01KJ6V8NX6BRQZYND4BY9R98A7: 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-2.0",
    ),
    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: 01KJ6V94YBEZZR5P3MKQDF8Y6D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T03:33:18.565Zjob assigned to worker 01KJ6V9A0JYEBQKD2EGGDBK0ZY [factory aws, i-01ced9e75127fc7fd] (queued for 50 s)
 
22026-02-24T03:33:26.673Zstarting task 0: "setup"
32026-02-24T03:33:26.679Z++ uname -s
42026-02-24T03:33:26.682Z+ kern=SunOS
52026-02-24T03:33:26.682Z+ build_user=build
62026-02-24T03:33:26.682Z+ build_uid=12345
72026-02-24T03:33:26.682Z+ work_dir=/work
82026-02-24T03:33:26.682Z+ input_dir=/input
92026-02-24T03:33:26.682Z+ [[ 0 == 12345 ]]
102026-02-24T03:33:26.682Z+ case "$kern" in
112026-02-24T03:33:26.682Z+ groupadd -g 12345 build
122026-02-24T03:33:26.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T03:33:28.690Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T03:33:28.801Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T03:33:28.804Z+ home_fs=zfs
162026-02-24T03:33:28.804Z+ [[ zfs == autofs ]]
172026-02-24T03:33:28.804Z+ mkdir -p /home/build
182026-02-24T03:33:28.806Z+ chown build:build /home/build /work
192026-02-24T03:33:30.808Z+ chmod 0700 /home/build /work
202026-02-24T03:33:30.811Zprocess exited: duration 4139 ms, exit code 0
 
212026-02-24T03:33:30.817Zstarting task 1: "rust-toolchain"
222026-02-24T03:33:30.822Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-24T03:33:30.822Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-24T03:33:30.822Z * rust toolchain channel = "1.91.1"
252026-02-24T03:33:30.822Z * rust toolchain profile = "default"
262026-02-24T03:33:30.822Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T03:33:30.822Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T03:33:30.825Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T03:33:30.825Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T03:33:30.953Zinfo: downloading installer
312026-02-24T03:33:32.952Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T03:33:32.952Zwarn: /opt/ooce/bin
332026-02-24T03:33:32.952Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T03:33:32.952Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T03:33:32.952Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T03:33:32.952Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T03:33:32.952Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T03:33:32.952Zerror: cannot install while Rust is installed
392026-02-24T03:33:32.952Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T03:33:32.993Zinfo: profile set to 'default'
412026-02-24T03:33:32.993Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T03:33:32.996Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T03:33:33.197Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T03:33:33.198Zinfo: downloading component 'cargo'
452026-02-24T03:33:34.330Zinfo: downloading component 'clippy'
462026-02-24T03:33:34.715Zinfo: downloading component 'rust-docs'
472026-02-24T03:33:36.215Zinfo: downloading component 'rust-std'
482026-02-24T03:33:38.406Zinfo: downloading component 'rustc'
492026-02-24T03:33:47.050Zinfo: downloading component 'rustfmt'
502026-02-24T03:33:47.383Zinfo: installing component 'cargo'
512026-02-24T03:33:48.287Zinfo: installing component 'clippy'
522026-02-24T03:33:48.680Zinfo: installing component 'rust-docs'
532026-02-24T03:33:50.671Zinfo: installing component 'rust-std'
542026-02-24T03:33:52.497Zinfo: installing component 'rustc'
552026-02-24T03:33:59.201Zinfo: installing component 'rustfmt'
562026-02-24T03:33:59.544Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T03:33:59.544Z
582026-02-24T03:33:59.998Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T03:33:59.998Z
602026-02-24T03:34:00.002Z
612026-02-24T03:34:00.002ZRust is installed now. Great!
622026-02-24T03:34:00.002Z
632026-02-24T03:34:00.002ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T03:34:00.002Zenvironment variable. This has not been done automatically.
652026-02-24T03:34:00.002Z
662026-02-24T03:34:00.002ZTo configure your current shell, you need to source
672026-02-24T03:34:00.002Zthe corresponding env file under $HOME/.cargo.
682026-02-24T03:34:00.002Z
692026-02-24T03:34:00.002ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T03:34:00.002Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T03:34:00.002Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T03:34:00.002Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T03:34:00.093Z+ rustup --version
742026-02-24T03:34:00.105Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T03:34:00.108Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T03:34:00.207Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T03:34:00.213Z+ cargo --version
782026-02-24T03:34:00.327Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T03:34:00.330Z+ rustc --version
802026-02-24T03:34:00.411Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T03:34:00.416Zprocess exited: duration 29597 ms, exit code 0
 
822026-02-24T03:34:00.422Zstarting task 2: "authentication"
832026-02-24T03:34:00.445Zprocess exited: duration 23 ms, exit code 0
 
842026-02-24T03:34:00.451Zstarting task 3: "clone repository"
852026-02-24T03:34:00.457Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T03:34:00.459Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T03:34:00.494ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T03:35:05.069Z+ cd /work/oxidecomputer/omicron
892026-02-24T03:35:05.072Z+ git fetch origin 924ca7e25bef9207b42020a15bfc3aed5e5b45cc
902026-02-24T03:35:05.730ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T03:35:05.730Z * branch 924ca7e25bef9207b42020a15bfc3aed5e5b45cc -> FETCH_HEAD
922026-02-24T03:35:05.742Z+ [[ -n john/shadow-external-types-3 ]]
932026-02-24T03:35:05.745Z++ git branch --show-current
942026-02-24T03:35:05.748Z+ current=main
952026-02-24T03:35:05.748Z+ [[ main != john/shadow-external-types-3 ]]
962026-02-24T03:35:05.748Z+ git branch -f john/shadow-external-types-3 924ca7e25bef9207b42020a15bfc3aed5e5b45cc
972026-02-24T03:35:05.751Z+ git checkout -f john/shadow-external-types-3
982026-02-24T03:35:06.337ZSwitched to branch 'john/shadow-external-types-3'
992026-02-24T03:35:06.340Z+ git reset --hard 924ca7e25bef9207b42020a15bfc3aed5e5b45cc
1002026-02-24T03:35:06.379ZHEAD is now at 924ca7e25 use internal type in datastore struct
1012026-02-24T03:35:06.382Zprocess exited: duration 65925 ms, exit code 0
 
1022026-02-24T03:35:06.388Zstarting task 4: "build"
1032026-02-24T03:35:06.393Z+ source .github/buildomat/ci-env.sh
1042026-02-24T03:35:06.394Z++ export CARGO_TERM_COLOR=always
1052026-02-24T03:35:06.396Z++ CARGO_TERM_COLOR=always
1062026-02-24T03:35:06.396Z+ cargo --version
1072026-02-24T03:35:06.456Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T03:35:06.459Z+ rustc --version
1092026-02-24T03:35:06.534Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T03:35:06.538Z+ cargo tree --locked
1112026-02-24T03:35:06.828Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-24T03:35:07.485Z Updating crates.io index
1132026-02-24T03:35:07.523Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-24T03:35:08.453Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-24T03:35:09.265Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-24T03:35:11.974Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-24T03:35:12.587Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-24T03:35:13.321Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-24T03:35:17.925Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-24T03:35:24.268Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-24T03:35:26.911Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-24T03:35:27.844Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-24T03:35:31.485Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-24T03:35:32.940Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-24T03:35:33.716Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-24T03:35:34.871Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-24T03:35:35.508Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-24T03:35:37.224Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-24T03:35:38.469Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-24T03:35:38.987Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-24T03:35:39.827Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-24T03:35:40.756Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-24T03:35:41.306Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-24T03:35:41.790Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-24T03:35:42.433Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-24T03:35:43.208Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-24T03:35:44.168Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-24T03:35:45.415Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-24T03:35:45.954Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-24T03:35:46.769Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-24T03:35:47.494Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-24T03:35:49.434Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-24T03:35:50.286Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-24T03:35:50.817Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-24T03:35:51.661Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-24T03:35:52.318Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-24T03:35:53.222Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-24T03:35:53.703Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-24T03:35:54.398Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-24T03:35:54.927Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-24T03:35:55.627Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-24T03:36:36.869Z Downloading crates ...
1532026-02-24T03:36:36.961Z Downloaded async-attributes v1.1.2
1542026-02-24T03:36:36.966Z Downloaded async-stream v0.3.6
1552026-02-24T03:36:36.973Z Downloaded adler2 v2.0.0
1562026-02-24T03:36:36.977Z Downloaded castaway v0.2.3
1572026-02-24T03:36:36.981Z Downloaded allocator-api2 v0.2.21
1582026-02-24T03:36:36.986Z Downloaded cexpr v0.6.0
1592026-02-24T03:36:36.991Z Downloaded diesel_table_macro_syntax v0.2.0
1602026-02-24T03:36:36.996Z Downloaded cfg_aliases v0.1.1
1612026-02-24T03:36:36.999Z Downloaded bit-vec v0.8.0
1622026-02-24T03:36:37.004Z Downloaded dof v0.4.0
1632026-02-24T03:36:37.009Z Downloaded curve25519-dalek-derive v0.1.1
1642026-02-24T03:36:37.014Z Downloaded assert_cmd v2.0.17
1652026-02-24T03:36:37.018Z Downloaded debug-ignore v1.0.5
1662026-02-24T03:36:37.027Z Downloaded constant_time_eq v0.3.1
1672026-02-24T03:36:37.031Z Downloaded derive_builder_core v0.20.2
1682026-02-24T03:36:37.035Z Downloaded darling v0.21.0
1692026-02-24T03:36:37.041Z Downloaded dirs-sys-next v0.1.2
1702026-02-24T03:36:37.046Z Downloaded camino-tempfile-ext v0.3.2
1712026-02-24T03:36:37.051Z Downloaded display-error-chain v0.2.2
1722026-02-24T03:36:37.056Z Downloaded chrono v0.4.43
1732026-02-24T03:36:37.065Z Downloaded dof v0.3.0
1742026-02-24T03:36:37.071Z Downloaded const_format_proc_macros v0.2.34
1752026-02-24T03:36:37.078Z Downloaded cast v0.3.0
1762026-02-24T03:36:37.082Z Downloaded ciborium-io v0.2.2
1772026-02-24T03:36:37.087Z Downloaded clap_lex v0.7.4
1782026-02-24T03:36:37.096Z Downloaded document-features v0.2.11
1792026-02-24T03:36:37.096Z Downloaded dsl_auto_type v0.1.2
1802026-02-24T03:36:37.101Z Downloaded endian-type v0.1.2
1812026-02-24T03:36:37.105Z Downloaded errno v0.3.12
1822026-02-24T03:36:37.110Z Downloaded event-listener-strategy v0.5.2
1832026-02-24T03:36:37.115Z Downloaded env_filter v0.1.2
1842026-02-24T03:36:37.122Z Downloaded defmt-parser v0.3.4
1852026-02-24T03:36:37.128Z Downloaded derive_builder_macro v0.20.2
1862026-02-24T03:36:37.128Z Downloaded embedded-io v0.4.0
1872026-02-24T03:36:37.133Z Downloaded float-cmp v0.10.0
1882026-02-24T03:36:37.138Z Downloaded blowfish v0.9.1
1892026-02-24T03:36:37.144Z Downloaded fixedbitset v0.4.2
1902026-02-24T03:36:37.149Z Downloaded futures-core v0.3.31
1912026-02-24T03:36:37.154Z Downloaded futures-io v0.3.31
1922026-02-24T03:36:37.154Z Downloaded cargo_metadata v0.21.0
1932026-02-24T03:36:37.161Z Downloaded either v1.15.0
1942026-02-24T03:36:37.166Z Downloaded ed25519 v2.2.3
1952026-02-24T03:36:37.171Z Downloaded gethostname v0.5.0
1962026-02-24T03:36:37.176Z Downloaded float-ord v0.3.2
1972026-02-24T03:36:37.183Z Downloaded fnv v1.0.7
1982026-02-24T03:36:37.184Z Downloaded generic-array v0.14.7
1992026-02-24T03:36:37.191Z Downloaded fxhash v0.2.1
2002026-02-24T03:36:37.191Z Downloaded ghash v0.5.1
2012026-02-24T03:36:37.196Z Downloaded globwalk v0.9.1
2022026-02-24T03:36:37.213Z Downloaded fs-err v3.1.1
2032026-02-24T03:36:37.216Z Downloaded derive-ex v0.1.8
2042026-02-24T03:36:37.217Z Downloaded heck v0.5.0
2052026-02-24T03:36:37.217Z Downloaded futures-channel v0.3.31
2062026-02-24T03:36:37.217Z Downloaded ctr v0.9.2
2072026-02-24T03:36:37.221Z Downloaded cargo_metadata v0.19.2
2082026-02-24T03:36:37.225Z Downloaded hex-literal v0.4.1
2092026-02-24T03:36:37.237Z Downloaded hex v0.4.3
2102026-02-24T03:36:37.237Z Downloaded hash32 v0.3.1
2112026-02-24T03:36:37.243Z Downloaded hostname v0.3.1
2122026-02-24T03:36:37.246Z Downloaded hostname v0.4.2
2132026-02-24T03:36:37.250Z Downloaded httpdate v1.0.3
2142026-02-24T03:36:37.253Z Downloaded hubpack_derive v0.1.1
2152026-02-24T03:36:37.257Z Downloaded ff v0.13.0
2162026-02-24T03:36:37.260Z Downloaded group v0.13.0
2172026-02-24T03:36:37.264Z Downloaded globset v0.4.15
2182026-02-24T03:36:37.268Z Downloaded cookie v0.18.1
2192026-02-24T03:36:37.274Z Downloaded ident_case v1.0.1
2202026-02-24T03:36:37.277Z Downloaded icu_provider_macros v1.5.0
2212026-02-24T03:36:37.281Z Downloaded http-range v0.1.5
2222026-02-24T03:36:37.284Z Downloaded home v0.5.9
2232026-02-24T03:36:37.288Z Downloaded indent_write v2.2.0
2242026-02-24T03:36:37.293Z Downloaded is-terminal v0.4.13
2252026-02-24T03:36:37.297Z Downloaded instant v0.1.13
2262026-02-24T03:36:37.300Z Downloaded itoa v1.0.11
2272026-02-24T03:36:37.304Z Downloaded darling_core v0.21.0
2282026-02-24T03:36:37.312Z Downloaded is_terminal_polyfill v1.70.1
2292026-02-24T03:36:37.316Z Downloaded lazycell v1.3.0
2302026-02-24T03:36:37.320Z Downloaded lazy_static v1.5.0
2312026-02-24T03:36:37.323Z Downloaded hyper-tls v0.6.0
2322026-02-24T03:36:37.328Z Downloaded half v1.8.3
2332026-02-24T03:36:37.332Z Downloaded kstat-rs v0.2.4
2342026-02-24T03:36:37.336Z Downloaded libsw-core v0.3.1
2352026-02-24T03:36:37.341Z Downloaded futures-lite v2.3.0
2362026-02-24T03:36:37.345Z Downloaded dropshot-api-manager v0.3.0
2372026-02-24T03:36:37.350Z Downloaded lzss v0.8.2
2382026-02-24T03:36:37.361Z Downloaded md5 v0.7.0
2392026-02-24T03:36:37.364Z Downloaded ingot-types v0.1.2
2402026-02-24T03:36:37.364Z Downloaded hyper-staticfile v0.10.1
2412026-02-24T03:36:37.368Z Downloaded base64 v0.21.7
2422026-02-24T03:36:37.377Z Downloaded memoffset v0.9.1
2432026-02-24T03:36:37.381Z Downloaded newtype_derive v0.1.6
2442026-02-24T03:36:37.381Z Downloaded newtype-uuid-macros v0.1.0
2452026-02-24T03:36:37.385Z Downloaded icu_locid_transform_data v1.5.0
2462026-02-24T03:36:37.390Z Downloaded memmap v0.7.0
2472026-02-24T03:36:37.393Z Downloaded elliptic-curve v0.13.8
2482026-02-24T03:36:37.399Z Downloaded nodrop v0.1.14
2492026-02-24T03:36:37.403Z Downloaded libsw v3.5.0
2502026-02-24T03:36:37.408Z Downloaded normalize-line-endings v0.3.0
2512026-02-24T03:36:37.411Z Downloaded nonempty v0.12.0
2522026-02-24T03:36:37.416Z Downloaded miette-derive v5.10.0
2532026-02-24T03:36:37.419Z Downloaded nibble_vec v0.1.0
2542026-02-24T03:36:37.423Z Downloaded num-conv v0.1.0
2552026-02-24T03:36:37.427Z Downloaded derive_more-impl v2.0.1
2562026-02-24T03:36:37.431Z Downloaded num_enum_derive v0.5.11
2572026-02-24T03:36:37.434Z Downloaded linked-hash-map v0.5.6
2582026-02-24T03:36:37.438Z Downloaded iana-time-zone v0.1.63
2592026-02-24T03:36:37.443Z Downloaded olpc-cjson v0.1.4
2602026-02-24T03:36:37.450Z Downloaded openssl-macros v0.1.1
2612026-02-24T03:36:37.456Z Downloaded newtype-uuid v1.3.2
2622026-02-24T03:36:37.456Z Downloaded lock_api v0.4.12
2632026-02-24T03:36:37.460Z Downloaded icu_properties v1.5.1
2642026-02-24T03:36:37.463Z Downloaded multimap v0.10.1
2652026-02-24T03:36:37.468Z Downloaded opaque-debug v0.3.1
2662026-02-24T03:36:37.471Z Downloaded openssl-probe v0.1.5
2672026-02-24T03:36:37.475Z Downloaded libtest-mimic v0.8.1
2682026-02-24T03:36:37.478Z Downloaded nu-ansi-term v0.50.1
2692026-02-24T03:36:37.482Z Downloaded icu_provider v1.5.0
2702026-02-24T03:36:37.488Z Downloaded packed_struct_codegen v0.10.1
2712026-02-24T03:36:37.492Z Downloaded parse-display v0.10.0
2722026-02-24T03:36:37.492Z Downloaded parking v2.2.1
2732026-02-24T03:36:37.497Z Downloaded memmap2 v0.9.8
2742026-02-24T03:36:37.502Z Downloaded pbkdf2 v0.12.2
2752026-02-24T03:36:37.507Z Downloaded icu_normalizer_data v1.5.0
2762026-02-24T03:36:37.507Z Downloaded pbkdf2 v0.11.0
2772026-02-24T03:36:37.511Z Downloaded path-slash v0.1.5
2782026-02-24T03:36:37.515Z Downloaded icu_normalizer v1.5.0
2792026-02-24T03:36:37.519Z Downloaded peg-runtime v0.8.5
2802026-02-24T03:36:37.522Z Downloaded num_enum v0.5.11
2812026-02-24T03:36:37.528Z Downloaded indexmap v1.9.3
2822026-02-24T03:36:37.535Z Downloaded fancy-regex v0.14.0
2832026-02-24T03:36:37.539Z Downloaded pin-utils v0.1.0
2842026-02-24T03:36:37.543Z Downloaded percent-encoding v2.3.2
2852026-02-24T03:36:37.546Z Downloaded phf_shared v0.12.1
2862026-02-24T03:36:37.550Z Downloaded oxnet v0.1.4
2872026-02-24T03:36:37.553Z Downloaded plotters-svg v0.3.7
2882026-02-24T03:36:37.556Z Downloaded powerfmt v0.2.0
2892026-02-24T03:36:37.561Z Downloaded parking_lot_core v0.8.6
2902026-02-24T03:36:37.564Z Downloaded plain v0.2.3
2912026-02-24T03:36:37.567Z Downloaded phf_shared v0.11.2
2922026-02-24T03:36:37.570Z Downloaded owo-colors v3.5.0
2932026-02-24T03:36:37.573Z Downloaded predicates-tree v1.0.12
2942026-02-24T03:36:37.577Z Downloaded knuffel v3.2.0
2952026-02-24T03:36:37.581Z Downloaded pretty-hex v0.2.1
2962026-02-24T03:36:37.585Z Downloaded proc-macro-crate v3.2.0
2972026-02-24T03:36:37.588Z Downloaded pretty-hex v0.4.1
2982026-02-24T03:36:37.591Z Downloaded progenitor-client v0.8.0
2992026-02-24T03:36:37.595Z Downloaded proc-macro-crate v1.3.1
3002026-02-24T03:36:37.599Z Downloaded path-tree v0.8.1
3012026-02-24T03:36:37.602Z Downloaded once_cell v1.21.3
3022026-02-24T03:36:37.605Z Downloaded progenitor-client v0.11.2
3032026-02-24T03:36:37.609Z Downloaded pest_generator v2.8.2
3042026-02-24T03:36:37.612Z Downloaded pem-rfc7468 v0.7.0
3052026-02-24T03:36:37.616Z Downloaded progenitor-macro v0.11.2
3062026-02-24T03:36:37.619Z Downloaded quick-error v1.2.3
3072026-02-24T03:36:37.620Z Downloaded pkg-config v0.3.31
3082026-02-24T03:36:37.624Z Downloaded pin-project-internal v1.1.6
3092026-02-24T03:36:37.629Z Downloaded progenitor v0.8.0
3102026-02-24T03:36:37.633Z Downloaded psl-types v2.0.11
3112026-02-24T03:36:37.633Z Downloaded progenitor-macro v0.10.0
3122026-02-24T03:36:37.637Z Downloaded progenitor-macro v0.8.0
3132026-02-24T03:36:37.640Z Downloaded num-traits v0.2.19
3142026-02-24T03:36:37.643Z Downloaded polyval v0.6.2
3152026-02-24T03:36:37.647Z Downloaded jiff-static v0.2.15
3162026-02-24T03:36:37.652Z Downloaded ppv-lite86 v0.2.20
3172026-02-24T03:36:37.687Z Downloaded parking_lot v0.12.3
3182026-02-24T03:36:37.687Z Downloaded ref-cast v1.0.25
3192026-02-24T03:36:37.687Z Downloaded radium v0.7.0
3202026-02-24T03:36:37.687Z Downloaded rand_chacha v0.3.1
3212026-02-24T03:36:37.687Z Downloaded predicates v3.1.3
3222026-02-24T03:36:37.687Z Downloaded hashbrown v0.13.2
3232026-02-24T03:36:37.687Z Downloaded proc-macro-error v1.0.4
3242026-02-24T03:36:37.687Z Downloaded rand_xorshift v0.4.0
3252026-02-24T03:36:37.687Z Downloaded ref-cast-impl v1.0.25
3262026-02-24T03:36:37.691Z Downloaded primeorder v0.13.6
3272026-02-24T03:36:37.691Z Downloaded rfc6979 v0.4.0
3282026-02-24T03:36:37.695Z Downloaded pkcs5 v0.7.1
3292026-02-24T03:36:37.699Z Downloaded miniz_oxide v0.8.5
3302026-02-24T03:36:37.703Z Downloaded pkcs1 v0.7.5
3312026-02-24T03:36:37.707Z Downloaded progenitor v0.10.0
3322026-02-24T03:36:37.730Z Downloaded rustc-hash v1.1.0
3332026-02-24T03:36:37.730Z Downloaded rustc-hash v2.1.1
3342026-02-24T03:36:37.730Z Downloaded rustc_version v0.4.1
3352026-02-24T03:36:37.730Z Downloaded quinn-udp v0.5.5
3362026-02-24T03:36:37.730Z Downloaded http v1.4.0
3372026-02-24T03:36:37.730Z Downloaded pest_derive v2.8.2
3382026-02-24T03:36:37.730Z Downloaded rand_chacha v0.9.0
3392026-02-24T03:36:37.730Z Downloaded papergrid v0.17.0
3402026-02-24T03:36:37.736Z Downloaded sapling-renderdag v0.1.0
3412026-02-24T03:36:37.739Z Downloaded criterion v0.7.0
3422026-02-24T03:36:37.747Z Downloaded rustc_version v0.1.7
3432026-02-24T03:36:37.749Z Downloaded postcard v1.0.10
3442026-02-24T03:36:37.753Z Downloaded rand_core v0.6.4
3452026-02-24T03:36:37.756Z Downloaded rand_core v0.9.3
3462026-02-24T03:36:37.759Z Downloaded rand_seeder v0.4.0
3472026-02-24T03:36:37.762Z Downloaded same-file v1.0.6
3482026-02-24T03:36:37.765Z Downloaded scroll_derive v0.13.1
3492026-02-24T03:36:37.768Z Downloaded secrecy v0.8.0
3502026-02-24T03:36:37.771Z Downloaded scroll_derive v0.12.0
3512026-02-24T03:36:37.774Z Downloaded scopeguard v1.2.0
3522026-02-24T03:36:37.777Z Downloaded resolv-conf v0.7.0
3532026-02-24T03:36:37.779Z Downloaded relative-path v1.9.3
3542026-02-24T03:36:37.779Z Downloaded scheduled-thread-pool v0.2.7
3552026-02-24T03:36:37.784Z Downloaded pin-project v1.1.6
3562026-02-24T03:36:37.794Z Downloaded serde-big-array v0.5.1
3572026-02-24T03:36:37.797Z Downloaded blake3 v1.5.4
3582026-02-24T03:36:37.805Z Downloaded seq-macro v0.3.6
3592026-02-24T03:36:37.809Z Downloaded papergrid v0.14.0
3602026-02-24T03:36:37.813Z Downloaded rustc-demangle v0.1.24
3612026-02-24T03:36:37.816Z Downloaded serde-value v0.7.0
3622026-02-24T03:36:37.819Z Downloaded sha1 v0.10.6
3632026-02-24T03:36:37.822Z Downloaded rustls-pemfile v2.2.0
3642026-02-24T03:36:37.825Z Downloaded rustls-native-certs v0.8.1
3652026-02-24T03:36:37.829Z Downloaded serde_regex v1.1.0
3662026-02-24T03:36:37.837Z Downloaded serde_spanned v0.6.9
3672026-02-24T03:36:37.837Z Downloaded hashbrown v0.16.1
3682026-02-24T03:36:37.845Z Downloaded scrypt v0.11.0
3692026-02-24T03:36:37.847Z Downloaded progenitor-impl v0.10.0
3702026-02-24T03:36:37.848Z Downloaded serde_spanned v1.0.4
3712026-02-24T03:36:37.851Z Downloaded serde_urlencoded v0.7.1
3722026-02-24T03:36:37.851Z Downloaded serde_repr v0.1.19
3732026-02-24T03:36:37.855Z Downloaded signal-hook-tokio v0.3.1
3742026-02-24T03:36:37.860Z Downloaded sec1 v0.7.3
3752026-02-24T03:36:37.861Z Downloaded schemars_derive v0.8.22
3762026-02-24T03:36:37.868Z Downloaded signature v2.2.0
3772026-02-24T03:36:37.868Z Downloaded serde-hex v0.1.0
3782026-02-24T03:36:37.872Z Downloaded semver v1.0.27
3792026-02-24T03:36:37.872Z Downloaded num-bigint v0.4.6
3802026-02-24T03:36:37.877Z Downloaded slog-envlogger v2.2.0
3812026-02-24T03:36:37.880Z Downloaded crossterm v0.28.1
3822026-02-24T03:36:37.887Z Downloaded prettyplease v0.2.36
3832026-02-24T03:36:37.891Z Downloaded serde_bytes v0.11.19
3842026-02-24T03:36:37.895Z Downloaded slog-bunyan v2.5.0
3852026-02-24T03:36:37.898Z Downloaded libm v0.2.8
3862026-02-24T03:36:37.905Z Downloaded serde_path_to_error v0.1.20
3872026-02-24T03:36:37.908Z Downloaded minimal-lexical v0.2.1
3882026-02-24T03:36:37.914Z Downloaded smawk v0.3.2
3892026-02-24T03:36:37.916Z Downloaded rcgen v0.12.1
3902026-02-24T03:36:37.919Z Downloaded iddqd v0.3.16
3912026-02-24T03:36:37.927Z Downloaded shlex v1.3.0
3922026-02-24T03:36:37.930Z Downloaded serde_tokenstream v0.2.2
3932026-02-24T03:36:37.932Z Downloaded hyper-util v0.1.19
3942026-02-24T03:36:37.938Z Downloaded ron v0.8.1
3952026-02-24T03:36:37.945Z Downloaded sqlparser_derive v0.2.2
3962026-02-24T03:36:37.947Z Downloaded signal-hook-registry v1.4.2
3972026-02-24T03:36:37.949Z Downloaded rstest v0.25.0
3982026-02-24T03:36:37.956Z Downloaded ssh-encoding v0.2.0
3992026-02-24T03:36:37.958Z Downloaded aws-lc-rs v1.12.4
4002026-02-24T03:36:37.968Z Downloaded strsim v0.11.1
4012026-02-24T03:36:37.971Z Downloaded serde_derive_internals v0.29.1
4022026-02-24T03:36:37.974Z Downloaded strum v0.26.3
4032026-02-24T03:36:37.976Z Downloaded supports-color v2.1.0
4042026-02-24T03:36:37.979Z Downloaded sync_wrapper v1.0.1
4052026-02-24T03:36:37.979Z Downloaded subtle v2.6.1
4062026-02-24T03:36:37.983Z Downloaded slog-dtrace v0.3.0
4072026-02-24T03:36:37.986Z Downloaded serde_cbor v0.11.2
4082026-02-24T03:36:37.989Z Downloaded slog-json v2.6.1
4092026-02-24T03:36:37.992Z Downloaded supports-unicode v2.1.0
4102026-02-24T03:36:37.992Z Downloaded smallvec v0.6.14
4112026-02-24T03:36:37.995Z Downloaded swrite v0.1.0
4122026-02-24T03:36:37.996Z Downloaded supports-color v3.0.2
4132026-02-24T03:36:37.998Z Downloaded tabled_derive v0.7.0
4142026-02-24T03:36:38.000Z Downloaded smf v0.2.3
4152026-02-24T03:36:38.003Z Downloaded tap v1.0.1
4162026-02-24T03:36:38.006Z Downloaded tabled_derive v0.11.0
4172026-02-24T03:36:38.006Z Downloaded spki v0.7.3
4182026-02-24T03:36:38.008Z Downloaded snafu-derive v0.8.5
4192026-02-24T03:36:38.011Z Downloaded slog-term v2.9.2
4202026-02-24T03:36:38.013Z Downloaded rayon-core v1.12.1
4212026-02-24T03:36:38.017Z Downloaded target-triple v0.1.3
4222026-02-24T03:36:38.020Z Downloaded terminal_size v0.1.17
4232026-02-24T03:36:38.023Z Downloaded static_assertions v1.1.0
4242026-02-24T03:36:38.025Z Downloaded sha2 v0.10.9
4252026-02-24T03:36:38.028Z Downloaded serde_with_macros v3.16.1
4262026-02-24T03:36:38.031Z Downloaded strip-ansi-escapes v0.2.0
4272026-02-24T03:36:38.034Z Downloaded clap_builder v4.5.48
4282026-02-24T03:36:38.039Z Downloaded testing_table v0.3.0
4292026-02-24T03:36:38.041Z Downloaded support-bundle-viewer v0.1.2
4302026-02-24T03:36:38.044Z Downloaded termtree v0.5.1
4312026-02-24T03:36:38.047Z Downloaded stable_deref_trait v1.2.0
4322026-02-24T03:36:38.047Z Downloaded rstest_macros v0.25.0
4332026-02-24T03:36:38.050Z Downloaded terminal_size v0.4.0
4342026-02-24T03:36:38.052Z Downloaded strum_macros v0.24.3
4352026-02-24T03:36:38.057Z Downloaded stringprep v0.1.5
4362026-02-24T03:36:38.057Z Downloaded rand v0.8.5
4372026-02-24T03:36:38.060Z Downloaded thread-id v4.2.2
4382026-02-24T03:36:38.063Z Downloaded stringmetrics v2.2.2
4392026-02-24T03:36:38.066Z Downloaded strum_macros v0.27.2
4402026-02-24T03:36:38.068Z Downloaded strum_macros v0.26.4
4412026-02-24T03:36:38.074Z Downloaded string_cache v0.8.9
4422026-02-24T03:36:38.077Z Downloaded thiserror-impl-no-std v2.0.2
4432026-02-24T03:36:38.077Z Downloaded supports-hyperlinks v2.1.0
4442026-02-24T03:36:38.080Z Downloaded tinyvec_macros v0.1.1
4452026-02-24T03:36:38.080Z Downloaded thread_local v1.1.8
4462026-02-24T03:36:38.083Z Downloaded time-core v0.1.6
4472026-02-24T03:36:38.083Z Downloaded synstructure v0.13.1
4482026-02-24T03:36:38.085Z Downloaded tabwriter v1.4.0
4492026-02-24T03:36:38.088Z Downloaded spin v0.9.8
4502026-02-24T03:36:38.091Z Downloaded bitvec v1.0.1
4512026-02-24T03:36:38.103Z Downloaded target-spec v3.5.0
4522026-02-24T03:36:38.106Z Downloaded target-lexicon v0.13.2
4532026-02-24T03:36:38.108Z Downloaded h2 v0.4.6
4542026-02-24T03:36:38.114Z Downloaded toml_datetime v0.6.11
4552026-02-24T03:36:38.117Z Downloaded iri-string v0.7.8
4562026-02-24T03:36:38.123Z Downloaded thiserror v1.0.69
4572026-02-24T03:36:38.129Z Downloaded tower-layer v0.3.3
4582026-02-24T03:36:38.132Z Downloaded toml_write v0.1.2
4592026-02-24T03:36:38.134Z Downloaded typeid v1.0.3
4602026-02-24T03:36:38.134Z Downloaded publicsuffix v2.3.0
4612026-02-24T03:36:38.137Z Downloaded hkdf v0.12.4
4622026-02-24T03:36:38.141Z Downloaded p521 v0.13.3
4632026-02-24T03:36:38.144Z Downloaded tower-service v0.3.3
4642026-02-24T03:36:38.147Z Downloaded topological-sort v0.2.2
4652026-02-24T03:36:38.150Z Downloaded try-lock v0.2.5
4662026-02-24T03:36:38.150Z Downloaded slog v2.8.2
4672026-02-24T03:36:38.152Z Downloaded serde_derive v1.0.228
4682026-02-24T03:36:38.155Z Downloaded typify-macro v0.2.0
4692026-02-24T03:36:38.158Z Downloaded thread-id v5.0.0
4702026-02-24T03:36:38.166Z Downloaded serde v1.0.228
4712026-02-24T03:36:38.166Z Downloaded tokio-rustls v0.25.0
4722026-02-24T03:36:38.169Z Downloaded samael v0.0.19
4732026-02-24T03:36:38.173Z Downloaded tokio-tungstenite v0.23.1
4742026-02-24T03:36:38.173Z Downloaded tokio-macros v2.6.0
4752026-02-24T03:36:38.176Z Downloaded unarray v0.1.4
4762026-02-24T03:36:38.176Z Downloaded typify-macro v0.4.3
4772026-02-24T03:36:38.179Z Downloaded tokio-tungstenite v0.21.0
4782026-02-24T03:36:38.182Z Downloaded tokio-native-tls v0.3.1
4792026-02-24T03:36:38.182Z Downloaded unicode-xid v0.2.6
4802026-02-24T03:36:38.185Z Downloaded universal-hash v0.5.1
4812026-02-24T03:36:38.185Z Downloaded term v1.1.0
4822026-02-24T03:36:38.188Z Downloaded usdt-attr-macro v0.6.0
4832026-02-24T03:36:38.191Z Downloaded pest v2.8.2
4842026-02-24T03:36:38.195Z Downloaded tempfile v3.24.0
4852026-02-24T03:36:38.198Z Downloaded termcolor v1.4.1
4862026-02-24T03:36:38.201Z Downloaded term v0.7.0
4872026-02-24T03:36:38.204Z Downloaded unicode-truncate v1.1.0
4882026-02-24T03:36:38.206Z Downloaded snafu v0.8.5
4892026-02-24T03:36:38.210Z Downloaded usdt-attr-macro v0.5.0
4902026-02-24T03:36:38.213Z Downloaded bindgen v0.71.1
4912026-02-24T03:36:38.218Z Downloaded unit-prefix v0.5.1
4922026-02-24T03:36:38.221Z Downloaded thiserror-impl v2.0.18
4932026-02-24T03:36:38.223Z Downloaded usdt-macro v0.5.0
4942026-02-24T03:36:38.223Z Downloaded tracing-attributes v0.1.27
4952026-02-24T03:36:38.226Z Downloaded utf8parse v0.2.2
4962026-02-24T03:36:38.226Z Downloaded usdt v0.6.0
4972026-02-24T03:36:38.231Z Downloaded usdt v0.5.0
4982026-02-24T03:36:38.231Z Downloaded untrusted v0.9.0
4992026-02-24T03:36:38.231Z Downloaded untrusted v0.7.1
5002026-02-24T03:36:38.231Z Downloaded typify v0.2.0
5012026-02-24T03:36:38.234Z Downloaded tokio-dtrace v0.1.0
5022026-02-24T03:36:38.237Z Downloaded tinytemplate v1.2.1
5032026-02-24T03:36:38.239Z Downloaded utf16_iter v1.0.5
5042026-02-24T03:36:38.239Z Downloaded utf-8 v0.7.6
5052026-02-24T03:36:38.242Z Downloaded tokio-rustls v0.24.1
5062026-02-24T03:36:38.245Z Downloaded utf8_iter v1.0.4
5072026-02-24T03:36:38.245Z Downloaded usdt-macro v0.6.0
5082026-02-24T03:36:38.245Z Downloaded tui-tree-widget v0.23.1
5092026-02-24T03:36:38.248Z Downloaded tinyvec v1.8.0
5102026-02-24T03:36:38.253Z Downloaded toml_writer v1.0.6+spec-1.1.0
5112026-02-24T03:36:38.253Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5122026-02-24T03:36:38.253Z Downloaded tinystr v0.7.6
5132026-02-24T03:36:38.256Z Downloaded tar v0.4.44
5142026-02-24T03:36:38.258Z Downloaded xshell-macros v0.2.7
5152026-02-24T03:36:38.259Z Downloaded which v4.4.2
5162026-02-24T03:36:38.263Z Downloaded waitgroup v0.1.2
5172026-02-24T03:36:38.263Z Downloaded wait-timeout v0.2.0
5182026-02-24T03:36:38.263Z Downloaded xattr v1.3.1
5192026-02-24T03:36:38.266Z Downloaded write16 v1.0.0
5202026-02-24T03:36:38.266Z Downloaded want v0.3.1
5212026-02-24T03:36:38.269Z Downloaded toml v0.8.23
5222026-02-24T03:36:38.269Z Downloaded tokio-rustls v0.26.0
5232026-02-24T03:36:38.272Z Downloaded void v1.0.2
5242026-02-24T03:36:38.275Z Downloaded thiserror-impl v1.0.69
5252026-02-24T03:36:38.275Z Downloaded unicode-linebreak v0.1.5
5262026-02-24T03:36:38.275Z Downloaded tokio-stream v0.1.17
5272026-02-24T03:36:38.279Z Downloaded vte_generate_state_changes v0.1.2
5282026-02-24T03:36:38.281Z Downloaded tls_codec_derive v0.4.1
5292026-02-24T03:36:38.281Z Downloaded usdt-impl v0.5.0
5302026-02-24T03:36:38.284Z Downloaded sqlformat v0.3.5
5312026-02-24T03:36:38.287Z Downloaded yoke-derive v0.7.4
5322026-02-24T03:36:38.287Z Downloaded socket2 v0.6.1
5332026-02-24T03:36:38.290Z Downloaded socket2 v0.5.10
5342026-02-24T03:36:38.290Z Downloaded russh v0.45.0
5352026-02-24T03:36:38.295Z Downloaded toml_parser v1.0.6+spec-1.1.0
5362026-02-24T03:36:38.298Z Downloaded tls_codec v0.4.1
5372026-02-24T03:36:38.301Z Downloaded zone v0.1.8
5382026-02-24T03:36:38.301Z Downloaded textwrap v0.15.2
5392026-02-24T03:36:38.303Z Downloaded zerofrom v0.1.4
5402026-02-24T03:36:38.304Z Downloaded typenum v1.17.0
5412026-02-24T03:36:38.306Z Downloaded version_check v0.9.5
5422026-02-24T03:36:38.309Z Downloaded trybuild v1.0.106
5432026-02-24T03:36:38.312Z Downloaded uzers v0.12.1
5442026-02-24T03:36:38.315Z Downloaded unicode-properties v0.1.3
5452026-02-24T03:36:38.317Z Downloaded unicase v2.8.1
5462026-02-24T03:36:38.317Z Downloaded tiny-keccak v2.0.2
5472026-02-24T03:36:38.321Z Downloaded zerofrom-derive v0.1.4
5482026-02-24T03:36:38.321Z Downloaded toml v0.9.11+spec-1.1.0
5492026-02-24T03:36:38.325Z Downloaded zeroize_derive v1.4.2
5502026-02-24T03:36:38.331Z Downloaded subprocess v0.2.9
5512026-02-24T03:36:38.331Z Downloaded rsa v0.9.8
5522026-02-24T03:36:38.333Z Downloaded zone_cfg_derive v0.3.0
5532026-02-24T03:36:38.334Z Downloaded zone_cfg_derive v0.1.2
5542026-02-24T03:36:38.340Z Downloaded vergen-lib v0.1.6
5552026-02-24T03:36:38.340Z Downloaded num-bigint-dig v0.8.6
5562026-02-24T03:36:38.342Z Downloaded xz2 v0.1.7
5572026-02-24T03:36:38.342Z Downloaded vergen-git2 v1.0.7
5582026-02-24T03:36:38.345Z Downloaded textwrap v0.16.2
5592026-02-24T03:36:38.348Z Downloaded vergen-gitcl v1.0.8
5602026-02-24T03:36:38.348Z Downloaded zone v0.3.1
5612026-02-24T03:36:38.353Z Downloaded vsss-rs v3.3.4
5622026-02-24T03:36:38.355Z Downloaded usdt-impl v0.6.0
5632026-02-24T03:36:38.356Z Downloaded toml v0.7.8
5642026-02-24T03:36:38.358Z Downloaded tungstenite v0.21.0
5652026-02-24T03:36:38.361Z Downloaded ucd-trie v0.1.7
5662026-02-24T03:36:38.361Z Downloaded reedline v0.40.0
5672026-02-24T03:36:38.367Z Downloaded zerovec-derive v0.10.3
5682026-02-24T03:36:38.370Z Downloaded walkdir v2.5.0
5692026-02-24T03:36:38.373Z Downloaded whoami v1.5.2
5702026-02-24T03:36:38.373Z Downloaded value-bag v1.12.0
5712026-02-24T03:36:38.376Z Downloaded typify v0.4.3
5722026-02-24T03:36:38.384Z Downloaded rustyline v14.0.0
5732026-02-24T03:36:38.387Z Downloaded toml_edit v0.22.27
5742026-02-24T03:36:38.390Z Downloaded xshell v0.2.7
5752026-02-24T03:36:38.390Z Downloaded test-strategy v0.4.3
5762026-02-24T03:36:38.393Z Downloaded zstd v0.13.3
5772026-02-24T03:36:38.396Z Downloaded zeroize v1.8.1
5782026-02-24T03:36:38.399Z Downloaded writeable v0.5.5
5792026-02-24T03:36:38.402Z Downloaded twox-hash v2.1.0
5802026-02-24T03:36:38.402Z Downloaded lalrpop v0.19.12
5812026-02-24T03:36:38.414Z Downloaded yasna v0.5.2
5822026-02-24T03:36:38.416Z Downloaded wyz v0.5.1
5832026-02-24T03:36:38.416Z Downloaded vte v0.11.1
5842026-02-24T03:36:38.419Z Downloaded vergen v9.0.6
5852026-02-24T03:36:38.419Z Downloaded unicode-bidi v0.3.17
5862026-02-24T03:36:38.423Z Downloaded zerocopy-derive v0.7.35
5872026-02-24T03:36:38.426Z Downloaded zmij v1.0.15
5882026-02-24T03:36:38.432Z Downloaded tokio-postgres v0.7.13
5892026-02-24T03:36:38.434Z Downloaded portable-atomic v1.11.0
5902026-02-24T03:36:38.438Z Downloaded unicode-ident v1.0.19
5912026-02-24T03:36:38.442Z Downloaded steno v0.4.1
5922026-02-24T03:36:38.445Z Downloaded yoke v0.7.4
5932026-02-24T03:36:38.448Z Downloaded url v2.5.4
5942026-02-24T03:36:38.450Z Downloaded plotters v0.3.7
5952026-02-24T03:36:38.457Z Downloaded tungstenite v0.23.0
5962026-02-24T03:36:38.460Z Downloaded tracing v0.1.40
5972026-02-24T03:36:38.464Z Downloaded unsafe-libyaml v0.2.11
5982026-02-24T03:36:38.467Z Downloaded regex v1.11.3
5992026-02-24T03:36:38.474Z Downloaded zerocopy v0.6.6
6002026-02-24T03:36:38.476Z Downloaded zstd-safe v7.2.3
6012026-02-24T03:36:38.479Z Downloaded moka v0.12.10
6022026-02-24T03:36:38.486Z Downloaded zopfli v0.8.1
6032026-02-24T03:36:38.489Z Downloaded reqwest v0.12.24
6042026-02-24T03:36:38.494Z Downloaded gimli v0.31.1
6052026-02-24T03:36:38.501Z Downloaded toml_edit v0.19.15
6062026-02-24T03:36:38.516Z Downloaded rustls-webpki v0.101.7
6072026-02-24T03:36:38.534Z Downloaded uuid v1.19.0
6082026-02-24T03:36:38.538Z Downloaded rayon v1.10.0
6092026-02-24T03:36:38.541Z Downloaded tower v0.5.2
6102026-02-24T03:36:38.549Z Downloaded unicode_categories v0.1.1
6112026-02-24T03:36:38.551Z Downloaded yansi v1.0.1
6122026-02-24T03:36:38.558Z Downloaded typed-path v0.9.3
6132026-02-24T03:36:38.561Z Downloaded x509-cert v0.2.5
6142026-02-24T03:36:38.564Z Downloaded object v0.30.4
6152026-02-24T03:36:38.572Z Downloaded zip v0.6.6
6162026-02-24T03:36:38.577Z Downloaded time v0.3.43
6172026-02-24T03:36:38.584Z Downloaded tower-http v0.6.6
6182026-02-24T03:36:38.592Z Downloaded tough v0.20.0
6192026-02-24T03:36:38.600Z Downloaded sqlparser v0.45.0
6202026-02-24T03:36:38.605Z Downloaded salty v0.3.0
6212026-02-24T03:36:38.611Z Downloaded curve25519-dalek v4.1.3
6222026-02-24T03:36:38.621Z Downloaded serde_json v1.0.149
6232026-02-24T03:36:38.627Z Downloaded unicode-segmentation v1.12.0
6242026-02-24T03:36:38.630Z Downloaded quinn-proto v0.11.8
6252026-02-24T03:36:38.637Z Downloaded tokio-util v0.7.15
6262026-02-24T03:36:38.642Z Downloaded rustls-webpki v0.102.8
6272026-02-24T03:36:38.660Z Downloaded zerocopy-derive v0.8.27
6282026-02-24T03:36:38.666Z Downloaded unicode-normalization v0.1.24
6292026-02-24T03:36:38.669Z Downloaded proptest v1.7.0
6302026-02-24T03:36:38.679Z Downloaded bstr v1.10.0
6312026-02-24T03:36:38.688Z Downloaded zip v4.2.0
6322026-02-24T03:36:38.692Z Downloaded tabled v0.15.0
6332026-02-24T03:36:38.709Z Downloaded radix_trie v0.2.1
6342026-02-24T03:36:38.712Z Downloaded nix v0.27.1
6352026-02-24T03:36:38.722Z Downloaded zerovec v0.10.4
6362026-02-24T03:36:38.726Z Downloaded rustls v0.21.12
6372026-02-24T03:36:38.736Z Downloaded nix v0.30.1
6382026-02-24T03:36:38.747Z Downloaded openssl v0.10.73
6392026-02-24T03:36:38.756Z Downloaded regex-syntax v0.6.29
6402026-02-24T03:36:38.763Z Downloaded winnow v0.5.40
6412026-02-24T03:36:38.771Z Downloaded zerocopy v0.7.35
6422026-02-24T03:36:38.787Z Downloaded winnow v0.6.26
6432026-02-24T03:36:38.794Z Downloaded diesel v2.2.12
6442026-02-24T03:36:38.812Z Downloaded webpki-roots v1.0.1
6452026-02-24T03:36:38.815Z Downloaded vcpkg v0.2.15
6462026-02-24T03:36:38.852Z Downloaded zlib-rs v0.5.1
6472026-02-24T03:36:38.856Z Downloaded regex-syntax v0.8.5
6482026-02-24T03:36:38.864Z Downloaded smoltcp v0.9.1
6492026-02-24T03:36:38.874Z Downloaded unicode-width v0.1.14
6502026-02-24T03:36:38.879Z Downloaded object v0.36.5
6512026-02-24T03:36:38.890Z Downloaded winnow v0.7.14
6522026-02-24T03:36:38.900Z Downloaded rustls v0.22.4
6532026-02-24T03:36:38.911Z Downloaded syn v2.0.114
6542026-02-24T03:36:38.921Z Downloaded zerocopy v0.8.27
6552026-02-24T03:36:38.943Z Downloaded rustix v1.1.3
6562026-02-24T03:36:38.965Z Downloaded smoltcp v0.11.0
6572026-02-24T03:36:38.976Z Downloaded rustix v0.38.37
6582026-02-24T03:36:38.998Z Downloaded regress v0.10.4
6592026-02-24T03:36:39.006Z Downloaded rustls v0.23.19
6602026-02-24T03:36:39.016Z Downloaded openapiv3 v2.2.0
6612026-02-24T03:36:39.026Z Downloaded unicode-width v0.2.0
6622026-02-24T03:36:39.031Z Downloaded syn v1.0.109
6632026-02-24T03:36:39.041Z Downloaded tabled v0.20.0
6642026-02-24T03:36:39.058Z Downloaded bzip2-sys v0.1.13+1.0.8
6652026-02-24T03:36:39.068Z Downloaded typify-impl v0.4.3
6662026-02-24T03:36:39.081Z Downloaded typify-impl v0.2.0
6672026-02-24T03:36:39.093Z Downloaded ratatui v0.29.0
6682026-02-24T03:36:39.111Z Downloaded sled v0.34.7
6692026-02-24T03:36:39.120Z Downloaded tabled v0.18.0
6702026-02-24T03:36:39.142Z Downloaded polar-core v0.27.3
6712026-02-24T03:36:39.145Z Downloaded regex-automata v0.4.11
6722026-02-24T03:36:39.165Z Downloaded hickory-proto v0.25.2
6732026-02-24T03:36:39.172Z Downloaded zerocopy-derive v0.6.6
6742026-02-24T03:36:39.181Z Downloaded jiff v0.2.15
6752026-02-24T03:36:39.196Z Downloaded lzma-sys v0.1.20
6762026-02-24T03:36:39.222Z Downloaded petgraph v0.6.5
6772026-02-24T03:36:39.238Z Downloaded chrono-tz v0.10.4
6782026-02-24T03:36:39.255Z Downloaded libc v0.2.180
6792026-02-24T03:36:39.283Z Downloaded hickory-proto v0.24.4
6802026-02-24T03:36:39.295Z Downloaded petgraph v0.8.2
6812026-02-24T03:36:39.314Z Downloaded csv v1.3.1
6822026-02-24T03:36:39.331Z Downloaded libz-sys v1.1.20
6832026-02-24T03:36:39.349Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6842026-02-24T03:36:39.363Z Downloaded serde_with v3.16.1
6852026-02-24T03:36:39.374Z Downloaded nix v0.29.0
6862026-02-24T03:36:39.387Z Downloaded nix v0.28.0
6872026-02-24T03:36:39.394Z Downloaded petname v2.0.2
6882026-02-24T03:36:39.399Z Downloaded dropshot v0.16.7
6892026-02-24T03:36:39.419Z Downloaded sha3 v0.10.8
6902026-02-24T03:36:39.425Z Downloaded goblin v0.10.2
6912026-02-24T03:36:39.429Z Downloaded ssh-key v0.6.6
6922026-02-24T03:36:39.435Z Downloaded quick-xml v0.37.2
6932026-02-24T03:36:39.441Z Downloaded git2 v0.20.2
6942026-02-24T03:36:39.448Z Downloaded p384 v0.13.1
6952026-02-24T03:36:39.453Z Downloaded tokio v1.49.0
6962026-02-24T03:36:39.488Z Downloaded icu_properties_data v1.5.0
6972026-02-24T03:36:39.497Z Downloaded tracing-core v0.1.32
6982026-02-24T03:36:39.501Z Downloaded rpassword v7.4.0
6992026-02-24T03:36:39.505Z Downloaded futures-util v0.3.31
7002026-02-24T03:36:39.512Z Downloaded time-macros v0.2.24
7012026-02-24T03:36:39.515Z Downloaded thiserror-no-std v2.0.2
7022026-02-24T03:36:39.518Z Downloaded trait-variant v0.1.2
7032026-02-24T03:36:39.520Z Downloaded thiserror v2.0.18
7042026-02-24T03:36:39.524Z Downloaded termios v0.3.3
7052026-02-24T03:36:39.527Z Downloaded similar v2.7.0
7062026-02-24T03:36:39.530Z Downloaded rand v0.9.2
7072026-02-24T03:36:39.534Z Downloaded schemars v1.0.4
7082026-02-24T03:36:39.547Z Downloaded goblin v0.8.2
7092026-02-24T03:36:39.552Z Downloaded serde_yaml v0.9.34+deprecated
7102026-02-24T03:36:39.555Z Downloaded itertools v0.14.0
7112026-02-24T03:36:39.562Z Downloaded smallvec v1.15.1
7122026-02-24T03:36:39.565Z Downloaded signal-hook v0.3.18
7132026-02-24T03:36:39.567Z Downloaded idna v1.0.3
7142026-02-24T03:36:39.570Z Downloaded bindgen v0.69.5
7152026-02-24T03:36:39.576Z Downloaded serde_core v1.0.228
7162026-02-24T03:36:39.579Z Downloaded itertools v0.12.1
7172026-02-24T03:36:39.585Z Downloaded schemars v0.9.0
7182026-02-24T03:36:39.596Z Downloaded itertools v0.13.0
7192026-02-24T03:36:39.603Z Downloaded httpmock v0.8.0-alpha.1
7202026-02-24T03:36:39.619Z Downloaded encoding_rs v0.8.34
7212026-02-24T03:36:39.638Z Downloaded qorb v0.4.1
7222026-02-24T03:36:39.642Z Downloaded take_mut v0.2.2
7232026-02-24T03:36:39.647Z Downloaded tagptr v0.2.0
7242026-02-24T03:36:39.647Z Downloaded tabled_derive v0.10.0
7252026-02-24T03:36:39.647Z Downloaded libxml v0.3.3
7262026-02-24T03:36:39.650Z Downloaded slog-async v2.8.0
7272026-02-24T03:36:39.653Z Downloaded hyper v1.8.1
7282026-02-24T03:36:39.657Z Downloaded guppy v0.17.20
7292026-02-24T03:36:39.663Z Downloaded slab v0.4.9
7302026-02-24T03:36:39.665Z Downloaded schemars v0.8.22
7312026-02-24T03:36:39.674Z Downloaded rustls-pki-types v1.10.0
7322026-02-24T03:36:39.677Z Downloaded slog-stdlog v4.1.1
7332026-02-24T03:36:39.680Z Downloaded slog-scope v4.4.0
7342026-02-24T03:36:39.680Z Downloaded nom v7.1.3
7352026-02-24T03:36:39.685Z Downloaded sync-ptr v0.1.4
7362026-02-24T03:36:39.689Z Downloaded ring v0.17.14
7372026-02-24T03:36:39.724Z Downloaded ryu v1.0.18
7382026-02-24T03:36:39.727Z Downloaded rand_distr v0.5.1
7392026-02-24T03:36:39.730Z Downloaded pretty_assertions v1.4.1
7402026-02-24T03:36:39.732Z Downloaded strum v0.27.2
7412026-02-24T03:36:39.732Z Downloaded structmeta-derive v0.3.0
7422026-02-24T03:36:39.756Z Downloaded structmeta v0.3.0
7432026-02-24T03:36:39.756Z Downloaded mio v1.0.2
7442026-02-24T03:36:39.756Z Downloaded polling v3.7.3
7452026-02-24T03:36:39.756Z Downloaded ssh-cipher v0.2.0
7462026-02-24T03:36:39.756Z Downloaded russh-keys v0.45.0
7472026-02-24T03:36:39.756Z Downloaded quinn v0.11.5
7482026-02-24T03:36:39.756Z Downloaded libgit2-sys v0.18.2+1.9.1
7492026-02-24T03:36:39.800Z Downloaded progenitor-impl v0.11.2
7502026-02-24T03:36:39.803Z Downloaded ron v0.7.1
7512026-02-24T03:36:39.805Z Downloaded siphasher v1.0.1
7522026-02-24T03:36:39.808Z Downloaded siphasher v0.3.11
7532026-02-24T03:36:39.809Z Downloaded similar-asserts v1.7.0
7542026-02-24T03:36:39.811Z Downloaded simd-adler32 v0.3.7
7552026-02-24T03:36:39.811Z Downloaded sigpipe v0.1.3
7562026-02-24T03:36:39.814Z Downloaded serde-untagged v0.1.7
7572026-02-24T03:36:39.814Z Downloaded rust-argon2 v2.1.0
7582026-02-24T03:36:39.817Z Downloaded progenitor-impl v0.8.0
7592026-02-24T03:36:39.817Z Downloaded scroll v0.12.0
7602026-02-24T03:36:39.820Z Downloaded itertools v0.10.5
7612026-02-24T03:36:39.823Z Downloaded indexmap v2.13.0
7622026-02-24T03:36:39.829Z Downloaded signal-hook-mio v0.2.4
7632026-02-24T03:36:39.829Z Downloaded shell-words v1.1.0
7642026-02-24T03:36:39.829Z Downloaded papergrid v0.11.0
7652026-02-24T03:36:39.832Z Downloaded hashbrown v0.15.4
7662026-02-24T03:36:39.837Z Downloaded sct v0.7.1
7672026-02-24T03:36:39.840Z Downloaded scroll v0.13.0
7682026-02-24T03:36:39.842Z Downloaded postgres-types v0.2.9
7692026-02-24T03:36:39.845Z Downloaded openssl-sys v0.9.109
7702026-02-24T03:36:39.848Z Downloaded hashbrown v0.14.5
7712026-02-24T03:36:39.851Z Downloaded rustls-pemfile v1.0.4
7722026-02-24T03:36:39.854Z Downloaded serde_plain v1.0.2
7732026-02-24T03:36:39.857Z Downloaded proc-macro2 v1.0.101
7742026-02-24T03:36:39.857Z Downloaded prefix-trie v0.7.0
7752026-02-24T03:36:39.860Z Downloaded hickory-server v0.25.2
7762026-02-24T03:36:39.863Z Downloaded rustversion v1.0.22
7772026-02-24T03:36:39.866Z Downloaded rusty-fork v0.3.0
7782026-02-24T03:36:39.870Z Downloaded p256 v0.13.2
7792026-02-24T03:36:39.873Z Downloaded semver v0.1.20
7802026-02-24T03:36:39.873Z Downloaded secrecy v0.10.3
7812026-02-24T03:36:39.873Z Downloaded memchr v2.7.4
7822026-02-24T03:36:39.877Z Downloaded salsa20 v0.10.2
7832026-02-24T03:36:39.877Z Downloaded crossterm v0.29.0
7842026-02-24T03:36:39.882Z Downloaded r2d2 v0.8.10
7852026-02-24T03:36:39.884Z Downloaded quote v1.0.40
7862026-02-24T03:36:39.887Z Downloaded oso v0.27.3
7872026-02-24T03:36:39.889Z Downloaded miette v5.10.0
7882026-02-24T03:36:39.892Z Downloaded hickory-resolver v0.24.4
7892026-02-24T03:36:39.896Z Downloaded russh-cryptovec v0.7.3
7902026-02-24T03:36:39.899Z Downloaded rtoolbox v0.0.2
7912026-02-24T03:36:39.899Z Downloaded pkcs8 v0.10.2
7922026-02-24T03:36:39.899Z Downloaded pin-project-lite v0.2.14
7932026-02-24T03:36:39.902Z Downloaded pest_meta v2.8.2
7942026-02-24T03:36:39.905Z Downloaded postgres-protocol v0.6.8
7952026-02-24T03:36:39.908Z Downloaded icu_collections v1.5.0
7962026-02-24T03:36:39.911Z Downloaded progenitor v0.11.2
7972026-02-24T03:36:39.914Z Downloaded proc-macro-error2 v2.0.1
7982026-02-24T03:36:39.917Z Downloaded poly1305 v0.8.0
7992026-02-24T03:36:39.920Z Downloaded password-hash v0.5.0
8002026-02-24T03:36:39.920Z Downloaded parking_lot v0.11.2
8012026-02-24T03:36:39.923Z Downloaded hickory-resolver v0.25.2
8022026-02-24T03:36:39.926Z Downloaded aes v0.8.4
8032026-02-24T03:36:39.928Z Downloaded parking_lot_core v0.9.10
8042026-02-24T03:36:39.928Z Downloaded log v0.4.29
8052026-02-24T03:36:39.933Z Downloaded phf v0.12.1
8062026-02-24T03:36:39.933Z Downloaded phf v0.11.2
8072026-02-24T03:36:39.933Z Downloaded pem v3.0.5
8082026-02-24T03:36:39.936Z Downloaded owo-colors v4.2.3
8092026-02-24T03:36:39.938Z Downloaded cc v1.2.30
8102026-02-24T03:36:39.941Z Downloaded indicatif v0.17.11
8112026-02-24T03:36:39.944Z Downloaded peg-macros v0.8.5
8122026-02-24T03:36:39.944Z Downloaded indicatif v0.18.0
8132026-02-24T03:36:39.947Z Downloaded progenitor-client v0.10.0
8142026-02-24T03:36:39.950Z Downloaded hashbrown v0.12.3
8152026-02-24T03:36:39.952Z Downloaded omicron-zone-package v0.12.2
8162026-02-24T03:36:39.957Z Downloaded password-hash v0.4.2
8172026-02-24T03:36:39.957Z Downloaded proc-macro-error-attr2 v2.0.0
8182026-02-24T03:36:39.960Z Downloaded proc-macro-error-attr v1.0.4
8192026-02-24T03:36:39.960Z Downloaded predicates-core v1.0.8
8202026-02-24T03:36:39.960Z Downloaded precomputed-hash v0.1.1
8212026-02-24T03:36:39.960Z Downloaded crossbeam-channel v0.5.15
8222026-02-24T03:36:39.963Z Downloaded peg v0.8.5
8232026-02-24T03:36:39.966Z Downloaded paste v1.0.15
8242026-02-24T03:36:39.970Z Downloaded partial-io v0.5.4
8252026-02-24T03:36:39.970Z Downloaded parse-display-derive v0.10.0
8262026-02-24T03:36:39.972Z Downloaded num-integer v0.1.46
8272026-02-24T03:36:39.972Z Downloaded heapless v0.8.0
8282026-02-24T03:36:39.975Z Downloaded heapless v0.7.17
8292026-02-24T03:36:39.978Z Downloaded ed25519-dalek v2.1.1
8302026-02-24T03:36:39.981Z Downloaded crypto-bigint v0.5.5
8312026-02-24T03:36:39.985Z Downloaded packed_struct v0.10.1
8322026-02-24T03:36:39.988Z Downloaded oxide-tokio-rt v0.1.2
8332026-02-24T03:36:39.988Z Downloaded ignore v0.4.23
8342026-02-24T03:36:39.991Z Downloaded headers v0.4.1
8352026-02-24T03:36:39.994Z Downloaded plotters-backend v0.3.7
8362026-02-24T03:36:39.997Z Downloaded piper v0.2.4
8372026-02-24T03:36:39.997Z Downloaded icu_locid v1.5.0
8382026-02-24T03:36:40.000Z Downloaded hyper-rustls v0.27.7
8392026-02-24T03:36:40.003Z Downloaded pathdiff v0.2.3
8402026-02-24T03:36:40.003Z Downloaded expectorate v1.2.0
8412026-02-24T03:36:40.008Z Downloaded derive_more v2.0.1
8422026-02-24T03:36:40.012Z Downloaded parse-size v1.1.0
8432026-02-24T03:36:40.014Z Downloaded number_prefix v0.4.0
8442026-02-24T03:36:40.014Z Downloaded num-rational v0.4.2
8452026-02-24T03:36:40.014Z Downloaded num-complex v0.4.6
8462026-02-24T03:36:40.017Z Downloaded diesel_derives v2.2.3
8472026-02-24T03:36:40.021Z Downloaded der v0.7.10
8482026-02-24T03:36:40.023Z Downloaded oso-derive v0.27.3
8492026-02-24T03:36:40.026Z Downloaded ordered-float v2.10.1
8502026-02-24T03:36:40.026Z Downloaded nanorand v0.7.0
8512026-02-24T03:36:40.029Z Downloaded native-tls v0.2.12
8522026-02-24T03:36:40.029Z Downloaded mime v0.3.17
8532026-02-24T03:36:40.031Z Downloaded mime_guess v2.0.5
8542026-02-24T03:36:40.031Z Downloaded litrs v0.4.1
8552026-02-24T03:36:40.034Z Downloaded litemap v0.7.3
8562026-02-24T03:36:40.037Z Downloaded half v2.4.1
8572026-02-24T03:36:40.040Z Downloaded oorandom v11.1.4
8582026-02-24T03:36:40.040Z Downloaded num_threads v0.1.7
8592026-02-24T03:36:40.040Z Downloaded flume v0.11.1
8602026-02-24T03:36:40.042Z Downloaded num-derive v0.4.2
8612026-02-24T03:36:40.045Z Downloaded num-derive v0.3.3
8622026-02-24T03:36:40.045Z Downloaded num v0.4.3
8632026-02-24T03:36:40.046Z Downloaded nested v0.1.1
8642026-02-24T03:36:40.048Z Downloaded multer v3.1.0
8652026-02-24T03:36:40.048Z Downloaded linear-map v1.2.0
8662026-02-24T03:36:40.053Z Downloaded async-std v1.13.0
8672026-02-24T03:36:40.070Z Downloaded chumsky v0.9.3
8682026-02-24T03:36:40.073Z Downloaded libz-rs-sys v0.5.1
8692026-02-24T03:36:40.075Z Downloaded num-iter v0.1.45
8702026-02-24T03:36:40.075Z Downloaded aes-gcm v0.10.3
8712026-02-24T03:36:40.078Z Downloaded libloading v0.8.5
8722026-02-24T03:36:40.081Z Downloaded kv-log-macro v1.0.7
8732026-02-24T03:36:40.081Z Downloaded ingot-macros v0.1.1
8742026-02-24T03:36:40.083Z Downloaded newline-converter v0.3.0
8752026-02-24T03:36:40.083Z Downloaded new_debug_unreachable v1.0.6
8762026-02-24T03:36:40.083Z Downloaded macaddr v1.0.1
8772026-02-24T03:36:40.086Z Downloaded libefi-sys v0.1.0
8782026-02-24T03:36:40.086Z Downloaded knuffel-derive v3.2.0
8792026-02-24T03:36:40.089Z Downloaded fatfs v0.3.6
8802026-02-24T03:36:40.092Z Downloaded ena v0.14.3
8812026-02-24T03:36:40.092Z Downloaded md-5 v0.10.6
8822026-02-24T03:36:40.095Z Downloaded match_cfg v0.1.0
8832026-02-24T03:36:40.095Z Downloaded maplit v1.0.2
8842026-02-24T03:36:40.095Z Downloaded httparse v1.9.5
8852026-02-24T03:36:40.100Z Downloaded getrandom v0.3.4
8862026-02-24T03:36:40.100Z Downloaded flate2 v1.1.2
8872026-02-24T03:36:40.103Z Downloaded lockfree-object-pool v0.1.6
8882026-02-24T03:36:40.106Z Downloaded ipnet v2.11.0
8892026-02-24T03:36:40.108Z Downloaded aho-corasick v1.1.3
8902026-02-24T03:36:40.111Z Downloaded ipnetwork v0.21.1
8912026-02-24T03:36:40.114Z Downloaded maybe-uninit v2.0.0
8922026-02-24T03:36:40.114Z Downloaded jobserver v0.1.32
8932026-02-24T03:36:40.117Z Downloaded hmac v0.12.1
8942026-02-24T03:36:40.117Z Downloaded env_logger v0.11.8
8952026-02-24T03:36:40.120Z Downloaded backtrace v0.3.74
8962026-02-24T03:36:40.123Z Downloaded ingot v0.1.1
8972026-02-24T03:36:40.126Z Downloaded indoc v2.0.6
8982026-02-24T03:36:40.128Z Downloaded hickory-client v0.25.2
8992026-02-24T03:36:40.131Z Downloaded console v0.15.10
9002026-02-24T03:36:40.134Z Downloaded compact_str v0.8.0
9012026-02-24T03:36:40.137Z Downloaded managed v0.8.0
9022026-02-24T03:36:40.137Z Downloaded lru-cache v0.1.2
9032026-02-24T03:36:40.137Z Downloaded internet-checksum v0.2.1
9042026-02-24T03:36:40.139Z Downloaded darling_core v0.20.10
9052026-02-24T03:36:40.144Z Downloaded lru v0.12.5
9062026-02-24T03:36:40.144Z Downloaded http-body-util v0.1.3
9072026-02-24T03:36:40.146Z Downloaded derive-where v1.5.0
9082026-02-24T03:36:40.149Z Downloaded crc-any v2.5.0
9092026-02-24T03:36:40.152Z Downloaded clap_derive v4.5.47
9102026-02-24T03:36:40.153Z Downloaded des v0.8.1
9112026-02-24T03:36:40.155Z Downloaded crossbeam-utils v0.8.21
9122026-02-24T03:36:40.155Z Downloaded libscf-sys v1.1.0
9132026-02-24T03:36:40.158Z Downloaded keccak v0.1.5
9142026-02-24T03:36:40.158Z Downloaded futures v0.3.31
9152026-02-24T03:36:40.161Z Downloaded icu_locid_transform v1.5.0
9162026-02-24T03:36:40.164Z Downloaded getrandom v0.2.15
9172026-02-24T03:36:40.166Z Downloaded lalrpop-util v0.19.12
9182026-02-24T03:36:40.166Z Downloaded humantime v2.2.0
9192026-02-24T03:36:40.169Z Downloaded const_format v0.2.34
9202026-02-24T03:36:40.172Z Downloaded instability v0.3.2
9212026-02-24T03:36:40.177Z Downloaded indoc v1.0.9
9222026-02-24T03:36:40.197Z Downloaded httptest v0.16.3
9232026-02-24T03:36:40.197Z Downloaded bytes v1.11.1
9242026-02-24T03:36:40.214Z Downloaded bumpalo v3.16.0
9252026-02-24T03:36:40.214Z Downloaded is_ci v1.2.0
9262026-02-24T03:36:40.214Z Downloaded base64 v0.22.1
9272026-02-24T03:36:40.214Z Downloaded highway v1.3.0
9282026-02-24T03:36:40.217Z Downloaded base64 v0.13.1
9292026-02-24T03:36:40.217Z Downloaded inout v0.1.3
9302026-02-24T03:36:40.217Z Downloaded impl-trait-for-tuples v0.2.2
9312026-02-24T03:36:40.221Z Downloaded idna_adapter v1.2.0
9322026-02-24T03:36:40.221Z Downloaded glob v0.3.2
9332026-02-24T03:36:40.224Z Downloaded derive_more v0.99.20
9342026-02-24T03:36:40.226Z Downloaded dropshot_endpoint v0.16.7
9352026-02-24T03:36:40.231Z Downloaded digest v0.10.7
9362026-02-24T03:36:40.234Z Downloaded crossbeam-epoch v0.9.18
9372026-02-24T03:36:40.236Z Downloaded const-oid v0.9.6
9382026-02-24T03:36:40.240Z Downloaded colored v3.0.0
9392026-02-24T03:36:40.243Z Downloaded colored v2.2.0
9402026-02-24T03:36:40.243Z Downloaded clang-sys v1.8.1
9412026-02-24T03:36:40.246Z Downloaded cookie_store v0.21.1
9422026-02-24T03:36:40.249Z Downloaded console v0.16.0
9432026-02-24T03:36:40.252Z Downloaded hubpack v0.1.2
9442026-02-24T03:36:40.255Z Downloaded http-body v1.0.1
9452026-02-24T03:36:40.255Z Downloaded futures-executor v0.3.31
9462026-02-24T03:36:40.258Z Downloaded fs-err v2.11.0
9472026-02-24T03:36:40.259Z Downloaded foreign-types v0.5.0
9482026-02-24T03:36:40.261Z Downloaded foldhash v0.2.0
9492026-02-24T03:36:40.261Z Downloaded event-listener v5.3.1
9502026-02-24T03:36:40.261Z Downloaded headers-core v0.3.0
9512026-02-24T03:36:40.264Z Downloaded cargo-util-schemas v0.8.2
9522026-02-24T03:36:40.264Z Downloaded cancel-safe-futures v0.1.5
9532026-02-24T03:36:40.267Z Downloaded futures-timer v3.0.3
9542026-02-24T03:36:40.270Z Downloaded chacha20poly1305 v0.10.1
9552026-02-24T03:36:40.270Z Downloaded hash32 v0.2.1
9562026-02-24T03:36:40.272Z Downloaded guppy-workspace-hack v0.1.0
9572026-02-24T03:36:40.272Z Downloaded diesel-dtrace v0.4.2
9582026-02-24T03:36:40.275Z Downloaded heck v0.3.3
9592026-02-24T03:36:40.275Z Downloaded futures-task v0.3.31
9602026-02-24T03:36:40.275Z Downloaded fallible-iterator v0.2.0
9612026-02-24T03:36:40.278Z Downloaded crc32fast v1.4.2
9622026-02-24T03:36:40.282Z Downloaded corncobs v0.1.4
9632026-02-24T03:36:40.282Z Downloaded bitflags v2.9.4
9642026-02-24T03:36:40.285Z Downloaded fs_extra v1.3.0
9652026-02-24T03:36:40.285Z Downloaded foldhash v0.1.5
9662026-02-24T03:36:40.288Z Downloaded criterion-plot v0.6.0
9672026-02-24T03:36:40.288Z Downloaded heck v0.4.1
9682026-02-24T03:36:40.291Z Downloaded filetime v0.2.26
9692026-02-24T03:36:40.291Z Downloaded deranged v0.5.3
9702026-02-24T03:36:40.293Z Downloaded csv-core v0.1.11
9712026-02-24T03:36:40.293Z Downloaded fixedbitset v0.5.7
9722026-02-24T03:36:40.296Z Downloaded data-encoding v2.9.0
9732026-02-24T03:36:40.299Z Downloaded blake2 v0.10.6
9742026-02-24T03:36:40.301Z Downloaded form_urlencoded v1.2.2
9752026-02-24T03:36:40.301Z Downloaded foreign-types-macros v0.2.3
9762026-02-24T03:36:40.301Z Downloaded foreign-types v0.3.2
9772026-02-24T03:36:40.304Z Downloaded erased-serde v0.3.31
9782026-02-24T03:36:40.311Z Downloaded fd-lock v4.0.2
9792026-02-24T03:36:40.311Z Downloaded embedded-io v0.6.1
9802026-02-24T03:36:40.311Z Downloaded flagset v0.4.6
9812026-02-24T03:36:40.314Z Downloaded escape8259 v0.5.3
9822026-02-24T03:36:40.314Z Downloaded cbc v0.1.2
9832026-02-24T03:36:40.314Z Downloaded camino v1.2.2
9842026-02-24T03:36:40.317Z Downloaded bzip2 v0.5.2
9852026-02-24T03:36:40.321Z Downloaded bzip2 v0.4.4
9862026-02-24T03:36:40.321Z Downloaded bcs v0.1.6
9872026-02-24T03:36:40.325Z Downloaded futures-sink v0.3.31
9882026-02-24T03:36:40.325Z Downloaded futures-macro v0.3.31
9892026-02-24T03:36:40.325Z Downloaded foreign-types-shared v0.3.1
9902026-02-24T03:36:40.325Z Downloaded foreign-types-shared v0.1.1
9912026-02-24T03:36:40.325Z Downloaded erased-serde v0.4.6
9922026-02-24T03:36:40.329Z Downloaded doc-comment v0.3.3
9932026-02-24T03:36:40.329Z Downloaded convert_case v0.7.1
9942026-02-24T03:36:40.329Z Downloaded cipher v0.4.4
9952026-02-24T03:36:40.332Z Downloaded ecdsa v0.16.9
9962026-02-24T03:36:40.332Z Downloaded drift v0.1.3
9972026-02-24T03:36:40.336Z Downloaded backtrace-ext v0.2.1
9982026-02-24T03:36:40.339Z Downloaded async-trait v0.1.89
9992026-02-24T03:36:40.342Z Downloaded crossbeam-deque v0.8.5
10002026-02-24T03:36:40.342Z Downloaded chacha20 v0.9.1
10012026-02-24T03:36:40.344Z Downloaded cargo-platform v0.2.0
10022026-02-24T03:36:40.345Z Downloaded funty v2.0.0
10032026-02-24T03:36:40.347Z Downloaded fastrand v2.1.1
10042026-02-24T03:36:40.347Z Downloaded difflib v0.4.0
10052026-02-24T03:36:40.347Z Downloaded defmt-macros v0.3.9
10062026-02-24T03:36:40.350Z Downloaded datatest-stable v0.3.2
10072026-02-24T03:36:40.353Z Downloaded cstr-argument v0.1.2
10082026-02-24T03:36:40.356Z Downloaded critical-section v1.1.3
10092026-02-24T03:36:40.356Z Downloaded ciborium-ll v0.2.2
10102026-02-24T03:36:40.356Z Downloaded dirs-next v2.0.0
10112026-02-24T03:36:40.358Z Downloaded blake2b_simd v1.0.2
10122026-02-24T03:36:40.358Z Downloaded autocfg v1.4.0
10132026-02-24T03:36:40.361Z Downloaded async-task v4.7.1
10142026-02-24T03:36:40.364Z Downloaded event-listener v2.5.3
10152026-02-24T03:36:40.364Z Downloaded equivalent v1.0.2
10162026-02-24T03:36:40.364Z Downloaded darling_macro v0.21.0
10172026-02-24T03:36:40.367Z Downloaded crypto-common v0.1.6
10182026-02-24T03:36:40.367Z Downloaded cpufeatures v0.2.14
10192026-02-24T03:36:40.367Z Downloaded cassowary v0.3.0
10202026-02-24T03:36:40.369Z Downloaded backoff v0.4.0
10212026-02-24T03:36:40.369Z Downloaded crucible-workspace-hack v0.1.0
10222026-02-24T03:36:40.374Z Downloaded convert_case v0.4.0
10232026-02-24T03:36:40.375Z Downloaded camino-tempfile v1.4.1
10242026-02-24T03:36:40.375Z Downloaded buf-list v1.0.3
10252026-02-24T03:36:40.375Z Downloaded bitfield v0.19.2
10262026-02-24T03:36:40.378Z Downloaded bit-vec v0.6.3
10272026-02-24T03:36:40.378Z Downloaded base64ct v1.6.0
10282026-02-24T03:36:40.380Z Downloaded enum-as-inner v0.6.1
10292026-02-24T03:36:40.381Z Downloaded dunce v1.0.5
10302026-02-24T03:36:40.381Z Downloaded dtrace-parser v0.3.0
10312026-02-24T03:36:40.383Z Downloaded dtrace-parser v0.2.0
10322026-02-24T03:36:40.383Z Downloaded dropshot-api-manager-types v0.3.0
10332026-02-24T03:36:40.383Z Downloaded displaydoc v0.2.5
10342026-02-24T03:36:40.386Z Downloaded darling v0.20.10
10352026-02-24T03:36:40.390Z Downloaded crc8 v0.1.1
10362026-02-24T03:36:40.390Z Downloaded cobs v0.2.3
10372026-02-24T03:36:40.393Z Downloaded dyn-clone v1.0.20
10382026-02-24T03:36:40.393Z Downloaded derive_builder v0.20.2
10392026-02-24T03:36:40.396Z Downloaded crc v3.2.1
10402026-02-24T03:36:40.398Z Downloaded crunchy v0.2.2
10412026-02-24T03:36:40.398Z Downloaded colorchoice v1.0.2
10422026-02-24T03:36:40.401Z Downloaded bytecount v0.6.8
10432026-02-24T03:36:40.401Z Downloaded cfg_aliases v0.2.1
10442026-02-24T03:36:40.404Z Downloaded bitfield-macros v0.19.2
10452026-02-24T03:36:40.404Z Downloaded bb8 v0.8.5
10462026-02-24T03:36:40.404Z Downloaded byteorder v1.5.0
10472026-02-24T03:36:40.407Z Downloaded blocking v1.6.1
10482026-02-24T03:36:40.407Z Downloaded bitflags v1.3.2
10492026-02-24T03:36:40.410Z Downloaded bcrypt-pbkdf v0.10.0
10502026-02-24T03:36:40.412Z Downloaded atomicwrites v0.4.4
10512026-02-24T03:36:40.412Z Downloaded async-stream-impl v0.3.6
10522026-02-24T03:36:40.412Z Downloaded atomic-waker v1.1.2
10532026-02-24T03:36:40.429Z Downloaded cargo-platform v0.1.8
10542026-02-24T03:36:40.429Z Downloaded block-padding v0.3.3
10552026-02-24T03:36:40.429Z Downloaded base16ct v0.2.0
10562026-02-24T03:36:40.429Z Downloaded block-buffer v0.10.4
10572026-02-24T03:36:40.429Z Downloaded bit-set v0.8.0
10582026-02-24T03:36:40.429Z Downloaded bit-set v0.5.3
10592026-02-24T03:36:40.429Z Downloaded async-process v2.3.0
10602026-02-24T03:36:40.429Z Downloaded async-executor v1.13.1
10612026-02-24T03:36:40.430Z Downloaded diff v0.1.13
10622026-02-24T03:36:40.430Z Downloaded der_derive v0.7.3
10632026-02-24T03:36:40.430Z Downloaded daft-derive v0.1.4
10642026-02-24T03:36:40.430Z Downloaded crc-catalog v2.4.0
10652026-02-24T03:36:40.433Z Downloaded concurrent-queue v2.5.0
10662026-02-24T03:36:40.433Z Downloaded cmake v0.1.51
10672026-02-24T03:36:40.435Z Downloaded ciborium v0.2.2
10682026-02-24T03:36:40.435Z Downloaded atty v0.2.14
10692026-02-24T03:36:40.438Z Downloaded defmt v0.3.8
10702026-02-24T03:36:40.441Z Downloaded arrayvec v0.7.6
10712026-02-24T03:36:40.441Z Downloaded anstyle-query v1.1.1
10722026-02-24T03:36:40.444Z Downloaded async-channel v1.9.0
10732026-02-24T03:36:40.444Z Downloaded async-bb8-diesel v0.2.1
10742026-02-24T03:36:40.446Z Downloaded assert_matches v1.5.0
10752026-02-24T03:36:40.446Z Downloaded anstyle v1.0.11
10762026-02-24T03:36:40.449Z Downloaded darling_macro v0.20.10
10772026-02-24T03:36:40.449Z Downloaded daft v0.1.4
10782026-02-24T03:36:40.452Z Downloaded clap v4.5.48
10792026-02-24T03:36:40.457Z Downloaded bitfield-struct v0.6.2
10802026-02-24T03:36:40.460Z Downloaded anstyle-parse v0.2.5
10812026-02-24T03:36:40.460Z Downloaded arc-swap v1.7.1
10822026-02-24T03:36:40.463Z Downloaded aead v0.5.2
10832026-02-24T03:36:40.466Z Downloaded async-signal v0.2.10
10842026-02-24T03:36:40.466Z Downloaded async-lock v3.4.0
10852026-02-24T03:36:40.468Z Downloaded array-init v0.0.4
10862026-02-24T03:36:40.468Z Downloaded ahash v0.8.12
10872026-02-24T03:36:40.471Z Downloaded ascii-canvas v3.0.0
10882026-02-24T03:36:40.471Z Downloaded async-object-pool v0.1.5
10892026-02-24T03:36:40.474Z Downloaded async-io v2.3.4
10902026-02-24T03:36:40.477Z Downloaded cfg-if v1.0.4
10912026-02-24T03:36:40.477Z Downloaded cfg-expr v0.20.1
10922026-02-24T03:36:40.480Z Downloaded async-global-executor v2.4.1
10932026-02-24T03:36:40.480Z Downloaded argon2 v0.5.3
10942026-02-24T03:36:40.483Z Downloaded approx v0.5.1
10952026-02-24T03:36:40.483Z Downloaded async-recursion v1.1.1
10962026-02-24T03:36:40.485Z Downloaded async-channel v2.3.1
10972026-02-24T03:36:40.488Z Downloaded anyhow v1.0.99
10982026-02-24T03:36:40.492Z Downloaded anes v0.1.6
10992026-02-24T03:36:40.496Z Downloaded addr2line v0.24.2
11002026-02-24T03:36:40.496Z Downloaded assert-json-diff v2.0.2
11012026-02-24T03:36:40.496Z Downloaded arrayref v0.3.9
11022026-02-24T03:36:40.499Z Downloaded anstream v0.6.18
11032026-02-24T03:36:40.596Z Downloaded aws-lc-sys v0.26.0
11042026-02-24T03:36:41.094Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-02-24T03:36:52.697Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-02-24T03:37:03.118Z Startup: Caching catalogs ... Done
11072026-02-24T03:37:26.711ZPlanning: Solver setup ... Done (21.956s)
11082026-02-24T03:37:26.875ZPlanning: Running solver ... Done (0.164s)
11092026-02-24T03:37:27.042ZPlanning: Finding local manifests ... Done (0.003s)
11102026-02-24T03:37:27.055ZPlanning: Fetching manifests: 0/4 0% complete
11112026-02-24T03:37:27.196ZPlanning: Fetching manifests: 4/4 100% complete
11122026-02-24T03:37:27.245ZPlanning: Package planning ... Done (0.048s)
11132026-02-24T03:37:27.294ZPlanning: Merging actions ... Done (0.049s)
11142026-02-24T03:37:27.578ZPlanning: Checking for conflicting actions ... Done (0.284s)
11152026-02-24T03:37:27.591ZPlanning: Consolidating action changes ... Done (0.012s)
11162026-02-24T03:37:28.364ZPlanning: Evaluating mediators ... Done (0.772s)
11172026-02-24T03:37:28.373ZPlanning: Planning completed in 25.10 seconds
11182026-02-24T03:37:28.464Z Packages to install: 4
11192026-02-24T03:37:28.464Z Mediators to change: 2
11202026-02-24T03:37:28.467Z Services to change: 1
11212026-02-24T03:37:28.467Z Estimated space available: 155.09 GB
11222026-02-24T03:37:28.467ZEstimated space to be consumed: 1.81 GB
11232026-02-24T03:37:28.467Z Create boot environment: No
11242026-02-24T03:37:28.468ZCreate backup boot environment: No
11252026-02-24T03:37:28.468Z Rebuild boot archive: No
11262026-02-24T03:37:28.468Z
11272026-02-24T03:37:28.468ZChanged mediators:
11282026-02-24T03:37:28.468Z mediator clang:
11292026-02-24T03:37:28.468Z version: None -> 15 (system default)
11302026-02-24T03:37:28.468Z
11312026-02-24T03:37:28.468Z mediator llvm:
11322026-02-24T03:37:28.468Z version: 14 (system default) -> 15 (system default)
11332026-02-24T03:37:28.468Z
11342026-02-24T03:37:28.468ZChanged packages:
11352026-02-24T03:37:28.468Zhelios-dev
11362026-02-24T03:37:28.468Z developer/build-essential
11372026-02-24T03:37:28.468Z None -> 11-2.0
11382026-02-24T03:37:28.468Z library/libxmlsec1
11392026-02-24T03:37:28.468Z None -> 1.2.35-2.0
11402026-02-24T03:37:28.468Z ooce/developer/clang-15
11412026-02-24T03:37:28.468Z None -> 15.0.7-2.0
11422026-02-24T03:37:28.468Z ooce/developer/llvm-15
11432026-02-24T03:37:28.468Z None -> 15.0.7-2.0
11442026-02-24T03:37:28.468Z
11452026-02-24T03:37:28.468ZServices:
11462026-02-24T03:37:28.468Z restart_fmri:
11472026-02-24T03:37:28.468Z svc:/system/update-man-index:default
11482026-02-24T03:37:28.516Z
11492026-02-24T03:37:28.516ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-02-24T03:37:33.516ZDownload: 1131/3290 items 50.4/212.6MB 23% complete (9.9M/s)
11512026-02-24T03:37:38.528ZDownload: 1702/3290 items 117.3/212.6MB 55% complete (12.0M/s)
11522026-02-24T03:37:43.528ZDownload: 3239/3290 items 192.3/212.6MB 90% complete (14.0M/s)
11532026-02-24T03:37:47.086ZDownload: Completed 212.60 MB in 18.57 seconds (11.4M/s)
11542026-02-24T03:37:47.289Z Actions: 1/3689 actions (Installing new actions)
11552026-02-24T03:37:51.868Z Actions: Completed 3689 actions in 4.58 seconds.
11562026-02-24T03:37:52.303Z Done (0.430s)
11572026-02-24T03:37:52.303Z Done (0.000s)
11582026-02-24T03:37:53.415Z Done (1.112s)
11592026-02-24T03:37:57.701Z Done (3.929s)
11602026-02-24T03:37:57.783Z Done (0.018s)
11612026-02-24T03:37:57.786Z Done (0.000s)
11622026-02-24T03:37:57.958Z Done (0.000s)
11632026-02-24T03:37:58.933ZPlanning: Evaluating mediator changes ... Done
11642026-02-24T03:37:59.097ZPlanning: Checking for conflicting actions ... Done
11652026-02-24T03:37:59.100ZPlanning: Consolidating action changes ... Done
11662026-02-24T03:37:59.381ZPlanning: Evaluating mediators ... Done
11672026-02-24T03:37:59.384ZPlanning: Planning completed in 0.45 seconds
11682026-02-24T03:37:59.415Z Mediators to change: 2
11692026-02-24T03:37:59.418Z Create boot environment: No
11702026-02-24T03:37:59.418ZCreate backup boot environment: No
11712026-02-24T03:37:59.512Z Done
11722026-02-24T03:37:59.512Z Done
11732026-02-24T03:38:00.275Z Done
11742026-02-24T03:38:03.913Z Done
11752026-02-24T03:38:03.997Z Done
11762026-02-24T03:38:04.000Z Done
11772026-02-24T03:38:04.153Z Done
11782026-02-24T03:38:04.795ZPlanning: Evaluating mediator changes ... Done
11792026-02-24T03:38:04.799ZPlanning: Merging actions ... Done
11802026-02-24T03:38:04.990ZPlanning: Checking for conflicting actions ... Done
11812026-02-24T03:38:04.993ZPlanning: Consolidating action changes ... Done
11822026-02-24T03:38:05.275ZPlanning: Evaluating mediators ... Done
11832026-02-24T03:38:05.334ZPlanning: Planning completed in 0.80 seconds
11842026-02-24T03:38:05.370Z Packages to change: 1
11852026-02-24T03:38:05.370Z Mediators to change: 1
11862026-02-24T03:38:05.373Z Services to change: 1
11872026-02-24T03:38:05.373Z Create boot environment: No
11882026-02-24T03:38:05.373ZCreate backup boot environment: Yes
11892026-02-24T03:38:07.998Z Actions: 1/6 actions (Updating modified actions)
11902026-02-24T03:38:08.001Z Actions: Completed 6 actions in 0.00 seconds.
11912026-02-24T03:38:08.001Z Done
11922026-02-24T03:38:08.001Z Done
11932026-02-24T03:38:08.222Z Done
11942026-02-24T03:38:11.849Z Done
11952026-02-24T03:38:11.938Z Done
11962026-02-24T03:38:11.940Z Done
11972026-02-24T03:38:12.162Z Done
11982026-02-24T03:38:12.608ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11992026-02-24T03:38:12.608Zclang system 15 system
12002026-02-24T03:38:12.608Zcsh system system illumos
12012026-02-24T03:38:12.608Zctags system system illumos
12022026-02-24T03:38:12.608Zfile system system illumos
12032026-02-24T03:38:12.608Zgcc vendor 12 vendor
12042026-02-24T03:38:12.608Zgcc system 10 system
12052026-02-24T03:38:12.608Zgcc system 7 system
12062026-02-24T03:38:12.608Zgo system 1.20 system
12072026-02-24T03:38:12.609Zgo system 1.19 system
12082026-02-24T03:38:12.610Zllvm system 15 system
12092026-02-24T03:38:12.610Zllvm system 14 system
12102026-02-24T03:38:12.610Zmariadb system 10.6 system
12112026-02-24T03:38:12.610Zmta vendor vendor dma
12122026-02-24T03:38:12.610Zopenjdk system 17 system
12132026-02-24T03:38:12.610Zopenjdk system 11 system
12142026-02-24T03:38:12.610Zopenjdk system 1.8 system
12152026-02-24T03:38:12.610Zopenssl vendor 3 vendor
12162026-02-24T03:38:12.610Zperl system 5.36 system
12172026-02-24T03:38:12.610Zpostgresql system 15 system
12182026-02-24T03:38:12.610Zpostgresql system 13 system
12192026-02-24T03:38:12.610Zpython vendor 3 vendor
12202026-02-24T03:38:12.610Zpython system 2 system
12212026-02-24T03:38:12.610Zpython3 system 3.11 system
12222026-02-24T03:38:12.610Zruby system 3.0 system
12232026-02-24T03:38:12.610Zwords vendor vendor american-english
12242026-02-24T03:38:12.610Zwords system system australian-english
12252026-02-24T03:38:12.610Zwords system system british-english
12262026-02-24T03:38:12.610Zwords system system canadian-english
12272026-02-24T03:38:12.610Zwords system system french
12282026-02-24T03:38:12.610Zwords system system italian
12292026-02-24T03:38:12.610Zwords system system ngerman
12302026-02-24T03:38:12.610Zwords system system ogerman
12312026-02-24T03:38:12.610Zwords system system spanish
12322026-02-24T03:38:12.950ZPUBLISHER TYPE STATUS P LOCATION
12332026-02-24T03:38:12.950Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12342026-02-24T03:38:19.637ZFMRI IFO
12352026-02-24T03:38:19.637Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12362026-02-24T03:38:19.637Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12372026-02-24T03:38:19.637Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12382026-02-24T03:38:19.637Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12392026-02-24T03:38:19.637Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12402026-02-24T03:38:19.637Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12412026-02-24T03:38:19.637Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12422026-02-24T03:38:19.637Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12432026-02-24T03:38:19.637Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12442026-02-24T03:38:19.637Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12452026-02-24T03:38:19.637Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12462026-02-24T03:38:19.637Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12472026-02-24T03:38:19.637Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12482026-02-24T03:38:19.638Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12492026-02-24T03:38:19.638Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12502026-02-24T03:38:19.638Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12512026-02-24T03:38:21.347Z Downloading crates ...
12522026-02-24T03:38:21.433Z Downloaded cargo_toml v0.21.0
12532026-02-24T03:38:21.498Z Compiling proc-macro2 v1.0.101
12542026-02-24T03:38:21.500Z Compiling unicode-ident v1.0.19
12552026-02-24T03:38:21.500Z Compiling serde_core v1.0.228
12562026-02-24T03:38:21.500Z Compiling version_check v0.9.5
12572026-02-24T03:38:21.500Z Compiling serde v1.0.228
12582026-02-24T03:38:21.501Z Compiling libc v0.2.180
12592026-02-24T03:38:21.501Z Compiling memchr v2.7.4
12602026-02-24T03:38:21.501Z Compiling thiserror v2.0.18
12612026-02-24T03:38:21.858Z Compiling stable_deref_trait v1.2.0
12622026-02-24T03:38:21.973Z Compiling zmij v1.0.15
12632026-02-24T03:38:22.264Z Compiling litemap v0.7.3
12642026-02-24T03:38:22.609Z Compiling autocfg v1.4.0
12652026-02-24T03:38:22.697Z Compiling writeable v0.5.5
12662026-02-24T03:38:22.980Z Compiling thiserror v1.0.69
12672026-02-24T03:38:23.006Z Compiling ucd-trie v0.1.7
12682026-02-24T03:38:23.021Z Compiling itoa v1.0.11
12692026-02-24T03:38:23.259Z Compiling byteorder v1.5.0
12702026-02-24T03:38:23.512Z Compiling icu_locid_transform_data v1.5.0
12712026-02-24T03:38:23.613Z Compiling errno v0.3.12
12722026-02-24T03:38:23.687Z Compiling quote v1.0.40
12732026-02-24T03:38:23.704Z Compiling bitflags v2.9.4
12742026-02-24T03:38:23.841Z Compiling serde_json v1.0.149
12752026-02-24T03:38:24.071Z Compiling syn v2.0.114
12762026-02-24T03:38:24.165Z Compiling icu_properties_data v1.5.0
12772026-02-24T03:38:24.199Z Compiling num-traits v0.2.19
12782026-02-24T03:38:24.296Z Compiling equivalent v1.0.2
12792026-02-24T03:38:24.296Z Compiling icu_normalizer_data v1.5.0
12802026-02-24T03:38:24.407Z Compiling hashbrown v0.16.1
12812026-02-24T03:38:24.421Z Compiling write16 v1.0.0
12822026-02-24T03:38:24.455Z Compiling utf16_iter v1.0.5
12832026-02-24T03:38:24.497Z Compiling rustix v0.38.37
12842026-02-24T03:38:24.579Z Compiling typeid v1.0.3
12852026-02-24T03:38:24.666Z Compiling smallvec v1.15.1
12862026-02-24T03:38:24.681Z Compiling utf8_iter v1.0.4
12872026-02-24T03:38:25.292Z Compiling proc-macro-error-attr v1.0.4
12882026-02-24T03:38:25.313Z Compiling usdt-impl v0.5.0
12892026-02-24T03:38:25.374Z Compiling toml_write v0.1.2
12902026-02-24T03:38:25.621Z Compiling indexmap v2.13.0
12912026-02-24T03:38:25.621Z Compiling syn v1.0.109
12922026-02-24T03:38:25.698Z Compiling winnow v0.7.14
12932026-02-24T03:38:25.889Z Compiling thread-id v4.2.2
12942026-02-24T03:38:26.456Z Compiling proc-macro-error v1.0.4
12952026-02-24T03:38:26.786Z Compiling plain v0.2.3
12962026-02-24T03:38:27.040Z Compiling percent-encoding v2.3.2
12972026-02-24T03:38:27.112Z Compiling rustix v1.1.3
12982026-02-24T03:38:27.394Z Compiling log v0.4.29
12992026-02-24T03:38:27.442Z Compiling utf8parse v0.2.2
13002026-02-24T03:38:27.626Z Compiling getrandom v0.3.4
13012026-02-24T03:38:27.733Z Compiling camino v1.2.2
13022026-02-24T03:38:27.919Z Compiling anstyle-parse v0.2.5
13032026-02-24T03:38:28.151Z Compiling ordered-float v2.10.1
13042026-02-24T03:38:28.260Z Compiling form_urlencoded v1.2.2
13052026-02-24T03:38:28.421Z Compiling terminal_size v0.4.0
13062026-02-24T03:38:29.051Z Compiling anstyle-query v1.1.1
13072026-02-24T03:38:29.127Z Compiling anstyle v1.0.11
13082026-02-24T03:38:29.215Z Compiling pretty-hex v0.4.1
13092026-02-24T03:38:29.345Z Compiling cfg-if v1.0.4
13102026-02-24T03:38:29.462Z Compiling colorchoice v1.0.2
13112026-02-24T03:38:29.468Z Compiling is_terminal_polyfill v1.70.1
13122026-02-24T03:38:29.560Z Compiling anstream v0.6.18
13132026-02-24T03:38:29.644Z Compiling semver v1.0.27
13142026-02-24T03:38:30.163Z Compiling fs-err v3.1.1
13152026-02-24T03:38:30.207Z Compiling clap_lex v0.7.4
13162026-02-24T03:38:30.333Z Compiling strsim v0.11.1
13172026-02-24T03:38:30.375Z Compiling once_cell v1.21.3
13182026-02-24T03:38:30.474Z Compiling unicode-xid v0.2.6
13192026-02-24T03:38:30.634Z Compiling unicode-width v0.1.14
13202026-02-24T03:38:30.688Z Compiling synstructure v0.13.1
13212026-02-24T03:38:30.759Z Compiling bytecount v0.6.8
13222026-02-24T03:38:30.983Z Compiling anyhow v1.0.99
13232026-02-24T03:38:31.021Z Compiling heck v0.4.1
13242026-02-24T03:38:31.152Z Compiling fnv v1.0.7
13252026-02-24T03:38:31.432Z Compiling fastrand v2.1.1
13262026-02-24T03:38:31.572Z Compiling heck v0.5.0
13272026-02-24T03:38:31.873Z Compiling tempfile v3.24.0
13282026-02-24T03:38:31.930Z Compiling papergrid v0.11.0
13292026-02-24T03:38:32.036Z Compiling clap_builder v4.5.48
13302026-02-24T03:38:32.093Z Compiling memmap v0.7.0
13312026-02-24T03:38:32.229Z Compiling smawk v0.3.2
13322026-02-24T03:38:32.437Z Compiling unicode-linebreak v0.1.5
13332026-02-24T03:38:32.472Z Compiling unicode-width v0.2.0
13342026-02-24T03:38:32.673Z Compiling camino-tempfile v1.4.1
13352026-02-24T03:38:33.008Z Compiling textwrap v0.16.2
13362026-02-24T03:38:33.480Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13372026-02-24T03:38:33.777Z Compiling tabled_derive v0.7.0
13382026-02-24T03:38:33.827Z Compiling swrite v0.1.0
13392026-02-24T03:38:34.685Z Compiling serde_derive v1.0.228
13402026-02-24T03:38:34.685Z Compiling zerofrom-derive v0.1.4
13412026-02-24T03:38:34.704Z Compiling yoke-derive v0.7.4
13422026-02-24T03:38:34.757Z Compiling zerovec-derive v0.10.3
13432026-02-24T03:38:34.779Z Compiling thiserror-impl v2.0.18
13442026-02-24T03:38:35.221Z Compiling displaydoc v0.2.5
13452026-02-24T03:38:36.754Z Compiling thiserror-impl v1.0.69
13462026-02-24T03:38:37.162Z Compiling icu_provider_macros v1.5.0
13472026-02-24T03:38:37.408Z Compiling zerocopy-derive v0.7.35
13482026-02-24T03:38:37.978Z Compiling pest v2.8.2
13492026-02-24T03:38:37.981Z Compiling zerofrom v0.1.4
13502026-02-24T03:38:38.202Z Compiling scroll_derive v0.12.0
13512026-02-24T03:38:38.234Z Compiling yoke v0.7.4
13522026-02-24T03:38:38.598Z Compiling zerovec v0.10.4
13532026-02-24T03:38:39.267Z Compiling zerocopy v0.7.35
13542026-02-24T03:38:39.480Z Compiling clap_derive v4.5.47
13552026-02-24T03:38:39.526Z Compiling scroll v0.12.0
13562026-02-24T03:38:39.773Z Compiling tabled v0.15.0
13572026-02-24T03:38:40.065Z Compiling goblin v0.8.2
13582026-02-24T03:38:40.543Z Compiling tinystr v0.7.6
13592026-02-24T03:38:40.558Z Compiling pest_meta v2.8.2
13602026-02-24T03:38:40.626Z Compiling icu_collections v1.5.0
13612026-02-24T03:38:40.890Z Compiling icu_locid v1.5.0
13622026-02-24T03:38:41.859Z Compiling pest_generator v2.8.2
13632026-02-24T03:38:42.746Z Compiling icu_provider v1.5.0
13642026-02-24T03:38:42.771Z Compiling serde_spanned v0.6.9
13652026-02-24T03:38:42.884Z Compiling toml_datetime v0.6.11
13662026-02-24T03:38:43.029Z Compiling dof v0.3.0
13672026-02-24T03:38:43.377Z Compiling toml_edit v0.22.27
13682026-02-24T03:38:43.689Z Compiling icu_locid_transform v1.5.0
13692026-02-24T03:38:43.706Z Compiling erased-serde v0.4.6
13702026-02-24T03:38:43.721Z Compiling serde_tokenstream v0.2.2
13712026-02-24T03:38:43.870Z Compiling serde-value v0.7.0
13722026-02-24T03:38:44.304Z Compiling cargo-platform v0.2.0
13732026-02-24T03:38:44.617Z Compiling pest_derive v2.8.2
13742026-02-24T03:38:44.660Z Compiling serde-untagged v0.1.7
13752026-02-24T03:38:44.814Z Compiling clap v4.5.48
13762026-02-24T03:38:44.855Z Compiling macaddr v1.0.1
13772026-02-24T03:38:44.934Z Compiling icu_properties v1.5.1
13782026-02-24T03:38:45.397Z Compiling dtrace-parser v0.2.0
13792026-02-24T03:38:46.747Z Compiling toml v0.8.23
13802026-02-24T03:38:47.357Z Compiling usdt-attr-macro v0.5.0
13812026-02-24T03:38:47.380Z Compiling usdt-macro v0.5.0
13822026-02-24T03:38:47.689Z Compiling cargo_toml v0.21.0
13832026-02-24T03:38:48.357Z Compiling icu_normalizer v1.5.0
13842026-02-24T03:38:48.521Z Compiling usdt v0.5.0
13852026-02-24T03:38:48.964Z Compiling idna_adapter v1.2.0
13862026-02-24T03:38:49.107Z Compiling idna v1.0.3
13872026-02-24T03:38:49.483Z Compiling url v2.5.4
13882026-02-24T03:38:50.278Z Compiling cargo-util-schemas v0.8.2
13892026-02-24T03:38:51.661Z Compiling cargo_metadata v0.21.0
13902026-02-24T03:38:53.212Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13912026-02-24T03:38:56.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.01s
13922026-02-24T03:38:56.670Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13932026-02-24T03:38:57.862Z Compiling value-bag v1.12.0
13942026-02-24T03:38:57.862Z Compiling lock_api v0.4.12
13952026-02-24T03:38:57.862Z Compiling scopeguard v1.2.0
13962026-02-24T03:38:57.865Z Compiling shlex v1.3.0
13972026-02-24T03:38:57.866Z Compiling typenum v1.17.0
13982026-02-24T03:38:57.866Z Compiling syn v2.0.114
13992026-02-24T03:38:58.004Z Compiling getrandom v0.2.15
14002026-02-24T03:38:58.008Z Compiling jobserver v0.1.32
14012026-02-24T03:38:58.147Z Compiling smallvec v1.15.1
14022026-02-24T03:38:58.393Z Compiling rand_core v0.6.4
14032026-02-24T03:38:58.438Z Compiling log v0.4.29
14042026-02-24T03:38:58.546Z Compiling cc v1.2.30
14052026-02-24T03:38:58.564Z Compiling generic-array v0.14.7
14062026-02-24T03:38:58.823Z Compiling subtle v2.6.1
14072026-02-24T03:38:58.907Z Compiling portable-atomic v1.11.0
14082026-02-24T03:38:58.943Z Compiling const-oid v0.9.6
14092026-02-24T03:38:58.993Z Compiling critical-section v1.1.3
14102026-02-24T03:38:59.128Z Compiling getrandom v0.3.4
14112026-02-24T03:38:59.163Z Compiling pkg-config v0.3.31
14122026-02-24T03:38:59.186Z Compiling serde_json v1.0.149
14132026-02-24T03:38:59.569Z Compiling spin v0.9.8
14142026-02-24T03:38:59.976Z Compiling pin-project-lite v0.2.14
14152026-02-24T03:39:00.120Z Compiling parking_lot_core v0.9.10
14162026-02-24T03:39:00.316Z Compiling regex-syntax v0.8.5
14172026-02-24T03:39:00.621Z Compiling rustix v0.38.37
14182026-02-24T03:39:00.837Z Compiling libm v0.2.8
14192026-02-24T03:39:01.132Z Compiling once_cell v1.21.3
14202026-02-24T03:39:01.229Z Compiling signal-hook-registry v1.4.2
14212026-02-24T03:39:01.431Z Compiling num-traits v0.2.19
14222026-02-24T03:39:01.451Z Compiling allocator-api2 v0.2.21
14232026-02-24T03:39:01.538Z Compiling parking_lot v0.12.3
14242026-02-24T03:39:02.060Z Compiling mio v1.0.2
14252026-02-24T03:39:02.217Z Compiling futures-core v0.3.31
14262026-02-24T03:39:02.238Z Compiling lazy_static v1.5.0
14272026-02-24T03:39:02.383Z Compiling aho-corasick v1.1.3
14282026-02-24T03:39:02.404Z Compiling percent-encoding v2.3.2
14292026-02-24T03:39:02.469Z Compiling socket2 v0.6.1
14302026-02-24T03:39:02.749Z Compiling slab v0.4.9
14312026-02-24T03:39:03.105Z Compiling cpufeatures v0.2.14
14322026-02-24T03:39:03.166Z Compiling either v1.15.0
14332026-02-24T03:39:03.245Z Compiling glob v0.3.2
14342026-02-24T03:39:03.297Z Compiling futures-sink v0.3.31
14352026-02-24T03:39:03.473Z Compiling futures-channel v0.3.31
14362026-02-24T03:39:03.559Z Compiling hashbrown v0.16.1
14372026-02-24T03:39:03.617Z Compiling futures-task v0.3.31
14382026-02-24T03:39:03.894Z Compiling prettyplease v0.2.36
14392026-02-24T03:39:03.929Z Compiling pin-utils v0.1.0
14402026-02-24T03:39:04.044Z Compiling clang-sys v1.8.1
14412026-02-24T03:39:04.047Z Compiling rustversion v1.0.22
14422026-02-24T03:39:04.270Z Compiling regex-automata v0.4.11
14432026-02-24T03:39:04.707Z Compiling futures-io v0.3.31
14442026-02-24T03:39:04.837Z Compiling minimal-lexical v0.2.1
14452026-02-24T03:39:04.859Z Compiling indexmap v2.13.0
14462026-02-24T03:39:04.958Z Compiling libloading v0.8.5
14472026-02-24T03:39:05.324Z Compiling synstructure v0.13.1
14482026-02-24T03:39:05.350Z Compiling nom v7.1.3
14492026-02-24T03:39:06.054Z Compiling home v0.5.9
14502026-02-24T03:39:06.080Z Compiling base64ct v1.6.0
14512026-02-24T03:39:06.270Z Compiling bindgen v0.69.5
14522026-02-24T03:39:06.338Z Compiling ident_case v1.0.1
14532026-02-24T03:39:06.521Z Compiling pem-rfc7468 v0.7.0
14542026-02-24T03:39:06.716Z Compiling itertools v0.12.1
14552026-02-24T03:39:07.164Z Compiling form_urlencoded v1.2.2
14562026-02-24T03:39:07.263Z Compiling flagset v0.4.6
14572026-02-24T03:39:07.495Z Compiling rustc-hash v1.1.0
14582026-02-24T03:39:07.498Z Compiling lazycell v1.3.0
14592026-02-24T03:39:07.663Z Compiling rand_core v0.9.3
14602026-02-24T03:39:07.704Z Compiling cmake v0.1.51
14612026-02-24T03:39:08.223Z Compiling fs_extra v1.3.0
14622026-02-24T03:39:08.549Z Compiling cexpr v0.6.0
14632026-02-24T03:39:08.664Z Compiling dunce v1.0.5
14642026-02-24T03:39:08.753Z Compiling iana-time-zone v0.1.63
14652026-02-24T03:39:08.813Z Compiling paste v1.0.15
14662026-02-24T03:39:09.123Z Compiling foldhash v0.1.5
14672026-02-24T03:39:09.406Z Compiling hashbrown v0.15.4
14682026-02-24T03:39:09.439Z Compiling rustc_version v0.4.1
14692026-02-24T03:39:09.473Z Compiling uuid v1.19.0
14702026-02-24T03:39:09.496Z Compiling vcpkg v0.2.15
14712026-02-24T03:39:09.873Z Compiling serde_derive v1.0.228
14722026-02-24T03:39:10.049Z Compiling zeroize_derive v1.4.2
14732026-02-24T03:39:10.092Z Compiling zerofrom-derive v0.1.4
14742026-02-24T03:39:10.614Z Compiling yoke-derive v0.7.4
14752026-02-24T03:39:10.981Z Compiling zerovec-derive v0.10.3
14762026-02-24T03:39:11.168Z Compiling displaydoc v0.2.5
14772026-02-24T03:39:11.422Z Compiling zeroize v1.8.1
14782026-02-24T03:39:12.733Z Compiling zerocopy-derive v0.7.35
14792026-02-24T03:39:13.266Z Compiling crypto-common v0.1.6
14802026-02-24T03:39:13.319Z Compiling block-buffer v0.10.4
14812026-02-24T03:39:13.391Z Compiling icu_provider_macros v1.5.0
14822026-02-24T03:39:13.460Z Compiling zerofrom v0.1.4
14832026-02-24T03:39:13.503Z Compiling tokio-macros v2.6.0
14842026-02-24T03:39:13.615Z Compiling digest v0.10.7
14852026-02-24T03:39:13.690Z Compiling yoke v0.7.4
14862026-02-24T03:39:14.068Z Compiling zerovec v0.10.4
14872026-02-24T03:39:14.120Z Compiling hmac v0.12.1
14882026-02-24T03:39:14.380Z Compiling thiserror-impl v2.0.18
14892026-02-24T03:39:14.408Z Compiling block-padding v0.3.3
14902026-02-24T03:39:14.429Z Compiling futures-macro v0.3.31
14912026-02-24T03:39:14.528Z Compiling zerocopy v0.7.35
14922026-02-24T03:39:14.674Z Compiling inout v0.1.3
14932026-02-24T03:39:14.974Z Compiling regex v1.11.3
14942026-02-24T03:39:14.995Z Compiling cipher v0.4.4
14952026-02-24T03:39:15.605Z Compiling sha2 v0.10.9
14962026-02-24T03:39:15.862Z Compiling tinystr v0.7.6
14972026-02-24T03:39:15.936Z Compiling icu_collections v1.5.0
14982026-02-24T03:39:16.124Z Compiling ppv-lite86 v0.2.20
14992026-02-24T03:39:16.261Z Compiling icu_locid v1.5.0
15002026-02-24T03:39:16.282Z Compiling futures-util v0.3.31
15012026-02-24T03:39:16.529Z Compiling der_derive v0.7.3
15022026-02-24T03:39:16.856Z Compiling salsa20 v0.10.2
15032026-02-24T03:39:17.183Z Compiling pbkdf2 v0.12.2
15042026-02-24T03:39:17.205Z Compiling serde v1.0.228
15052026-02-24T03:39:17.224Z Compiling zerocopy v0.8.27
15062026-02-24T03:39:17.364Z Compiling scrypt v0.11.0
15072026-02-24T03:39:17.508Z Compiling icu_provider v1.5.0
15082026-02-24T03:39:17.888Z Compiling thiserror v2.0.18
15092026-02-24T03:39:18.046Z Compiling pest v2.8.2
15102026-02-24T03:39:18.144Z Compiling rand_chacha v0.9.0
15112026-02-24T03:39:18.247Z Compiling icu_locid_transform v1.5.0
15122026-02-24T03:39:18.445Z Compiling bitflags v2.9.4
15132026-02-24T03:39:18.467Z Compiling bytes v1.11.1
15142026-02-24T03:39:18.719Z Compiling der v0.7.10
15152026-02-24T03:39:19.064Z Compiling chrono v0.4.43
15162026-02-24T03:39:19.697Z Compiling tokio v1.49.0
15172026-02-24T03:39:19.879Z Compiling icu_properties v1.5.1
15182026-02-24T03:39:20.546Z Compiling http v1.4.0
15192026-02-24T03:39:20.968Z Compiling spki v0.7.3
15202026-02-24T03:39:21.360Z Compiling pest_meta v2.8.2
15212026-02-24T03:39:21.539Z Compiling aes v0.8.4
15222026-02-24T03:39:21.602Z Compiling cbc v0.1.2
15232026-02-24T03:39:21.922Z Compiling openssl-sys v0.9.109
15242026-02-24T03:39:22.471Z Compiling which v4.4.2
15252026-02-24T03:39:22.675Z Compiling zerocopy-derive v0.8.27
15262026-02-24T03:39:23.661Z Compiling icu_normalizer v1.5.0
15272026-02-24T03:39:24.179Z Compiling pest_generator v2.8.2
15282026-02-24T03:39:24.269Z Compiling pkcs5 v0.7.1
15292026-02-24T03:39:24.470Z Compiling rand v0.9.2
15302026-02-24T03:39:25.333Z Compiling idna_adapter v1.2.0
15312026-02-24T03:39:25.365Z Compiling tracing-attributes v0.1.27
15322026-02-24T03:39:25.555Z Compiling idna v1.0.3
15332026-02-24T03:39:25.663Z Compiling serde_derive_internals v0.29.1
15342026-02-24T03:39:25.947Z Compiling ring v0.17.14
15352026-02-24T03:39:26.209Z Compiling url v2.5.4
15362026-02-24T03:39:26.980Z Compiling tracing-core v0.1.32
15372026-02-24T03:39:27.028Z Compiling rustix v1.1.3
15382026-02-24T03:39:27.747Z Compiling schemars v0.8.22
15392026-02-24T03:39:27.924Z Compiling aws-lc-rs v1.12.4
15402026-02-24T03:39:27.984Z Compiling adler2 v2.0.0
15412026-02-24T03:39:28.145Z Compiling schemars_derive v0.8.22
15422026-02-24T03:39:28.213Z Compiling miniz_oxide v0.8.5
15432026-02-24T03:39:28.530Z Compiling tokio-util v0.7.15
15442026-02-24T03:39:28.565Z Compiling tracing v0.1.40
15452026-02-24T03:39:29.011Z Compiling pest_derive v2.8.2
15462026-02-24T03:39:29.493Z Compiling pkcs8 v0.10.2
15472026-02-24T03:39:29.542Z Compiling http-body v1.0.1
15482026-02-24T03:39:29.757Z Compiling scroll_derive v0.13.1
15492026-02-24T03:39:29.799Z Compiling darling_core v0.20.10
15502026-02-24T03:39:30.119Z Compiling base64 v0.22.1
15512026-02-24T03:39:30.709Z Compiling rustls-pki-types v1.10.0
15522026-02-24T03:39:30.761Z Compiling httparse v1.9.5
15532026-02-24T03:39:30.834Z Compiling tinyvec_macros v0.1.1
15542026-02-24T03:39:30.947Z Compiling dyn-clone v1.0.20
15552026-02-24T03:39:31.504Z Compiling tinyvec v1.8.0
15562026-02-24T03:39:31.553Z Compiling scroll v0.13.0
15572026-02-24T03:39:32.143Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15582026-02-24T03:39:32.896Z Compiling bzip2-sys v0.1.13+1.0.8
15592026-02-24T03:39:32.949Z Compiling untrusted v0.9.0
15602026-02-24T03:39:33.138Z Compiling untrusted v0.7.1
15612026-02-24T03:39:33.336Z Compiling tower-layer v0.3.3
15622026-02-24T03:39:33.365Z Compiling tower-service v0.3.3
15632026-02-24T03:39:33.387Z Compiling foreign-types-shared v0.1.1
15642026-02-24T03:39:33.516Z Compiling openssl-probe v0.1.5
15652026-02-24T03:39:33.519Z Compiling atomic-waker v1.1.2
15662026-02-24T03:39:33.608Z Compiling openssl v0.10.73
15672026-02-24T03:39:33.642Z Compiling num-conv v0.1.0
15682026-02-24T03:39:33.736Z Compiling powerfmt v0.2.0
15692026-02-24T03:39:33.823Z Compiling try-lock v0.2.5
15702026-02-24T03:39:33.938Z Compiling time-core v0.1.6
15712026-02-24T03:39:33.998Z Compiling tempfile v3.24.0
15722026-02-24T03:39:34.063Z Compiling deranged v0.5.3
15732026-02-24T03:39:34.116Z Compiling want v0.3.1
15742026-02-24T03:39:34.239Z Compiling time-macros v0.2.24
15752026-02-24T03:39:34.344Z Compiling h2 v0.4.6
15762026-02-24T03:39:34.478Z Compiling foreign-types v0.3.2
15772026-02-24T03:39:35.346Z Compiling darling_macro v0.20.10
15782026-02-24T03:39:36.186Z Compiling goblin v0.10.2
15792026-02-24T03:39:36.210Z Compiling darling v0.20.10
15802026-02-24T03:39:36.805Z Compiling ipnet v2.11.0
15812026-02-24T03:39:36.955Z Compiling openssl-macros v0.1.1
15822026-02-24T03:39:37.759Z Compiling wait-timeout v0.2.0
15832026-02-24T03:39:37.781Z Compiling num_threads v0.1.7
15842026-02-24T03:39:37.936Z Compiling httpdate v1.0.3
15852026-02-24T03:39:37.999Z Compiling crossbeam-utils v0.8.21
15862026-02-24T03:39:38.262Z Compiling bit-vec v0.8.0
15872026-02-24T03:39:38.346Z Compiling rustls v0.23.19
15882026-02-24T03:39:38.484Z Compiling quick-error v1.2.3
15892026-02-24T03:39:38.532Z Compiling native-tls v0.2.12
15902026-02-24T03:39:38.652Z Compiling gimli v0.31.1
15912026-02-24T03:39:38.655Z Compiling syn v1.0.109
15922026-02-24T03:39:38.691Z Compiling usdt-impl v0.6.0
15932026-02-24T03:39:38.889Z Compiling rusty-fork v0.3.0
15942026-02-24T03:39:39.112Z Compiling bit-set v0.8.0
15952026-02-24T03:39:39.379Z Compiling time v0.3.43
15962026-02-24T03:39:39.502Z Compiling derive_builder_core v0.20.2
15972026-02-24T03:39:41.561Z Compiling hyper v1.8.1
15982026-02-24T03:39:43.137Z Compiling dof v0.4.0
15992026-02-24T03:39:43.255Z Compiling addr2line v0.24.2
16002026-02-24T03:39:43.894Z Compiling unicode-normalization v0.1.24
16012026-02-24T03:39:43.934Z Compiling dtrace-parser v0.3.0
16022026-02-24T03:39:44.889Z Compiling signature v2.2.0
16032026-02-24T03:39:45.064Z Compiling heapless v0.7.17
16042026-02-24T03:39:45.197Z Compiling scroll_derive v0.12.0
16052026-02-24T03:39:45.340Z Compiling thiserror-impl v1.0.69
16062026-02-24T03:39:45.519Z Compiling rand_xorshift v0.4.0
16072026-02-24T03:39:45.751Z Compiling darling_core v0.21.0
16082026-02-24T03:39:45.816Z Compiling slog v2.8.2
16092026-02-24T03:39:46.159Z Compiling thread-id v5.0.0
16102026-02-24T03:39:46.292Z Compiling cookie v0.18.1
16112026-02-24T03:39:46.506Z Compiling object v0.36.5
16122026-02-24T03:39:46.607Z Compiling crc32fast v1.4.2
16132026-02-24T03:39:46.699Z Compiling anyhow v1.0.99
16142026-02-24T03:39:46.917Z Compiling siphasher v0.3.11
16152026-02-24T03:39:46.937Z Compiling unicode-bidi v0.3.17
16162026-02-24T03:39:47.317Z Compiling rustc-demangle v0.1.24
16172026-02-24T03:39:47.338Z Compiling unicode-properties v0.1.3
16182026-02-24T03:39:47.742Z Compiling signal-hook v0.3.18
16192026-02-24T03:39:48.076Z Compiling zstd-safe v7.2.3
16202026-02-24T03:39:48.140Z Compiling unarray v0.1.4
16212026-02-24T03:39:48.161Z Compiling zlib-rs v0.5.1
16222026-02-24T03:39:48.184Z Compiling thiserror v1.0.69
16232026-02-24T03:39:48.310Z Compiling proptest v1.7.0
16242026-02-24T03:39:48.363Z Compiling stringprep v0.1.5
16252026-02-24T03:39:48.828Z Compiling phf_shared v0.11.2
16262026-02-24T03:39:48.943Z Compiling scroll v0.12.0
16272026-02-24T03:39:49.474Z Compiling hyper-util v0.1.19
16282026-02-24T03:39:50.038Z Compiling derive_builder_macro v0.20.2
16292026-02-24T03:39:51.576Z Compiling ipnetwork v0.21.1
16302026-02-24T03:39:51.807Z Compiling darling_macro v0.21.0
16312026-02-24T03:39:52.436Z Compiling toml_datetime v0.6.11
16322026-02-24T03:39:52.757Z Compiling erased-serde v0.3.31
16332026-02-24T03:39:52.909Z Compiling backtrace v0.3.74
16342026-02-24T03:39:53.329Z Compiling serde_spanned v0.6.9
16352026-02-24T03:39:53.458Z Compiling serde_tokenstream v0.2.2
16362026-02-24T03:39:53.585Z Compiling rand_chacha v0.3.1
16372026-02-24T03:39:54.023Z Compiling md-5 v0.10.6
16382026-02-24T03:39:54.076Z Compiling curve25519-dalek v4.1.3
16392026-02-24T03:39:54.315Z Compiling libz-rs-sys v0.5.1
16402026-02-24T03:39:54.612Z Compiling vergen-lib v0.1.6
16412026-02-24T03:39:54.744Z Compiling num-integer v0.1.46
16422026-02-24T03:39:54.945Z Compiling sync_wrapper v1.0.1
16432026-02-24T03:39:55.130Z Compiling ff v0.13.0
16442026-02-24T03:39:55.197Z Compiling hash32 v0.2.1
16452026-02-24T03:39:55.373Z Compiling memoffset v0.9.1
16462026-02-24T03:39:55.449Z Compiling litrs v0.4.1
16472026-02-24T03:39:55.534Z Compiling cfg_aliases v0.2.1
16482026-02-24T03:39:55.567Z Compiling num-bigint-dig v0.8.6
16492026-02-24T03:39:55.585Z Compiling smoltcp v0.9.1
16502026-02-24T03:39:55.650Z Compiling base16ct v0.2.0
16512026-02-24T03:39:55.725Z Compiling psl-types v2.0.11
16522026-02-24T03:39:55.910Z Compiling ref-cast v1.0.25
16532026-02-24T03:39:55.942Z Compiling fallible-iterator v0.2.0
16542026-02-24T03:39:56.011Z Compiling publicsuffix v2.3.0
16552026-02-24T03:39:56.266Z Compiling sec1 v0.7.3
16562026-02-24T03:39:56.474Z Compiling nix v0.29.0
16572026-02-24T03:39:56.477Z Compiling document-features v0.2.11
16582026-02-24T03:39:56.620Z Compiling postgres-protocol v0.6.8
16592026-02-24T03:39:56.809Z Compiling group v0.13.0
16602026-02-24T03:39:57.198Z Compiling num-iter v0.1.45
16612026-02-24T03:39:57.335Z Compiling tower v0.5.2
16622026-02-24T03:39:57.582Z Compiling flate2 v1.1.2
16632026-02-24T03:39:57.658Z Compiling rand v0.8.5
16642026-02-24T03:39:57.793Z Compiling newtype-uuid v1.3.2
16652026-02-24T03:39:58.488Z Compiling darling v0.21.0
16662026-02-24T03:39:58.514Z Compiling oxnet v0.1.4
16672026-02-24T03:39:58.620Z Compiling derive_builder v0.20.2
16682026-02-24T03:39:58.731Z Compiling tokio-native-tls v0.3.1
16692026-02-24T03:39:58.812Z Compiling goblin v0.8.2
16702026-02-24T03:39:59.591Z Compiling rustls-native-certs v0.8.1
16712026-02-24T03:39:59.594Z Compiling webpki-roots v1.0.1
16722026-02-24T03:39:59.829Z Compiling http-body-util v0.1.3
16732026-02-24T03:40:00.133Z Compiling strum_macros v0.27.2
16742026-02-24T03:40:00.137Z Compiling terminal_size v0.4.0
16752026-02-24T03:40:00.190Z Compiling cargo-platform v0.1.8
16762026-02-24T03:40:00.308Z Compiling hkdf v0.12.4
16772026-02-24T03:40:00.394Z Compiling crypto-bigint v0.5.5
16782026-02-24T03:40:00.604Z Compiling curve25519-dalek-derive v0.1.1
16792026-02-24T03:40:00.704Z Compiling ref-cast-impl v1.0.25
16802026-02-24T03:40:01.847Z Compiling daft-derive v0.1.4
16812026-02-24T03:40:02.029Z Compiling async-trait v0.1.89
16822026-02-24T03:40:02.624Z Compiling hubpack_derive v0.1.1
16832026-02-24T03:40:03.391Z Compiling vergen v9.0.6
16842026-02-24T03:40:03.495Z Compiling ahash v0.8.12
16852026-02-24T03:40:03.726Z Compiling fs-err v3.1.1
16862026-02-24T03:40:03.874Z Compiling unicode-segmentation v1.12.0
16872026-02-24T03:40:04.067Z Compiling lockfree-object-pool v0.1.6
16882026-02-24T03:40:04.336Z Compiling simd-adler32 v0.3.7
16892026-02-24T03:40:04.476Z Compiling ryu v1.0.18
16902026-02-24T03:40:04.730Z Compiling winnow v0.5.40
16912026-02-24T03:40:04.837Z Compiling bitflags v1.3.2
16922026-02-24T03:40:04.859Z Compiling managed v0.8.0
16932026-02-24T03:40:04.910Z Compiling bumpalo v3.16.0
16942026-02-24T03:40:04.963Z Compiling iri-string v0.7.8
16952026-02-24T03:40:05.285Z Compiling buf-list v1.0.3
16962026-02-24T03:40:05.388Z Compiling clap_builder v4.5.48
16972026-02-24T03:40:05.980Z Compiling zopfli v0.8.1
16982026-02-24T03:40:07.582Z Compiling strum v0.27.2
16992026-02-24T03:40:07.767Z Compiling serde_urlencoded v0.7.1
17002026-02-24T03:40:07.802Z Compiling dof v0.3.0
17012026-02-24T03:40:08.240Z Compiling toml_edit v0.19.15
17022026-02-24T03:40:08.261Z Compiling tower-http v0.6.6
17032026-02-24T03:40:08.562Z Compiling hubpack v0.1.2
17042026-02-24T03:40:08.694Z Compiling elliptic-curve v0.13.8
17052026-02-24T03:40:08.958Z Compiling daft v0.1.4
17062026-02-24T03:40:09.533Z Compiling cargo_metadata v0.19.2
17072026-02-24T03:40:09.573Z Compiling hyper-tls v0.6.0
17082026-02-24T03:40:09.695Z Compiling signal-hook-mio v0.2.4
17092026-02-24T03:40:09.890Z Compiling cookie_store v0.21.1
17102026-02-24T03:40:09.974Z Compiling zstd v0.13.3
17112026-02-24T03:40:12.202Z Compiling serde_with_macros v3.16.1
17122026-02-24T03:40:12.970Z Compiling postgres-types v0.2.9
17132026-02-24T03:40:13.212Z Compiling usdt-macro v0.6.0
17142026-02-24T03:40:13.859Z Compiling usdt-attr-macro v0.6.0
17152026-02-24T03:40:14.199Z Compiling phf v0.11.2
17162026-02-24T03:40:14.516Z Compiling dtrace-parser v0.2.0
17172026-02-24T03:40:14.691Z Compiling ed25519 v2.2.3
17182026-02-24T03:40:14.730Z Compiling bzip2 v0.4.4
17192026-02-24T03:40:14.829Z Compiling bzip2 v0.5.2
17202026-02-24T03:40:15.129Z Compiling pkcs1 v0.7.5
17212026-02-24T03:40:15.224Z Compiling clap_derive v4.5.47
17222026-02-24T03:40:15.373Z Compiling enum-as-inner v0.6.1
17232026-02-24T03:40:16.037Z Compiling strum_macros v0.26.4
17242026-02-24T03:40:16.362Z Compiling serde-big-array v0.5.1
17252026-02-24T03:40:16.439Z Compiling hex v0.4.3
17262026-02-24T03:40:16.605Z Compiling rfc6979 v0.4.0
17272026-02-24T03:40:16.774Z Compiling serde_repr v0.1.19
17282026-02-24T03:40:16.871Z Compiling bstr v1.10.0
17292026-02-24T03:40:16.998Z Compiling float-cmp v0.10.0
17302026-02-24T03:40:17.047Z Compiling env_filter v0.1.2
17312026-02-24T03:40:17.294Z Compiling memmap2 v0.9.8
17322026-02-24T03:40:17.679Z Compiling socket2 v0.5.10
17332026-02-24T03:40:17.725Z Compiling encoding_rs v0.8.34
17342026-02-24T03:40:17.915Z Compiling jiff v0.2.15
17352026-02-24T03:40:18.430Z Compiling difflib v0.4.0
17362026-02-24T03:40:18.549Z Compiling fixedbitset v0.5.7
17372026-02-24T03:40:19.192Z Compiling keccak v0.1.5
17382026-02-24T03:40:19.570Z Compiling fixedbitset v0.4.2
17392026-02-24T03:40:19.657Z Compiling normalize-line-endings v0.3.0
17402026-02-24T03:40:19.817Z Compiling new_debug_unreachable v1.0.6
17412026-02-24T03:40:19.951Z Compiling predicates-core v1.0.8
17422026-02-24T03:40:19.986Z Compiling foldhash v0.2.0
17432026-02-24T03:40:20.248Z Compiling data-encoding v2.9.0
17442026-02-24T03:40:20.366Z Compiling rustc-hash v2.1.1
17452026-02-24T03:40:20.427Z Compiling static_assertions v1.1.0
17462026-02-24T03:40:20.545Z Compiling mime v0.3.17
17472026-02-24T03:40:20.574Z Compiling whoami v1.5.2
17482026-02-24T03:40:21.055Z Compiling precomputed-hash v0.1.1
17492026-02-24T03:40:21.133Z Compiling toml_edit v0.22.27
17502026-02-24T03:40:21.188Z Compiling string_cache v0.8.9
17512026-02-24T03:40:21.320Z Compiling tokio-postgres v0.7.13
17522026-02-24T03:40:21.471Z Compiling hickory-proto v0.25.2
17532026-02-24T03:40:21.619Z Compiling iddqd v0.3.16
17542026-02-24T03:40:21.944Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17552026-02-24T03:40:23.811Z Compiling strum v0.26.3
17562026-02-24T03:40:24.023Z Compiling predicates v3.1.3
17572026-02-24T03:40:24.192Z Compiling petgraph v0.6.5
17582026-02-24T03:40:25.491Z Compiling zip v4.2.0
17592026-02-24T03:40:26.570Z Compiling clap v4.5.48
17602026-02-24T03:40:26.717Z Compiling sha3 v0.10.8
17612026-02-24T03:40:27.662Z Compiling petgraph v0.8.2
17622026-02-24T03:40:27.786Z Compiling similar v2.7.0
17632026-02-24T03:40:27.809Z Compiling usdt-impl v0.5.0
17642026-02-24T03:40:27.981Z Compiling usdt v0.6.0
17652026-02-24T03:40:28.467Z Compiling env_logger v0.11.8
17662026-02-24T03:40:28.672Z Compiling serde_with v3.16.1
17672026-02-24T03:40:29.101Z Compiling ecdsa v0.16.9
17682026-02-24T03:40:29.178Z Compiling rsa v0.9.8
17692026-02-24T03:40:29.242Z Compiling ed25519-dalek v2.1.1
17702026-02-24T03:40:29.834Z Compiling zip v0.6.6
17712026-02-24T03:40:31.111Z Compiling toml v0.7.8
17722026-02-24T03:40:31.477Z Compiling crossterm v0.28.1
17732026-02-24T03:40:32.533Z Compiling heck v0.4.1
17742026-02-24T03:40:32.918Z Compiling crossbeam-epoch v0.9.18
17752026-02-24T03:40:32.970Z Compiling tokio-stream v0.1.17
17762026-02-24T03:40:33.004Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17772026-02-24T03:40:33.024Z Compiling x509-cert v0.2.5
17782026-02-24T03:40:33.133Z Compiling openapiv3 v2.2.0
17792026-02-24T03:40:33.425Z Compiling sha1 v0.10.6
17802026-02-24T03:40:33.589Z Compiling itertools v0.10.5
17812026-02-24T03:40:33.832Z Compiling itertools v0.13.0
17822026-02-24T03:40:33.904Z Compiling winnow v0.6.26
17832026-02-24T03:40:34.723Z Compiling peg-runtime v0.8.5
17842026-02-24T03:40:35.301Z Compiling lalrpop-util v0.19.12
17852026-02-24T03:40:35.664Z Compiling thread_local v1.1.8
17862026-02-24T03:40:36.114Z Compiling slog-async v2.8.0
17872026-02-24T03:40:36.148Z Compiling crossbeam-channel v0.5.15
17882026-02-24T03:40:36.728Z Compiling xattr v1.3.1
17892026-02-24T03:40:36.750Z Compiling futures-executor v0.3.31
17902026-02-24T03:40:37.016Z Compiling is-terminal v0.4.13
17912026-02-24T03:40:37.039Z Compiling filetime v0.2.26
17922026-02-24T03:40:37.059Z Compiling term v1.1.0
17932026-02-24T03:40:37.168Z Compiling take_mut v0.2.2
17942026-02-24T03:40:37.190Z Compiling futures v0.3.31
17952026-02-24T03:40:37.241Z Compiling tar v0.4.44
17962026-02-24T03:40:38.385Z Compiling slog-term v2.9.2
17972026-02-24T03:40:40.471Z Compiling aws-lc-sys v0.26.0
17982026-02-24T03:41:10.100Z Compiling rustls-webpki v0.102.8
17992026-02-24T03:41:14.631Z Compiling tokio-rustls v0.26.0
18002026-02-24T03:41:14.897Z Compiling hyper-rustls v0.27.7
18012026-02-24T03:41:15.240Z Compiling reqwest v0.12.24
18022026-02-24T03:41:19.156Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18032026-02-24T03:41:19.447Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18042026-02-24T03:41:24.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
18052026-02-24T03:41:24.182Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18062026-02-24T03:41:24.231ZFeb 24 03:41:23.530 INFO Starting download, target: Cockroach
18072026-02-24T03:41:24.231ZFeb 24 03:41:23.530 INFO Starting download, target: Clickhouse
18082026-02-24T03:41:24.231ZFeb 24 03:41:23.531 INFO Starting download, target: DendriteStub
18092026-02-24T03:41:24.234ZFeb 24 03:41:23.531 INFO Starting download, target: Console
18102026-02-24T03:41:24.234ZFeb 24 03:41:23.531 INFO Starting download, target: MaghemiteMgd
18112026-02-24T03:41:24.234ZFeb 24 03:41:23.531 INFO Starting download, target: TransceiverControl
18122026-02-24T03:41:24.234ZFeb 24 03:41:23.531 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18132026-02-24T03:41:24.234ZFeb 24 03:41:23.531 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18142026-02-24T03:41:24.235ZFeb 24 03:41:23.531 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18152026-02-24T03:41:24.235ZFeb 24 03:41:23.531 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18162026-02-24T03:41:24.235ZFeb 24 03:41:23.531 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18172026-02-24T03:41:24.235ZFeb 24 03:41:23.531 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18182026-02-24T03:41:24.550ZFeb 24 03:41:23.848 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18192026-02-24T03:41:24.753ZFeb 24 03:41:24.051 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18202026-02-24T03:41:24.981ZFeb 24 03:41:24.274 INFO Download complete, target: TransceiverControl
18212026-02-24T03:41:25.239ZFeb 24 03:41:24.497 INFO Download complete, target: Console
18222026-02-24T03:41:25.498ZFeb 24 03:41:24.795 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18232026-02-24T03:41:25.621ZFeb 24 03:41:24.920 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18242026-02-24T03:41:26.388ZFeb 24 03:41:25.687 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18252026-02-24T03:41:26.509ZFeb 24 03:41:25.807 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18262026-02-24T03:41:26.509ZFeb 24 03:41:25.807 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18272026-02-24T03:41:29.575ZFeb 24 03:41:28.874 INFO Download complete, target: DendriteStub
18282026-02-24T03:41:29.691ZFeb 24 03:41:28.991 INFO Download complete, target: MaghemiteMgd
18292026-02-24T03:41:34.184ZFeb 24 03:41:33.482 INFO Checking that binary works, target: Cockroach
18302026-02-24T03:41:34.319ZFeb 24 03:41:33.617 INFO Download complete, target: Cockroach
18312026-02-24T03:41:37.374ZFeb 24 03:41:36.672 INFO Checking that binary works, target: Clickhouse
18322026-02-24T03:41:37.615ZFeb 24 03:41:36.914 INFO Download complete, target: Clickhouse
18332026-02-24T03:41:37.622ZAll prerequisites installed successfully
18342026-02-24T03:41:37.625Z
18352026-02-24T03:41:37.625Zreal 4:56.508814719
18362026-02-24T03:41:37.625Zuser 18:16.053931954
18372026-02-24T03:41:37.625Zsys 2:25.386880350
18382026-02-24T03:41:37.625Ztrap 0.621608756
18392026-02-24T03:41:37.625Ztflt 1.112390025
18402026-02-24T03:41:37.625Zdflt 1.438754598
18412026-02-24T03:41:37.625Zkflt 0.095846438
18422026-02-24T03:41:37.625Zlock 46:44.459564051
18432026-02-24T03:41:37.625Zslp 1:07:13.622904581
18442026-02-24T03:41:37.625Zlat 1:17.884473801
18452026-02-24T03:41:37.625Zstop 3:01.220575895
18462026-02-24T03:41:37.625Z+ source ./tools/include/force-git-over-https.sh
18472026-02-24T03:41:37.625Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18482026-02-24T03:41:37.625Z++ (( i = 0 ))
18492026-02-24T03:41:37.625Z++ (( i < 5 ))
18502026-02-24T03:41:37.625Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18512026-02-24T03:41:37.628Z++ (( i++ ))
18522026-02-24T03:41:37.629Z++ (( i < 5 ))
18532026-02-24T03:41:37.629Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18542026-02-24T03:41:37.632Z++ (( i++ ))
18552026-02-24T03:41:37.632Z++ (( i < 5 ))
18562026-02-24T03:41:37.632Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18572026-02-24T03:41:37.635Z++ (( i++ ))
18582026-02-24T03:41:37.635Z++ (( i < 5 ))
18592026-02-24T03:41:37.635Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18602026-02-24T03:41:37.638Z++ (( i++ ))
18612026-02-24T03:41:37.638Z++ (( i < 5 ))
18622026-02-24T03:41:37.638Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18632026-02-24T03:41:37.641Z++ (( i++ ))
18642026-02-24T03:41:37.641Z++ (( i < 5 ))
18652026-02-24T03:41:37.641Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18662026-02-24T03:41:37.641Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18672026-02-24T03:41:37.641Z+ rc=0
18682026-02-24T03:41:37.641Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18692026-02-24T03:42:23.758Z+ case $rc in
18702026-02-24T03:42:23.759Z+ pfexec zfs create -p rpool/images/build/host
18712026-02-24T03:42:23.978Z+ pfexec zfs create -p rpool/images/build/recovery
18722026-02-24T03:42:24.062Z+ cargo xtask releng --output-dir /work --mkincorp
18732026-02-24T03:42:24.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18742026-02-24T03:42:24.874Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18752026-02-24T03:42:26.122Z Compiling proc-macro2 v1.0.101
18762026-02-24T03:42:26.122Z Compiling unicode-ident v1.0.19
18772026-02-24T03:42:26.126Z Compiling libc v0.2.180
18782026-02-24T03:42:26.126Z Compiling serde_core v1.0.228
18792026-02-24T03:42:26.126Z Compiling serde v1.0.228
18802026-02-24T03:42:26.126Z Compiling autocfg v1.4.0
18812026-02-24T03:42:26.126Z Compiling cfg-if v1.0.4
18822026-02-24T03:42:26.455Z Compiling version_check v0.9.5
18832026-02-24T03:42:26.478Z Compiling memchr v2.7.4
18842026-02-24T03:42:26.583Z Compiling shlex v1.3.0
18852026-02-24T03:42:27.110Z Compiling lock_api v0.4.12
18862026-02-24T03:42:27.134Z Compiling typenum v1.17.0
18872026-02-24T03:42:27.470Z Compiling generic-array v0.14.7
18882026-02-24T03:42:27.686Z Compiling value-bag v1.12.0
18892026-02-24T03:42:27.844Z Compiling portable-atomic v1.11.0
18902026-02-24T03:42:27.979Z Compiling getrandom v0.3.4
18912026-02-24T03:42:28.307Z Compiling quote v1.0.40
18922026-02-24T03:42:28.360Z Compiling jobserver v0.1.32
18932026-02-24T03:42:28.571Z Compiling log v0.4.29
18942026-02-24T03:42:28.712Z Compiling syn v2.0.114
18952026-02-24T03:42:28.807Z Compiling zmij v1.0.15
18962026-02-24T03:42:28.852Z Compiling cc v1.2.30
18972026-02-24T03:42:29.075Z Compiling libm v0.2.8
18982026-02-24T03:42:29.390Z Compiling serde_json v1.0.149
18992026-02-24T03:42:29.448Z Compiling num-traits v0.2.19
19002026-02-24T03:42:29.754Z Compiling scopeguard v1.2.0
19012026-02-24T03:42:29.850Z Compiling smallvec v1.15.1
19022026-02-24T03:42:29.880Z Compiling parking_lot_core v0.9.10
19032026-02-24T03:42:30.397Z Compiling rustix v0.38.37
19042026-02-24T03:42:30.471Z Compiling pkg-config v0.3.31
19052026-02-24T03:42:30.510Z Compiling getrandom v0.2.15
19062026-02-24T03:42:31.128Z Compiling thiserror v2.0.18
19072026-02-24T03:42:31.420Z Compiling itoa v1.0.11
19082026-02-24T03:42:31.763Z Compiling regex-syntax v0.8.5
19092026-02-24T03:42:31.797Z Compiling errno v0.3.12
19102026-02-24T03:42:32.252Z Compiling spin v0.9.8
19112026-02-24T03:42:32.369Z Compiling aho-corasick v1.1.3
19122026-02-24T03:42:32.460Z Compiling slab v0.4.9
19132026-02-24T03:42:32.587Z Compiling stable_deref_trait v1.2.0
19142026-02-24T03:42:32.729Z Compiling subtle v2.6.1
19152026-02-24T03:42:32.743Z Compiling lazy_static v1.5.0
19162026-02-24T03:42:32.917Z Compiling heck v0.5.0
19172026-02-24T03:42:32.958Z Compiling critical-section v1.1.3
19182026-02-24T03:42:33.033Z Compiling semver v1.0.27
19192026-02-24T03:42:33.104Z Compiling rand_core v0.6.4
19202026-02-24T03:42:33.910Z Compiling glob v0.3.2
19212026-02-24T03:42:33.913Z Compiling either v1.15.0
19222026-02-24T03:42:34.457Z Compiling once_cell v1.21.3
19232026-02-24T03:42:34.773Z Compiling clang-sys v1.8.1
19242026-02-24T03:42:35.347Z Compiling regex-automata v0.4.11
19252026-02-24T03:42:35.748Z Compiling prettyplease v0.2.36
19262026-02-24T03:42:36.217Z Compiling synstructure v0.13.1
19272026-02-24T03:42:36.807Z Compiling schemars v0.8.22
19282026-02-24T03:42:36.987Z Compiling minimal-lexical v0.2.1
19292026-02-24T03:42:37.170Z Compiling serde_derive_internals v0.29.1
19302026-02-24T03:42:37.430Z Compiling nom v7.1.3
19312026-02-24T03:42:37.484Z Compiling libloading v0.8.5
19322026-02-24T03:42:37.535Z Compiling home v0.5.9
19332026-02-24T03:42:37.567Z Compiling writeable v0.5.5
19342026-02-24T03:42:37.799Z Compiling bindgen v0.69.5
19352026-02-24T03:42:37.891Z Compiling litemap v0.7.3
19362026-02-24T03:42:38.364Z Compiling paste v1.0.15
19372026-02-24T03:42:39.158Z Compiling itertools v0.12.1
19382026-02-24T03:42:39.980Z Compiling serde_derive v1.0.228
19392026-02-24T03:42:40.901Z Compiling zeroize_derive v1.4.2
19402026-02-24T03:42:41.623Z Compiling zerofrom-derive v0.1.4
19412026-02-24T03:42:41.859Z Compiling yoke-derive v0.7.4
19422026-02-24T03:42:42.356Z Compiling zerovec-derive v0.10.3
19432026-02-24T03:42:42.410Z Compiling displaydoc v0.2.5
19442026-02-24T03:42:43.895Z Compiling icu_provider_macros v1.5.0
19452026-02-24T03:42:44.023Z Compiling zeroize v1.8.1
19462026-02-24T03:42:44.336Z Compiling thiserror-impl v2.0.18
19472026-02-24T03:42:44.511Z Compiling zerocopy-derive v0.7.35
19482026-02-24T03:42:44.746Z Compiling tokio-macros v2.6.0
19492026-02-24T03:42:44.903Z Compiling regex v1.11.3
19502026-02-24T03:42:44.960Z Compiling zerofrom v0.1.4
19512026-02-24T03:42:45.091Z Compiling futures-macro v0.3.31
19522026-02-24T03:42:45.319Z Compiling yoke v0.7.4
19532026-02-24T03:42:45.867Z Compiling zerovec v0.10.4
19542026-02-24T03:42:46.845Z Compiling cexpr v0.6.0
19552026-02-24T03:42:46.977Z Compiling schemars_derive v0.8.22
19562026-02-24T03:42:47.175Z Compiling allocator-api2 v0.2.21
19572026-02-24T03:42:47.507Z Compiling byteorder v1.5.0
19582026-02-24T03:42:47.663Z Compiling percent-encoding v2.3.2
19592026-02-24T03:42:48.158Z Compiling tinystr v0.7.6
19602026-02-24T03:42:48.162Z Compiling rustc-hash v1.1.0
19612026-02-24T03:42:48.280Z Compiling lazycell v1.3.0
19622026-02-24T03:42:48.668Z Compiling bitflags v2.9.4
19632026-02-24T03:42:48.732Z Compiling bytes v1.11.1
19642026-02-24T03:42:49.051Z Compiling icu_locid v1.5.0
19652026-02-24T03:42:49.309Z Compiling cmake v0.1.51
19662026-02-24T03:42:49.459Z Compiling icu_locid_transform_data v1.5.0
19672026-02-24T03:42:49.818Z Compiling fs_extra v1.3.0
19682026-02-24T03:42:50.074Z Compiling dunce v1.0.5
19692026-02-24T03:42:50.143Z Compiling equivalent v1.0.2
19702026-02-24T03:42:50.385Z Compiling icu_collections v1.5.0
19712026-02-24T03:42:50.556Z Compiling icu_provider v1.5.0
19722026-02-24T03:42:50.664Z Compiling icu_properties_data v1.5.0
19732026-02-24T03:42:50.817Z Compiling crypto-common v0.1.6
19742026-02-24T03:42:50.895Z Compiling utf8_iter v1.0.4
19752026-02-24T03:42:51.198Z Compiling icu_normalizer_data v1.5.0
19762026-02-24T03:42:51.321Z Compiling utf16_iter v1.0.5
19772026-02-24T03:42:51.390Z Compiling icu_locid_transform v1.5.0
19782026-02-24T03:42:51.524Z Compiling write16 v1.0.0
19792026-02-24T03:42:51.663Z Compiling pin-project-lite v0.2.14
19802026-02-24T03:42:51.895Z Compiling der_derive v0.7.3
19812026-02-24T03:42:52.878Z Compiling which v4.4.2
19822026-02-24T03:42:52.881Z Compiling rustversion v1.0.22
19832026-02-24T03:42:53.231Z Compiling icu_properties v1.5.1
19842026-02-24T03:42:53.270Z Compiling const-oid v0.9.6
19852026-02-24T03:42:54.296Z Compiling ring v0.17.14
19862026-02-24T03:42:56.835Z Compiling form_urlencoded v1.2.2
19872026-02-24T03:42:56.934Z Compiling vcpkg v0.2.15
19882026-02-24T03:42:57.416Z Compiling icu_normalizer v1.5.0
19892026-02-24T03:42:57.460Z Compiling aws-lc-rs v1.12.4
19902026-02-24T03:42:57.505Z Compiling fnv v1.0.7
19912026-02-24T03:42:57.529Z Compiling futures-core v0.3.31
19922026-02-24T03:42:57.981Z Compiling block-buffer v0.10.4
19932026-02-24T03:42:58.386Z Compiling openssl-sys v0.9.109
19942026-02-24T03:42:58.485Z Compiling idna_adapter v1.2.0
19952026-02-24T03:42:58.749Z Compiling idna v1.0.3
19962026-02-24T03:42:58.921Z Compiling signal-hook-registry v1.4.2
19972026-02-24T03:42:59.009Z Compiling zerocopy v0.8.27
19982026-02-24T03:42:59.923Z Compiling url v2.5.4
19992026-02-24T03:42:59.976Z Compiling digest v0.10.7
20002026-02-24T03:43:00.448Z Compiling parking_lot v0.12.3
20012026-02-24T03:43:00.864Z Compiling hashbrown v0.16.1
20022026-02-24T03:43:01.335Z Compiling tracing-attributes v0.1.27
20032026-02-24T03:43:02.521Z Compiling mio v1.0.2
20042026-02-24T03:43:04.158Z Compiling zerocopy-derive v0.8.27
20052026-02-24T03:43:04.217Z Compiling rustix v1.1.3
20062026-02-24T03:43:04.220Z Compiling httparse v1.9.5
20072026-02-24T03:43:04.308Z Compiling indexmap v2.13.0
20082026-02-24T03:43:04.653Z Compiling socket2 v0.6.1
20092026-02-24T03:43:05.378Z Compiling tokio v1.49.0
20102026-02-24T03:43:05.567Z Compiling aws-lc-sys v0.26.0
20112026-02-24T03:43:05.670Z Compiling iana-time-zone v0.1.63
20122026-02-24T03:43:05.952Z Compiling foldhash v0.1.5
20132026-02-24T03:43:06.227Z Compiling hashbrown v0.15.4
20142026-02-24T03:43:06.307Z Compiling chrono v0.4.43
20152026-02-24T03:43:06.829Z Compiling zerocopy v0.7.35
20162026-02-24T03:43:07.243Z Compiling time-core v0.1.6
20172026-02-24T03:43:07.658Z Compiling futures-sink v0.3.31
20182026-02-24T03:43:07.778Z Compiling num-conv v0.1.0
20192026-02-24T03:43:07.846Z Compiling futures-channel v0.3.31
20202026-02-24T03:43:08.177Z Compiling time-macros v0.2.24
20212026-02-24T03:43:08.320Z Compiling uuid v1.19.0
20222026-02-24T03:43:08.930Z Compiling pin-utils v0.1.0
20232026-02-24T03:43:09.148Z Compiling openssl v0.10.73
20242026-02-24T03:43:09.288Z Compiling futures-io v0.3.31
20252026-02-24T03:43:09.347Z Compiling futures-task v0.3.31
20262026-02-24T03:43:09.648Z Compiling futures-util v0.3.31
20272026-02-24T03:43:11.309Z Compiling cpufeatures v0.2.14
20282026-02-24T03:43:11.461Z Compiling ppv-lite86 v0.2.20
20292026-02-24T03:43:11.616Z Compiling openssl-macros v0.1.1
20302026-02-24T03:43:12.480Z Compiling rustc_version v0.4.1
20312026-02-24T03:43:13.035Z Compiling strsim v0.11.1
20322026-02-24T03:43:13.212Z Compiling native-tls v0.2.12
20332026-02-24T03:43:13.464Z Compiling ucd-trie v0.1.7
20342026-02-24T03:43:13.492Z Compiling rustls v0.23.19
20352026-02-24T03:43:13.692Z Compiling hmac v0.12.1
20362026-02-24T03:43:13.770Z Compiling serde_tokenstream v0.2.2
20372026-02-24T03:43:13.918Z Compiling pest v2.8.2
20382026-02-24T03:43:14.047Z Compiling dyn-clone v1.0.20
20392026-02-24T03:43:14.975Z Compiling block-padding v0.3.3
20402026-02-24T03:43:15.272Z Compiling bzip2-sys v0.1.13+1.0.8
20412026-02-24T03:43:15.308Z Compiling cookie v0.18.1
20422026-02-24T03:43:15.761Z Compiling thiserror v1.0.69
20432026-02-24T03:43:15.902Z Compiling ident_case v1.0.1
20442026-02-24T03:43:16.227Z Compiling inout v0.1.3
20452026-02-24T03:43:16.575Z Compiling http v1.4.0
20462026-02-24T03:43:17.149Z Compiling pest_meta v2.8.2
20472026-02-24T03:43:18.044Z Compiling base64 v0.22.1
20482026-02-24T03:43:18.164Z Compiling syn v1.0.109
20492026-02-24T03:43:18.887Z Compiling pest_generator v2.8.2
20502026-02-24T03:43:20.928Z Compiling pest_derive v2.8.2
20512026-02-24T03:43:21.695Z Compiling cipher v0.4.4
20522026-02-24T03:43:21.806Z Compiling sha2 v0.10.9
20532026-02-24T03:43:22.258Z Compiling slog v2.8.2
20542026-02-24T03:43:25.117Z Compiling scroll_derive v0.13.1
20552026-02-24T03:43:25.309Z Compiling thiserror-impl v1.0.69
20562026-02-24T03:43:26.872Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20572026-02-24T03:43:27.278Z Compiling rustls-pki-types v1.10.0
20582026-02-24T03:43:28.102Z Compiling base64ct v1.6.0
20592026-02-24T03:43:28.173Z Compiling crossbeam-utils v0.8.21
20602026-02-24T03:43:28.770Z Compiling pem-rfc7468 v0.7.0
20612026-02-24T03:43:29.478Z Compiling flagset v0.4.6
20622026-02-24T03:43:29.820Z Compiling litrs v0.4.1
20632026-02-24T03:43:30.844Z Compiling document-features v0.2.11
20642026-02-24T03:43:32.048Z Compiling der v0.7.10
20652026-02-24T03:43:32.173Z Compiling tokio-util v0.7.15
20662026-02-24T03:43:34.257Z Compiling rand_core v0.9.3
20672026-02-24T03:43:34.653Z Compiling tracing-core v0.1.32
20682026-02-24T03:43:35.071Z Compiling untrusted v0.9.0
20692026-02-24T03:43:35.695Z Compiling untrusted v0.7.1
20702026-02-24T03:43:35.952Z Compiling powerfmt v0.2.0
20712026-02-24T03:43:36.304Z Compiling plain v0.2.3
20722026-02-24T03:43:36.511Z Compiling camino v1.2.2
20732026-02-24T03:43:36.511Z Compiling deranged v0.5.3
20742026-02-24T03:43:37.014Z Compiling tracing v0.1.40
20752026-02-24T03:43:37.127Z Compiling spki v0.7.3
20762026-02-24T03:43:37.743Z Compiling salsa20 v0.10.2
20772026-02-24T03:43:37.902Z Compiling http-body v1.0.1
20782026-02-24T03:43:38.138Z Compiling pbkdf2 v0.12.2
20792026-02-24T03:43:38.701Z Compiling atomic-waker v1.1.2
20802026-02-24T03:43:38.949Z Compiling num-bigint-dig v0.8.6
20812026-02-24T03:43:39.418Z Compiling num_threads v0.1.7
20822026-02-24T03:43:39.849Z Compiling time v0.3.43
20832026-02-24T03:43:40.884Z Compiling scrypt v0.11.0
20842026-02-24T03:43:41.417Z Compiling rand_chacha v0.9.0
20852026-02-24T03:43:41.862Z Compiling aes v0.8.4
20862026-02-24T03:43:41.959Z Compiling cbc v0.1.2
20872026-02-24T03:43:43.222Z Compiling ahash v0.8.12
20882026-02-24T03:43:43.279Z Compiling tower-service v0.3.3
20892026-02-24T03:43:43.485Z Compiling anyhow v1.0.99
20902026-02-24T03:43:43.681Z Compiling tower-layer v0.3.3
20912026-02-24T03:43:44.211Z Compiling zstd-safe v7.2.3
20922026-02-24T03:43:44.312Z Compiling pretty-hex v0.4.1
20932026-02-24T03:43:44.364Z Compiling usdt-impl v0.6.0
20942026-02-24T03:43:44.634Z Compiling try-lock v0.2.5
20952026-02-24T03:43:44.856Z Compiling want v0.3.1
20962026-02-24T03:43:45.339Z Compiling pkcs5 v0.7.1
20972026-02-24T03:43:47.357Z Compiling rand v0.9.2
20982026-02-24T03:43:47.395Z Compiling h2 v0.4.6
20992026-02-24T03:43:49.505Z Compiling scroll v0.13.0
21002026-02-24T03:43:50.143Z Compiling heapless v0.7.17
21012026-02-24T03:43:50.402Z Compiling ipnet v2.11.0
21022026-02-24T03:43:50.455Z Compiling clap_derive v4.5.47
21032026-02-24T03:43:50.666Z Compiling async-trait v0.1.89
21042026-02-24T03:43:51.406Z Compiling scroll_derive v0.12.0
21052026-02-24T03:43:51.871Z Compiling daft-derive v0.1.4
21062026-02-24T03:43:52.996Z Compiling signal-hook v0.3.18
21072026-02-24T03:43:53.058Z Compiling httpdate v1.0.3
21082026-02-24T03:43:53.395Z Compiling adler2 v2.0.0
21092026-02-24T03:43:53.492Z Compiling fastrand v2.1.1
21102026-02-24T03:43:53.554Z Compiling foreign-types-shared v0.1.1
21112026-02-24T03:43:53.695Z Compiling openssl-probe v0.1.5
21122026-02-24T03:43:53.738Z Compiling foreign-types v0.3.2
21132026-02-24T03:43:53.879Z Compiling miniz_oxide v0.8.5
21142026-02-24T03:43:54.253Z Compiling tempfile v3.24.0
21152026-02-24T03:43:54.595Z Compiling goblin v0.10.2
21162026-02-24T03:43:55.297Z Compiling pkcs8 v0.10.2
21172026-02-24T03:43:56.653Z Compiling hyper v1.8.1
21182026-02-24T03:43:56.690Z Compiling darling_core v0.20.10
21192026-02-24T03:44:03.851Z Compiling tinyvec_macros v0.1.1
21202026-02-24T03:44:04.046Z Compiling tinyvec v1.8.0
21212026-02-24T03:44:05.319Z Compiling darling_macro v0.20.10
21222026-02-24T03:44:05.790Z Compiling dof v0.4.0
21232026-02-24T03:44:06.541Z Compiling hyper-util v0.1.19
21242026-02-24T03:44:11.334Z Compiling dtrace-parser v0.3.0
21252026-02-24T03:44:12.201Z Compiling darling_core v0.21.0
21262026-02-24T03:44:12.501Z Compiling curve25519-dalek v4.1.3
21272026-02-24T03:44:13.061Z Compiling strum_macros v0.26.4
21282026-02-24T03:44:13.207Z Compiling hex v0.4.3
21292026-02-24T03:44:13.934Z Compiling thread-id v5.0.0
21302026-02-24T03:44:14.110Z Compiling memoffset v0.9.1
21312026-02-24T03:44:14.906Z Compiling utf8parse v0.2.2
21322026-02-24T03:44:15.447Z Compiling ryu v1.0.18
21332026-02-24T03:44:15.490Z Compiling ref-cast v1.0.25
21342026-02-24T03:44:16.114Z Compiling smoltcp v0.9.1
21352026-02-24T03:44:17.063Z Compiling anstyle v1.0.11
21362026-02-24T03:44:18.009Z Compiling darling_macro v0.21.0
21372026-02-24T03:44:18.297Z Compiling anstyle-parse v0.2.5
21382026-02-24T03:44:21.401Z Compiling darling v0.20.10
21392026-02-24T03:44:23.451Z Compiling http-body-util v0.1.3
21402026-02-24T03:44:24.318Z Compiling sync_wrapper v1.0.1
21412026-02-24T03:44:24.559Z Compiling serde_spanned v0.6.9
21422026-02-24T03:44:24.779Z Compiling toml_datetime v0.6.11
21432026-02-24T03:44:24.852Z Compiling erased-serde v0.3.31
21442026-02-24T03:44:25.647Z Compiling wait-timeout v0.2.0
21452026-02-24T03:44:26.096Z Compiling encoding_rs v0.8.34
21462026-02-24T03:44:26.558Z Compiling gimli v0.31.1
21472026-02-24T03:44:26.701Z Compiling cfg_aliases v0.2.1
21482026-02-24T03:44:26.880Z Compiling psl-types v2.0.11
21492026-02-24T03:44:28.161Z Compiling is_terminal_polyfill v1.70.1
21502026-02-24T03:44:28.369Z Compiling bit-vec v0.8.0
21512026-02-24T03:44:29.309Z Compiling mime v0.3.17
21522026-02-24T03:44:29.434Z Compiling quick-error v1.2.3
21532026-02-24T03:44:29.674Z Compiling colorchoice v1.0.2
21542026-02-24T03:44:29.893Z Compiling anstyle-query v1.1.1
21552026-02-24T03:44:30.106Z Compiling buf-list v1.0.3
21562026-02-24T03:44:30.416Z Compiling anstream v0.6.18
21572026-02-24T03:44:31.170Z Compiling addr2line v0.24.2
21582026-02-24T03:44:31.549Z Compiling rusty-fork v0.3.0
21592026-02-24T03:44:32.186Z Compiling bit-set v0.8.0
21602026-02-24T03:44:32.665Z Compiling serde_urlencoded v0.7.1
21612026-02-24T03:44:33.814Z Compiling publicsuffix v2.3.0
21622026-02-24T03:44:34.372Z Compiling nix v0.29.0
21632026-02-24T03:44:35.538Z Compiling tower v0.5.2
21642026-02-24T03:44:37.487Z Compiling derive_builder_core v0.20.2
21652026-02-24T03:44:38.336Z Compiling darling v0.21.0
21662026-02-24T03:44:38.532Z Compiling tokio-native-tls v0.3.1
21672026-02-24T03:44:39.009Z Compiling unicode-normalization v0.1.24
21682026-02-24T03:44:39.529Z Compiling rustls-native-certs v0.8.1
21692026-02-24T03:44:39.742Z Compiling hubpack_derive v0.1.1
21702026-02-24T03:44:40.175Z Compiling rand_xorshift v0.4.0
21712026-02-24T03:44:40.559Z Compiling webpki-roots v1.0.1
21722026-02-24T03:44:40.823Z Compiling ipnetwork v0.21.1
21732026-02-24T03:44:41.374Z Compiling openapiv3 v2.2.0
21742026-02-24T03:44:41.735Z Compiling signature v2.2.0
21752026-02-24T03:44:42.032Z Compiling strum_macros v0.27.2
21762026-02-24T03:44:45.053Z Compiling ref-cast-impl v1.0.25
21772026-02-24T03:44:45.146Z Compiling curve25519-dalek-derive v0.1.1
21782026-02-24T03:44:46.350Z Compiling object v0.36.5
21792026-02-24T03:44:46.631Z Compiling fs-err v3.1.1
21802026-02-24T03:44:46.934Z Compiling usdt-impl v0.5.0
21812026-02-24T03:44:47.165Z Compiling crc32fast v1.4.2
21822026-02-24T03:44:47.301Z Compiling unicode-properties v0.1.3
21832026-02-24T03:44:47.500Z Compiling unarray v0.1.4
21842026-02-24T03:44:47.843Z Compiling rustc-demangle v0.1.24
21852026-02-24T03:44:47.846Z Compiling unicode-bidi v0.3.17
21862026-02-24T03:44:47.915Z Compiling siphasher v0.3.11
21872026-02-24T03:44:48.778Z Compiling iri-string v0.7.8
21882026-02-24T03:44:48.927Z Compiling zlib-rs v0.5.1
21892026-02-24T03:44:49.553Z Compiling stringprep v0.1.5
21902026-02-24T03:44:49.728Z Compiling phf_shared v0.11.2
21912026-02-24T03:44:52.116Z Compiling proptest v1.7.0
21922026-02-24T03:44:54.091Z Compiling libz-rs-sys v0.5.1
21932026-02-24T03:44:54.436Z Compiling backtrace v0.3.74
21942026-02-24T03:44:54.485Z Compiling tower-http v0.6.6
21952026-02-24T03:44:55.567Z Compiling oxnet v0.1.4
21962026-02-24T03:44:56.996Z Compiling derive_builder_macro v0.20.2
21972026-02-24T03:44:57.050Z Compiling hyper-tls v0.6.0
21982026-02-24T03:44:57.814Z Compiling serde_with_macros v3.16.1
21992026-02-24T03:44:58.067Z Compiling cookie_store v0.21.1
22002026-02-24T03:44:59.822Z Compiling usdt-attr-macro v0.6.0
22012026-02-24T03:45:00.814Z Compiling rustls-webpki v0.102.8
22022026-02-24T03:45:00.878Z Compiling usdt-macro v0.6.0
22032026-02-24T03:45:01.006Z Compiling scroll v0.12.0
22042026-02-24T03:45:01.744Z Compiling terminal_size v0.4.0
22052026-02-24T03:45:02.471Z Compiling rand_chacha v0.3.1
22062026-02-24T03:45:03.069Z Compiling md-5 v0.10.6
22072026-02-24T03:45:03.409Z Compiling num-integer v0.1.46
22082026-02-24T03:45:03.481Z Compiling vergen-lib v0.1.6
22092026-02-24T03:45:03.723Z Compiling hash32 v0.2.1
22102026-02-24T03:45:03.951Z Compiling ff v0.13.0
22112026-02-24T03:45:04.814Z Compiling fallible-iterator v0.2.0
22122026-02-24T03:45:04.858Z Compiling clap_lex v0.7.4
22132026-02-24T03:45:05.719Z Compiling winnow v0.7.14
22142026-02-24T03:45:06.288Z Compiling base16ct v0.2.0
22152026-02-24T03:45:06.638Z Compiling sec1 v0.7.3
22162026-02-24T03:45:07.064Z Compiling postgres-protocol v0.6.8
22172026-02-24T03:45:07.222Z Compiling clap_builder v4.5.48
22182026-02-24T03:45:10.322Z Compiling tokio-rustls v0.26.0
22192026-02-24T03:45:10.533Z Compiling group v0.13.0
22202026-02-24T03:45:10.879Z Compiling num-iter v0.1.45
22212026-02-24T03:45:11.207Z Compiling rand v0.8.5
22222026-02-24T03:45:14.930Z Compiling goblin v0.8.2
22232026-02-24T03:45:15.582Z Compiling derive_builder v0.20.2
22242026-02-24T03:45:15.650Z Compiling newtype-uuid v1.3.2
22252026-02-24T03:45:15.983Z Compiling flate2 v1.1.2
22262026-02-24T03:45:17.635Z Compiling hkdf v0.12.4
22272026-02-24T03:45:17.800Z Compiling regress v0.10.4
22282026-02-24T03:45:17.890Z Compiling vergen v9.0.6
22292026-02-24T03:45:18.258Z Compiling crypto-bigint v0.5.5
22302026-02-24T03:45:18.331Z Compiling cargo-platform v0.1.8
22312026-02-24T03:45:21.956Z Compiling serde_repr v0.1.19
22322026-02-24T03:45:23.101Z Compiling enum-as-inner v0.6.1
22332026-02-24T03:45:23.589Z Compiling unicode-segmentation v1.12.0
22342026-02-24T03:45:23.685Z Compiling simd-adler32 v0.3.7
22352026-02-24T03:45:24.162Z Compiling managed v0.8.0
22362026-02-24T03:45:24.328Z Compiling bitflags v1.3.2
22372026-02-24T03:45:24.438Z Compiling bumpalo v3.16.0
22382026-02-24T03:45:24.671Z Compiling lockfree-object-pool v0.1.6
22392026-02-24T03:45:25.027Z Compiling winnow v0.5.40
22402026-02-24T03:45:25.075Z Compiling zopfli v0.8.1
22412026-02-24T03:45:28.826Z Compiling toml_edit v0.19.15
22422026-02-24T03:45:29.997Z Compiling typify-impl v0.4.3
22432026-02-24T03:45:31.423Z Compiling hyper-rustls v0.27.7
22442026-02-24T03:45:31.604Z Compiling elliptic-curve v0.13.8
22452026-02-24T03:45:32.410Z Compiling reqwest v0.12.24
22462026-02-24T03:45:33.687Z Compiling dof v0.3.0
22472026-02-24T03:45:33.784Z Compiling cargo_metadata v0.19.2
22482026-02-24T03:45:35.823Z Compiling daft v0.1.4
22492026-02-24T03:45:36.438Z Compiling signal-hook-mio v0.2.4
22502026-02-24T03:45:36.597Z Compiling zstd v0.13.3
22512026-02-24T03:45:37.306Z Compiling clap v4.5.48
22522026-02-24T03:45:37.504Z Compiling postgres-types v0.2.9
22532026-02-24T03:45:38.135Z Compiling dtrace-parser v0.2.0
22542026-02-24T03:45:38.777Z Compiling phf v0.11.2
22552026-02-24T03:45:38.938Z Compiling strum v0.27.2
22562026-02-24T03:45:39.064Z Compiling ed25519 v2.2.3
22572026-02-24T03:45:39.117Z Compiling hubpack v0.1.2
22582026-02-24T03:45:39.192Z Compiling bzip2 v0.5.2
22592026-02-24T03:45:39.220Z Compiling bzip2 v0.4.4
22602026-02-24T03:45:39.713Z Compiling pkcs1 v0.7.5
22612026-02-24T03:45:39.894Z Compiling rfc6979 v0.4.0
22622026-02-24T03:45:39.955Z Compiling float-cmp v0.10.0
22632026-02-24T03:45:40.100Z Compiling serde-big-array v0.5.1
22642026-02-24T03:45:40.335Z Compiling bstr v1.10.0
22652026-02-24T03:45:40.380Z Compiling structmeta-derive v0.3.0
22662026-02-24T03:45:40.507Z Compiling env_filter v0.1.2
22672026-02-24T03:45:40.884Z Compiling socket2 v0.5.10
22682026-02-24T03:45:41.146Z Compiling memmap2 v0.9.8
22692026-02-24T03:45:41.647Z Compiling thread-id v4.2.2
22702026-02-24T03:45:41.761Z Compiling whoami v1.5.2
22712026-02-24T03:45:41.764Z Compiling fixedbitset v0.4.2
22722026-02-24T03:45:41.833Z Compiling new_debug_unreachable v1.0.6
22732026-02-24T03:45:41.981Z Compiling data-encoding v2.9.0
22742026-02-24T03:45:42.220Z Compiling jiff v0.2.15
22752026-02-24T03:45:42.379Z Compiling rustc-hash v2.1.1
22762026-02-24T03:45:42.626Z Compiling difflib v0.4.0
22772026-02-24T03:45:42.730Z Compiling foldhash v0.2.0
22782026-02-24T03:45:43.317Z Compiling precomputed-hash v0.1.1
22792026-02-24T03:45:43.493Z Compiling static_assertions v1.1.0
22802026-02-24T03:45:43.870Z Compiling radium v0.7.0
22812026-02-24T03:45:43.989Z Compiling fixedbitset v0.5.7
22822026-02-24T03:45:44.394Z Compiling predicates-core v1.0.8
22832026-02-24T03:45:44.720Z Compiling toml_write v0.1.2
22842026-02-24T03:45:45.161Z Compiling keccak v0.1.5
22852026-02-24T03:45:45.699Z Compiling normalize-line-endings v0.3.0
22862026-02-24T03:45:45.941Z Compiling predicates v3.1.3
22872026-02-24T03:45:47.408Z Compiling sha3 v0.10.8
22882026-02-24T03:45:49.352Z Compiling toml_edit v0.22.27
22892026-02-24T03:45:50.460Z Compiling zip v4.2.0
22902026-02-24T03:45:52.761Z Compiling petgraph v0.8.2
22912026-02-24T03:45:53.816Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22922026-02-24T03:45:55.976Z Compiling string_cache v0.8.9
22932026-02-24T03:45:56.411Z Compiling iddqd v0.3.16
22942026-02-24T03:45:57.680Z Compiling structmeta v0.3.0
22952026-02-24T03:45:58.033Z Compiling hickory-proto v0.25.2
22962026-02-24T03:45:58.161Z Compiling tokio-postgres v0.7.13
22972026-02-24T03:45:59.271Z Compiling petgraph v0.6.5
22982026-02-24T03:46:02.556Z Compiling usdt v0.6.0
22992026-02-24T03:46:03.056Z Compiling similar v2.7.0
23002026-02-24T03:46:03.596Z Compiling env_logger v0.11.8
23012026-02-24T03:46:03.978Z Compiling serde_with v3.16.1
23022026-02-24T03:46:04.387Z Compiling ecdsa v0.16.9
23032026-02-24T03:46:05.168Z Compiling rsa v0.9.8
23042026-02-24T03:46:05.257Z Compiling typify-macro v0.4.3
23052026-02-24T03:46:09.538Z Compiling zip v0.6.6
23062026-02-24T03:46:09.646Z Compiling ed25519-dalek v2.1.1
23072026-02-24T03:46:10.821Z Compiling crossterm v0.28.1
23082026-02-24T03:46:11.082Z Compiling crossbeam-epoch v0.9.18
23092026-02-24T03:46:11.593Z Compiling toml v0.7.8
23102026-02-24T03:46:11.789Z Compiling heck v0.4.1
23112026-02-24T03:46:11.893Z Compiling strum v0.26.3
23122026-02-24T03:46:12.462Z Compiling tokio-stream v0.1.17
23132026-02-24T03:46:13.113Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23142026-02-24T03:46:13.602Z Compiling x509-cert v0.2.5
23152026-02-24T03:46:13.864Z Compiling sha1 v0.10.6
23162026-02-24T03:46:14.382Z Compiling itertools v0.13.0
23172026-02-24T03:46:14.821Z Compiling itertools v0.10.5
23182026-02-24T03:46:16.471Z Compiling winnow v0.6.26
23192026-02-24T03:46:17.586Z Compiling tap v1.0.1
23202026-02-24T03:46:17.590Z Compiling peg-runtime v0.8.5
23212026-02-24T03:46:17.808Z Compiling maybe-uninit v2.0.0
23222026-02-24T03:46:18.169Z Compiling lalrpop-util v0.19.12
23232026-02-24T03:46:18.611Z Compiling wyz v0.5.1
23242026-02-24T03:46:20.279Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23252026-02-24T03:46:26.348Z Compiling packed_struct v0.10.1
23262026-02-24T03:46:27.000Z Compiling funty v2.0.0
23272026-02-24T03:46:29.541Z Compiling bitvec v1.0.1
23282026-02-24T03:46:35.122Z Compiling packed_struct_codegen v0.10.1
23292026-02-24T03:46:35.896Z Compiling futures-executor v0.3.31
23302026-02-24T03:46:36.995Z Compiling zerocopy-derive v0.6.6
23312026-02-24T03:46:37.221Z Compiling bitfield-macros v0.19.2
23322026-02-24T03:46:37.752Z Compiling indexmap v1.9.3
23332026-02-24T03:46:38.136Z Compiling crc-catalog v2.4.0
23342026-02-24T03:46:38.319Z Compiling typeid v1.0.3
23352026-02-24T03:46:38.786Z Compiling nodrop v0.1.14
23362026-02-24T03:46:39.492Z Compiling array-init v0.0.4
23372026-02-24T03:46:40.184Z Compiling zerocopy v0.6.6
23382026-02-24T03:46:40.607Z Compiling bitfield v0.19.2
23392026-02-24T03:46:40.960Z Compiling crc v3.2.1
23402026-02-24T03:46:43.153Z Compiling futures v0.3.31
23412026-02-24T03:46:44.409Z Compiling smallvec v0.6.14
23422026-02-24T03:46:45.800Z Compiling typify v0.4.3
23432026-02-24T03:46:46.060Z Compiling derive-ex v0.1.8
23442026-02-24T03:46:47.713Z Compiling hashbrown v0.12.3
23452026-02-24T03:46:48.377Z Compiling rustls v0.22.4
23462026-02-24T03:46:48.859Z Compiling base64 v0.21.7
23472026-02-24T03:46:49.393Z Compiling unsafe-libyaml v0.2.11
23482026-02-24T03:46:50.416Z Compiling test-strategy v0.4.3
23492026-02-24T03:46:51.283Z Compiling serde_yaml v0.9.34+deprecated
23502026-02-24T03:46:53.347Z Compiling ron v0.8.1
23512026-02-24T03:46:55.300Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23522026-02-24T03:46:56.144Z Compiling progenitor-impl v0.11.2
23532026-02-24T03:46:59.664Z Compiling serde-hex v0.1.0
23542026-02-24T03:47:02.572Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23552026-02-24T03:47:03.865Z Compiling toml v0.8.23
23562026-02-24T03:47:05.377Z Compiling hashbrown v0.13.2
23572026-02-24T03:47:09.825Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23582026-02-24T03:47:09.850Z Compiling xattr v1.3.1
23592026-02-24T03:47:10.233Z Compiling pin-project-internal v1.1.6
23602026-02-24T03:47:11.018Z Compiling thread_local v1.1.8
23612026-02-24T03:47:11.131Z Compiling filetime v0.2.26
23622026-02-24T03:47:12.144Z Compiling multer v3.1.0
23632026-02-24T03:47:12.587Z Compiling match_cfg v0.1.0
23642026-02-24T03:47:17.000Z Compiling crc-any v2.5.0
23652026-02-24T03:47:17.062Z Compiling rayon-core v1.12.1
23662026-02-24T03:47:17.062Z Compiling slog-async v2.8.0
23672026-02-24T03:47:17.062Z Compiling same-file v1.0.6
23682026-02-24T03:47:17.062Z Compiling walkdir v2.5.0
23692026-02-24T03:47:26.058Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23702026-02-24T03:47:26.796Z Compiling pin-project v1.1.6
23712026-02-24T03:47:26.796Z Compiling hostname v0.3.1
23722026-02-24T03:47:26.796Z Compiling tar v0.4.44
23732026-02-24T03:47:27.886Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23742026-02-24T03:47:32.101Z Compiling object v0.30.4
23752026-02-24T03:47:32.128Z Compiling erased-serde v0.4.6
23762026-02-24T03:47:32.822Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23772026-02-24T03:47:33.683Z Compiling progenitor-macro v0.11.2
23782026-02-24T03:47:43.025Z Compiling progenitor-client v0.11.2
23792026-02-24T03:47:43.950Z Compiling toml_parser v1.0.6+spec-1.1.0
23802026-02-24T03:47:44.143Z Compiling crossbeam-channel v0.5.15
23812026-02-24T03:47:44.555Z Compiling slog-json v2.6.1
23822026-02-24T03:47:45.501Z Compiling snafu-derive v0.8.5
23832026-02-24T03:47:45.671Z Compiling async-stream-impl v0.3.6
23842026-02-24T03:47:46.584Z Compiling ordered-float v2.10.1
23852026-02-24T03:47:46.626Z Compiling toml_datetime v0.7.5+spec-1.1.0
23862026-02-24T03:47:46.914Z Compiling serde_spanned v1.0.4
23872026-02-24T03:47:47.172Z Compiling serde_path_to_error v0.1.20
23882026-02-24T03:47:47.238Z Compiling is-terminal v0.4.13
23892026-02-24T03:47:47.414Z Compiling fs-err v2.11.0
23902026-02-24T03:47:47.440Z Compiling dropshot v0.16.7
23912026-02-24T03:47:47.506Z Compiling toml_writer v1.0.6+spec-1.1.0
23922026-02-24T03:47:47.826Z Compiling unicode-width v0.1.14
23932026-02-24T03:47:48.072Z Compiling path-slash v0.1.5
23942026-02-24T03:47:48.101Z Compiling term v1.1.0
23952026-02-24T03:47:48.444Z Compiling debug-ignore v1.0.5
23962026-02-24T03:47:48.652Z Compiling take_mut v0.2.2
23972026-02-24T03:47:48.866Z Compiling slog-term v2.9.2
23982026-02-24T03:47:49.014Z Compiling tabwriter v1.4.0
23992026-02-24T03:47:49.530Z Compiling snafu v0.8.5
24002026-02-24T03:47:49.831Z Compiling toml v0.9.11+spec-1.1.0
24012026-02-24T03:47:51.232Z Compiling serde-value v0.7.0
24022026-02-24T03:47:51.594Z Compiling async-stream v0.3.6
24032026-02-24T03:47:51.620Z Compiling slog-bunyan v2.5.0
24042026-02-24T03:47:51.941Z Compiling progenitor v0.11.2
24052026-02-24T03:47:51.965Z Compiling tokio-rustls v0.25.0
24062026-02-24T03:47:52.192Z Compiling serde-untagged v0.1.7
24072026-02-24T03:47:52.246Z Compiling globset v0.4.15
24082026-02-24T03:47:52.435Z Compiling crossbeam-deque v0.8.5
24092026-02-24T03:47:52.791Z Compiling camino-tempfile v1.4.1
24102026-02-24T03:47:52.873Z Compiling parse-display-derive v0.10.0
24112026-02-24T03:47:52.970Z Compiling olpc-cjson v0.1.4
24122026-02-24T03:47:53.349Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24132026-02-24T03:47:53.608Z Compiling waitgroup v0.1.2
24142026-02-24T03:47:53.895Z Compiling rustls-pemfile v2.2.0
24152026-02-24T03:47:54.451Z Compiling pem v3.0.5
24162026-02-24T03:47:54.848Z Compiling dropshot_endpoint v0.16.7
24172026-02-24T03:47:55.866Z Compiling newtype-uuid-macros v0.1.0
24182026-02-24T03:47:55.963Z Compiling serde_plain v1.0.2
24192026-02-24T03:47:56.152Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24202026-02-24T03:47:56.515Z Compiling async-recursion v1.1.1
24212026-02-24T03:47:56.897Z Compiling blake3 v1.5.4
24222026-02-24T03:47:57.465Z Compiling hostname v0.4.2
24232026-02-24T03:47:57.564Z Compiling half v2.4.1
24242026-02-24T03:47:57.779Z Compiling instant v0.1.13
24252026-02-24T03:47:57.806Z Compiling colored v3.0.0
24262026-02-24T03:47:57.982Z Compiling ciborium-io v0.2.2
24272026-02-24T03:47:58.169Z Compiling unicode-xid v0.2.6
24282026-02-24T03:47:58.275Z Compiling typed-path v0.9.3
24292026-02-24T03:47:58.296Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24302026-02-24T03:47:58.463Z Compiling cargo-util-schemas v0.8.2
24312026-02-24T03:47:59.056Z Compiling ciborium-ll v0.2.2
24322026-02-24T03:47:59.154Z Compiling backoff v0.4.0
24332026-02-24T03:47:59.615Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24342026-02-24T03:48:00.187Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24352026-02-24T03:48:00.460Z Compiling parse-display v0.10.0
24362026-02-24T03:48:02.372Z Compiling tough v0.20.0
24372026-02-24T03:48:03.889Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24382026-02-24T03:48:05.105Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24392026-02-24T03:48:05.473Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-02-24T03:48:06.026Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24412026-02-24T03:48:07.168Z Compiling itertools v0.14.0
24422026-02-24T03:48:07.833Z Compiling progenitor-client v0.10.0
24432026-02-24T03:48:08.808Z Compiling macaddr v1.0.1
24442026-02-24T03:48:09.420Z Compiling cargo-platform v0.2.0
24452026-02-24T03:48:10.621Z Compiling constant_time_eq v0.3.1
24462026-02-24T03:48:10.782Z Compiling arrayref v0.3.9
24472026-02-24T03:48:10.831Z Compiling parse-size v1.1.0
24482026-02-24T03:48:10.855Z Compiling indent_write v2.2.0
24492026-02-24T03:48:10.929Z Compiling arrayvec v0.7.6
24502026-02-24T03:48:11.142Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24512026-02-24T03:48:11.190Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24522026-02-24T03:48:13.353Z Compiling cargo_metadata v0.21.0
24532026-02-24T03:48:13.750Z Compiling ciborium v0.2.2
24542026-02-24T03:48:15.850Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24552026-02-24T03:48:19.634Z Compiling display-error-chain v0.2.2
24562026-02-24T03:48:19.904Z Compiling topological-sort v0.2.2
24572026-02-24T03:48:20.242Z Compiling omicron-zone-package v0.12.2
24582026-02-24T03:48:24.305Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24592026-02-24T03:48:27.259Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24602026-02-24T03:48:28.310Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24612026-02-24T03:48:30.243Z Compiling shell-words v1.1.0
24622026-02-24T03:48:45.920Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24632026-02-24T03:49:03.576Z Finished `release` profile [optimized] target(s) in 6m 38s
24642026-02-24T03:49:03.765Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24652026-02-24T03:49:03.824ZFeb 24 03:49:03.098 DEBG changing working directory to /work/oxidecomputer/omicron
24662026-02-24T03:49:03.957ZFeb 24 03:49:03.232 DEBG running: git rev-parse HEAD
24672026-02-24T03:49:03.960ZFeb 24 03:49:03.235 DEBG process exited with exit status: 0 (3.395152ms)
24682026-02-24T03:49:03.960ZFeb 24 03:49:03.235 INFO version: 19.0.0-0.ci+git924ca7e25be
24692026-02-24T03:49:04.001ZFeb 24 03:49:03.276 INFO cloning helios to /work/oxidecomputer/helios
24702026-02-24T03:49:04.001ZFeb 24 03:49:03.276 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24712026-02-24T03:49:04.004ZCloning into '/work/oxidecomputer/helios'...
24722026-02-24T03:49:04.989ZFeb 24 03:49:04.262 DEBG process exited with exit status: 0 (986.784544ms)
24732026-02-24T03:49:04.989ZFeb 24 03:49:04.263 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24742026-02-24T03:49:04.993ZFeb 24 03:49:04.266 DEBG process exited with exit status: 0 (3.331802ms)
24752026-02-24T03:49:04.993ZFeb 24 03:49:04.266 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24762026-02-24T03:49:06.377ZFeb 24 03:49:05.652 DEBG process exited with exit status: 0 (1.385712703s)
24772026-02-24T03:49:06.377ZFeb 24 03:49:05.652 DEBG running: zfs list rpool/images/build/host
24782026-02-24T03:49:06.382ZNAME USED AVAIL REFER MOUNTPOINT
24792026-02-24T03:49:06.382Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24802026-02-24T03:49:06.464ZFeb 24 03:49:05.657 DEBG process exited with exit status: 0 (5.838974ms)
24812026-02-24T03:49:06.464ZFeb 24 03:49:05.657 DEBG running: zfs list rpool/images/build/recovery
24822026-02-24T03:49:06.464ZNAME USED AVAIL REFER MOUNTPOINT
24832026-02-24T03:49:06.464Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24842026-02-24T03:49:06.464ZFeb 24 03:49:05.663 DEBG process exited with exit status: 0 (5.168604ms)
24852026-02-24T03:49:06.464ZFeb 24 03:49:05.663 INFO [hubris-staging] running task
24862026-02-24T03:49:06.464ZFeb 24 03:49:05.664 INFO [incorp-manifest] running task
24872026-02-24T03:49:06.464ZFeb 24 03:49:05.664 INFO [hubris-production] running task
24882026-02-24T03:49:06.464ZFeb 24 03:49:05.664 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24892026-02-24T03:49:06.464ZFeb 24 03:49:05.664 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24902026-02-24T03:49:06.464ZFeb 24 03:49:05.664 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24912026-02-24T03:49:06.464ZFeb 24 03:49:05.665 INFO [incorp-create] running: pkgrepo create /work/incorporation
24922026-02-24T03:49:06.479Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24932026-02-24T03:49:06.795ZFeb 24 03:49:06.069 INFO [incorp-create] process exited with exit status: 0 (404.18102ms)
24942026-02-24T03:49:06.798ZFeb 24 03:49:06.069 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24952026-02-24T03:49:07.145ZFeb 24 03:49:06.419 INFO [incorp-publisher] process exited with exit status: 0 (349.634421ms)
24962026-02-24T03:49:07.273Z[ omicron-package] Blocking waiting for file lock on package cache
24972026-02-24T03:49:07.660ZFeb 24 03:49:06.934 INFO [hubris-production] task succeeded (1.270013915s)
24982026-02-24T03:49:07.916Z[ omicron-package] Blocking waiting for file lock on package cache
24992026-02-24T03:49:09.298Z[ omicron-package] Compiling ring v0.17.14
25002026-02-24T03:49:09.527Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25012026-02-24T03:49:09.530Z[ omicron-package] Compiling itertools v0.14.0
25022026-02-24T03:49:09.530Z[ omicron-package] Compiling heapless v0.8.0
25032026-02-24T03:49:09.530Z[ omicron-package] Compiling hash32 v0.3.1
25042026-02-24T03:49:09.531Z[ omicron-package] Compiling smoltcp v0.11.0
25052026-02-24T03:49:09.531Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25062026-02-24T03:49:10.950Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25072026-02-24T03:49:11.081Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25082026-02-24T03:49:11.400Z[ omicron-package] Compiling num_enum_derive v0.5.11
25092026-02-24T03:49:11.772Z[ omicron-package] Compiling cobs v0.2.3
25102026-02-24T03:49:12.425Z[ omicron-package] Compiling postcard v1.0.10
25112026-02-24T03:49:12.486Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25122026-02-24T03:49:13.009Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25132026-02-24T03:49:14.394Z[ omicron-package] Compiling proc-macro-error v1.0.4
25142026-02-24T03:49:14.511Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25152026-02-24T03:49:14.551Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25162026-02-24T03:49:15.920Z[ omicron-package] Compiling num_enum v0.5.11
25172026-02-24T03:49:16.758Z[ omicron-package] Compiling rustls v0.23.19
25182026-02-24T03:49:16.859Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25192026-02-24T03:49:17.070Z[ omicron-package] Compiling foreign-types v0.5.0
25202026-02-24T03:49:17.104Z[ omicron-package] Compiling ingot-macros v0.1.1
25212026-02-24T03:49:17.374Z[ omicron-package] Compiling cstr-argument v0.1.2
25222026-02-24T03:49:17.664Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25232026-02-24T03:49:17.917Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25242026-02-24T03:49:18.054Z[ omicron-package] Compiling pretty-hex v0.2.1
25252026-02-24T03:49:19.072Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25262026-02-24T03:49:19.170Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25272026-02-24T03:49:19.403Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25282026-02-24T03:49:20.011Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-02-24T03:49:20.544Z[ omicron-package] Compiling rayon v1.10.0
25302026-02-24T03:49:20.982Z[ omicron-package] Compiling colored v2.2.0
25312026-02-24T03:49:21.621Z[ omicron-package] Compiling nix v0.30.1
25322026-02-24T03:49:22.132Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25332026-02-24T03:49:22.853Z[ omicron-package] Compiling rustls-webpki v0.102.8
25342026-02-24T03:49:23.639Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25352026-02-24T03:49:25.436Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25362026-02-24T03:49:25.864Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25372026-02-24T03:49:26.661Z[ omicron-package] Compiling secrecy v0.10.3
25382026-02-24T03:49:26.927Z[ omicron-package] Compiling sigpipe v0.1.3
25392026-02-24T03:49:27.023Z[ omicron-package] Compiling num-derive v0.4.2
25402026-02-24T03:49:27.121Z[ omicron-package] Compiling glob v0.3.2
25412026-02-24T03:49:27.330Z[ omicron-package] Compiling libefi-sys v0.1.0
25422026-02-24T03:49:27.660Z[ omicron-package] Compiling ingot-types v0.1.2
25432026-02-24T03:49:28.253Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-02-24T03:49:29.190Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25452026-02-24T03:49:29.464Z[ omicron-package] Compiling ingot v0.1.1
25462026-02-24T03:49:29.757Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25472026-02-24T03:49:30.083Z[ omicron-package] Compiling rustls v0.22.4
25482026-02-24T03:49:30.144Z[ omicron-package] Compiling zone v0.3.1
25492026-02-24T03:49:31.383Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25502026-02-24T03:49:31.967Z[ omicron-package] Compiling usdt-macro v0.5.0
25512026-02-24T03:49:32.464ZFeb 24 03:49:31.736 INFO [hubris-staging] task succeeded (26.072290644s)
25522026-02-24T03:49:33.728Z[ omicron-package] Compiling smf v0.2.3
25532026-02-24T03:49:34.114Z[ omicron-package] Compiling memmap v0.7.0
25542026-02-24T03:49:35.682Z[ omicron-package] Compiling tokio-rustls v0.26.0
25552026-02-24T03:49:36.393Z[ omicron-package] Compiling hyper-rustls v0.27.7
25562026-02-24T03:49:36.924Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25572026-02-24T03:49:37.069Z[ omicron-package] Compiling bitfield-struct v0.6.2
25582026-02-24T03:49:37.288Z[ omicron-package] Compiling reqwest v0.12.24
25592026-02-24T03:49:38.972Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-02-24T03:49:40.694Z[ omicron-package] Compiling usdt v0.5.0
25612026-02-24T03:49:41.586Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-02-24T03:49:42.777Z[ omicron-package] Compiling unicode-width v0.2.0
25632026-02-24T03:49:43.063Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25642026-02-24T03:49:43.125Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25652026-02-24T03:49:43.221Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25662026-02-24T03:49:43.389Z[ omicron-package] Compiling tokio-rustls v0.25.0
25672026-02-24T03:49:43.594Z[ omicron-package] Compiling console v0.16.0
25682026-02-24T03:49:43.778Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25692026-02-24T03:49:43.966Z[ omicron-package] Compiling dropshot v0.16.7
25702026-02-24T03:49:44.037Z[ omicron-package] Compiling gethostname v0.5.0
25712026-02-24T03:49:44.518Z[ omicron-package] Compiling unit-prefix v0.5.1
25722026-02-24T03:49:44.959Z[ omicron-package] Compiling indicatif v0.18.0
25732026-02-24T03:49:46.025Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-02-24T03:49:47.225Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25752026-02-24T03:49:48.785Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25762026-02-24T03:49:49.753Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25772026-02-24T03:49:49.753Z[ helios-setup] --> src/main.rs:79:10
25782026-02-24T03:49:49.756Z[ helios-setup] |
25792026-02-24T03:49:49.756Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25802026-02-24T03:49:49.756Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25812026-02-24T03:49:49.756Z[ helios-setup] | |
25822026-02-24T03:49:49.756Z[ helios-setup] | the lifetime is elided here
25832026-02-24T03:49:49.756Z[ helios-setup] |
25842026-02-24T03:49:49.757Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25852026-02-24T03:49:49.757Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25862026-02-24T03:49:49.757Z[ helios-setup] help: use `'_` for type paths
25872026-02-24T03:49:49.757Z[ helios-setup] |
25882026-02-24T03:49:49.757Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25892026-02-24T03:49:49.757Z[ helios-setup] | ++++
25902026-02-24T03:49:49.757Z[ helios-setup]
25912026-02-24T03:49:51.114Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25922026-02-24T03:49:51.938Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25932026-02-24T03:49:56.528Z[ omicron-package] Compiling progenitor-client v0.11.2
25942026-02-24T03:49:57.352Z[ helios-setup] Feb 24 03:49:56.623 INFO helios repository root is: /work/oxidecomputer/helios
25952026-02-24T03:49:57.356Z[ helios-setup] Feb 24 03:49:56.626 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
25962026-02-24T03:49:57.356Z[ helios-setup] Feb 24 03:49:56.626 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25972026-02-24T03:49:57.359Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25982026-02-24T03:49:58.180Z[ helios-setup] Feb 24 03:49:57.450 INFO clone ok!, project: bootserver
25992026-02-24T03:49:58.183Z[ helios-setup] Feb 24 03:49:57.451 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26002026-02-24T03:49:58.184Z[ helios-setup] Feb 24 03:49:57.451 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26012026-02-24T03:49:58.184Z[ helios-setup] Feb 24 03:49:57.451 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
26022026-02-24T03:49:58.184Z[ helios-setup] Feb 24 03:49:57.451 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26032026-02-24T03:49:58.184Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26042026-02-24T03:49:58.249Z[ omicron-package] Compiling progenitor v0.11.2
26052026-02-24T03:49:58.290Z[ omicron-package] Compiling progenitor-client v0.10.0
26062026-02-24T03:49:58.399Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26072026-02-24T03:49:58.649Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26082026-02-24T03:49:58.722Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26092026-02-24T03:49:59.342Z[ helios-setup] Feb 24 03:49:58.613 INFO clone ok!, project: phbl
26102026-02-24T03:49:59.346Z[ helios-setup] Feb 24 03:49:58.613 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
26112026-02-24T03:49:59.346Z[ helios-setup] Feb 24 03:49:58.613 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
26122026-02-24T03:49:59.346Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26132026-02-24T03:49:59.367Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26142026-02-24T03:50:01.144Z[ helios-setup] Feb 24 03:50:00.415 INFO clone ok!, project: amd-host-image-builder
26152026-02-24T03:50:01.149Z[ helios-setup] Feb 24 03:50:00.415 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
26162026-02-24T03:50:01.149Z[ helios-setup] Feb 24 03:50:00.416 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26172026-02-24T03:50:01.149Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26182026-02-24T03:50:11.275Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26192026-02-24T03:50:13.933ZFeb 24 03:50:13.203 DEBG process exited with exit status: 0 (67.539157737s)
26202026-02-24T03:50:13.937ZFeb 24 03:50:13.205 INFO [incorp-manifest] task succeeded (67.541511829s)
26212026-02-24T03:50:13.937ZFeb 24 03:50:13.207 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26222026-02-24T03:50:14.545ZFeb 24 03:50:13.815 INFO [incorp-fmt] process exited with exit status: 0 (609.570224ms)
26232026-02-24T03:50:14.549ZFeb 24 03:50:13.815 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26242026-02-24T03:50:15.073Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260224T035014Z
26252026-02-24T03:50:15.073Z[ incorp-pkgsend] PUBLISHED
26262026-02-24T03:50:15.156ZFeb 24 03:50:14.425 INFO [incorp-pkgsend] process exited with exit status: 0 (609.894045ms)
26272026-02-24T03:50:15.160ZFeb 24 03:50:14.425 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26282026-02-24T03:50:15.626Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26292026-02-24T03:50:15.636Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26302026-02-24T03:50:15.709Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26312026-02-24T03:50:15.710Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26322026-02-24T03:50:15.713Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26332026-02-24T03:50:15.721Z[ helios-incorp]
26342026-02-24T03:50:15.721Z[ helios-incorp] Archiving packages ...
26352026-02-24T03:50:15.725Z[ helios-incorp] Packages to add: 1
26362026-02-24T03:50:15.725Z[ helios-incorp] Files to retrieve: 0
26372026-02-24T03:50:15.725Z[ helios-incorp] Estimated transfer size: 0.00 B
26382026-02-24T03:50:15.725Z[ helios-incorp]
26392026-02-24T03:50:15.726Z[ helios-incorp] Packages to archive:
26402026-02-24T03:50:15.726Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260224T035014Z
26412026-02-24T03:50:15.726Z[ helios-incorp]
26422026-02-24T03:50:15.726Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26432026-02-24T03:50:15.726Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26442026-02-24T03:50:15.846ZFeb 24 03:50:15.116 INFO [helios-incorp] process exited with exit status: 0 (691.056235ms)
26452026-02-24T03:50:29.243Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26462026-02-24T03:50:30.386Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-02-24T03:50:33.488Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26482026-02-24T03:50:45.324Z[ helios-setup] Feb 24 03:50:44.592 INFO clone ok!, project: amd-firmware
26492026-02-24T03:50:45.327Z[ helios-setup] Feb 24 03:50:44.592 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
26502026-02-24T03:50:45.327Z[ helios-setup] Feb 24 03:50:44.592 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26512026-02-24T03:50:45.327Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26522026-02-24T03:50:46.947Z[ helios-setup] Feb 24 03:50:46.216 INFO clone ok!, project: pilot
26532026-02-24T03:50:46.950Z[ helios-setup] Feb 24 03:50:46.216 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
26542026-02-24T03:50:46.950Z[ helios-setup] Feb 24 03:50:46.216 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26552026-02-24T03:50:46.950Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26562026-02-24T03:50:47.482Z[ helios-setup] Feb 24 03:50:46.750 INFO clone ok!, project: pinprick
26572026-02-24T03:50:47.485Z[ helios-setup] Feb 24 03:50:46.751 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
26582026-02-24T03:50:47.485Z[ helios-setup] Feb 24 03:50:46.751 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26592026-02-24T03:50:47.485Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26602026-02-24T03:50:48.182Z[ helios-setup] Feb 24 03:50:47.450 INFO clone ok!, project: image-builder
26612026-02-24T03:50:48.182Z[ helios-setup] Feb 24 03:50:47.450 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
26622026-02-24T03:50:48.185Z[ helios-setup] Feb 24 03:50:47.450 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26632026-02-24T03:50:48.185Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26642026-02-24T03:50:48.960Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 42s
26652026-02-24T03:50:49.236Z[ omicron-package]
26662026-02-24T03:50:49.240Z[ omicron-package] real 1:42.789050358
26672026-02-24T03:50:49.240Z[ omicron-package] user 8:33.296516390
26682026-02-24T03:50:49.240Z[ omicron-package] sys 33.751306160
26692026-02-24T03:50:49.240Z[ omicron-package] trap 0.833403397
26702026-02-24T03:50:49.240Z[ omicron-package] tflt 1.337800930
26712026-02-24T03:50:49.240Z[ omicron-package] dflt 1.070603762
26722026-02-24T03:50:49.240Z[ omicron-package] kflt 0.000024760
26732026-02-24T03:50:49.240Z[ omicron-package] lock 24:48.805133854
26742026-02-24T03:50:49.240ZFeb 24 03:50:48.505 INFO [omicron-package] process exited with exit status: 0 (102.840894206s)
26752026-02-24T03:50:49.240Z[ omicron-package] slp 29:15.208833472
26762026-02-24T03:50:49.240Z[ omicron-package] lat 3:07.987811708
26772026-02-24T03:50:49.240Z[ omicron-package] stop 1:33.167212754
26782026-02-24T03:50:49.240ZFeb 24 03:50:48.505 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26792026-02-24T03:50:49.240ZFeb 24 03:50:48.505 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26802026-02-24T03:50:49.252Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26812026-02-24T03:50:49.252Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26822026-02-24T03:50:49.256Z[ host-target] Created new build target 'host' and set it as active
26832026-02-24T03:50:49.256Z[ recovery-target] Created new build target 'recovery' and set it as active
26842026-02-24T03:50:49.256ZFeb 24 03:50:48.524 INFO [recovery-target] process exited with exit status: 0 (19.231604ms)
26852026-02-24T03:50:49.256ZFeb 24 03:50:48.524 INFO [host-target] process exited with exit status: 0 (18.866414ms)
26862026-02-24T03:50:49.256ZFeb 24 03:50:48.524 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26872026-02-24T03:50:49.264Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26882026-02-24T03:50:49.499Z[ helios-setup] Feb 24 03:50:48.767 INFO clone ok!, project: chelsio-t6-roms
26892026-02-24T03:50:49.502Z[ helios-setup] Feb 24 03:50:48.768 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
26902026-02-24T03:50:49.502Z[ helios-setup] Feb 24 03:50:48.768 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26912026-02-24T03:50:49.502Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26922026-02-24T03:50:50.457Z[ helios-setup] Feb 24 03:50:49.726 INFO clone ok!, project: dmar-report
26932026-02-24T03:50:50.461Z[ helios-setup] Feb 24 03:50:49.726 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26942026-02-24T03:50:50.461Z[ helios-setup] Feb 24 03:50:49.726 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26952026-02-24T03:50:50.787Z[ helios-setup] Feb 24 03:50:50.056 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26962026-02-24T03:50:51.100Z[ helios-setup] Feb 24 03:50:50.368 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26972026-02-24T03:50:51.100Z[ helios-setup] Feb 24 03:50:50.368 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26982026-02-24T03:50:51.403Z[ host-package] Compiling ring v0.17.14
26992026-02-24T03:50:51.410Z[ helios-setup] Feb 24 03:50:50.679 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
27002026-02-24T03:50:51.696Z[ host-package] Compiling convert_case v0.4.0
27012026-02-24T03:50:51.696Z[ host-package] Compiling progenitor-impl v0.10.0
27022026-02-24T03:50:51.723Z[ helios-setup] Feb 24 03:50:50.991 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
27032026-02-24T03:50:51.723Z[ helios-setup] Feb 24 03:50:50.991 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27042026-02-24T03:50:51.789Z[ host-package] Compiling is-terminal v0.4.13
27052026-02-24T03:50:51.792Z[ host-package] Compiling thread_local v1.1.8
27062026-02-24T03:50:51.792Z[ host-package] Compiling match_cfg v0.1.0
27072026-02-24T03:50:51.978Z[ host-package] Compiling bytecount v0.6.8
27082026-02-24T03:50:52.029Z[ host-package] Compiling hostname v0.3.1
27092026-02-24T03:50:52.226Z[ helios-setup] Feb 24 03:50:51.494 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
27102026-02-24T03:50:52.281Z[ host-package] Compiling multer v3.1.0
27112026-02-24T03:50:52.342Z[ host-package] Compiling derive_more v0.99.20
27122026-02-24T03:50:52.369Z[ host-package] Compiling slog-async v2.8.0
27132026-02-24T03:50:52.401Z[ host-package] Compiling password-hash v0.5.0
27142026-02-24T03:50:52.435Z[ host-package] Compiling blake2 v0.10.6
27152026-02-24T03:50:52.486Z[ host-package] Compiling crossbeam-channel v0.5.15
27162026-02-24T03:50:52.721Z[ helios-setup] Feb 24 03:50:51.990 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
27172026-02-24T03:50:52.722Z[ helios-setup] Feb 24 03:50:51.990 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27182026-02-24T03:50:52.725Z[ helios-setup] Feb 24 03:50:51.990 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27192026-02-24T03:50:52.725Z[ helios-setup] Feb 24 03:50:51.990 INFO ok!
27202026-02-24T03:50:52.725Z[ helios-setup] Feb 24 03:50:51.990 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27212026-02-24T03:50:52.725Z[ helios-setup] Feb 24 03:50:51.990 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27222026-02-24T03:50:52.725Z[ helios-setup] Feb 24 03:50:51.990 INFO ok!
27232026-02-24T03:50:52.725Z[ helios-setup] Feb 24 03:50:51.990 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27242026-02-24T03:50:52.725Z[ helios-setup] Feb 24 03:50:51.990 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27252026-02-24T03:50:52.725Z[ helios-setup] Feb 24 03:50:51.990 INFO ok!
27262026-02-24T03:50:52.725Z[ helios-setup] Feb 24 03:50:51.990 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27272026-02-24T03:50:52.843Z[ helios-setup] Feb 24 03:50:52.109 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
27282026-02-24T03:50:52.843Z[ helios-setup] Feb 24 03:50:52.109 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27292026-02-24T03:50:52.846Z[ helios-setup] Feb 24 03:50:52.109 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27302026-02-24T03:50:53.096Z[ helios-setup] Feb 24 03:50:52.364 INFO E| Downloading crates ...
27312026-02-24T03:50:53.243Z[ helios-setup] Feb 24 03:50:52.511 INFO E| Downloaded anyhow v1.0.62
27322026-02-24T03:50:53.249Z[ helios-setup] Feb 24 03:50:52.517 INFO E| Downloaded unicode-width v0.1.10
27332026-02-24T03:50:53.252Z[ helios-setup] Feb 24 03:50:52.520 INFO E| Downloaded sha2 v0.10.5
27342026-02-24T03:50:53.255Z[ helios-setup] Feb 24 03:50:52.523 INFO E| Downloaded typenum v1.15.0
27352026-02-24T03:50:53.258Z[ helios-setup] Feb 24 03:50:52.525 INFO E| Downloaded miniz_oxide v0.6.2
27362026-02-24T03:50:53.261Z[ helios-setup] Feb 24 03:50:52.528 INFO E| Downloaded bytes v1.2.1
27372026-02-24T03:50:53.264Z[ helios-setup] Feb 24 03:50:52.533 INFO E| Downloaded generic-array v0.14.6
27382026-02-24T03:50:53.267Z[ helios-setup] Feb 24 03:50:52.535 INFO E| Downloaded flate2 v1.0.25
27392026-02-24T03:50:53.272Z[ helios-setup] Feb 24 03:50:52.541 INFO E| Downloaded digest v0.10.3
27402026-02-24T03:50:53.275Z[ helios-setup] Feb 24 03:50:52.543 INFO E| Downloaded cpufeatures v0.2.5
27412026-02-24T03:50:53.278Z[ helios-setup] Feb 24 03:50:52.545 INFO E| Downloaded block-buffer v0.10.3
27422026-02-24T03:50:53.333Z[ helios-setup] Feb 24 03:50:52.601 INFO E| Compiling typenum v1.15.0
27432026-02-24T03:50:53.336Z[ helios-setup] Feb 24 03:50:52.601 INFO E| Compiling version_check v0.9.4
27442026-02-24T03:50:53.336Z[ helios-setup] Feb 24 03:50:52.602 INFO E| Compiling cfg-if v1.0.0
27452026-02-24T03:50:53.336Z[ helios-setup] Feb 24 03:50:52.602 INFO E| Compiling crc32fast v1.3.2
27462026-02-24T03:50:53.336Z[ helios-setup] Feb 24 03:50:52.602 INFO E| Compiling adler v1.0.2
27472026-02-24T03:50:53.336Z[ helios-setup] Feb 24 03:50:52.602 INFO E| Compiling anyhow v1.0.62
27482026-02-24T03:50:53.336Z[ helios-setup] Feb 24 03:50:52.602 INFO E| Compiling cpufeatures v0.2.5
27492026-02-24T03:50:53.465Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
27502026-02-24T03:50:53.491Z[ helios-setup] Feb 24 03:50:52.759 INFO E| Compiling unicode-width v0.1.10
27512026-02-24T03:50:53.649Z[ host-package] Compiling slog-json v2.6.1
27522026-02-24T03:50:53.914Z[ helios-setup] Feb 24 03:50:53.182 INFO E| Compiling miniz_oxide v0.6.2
27532026-02-24T03:50:53.917Z[ helios-setup] Feb 24 03:50:53.183 INFO E| Compiling getopts v0.2.21
27542026-02-24T03:50:54.009Z[ helios-setup] Feb 24 03:50:53.277 INFO E| Compiling bitflags v1.3.2
27552026-02-24T03:50:54.017Z[ helios-setup] Feb 24 03:50:53.286 INFO E| Compiling bytes v1.2.1
27562026-02-24T03:50:54.466Z[ host-package] Compiling futures-executor v0.3.31
27572026-02-24T03:50:54.994Z[ helios-setup] Feb 24 03:50:54.262 INFO E| Compiling generic-array v0.14.6
27582026-02-24T03:50:55.294Z[ host-package] Compiling serde_spanned v1.0.4
27592026-02-24T03:50:55.443Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
27602026-02-24T03:50:55.876Z[ helios-setup] Feb 24 03:50:55.144 INFO E| Compiling flate2 v1.0.25
27612026-02-24T03:50:56.063Z[ host-package] Compiling take_mut v0.2.2
27622026-02-24T03:50:56.200Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27632026-02-24T03:50:56.548Z[ host-package] Compiling term v1.1.0
27642026-02-24T03:50:56.745Z[ host-package] Compiling unicode-width v0.1.14
27652026-02-24T03:50:57.114Z[ host-package] Compiling swrite v0.1.0
27662026-02-24T03:50:57.523Z[ host-package] Compiling rustls v0.23.19
27672026-02-24T03:50:57.633Z[ host-package] Compiling rustls v0.22.4
27682026-02-24T03:50:57.637Z[ host-package] Compiling tabwriter v1.4.0
27692026-02-24T03:50:57.752Z[ host-package] Compiling slog-term v2.9.2
27702026-02-24T03:50:58.202Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
27712026-02-24T03:50:58.873Z[ helios-setup] Feb 24 03:50:58.139 INFO E| Compiling crypto-common v0.1.6
27722026-02-24T03:50:58.876Z[ helios-setup] Feb 24 03:50:58.139 INFO E| Compiling block-buffer v0.10.3
27732026-02-24T03:50:59.072Z[ host-package] Compiling progenitor-macro v0.10.0
27742026-02-24T03:50:59.116Z[ host-package] Compiling futures v0.3.31
27752026-02-24T03:50:59.126Z[ helios-setup] Feb 24 03:50:58.393 INFO E| Compiling digest v0.10.3
27762026-02-24T03:50:59.320Z[ host-package] Compiling slog-bunyan v2.5.0
27772026-02-24T03:50:59.363Z[ host-package] Compiling argon2 v0.5.3
27782026-02-24T03:50:59.524Z[ helios-setup] Feb 24 03:50:58.791 INFO E| Compiling sha2 v0.10.5
27792026-02-24T03:50:59.762Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27802026-02-24T03:50:59.995Z[ helios-setup] Feb 24 03:50:59.261 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27812026-02-24T03:51:00.759Z[ host-package] Compiling rustls-webpki v0.102.8
27822026-02-24T03:51:01.500Z[ host-package] Compiling async-stream v0.3.6
27832026-02-24T03:51:01.881Z[ host-package] Compiling dropshot v0.16.7
27842026-02-24T03:51:01.974Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
27852026-02-24T03:51:02.362Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27862026-02-24T03:51:03.042Z[ host-package] Compiling universal-hash v0.5.1
27872026-02-24T03:51:03.623Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27882026-02-24T03:51:03.685Z[ host-package] Compiling waitgroup v0.1.2
27892026-02-24T03:51:04.040Z[ host-package] Compiling rustls-pemfile v2.2.0
27902026-02-24T03:51:04.569Z[ helios-setup] Feb 24 03:51:03.837 INFO E| Finished `release` profile [optimized] target(s) in 11.60s
27912026-02-24T03:51:04.589Z[ helios-setup] Feb 24 03:51:03.851 INFO building project "bootserver" ok (11 seconds)
27922026-02-24T03:51:04.589Z[ helios-setup] Feb 24 03:51:03.851 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27932026-02-24T03:51:04.653Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27942026-02-24T03:51:04.691Z[ helios-setup] Feb 24 03:51:03.958 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
27952026-02-24T03:51:04.691Z[ helios-setup] Feb 24 03:51:03.958 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27962026-02-24T03:51:04.696Z[ helios-setup] Feb 24 03:51:03.958 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27972026-02-24T03:51:05.084Z[ helios-setup] Feb 24 03:51:04.351 INFO E| Updating crates.io index
27982026-02-24T03:51:05.128Z[ host-package] Compiling serde_path_to_error v0.1.20
27992026-02-24T03:51:05.145Z[ helios-setup] Feb 24 03:51:04.411 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28002026-02-24T03:51:05.918Z[ host-package] Compiling hostname v0.4.2
28012026-02-24T03:51:05.989Z[ helios-setup] Feb 24 03:51:05.252 INFO E| From https://github.com/oxidecomputer/amd-apcb
28022026-02-24T03:51:05.989Z[ helios-setup] Feb 24 03:51:05.252 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28032026-02-24T03:51:06.010Z[ helios-setup] Feb 24 03:51:05.277 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28042026-02-24T03:51:06.206Z[ host-package] Compiling instant v0.1.13
28052026-02-24T03:51:06.347Z[ host-package] Compiling debug-ignore v1.0.5
28062026-02-24T03:51:06.414Z[ host-package] Compiling colored v3.0.0
28072026-02-24T03:51:06.565Z[ host-package] Compiling opaque-debug v0.3.1
28082026-02-24T03:51:06.715Z[ host-package] Compiling poly1305 v0.8.0
28092026-02-24T03:51:06.835Z[ helios-setup] Feb 24 03:51:06.101 INFO E| From https://github.com/oxidecomputer/amd-efs
28102026-02-24T03:51:06.836Z[ helios-setup] Feb 24 03:51:06.101 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28112026-02-24T03:51:07.043Z[ host-package] Compiling thiserror-no-std v2.0.2
28122026-02-24T03:51:07.135Z[ host-package] Compiling backoff v0.4.0
28132026-02-24T03:51:07.184Z[ helios-setup] Feb 24 03:51:06.444 INFO E| Downloading crates ...
28142026-02-24T03:51:07.224Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28152026-02-24T03:51:07.255Z[ helios-setup] Feb 24 03:51:06.522 INFO E| Downloaded ansi_term v0.12.1
28162026-02-24T03:51:07.263Z[ helios-setup] Feb 24 03:51:06.527 INFO E| Downloaded fletcher v1.0.0
28172026-02-24T03:51:07.278Z[ helios-setup] Feb 24 03:51:06.545 INFO E| Downloaded unic-ucd-version v0.9.0
28182026-02-24T03:51:07.284Z[ helios-setup] Feb 24 03:51:06.547 INFO E| Downloaded dyn-clone v1.0.19
28192026-02-24T03:51:07.284Z[ helios-setup] Feb 24 03:51:06.549 INFO E| Downloaded cpufeatures v0.2.17
28202026-02-24T03:51:07.290Z[ helios-setup] Feb 24 03:51:06.551 INFO E| Downloaded bytesize v2.0.1
28212026-02-24T03:51:07.290Z[ helios-setup] Feb 24 03:51:06.553 INFO E| Downloaded scroll_derive v0.12.1
28222026-02-24T03:51:07.317Z[ helios-setup] Feb 24 03:51:06.579 INFO E| Downloaded unic-common v0.9.0
28232026-02-24T03:51:07.321Z[ helios-setup] Feb 24 03:51:06.580 INFO E| Downloaded itoa v1.0.15
28242026-02-24T03:51:07.321Z[ helios-setup] Feb 24 03:51:06.582 INFO E| Downloaded unic-char-range v0.9.0
28252026-02-24T03:51:07.321Z[ helios-setup] Feb 24 03:51:06.584 INFO E| Downloaded unic-char-property v0.9.0
28262026-02-24T03:51:07.321Z[ helios-setup] Feb 24 03:51:06.586 INFO E| Downloaded typenum v1.18.0
28272026-02-24T03:51:07.327Z[ helios-setup] Feb 24 03:51:06.590 INFO E| Downloaded parse_int v0.9.0
28282026-02-24T03:51:07.356Z[ helios-setup] Feb 24 03:51:06.624 INFO E| Downloaded vec_map v0.8.2
28292026-02-24T03:51:07.360Z[ helios-setup] Feb 24 03:51:06.625 INFO E| Downloaded four-cc v0.4.0
28302026-02-24T03:51:07.360Z[ helios-setup] Feb 24 03:51:06.627 INFO E| Downloaded unic-ucd-ident v0.9.0
28312026-02-24T03:51:07.370Z[ helios-setup] Feb 24 03:51:06.629 INFO E| Downloaded thiserror-impl v2.0.12
28322026-02-24T03:51:07.370Z[ helios-setup] Feb 24 03:51:06.631 INFO E| Downloaded strum v0.27.1
28332026-02-24T03:51:07.370Z[ helios-setup] Feb 24 03:51:06.632 INFO E| Downloaded unicode-ident v1.0.18
28342026-02-24T03:51:07.370Z[ helios-setup] Feb 24 03:51:06.636 INFO E| Downloaded modular-bitfield v0.11.2
28352026-02-24T03:51:07.387Z[ helios-setup] Feb 24 03:51:06.655 INFO E| Downloaded zerocopy-derive v0.8.25
28362026-02-24T03:51:07.397Z[ helios-setup] Feb 24 03:51:06.664 INFO E| Downloaded proc-macro2 v1.0.95
28372026-02-24T03:51:07.403Z[ helios-setup] Feb 24 03:51:06.668 INFO E| Downloaded thiserror v2.0.12
28382026-02-24T03:51:07.409Z[ helios-setup] Feb 24 03:51:06.676 INFO E| Downloaded structopt v0.3.26
28392026-02-24T03:51:07.420Z[ helios-setup] Feb 24 03:51:06.687 INFO E| Downloaded serde v1.0.219
28402026-02-24T03:51:07.429Z[ helios-setup] Feb 24 03:51:06.692 INFO E| Downloaded log v0.4.27
28412026-02-24T03:51:07.438Z[ helios-setup] Feb 24 03:51:06.695 INFO E| Downloaded serde_derive v1.0.219
28422026-02-24T03:51:07.438Z[ helios-setup] Feb 24 03:51:06.698 INFO E| Downloaded pest v2.8.0
28432026-02-24T03:51:07.443Z[ helios-setup] Feb 24 03:51:06.706 INFO E| Downloaded clap v2.34.0
28442026-02-24T03:51:07.447Z[ helios-setup] Feb 24 03:51:06.714 INFO E| Downloaded structopt-derive v0.4.18
28452026-02-24T03:51:07.450Z[ helios-setup] Feb 24 03:51:06.717 INFO E| Downloaded modular-bitfield-impl v0.13.1
28462026-02-24T03:51:07.454Z[ helios-setup] Feb 24 03:51:06.719 INFO E| Downloaded modular-bitfield-impl v0.11.2
28472026-02-24T03:51:07.454Z[ helios-setup] Feb 24 03:51:06.721 INFO E| Downloaded modular-bitfield v0.13.1
28482026-02-24T03:51:07.469Z[ helios-setup] Feb 24 03:51:06.734 INFO E| Downloaded serde_json v1.0.140
28492026-02-24T03:51:07.487Z[ helios-setup] Feb 24 03:51:06.748 INFO E| Downloaded zerocopy v0.8.25
28502026-02-24T03:51:07.527Z[ helios-setup] Feb 24 03:51:06.794 INFO E| Downloaded goblin v0.9.3
28512026-02-24T03:51:07.538Z[ helios-setup] Feb 24 03:51:06.804 INFO E| Downloaded ryu v1.0.20
28522026-02-24T03:51:07.544Z[ helios-setup] Feb 24 03:51:06.808 INFO E| Downloaded pest_meta v2.8.0
28532026-02-24T03:51:07.549Z[ helios-setup] Feb 24 03:51:06.811 INFO E| Downloaded pest_derive v2.8.0
28542026-02-24T03:51:07.553Z[ helios-setup] Feb 24 03:51:06.815 INFO E| Downloaded textwrap v0.11.0
28552026-02-24T03:51:07.553Z[ helios-setup] Feb 24 03:51:06.817 INFO E| Downloaded strum_macros v0.27.1
28562026-02-24T03:51:07.557Z[ helios-setup] Feb 24 03:51:06.821 INFO E| Downloaded strsim v0.8.0
28572026-02-24T03:51:07.579Z[ helios-setup] Feb 24 03:51:06.823 INFO E| Downloaded rustversion v1.0.20
28582026-02-24T03:51:07.579Z[ helios-setup] Feb 24 03:51:06.836 INFO E| Downloaded pest_generator v2.8.0
28592026-02-24T03:51:07.579Z[ helios-setup] Feb 24 03:51:06.837 INFO E| Downloaded syn v2.0.101
28602026-02-24T03:51:07.600Z[ helios-setup] Feb 24 03:51:06.867 INFO E| Downloaded libc v0.2.172
28612026-02-24T03:51:07.715Z[ helios-setup] Feb 24 03:51:06.980 INFO E| Compiling proc-macro2 v1.0.95
28622026-02-24T03:51:07.716Z[ helios-setup] Feb 24 03:51:06.980 INFO E| Compiling unicode-ident v1.0.18
28632026-02-24T03:51:07.716Z[ helios-setup] Feb 24 03:51:06.980 INFO E| Compiling memchr v2.7.4
28642026-02-24T03:51:07.716Z[ helios-setup] Feb 24 03:51:06.980 INFO E| Compiling thiserror v2.0.12
28652026-02-24T03:51:07.738Z[ helios-setup] Feb 24 03:51:06.980 INFO E| Compiling autocfg v1.4.0
28662026-02-24T03:51:07.738Z[ helios-setup] Feb 24 03:51:06.980 INFO E| Compiling syn v1.0.109
28672026-02-24T03:51:07.738Z[ helios-setup] Feb 24 03:51:06.980 INFO E| Compiling serde v1.0.219
28682026-02-24T03:51:07.738Z[ helios-setup] Feb 24 03:51:06.980 INFO E| Compiling version_check v0.9.5
28692026-02-24T03:51:07.762Z[ host-package] Compiling tokio-rustls v0.25.0
28702026-02-24T03:51:08.190Z[ helios-setup] Feb 24 03:51:07.454 INFO E| Compiling serde_json v1.0.140
28712026-02-24T03:51:08.667Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28722026-02-24T03:51:08.893Z[ helios-setup] Feb 24 03:51:08.160 INFO E| Compiling schemars v0.8.22
28732026-02-24T03:51:09.034Z[ helios-setup] Feb 24 03:51:08.298 INFO E| Compiling ryu v1.0.20
28742026-02-24T03:51:09.354Z[ helios-setup] Feb 24 03:51:08.621 INFO E| Compiling itoa v1.0.15
28752026-02-24T03:51:09.362Z[ helios-setup] Feb 24 03:51:08.629 INFO E| Compiling num-traits v0.2.19
28762026-02-24T03:51:09.741Z[ helios-setup] Feb 24 03:51:09.006 INFO E| Compiling memoffset v0.9.1
28772026-02-24T03:51:09.808Z[ helios-setup] Feb 24 03:51:09.075 INFO E| Compiling proc-macro-error-attr v1.0.4
28782026-02-24T03:51:09.823Z[ helios-setup] Feb 24 03:51:09.089 INFO E| Compiling zerocopy v0.8.25
28792026-02-24T03:51:09.997Z[ helios-setup] Feb 24 03:51:09.254 INFO E| Compiling rustversion v1.0.20
28802026-02-24T03:51:10.191Z[ helios-setup] Feb 24 03:51:09.459 INFO E| Compiling paste v1.0.15
28812026-02-24T03:51:10.434Z[ helios-setup] Feb 24 03:51:09.689 INFO E| Compiling ucd-trie v0.1.7
28822026-02-24T03:51:10.654Z[ helios-setup] Feb 24 03:51:09.921 INFO E| Compiling static_assertions v1.1.0
28832026-02-24T03:51:10.790Z[ helios-setup] Feb 24 03:51:10.058 INFO E| Compiling libc v0.2.172
28842026-02-24T03:51:10.825Z[ helios-setup] Feb 24 03:51:10.091 INFO E| Compiling dyn-clone v1.0.19
28852026-02-24T03:51:11.014Z[ host-package] Compiling tokio-rustls v0.26.0
28862026-02-24T03:51:11.473Z[ helios-setup] Feb 24 03:51:10.740 INFO E| Compiling quote v1.0.40
28872026-02-24T03:51:11.563Z[ helios-setup] Feb 24 03:51:10.829 INFO E| Compiling proc-macro-error v1.0.4
28882026-02-24T03:51:11.730Z[ helios-setup] Feb 24 03:51:10.997 INFO E| Compiling once_cell v1.21.3
28892026-02-24T03:51:11.892Z[ host-package] Compiling hyper-rustls v0.27.7
28902026-02-24T03:51:12.056Z[ helios-setup] Feb 24 03:51:11.322 INFO E| Compiling heck v0.5.0
28912026-02-24T03:51:12.119Z[ host-package] Compiling parse-display v0.10.0
28922026-02-24T03:51:12.305Z[ helios-setup] Feb 24 03:51:11.572 INFO E| Compiling syn v2.0.101
28932026-02-24T03:51:13.209Z[ helios-setup] Feb 24 03:51:12.475 INFO E| Compiling unicode-segmentation v1.12.0
28942026-02-24T03:51:13.218Z[ host-package] Compiling reqwest v0.12.24
28952026-02-24T03:51:13.334Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28962026-02-24T03:51:13.858Z[ helios-setup] Feb 24 03:51:13.125 INFO E| Compiling unicode-width v0.1.14
28972026-02-24T03:51:14.269Z[ helios-setup] Feb 24 03:51:13.524 INFO E| Compiling atty v0.2.14
28982026-02-24T03:51:14.370Z[ helios-setup] Feb 24 03:51:13.635 INFO E| Compiling parse_int v0.9.0
28992026-02-24T03:51:14.434Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29002026-02-24T03:51:14.484Z[ helios-setup] Feb 24 03:51:13.751 INFO E| Compiling strum v0.27.1
29012026-02-24T03:51:14.490Z[ helios-setup] Feb 24 03:51:13.752 INFO E| Compiling bitflags v1.3.2
29022026-02-24T03:51:14.702Z[ helios-setup] Feb 24 03:51:13.970 INFO E| Compiling heck v0.3.3
29032026-02-24T03:51:14.873Z[ helios-setup] Feb 24 03:51:14.139 INFO E| Compiling textwrap v0.11.0
29042026-02-24T03:51:14.886Z[ helios-setup] Feb 24 03:51:14.151 INFO E| Compiling byteorder v1.5.0
29052026-02-24T03:51:14.965Z[ helios-setup] Feb 24 03:51:14.223 INFO E| Compiling vec_map v0.8.2
29062026-02-24T03:51:14.971Z[ helios-setup] Feb 24 03:51:14.237 INFO E| Compiling strsim v0.8.0
29072026-02-24T03:51:15.128Z[ helios-setup] Feb 24 03:51:14.395 INFO E| Compiling unic-char-range v0.9.0
29082026-02-24T03:51:15.417Z[ helios-setup] Feb 24 03:51:14.683 INFO E| Compiling unic-common v0.9.0
29092026-02-24T03:51:15.433Z[ helios-setup] Feb 24 03:51:14.701 INFO E| Compiling fletcher v1.0.0
29102026-02-24T03:51:15.532Z[ helios-setup] Feb 24 03:51:14.794 INFO E| Compiling ansi_term v0.12.1
29112026-02-24T03:51:15.875Z[ helios-setup] Feb 24 03:51:15.142 INFO E| Compiling unic-ucd-version v0.9.0
29122026-02-24T03:51:15.892Z[ helios-setup] Feb 24 03:51:15.155 INFO E| Compiling unic-char-property v0.9.0
29132026-02-24T03:51:15.946Z[ helios-setup] Feb 24 03:51:15.207 INFO E| Compiling log v0.4.27
29142026-02-24T03:51:15.993Z[ helios-setup] Feb 24 03:51:15.259 INFO E| Compiling plain v0.2.3
29152026-02-24T03:51:16.024Z[ helios-setup] Feb 24 03:51:15.289 INFO E| Compiling lazy_static v1.5.0
29162026-02-24T03:51:16.064Z[ helios-setup] Feb 24 03:51:15.330 INFO E| Compiling clap v2.34.0
29172026-02-24T03:51:16.344Z[ helios-setup] Feb 24 03:51:15.610 INFO E| Compiling unic-ucd-ident v0.9.0
29182026-02-24T03:51:16.400Z[ helios-setup] Feb 24 03:51:15.667 INFO E| Compiling bytesize v2.0.1
29192026-02-24T03:51:20.590Z[ host-package] Compiling progenitor-client v0.11.2
29202026-02-24T03:51:21.366Z[ host-package] Compiling progenitor v0.11.2
29212026-02-24T03:51:21.867Z[ helios-setup] Feb 24 03:51:21.133 INFO E| Compiling serde_derive_internals v0.29.1
29222026-02-24T03:51:21.900Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
29232026-02-24T03:51:23.075Z[ helios-setup] Feb 24 03:51:22.341 INFO E| Compiling modular-bitfield-impl v0.11.2
29242026-02-24T03:51:23.265Z[ helios-setup] Feb 24 03:51:22.532 INFO E| Compiling structopt-derive v0.4.18
29252026-02-24T03:51:24.338Z[ host-package] Compiling progenitor-client v0.10.0
29262026-02-24T03:51:24.912Z[ helios-setup] Feb 24 03:51:24.179 INFO E| Compiling thiserror-impl v2.0.12
29272026-02-24T03:51:24.928Z[ helios-setup] Feb 24 03:51:24.185 INFO E| Compiling serde_derive v1.0.219
29282026-02-24T03:51:24.981Z[ helios-setup] Feb 24 03:51:24.247 INFO E| Compiling schemars_derive v0.8.22
29292026-02-24T03:51:25.021Z[ helios-setup] Feb 24 03:51:24.288 INFO E| Compiling zerocopy-derive v0.8.25
29302026-02-24T03:51:25.744Z[ host-package] Compiling chacha20 v0.9.1
29312026-02-24T03:51:26.399Z[ helios-setup] Feb 24 03:51:25.665 INFO E| Compiling num-derive v0.4.2
29322026-02-24T03:51:27.058Z[ host-package] Compiling aead v0.5.2
29332026-02-24T03:51:27.113Z[ helios-setup] Feb 24 03:51:26.374 INFO E| Compiling modular-bitfield-impl v0.13.1
29342026-02-24T03:51:27.929Z[ helios-setup] Feb 24 03:51:27.195 INFO E| Compiling scroll_derive v0.12.1
29352026-02-24T03:51:28.129Z[ helios-setup] Feb 24 03:51:27.396 INFO E| Compiling modular-bitfield v0.11.2
29362026-02-24T03:51:28.979Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
29372026-02-24T03:51:29.035Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29382026-02-24T03:51:34.131Z[ helios-setup] Feb 24 03:51:29.525 INFO E| Compiling strum_macros v0.27.1
29392026-02-24T03:51:34.183Z[ helios-setup] Feb 24 03:51:29.783 INFO E| Compiling pest v2.8.0
29402026-02-24T03:51:34.184Z[ helios-setup] Feb 24 03:51:29.858 INFO E| Compiling structopt v0.3.26
29412026-02-24T03:51:34.184Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29422026-02-24T03:51:34.184Z[ helios-setup] Feb 24 03:51:30.386 INFO E| Compiling scroll v0.12.0
29432026-02-24T03:51:34.184Z[ helios-setup] Feb 24 03:51:31.115 INFO E| Compiling goblin v0.9.3
29442026-02-24T03:51:34.184Z[ helios-setup] Feb 24 03:51:31.535 INFO E| Compiling modular-bitfield v0.13.1
29452026-02-24T03:51:34.184Z[ host-package] Compiling macaddr v1.0.1
29462026-02-24T03:51:34.184Z[ host-package] Compiling derive-where v1.5.0
29472026-02-24T03:51:35.319Z[ helios-setup] Feb 24 03:51:34.585 INFO E| Compiling pest_meta v2.8.0
29482026-02-24T03:51:36.884Z[ host-package] Compiling chacha20poly1305 v0.10.1
29492026-02-24T03:51:37.337Z[ host-package] Compiling vsss-rs v3.3.4
29502026-02-24T03:51:37.522Z[ helios-setup] Feb 24 03:51:36.788 INFO E| Compiling pest_generator v2.8.0
29512026-02-24T03:51:38.819Z[ host-package] Compiling num-rational v0.4.2
29522026-02-24T03:51:39.640Z[ helios-setup] Feb 24 03:51:38.906 INFO E| Compiling pest_derive v2.8.0
29532026-02-24T03:51:43.019Z[ helios-setup] Feb 24 03:51:42.284 INFO E| Compiling json5 v0.4.1
29542026-02-24T03:51:44.225Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29552026-02-24T03:51:44.358Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29562026-02-24T03:51:45.152Z[ host-package] Compiling progenitor v0.10.0
29572026-02-24T03:51:45.801Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29582026-02-24T03:51:47.996Z[ helios-setup] Feb 24 03:51:47.261 INFO E| Compiling four-cc v0.4.0
29592026-02-24T03:51:47.996Z[ helios-setup] Feb 24 03:51:47.261 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29602026-02-24T03:51:48.242Z[ helios-setup] Feb 24 03:51:47.507 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29612026-02-24T03:51:48.971Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29622026-02-24T03:51:49.426Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29632026-02-24T03:51:50.373Z[ host-package] Compiling num-complex v0.4.6
29642026-02-24T03:51:51.996Z[ host-package] Compiling num v0.4.3
29652026-02-24T03:51:52.195Z[ host-package] Compiling console v0.15.10
29662026-02-24T03:51:53.208Z[ host-package] Compiling float-ord v0.3.2
29672026-02-24T03:51:53.779Z[ host-package] Compiling toml v0.8.23
29682026-02-24T03:51:55.689Z[ host-package] Compiling newline-converter v0.3.0
29692026-02-24T03:51:55.832Z[ host-package] Compiling atomicwrites v0.4.4
29702026-02-24T03:51:55.963Z[ host-package] Compiling prettyplease v0.2.36
29712026-02-24T03:51:56.033Z[ host-package] Compiling slog-dtrace v0.3.0
29722026-02-24T03:51:56.638Z[ host-package] Compiling expectorate v1.2.0
29732026-02-24T03:51:57.152Z[ host-package] Compiling owo-colors v4.2.3
29742026-02-24T03:51:58.096Z[ host-package] Compiling cancel-safe-futures v0.1.5
29752026-02-24T03:52:03.463Z[ host-package] Compiling resolv-conf v0.7.0
29762026-02-24T03:52:05.159Z[ host-package] Compiling libsw-core v0.3.1
29772026-02-24T03:52:05.560Z[ host-package] Compiling libsw v3.5.0
29782026-02-24T03:52:10.989Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29792026-02-24T03:52:11.230Z[ host-package] Compiling linear-map v1.2.0
29802026-02-24T03:52:11.387Z[ host-package] Compiling linked-hash-map v0.5.6
29812026-02-24T03:52:11.809Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29822026-02-24T03:52:11.915Z[ host-package] Compiling lru-cache v0.1.2
29832026-02-24T03:52:12.248Z[ host-package] Compiling unicode-xid v0.2.6
29842026-02-24T03:52:12.790Z[ host-package] Compiling hickory-proto v0.24.4
29852026-02-24T03:52:15.843Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29862026-02-24T03:52:19.223Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29872026-02-24T03:52:19.302Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29882026-02-24T03:52:19.600Z[ host-package] Compiling hickory-resolver v0.24.4
29892026-02-24T03:52:20.205Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29902026-02-24T03:52:23.214Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29912026-02-24T03:52:26.153Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-02-24T03:52:27.380Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29932026-02-24T03:52:30.826Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29942026-02-24T03:52:32.142Z[ helios-setup] Feb 24 03:52:31.405 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29952026-02-24T03:52:35.685Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29962026-02-24T03:52:37.573Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29972026-02-24T03:52:38.192Z[ host-package] Compiling convert_case v0.7.1
29982026-02-24T03:52:39.128Z[ host-package] Compiling derive_more-impl v2.0.1
29992026-02-24T03:52:41.576Z[ helios-setup] Feb 24 03:52:40.839 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30002026-02-24T03:52:47.055Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30012026-02-24T03:52:47.082Z[ host-package] Compiling qorb v0.4.1
30022026-02-24T03:52:48.626Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30032026-02-24T03:52:48.983Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30042026-02-24T03:52:52.511Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30052026-02-24T03:52:52.917Z[ host-package] Compiling derive_more v2.0.1
30062026-02-24T03:52:53.169Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30072026-02-24T03:52:53.695Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30082026-02-24T03:52:53.802Z[ host-package] Compiling vte_generate_state_changes v0.1.2
30092026-02-24T03:52:54.641Z[ host-package] Compiling siphasher v1.0.1
30102026-02-24T03:52:54.719Z[ host-package] Compiling termtree v0.5.1
30112026-02-24T03:52:55.139Z[ host-package] Compiling phf_shared v0.12.1
30122026-02-24T03:52:55.176Z[ host-package] Compiling vte v0.11.1
30132026-02-24T03:52:55.245Z[ host-package] Compiling crossterm v0.29.0
30142026-02-24T03:52:55.781Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30152026-02-24T03:52:57.030Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30162026-02-24T03:53:05.206Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30172026-02-24T03:53:05.417Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30182026-02-24T03:53:06.559Z[ host-package] Compiling csv-core v0.1.11
30192026-02-24T03:53:06.609Z[ host-package] Compiling highway v1.3.0
30202026-02-24T03:53:07.581Z[ host-package] Compiling chrono-tz v0.10.4
30212026-02-24T03:53:08.220Z[ host-package] Compiling tough v0.20.0
30222026-02-24T03:53:08.306Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30232026-02-24T03:53:09.745Z[ host-package] Compiling csv v1.3.1
30242026-02-24T03:53:10.446Z[ helios-setup] Feb 24 03:53:09.707 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
30252026-02-24T03:53:10.495Z[ helios-setup] Feb 24 03:53:09.756 INFO building project "amd-host-image-builder" ok (125 seconds)
30262026-02-24T03:53:10.495Z[ helios-setup] Feb 24 03:53:09.756 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30272026-02-24T03:53:10.628Z[ helios-setup] Feb 24 03:53:09.889 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
30282026-02-24T03:53:10.628Z[ helios-setup] Feb 24 03:53:09.889 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30292026-02-24T03:53:10.631Z[ helios-setup] Feb 24 03:53:09.889 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30302026-02-24T03:53:10.922Z[ helios-setup] Feb 24 03:53:10.184 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30312026-02-24T03:53:11.677Z[ helios-setup] Feb 24 03:53:10.938 INFO E| From https://github.com/jclulow/hiercmd
30322026-02-24T03:53:11.677Z[ helios-setup] Feb 24 03:53:10.938 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30332026-02-24T03:53:11.699Z[ helios-setup] Feb 24 03:53:10.960 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30342026-02-24T03:53:12.025Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30352026-02-24T03:53:12.242Z[ helios-setup] Feb 24 03:53:11.502 INFO E| From https://github.com/oxidecomputer/network-interface
30362026-02-24T03:53:12.242Z[ helios-setup] Feb 24 03:53:11.502 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30372026-02-24T03:53:12.264Z[ helios-setup] Feb 24 03:53:11.525 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30382026-02-24T03:53:12.623Z[ host-package] Compiling strip-ansi-escapes v0.2.0
30392026-02-24T03:53:12.663Z[ host-package] Compiling phf v0.12.1
30402026-02-24T03:53:12.792Z[ helios-setup] Feb 24 03:53:12.053 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30412026-02-24T03:53:12.792Z[ helios-setup] Feb 24 03:53:12.053 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30422026-02-24T03:53:12.844Z[ helios-setup] Feb 24 03:53:12.105 INFO E| Updating crates.io index
30432026-02-24T03:53:13.063Z[ host-package] Compiling const_format_proc_macros v0.2.34
30442026-02-24T03:53:13.298Z[ helios-setup] Feb 24 03:53:12.559 INFO E| Downloading crates ...
30452026-02-24T03:53:13.458Z[ host-package] Compiling papergrid v0.11.0
30462026-02-24T03:53:13.492Z[ helios-setup] Feb 24 03:53:12.753 INFO E| Downloaded getrandom v0.2.16
30472026-02-24T03:53:13.498Z[ helios-setup] Feb 24 03:53:12.759 INFO E| Downloaded anstyle v1.0.13
30482026-02-24T03:53:13.516Z[ helios-setup] Feb 24 03:53:12.761 INFO E| Downloaded adler2 v2.0.1
30492026-02-24T03:53:13.517Z[ helios-setup] Feb 24 03:53:12.763 INFO E| Downloaded anstream v0.6.21
30502026-02-24T03:53:13.517Z[ helios-setup] Feb 24 03:53:12.767 INFO E| Downloaded pin-project-lite v0.2.16
30512026-02-24T03:53:13.517Z[ helios-setup] Feb 24 03:53:12.775 INFO E| Downloaded is_terminal_polyfill v1.70.2
30522026-02-24T03:53:13.520Z[ helios-setup] Feb 24 03:53:12.778 INFO E| Downloaded thiserror v2.0.17
30532026-02-24T03:53:13.527Z[ helios-setup] Feb 24 03:53:12.788 INFO E| Downloaded bitfield v0.19.3
30542026-02-24T03:53:13.530Z[ helios-setup] Feb 24 03:53:12.791 INFO E| Downloaded autocfg v1.5.0
30552026-02-24T03:53:13.533Z[ helios-setup] Feb 24 03:53:12.794 INFO E| Downloaded anstyle-query v1.1.4
30562026-02-24T03:53:13.536Z[ helios-setup] Feb 24 03:53:12.796 INFO E| Downloaded bitfield-macros v0.19.3
30572026-02-24T03:53:13.536Z[ helios-setup] Feb 24 03:53:12.797 INFO E| Downloaded anstyle-parse v0.2.7
30582026-02-24T03:53:13.539Z[ helios-setup] Feb 24 03:53:12.800 INFO E| Downloaded devinfo v0.1.0
30592026-02-24T03:53:13.542Z[ helios-setup] Feb 24 03:53:12.802 INFO E| Downloaded base64ct v1.8.0
30602026-02-24T03:53:13.545Z[ helios-setup] Feb 24 03:53:12.806 INFO E| Downloaded proc-macro-crate v3.4.0
30612026-02-24T03:53:13.547Z[ helios-setup] Feb 24 03:53:12.808 INFO E| Downloaded crc v3.3.0
30622026-02-24T03:53:13.551Z[ helios-setup] Feb 24 03:53:12.811 INFO E| Downloaded flagset v0.4.7
30632026-02-24T03:53:13.554Z[ helios-setup] Feb 24 03:53:12.813 INFO E| Downloaded is-terminal v0.4.17
30642026-02-24T03:53:13.581Z[ helios-setup] Feb 24 03:53:12.842 INFO E| Downloaded env_filter v0.1.4
30652026-02-24T03:53:13.615Z[ helios-setup] Feb 24 03:53:12.876 INFO E| Downloaded terminal_size v0.4.3
30662026-02-24T03:53:13.618Z[ helios-setup] Feb 24 03:53:12.878 INFO E| Downloaded bitflags v2.10.0
30672026-02-24T03:53:13.624Z[ helios-setup] Feb 24 03:53:12.885 INFO E| Downloaded zeroize v1.8.2
30682026-02-24T03:53:13.627Z[ helios-setup] Feb 24 03:53:12.887 INFO E| Downloaded tls_codec_derive v0.4.2
30692026-02-24T03:53:13.630Z[ helios-setup] Feb 24 03:53:12.890 INFO E| Downloaded pkg-config v0.3.32
30702026-02-24T03:53:13.633Z[ helios-setup] Feb 24 03:53:12.893 INFO E| Downloaded toml_writer v1.0.4
30712026-02-24T03:53:13.638Z[ helios-setup] Feb 24 03:53:12.895 INFO E| Downloaded generic-array v0.14.9
30722026-02-24T03:53:13.638Z[ helios-setup] Feb 24 03:53:12.897 INFO E| Downloaded deranged v0.5.5
30732026-02-24T03:53:13.641Z[ helios-setup] Feb 24 03:53:12.900 INFO E| Downloaded tls_codec v0.4.2
30742026-02-24T03:53:13.644Z[ helios-setup] Feb 24 03:53:12.903 INFO E| Downloaded toml_datetime v0.7.3
30752026-02-24T03:53:13.646Z[ helios-setup] Feb 24 03:53:12.905 INFO E| Downloaded find-msvc-tools v0.1.4
30762026-02-24T03:53:13.646Z[ helios-setup] Feb 24 03:53:12.908 INFO E| Downloaded thread_local v1.1.9
30772026-02-24T03:53:13.649Z[ helios-setup] Feb 24 03:53:12.910 INFO E| Downloaded signal-hook-registry v1.4.6
30782026-02-24T03:53:13.652Z[ helios-setup] Feb 24 03:53:12.911 INFO E| Downloaded thiserror-impl v2.0.17
30792026-02-24T03:53:13.654Z[ helios-setup] Feb 24 03:53:12.914 INFO E| Downloaded ppv-lite86 v0.2.21
30802026-02-24T03:53:13.657Z[ helios-setup] Feb 24 03:53:12.916 INFO E| Downloaded proc-macro2 v1.0.103
30812026-02-24T03:53:13.660Z[ helios-setup] Feb 24 03:53:12.920 INFO E| Downloaded lock_api v0.4.14
30822026-02-24T03:53:13.663Z[ helios-setup] Feb 24 03:53:12.923 INFO E| Downloaded anyhow v1.0.100
30832026-02-24T03:53:13.669Z[ helios-setup] Feb 24 03:53:12.930 INFO E| Downloaded toml_parser v1.0.4
30842026-02-24T03:53:13.673Z[ helios-setup] Feb 24 03:53:12.934 INFO E| Downloaded parking_lot_core v0.9.12
30852026-02-24T03:53:13.676Z[ helios-setup] Feb 24 03:53:12.937 INFO E| Downloaded term v1.2.0
30862026-02-24T03:53:13.704Z[ helios-setup] Feb 24 03:53:12.965 INFO E| Downloaded uuid v1.18.1
30872026-02-24T03:53:13.707Z[ helios-setup] Feb 24 03:53:12.969 INFO E| Downloaded slab v0.4.11
30882026-02-24T03:53:13.710Z[ helios-setup] Feb 24 03:53:12.970 INFO E| Downloaded quote v1.0.41
30892026-02-24T03:53:13.713Z[ helios-setup] Feb 24 03:53:12.973 INFO E| Downloaded unicode-ident v1.0.22
30902026-02-24T03:53:13.716Z[ helios-setup] Feb 24 03:53:12.977 INFO E| Downloaded clap v4.5.51
30912026-02-24T03:53:13.731Z[ helios-setup] Feb 24 03:53:12.992 INFO E| Downloaded log v0.4.28
30922026-02-24T03:53:13.734Z[ helios-setup] Feb 24 03:53:12.995 INFO E| Downloaded miniz_oxide v0.8.9
30932026-02-24T03:53:13.738Z[ helios-setup] Feb 24 03:53:12.999 INFO E| Downloaded bytes v1.10.1
30942026-02-24T03:53:13.749Z[ helios-setup] Feb 24 03:53:13.010 INFO E| Downloaded typenum v1.19.0
30952026-02-24T03:53:13.753Z[ helios-setup] Feb 24 03:53:13.014 INFO E| Downloaded toml_edit v0.23.7
30962026-02-24T03:53:13.758Z[ helios-setup] Feb 24 03:53:13.019 INFO E| Downloaded flate2 v1.1.5
30972026-02-24T03:53:13.764Z[ helios-setup] Feb 24 03:53:13.026 INFO E| Downloaded crc32fast v1.5.0
30982026-02-24T03:53:13.768Z[ helios-setup] Feb 24 03:53:13.028 INFO E| Downloaded memchr v2.7.6
30992026-02-24T03:53:13.785Z[ helios-setup] Feb 24 03:53:13.046 INFO E| Downloaded indexmap v2.12.0
31002026-02-24T03:53:13.791Z[ helios-setup] Feb 24 03:53:13.052 INFO E| Downloaded mio v1.1.0
31012026-02-24T03:53:13.828Z[ helios-setup] Feb 24 03:53:13.089 INFO E| Downloaded num-bigint-dig v0.8.4
31022026-02-24T03:53:13.835Z[ helios-setup] Feb 24 03:53:13.096 INFO E| Downloaded time v0.3.44
31032026-02-24T03:53:13.846Z[ helios-setup] Feb 24 03:53:13.107 INFO E| Downloaded clap_builder v4.5.51
31042026-02-24T03:53:13.856Z[ helios-setup] Feb 24 03:53:13.117 INFO E| Downloaded hashbrown v0.16.0
31052026-02-24T03:53:13.865Z[ helios-setup] Feb 24 03:53:13.127 INFO E| Downloaded winnow v0.7.13
31062026-02-24T03:53:13.882Z[ helios-setup] Feb 24 03:53:13.143 INFO E| Downloaded serde_json v1.0.145
31072026-02-24T03:53:13.894Z[ helios-setup] Feb 24 03:53:13.155 INFO E| Downloaded libm v0.2.15
31082026-02-24T03:53:13.911Z[ helios-setup] Feb 24 03:53:13.172 INFO E| Downloaded cc v1.2.44
31092026-02-24T03:53:13.916Z[ helios-setup] Feb 24 03:53:13.177 INFO E| Downloaded iddqd v0.3.14
31102026-02-24T03:53:13.927Z[ helios-setup] Feb 24 03:53:13.188 INFO E| Downloaded toml v0.9.8
31112026-02-24T03:53:13.934Z[ helios-setup] Feb 24 03:53:13.195 INFO E| Downloaded iana-time-zone v0.1.64
31122026-02-24T03:53:13.939Z[ helios-setup] Feb 24 03:53:13.200 INFO E| Downloaded unicode-width v0.2.2
31132026-02-24T03:53:13.949Z[ helios-setup] Feb 24 03:53:13.211 INFO E| Downloaded chrono v0.4.42
31142026-02-24T03:53:13.961Z[ helios-setup] Feb 24 03:53:13.222 INFO E| Downloaded syn v2.0.108
31152026-02-24T03:53:13.979Z[ helios-setup] Feb 24 03:53:13.240 INFO E| Downloaded clap_derive v4.5.49
31162026-02-24T03:53:13.983Z[ helios-setup] Feb 24 03:53:13.244 INFO E| Downloaded getopts v0.2.24
31172026-02-24T03:53:13.985Z[ helios-setup] Feb 24 03:53:13.246 INFO E| Downloaded colorchoice v1.0.4
31182026-02-24T03:53:13.988Z[ helios-setup] Feb 24 03:53:13.248 INFO E| Downloaded parking_lot v0.12.5
31192026-02-24T03:53:14.001Z[ helios-setup] Feb 24 03:53:13.262 INFO E| Downloaded num_enum_derive v0.7.5
31202026-02-24T03:53:14.004Z[ helios-setup] Feb 24 03:53:13.264 INFO E| Downloaded num_enum v0.7.5
31212026-02-24T03:53:14.011Z[ helios-setup] Feb 24 03:53:13.272 INFO E| Downloaded libdevinfo-sys v1.1.0
31222026-02-24T03:53:14.014Z[ helios-setup] Feb 24 03:53:13.274 INFO E| Downloaded serde_spanned v1.0.3
31232026-02-24T03:53:14.016Z[ helios-setup] Feb 24 03:53:13.276 INFO E| Downloaded errno v0.3.14
31242026-02-24T03:53:14.019Z[ helios-setup] Feb 24 03:53:13.278 INFO E| Downloaded clap_lex v0.7.6
31252026-02-24T03:53:14.052Z[ helios-setup] Feb 24 03:53:13.312 INFO E| Downloaded rustix v1.1.2
31262026-02-24T03:53:14.260Z[ helios-setup] Feb 24 03:53:13.521 INFO E| Downloaded tokio v1.48.0
31272026-02-24T03:53:14.316Z[ helios-setup] Feb 24 03:53:13.577 INFO E| Downloaded libc v0.2.177
31282026-02-24T03:53:14.481Z[ helios-setup] Feb 24 03:53:13.742 INFO E| Compiling proc-macro2 v1.0.103
31292026-02-24T03:53:14.594Z[ helios-setup] Feb 24 03:53:13.855 INFO E| Compiling unicode-ident v1.0.22
31302026-02-24T03:53:14.597Z[ helios-setup] Feb 24 03:53:13.855 INFO E| Compiling quote v1.0.41
31312026-02-24T03:53:14.597Z[ helios-setup] Feb 24 03:53:13.855 INFO E| Compiling libc v0.2.177
31322026-02-24T03:53:14.597Z[ helios-setup] Feb 24 03:53:13.855 INFO E| Compiling serde_core v1.0.228
31332026-02-24T03:53:14.597Z[ helios-setup] Feb 24 03:53:13.855 INFO E| Compiling cfg-if v1.0.4
31342026-02-24T03:53:14.597Z[ helios-setup] Feb 24 03:53:13.856 INFO E| Compiling serde v1.0.228
31352026-02-24T03:53:14.597Z[ helios-setup] Feb 24 03:53:13.856 INFO E| Compiling version_check v0.9.5
31362026-02-24T03:53:14.670Z[ host-package] Compiling tabled_derive v0.7.0
31372026-02-24T03:53:14.936Z[ helios-setup] Feb 24 03:53:14.197 INFO E| Compiling autocfg v1.5.0
31382026-02-24T03:53:15.093Z[ helios-setup] Feb 24 03:53:14.334 INFO E| Compiling typenum v1.19.0
31392026-02-24T03:53:15.515Z[ host-package] Compiling fd-lock v4.0.2
31402026-02-24T03:53:15.671Z[ host-package] Compiling peg-macros v0.8.5
31412026-02-24T03:53:15.984Z[ helios-setup] Feb 24 03:53:15.244 INFO E| Compiling const-oid v0.9.6
31422026-02-24T03:53:16.073Z[ helios-setup] Feb 24 03:53:15.334 INFO E| Compiling generic-array v0.14.9
31432026-02-24T03:53:16.264Z[ helios-setup] Feb 24 03:53:15.525 INFO E| Compiling libm v0.2.15
31442026-02-24T03:53:16.307Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31452026-02-24T03:53:16.960Z[ helios-setup] Feb 24 03:53:16.220 INFO E| Compiling num-traits v0.2.19
31462026-02-24T03:53:17.067Z[ helios-setup] Feb 24 03:53:16.328 INFO E| Compiling zerocopy v0.8.27
31472026-02-24T03:53:18.170Z[ host-package] Compiling nu-ansi-term v0.50.1
31482026-02-24T03:53:18.897Z[ helios-setup] Feb 24 03:53:18.158 INFO E| Compiling rustversion v1.0.22
31492026-02-24T03:53:19.105Z[ host-package] Compiling tabled v0.15.0
31502026-02-24T03:53:19.438Z[ helios-setup] Feb 24 03:53:18.698 INFO E| Compiling smallvec v1.15.1
31512026-02-24T03:53:19.628Z[ helios-setup] Feb 24 03:53:18.889 INFO E| Compiling zeroize v1.8.2
31522026-02-24T03:53:20.062Z[ helios-setup] Feb 24 03:53:19.323 INFO E| Compiling syn v2.0.108
31532026-02-24T03:53:20.261Z[ helios-setup] Feb 24 03:53:19.521 INFO E| Compiling base64ct v1.8.0
31542026-02-24T03:53:20.385Z[ helios-setup] Feb 24 03:53:19.645 INFO E| Compiling getrandom v0.2.16
31552026-02-24T03:53:20.530Z[ helios-setup] Feb 24 03:53:19.791 INFO E| Compiling anyhow v1.0.100
31562026-02-24T03:53:20.649Z[ host-package] Compiling reedline v0.40.0
31572026-02-24T03:53:20.973Z[ host-package] Compiling peg v0.8.5
31582026-02-24T03:53:21.296Z[ host-package] Compiling const_format v0.2.34
31592026-02-24T03:53:21.898Z[ helios-setup] Feb 24 03:53:21.159 INFO E| Compiling pem-rfc7468 v0.7.0
31602026-02-24T03:53:22.051Z[ helios-setup] Feb 24 03:53:21.311 INFO E| Compiling block-buffer v0.10.4
31612026-02-24T03:53:22.257Z[ helios-setup] Feb 24 03:53:21.517 INFO E| Compiling crypto-common v0.1.6
31622026-02-24T03:53:22.886Z[ helios-setup] Feb 24 03:53:22.147 INFO E| Compiling digest v0.10.7
31632026-02-24T03:53:22.947Z[ helios-setup] Feb 24 03:53:22.208 INFO E| Compiling hashbrown v0.16.0
31642026-02-24T03:53:23.133Z[ helios-setup] Feb 24 03:53:22.393 INFO E| Compiling flagset v0.4.7
31652026-02-24T03:53:23.631Z[ helios-setup] Feb 24 03:53:22.891 INFO E| Compiling winnow v0.7.13
31662026-02-24T03:53:23.933Z[ helios-setup] Feb 24 03:53:23.194 INFO E| Compiling equivalent v1.0.2
31672026-02-24T03:53:24.486Z[ helios-setup] Feb 24 03:53:23.746 INFO E| Compiling utf8parse v0.2.2
31682026-02-24T03:53:24.554Z[ helios-setup] Feb 24 03:53:23.814 INFO E| Compiling rustix v1.1.2
31692026-02-24T03:53:24.642Z[ helios-setup] Feb 24 03:53:23.902 INFO E| Compiling crc32fast v1.5.0
31702026-02-24T03:53:24.905Z[ helios-setup] Feb 24 03:53:24.165 INFO E| Compiling memchr v2.7.6
31712026-02-24T03:53:25.708Z[ helios-setup] Feb 24 03:53:24.969 INFO E| Compiling byteorder v1.5.0
31722026-02-24T03:53:26.248Z[ helios-setup] Feb 24 03:53:25.508 INFO E| Compiling indexmap v2.12.0
31732026-02-24T03:53:26.397Z[ helios-setup] Feb 24 03:53:25.658 INFO E| Compiling anstyle-parse v0.2.7
31742026-02-24T03:53:27.186Z[ helios-setup] Feb 24 03:53:26.446 INFO E| Compiling rand_core v0.6.4
31752026-02-24T03:53:27.479Z[ helios-setup] Feb 24 03:53:26.739 INFO E| Compiling errno v0.3.14
31762026-02-24T03:53:27.725Z[ helios-setup] Feb 24 03:53:26.985 INFO E| Compiling bitflags v2.10.0
31772026-02-24T03:53:28.010Z[ helios-setup] Feb 24 03:53:27.270 INFO E| Compiling radium v0.7.0
31782026-02-24T03:53:28.202Z[ helios-setup] Feb 24 03:53:27.462 INFO E| Compiling shlex v1.3.0
31792026-02-24T03:53:28.314Z[ helios-setup] Feb 24 03:53:27.574 INFO E| Compiling cpufeatures v0.2.17
31802026-02-24T03:53:28.655Z[ helios-setup] Feb 24 03:53:27.914 INFO E| Compiling is_terminal_polyfill v1.70.2
31812026-02-24T03:53:28.916Z[ helios-setup] Feb 24 03:53:28.176 INFO E| Compiling colorchoice v1.0.4
31822026-02-24T03:53:28.972Z[ helios-setup] Feb 24 03:53:28.232 INFO E| Compiling syn v1.0.109
31832026-02-24T03:53:29.390Z[ helios-setup] Feb 24 03:53:28.650 INFO E| Compiling anstyle-query v1.1.4
31842026-02-24T03:53:29.393Z[ helios-setup] Feb 24 03:53:28.650 INFO E| Compiling find-msvc-tools v0.1.4
31852026-02-24T03:53:29.494Z[ helios-setup] Feb 24 03:53:28.754 INFO E| Compiling allocator-api2 v0.2.21
31862026-02-24T03:53:29.821Z[ helios-setup] Feb 24 03:53:29.081 INFO E| Compiling anstyle v1.0.13
31872026-02-24T03:53:29.887Z[ helios-setup] Feb 24 03:53:29.147 INFO E| Compiling toml_datetime v0.7.3
31882026-02-24T03:53:30.038Z[ helios-setup] Feb 24 03:53:29.296 INFO E| Compiling cc v1.2.44
31892026-02-24T03:53:30.133Z[ helios-setup] Feb 24 03:53:29.393 INFO E| Compiling toml_parser v1.0.4
31902026-02-24T03:53:30.363Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31912026-02-24T03:53:30.580Z[ helios-setup] Feb 24 03:53:29.832 INFO E| Compiling anstream v0.6.21
31922026-02-24T03:53:30.815Z[ helios-setup] Feb 24 03:53:30.075 INFO E| Compiling sha2 v0.10.9
31932026-02-24T03:53:32.756Z[ helios-setup] Feb 24 03:53:32.016 INFO E| Compiling toml_edit v0.23.7
31942026-02-24T03:53:37.525Z[ helios-setup] Feb 24 03:53:33.118 INFO E| Compiling slog v2.8.2
31952026-02-24T03:53:37.549Z[ helios-setup] Feb 24 03:53:33.235 INFO E| Compiling pkg-config v0.3.32
31962026-02-24T03:53:37.549Z[ helios-setup] Feb 24 03:53:33.305 INFO E| Compiling maybe-uninit v2.0.0
31972026-02-24T03:53:37.549Z[ helios-setup] Feb 24 03:53:34.393 INFO E| Compiling pin-project-lite v0.2.16
31982026-02-24T03:53:37.550Z[ helios-setup] Feb 24 03:53:34.618 INFO E| Compiling futures-core v0.3.31
31992026-02-24T03:53:37.550Z[ helios-setup] Feb 24 03:53:34.671 INFO E| Compiling futures-sink v0.3.31
32002026-02-24T03:53:37.550Z[ helios-setup] Feb 24 03:53:34.787 INFO E| Compiling parking_lot_core v0.9.12
32012026-02-24T03:53:37.550Z[ helios-setup] Feb 24 03:53:34.920 INFO E| Compiling tap v1.0.1
32022026-02-24T03:53:37.550Z[ helios-setup] Feb 24 03:53:35.111 INFO E| Compiling unicode-width v0.2.2
32032026-02-24T03:53:37.550Z[ helios-setup] Feb 24 03:53:35.157 INFO E| Compiling futures-channel v0.3.31
32042026-02-24T03:53:37.550Z[ helios-setup] Feb 24 03:53:35.286 INFO E| Compiling wyz v0.5.1
32052026-02-24T03:53:37.550Z[ helios-setup] Feb 24 03:53:35.543 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32062026-02-24T03:53:37.568Z[ helios-setup] Feb 24 03:53:36.060 INFO E| Compiling proc-macro-crate v3.4.0
32072026-02-24T03:53:37.568Z[ helios-setup] Feb 24 03:53:36.090 INFO E| Compiling terminal_size v0.4.3
32082026-02-24T03:53:37.568Z[ helios-setup] Feb 24 03:53:36.258 INFO E| Compiling getopts v0.2.24
32092026-02-24T03:53:37.568Z[ helios-setup] Feb 24 03:53:36.669 INFO E| Compiling num-integer v0.1.46
32102026-02-24T03:53:37.568Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32112026-02-24T03:53:37.568Z[ helios-setup] Feb 24 03:53:36.791 INFO E| Compiling ahash v0.8.12
32122026-02-24T03:53:37.568Z[ helios-setup] Feb 24 03:53:36.792 INFO E| Compiling num-conv v0.1.0
32132026-02-24T03:53:39.795Z[ helios-setup] Feb 24 03:53:37.542 INFO E| Compiling num-bigint-dig v0.8.4
32142026-02-24T03:53:39.814Z[ helios-setup] Feb 24 03:53:37.837 INFO E| Compiling getrandom v0.3.4
32152026-02-24T03:53:39.814Z[ helios-setup] Feb 24 03:53:37.917 INFO E| Compiling strsim v0.11.1
32162026-02-24T03:53:39.814Z[ helios-setup] Feb 24 03:53:38.243 INFO E| Compiling time-core v0.1.6
32172026-02-24T03:53:39.814Z[ helios-setup] Feb 24 03:53:38.534 INFO E| Compiling scopeguard v1.2.0
32182026-02-24T03:53:39.814Z[ helios-setup] Feb 24 03:53:38.960 INFO E| Compiling slab v0.4.11
32192026-02-24T03:53:39.829Z[ helios-setup] Feb 24 03:53:39.076 INFO E| Compiling funty v2.0.0
32202026-02-24T03:53:40.471Z[ helios-setup] Feb 24 03:53:39.258 INFO E| Compiling powerfmt v0.2.0
32212026-02-24T03:53:40.477Z[ helios-setup] Feb 24 03:53:39.279 INFO E| Compiling bytes v1.10.1
32222026-02-24T03:53:40.811Z[ helios-setup] Feb 24 03:53:39.898 INFO E| Compiling serde_derive v1.0.228
32232026-02-24T03:53:40.814Z[ helios-setup] Feb 24 03:53:40.022 INFO E| Compiling zerocopy-derive v0.8.27
32242026-02-24T03:53:42.503Z[ host-package] Compiling bcs v0.1.6
32252026-02-24T03:53:42.547Z[ helios-setup] Feb 24 03:53:40.446 INFO E| Compiling der_derive v0.7.3
32262026-02-24T03:53:42.547Z[ helios-setup] Feb 24 03:53:40.886 INFO E| Compiling futures-macro v0.3.31
32272026-02-24T03:53:42.574Z[ helios-setup] Feb 24 03:53:41.389 INFO E| Compiling futures-task v0.3.31
32282026-02-24T03:53:43.235Z[ helios-setup] Feb 24 03:53:42.155 INFO E| Compiling packed_struct v0.10.1
32292026-02-24T03:53:43.248Z[ host-package] Compiling semver v0.1.20
32302026-02-24T03:53:44.250Z[ helios-setup] Feb 24 03:53:43.191 INFO E| Compiling futures-io v0.3.31
32312026-02-24T03:53:44.259Z[ helios-setup] Feb 24 03:53:43.262 INFO E| Compiling itoa v1.0.15
32322026-02-24T03:53:44.259Z[ host-package] Compiling rustc_version v0.1.7
32332026-02-24T03:53:44.917Z[ helios-setup] Feb 24 03:53:44.048 INFO E| Compiling clap_lex v0.7.6
32342026-02-24T03:53:44.925Z[ helios-setup] Feb 24 03:53:44.111 INFO E| Compiling thiserror v1.0.69
32352026-02-24T03:53:44.925Z[ helios-setup] Feb 24 03:53:44.164 INFO E| Compiling spin v0.9.8
32362026-02-24T03:53:45.163Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32372026-02-24T03:53:45.170Z[ host-package] Compiling newtype_derive v0.1.6
32382026-02-24T03:53:46.408Z[ helios-setup] Feb 24 03:53:44.883 INFO E| Compiling pin-utils v0.1.0
32392026-02-24T03:53:46.420Z[ helios-setup] Feb 24 03:53:44.931 INFO E| Compiling heck v0.5.0
32402026-02-24T03:53:46.420Z[ helios-setup] Feb 24 03:53:45.077 INFO E| Compiling der v0.7.10
32412026-02-24T03:53:46.420Z[ helios-setup] Feb 24 03:53:45.128 INFO E| Compiling futures-util v0.3.31
32422026-02-24T03:53:46.420Z[ host-package] Compiling smawk v0.3.2
32432026-02-24T03:53:46.420Z[ host-package] Compiling humantime v2.2.0
32442026-02-24T03:53:46.420Z[ helios-setup] Feb 24 03:53:45.564 INFO E| Compiling clap_builder v4.5.51
32452026-02-24T03:53:49.279Z[ helios-setup] Feb 24 03:53:45.978 INFO E| Compiling clap_derive v4.5.49
32462026-02-24T03:53:49.305Z[ host-package] Compiling unicode-linebreak v0.1.5
32472026-02-24T03:53:49.305Z[ helios-setup] Feb 24 03:53:46.501 INFO E| Compiling lazy_static v1.5.0
32482026-02-24T03:53:49.305Z[ helios-setup] Feb 24 03:53:47.219 INFO E| Compiling bitvec v1.0.1
32492026-02-24T03:53:49.305Z[ host-package] Compiling textwrap v0.16.2
32502026-02-24T03:53:49.305Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
32512026-02-24T03:53:51.362Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32522026-02-24T03:53:52.858Z[ helios-setup] Feb 24 03:53:51.554 INFO E| Compiling spki v0.7.3
32532026-02-24T03:53:53.683Z[ helios-setup] Feb 24 03:53:52.940 INFO E| Compiling pkcs8 v0.10.2
32542026-02-24T03:53:53.995Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32552026-02-24T03:53:54.219Z[ host-package] Compiling steno v0.4.1
32562026-02-24T03:53:55.212Z[ helios-setup] Feb 24 03:53:54.468 INFO E| Compiling ppv-lite86 v0.2.21
32572026-02-24T03:53:55.311Z[ helios-setup] Feb 24 03:53:54.569 INFO E| Compiling packed_struct_codegen v0.10.1
32582026-02-24T03:53:55.932Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32592026-02-24T03:53:57.029Z[ helios-setup] Feb 24 03:53:56.283 INFO E| Compiling rand_chacha v0.3.1
32602026-02-24T03:53:57.189Z[ helios-setup] Feb 24 03:53:56.439 INFO E| Compiling erased-serde v0.3.31
32612026-02-24T03:53:57.275Z[ helios-setup] Feb 24 03:53:56.531 INFO E| Compiling num_enum_derive v0.7.5
32622026-02-24T03:53:57.376Z[ helios-setup] Feb 24 03:53:56.633 INFO E| Compiling thiserror-impl v1.0.69
32632026-02-24T03:53:57.523Z[ host-package] Compiling utf-8 v0.7.6
32642026-02-24T03:53:58.069Z[ helios-setup] Feb 24 03:53:57.327 INFO E| Compiling rand v0.8.5
32652026-02-24T03:53:58.750Z[ host-package] Compiling moka v0.12.10
32662026-02-24T03:53:58.978Z[ helios-setup] Feb 24 03:53:58.234 INFO E| Compiling bitfield-macros v0.19.3
32672026-02-24T03:53:59.286Z[ helios-setup] Feb 24 03:53:58.543 INFO E| Compiling zerocopy-derive v0.6.6
32682026-02-24T03:54:00.027Z[ host-package] Compiling tagptr v0.2.0
32692026-02-24T03:54:00.341Z[ helios-setup] Feb 24 03:53:59.581 INFO E| Compiling deranged v0.5.5
32702026-02-24T03:54:00.497Z[ helios-setup] Feb 24 03:53:59.754 INFO E| Compiling time-macros v0.2.24
32712026-02-24T03:54:02.244Z[ helios-setup] Feb 24 03:54:01.501 INFO E| Compiling lock_api v0.4.14
32722026-02-24T03:54:02.446Z[ helios-setup] Feb 24 03:54:01.704 INFO E| Compiling num-iter v0.1.45
32732026-02-24T03:54:03.160Z[ helios-setup] Feb 24 03:54:02.417 INFO E| Compiling indexmap v1.9.3
32742026-02-24T03:54:03.191Z[ helios-setup] Feb 24 03:54:02.442 INFO E| Compiling nodrop v0.1.14
32752026-02-24T03:54:03.505Z[ helios-setup] Feb 24 03:54:02.757 INFO E| Compiling iana-time-zone v0.1.64
32762026-02-24T03:54:03.812Z[ helios-setup] Feb 24 03:54:03.069 INFO E| Compiling crc-catalog v2.4.0
32772026-02-24T03:54:04.127Z[ helios-setup] Feb 24 03:54:03.385 INFO E| Compiling simd-adler32 v0.3.7
32782026-02-24T03:54:04.245Z[ helios-setup] Feb 24 03:54:03.502 INFO E| Compiling serde_json v1.0.145
32792026-02-24T03:54:04.816Z[ helios-setup] Feb 24 03:54:04.073 INFO E| Compiling once_cell v1.21.3
32802026-02-24T03:54:05.068Z[ helios-setup] Feb 24 03:54:04.322 INFO E| Compiling adler2 v2.0.1
32812026-02-24T03:54:05.345Z[ helios-setup] Feb 24 03:54:04.596 INFO E| Compiling log v0.4.28
32822026-02-24T03:54:05.668Z[ helios-setup] Feb 24 03:54:04.921 INFO E| Compiling thiserror v2.0.17
32832026-02-24T03:54:06.347Z[ helios-setup] Feb 24 03:54:05.605 INFO E| Compiling time v0.3.44
32842026-02-24T03:54:06.525Z[ helios-setup] Feb 24 03:54:05.782 INFO E| Compiling env_filter v0.1.4
32852026-02-24T03:54:06.593Z[ host-package] Compiling tungstenite v0.21.0
32862026-02-24T03:54:06.780Z[ helios-setup] Feb 24 03:54:06.037 INFO E| Compiling miniz_oxide v0.8.9
32872026-02-24T03:54:07.917Z[ host-package] Compiling hickory-resolver v0.25.2
32882026-02-24T03:54:08.320Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32892026-02-24T03:54:08.413Z[ helios-setup] Feb 24 03:54:07.667 INFO E| Compiling crc v3.3.0
32902026-02-24T03:54:08.909Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32912026-02-24T03:54:08.925Z[ helios-setup] Feb 24 03:54:08.182 INFO E| Compiling parking_lot v0.12.5
32922026-02-24T03:54:09.282Z[ helios-setup] Feb 24 03:54:08.539 INFO E| Compiling chrono v0.4.42
32932026-02-24T03:54:09.396Z[ helios-setup] Feb 24 03:54:08.652 INFO E| Compiling array-init v0.0.4
32942026-02-24T03:54:10.864Z[ host-package] Compiling tokio-tungstenite v0.21.0
32952026-02-24T03:54:12.205Z[ helios-setup] Feb 24 03:54:11.461 INFO E| Compiling zerocopy v0.6.6
32962026-02-24T03:54:12.275Z[ helios-setup] Feb 24 03:54:11.522 INFO E| Compiling smallvec v0.6.14
32972026-02-24T03:54:12.648Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32982026-02-24T03:54:13.765Z[ helios-setup] Feb 24 03:54:13.020 INFO E| Compiling bitfield v0.19.3
32992026-02-24T03:54:13.924Z[ helios-setup] Feb 24 03:54:13.181 INFO E| Compiling num_enum v0.7.5
33002026-02-24T03:54:14.769Z[ helios-setup] Feb 24 03:54:14.026 INFO E| Compiling futures-executor v0.3.31
33012026-02-24T03:54:14.870Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33022026-02-24T03:54:15.095Z[ helios-setup] Feb 24 03:54:14.351 INFO E| Compiling clap v4.5.51
33032026-02-24T03:54:15.623Z[ helios-setup] Feb 24 03:54:14.880 INFO E| Compiling toml_datetime v0.6.11
33042026-02-24T03:54:15.824Z[ helios-setup] Feb 24 03:54:15.078 INFO E| Compiling serde_spanned v0.6.9
33052026-02-24T03:54:16.749Z[ helios-setup] Feb 24 03:54:15.990 INFO E| Compiling pkcs1 v0.7.5
33062026-02-24T03:54:16.841Z[ helios-setup] Feb 24 03:54:16.098 INFO E| Compiling tokio-macros v2.6.0
33072026-02-24T03:54:17.261Z[ helios-setup] Feb 24 03:54:16.517 INFO E| Compiling thiserror-impl v2.0.17
33082026-02-24T03:54:20.804Z[ helios-setup] Feb 24 03:54:20.060 INFO E| Compiling signature v2.2.0
33092026-02-24T03:54:21.754Z[ helios-setup] Feb 24 03:54:21.007 INFO E| Compiling serde_spanned v1.0.3
33102026-02-24T03:54:23.202Z[ helios-setup] Feb 24 03:54:22.457 INFO E| Compiling is-terminal v0.4.17
33112026-02-24T03:54:23.390Z[ helios-setup] Feb 24 03:54:22.646 INFO E| Compiling signal-hook-registry v1.4.6
33122026-02-24T03:54:23.565Z[ helios-setup] Feb 24 03:54:22.820 INFO E| Compiling mio v1.1.0
33132026-02-24T03:54:23.730Z[ helios-setup] Feb 24 03:54:22.987 INFO E| Compiling socket2 v0.6.1
33142026-02-24T03:54:23.889Z[ helios-setup] Feb 24 03:54:23.143 INFO E| Compiling thread_local v1.1.9
33152026-02-24T03:54:24.854Z[ helios-setup] Feb 24 03:54:24.102 INFO E| Compiling ryu v1.0.20
33162026-02-24T03:54:25.216Z[ helios-setup] Feb 24 03:54:24.472 INFO E| Compiling libdevinfo-sys v1.1.0
33172026-02-24T03:54:25.426Z[ helios-setup] Feb 24 03:54:24.679 INFO E| Compiling term v1.2.0
33182026-02-24T03:54:29.612Z[ helios-setup] Feb 24 03:54:25.143 INFO E| Compiling toml_writer v1.0.4
33192026-02-24T03:54:29.709Z[ helios-setup] Feb 24 03:54:25.528 INFO E| Compiling hashbrown v0.12.3
33202026-02-24T03:54:29.709Z[ helios-setup] Feb 24 03:54:25.582 INFO E| Compiling winnow v0.5.40
33212026-02-24T03:54:29.709Z[ helios-setup] Feb 24 03:54:25.831 INFO E| Compiling subtle v2.6.1
33222026-02-24T03:54:29.709Z[ helios-setup] Feb 24 03:54:26.319 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33232026-02-24T03:54:29.709Z[ helios-setup] Feb 24 03:54:26.622 INFO E| Compiling base64 v0.21.7
33242026-02-24T03:54:29.709Z[ helios-setup] Feb 24 03:54:26.671 INFO E| Compiling rsa v0.9.8
33252026-02-24T03:54:29.710Z[ helios-setup] Feb 24 03:54:27.192 INFO E| Compiling toml v0.9.8
33262026-02-24T03:54:29.769Z[ helios-setup] Feb 24 03:54:28.873 INFO E| Compiling ron v0.8.1
33272026-02-24T03:54:31.037Z[ helios-setup] Feb 24 03:54:30.293 INFO E| Compiling slog-term v2.9.2
33282026-02-24T03:54:33.121Z[ host-package] Compiling proc-macro-error2 v2.0.1
33292026-02-24T03:54:34.295Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33302026-02-24T03:54:34.995Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33312026-02-24T03:54:35.598Z[ helios-setup] Feb 24 03:54:34.855 INFO E| Compiling toml_edit v0.19.15
33322026-02-24T03:54:35.895Z[ helios-setup] Feb 24 03:54:35.107 INFO E| Compiling devinfo v0.1.0
33332026-02-24T03:54:38.058Z[ helios-setup] Feb 24 03:54:37.314 INFO E| Compiling tokio v1.48.0
33342026-02-24T03:54:38.075Z[ host-package] Compiling num-derive v0.3.3
33352026-02-24T03:54:38.906Z[ helios-setup] Feb 24 03:54:38.162 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33362026-02-24T03:54:39.168Z[ helios-setup] Feb 24 03:54:38.424 INFO E| Compiling futures v0.3.31
33372026-02-24T03:54:39.714Z[ helios-setup] Feb 24 03:54:38.970 INFO E| Compiling uuid v1.18.1
33382026-02-24T03:54:40.619Z[ host-package] Compiling vergen-gitcl v1.0.8
33392026-02-24T03:54:43.718Z[ helios-setup] Feb 24 03:54:40.083 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-02-24T03:54:43.757Z[ host-package] Compiling dirs-sys-next v0.1.2
33412026-02-24T03:54:43.757Z[ helios-setup] Feb 24 03:54:40.837 INFO E| Compiling bzip2 v0.4.4
33422026-02-24T03:54:43.757Z[ helios-setup] Feb 24 03:54:40.951 INFO E| Compiling serde-hex v0.1.0
33432026-02-24T03:54:43.762Z[ host-package] Compiling libscf-sys v1.1.0
33442026-02-24T03:54:43.762Z[ helios-setup] Feb 24 03:54:41.775 INFO E| Compiling hashbrown v0.13.2
33452026-02-24T03:54:43.762Z[ host-package] Compiling crunchy v0.2.2
33462026-02-24T03:54:43.762Z[ helios-setup] Feb 24 03:54:42.229 INFO E| Compiling flate2 v1.1.5
33472026-02-24T03:54:43.762Z[ host-package] Compiling maplit v1.0.2
33482026-02-24T03:54:43.777Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33492026-02-24T03:54:44.409Z[ host-package] Compiling dirs-next v2.0.0
33502026-02-24T03:54:45.014Z[ helios-setup] Feb 24 03:54:44.270 INFO E| Compiling env_logger v0.11.8
33512026-02-24T03:54:45.014Z[ helios-setup] Feb 24 03:54:44.270 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33522026-02-24T03:54:45.084Z[ host-package] Compiling dsl_auto_type v0.1.2
33532026-02-24T03:54:45.443Z[ helios-setup] Feb 24 03:54:44.699 INFO E| Compiling x509-cert v0.2.5
33542026-02-24T03:54:47.261Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33552026-02-24T03:54:47.846Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33562026-02-24T03:54:47.984Z[ helios-setup] Feb 24 03:54:47.240 INFO E| Compiling hex v0.4.3
33572026-02-24T03:54:48.277Z[ host-package] Compiling tiny-keccak v2.0.2
33582026-02-24T03:54:48.407Z[ helios-setup] Feb 24 03:54:47.663 INFO E| Compiling rustc-hash v2.1.1
33592026-02-24T03:54:48.456Z[ host-package] Compiling r2d2 v0.8.10
33602026-02-24T03:54:48.982Z[ host-package] Compiling diesel_derives v2.2.3
33612026-02-24T03:54:48.986Z[ helios-setup] Feb 24 03:54:48.123 INFO E| Compiling foldhash v0.2.0
33622026-02-24T03:54:49.033Z[ helios-setup] Feb 24 03:54:48.289 INFO E| Compiling crc-any v2.5.0
33632026-02-24T03:54:49.385Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33642026-02-24T03:54:50.091Z[ host-package] Compiling term v0.7.0
33652026-02-24T03:54:50.140Z[ helios-setup] Feb 24 03:54:49.396 INFO E| Compiling bitflags v1.3.2
33662026-02-24T03:54:50.471Z[ helios-setup] Feb 24 03:54:49.727 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33672026-02-24T03:54:50.618Z[ helios-setup] Feb 24 03:54:49.873 INFO E| Compiling iddqd v0.3.14
33682026-02-24T03:54:50.784Z[ helios-setup] Feb 24 03:54:50.039 INFO E| Compiling object v0.30.4
33692026-02-24T03:54:52.470Z[ host-package] Compiling tabled_derive v0.11.0
33702026-02-24T03:54:52.616Z[ helios-setup] Feb 24 03:54:51.871 INFO E| Compiling toml v0.7.8
33712026-02-24T03:54:52.737Z[ host-package] Compiling papergrid v0.17.0
33722026-02-24T03:54:53.281Z[ helios-setup] Feb 24 03:54:52.536 INFO E| Compiling zip v0.6.6
33732026-02-24T03:54:53.945Z[ host-package] Compiling testing_table v0.3.0
33742026-02-24T03:54:55.702Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33752026-02-24T03:54:56.244Z[ helios-setup] Feb 24 03:54:55.499 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33762026-02-24T03:54:57.594Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33772026-02-24T03:54:58.422Z[ host-package] Compiling bit-vec v0.6.3
33782026-02-24T03:54:59.102Z[ helios-setup] Feb 24 03:54:58.357 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33792026-02-24T03:54:59.691Z[ host-package] Compiling xshell-macros v0.2.7
33802026-02-24T03:54:59.819Z[ helios-setup] Feb 24 03:54:59.074 INFO E| Compiling path-slash v0.1.5
33812026-02-24T03:55:00.162Z[ helios-setup] Feb 24 03:54:59.417 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33822026-02-24T03:55:00.733Z[ helios-setup] Feb 24 03:54:59.988 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33832026-02-24T03:55:01.357Z[ host-package] Compiling arc-swap v1.7.1
33842026-02-24T03:55:02.208Z[ host-package] Compiling xshell v0.2.7
33852026-02-24T03:55:03.052Z[ host-package] Compiling slog-scope v4.4.0
33862026-02-24T03:55:04.805Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33872026-02-24T03:55:04.893Z[ helios-setup] Feb 24 03:55:04.148 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33882026-02-24T03:55:07.665Z[ host-package] Compiling bit-set v0.5.3
33892026-02-24T03:55:08.494Z[ host-package] Compiling tabled v0.20.0
33902026-02-24T03:55:09.242Z[ host-package] Compiling diesel v2.2.12
33912026-02-24T03:55:13.796Z[ helios-setup] Feb 24 03:55:13.050 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33922026-02-24T03:55:21.009Z[ host-package] Compiling ascii-canvas v3.0.0
33932026-02-24T03:55:22.290Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33942026-02-24T03:55:25.508Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33952026-02-24T03:55:28.034Z[ host-package] Compiling ena v0.14.3
33962026-02-24T03:55:29.213Z[ host-package] Compiling bindgen v0.71.1
33972026-02-24T03:55:29.766Z[ host-package] Compiling regex-syntax v0.6.29
33982026-02-24T03:55:30.951Z[ helios-setup] Feb 24 03:55:30.204 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33992026-02-24T03:55:35.091Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34002026-02-24T03:55:36.052Z[ host-package] Compiling diff v0.1.13
34012026-02-24T03:55:36.831Z[ host-package] Compiling unicase v2.8.1
34022026-02-24T03:55:37.643Z[ host-package] Compiling lalrpop v0.19.12
34032026-02-24T03:55:38.297Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34042026-02-24T03:55:49.543Z[ host-package] Compiling slog-stdlog v4.1.1
34052026-02-24T03:55:51.233Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34062026-02-24T03:55:51.531Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34072026-02-24T03:55:54.170Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34082026-02-24T03:55:55.189Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34092026-02-24T03:55:55.735Z[ host-package] Compiling crc8 v0.1.1
34102026-02-24T03:55:56.358Z[ host-package] Compiling slog-envlogger v2.2.0
34112026-02-24T03:55:59.639Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34122026-02-24T03:56:01.025Z[ host-package] Compiling headers-core v0.3.0
34132026-02-24T03:56:01.462Z[ helios-setup] Feb 24 03:56:00.713 INFO E| Finished `release` profile [optimized] target(s) in 2m 50s
34142026-02-24T03:56:01.464Z[ helios-setup] Feb 24 03:56:00.714 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34152026-02-24T03:56:01.467Z[ helios-setup] Feb 24 03:56:00.717 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34162026-02-24T03:56:01.547Z[ helios-setup] Feb 24 03:56:00.799 INFO building project "pilot" ok (170 seconds)
34172026-02-24T03:56:01.551Z[ helios-setup] Feb 24 03:56:00.799 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34182026-02-24T03:56:01.666Z[ helios-setup] Feb 24 03:56:00.911 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
34192026-02-24T03:56:01.678Z[ helios-setup] Feb 24 03:56:00.911 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34202026-02-24T03:56:01.678Z[ helios-setup] Feb 24 03:56:00.911 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34212026-02-24T03:56:01.697Z[ host-package] Compiling libxml v0.3.3
34222026-02-24T03:56:02.001Z[ host-package] Compiling headers v0.4.1
34232026-02-24T03:56:02.056Z[ helios-setup] Feb 24 03:56:01.308 INFO E| Downloading crates ...
34242026-02-24T03:56:02.121Z[ helios-setup] Feb 24 03:56:01.373 INFO E| Downloaded miniz_oxide v0.8.8
34252026-02-24T03:56:02.179Z[ helios-setup] Feb 24 03:56:01.430 INFO E| Compiling adler2 v2.0.0
34262026-02-24T03:56:02.366Z[ helios-setup] Feb 24 03:56:01.618 INFO E| Compiling miniz_oxide v0.8.8
34272026-02-24T03:56:02.593Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34282026-02-24T03:56:05.040Z[ helios-setup] Feb 24 03:56:04.291 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34292026-02-24T03:56:06.053Z[ helios-setup] Feb 24 03:56:05.304 INFO E| Finished `release` profile [optimized] target(s) in 4.26s
34302026-02-24T03:56:06.066Z[ helios-setup] Feb 24 03:56:05.317 INFO building project "pinprick" ok (4 seconds)
34312026-02-24T03:56:06.066Z[ helios-setup] Feb 24 03:56:05.317 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34322026-02-24T03:56:06.120Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34332026-02-24T03:56:06.171Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34342026-02-24T03:56:06.175Z[ helios-setup] Feb 24 03:56:05.423 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
34352026-02-24T03:56:06.175Z[ helios-setup] Feb 24 03:56:05.423 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34362026-02-24T03:56:06.175Z[ helios-setup] Feb 24 03:56:05.423 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34372026-02-24T03:56:06.492Z[ helios-setup] Feb 24 03:56:05.743 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34382026-02-24T03:56:06.646Z[ host-package] Compiling strum_macros v0.24.3
34392026-02-24T03:56:06.944Z[ helios-setup] Feb 24 03:56:06.195 INFO E| From https://github.com/jclulow/rust-jmclib
34402026-02-24T03:56:06.944Z[ helios-setup] Feb 24 03:56:06.195 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34412026-02-24T03:56:06.966Z[ helios-setup] Feb 24 03:56:06.215 INFO E| Updating crates.io index
34422026-02-24T03:56:07.037Z[ helios-setup] Feb 24 03:56:06.289 INFO E| Downloading crates ...
34432026-02-24T03:56:07.044Z[ host-package] Compiling indoc v1.0.9
34442026-02-24T03:56:07.160Z[ helios-setup] Feb 24 03:56:06.411 INFO E| Downloaded serde_derive v1.0.193
34452026-02-24T03:56:07.164Z[ helios-setup] Feb 24 03:56:06.416 INFO E| Downloaded libdevinfo-sys v1.0.0
34462026-02-24T03:56:07.167Z[ helios-setup] Feb 24 03:56:06.417 INFO E| Downloaded block-buffer v0.9.0
34472026-02-24T03:56:07.167Z[ helios-setup] Feb 24 03:56:06.419 INFO E| Downloaded anyhow v1.0.72
34482026-02-24T03:56:07.173Z[ helios-setup] Feb 24 03:56:06.424 INFO E| Downloaded fastrand v2.0.0
34492026-02-24T03:56:07.176Z[ helios-setup] Feb 24 03:56:06.426 INFO E| Downloaded md-5 v0.9.1
34502026-02-24T03:56:07.178Z[ helios-setup] Feb 24 03:56:06.429 INFO E| Downloaded opaque-debug v0.3.0
34512026-02-24T03:56:07.178Z[ helios-setup] Feb 24 03:56:06.430 INFO E| Downloaded itoa v1.0.9
34522026-02-24T03:56:07.181Z[ helios-setup] Feb 24 03:56:06.432 INFO E| Downloaded digest v0.9.0
34532026-02-24T03:56:07.185Z[ helios-setup] Feb 24 03:56:06.434 INFO E| Downloaded errno v0.3.1
34542026-02-24T03:56:07.185Z[ helios-setup] Feb 24 03:56:06.436 INFO E| Downloaded sha-1 v0.9.8
34552026-02-24T03:56:07.188Z[ helios-setup] Feb 24 03:56:06.439 INFO E| Downloaded cpufeatures v0.2.9
34562026-02-24T03:56:07.216Z[ helios-setup] Feb 24 03:56:06.468 INFO E| Downloaded walkdir v2.3.3
34572026-02-24T03:56:07.219Z[ helios-setup] Feb 24 03:56:06.471 INFO E| Downloaded quote v1.0.31
34582026-02-24T03:56:07.229Z[ helios-setup] Feb 24 03:56:06.480 INFO E| Downloaded typenum v1.16.0
34592026-02-24T03:56:07.233Z[ helios-setup] Feb 24 03:56:06.483 INFO E| Downloaded uuid v0.8.2
34602026-02-24T03:56:07.238Z[ helios-setup] Feb 24 03:56:06.488 INFO E| Downloaded proc-macro2 v1.0.66
34612026-02-24T03:56:07.241Z[ helios-setup] Feb 24 03:56:06.492 INFO E| Downloaded serde v1.0.193
34622026-02-24T03:56:07.246Z[ helios-setup] Feb 24 03:56:06.497 INFO E| Downloaded bitflags v2.3.3
34632026-02-24T03:56:07.250Z[ helios-setup] Feb 24 03:56:06.501 INFO E| Downloaded toml v0.5.11
34642026-02-24T03:56:07.254Z[ helios-setup] Feb 24 03:56:06.505 INFO E| Downloaded tempfile v3.7.0
34652026-02-24T03:56:07.257Z[ helios-setup] Feb 24 03:56:06.509 INFO E| Downloaded ryu v1.0.15
34662026-02-24T03:56:07.262Z[ helios-setup] Feb 24 03:56:06.513 INFO E| Downloaded serde_json v1.0.103
34672026-02-24T03:56:07.273Z[ helios-setup] Feb 24 03:56:06.524 INFO E| Downloaded once_cell v1.18.0
34682026-02-24T03:56:07.277Z[ helios-setup] Feb 24 03:56:06.528 INFO E| Downloaded getrandom v0.2.10
34692026-02-24T03:56:07.281Z[ helios-setup] Feb 24 03:56:06.533 INFO E| Downloaded unicode-ident v1.0.11
34702026-02-24T03:56:07.286Z[ helios-setup] Feb 24 03:56:06.537 INFO E| Downloaded syn v2.0.32
34712026-02-24T03:56:07.302Z[ helios-setup] Feb 24 03:56:06.553 INFO E| Downloaded glob v0.3.1
34722026-02-24T03:56:07.305Z[ helios-setup] Feb 24 03:56:06.555 INFO E| Downloaded rustix v0.38.4
34732026-02-24T03:56:07.381Z[ helios-setup] Feb 24 03:56:06.632 INFO E| Downloaded libc v0.2.147
34742026-02-24T03:56:07.812Z[ helios-setup] Feb 24 03:56:06.737 INFO E| Compiling libc v0.2.147
34752026-02-24T03:56:07.812Z[ helios-setup] Feb 24 03:56:06.737 INFO E| Compiling proc-macro2 v1.0.66
34762026-02-24T03:56:07.812Z[ helios-setup] Feb 24 03:56:06.737 INFO E| Compiling unicode-ident v1.0.11
34772026-02-24T03:56:07.812Z[ helios-setup] Feb 24 03:56:06.738 INFO E| Compiling cfg-if v1.0.0
34782026-02-24T03:56:07.812Z[ helios-setup] Feb 24 03:56:06.738 INFO E| Compiling version_check v0.9.4
34792026-02-24T03:56:07.812Z[ helios-setup] Feb 24 03:56:06.738 INFO E| Compiling typenum v1.16.0
34802026-02-24T03:56:07.812Z[ helios-setup] Feb 24 03:56:06.738 INFO E| Compiling serde v1.0.193
34812026-02-24T03:56:07.812Z[ helios-setup] Feb 24 03:56:06.738 INFO E| Compiling num-conv v0.1.0
34822026-02-24T03:56:07.897Z[ helios-setup] Feb 24 03:56:07.149 INFO E| Compiling slog v2.7.0
34832026-02-24T03:56:07.957Z[ host-package] Compiling polar-core v0.27.3
34842026-02-24T03:56:07.990Z[ helios-setup] Feb 24 03:56:07.242 INFO E| Compiling rustix v0.38.4
34852026-02-24T03:56:08.456Z[ helios-setup] Feb 24 03:56:07.707 INFO E| Compiling time-core v0.1.2
34862026-02-24T03:56:08.881Z[ helios-setup] Feb 24 03:56:08.132 INFO E| Compiling itoa v1.0.9
34872026-02-24T03:56:09.045Z[ helios-setup] Feb 24 03:56:08.297 INFO E| Compiling powerfmt v0.2.0
34882026-02-24T03:56:09.063Z[ helios-setup] Feb 24 03:56:08.315 INFO E| Compiling generic-array v0.14.7
34892026-02-24T03:56:09.405Z[ helios-setup] Feb 24 03:56:08.656 INFO E| Compiling time-macros v0.2.18
34902026-02-24T03:56:09.431Z[ helios-setup] Feb 24 03:56:08.682 INFO E| Compiling bitflags v2.3.3
34912026-02-24T03:56:09.730Z[ helios-setup] Feb 24 03:56:08.981 INFO E| Compiling deranged v0.3.11
34922026-02-24T03:56:10.025Z[ helios-setup] Feb 24 03:56:09.276 INFO E| Compiling num_threads v0.1.6
34932026-02-24T03:56:10.131Z[ helios-setup] Feb 24 03:56:09.383 INFO E| Compiling once_cell v1.18.0
34942026-02-24T03:56:10.499Z[ helios-setup] Feb 24 03:56:09.750 INFO E| Compiling quote v1.0.31
34952026-02-24T03:56:11.025Z[ helios-setup] Feb 24 03:56:10.276 INFO E| Compiling thread_local v1.1.7
34962026-02-24T03:56:11.266Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34972026-02-24T03:56:11.374Z[ helios-setup] Feb 24 03:56:10.625 INFO E| Compiling syn v2.0.32
34982026-02-24T03:56:11.587Z[ helios-setup] Feb 24 03:56:10.838 INFO E| Compiling serde_json v1.0.103
34992026-02-24T03:56:11.878Z[ host-package] Compiling samael v0.0.19
35002026-02-24T03:56:12.050Z[ helios-setup] Feb 24 03:56:11.301 INFO E| Compiling dirs-sys-next v0.1.2
35012026-02-24T03:56:12.064Z[ helios-setup] Feb 24 03:56:11.315 INFO E| Compiling errno v0.3.1
35022026-02-24T03:56:12.219Z[ helios-setup] Feb 24 03:56:11.470 INFO E| Compiling atty v0.2.14
35032026-02-24T03:56:12.387Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35042026-02-24T03:56:12.541Z[ helios-setup] Feb 24 03:56:11.793 INFO E| Compiling dirs-next v2.0.0
35052026-02-24T03:56:12.597Z[ helios-setup] Feb 24 03:56:11.848 INFO E| Compiling anyhow v1.0.72
35062026-02-24T03:56:12.765Z[ helios-setup] Feb 24 03:56:12.016 INFO E| Compiling term v0.7.0
35072026-02-24T03:56:12.819Z[ helios-setup] Feb 24 03:56:12.070 INFO E| Compiling opaque-debug v0.3.0
35082026-02-24T03:56:12.964Z[ helios-setup] Feb 24 03:56:12.216 INFO E| Compiling fastrand v2.0.0
35092026-02-24T03:56:13.297Z[ helios-setup] Feb 24 03:56:12.548 INFO E| Compiling block-buffer v0.9.0
35102026-02-24T03:56:13.613Z[ helios-setup] Feb 24 03:56:12.864 INFO E| Compiling digest v0.9.0
35112026-02-24T03:56:13.751Z[ helios-setup] Feb 24 03:56:13.002 INFO E| Compiling getrandom v0.2.10
35122026-02-24T03:56:14.070Z[ helios-setup] Feb 24 03:56:13.321 INFO E| Compiling time v0.3.36
35132026-02-24T03:56:14.179Z[ helios-setup] Feb 24 03:56:13.430 INFO E| Compiling cpufeatures v0.2.9
35142026-02-24T03:56:14.295Z[ helios-setup] Feb 24 03:56:13.546 INFO E| Compiling same-file v1.0.6
35152026-02-24T03:56:14.419Z[ helios-setup] Feb 24 03:56:13.670 INFO E| Compiling unicode-width v0.1.10
35162026-02-24T03:56:14.686Z[ helios-setup] Feb 24 03:56:13.937 INFO E| Compiling ryu v1.0.15
35172026-02-24T03:56:15.775Z[ helios-setup] Feb 24 03:56:14.020 INFO E| Compiling walkdir v2.3.3
35182026-02-24T03:56:15.778Z[ helios-setup] Feb 24 03:56:14.325 INFO E| Compiling getopts v0.2.21
35192026-02-24T03:56:15.778Z[ helios-setup] Feb 24 03:56:14.804 INFO E| Compiling tempfile v3.7.0
35202026-02-24T03:56:15.897Z[ helios-setup] Feb 24 03:56:15.148 INFO E| Compiling sha-1 v0.9.8
35212026-02-24T03:56:16.075Z[ helios-setup] Feb 24 03:56:15.326 INFO E| Compiling md-5 v0.9.1
35222026-02-24T03:56:16.307Z[ helios-setup] Feb 24 03:56:15.558 INFO E| Compiling libdevinfo-sys v1.0.0
35232026-02-24T03:56:16.355Z[ helios-setup] Feb 24 03:56:15.605 INFO E| Compiling glob v0.3.1
35242026-02-24T03:56:18.331Z[ helios-setup] Feb 24 03:56:17.582 INFO E| Compiling slog-term v2.9.0
35252026-02-24T03:56:18.411Z[ helios-setup] Feb 24 03:56:17.661 INFO E| Compiling serde_derive v1.0.193
35262026-02-24T03:56:20.203Z[ host-package] Compiling derive_builder v0.20.2
35272026-02-24T03:56:20.772Z[ host-package] Compiling oso-derive v0.27.3
35282026-02-24T03:56:21.655Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35292026-02-24T03:56:21.876Z[ host-package] Compiling quick-xml v0.37.2
35302026-02-24T03:56:21.999Z[ host-package] Compiling half v1.8.3
35312026-02-24T03:56:23.380Z[ host-package] Compiling serde_cbor v0.11.2
35322026-02-24T03:56:23.597Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35332026-02-24T03:56:24.231Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35342026-02-24T03:56:25.808Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35352026-02-24T03:56:26.896Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35362026-02-24T03:56:27.929Z[ host-package] Compiling diesel-dtrace v0.4.2
35372026-02-24T03:56:28.599Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35382026-02-24T03:56:30.004Z[ helios-setup] Feb 24 03:56:29.253 INFO E| Compiling toml v0.5.11
35392026-02-24T03:56:30.004Z[ helios-setup] Feb 24 03:56:29.253 INFO E| Compiling uuid v0.8.2
35402026-02-24T03:56:32.196Z[ helios-setup] Feb 24 03:56:31.411 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35412026-02-24T03:56:33.660Z[ helios-setup] Feb 24 03:56:32.910 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35422026-02-24T03:56:35.617Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35432026-02-24T03:56:36.106Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35442026-02-24T03:56:39.428Z[ host-package] Compiling oso v0.27.3
35452026-02-24T03:56:43.887Z[ helios-setup] Feb 24 03:56:43.136 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.57s
35462026-02-24T03:56:43.920Z[ helios-setup] Feb 24 03:56:43.170 INFO building project "image-builder" ok (37 seconds)
35472026-02-24T03:56:43.920Z[ helios-setup] Feb 24 03:56:43.170 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35482026-02-24T03:56:44.051Z[ helios-setup] Feb 24 03:56:43.300 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
35492026-02-24T03:56:44.051Z[ helios-setup] Feb 24 03:56:43.300 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35502026-02-24T03:56:44.051Z[ helios-setup] Feb 24 03:56:43.301 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35512026-02-24T03:56:44.493Z[ helios-setup] Feb 24 03:56:43.742 INFO E| Downloading crates ...
35522026-02-24T03:56:44.793Z[ helios-setup] Feb 24 03:56:44.042 INFO E| Downloaded time-core v0.1.4
35532026-02-24T03:56:44.796Z[ helios-setup] Feb 24 03:56:44.045 INFO E| Downloaded darling_macro v0.20.11
35542026-02-24T03:56:44.796Z[ helios-setup] Feb 24 03:56:44.046 INFO E| Downloaded fastrand v2.3.0
35552026-02-24T03:56:44.837Z[ helios-setup] Feb 24 03:56:44.087 INFO E| Downloaded time-macros v0.2.22
35562026-02-24T03:56:44.841Z[ helios-setup] Feb 24 03:56:44.090 INFO E| Downloaded serde_with_macros v3.12.0
35572026-02-24T03:56:44.844Z[ helios-setup] Feb 24 03:56:44.093 INFO E| Downloaded darling v0.20.11
35582026-02-24T03:56:44.851Z[ helios-setup] Feb 24 03:56:44.100 INFO E| Downloaded deranged v0.4.0
35592026-02-24T03:56:44.854Z[ helios-setup] Feb 24 03:56:44.104 INFO E| Downloaded getrandom v0.3.3
35602026-02-24T03:56:44.866Z[ helios-setup] Feb 24 03:56:44.116 INFO E| Downloaded tempfile v3.20.0
35612026-02-24T03:56:44.877Z[ helios-setup] Feb 24 03:56:44.127 INFO E| Downloaded darling_core v0.20.11
35622026-02-24T03:56:44.900Z[ helios-setup] Feb 24 03:56:44.150 INFO E| Downloaded time v0.3.41
35632026-02-24T03:56:44.925Z[ helios-setup] Feb 24 03:56:44.174 INFO E| Downloaded indexmap v2.9.0
35642026-02-24T03:56:44.930Z[ helios-setup] Feb 24 03:56:44.180 INFO E| Downloaded serde_with v3.12.0
35652026-02-24T03:56:44.942Z[ helios-setup] Feb 24 03:56:44.191 INFO E| Downloaded hashbrown v0.15.3
35662026-02-24T03:56:44.948Z[ helios-setup] Feb 24 03:56:44.198 INFO E| Downloaded bitflags v2.9.1
35672026-02-24T03:56:44.954Z[ helios-setup] Feb 24 03:56:44.204 INFO E| Downloaded anyhow v1.0.98
35682026-02-24T03:56:44.964Z[ helios-setup] Feb 24 03:56:44.213 INFO E| Downloaded chrono v0.4.41
35692026-02-24T03:56:44.982Z[ helios-setup] Feb 24 03:56:44.232 INFO E| Downloaded rustix v1.0.7
35702026-02-24T03:56:45.107Z[ helios-setup] Feb 24 03:56:44.356 INFO E| Compiling proc-macro2 v1.0.95
35712026-02-24T03:56:45.107Z[ helios-setup] Feb 24 03:56:44.356 INFO E| Compiling unicode-ident v1.0.18
35722026-02-24T03:56:45.107Z[ helios-setup] Feb 24 03:56:44.356 INFO E| Compiling libc v0.2.172
35732026-02-24T03:56:45.111Z[ helios-setup] Feb 24 03:56:44.357 INFO E| Compiling fnv v1.0.7
35742026-02-24T03:56:45.111Z[ helios-setup] Feb 24 03:56:44.357 INFO E| Compiling strsim v0.11.1
35752026-02-24T03:56:45.111Z[ helios-setup] Feb 24 03:56:44.357 INFO E| Compiling ident_case v1.0.1
35762026-02-24T03:56:45.111Z[ helios-setup] Feb 24 03:56:44.357 INFO E| Compiling serde v1.0.219
35772026-02-24T03:56:45.111Z[ helios-setup] Feb 24 03:56:44.357 INFO E| Compiling rustix v1.0.7
35782026-02-24T03:56:45.519Z[ helios-setup] Feb 24 03:56:44.769 INFO E| Compiling getrandom v0.3.3
35792026-02-24T03:56:45.917Z[ helios-setup] Feb 24 03:56:45.166 INFO E| Compiling thiserror v2.0.12
35802026-02-24T03:56:46.681Z[ helios-setup] Feb 24 03:56:45.931 INFO E| Compiling serde_json v1.0.140
35812026-02-24T03:56:47.016Z[ helios-setup] Feb 24 03:56:46.265 INFO E| Compiling anyhow v1.0.98
35822026-02-24T03:56:47.129Z[ helios-setup] Feb 24 03:56:46.379 INFO E| Compiling cfg-if v1.0.0
35832026-02-24T03:56:47.244Z[ helios-setup] Feb 24 03:56:46.493 INFO E| Compiling bitflags v2.9.1
35842026-02-24T03:56:47.394Z[ helios-setup] Feb 24 03:56:46.644 INFO E| Compiling memchr v2.7.4
35852026-02-24T03:56:47.640Z[ helios-setup] Feb 24 03:56:46.889 INFO E| Compiling fastrand v2.3.0
35862026-02-24T03:56:47.646Z[ helios-setup] Feb 24 03:56:46.896 INFO E| Compiling itoa v1.0.15
35872026-02-24T03:56:47.974Z[ helios-setup] Feb 24 03:56:47.223 INFO E| Compiling ryu v1.0.20
35882026-02-24T03:56:47.997Z[ helios-setup] Feb 24 03:56:47.247 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35892026-02-24T03:56:48.597Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35902026-02-24T03:56:48.853Z[ helios-setup] Feb 24 03:56:48.100 INFO E| Compiling quote v1.0.40
35912026-02-24T03:56:48.976Z[ helios-setup] Feb 24 03:56:48.225 INFO E| Compiling once_cell v1.21.3
35922026-02-24T03:56:49.136Z[ helios-setup] Feb 24 03:56:48.385 INFO E| Compiling errno v0.3.12
35932026-02-24T03:56:49.403Z[ host-package] Compiling bb8 v0.8.5
35942026-02-24T03:56:49.825Z[ helios-setup] Feb 24 03:56:49.074 INFO E| Compiling syn v2.0.101
35952026-02-24T03:56:50.536Z[ host-package] Compiling trait-variant v0.1.2
35962026-02-24T03:56:50.792Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35972026-02-24T03:56:51.652Z[ host-package] Compiling async-bb8-diesel v0.2.1
35982026-02-24T03:56:52.212Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
35992026-02-24T03:56:52.328Z[ helios-setup] Feb 24 03:56:51.577 INFO E| Compiling tempfile v3.20.0
36002026-02-24T03:56:53.988Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36012026-02-24T03:56:54.542Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36022026-02-24T03:56:57.471Z[ helios-setup] Feb 24 03:56:56.720 INFO E| Compiling darling_core v0.20.11
36032026-02-24T03:56:58.162Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36042026-02-24T03:56:59.159Z[ host-package] Compiling fxhash v0.2.1
36052026-02-24T03:56:59.597Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36062026-02-24T03:56:59.659Z[ helios-setup] Feb 24 03:56:58.906 INFO E| Compiling serde_derive v1.0.219
36072026-02-24T03:56:59.662Z[ helios-setup] Feb 24 03:56:58.906 INFO E| Compiling thiserror-impl v2.0.12
36082026-02-24T03:56:59.819Z[ host-package] Compiling typify-impl v0.2.0
36092026-02-24T03:56:59.937Z[ host-package] Compiling kstat-rs v0.2.4
36102026-02-24T03:57:00.200Z[ host-package] Compiling libz-sys v1.1.20
36112026-02-24T03:57:01.143Z[ host-package] Compiling nonempty v0.12.0
36122026-02-24T03:57:01.247Z[ host-package] Compiling salty v0.3.0
36132026-02-24T03:57:01.970Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36142026-02-24T03:57:03.082Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36152026-02-24T03:57:03.366Z[ helios-setup] Feb 24 03:57:02.614 INFO E| Compiling darling_macro v0.20.11
36162026-02-24T03:57:05.005Z[ helios-setup] Feb 24 03:57:04.248 INFO E| Compiling darling v0.20.11
36172026-02-24T03:57:05.184Z[ helios-setup] Feb 24 03:57:04.431 INFO E| Compiling serde_with_macros v3.12.0
36182026-02-24T03:57:10.795Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36192026-02-24T03:57:11.703Z[ host-package] Compiling typify-macro v0.2.0
36202026-02-24T03:57:13.736Z[ helios-setup] Feb 24 03:57:12.983 INFO E| Compiling serde_with v3.12.0
36212026-02-24T03:57:15.913Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36222026-02-24T03:57:22.173Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36232026-02-24T03:57:24.825Z[ helios-setup] Feb 24 03:57:24.072 INFO E| Finished `release` profile [optimized] target(s) in 40.64s
36242026-02-24T03:57:24.858Z[ helios-setup] Feb 24 03:57:24.106 INFO building project "dmar-report" ok (40 seconds)
36252026-02-24T03:57:24.862Z[ helios-setup] rm -f helios-build
36262026-02-24T03:57:24.867Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36272026-02-24T03:57:24.870Z[ helios-setup]
36282026-02-24T03:57:24.873Z[ helios-setup] Setup complete! ./helios-build is now available.
36292026-02-24T03:57:24.876Z[ helios-setup]
36302026-02-24T03:57:24.876Z[ helios-setup]
36312026-02-24T03:57:24.876Z[ helios-setup] real 8:18.456157790
36322026-02-24T03:57:24.876ZFeb 24 03:57:24.124 INFO [helios-setup] process exited with exit status: 0 (498.459679842s)
36332026-02-24T03:57:24.876Z[ helios-setup] user 16:52.395049886
36342026-02-24T03:57:24.876Z[ helios-setup] sys 1:55.819198916
36352026-02-24T03:57:24.879Z[ helios-setup] trap 1.110247403
36362026-02-24T03:57:24.880Z[ helios-setup] tflt 4.729880929
36372026-02-24T03:57:24.880Z[ helios-setup] dflt 12.567180986
36382026-02-24T03:57:24.880Z[ helios-setup] kflt 0.000819307
36392026-02-24T03:57:24.880Z[ helios-setup] lock 1:26:01.036778224
36402026-02-24T03:57:24.880Z[ helios-setup] slp 2:14:31.317068589
36412026-02-24T03:57:24.880Z[ helios-setup] lat 18:29.362713289
36422026-02-24T03:57:24.880Z[ helios-setup] stop 2:39.170728593
36432026-02-24T03:57:24.880ZFeb 24 03:57:24.125 INFO [helios-record] running task
36442026-02-24T03:57:24.880ZFeb 24 03:57:24.125 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36452026-02-24T03:57:24.883ZFeb 24 03:57:24.131 DEBG process exited with exit status: 0 (6.265245ms)
36462026-02-24T03:57:24.884ZFeb 24 03:57:24.131 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36472026-02-24T03:57:24.889ZFeb 24 03:57:24.137 DEBG process exited with exit status: 0 (5.470904ms)
36482026-02-24T03:57:24.889ZFeb 24 03:57:24.137 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36492026-02-24T03:57:24.899ZFeb 24 03:57:24.143 DEBG process exited with exit status: 0 (6.150514ms)
36502026-02-24T03:57:24.899ZFeb 24 03:57:24.143 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36512026-02-24T03:57:24.902ZFeb 24 03:57:24.148 DEBG process exited with exit status: 0 (5.374664ms)
36522026-02-24T03:57:24.902ZFeb 24 03:57:24.148 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36532026-02-24T03:57:24.906ZFeb 24 03:57:24.153 DEBG process exited with exit status: 0 (5.213823ms)
36542026-02-24T03:57:24.906ZFeb 24 03:57:24.154 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36552026-02-24T03:57:24.912ZFeb 24 03:57:24.159 DEBG process exited with exit status: 0 (4.976924ms)
36562026-02-24T03:57:24.912ZFeb 24 03:57:24.159 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36572026-02-24T03:57:24.917ZFeb 24 03:57:24.165 DEBG process exited with exit status: 0 (6.072975ms)
36582026-02-24T03:57:24.917ZFeb 24 03:57:24.165 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36592026-02-24T03:57:24.923ZFeb 24 03:57:24.170 DEBG process exited with exit status: 0 (5.311453ms)
36602026-02-24T03:57:24.923ZFeb 24 03:57:24.170 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36612026-02-24T03:57:24.928ZFeb 24 03:57:24.175 DEBG process exited with exit status: 0 (5.184873ms)
36622026-02-24T03:57:24.931ZFeb 24 03:57:24.176 INFO [helios-record] task succeeded (51.086998ms)
36632026-02-24T03:57:26.780Z[ host-package] Compiling nanorand v0.7.0
36642026-02-24T03:57:27.522Z[ host-package] Compiling parking_lot_core v0.8.6
36652026-02-24T03:57:28.495Z[ host-package] Compiling mime_guess v2.0.5
36662026-02-24T03:57:28.785Z[ host-package] Compiling flume v0.11.1
36672026-02-24T03:57:29.545Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36682026-02-24T03:57:29.628Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36692026-02-24T03:57:33.480Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36702026-02-24T03:57:37.230Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36712026-02-24T03:57:37.512Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36722026-02-24T03:57:54.336Z[ host-package] Compiling tabled_derive v0.10.0
36732026-02-24T03:57:55.198Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36742026-02-24T03:57:56.538Z[ host-package] Compiling ignore v0.4.23
36752026-02-24T03:58:00.452Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36762026-02-24T03:58:01.063Z[ host-package] Compiling papergrid v0.14.0
36772026-02-24T03:58:02.159Z[ host-package] Compiling primeorder v0.13.6
36782026-02-24T03:58:02.776Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36792026-02-24T03:58:03.087Z[ host-package] Compiling castaway v0.2.3
36802026-02-24T03:58:03.342Z[ host-package] Compiling nibble_vec v0.1.0
36812026-02-24T03:58:03.659Z[ host-package] Compiling atty v0.2.14
36822026-02-24T03:58:03.880Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36832026-02-24T03:58:04.263Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36842026-02-24T03:58:04.313Z[ host-package] Compiling http-range v0.1.5
36852026-02-24T03:58:04.676Z[ host-package] Compiling endian-type v0.1.2
36862026-02-24T03:58:04.973Z[ host-package] Compiling radix_trie v0.2.1
36872026-02-24T03:58:05.006Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36882026-02-24T03:58:05.869Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36892026-02-24T03:58:06.062Z[ host-package] Compiling compact_str v0.8.0
36902026-02-24T03:58:07.325Z[ host-package] Compiling tabled v0.18.0
36912026-02-24T03:58:08.480Z[ host-package] Compiling p384 v0.13.1
36922026-02-24T03:58:12.687Z[ host-package] Compiling globwalk v0.9.1
36932026-02-24T03:58:13.251Z[ host-package] Compiling parking_lot v0.11.2
36942026-02-24T03:58:14.054Z[ host-package] Compiling typify v0.2.0
36952026-02-24T03:58:14.291Z[ host-package] Compiling predicates-tree v1.0.12
36962026-02-24T03:58:15.166Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36972026-02-24T03:58:15.203Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36982026-02-24T03:58:15.241Z[ host-package] Compiling unicode-truncate v1.1.0
36992026-02-24T03:58:15.592Z[ host-package] Compiling prefix-trie v0.7.0
37002026-02-24T03:58:16.615Z[ host-package] Compiling lru v0.12.5
37012026-02-24T03:58:17.026Z[ host-package] Compiling vergen-git2 v1.0.7
37022026-02-24T03:58:17.411Z[ host-package] Compiling instability v0.3.2
37032026-02-24T03:58:18.400Z[ host-package] Compiling cassowary v0.3.0
37042026-02-24T03:58:19.634Z[ host-package] Compiling indoc v2.0.6
37052026-02-24T03:58:20.477Z[ host-package] Compiling ratatui v0.29.0
37062026-02-24T03:58:22.032Z[ host-package] Compiling hickory-server v0.25.2
37072026-02-24T03:58:22.328Z[ host-package] Compiling hyper-staticfile v0.10.1
37082026-02-24T03:58:24.802Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37092026-02-24T03:58:26.132Z[ host-package] Compiling progenitor-impl v0.8.0
37102026-02-24T03:58:26.247Z[ host-package] Compiling sled v0.34.7
37112026-02-24T03:58:29.134Z[ host-package] Compiling git2 v0.20.2
37122026-02-24T03:58:37.382Z[ host-package] Compiling hickory-client v0.25.2
37132026-02-24T03:58:37.656Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37142026-02-24T03:58:38.953Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37152026-02-24T03:58:39.309Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37162026-02-24T03:58:39.361Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37172026-02-24T03:58:40.864Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37182026-02-24T03:58:44.677Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37192026-02-24T03:58:45.417Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37202026-02-24T03:58:47.220Z[ host-package] Compiling rand_seeder v0.4.0
37212026-02-24T03:58:47.691Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37222026-02-24T03:58:48.657Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
37232026-02-24T03:58:48.694Z[ host-package] Compiling lzma-sys v0.1.20
37242026-02-24T03:58:49.125Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37252026-02-24T03:58:49.479Z[ host-package] Compiling rustls v0.21.12
37262026-02-24T03:58:49.552Z[ host-package] Compiling corncobs v0.1.4
37272026-02-24T03:58:49.953Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37282026-02-24T03:58:50.176Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37292026-02-24T03:58:50.530Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37302026-02-24T03:58:51.513Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37312026-02-24T03:58:51.643Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37322026-02-24T03:58:59.877Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37332026-02-24T03:59:04.763Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37342026-02-24T03:59:05.238Z[ host-package] Compiling progenitor-macro v0.8.0
37352026-02-24T03:59:05.556Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37362026-02-24T03:59:15.740Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37372026-02-24T03:59:16.123Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37382026-02-24T03:59:22.775Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37392026-02-24T03:59:23.408Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37402026-02-24T03:59:23.830Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37412026-02-24T03:59:24.280Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37422026-02-24T03:59:24.697Z[ host-package] Compiling progenitor-client v0.8.0
37432026-02-24T03:59:25.658Z[ host-package] Compiling sct v0.7.1
37442026-02-24T03:59:26.183Z[ host-package] Compiling rustls-webpki v0.101.7
37452026-02-24T03:59:29.917Z[ host-package] Compiling heck v0.3.3
37462026-02-24T03:59:30.307Z[ host-package] Compiling secrecy v0.8.0
37472026-02-24T03:59:30.408Z[ host-package] Compiling void v1.0.2
37482026-02-24T03:59:30.656Z[ host-package] Compiling lzss v0.8.2
37492026-02-24T03:59:31.170Z[ host-package] Compiling zone_cfg_derive v0.1.2
37502026-02-24T03:59:32.511Z[ host-package] Compiling progenitor v0.8.0
37512026-02-24T03:59:33.001Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37522026-02-24T03:59:39.881Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37532026-02-24T03:59:41.243Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37542026-02-24T03:59:42.731Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37552026-02-24T03:59:43.647Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37562026-02-24T03:59:45.226Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37572026-02-24T03:59:45.618Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37582026-02-24T03:59:46.791Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37592026-02-24T03:59:47.191Z[ host-package] Compiling tungstenite v0.23.0
37602026-02-24T03:59:48.583Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37612026-02-24T03:59:49.000Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37622026-02-24T03:59:49.419Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37632026-02-24T03:59:49.836Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37642026-02-24T03:59:50.253Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37652026-02-24T03:59:50.994Z[ host-package] Compiling nix v0.27.1
37662026-02-24T03:59:52.594Z[ host-package] Compiling serde_bytes v0.11.19
37672026-02-24T03:59:53.204Z[ host-package] Compiling number_prefix v0.4.0
37682026-02-24T03:59:53.550Z[ host-package] Compiling base64 v0.13.1
37692026-02-24T03:59:53.754Z[ host-package] Compiling indicatif v0.17.11
37702026-02-24T03:59:54.363Z[ host-package] Compiling ron v0.7.1
37712026-02-24T03:59:55.378Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37722026-02-24T03:59:59.321Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37732026-02-24T03:59:59.562Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37742026-02-24T04:00:00.136Z[ host-package] Compiling tokio-tungstenite v0.23.1
37752026-02-24T04:00:00.172Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37762026-02-24T04:00:00.834Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37772026-02-24T04:00:16.883Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37782026-02-24T04:00:17.779Z[ host-package] Compiling xz2 v0.1.7
37792026-02-24T04:00:22.667Z[ host-package] Compiling tokio-rustls v0.24.1
37802026-02-24T04:00:23.257Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37812026-02-24T04:00:31.099Z[ host-package] Compiling zone v0.1.8
37822026-02-24T04:00:32.731Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37832026-02-24T04:00:34.710Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37842026-02-24T04:00:39.655Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37852026-02-24T04:00:40.374Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37862026-02-24T04:00:46.233Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37872026-02-24T04:00:47.159Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37882026-02-24T04:00:49.162Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37892026-02-24T04:00:49.986Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37902026-02-24T04:00:59.279Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37912026-02-24T04:01:04.713Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37922026-02-24T04:01:12.710Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37932026-02-24T04:01:14.566Z[ host-package] Compiling rustls-pemfile v1.0.4
37942026-02-24T04:01:15.217Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37952026-02-24T04:01:15.382Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37962026-02-24T04:01:18.523Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37972026-02-24T04:01:18.945Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37982026-02-24T04:01:20.169Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37992026-02-24T04:01:21.909Z[ host-package] Compiling signal-hook-tokio v0.3.1
38002026-02-24T04:01:22.234Z[ host-package] Compiling twox-hash v2.1.0
38012026-02-24T04:01:22.288Z[ host-package] Compiling yasna v0.5.2
38022026-02-24T04:01:23.280Z[ host-package] Compiling is_ci v1.2.0
38032026-02-24T04:01:23.668Z[ host-package] Compiling rcgen v0.12.1
38042026-02-24T04:01:23.818Z[ host-package] Compiling supports-color v3.0.2
38052026-02-24T04:01:24.884Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38062026-02-24T04:01:25.823Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-02-24T04:01:35.190Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38082026-02-24T04:01:35.493Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38092026-02-24T04:01:47.134Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38102026-02-24T04:01:59.544Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38112026-02-24T04:02:11.133Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38122026-02-24T04:02:13.418Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38132026-02-24T04:02:19.050Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38142026-02-24T04:02:32.256Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38152026-02-24T04:02:32.590Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38162026-02-24T04:02:37.343Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38172026-02-24T04:02:37.779Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38182026-02-24T04:02:38.221Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38192026-02-24T04:02:38.595Z[ host-package] Compiling fatfs v0.3.6
38202026-02-24T04:02:41.359Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38212026-02-24T04:02:41.526Z[ host-package] Compiling subprocess v0.2.9
38222026-02-24T04:02:46.381Z[ host-package] Compiling rtoolbox v0.0.2
38232026-02-24T04:02:46.865Z[ host-package] Compiling seq-macro v0.3.6
38242026-02-24T04:02:47.974Z[ host-package] Compiling assert_matches v1.5.0
38252026-02-24T04:02:50.740Z[ host-package] Compiling rpassword v7.4.0
38262026-02-24T04:02:51.262Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38272026-02-24T04:02:54.035Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38282026-02-24T04:03:02.935Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38292026-02-24T04:03:16.528Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38302026-02-24T04:03:21.763Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38312026-02-24T04:03:22.010Z[ host-package] Compiling tui-tree-widget v0.23.1
38322026-02-24T04:03:22.624Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38332026-02-24T04:03:29.715Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38342026-02-24T04:03:30.700Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38352026-02-24T04:03:33.256Z[ host-package] Compiling uzers v0.12.1
38362026-02-24T04:03:36.495Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38372026-02-24T04:03:36.567Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38382026-02-24T04:03:49.122Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38392026-02-24T04:03:51.769Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38402026-02-24T04:04:16.650Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38412026-02-24T04:04:18.255Z[ host-package] Compiling support-bundle-viewer v0.1.2
38422026-02-24T04:04:21.385Z[ host-package] Compiling multimap v0.10.1
38432026-02-24T04:06:34.987Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38442026-02-24T04:17:18.418Z[ host-package] Finished `release` profile [optimized] target(s) in 26m 28s
38452026-02-24T04:18:17.819ZFeb 24 04:18:17.000 INFO [host-package] process exited with exit status: 0 (1648.475018803s)
38462026-02-24T04:18:17.819ZFeb 24 04:18:17.000 INFO [host-stamp] running task
38472026-02-24T04:18:17.823ZFeb 24 04:18:17.000 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38482026-02-24T04:18:17.823ZFeb 24 04:18:17.000 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+git924ca7e25be
38492026-02-24T04:18:17.823ZFeb 24 04:18:17.001 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+git924ca7e25be
38502026-02-24T04:18:17.823ZFeb 24 04:18:17.001 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+git924ca7e25be
38512026-02-24T04:18:17.823ZFeb 24 04:18:17.002 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+git924ca7e25be
38522026-02-24T04:18:17.823ZFeb 24 04:18:17.002 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+git924ca7e25be
38532026-02-24T04:18:17.823ZFeb 24 04:18:17.002 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+git924ca7e25be
38542026-02-24T04:18:17.826ZFeb 24 04:18:17.003 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+git924ca7e25be
38552026-02-24T04:18:17.826ZFeb 24 04:18:17.004 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+git924ca7e25be
38562026-02-24T04:18:17.836Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38572026-02-24T04:18:17.839Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-02-24T04:18:17.839Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-02-24T04:18:17.839Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-02-24T04:18:17.839Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38612026-02-24T04:18:17.839Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38622026-02-24T04:18:17.839Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38632026-02-24T04:18:17.839Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38642026-02-24T04:18:17.842Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38652026-02-24T04:18:17.846Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38662026-02-24T04:18:17.854Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38672026-02-24T04:18:17.856ZFeb 24 04:18:17.035 INFO [stamp-overlay] process exited with exit status: 0 (30.389093ms)
38682026-02-24T04:18:17.859ZFeb 24 04:18:17.038 INFO [stamp-oxlog] process exited with exit status: 0 (38.285528ms)
38692026-02-24T04:18:17.907Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38702026-02-24T04:18:17.911ZFeb 24 04:18:17.091 INFO [stamp-crucible-utils] process exited with exit status: 0 (88.664586ms)
38712026-02-24T04:18:17.943Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38722026-02-24T04:18:17.948ZFeb 24 04:18:17.128 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (126.981304ms)
38732026-02-24T04:18:18.160Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38742026-02-24T04:18:18.164ZFeb 24 04:18:17.344 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (342.207305ms)
38752026-02-24T04:18:18.506Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38762026-02-24T04:18:18.510ZFeb 24 04:18:17.691 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (689.838754ms)
38772026-02-24T04:18:19.283Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38782026-02-24T04:18:19.287ZFeb 24 04:18:18.467 INFO [stamp-propolis-server] process exited with exit status: 0 (1.465504562s)
38792026-02-24T04:18:19.456Z[recovery-package] Compiling newtype-uuid v1.3.2
38802026-02-24T04:18:19.769Z[recovery-package] Compiling daft v0.1.4
38812026-02-24T04:18:20.092Z[recovery-package] Compiling iddqd v0.3.16
38822026-02-24T04:18:21.746Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38832026-02-24T04:18:22.117Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38842026-02-24T04:18:22.117Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38852026-02-24T04:18:22.120Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38862026-02-24T04:18:22.120Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38872026-02-24T04:18:22.186Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38882026-02-24T04:18:22.873Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38892026-02-24T04:18:26.734Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38902026-02-24T04:18:26.737ZFeb 24 04:18:25.916 INFO [stamp-switch-asic] process exited with exit status: 0 (8.914707431s)
38912026-02-24T04:18:26.737ZFeb 24 04:18:25.916 INFO [host-stamp] task succeeded (8.916811043s)
38922026-02-24T04:18:26.737ZFeb 24 04:18:25.916 INFO [host-proto] running task
38932026-02-24T04:18:27.341ZFeb 24 04:18:26.521 INFO [host-proto] task succeeded (604.346841ms)
38942026-02-24T04:18:27.341ZFeb 24 04:18:26.521 INFO [host-profile] running task
38952026-02-24T04:18:27.344ZFeb 24 04:18:26.521 INFO [host-profile] task succeeded (294.23µs)
38962026-02-24T04:18:27.344ZFeb 24 04:18:26.521 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.39.455' -P /tmp/.tmpa2ii5w/proto/host/root -N 'ci 924ca7e/${os_short_commit} 2026-02-24 03:49' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38972026-02-24T04:18:27.349Z[ host-image] Feb 24 04:18:26.529 INFO Checking files for board 'cosmo-mbist-noaggr'
38982026-02-24T04:18:27.349Z[ host-image] Feb 24 04:18:26.529 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
38992026-02-24T04:18:27.352Z[ host-image] Feb 24 04:18:26.529 INFO Checking files for board 'cosmo'
39002026-02-24T04:18:27.352Z[ host-image] Feb 24 04:18:26.529 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39012026-02-24T04:18:27.352Z[ host-image] Feb 24 04:18:26.529 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39022026-02-24T04:18:27.352Z[ host-image] Feb 24 04:18:26.529 INFO Checking files for board 'cosmo-mbist'
39032026-02-24T04:18:27.352Z[ host-image] Feb 24 04:18:26.529 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39042026-02-24T04:18:27.352Z[ host-image] Feb 24 04:18:26.529 INFO Checking files for board 'gimlet'
39052026-02-24T04:18:27.352Z[ host-image] Feb 24 04:18:26.529 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39062026-02-24T04:18:27.352Z[ host-image] Feb 24 04:18:26.529 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39072026-02-24T04:18:27.361Z[ host-image] Feb 24 04:18:26.540 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpa2ii5w/proto/host/root"
39082026-02-24T04:18:27.361Z[ host-image] Feb 24 04:18:26.541 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39092026-02-24T04:18:27.364Z[ host-image] Feb 24 04:18:26.541 INFO image builder template: ramdisk-01-os...
39102026-02-24T04:18:27.364Z[ host-image] Feb 24 04:18:26.541 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/.tmpa2ii5w/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39112026-02-24T04:18:27.377Z[ host-image] Feb 24 04:18:26.557 INFO O| Feb 24 04:18:26.557 INFO CREATE DATASET: rpool/images/build/host/output
39122026-02-24T04:18:27.753Z[ host-image] Feb 24 04:18:26.932 INFO O| Feb 24 04:18:26.932 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39132026-02-24T04:18:27.756Z[ host-image] Feb 24 04:18:26.936 INFO O| Feb 24 04:18:26.936 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39142026-02-24T04:18:28.030Z[ host-image] Feb 24 04:18:27.210 INFO O| Feb 24 04:18:27.210 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39152026-02-24T04:18:28.091Z[ host-image] Feb 24 04:18:27.270 INFO O| Feb 24 04:18:27.270 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39162026-02-24T04:18:28.091Z[ host-image] Feb 24 04:18:27.270 INFO O| Feb 24 04:18:27.270 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39172026-02-24T04:18:28.095Z[ host-image] Feb 24 04:18:27.270 INFO O| Feb 24 04:18:27.270 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39182026-02-24T04:18:28.095Z[ host-image] Feb 24 04:18:27.270 INFO O| Feb 24 04:18:27.270 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39192026-02-24T04:18:28.098Z[ host-image] Feb 24 04:18:27.276 INFO O| Feb 24 04:18:27.276 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39202026-02-24T04:18:28.324Z[ host-image] Feb 24 04:18:27.503 INFO O| Feb 24 04:18:27.503 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-02-24T04:18:28.332Z[ host-image] Feb 24 04:18:27.512 INFO O| Feb 24 04:18:27.512 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39222026-02-24T04:18:28.699Z[ host-image] Feb 24 04:18:27.878 INFO O| Feb 24 04:18:27.878 INFO O| Caching catalogs ... Done
39232026-02-24T04:18:28.780Z[ host-image] Feb 24 04:18:27.960 INFO O| Feb 24 04:18:27.960 INFO STEP 0 (pkg_image_create) COMPLETE
39242026-02-24T04:18:28.780Z[ host-image] Feb 24 04:18:27.960 INFO O| Feb 24 04:18:27.960 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-02-24T04:18:28.789Z[ host-image] Feb 24 04:18:27.968 INFO O| Feb 24 04:18:27.968 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/2/dev/", "helios-dev"]
39262026-02-24T04:18:29.128Z[ host-image] Feb 24 04:18:28.307 INFO O| Feb 24 04:18:28.307 INFO STEP 1 (pkg_set_publisher) COMPLETE
39272026-02-24T04:18:29.128Z[ host-image] Feb 24 04:18:28.307 INFO O| Feb 24 04:18:28.307 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-02-24T04:18:29.131Z[ host-image] Feb 24 04:18:28.307 INFO O| Feb 24 04:18:28.307 INFO skip step because feature "publisher_1_name" is not enabled
39292026-02-24T04:18:29.131Z[ host-image] Feb 24 04:18:28.307 INFO O| Feb 24 04:18:28.307 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-02-24T04:18:29.131Z[ host-image] Feb 24 04:18:28.307 INFO O| Feb 24 04:18:28.307 INFO skip step because feature "publisher_2_name" is not enabled
39312026-02-24T04:18:29.131Z[ host-image] Feb 24 04:18:28.307 INFO O| Feb 24 04:18:28.307 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39322026-02-24T04:18:29.131Z[ host-image] Feb 24 04:18:28.307 INFO O| Feb 24 04:18:28.307 INFO skip step because feature "publisher_3_name" is not enabled
39332026-02-24T04:18:29.131Z[ host-image] Feb 24 04:18:28.307 INFO O| Feb 24 04:18:28.307 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39342026-02-24T04:18:29.463Z[ host-image] Feb 24 04:18:28.642 INFO O| Feb 24 04:18:28.642 INFO variant opensolaris.zone is already global
39352026-02-24T04:18:29.463Z[ host-image] Feb 24 04:18:28.642 INFO O| Feb 24 04:18:28.642 INFO STEP 5 (pkg_change_variant) COMPLETE
39362026-02-24T04:18:29.466Z[ host-image] Feb 24 04:18:28.642 INFO O| Feb 24 04:18:28.642 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-02-24T04:18:29.804Z[ host-image] Feb 24 04:18:28.984 INFO O| Feb 24 04:18:28.984 INFO variant opensolaris.imagetype is full; changing to partial
39382026-02-24T04:18:29.804Z[ host-image] Feb 24 04:18:28.984 INFO O| Feb 24 04:18:28.984 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39392026-02-24T04:18:33.146Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39402026-02-24T04:18:33.146Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39412026-02-24T04:18:33.149Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39422026-02-24T04:18:33.149Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39432026-02-24T04:18:40.381Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39442026-02-24T04:18:40.404Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39452026-02-24T04:18:42.563Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39462026-02-24T04:18:42.712Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39472026-02-24T04:18:45.166Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39482026-02-24T04:18:46.677Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39492026-02-24T04:19:05.183Z[ host-image] Feb 24 04:19:04.360 INFO O| Feb 24 04:19:04.360 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39502026-02-24T04:19:10.939Z[recovery-package] Finished `release` profile [optimized] target(s) in 52.81s
39512026-02-24T04:19:12.681ZFeb 24 04:19:11.858 INFO [recovery-package] process exited with exit status: 0 (54.857820719s)
39522026-02-24T04:19:12.681ZFeb 24 04:19:11.858 INFO [recovery-stamp] running task
39532026-02-24T04:19:12.684ZFeb 24 04:19:11.858 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39542026-02-24T04:19:12.684ZFeb 24 04:19:11.858 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+git924ca7e25be
39552026-02-24T04:19:12.684ZFeb 24 04:19:11.859 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git924ca7e25be
39562026-02-24T04:19:12.692Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39572026-02-24T04:19:12.694Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39582026-02-24T04:19:12.807Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39592026-02-24T04:19:12.811ZFeb 24 04:19:11.989 INFO [stamp-installinator] process exited with exit status: 0 (129.893867ms)
39602026-02-24T04:19:12.856Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39612026-02-24T04:19:12.861ZFeb 24 04:19:12.038 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (179.824954ms)
39622026-02-24T04:19:12.861ZFeb 24 04:19:12.038 INFO [recovery-stamp] task succeeded (180.071854ms)
39632026-02-24T04:19:12.861ZFeb 24 04:19:12.038 INFO [recovery-proto] running task
39642026-02-24T04:19:12.861ZFeb 24 04:19:12.038 INFO [tuf-stamp] running task
39652026-02-24T04:19:12.865ZFeb 24 04:19:12.038 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+git924ca7e25be
39662026-02-24T04:19:12.865ZFeb 24 04:19:12.039 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+git924ca7e25be
39672026-02-24T04:19:12.865ZFeb 24 04:19:12.039 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+git924ca7e25be
39682026-02-24T04:19:12.865ZFeb 24 04:19:12.040 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+git924ca7e25be
39692026-02-24T04:19:12.874ZFeb 24 04:19:12.051 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+git924ca7e25be
39702026-02-24T04:19:12.874ZFeb 24 04:19:12.051 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+git924ca7e25be
39712026-02-24T04:19:12.874ZFeb 24 04:19:12.051 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+git924ca7e25be
39722026-02-24T04:19:12.874ZFeb 24 04:19:12.051 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+git924ca7e25be
39732026-02-24T04:19:12.874ZFeb 24 04:19:12.051 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+git924ca7e25be
39742026-02-24T04:19:12.874ZFeb 24 04:19:12.051 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+git924ca7e25be
39752026-02-24T04:19:12.874ZFeb 24 04:19:12.051 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+git924ca7e25be
39762026-02-24T04:19:12.874ZFeb 24 04:19:12.051 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+git924ca7e25be
39772026-02-24T04:19:12.879Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-02-24T04:19:12.884Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39792026-02-24T04:19:12.884Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39802026-02-24T04:19:12.887Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-02-24T04:19:12.896Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-02-24T04:19:12.896Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-02-24T04:19:12.896Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-02-24T04:19:12.896Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-02-24T04:19:12.896Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-02-24T04:19:12.896Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-02-24T04:19:12.896Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-02-24T04:19:12.913Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-02-24T04:19:13.014Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39902026-02-24T04:19:13.020ZFeb 24 04:19:12.197 INFO [stamp-probe] process exited with exit status: 0 (149.645922ms)
39912026-02-24T04:19:13.055ZFeb 24 04:19:12.232 INFO [recovery-proto] task succeeded (194.199885ms)
39922026-02-24T04:19:13.058ZFeb 24 04:19:12.233 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.39.455' -P /tmp/.tmpa2ii5w/proto/recovery/root -N 'recovery 924ca7e/${os_short_commit} 2026-02-24 03:49' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39932026-02-24T04:19:13.089Z[ recovery-image] Feb 24 04:19:12.265 INFO Checking files for board 'cosmo-mbist-noaggr'
39942026-02-24T04:19:13.089Z[ recovery-image] Feb 24 04:19:12.265 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39952026-02-24T04:19:13.089Z[ recovery-image] Feb 24 04:19:12.265 INFO Checking files for board 'cosmo'
39962026-02-24T04:19:13.092Z[ recovery-image] Feb 24 04:19:12.265 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39972026-02-24T04:19:13.092Z[ recovery-image] Feb 24 04:19:12.265 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39982026-02-24T04:19:13.092Z[ recovery-image] Feb 24 04:19:12.265 INFO Checking files for board 'cosmo-mbist'
39992026-02-24T04:19:13.092Z[ recovery-image] Feb 24 04:19:12.265 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40002026-02-24T04:19:13.092Z[ recovery-image] Feb 24 04:19:12.265 INFO Checking files for board 'gimlet'
40012026-02-24T04:19:13.092Z[ recovery-image] Feb 24 04:19:12.265 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40022026-02-24T04:19:13.092Z[ recovery-image] Feb 24 04:19:12.265 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40032026-02-24T04:19:13.105Z[ recovery-image] Feb 24 04:19:12.281 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpa2ii5w/proto/recovery/root"
40042026-02-24T04:19:13.105Z[ recovery-image] Feb 24 04:19:12.281 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40052026-02-24T04:19:13.105Z[ recovery-image] Feb 24 04:19:12.281 INFO image builder template: ramdisk-01-os...
40062026-02-24T04:19:13.108Z[ recovery-image] Feb 24 04:19:12.281 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/.tmpa2ii5w/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40072026-02-24T04:19:13.129Z[ recovery-image] Feb 24 04:19:12.306 INFO O| Feb 24 04:19:12.306 INFO CREATE DATASET: rpool/images/build/recovery/output
40082026-02-24T04:19:13.616Z[ recovery-image] Feb 24 04:19:12.792 INFO O| Feb 24 04:19:12.792 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40092026-02-24T04:19:13.620Z[ recovery-image] Feb 24 04:19:12.798 INFO O| Feb 24 04:19:12.798 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40102026-02-24T04:19:14.218Z[ recovery-image] Feb 24 04:19:13.395 INFO O| Feb 24 04:19:13.395 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40112026-02-24T04:19:14.339Z[ recovery-image] Feb 24 04:19:13.516 INFO O| Feb 24 04:19:13.516 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40122026-02-24T04:19:14.339Z[ recovery-image] Feb 24 04:19:13.516 INFO O| Feb 24 04:19:13.516 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40132026-02-24T04:19:14.342Z[ recovery-image] Feb 24 04:19:13.517 INFO O| Feb 24 04:19:13.516 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40142026-02-24T04:19:14.342Z[ recovery-image] Feb 24 04:19:13.517 INFO O| Feb 24 04:19:13.516 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40152026-02-24T04:19:14.350Z[ recovery-image] Feb 24 04:19:13.525 INFO O| Feb 24 04:19:13.524 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40162026-02-24T04:19:14.544Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40172026-02-24T04:19:14.603ZFeb 24 04:19:13.781 INFO [stamp-ntp] process exited with exit status: 0 (1.742032578s)
40182026-02-24T04:19:14.655Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40192026-02-24T04:19:14.662Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
40202026-02-24T04:19:14.695Z[ recovery-image] Feb 24 04:19:13.872 INFO O| Feb 24 04:19:13.872 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40212026-02-24T04:19:14.707Z[ recovery-image] Feb 24 04:19:13.884 INFO O| Feb 24 04:19:13.884 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40222026-02-24T04:19:14.779ZFeb 24 04:19:13.956 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.910228163s)
40232026-02-24T04:19:14.840Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40242026-02-24T04:19:15.052Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40252026-02-24T04:19:15.090ZFeb 24 04:19:14.267 INFO [stamp-external-dns] process exited with exit status: 0 (2.223561346s)
40262026-02-24T04:19:15.098Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40272026-02-24T04:19:15.125ZFeb 24 04:19:14.302 INFO [stamp-internal-dns] process exited with exit status: 0 (2.263101346s)
40282026-02-24T04:19:15.322Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40292026-02-24T04:19:15.328ZFeb 24 04:19:14.506 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.463187985s)
40302026-02-24T04:19:15.478Z[ recovery-image] Feb 24 04:19:14.655 INFO O| Feb 24 04:19:14.655 INFO O| Caching catalogs ... Done
40312026-02-24T04:19:15.497Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40322026-02-24T04:19:15.502ZFeb 24 04:19:14.680 INFO [stamp-oximeter] process exited with exit status: 0 (2.636496704s)
40332026-02-24T04:19:15.611Z[ recovery-image] Feb 24 04:19:14.788 INFO O| Feb 24 04:19:14.788 INFO STEP 0 (pkg_image_create) COMPLETE
40342026-02-24T04:19:15.612Z[ recovery-image] Feb 24 04:19:14.789 INFO O| Feb 24 04:19:14.788 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40352026-02-24T04:19:15.624Z[ recovery-image] Feb 24 04:19:14.801 INFO O| Feb 24 04:19:14.801 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/2/dev/", "helios-dev"]
40362026-02-24T04:19:16.140Z[ recovery-image] Feb 24 04:19:15.317 INFO O| Feb 24 04:19:15.317 INFO STEP 1 (pkg_set_publisher) COMPLETE
40372026-02-24T04:19:16.140Z[ recovery-image] Feb 24 04:19:15.317 INFO O| Feb 24 04:19:15.317 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40382026-02-24T04:19:16.143Z[ recovery-image] Feb 24 04:19:15.317 INFO O| Feb 24 04:19:15.317 INFO skip step because feature "publisher_1_name" is not enabled
40392026-02-24T04:19:16.143Z[ recovery-image] Feb 24 04:19:15.317 INFO O| Feb 24 04:19:15.317 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40402026-02-24T04:19:16.143Z[ recovery-image] Feb 24 04:19:15.317 INFO O| Feb 24 04:19:15.317 INFO skip step because feature "publisher_2_name" is not enabled
40412026-02-24T04:19:16.143Z[ recovery-image] Feb 24 04:19:15.317 INFO O| Feb 24 04:19:15.317 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40422026-02-24T04:19:16.143Z[ recovery-image] Feb 24 04:19:15.317 INFO O| Feb 24 04:19:15.317 INFO skip step because feature "publisher_3_name" is not enabled
40432026-02-24T04:19:16.143Z[ recovery-image] Feb 24 04:19:15.317 INFO O| Feb 24 04:19:15.317 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40442026-02-24T04:19:16.659Z[ recovery-image] Feb 24 04:19:15.836 INFO O| Feb 24 04:19:15.836 INFO variant opensolaris.zone is already global
40452026-02-24T04:19:16.659Z[ recovery-image] Feb 24 04:19:15.836 INFO O| Feb 24 04:19:15.836 INFO STEP 5 (pkg_change_variant) COMPLETE
40462026-02-24T04:19:16.663Z[ recovery-image] Feb 24 04:19:15.836 INFO O| Feb 24 04:19:15.836 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40472026-02-24T04:19:17.169Z[ recovery-image] Feb 24 04:19:16.346 INFO O| Feb 24 04:19:16.346 INFO variant opensolaris.imagetype is full; changing to partial
40482026-02-24T04:19:17.169Z[ recovery-image] Feb 24 04:19:16.346 INFO O| Feb 24 04:19:16.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40492026-02-24T04:19:18.537Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40502026-02-24T04:19:18.542ZFeb 24 04:19:17.719 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.669387424s)
40512026-02-24T04:19:19.650Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40522026-02-24T04:19:19.656ZFeb 24 04:19:18.833 INFO [stamp-nexus] process exited with exit status: 0 (6.79274106s)
40532026-02-24T04:19:23.661Z[ host-image] Feb 24 04:19:20.012 INFO O| Feb 24 04:19:20.012 INFO O| Startup: Caching catalogs ... Done
40542026-02-24T04:19:23.669Z[ host-image] Feb 24 04:19:20.152 INFO O| Feb 24 04:19:20.152 INFO O| Planning: Planning completed in 0.00 seconds
40552026-02-24T04:19:23.669Z[ host-image] Feb 24 04:19:20.152 INFO O| Feb 24 04:19:20.152 INFO O| Planning: Consolidating action changes ... Done
40562026-02-24T04:19:23.669Z[ host-image] Feb 24 04:19:20.152 INFO O| Feb 24 04:19:20.152 INFO O| Planning: Evaluating mediators ... Done
40572026-02-24T04:19:23.669Z[ host-image] Feb 24 04:19:20.153 INFO O| Feb 24 04:19:20.153 INFO O| Planning: Planning completed in 0.00 seconds
40582026-02-24T04:19:23.669Z[ host-image] Feb 24 04:19:20.156 INFO O| Feb 24 04:19:20.156 INFO O| Variants/Facets to change: 1
40592026-02-24T04:19:23.678Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40602026-02-24T04:19:23.678ZFeb 24 04:19:21.222 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.18186701s)
40612026-02-24T04:19:23.678Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40622026-02-24T04:19:23.678ZFeb 24 04:19:21.288 INFO [stamp-clickhouse] process exited with exit status: 0 (9.249410781s)
40632026-02-24T04:19:23.678Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40642026-02-24T04:19:23.678ZFeb 24 04:19:21.597 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.557892951s)
40652026-02-24T04:19:23.678ZFeb 24 04:19:21.598 INFO [tuf-stamp] task succeeded (9.559430672s)
40662026-02-24T04:19:23.678Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40672026-02-24T04:19:23.678Z[verify-libraries] Compiling cfg_aliases v0.1.1
40682026-02-24T04:19:23.679Z[verify-libraries] Compiling home v0.5.9
40692026-02-24T04:19:23.679Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40702026-02-24T04:19:23.679Z[verify-libraries] Compiling sqlparser_derive v0.2.2
40712026-02-24T04:19:23.679Z[verify-libraries] Compiling unicode_categories v0.1.1
40722026-02-24T04:19:23.679Z[verify-libraries] Compiling nix v0.28.0
40732026-02-24T04:19:23.679Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40742026-02-24T04:19:23.679Z[verify-libraries] Compiling polyval v0.6.2
40752026-02-24T04:19:23.679Z[verify-libraries] Compiling sqlformat v0.3.5
40762026-02-24T04:19:23.679Z[verify-libraries] Compiling ctr v0.9.2
40772026-02-24T04:19:23.683Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40782026-02-24T04:19:25.372Z[verify-libraries] Compiling ghash v0.5.1
40792026-02-24T04:19:25.381Z[verify-libraries] Compiling ssh-encoding v0.2.0
40802026-02-24T04:19:25.381Z[verify-libraries] Compiling sqlparser v0.45.0
40812026-02-24T04:19:25.381Z[verify-libraries] Compiling aes-gcm v0.10.3
40822026-02-24T04:19:25.381Z[verify-libraries] Compiling blowfish v0.9.1
40832026-02-24T04:19:25.381Z[ host-image] Feb 24 04:19:23.816 INFO O| Feb 24 04:19:23.816 INFO O| Done
40842026-02-24T04:19:25.381Z[ host-image] Feb 24 04:19:23.816 INFO O| Feb 24 04:19:23.816 INFO O| Done
40852026-02-24T04:19:25.381Z[verify-libraries] Compiling ssh-cipher v0.2.0
40862026-02-24T04:19:25.381Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40872026-02-24T04:19:25.917Z[verify-libraries] Compiling password-hash v0.4.2
40882026-02-24T04:19:25.921Z[verify-libraries] Compiling petname v2.0.2
40892026-02-24T04:19:27.180Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40902026-02-24T04:19:27.186Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40912026-02-24T04:19:27.666Z[ host-image] Feb 24 04:19:26.771 INFO O| Feb 24 04:19:26.771 INFO O| Done
40922026-02-24T04:19:27.878Z[ host-image] Feb 24 04:19:27.054 INFO O| Feb 24 04:19:27.054 INFO O| Done
40932026-02-24T04:19:27.881Z[ host-image] Feb 24 04:19:27.056 INFO O| Feb 24 04:19:27.056 INFO O| Done
40942026-02-24T04:19:27.881Z[ host-image] Feb 24 04:19:27.056 INFO O| Feb 24 04:19:27.056 INFO O| Done
40952026-02-24T04:19:27.884Z[ host-image] Feb 24 04:19:27.058 INFO O| Feb 24 04:19:27.058 INFO O| Done
40962026-02-24T04:19:28.042Z[verify-libraries] Compiling pbkdf2 v0.11.0
40972026-02-24T04:19:28.222Z[verify-libraries] Compiling rustyline v14.0.0
40982026-02-24T04:19:28.866Z[verify-libraries] Compiling ssh-key v0.6.6
40992026-02-24T04:19:29.139Z[verify-libraries] Compiling p256 v0.13.2
41002026-02-24T04:19:30.213Z[ host-image] Feb 24 04:19:29.389 INFO O| Feb 24 04:19:29.389 INFO STEP 6 (pkg_change_variant) COMPLETE
41012026-02-24T04:19:30.213Z[ host-image] Feb 24 04:19:29.389 INFO O| Feb 24 04:19:29.389 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41022026-02-24T04:19:30.216Z[ host-image] Feb 24 04:19:29.389 INFO O| Feb 24 04:19:29.389 INFO skip step because feature "debug_variant" is not enabled
41032026-02-24T04:19:30.216Z[ host-image] Feb 24 04:19:29.389 INFO O| Feb 24 04:19:29.389 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41042026-02-24T04:19:31.002Z[ host-image] Feb 24 04:19:30.178 INFO O| Feb 24 04:19:30.177 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41052026-02-24T04:19:31.188Z[verify-libraries] Compiling p521 v0.13.3
41062026-02-24T04:19:32.188Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41072026-02-24T04:19:32.815Z[verify-libraries] Compiling md5 v0.7.0
41082026-02-24T04:19:33.373Z[verify-libraries] Compiling russh-keys v0.45.0
41092026-02-24T04:19:35.607Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41102026-02-24T04:19:36.031Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41112026-02-24T04:19:36.655Z[verify-libraries] Compiling num-bigint v0.4.6
41122026-02-24T04:19:42.358Z[verify-libraries] Compiling des v0.8.1
41132026-02-24T04:19:42.909Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41142026-02-24T04:19:43.037Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41152026-02-24T04:19:44.122Z[verify-libraries] Compiling sync-ptr v0.1.4
41162026-02-24T04:19:44.202Z[verify-libraries] Compiling hex-literal v0.4.1
41172026-02-24T04:19:44.582Z[verify-libraries] Compiling russh v0.45.0
41182026-02-24T04:19:44.665Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41192026-02-24T04:19:46.884Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41202026-02-24T04:19:49.270Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41212026-02-24T04:19:54.856Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41222026-02-24T04:19:58.251Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41232026-02-24T04:20:06.628Z[ recovery-image] Feb 24 04:20:05.802 INFO O| Feb 24 04:20:05.802 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41242026-02-24T04:20:11.952Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41252026-02-24T04:20:23.170Z[ host-image] Feb 24 04:20:22.343 INFO O| Feb 24 04:20:22.343 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41262026-02-24T04:20:23.364Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41272026-02-24T04:20:25.352Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41282026-02-24T04:20:30.312Z[ recovery-image] Feb 24 04:20:29.483 INFO O| Feb 24 04:20:29.483 INFO O| Startup: Caching catalogs ... Done
41292026-02-24T04:20:30.489Z[ recovery-image] Feb 24 04:20:29.662 INFO O| Feb 24 04:20:29.662 INFO O| Planning: Planning completed in 0.00 seconds
41302026-02-24T04:20:30.494Z[ recovery-image] Feb 24 04:20:29.662 INFO O| Feb 24 04:20:29.662 INFO O| Planning: Consolidating action changes ... Done
41312026-02-24T04:20:30.494Z[ recovery-image] Feb 24 04:20:29.663 INFO O| Feb 24 04:20:29.663 INFO O| Planning: Evaluating mediators ... Done
41322026-02-24T04:20:30.494Z[ recovery-image] Feb 24 04:20:29.663 INFO O| Feb 24 04:20:29.663 INFO O| Planning: Planning completed in 0.00 seconds
41332026-02-24T04:20:30.494Z[ recovery-image] Feb 24 04:20:29.664 INFO O| Feb 24 04:20:29.664 INFO O| Variants/Facets to change: 1
41342026-02-24T04:20:30.553Z[ recovery-image] Feb 24 04:20:29.726 INFO O| Feb 24 04:20:29.726 INFO O| Done
41352026-02-24T04:20:30.558Z[ recovery-image] Feb 24 04:20:29.726 INFO O| Feb 24 04:20:29.726 INFO O| Done
41362026-02-24T04:20:33.619Z[ recovery-image] Feb 24 04:20:32.791 INFO O| Feb 24 04:20:32.791 INFO O| Done
41372026-02-24T04:20:33.844Z[ recovery-image] Feb 24 04:20:33.017 INFO O| Feb 24 04:20:33.017 INFO O| Done
41382026-02-24T04:20:33.849Z[ recovery-image] Feb 24 04:20:33.018 INFO O| Feb 24 04:20:33.018 INFO O| Done
41392026-02-24T04:20:33.849Z[ recovery-image] Feb 24 04:20:33.019 INFO O| Feb 24 04:20:33.019 INFO O| Done
41402026-02-24T04:20:33.849Z[ recovery-image] Feb 24 04:20:33.021 INFO O| Feb 24 04:20:33.021 INFO O| Done
41412026-02-24T04:20:34.307Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41422026-02-24T04:20:35.996Z[ recovery-image] Feb 24 04:20:35.168 INFO O| Feb 24 04:20:35.168 INFO STEP 6 (pkg_change_variant) COMPLETE
41432026-02-24T04:20:35.996Z[ recovery-image] Feb 24 04:20:35.168 INFO O| Feb 24 04:20:35.168 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41442026-02-24T04:20:36.007Z[ recovery-image] Feb 24 04:20:35.168 INFO O| Feb 24 04:20:35.168 INFO skip step because feature "debug_variant" is not enabled
41452026-02-24T04:20:36.007Z[ recovery-image] Feb 24 04:20:35.168 INFO O| Feb 24 04:20:35.168 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41462026-02-24T04:20:36.677Z[ recovery-image] Feb 24 04:20:35.849 INFO O| Feb 24 04:20:35.849 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41472026-02-24T04:20:47.996Z[ host-image] Feb 24 04:20:47.131 INFO O| Feb 24 04:20:47.131 INFO O| Startup: Caching catalogs ... Done
41482026-02-24T04:20:48.174Z[ host-image] Feb 24 04:20:47.308 INFO O| Feb 24 04:20:47.308 INFO O| Planning: Planning completed in 0.00 seconds
41492026-02-24T04:20:48.198Z[ host-image] Feb 24 04:20:47.309 INFO O| Feb 24 04:20:47.309 INFO O| Planning: Consolidating action changes ... Done
41502026-02-24T04:20:48.199Z[ host-image] Feb 24 04:20:47.309 INFO O| Feb 24 04:20:47.309 INFO O| Planning: Evaluating mediators ... Done
41512026-02-24T04:20:48.199Z[ host-image] Feb 24 04:20:47.310 INFO O| Feb 24 04:20:47.310 INFO O| Planning: Planning completed in 0.00 seconds
41522026-02-24T04:20:48.199Z[ host-image] Feb 24 04:20:47.310 INFO O| Feb 24 04:20:47.310 INFO O| Variants/Facets to change: 1
41532026-02-24T04:20:48.256Z[ host-image] Feb 24 04:20:47.425 INFO O| Feb 24 04:20:47.425 INFO O| Done
41542026-02-24T04:20:48.256Z[ host-image] Feb 24 04:20:47.425 INFO O| Feb 24 04:20:47.425 INFO O| Done
41552026-02-24T04:20:52.835Z[ host-image] Feb 24 04:20:52.007 INFO O| Feb 24 04:20:52.007 INFO O| Done
41562026-02-24T04:20:53.017Z[ host-image] Feb 24 04:20:52.188 INFO O| Feb 24 04:20:52.188 INFO O| Done
41572026-02-24T04:20:53.020Z[ host-image] Feb 24 04:20:52.189 INFO O| Feb 24 04:20:52.189 INFO O| Done
41582026-02-24T04:20:53.020Z[ host-image] Feb 24 04:20:52.189 INFO O| Feb 24 04:20:52.189 INFO O| Done
41592026-02-24T04:20:53.020Z[ host-image] Feb 24 04:20:52.191 INFO O| Feb 24 04:20:52.191 INFO O| Done
41602026-02-24T04:20:55.381Z[ host-image] Feb 24 04:20:54.552 INFO O| Feb 24 04:20:54.552 INFO STEP 8 (pkg_change_facet) COMPLETE
41612026-02-24T04:20:55.381Z[ host-image] Feb 24 04:20:54.552 INFO O| Feb 24 04:20:54.552 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41622026-02-24T04:20:55.384Z[ host-image] Feb 24 04:20:54.552 INFO O| Feb 24 04:20:54.552 INFO skip step because feature "recovery" is not enabled
41632026-02-24T04:20:55.384Z[ host-image] Feb 24 04:20:54.552 INFO O| Feb 24 04:20:54.552 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-02-24T04:20:55.384Z[ host-image] Feb 24 04:20:54.552 INFO O| Feb 24 04:20:54.552 INFO skip step because feature "recovery" is not enabled
41652026-02-24T04:20:55.384Z[ host-image] Feb 24 04:20:54.552 INFO O| Feb 24 04:20:54.552 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41662026-02-24T04:20:55.395Z[ host-image] Feb 24 04:20:54.567 INFO O| Feb 24 04:20:54.567 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@19.0.0.0"]
41672026-02-24T04:20:57.001Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41682026-02-24T04:20:57.394Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41692026-02-24T04:21:05.083Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41702026-02-24T04:21:09.401Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41712026-02-24T04:21:15.036Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41722026-02-24T04:21:15.766Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41732026-02-24T04:21:20.347Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41742026-02-24T04:21:29.140Z[ recovery-image] Feb 24 04:21:28.309 INFO O| Feb 24 04:21:28.309 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41752026-02-24T04:21:33.305Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41762026-02-24T04:21:37.624Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41772026-02-24T04:21:38.395Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41782026-02-24T04:21:47.059Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41792026-02-24T04:21:49.208Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41802026-02-24T04:21:51.220Z[ host-image] Feb 24 04:21:50.387 INFO O| Feb 24 04:21:50.387 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41812026-02-24T04:21:53.294Z[ recovery-image] Feb 24 04:21:52.462 INFO O| Feb 24 04:21:52.462 INFO O| Startup: Caching catalogs ... Done
41822026-02-24T04:21:53.445Z[ recovery-image] Feb 24 04:21:52.613 INFO O| Feb 24 04:21:52.613 INFO O| Planning: Planning completed in 0.00 seconds
41832026-02-24T04:21:53.450Z[ recovery-image] Feb 24 04:21:52.614 INFO O| Feb 24 04:21:52.614 INFO O| Planning: Consolidating action changes ... Done
41842026-02-24T04:21:53.450Z[ recovery-image] Feb 24 04:21:52.614 INFO O| Feb 24 04:21:52.614 INFO O| Planning: Evaluating mediators ... Done
41852026-02-24T04:21:53.450Z[ recovery-image] Feb 24 04:21:52.615 INFO O| Feb 24 04:21:52.615 INFO O| Planning: Planning completed in 0.00 seconds
41862026-02-24T04:21:53.450Z[ recovery-image] Feb 24 04:21:52.615 INFO O| Feb 24 04:21:52.615 INFO O| Variants/Facets to change: 1
41872026-02-24T04:21:53.506Z[ recovery-image] Feb 24 04:21:52.674 INFO O| Feb 24 04:21:52.673 INFO O| Done
41882026-02-24T04:21:53.510Z[ recovery-image] Feb 24 04:21:52.674 INFO O| Feb 24 04:21:52.674 INFO O| Done
41892026-02-24T04:21:55.216Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41902026-02-24T04:21:56.435Z[ recovery-image] Feb 24 04:21:55.603 INFO O| Feb 24 04:21:55.603 INFO O| Done
41912026-02-24T04:21:56.652Z[ recovery-image] Feb 24 04:21:55.820 INFO O| Feb 24 04:21:55.820 INFO O| Done
41922026-02-24T04:21:56.656Z[ recovery-image] Feb 24 04:21:55.821 INFO O| Feb 24 04:21:55.821 INFO O| Done
41932026-02-24T04:21:56.656Z[ recovery-image] Feb 24 04:21:55.822 INFO O| Feb 24 04:21:55.822 INFO O| Done
41942026-02-24T04:21:56.656Z[ recovery-image] Feb 24 04:21:55.824 INFO O| Feb 24 04:21:55.824 INFO O| Done
41952026-02-24T04:21:58.709Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41962026-02-24T04:21:58.737Z[ recovery-image] Feb 24 04:21:57.883 INFO O| Feb 24 04:21:57.883 INFO STEP 8 (pkg_change_facet) COMPLETE
41972026-02-24T04:21:58.737Z[ recovery-image] Feb 24 04:21:57.883 INFO O| Feb 24 04:21:57.883 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41982026-02-24T04:21:59.391Z[ recovery-image] Feb 24 04:21:58.559 INFO O| Feb 24 04:21:58.559 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41992026-02-24T04:22:02.998Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42002026-02-24T04:22:14.619Z[ host-image] Feb 24 04:22:13.787 INFO O| Feb 24 04:22:13.787 INFO O| Startup: Caching catalogs ... Done
42012026-02-24T04:22:24.071Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42022026-02-24T04:22:27.721Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42032026-02-24T04:22:33.903Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42042026-02-24T04:22:42.670Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42052026-02-24T04:22:45.447Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42062026-02-24T04:22:51.698Z[ recovery-image] Feb 24 04:22:50.863 INFO O| Feb 24 04:22:50.863 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42072026-02-24T04:23:05.415Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42082026-02-24T04:23:07.626Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42092026-02-24T04:23:19.427Z[ recovery-image] Feb 24 04:23:18.590 INFO O| Feb 24 04:23:18.590 INFO O| Startup: Caching catalogs ... Done
42102026-02-24T04:23:19.601Z[ recovery-image] Feb 24 04:23:18.765 INFO O| Feb 24 04:23:18.765 INFO O| Planning: Planning completed in 0.00 seconds
42112026-02-24T04:23:19.604Z[ recovery-image] Feb 24 04:23:18.766 INFO O| Feb 24 04:23:18.766 INFO O| Planning: Consolidating action changes ... Done
42122026-02-24T04:23:19.604Z[ recovery-image] Feb 24 04:23:18.766 INFO O| Feb 24 04:23:18.766 INFO O| Planning: Evaluating mediators ... Done
42132026-02-24T04:23:19.604Z[ recovery-image] Feb 24 04:23:18.766 INFO O| Feb 24 04:23:18.766 INFO O| Planning: Planning completed in 0.00 seconds
42142026-02-24T04:23:19.604Z[ recovery-image] Feb 24 04:23:18.767 INFO O| Feb 24 04:23:18.767 INFO O| Variants/Facets to change: 1
42152026-02-24T04:23:19.676Z[ recovery-image] Feb 24 04:23:18.839 INFO O| Feb 24 04:23:18.839 INFO O| Done
42162026-02-24T04:23:19.676Z[ recovery-image] Feb 24 04:23:18.839 INFO O| Feb 24 04:23:18.839 INFO O| Done
42172026-02-24T04:23:22.524Z[ recovery-image] Feb 24 04:23:21.687 INFO O| Feb 24 04:23:21.687 INFO O| Done
42182026-02-24T04:23:22.718Z[ recovery-image] Feb 24 04:23:21.881 INFO O| Feb 24 04:23:21.881 INFO O| Done
42192026-02-24T04:23:22.721Z[ recovery-image] Feb 24 04:23:21.882 INFO O| Feb 24 04:23:21.882 INFO O| Done
42202026-02-24T04:23:22.721Z[ recovery-image] Feb 24 04:23:21.882 INFO O| Feb 24 04:23:21.882 INFO O| Done
42212026-02-24T04:23:22.721Z[ recovery-image] Feb 24 04:23:21.884 INFO O| Feb 24 04:23:21.884 INFO O| Done
42222026-02-24T04:23:24.061Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42232026-02-24T04:23:24.830Z[ recovery-image] Feb 24 04:23:23.992 INFO O| Feb 24 04:23:23.992 INFO STEP 9 (pkg_change_facet) COMPLETE
42242026-02-24T04:23:24.830Z[ recovery-image] Feb 24 04:23:23.992 INFO O| Feb 24 04:23:23.992 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42252026-02-24T04:23:25.494Z[ recovery-image] Feb 24 04:23:24.657 INFO O| Feb 24 04:23:24.657 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42262026-02-24T04:23:38.961Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42272026-02-24T04:24:00.679Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42282026-02-24T04:24:12.240Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42292026-02-24T04:24:18.030Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42302026-02-24T04:24:22.116Z[ recovery-image] Feb 24 04:24:21.276 INFO O| Feb 24 04:24:21.276 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42312026-02-24T04:24:35.506Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42322026-02-24T04:24:39.581Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42332026-02-24T04:24:47.201Z[ recovery-image] Feb 24 04:24:46.360 INFO O| Feb 24 04:24:46.360 INFO O| Startup: Caching catalogs ... Done
42342026-02-24T04:24:47.364Z[ recovery-image] Feb 24 04:24:46.523 INFO O| Feb 24 04:24:46.523 INFO O| Planning: Planning completed in 0.00 seconds
42352026-02-24T04:24:47.368Z[ recovery-image] Feb 24 04:24:46.524 INFO O| Feb 24 04:24:46.524 INFO O| Planning: Consolidating action changes ... Done
42362026-02-24T04:24:47.368Z[ recovery-image] Feb 24 04:24:46.525 INFO O| Feb 24 04:24:46.525 INFO O| Planning: Evaluating mediators ... Done
42372026-02-24T04:24:47.368Z[ recovery-image] Feb 24 04:24:46.525 INFO O| Feb 24 04:24:46.525 INFO O| Planning: Planning completed in 0.00 seconds
42382026-02-24T04:24:47.368Z[ recovery-image] Feb 24 04:24:46.526 INFO O| Feb 24 04:24:46.526 INFO O| Variants/Facets to change: 1
42392026-02-24T04:24:47.659Z[ recovery-image] Feb 24 04:24:46.818 INFO O| Feb 24 04:24:46.818 INFO O| Done
42402026-02-24T04:24:47.659Z[ recovery-image] Feb 24 04:24:46.818 INFO O| Feb 24 04:24:46.818 INFO O| Done
42412026-02-24T04:24:50.566Z[ recovery-image] Feb 24 04:24:49.725 INFO O| Feb 24 04:24:49.724 INFO O| Done
42422026-02-24T04:24:50.786Z[ recovery-image] Feb 24 04:24:49.945 INFO O| Feb 24 04:24:49.945 INFO O| Done
42432026-02-24T04:24:50.789Z[ recovery-image] Feb 24 04:24:49.946 INFO O| Feb 24 04:24:49.946 INFO O| Done
42442026-02-24T04:24:50.789Z[ recovery-image] Feb 24 04:24:49.946 INFO O| Feb 24 04:24:49.946 INFO O| Done
42452026-02-24T04:24:50.792Z[ recovery-image] Feb 24 04:24:49.949 INFO O| Feb 24 04:24:49.949 INFO O| Done
42462026-02-24T04:24:53.525Z[ recovery-image] Feb 24 04:24:52.683 INFO O| Feb 24 04:24:52.683 INFO STEP 10 (pkg_change_facet) COMPLETE
42472026-02-24T04:24:53.525Z[ recovery-image] Feb 24 04:24:52.683 INFO O| Feb 24 04:24:52.683 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42482026-02-24T04:24:53.562Z[ recovery-image] Feb 24 04:24:52.719 INFO O| Feb 24 04:24:52.719 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@19.0.0.0"]
42492026-02-24T04:25:00.928Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42502026-02-24T04:25:20.429Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42512026-02-24T04:25:22.326Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42522026-02-24T04:25:23.562Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42532026-02-24T04:25:42.050Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42542026-02-24T04:25:51.503Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42552026-02-24T04:25:54.510Z[ recovery-image] Feb 24 04:25:53.665 INFO O| Feb 24 04:25:53.665 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42562026-02-24T04:26:00.500Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42572026-02-24T04:26:10.593Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42582026-02-24T04:26:12.026Z[ host-image] Feb 24 04:26:11.180 INFO O| Feb 24 04:26:11.180 INFO O| Planning: Solver setup ... Done
42592026-02-24T04:26:18.888Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42602026-02-24T04:26:19.887Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42612026-02-24T04:26:21.495Z[verify-libraries] Compiling internet-checksum v0.2.1
42622026-02-24T04:26:21.852Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42632026-02-24T04:26:22.681Z[ recovery-image] Feb 24 04:26:21.833 INFO O| Feb 24 04:26:21.833 INFO O| Startup: Caching catalogs ... Done
42642026-02-24T04:26:25.186Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42652026-02-24T04:26:49.370Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42662026-02-24T04:27:29.467Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42672026-02-24T04:27:34.705Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42682026-02-24T04:27:36.216Z[verify-libraries] Compiling diff v0.1.13
42692026-02-24T04:27:37.712Z[verify-libraries] Compiling yansi v1.0.1
42702026-02-24T04:27:39.189Z[verify-libraries] Compiling pretty_assertions v1.4.1
42712026-02-24T04:27:40.483Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42722026-02-24T04:28:15.389Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42732026-02-24T04:28:16.035Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42742026-02-24T04:28:16.870Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42752026-02-24T04:28:17.415Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42762026-02-24T04:28:18.031Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42772026-02-24T04:28:18.639Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42782026-02-24T04:28:28.570Z[verify-libraries] Compiling drift v0.1.3
42792026-02-24T04:28:36.346Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42802026-02-24T04:28:49.977Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42812026-02-24T04:28:52.545Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
42822026-02-24T04:28:54.039Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42832026-02-24T04:29:08.947Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42842026-02-24T04:29:41.074Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42852026-02-24T04:29:49.197Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42862026-02-24T04:29:49.656Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42872026-02-24T04:29:54.801Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42882026-02-24T04:30:18.406Z[ recovery-image] Feb 24 04:30:17.547 INFO O| Feb 24 04:30:17.547 INFO O| Planning: Solver setup ... Done
42892026-02-24T04:30:40.203Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42902026-02-24T04:30:44.825Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42912026-02-24T04:30:44.971Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42922026-02-24T04:30:45.739Z[verify-libraries] Compiling termios v0.3.3
42932026-02-24T04:30:46.374Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42942026-02-24T04:30:53.698Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42952026-02-24T04:31:21.630Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42962026-02-24T04:31:22.239Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42972026-02-24T04:31:25.463Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42982026-02-24T04:31:34.803Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42992026-02-24T04:35:35.109Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43002026-02-24T04:35:39.732Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43012026-02-24T04:35:59.342Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43022026-02-24T04:36:50.836Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43032026-02-24T04:37:11.075Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43042026-02-24T04:37:16.638Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43052026-02-24T04:37:17.444Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43062026-02-24T04:40:44.029Z[ host-image] Feb 24 04:40:43.136 INFO O| Feb 24 04:40:43.136 INFO O| Planning: Running solver ... Done
43072026-02-24T04:40:46.068Z[ host-image] Feb 24 04:40:45.176 INFO O| Feb 24 04:40:45.176 INFO O| Planning: Finding local manifests ... Done
43082026-02-24T04:40:46.160Z[ host-image] Feb 24 04:40:45.268 INFO O| Feb 24 04:40:45.268 INFO O| Planning: Fetching manifests: 0/126 0% complete
43092026-02-24T04:40:51.616Z[ host-image] Feb 24 04:40:50.720 INFO O| Feb 24 04:40:50.720 INFO O| Planning: Fetching manifests: 99/126 78% complete
43102026-02-24T04:40:53.287Z[ host-image] Feb 24 04:40:52.394 INFO O| Feb 24 04:40:52.394 INFO O| Planning: Fetching manifests: 126/126 100% complete
43112026-02-24T04:40:55.199Z[ host-image] Feb 24 04:40:54.304 INFO O| Feb 24 04:40:54.304 INFO O| Planning: Package planning ... Done
43122026-02-24T04:40:56.643Z[ host-image] Feb 24 04:40:55.748 INFO O| Feb 24 04:40:55.748 INFO O| Planning: Merging actions ... Done
43132026-02-24T04:40:56.964Z[ host-image] Feb 24 04:40:56.071 INFO O| Feb 24 04:40:56.071 INFO O| Planning: Checking for conflicting actions ... Done
43142026-02-24T04:40:57.277Z[ host-image] Feb 24 04:40:56.384 INFO O| Feb 24 04:40:56.384 INFO O| Planning: Consolidating action changes ... Done
43152026-02-24T04:40:57.821Z[ host-image] Feb 24 04:40:56.927 INFO O| Feb 24 04:40:56.927 INFO O| Planning: Evaluating mediators ... Done
43162026-02-24T04:41:04.185Z[ host-image] Feb 24 04:41:03.292 INFO O| Feb 24 04:41:03.292 INFO O| Planning: Planning completed in 1129.35 seconds
43172026-02-24T04:41:04.190Z[ host-image] Feb 24 04:41:03.297 INFO O| Feb 24 04:41:03.297 INFO O| Packages to install: 126
43182026-02-24T04:41:04.193Z[ host-image] Feb 24 04:41:03.297 INFO O| Feb 24 04:41:03.297 INFO O| Mediators to change: 5
43192026-02-24T04:41:04.193Z[ host-image] Feb 24 04:41:03.297 INFO O| Feb 24 04:41:03.297 INFO O| Services to change: 6
43202026-02-24T04:41:04.345Z[ host-image] Feb 24 04:41:03.452 INFO O| Feb 24 04:41:03.452 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43212026-02-24T04:41:09.362Z[ host-image] Feb 24 04:41:08.468 INFO O| Feb 24 04:41:08.468 INFO O| Download: 1310/22925 items 8.8/210.6MB 4% complete (1.8M/s)
43222026-02-24T04:41:14.819Z[ host-image] Feb 24 04:41:13.924 INFO O| Feb 24 04:41:13.924 INFO O| Download: 1654/22925 items 10.9/210.6MB 5% complete (1.2M/s)
43232026-02-24T04:41:20.649Z[ host-image] Feb 24 04:41:19.754 INFO O| Feb 24 04:41:19.754 INFO O| Download: 1807/22925 items 16.9/210.6MB 8% complete (730k/s)
43242026-02-24T04:41:25.752Z[ host-image] Feb 24 04:41:24.857 INFO O| Feb 24 04:41:24.857 INFO O| Download: 2223/22925 items 24.5/210.6MB 11% complete (1.4M/s)
43252026-02-24T04:41:30.780Z[ host-image] Feb 24 04:41:29.884 INFO O| Feb 24 04:41:29.884 INFO O| Download: 2821/22925 items 32.2/210.6MB 15% complete (1.5M/s)
43262026-02-24T04:41:35.788Z[ host-image] Feb 24 04:41:34.893 INFO O| Feb 24 04:41:34.893 INFO O| Download: 4060/22925 items 40.5/210.6MB 19% complete (1.6M/s)
43272026-02-24T04:41:41.562Z[ host-image] Feb 24 04:41:40.667 INFO O| Feb 24 04:41:40.667 INFO O| Download: 4630/22925 items 43.1/210.6MB 20% complete (1.2M/s)
43282026-02-24T04:41:46.563Z[ host-image] Feb 24 04:41:45.667 INFO O| Feb 24 04:41:45.667 INFO O| Download: 5126/22925 items 46.3/210.6MB 21% complete (520k/s)
43292026-02-24T04:41:51.587Z[ host-image] Feb 24 04:41:50.691 INFO O| Feb 24 04:41:50.691 INFO O| Download: 6519/22925 items 47.1/210.6MB 22% complete (414k/s)
43302026-02-24T04:41:57.450Z[ host-image] Feb 24 04:41:56.554 INFO O| Feb 24 04:41:56.554 INFO O| Download: 7073/22925 items 51.1/210.6MB 24% complete (469k/s)
43312026-02-24T04:42:02.918Z[ host-image] Feb 24 04:42:02.022 INFO O| Feb 24 04:42:02.021 INFO O| Download: 8149/22925 items 60.5/210.6MB 28% complete (1.3M/s)
43322026-02-24T04:42:08.193Z[ host-image] Feb 24 04:42:07.296 INFO O| Feb 24 04:42:07.296 INFO O| Download: 8434/22925 items 73.7/210.6MB 34% complete (2.3M/s)
43332026-02-24T04:42:13.196Z[ host-image] Feb 24 04:42:12.299 INFO O| Feb 24 04:42:12.299 INFO O| Download: 9824/22925 items 88.3/210.6MB 41% complete (2.8M/s)
43342026-02-24T04:42:18.581Z[ host-image] Feb 24 04:42:17.683 INFO O| Feb 24 04:42:17.683 INFO O| Download: 10920/22925 items 94.7/210.6MB 44% complete (2.2M/s)
43352026-02-24T04:42:23.955Z[ host-image] Feb 24 04:42:23.056 INFO O| Feb 24 04:42:23.056 INFO O| Download: 11287/22925 items 98.7/210.6MB 46% complete (1.1M/s)
43362026-02-24T04:42:29.161Z[ host-image] Feb 24 04:42:28.256 INFO O| Feb 24 04:42:28.256 INFO O| Download: 12054/22925 items 103.0/210.6MB 48% complete (778k/s)
43372026-02-24T04:42:34.557Z[ host-image] Feb 24 04:42:33.659 INFO O| Feb 24 04:42:33.659 INFO O| Download: 12283/22925 items 113.6/210.6MB 53% complete (1.6M/s)
43382026-02-24T04:42:39.783Z[ host-image] Feb 24 04:42:38.856 INFO O| Feb 24 04:42:38.856 INFO O| Download: 13395/22925 items 114.8/210.6MB 54% complete (1.2M/s)
43392026-02-24T04:42:44.771Z[ host-image] Feb 24 04:42:43.872 INFO O| Feb 24 04:42:43.872 INFO O| Download: 14465/22925 items 116.4/210.6MB 55% complete (212k/s)
43402026-02-24T04:42:49.788Z[ host-image] Feb 24 04:42:48.879 INFO O| Feb 24 04:42:48.879 INFO O| Download: 14667/22925 items 123.6/210.6MB 58% complete (880k/s)
43412026-02-24T04:42:54.800Z[ host-image] Feb 24 04:42:53.901 INFO O| Feb 24 04:42:53.901 INFO O| Download: 15799/22925 items 130.9/210.6MB 62% complete (1.5M/s)
43422026-02-24T04:42:59.803Z[ host-image] Feb 24 04:42:58.902 INFO O| Feb 24 04:42:58.902 INFO O| Download: 16534/22925 items 142.0/210.6MB 67% complete (1.9M/s)
43432026-02-24T04:43:04.862Z[ host-image] Feb 24 04:43:03.962 INFO O| Feb 24 04:43:03.962 INFO O| Download: 17974/22925 items 155.6/210.6MB 73% complete (2.4M/s)
43442026-02-24T04:43:09.922Z[ host-image] Feb 24 04:43:09.022 INFO O| Feb 24 04:43:09.022 INFO O| Download: 19067/22925 items 171.0/210.6MB 81% complete (3.2M/s)
43452026-02-24T04:43:14.987Z[ host-image] Feb 24 04:43:14.085 INFO O| Feb 24 04:43:14.085 INFO O| Download: 20716/22925 items 177.8/210.6MB 84% complete (2.3M/s)
43462026-02-24T04:43:19.988Z[ host-image] Feb 24 04:43:19.087 INFO O| Feb 24 04:43:19.086 INFO O| Download: 21067/22925 items 184.3/210.6MB 87% complete (1.4M/s)
43472026-02-24T04:43:24.990Z[ host-image] Feb 24 04:43:24.087 INFO O| Feb 24 04:43:24.087 INFO O| Download: 21961/22925 items 199.4/210.6MB 94% complete (2.1M/s)
43482026-02-24T04:43:30.708Z[ host-image] Feb 24 04:43:29.807 INFO O| Feb 24 04:43:29.807 INFO O| Download: 22155/22925 items 204.5/210.6MB 97% complete (2.1M/s)
43492026-02-24T04:43:34.041Z[ recovery-image] Feb 24 04:43:33.139 INFO O| Feb 24 04:43:33.139 INFO O| Planning: Running solver ... Done
43502026-02-24T04:43:34.471Z[ host-image] Feb 24 04:43:33.569 INFO O| Feb 24 04:43:33.569 INFO O| Download: Completed 210.65 MB in 150.12 seconds (1.4M/s)
43512026-02-24T04:43:35.034Z[ recovery-image] Feb 24 04:43:34.133 INFO O| Feb 24 04:43:34.133 INFO O| Planning: Finding local manifests ... Done
43522026-02-24T04:43:35.062Z[ recovery-image] Feb 24 04:43:34.161 INFO O| Feb 24 04:43:34.161 INFO O| Planning: Fetching manifests: 0/126 0% complete
43532026-02-24T04:43:35.124Z[ host-image] Feb 24 04:43:34.222 INFO O| Feb 24 04:43:34.222 INFO O| Actions: 1/50885 actions (Installing new actions)
43542026-02-24T04:43:37.245Z[ recovery-image] Feb 24 04:43:36.343 INFO O| Feb 24 04:43:36.343 INFO O| Planning: Fetching manifests: 126/126 100% complete
43552026-02-24T04:43:38.322Z[ recovery-image] Feb 24 04:43:37.421 INFO O| Feb 24 04:43:37.421 INFO O| Planning: Package planning ... Done
43562026-02-24T04:43:38.661Z[ recovery-image] Feb 24 04:43:37.760 INFO O| Feb 24 04:43:37.760 INFO O| Planning: Merging actions ... Done
43572026-02-24T04:43:38.751Z[ recovery-image] Feb 24 04:43:37.850 INFO O| Feb 24 04:43:37.850 INFO O| Planning: Checking for conflicting actions ... Done
43582026-02-24T04:43:38.826Z[ recovery-image] Feb 24 04:43:37.925 INFO O| Feb 24 04:43:37.925 INFO O| Planning: Consolidating action changes ... Done
43592026-02-24T04:43:39.020Z[ recovery-image] Feb 24 04:43:38.118 INFO O| Feb 24 04:43:38.118 INFO O| Planning: Evaluating mediators ... Done
43602026-02-24T04:43:40.124Z[ host-image] Feb 24 04:43:39.222 INFO O| Feb 24 04:43:39.222 INFO O| Actions: 14748/50885 actions (Installing new actions)
43612026-02-24T04:43:42.241Z[ recovery-image] Feb 24 04:43:41.340 INFO O| Feb 24 04:43:41.339 INFO O| Planning: Planning completed in 1039.33 seconds
43622026-02-24T04:43:42.246Z[ recovery-image] Feb 24 04:43:41.344 INFO O| Feb 24 04:43:41.344 INFO O| Packages to install: 126
43632026-02-24T04:43:42.249Z[ recovery-image] Feb 24 04:43:41.344 INFO O| Feb 24 04:43:41.344 INFO O| Mediators to change: 5
43642026-02-24T04:43:42.249Z[ recovery-image] Feb 24 04:43:41.344 INFO O| Feb 24 04:43:41.344 INFO O| Services to change: 5
43652026-02-24T04:43:42.413Z[ recovery-image] Feb 24 04:43:41.511 INFO O| Feb 24 04:43:41.511 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43662026-02-24T04:43:45.128Z[ host-image] Feb 24 04:43:44.226 INFO O| Feb 24 04:43:44.226 INFO O| Actions: 24302/50885 actions (Installing new actions)
43672026-02-24T04:43:47.481Z[ recovery-image] Feb 24 04:43:46.579 INFO O| Feb 24 04:43:46.579 INFO O| Download: 1057/15969 items 8.0/187.3MB 4% complete (2.1M/s)
43682026-02-24T04:43:50.078Z[ host-image] Feb 24 04:43:49.176 INFO O| Feb 24 04:43:49.176 INFO O| Actions: Completed 50885 actions in 14.95 seconds.
43692026-02-24T04:43:51.727Z[ host-image] Feb 24 04:43:50.824 INFO O| Feb 24 04:43:50.824 INFO O| Done
43702026-02-24T04:43:51.727Z[ host-image] Feb 24 04:43:50.824 INFO O| Feb 24 04:43:50.824 INFO O| Done
43712026-02-24T04:43:53.292Z[ recovery-image] Feb 24 04:43:52.390 INFO O| Feb 24 04:43:52.390 INFO O| Download: 1174/15969 items 11.0/187.3MB 5% complete (1.1M/s)
43722026-02-24T04:43:54.920Z[ host-image] Feb 24 04:43:54.017 INFO O| Feb 24 04:43:54.017 INFO O| Done
43732026-02-24T04:43:57.602Z[ host-image] Feb 24 04:43:56.700 INFO O| Feb 24 04:43:56.699 INFO O| Done
43742026-02-24T04:43:57.652Z[ host-image] Feb 24 04:43:56.749 INFO O| Feb 24 04:43:56.749 INFO O| Done
43752026-02-24T04:43:59.196Z[ recovery-image] Feb 24 04:43:58.291 INFO O| Feb 24 04:43:58.291 INFO O| Download: 1528/15969 items 22.1/187.3MB 11% complete (1.4M/s)
43762026-02-24T04:44:04.195Z[ recovery-image] Feb 24 04:44:03.291 INFO O| Feb 24 04:44:03.291 INFO O| Download: 2523/15969 items 31.8/187.3MB 16% complete (1.2M/s)
43772026-02-24T04:44:04.839Z[ host-image] Feb 24 04:44:03.935 INFO O| Feb 24 04:44:03.935 INFO O| Done
43782026-02-24T04:44:05.772Z[ host-image] Feb 24 04:44:04.866 INFO O| Feb 24 04:44:04.866 INFO O| Done
43792026-02-24T04:44:09.211Z[ recovery-image] Feb 24 04:44:08.299 INFO O| Feb 24 04:44:08.299 INFO O| Download: 3207/15969 items 37.7/187.3MB 20% complete (1.6M/s)
43802026-02-24T04:44:10.411Z[ host-image] Feb 24 04:44:09.508 INFO O| Feb 24 04:44:09.508 INFO STEP 11 (pkg_install) COMPLETE
43812026-02-24T04:44:10.411Z[ host-image] Feb 24 04:44:09.508 INFO O| Feb 24 04:44:09.508 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43822026-02-24T04:44:10.447Z[ host-image] Feb 24 04:44:09.543 INFO O| Feb 24 04:44:09.543 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"]
43832026-02-24T04:44:14.398Z[ recovery-image] Feb 24 04:44:13.494 INFO O| Feb 24 04:44:13.494 INFO O| Download: 3759/15969 items 40.5/187.3MB 21% complete (937k/s)
43842026-02-24T04:44:19.404Z[ recovery-image] Feb 24 04:44:18.500 INFO O| Feb 24 04:44:18.500 INFO O| Download: 4851/15969 items 43.4/187.3MB 23% complete (571k/s)
43852026-02-24T04:44:24.508Z[ recovery-image] Feb 24 04:44:23.603 INFO O| Feb 24 04:44:23.603 INFO O| Download: 5739/15969 items 44.9/187.3MB 23% complete (439k/s)
43862026-02-24T04:44:29.650Z[ recovery-image] Feb 24 04:44:28.746 INFO O| Feb 24 04:44:28.746 INFO O| Download: 6022/15969 items 54.0/187.3MB 28% complete (1.0M/s)
43872026-02-24T04:44:34.674Z[ recovery-image] Feb 24 04:44:33.769 INFO O| Feb 24 04:44:33.769 INFO O| Download: 6556/15969 items 68.6/187.3MB 36% complete (2.3M/s)
43882026-02-24T04:44:40.432Z[ recovery-image] Feb 24 04:44:39.527 INFO O| Feb 24 04:44:39.527 INFO O| Download: 7717/15969 items 78.5/187.3MB 41% complete (2.5M/s)
43892026-02-24T04:44:45.439Z[ recovery-image] Feb 24 04:44:44.534 INFO O| Feb 24 04:44:44.534 INFO O| Download: 8284/15969 items 84.5/187.3MB 45% complete (1.5M/s)
43902026-02-24T04:44:50.814Z[ recovery-image] Feb 24 04:44:49.908 INFO O| Feb 24 04:44:49.908 INFO O| Download: 8846/15969 items 89.0/187.3MB 47% complete (1.1M/s)
43912026-02-24T04:44:55.829Z[ recovery-image] Feb 24 04:44:54.920 INFO O| Feb 24 04:44:54.920 INFO O| Download: 9392/15969 items 97.6/187.3MB 52% complete (1.3M/s)
43922026-02-24T04:45:00.842Z[ recovery-image] Feb 24 04:44:59.936 INFO O| Feb 24 04:44:59.936 INFO O| Download: 10617/15969 items 98.3/187.3MB 52% complete (996k/s)
43932026-02-24T04:45:05.184Z[ host-image] Feb 24 04:45:04.278 INFO O| Feb 24 04:45:04.278 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43942026-02-24T04:45:06.461Z[ recovery-image] Feb 24 04:45:05.554 INFO O| Feb 24 04:45:05.554 INFO O| Download: 11147/15969 items 103.2/187.3MB 55% complete (491k/s)
43952026-02-24T04:45:11.461Z[ recovery-image] Feb 24 04:45:10.554 INFO O| Feb 24 04:45:10.554 INFO O| Download: 11595/15969 items 116.4/187.3MB 62% complete (1.8M/s)
43962026-02-24T04:45:16.485Z[ recovery-image] Feb 24 04:45:15.578 INFO O| Feb 24 04:45:15.578 INFO O| Download: 12345/15969 items 146.4/187.3MB 78% complete (4.3M/s)
43972026-02-24T04:45:21.485Z[ recovery-image] Feb 24 04:45:20.578 INFO O| Feb 24 04:45:20.578 INFO O| Download: 13590/15969 items 150.8/187.3MB 80% complete (3.5M/s)
43982026-02-24T04:45:26.496Z[ recovery-image] Feb 24 04:45:25.588 INFO O| Feb 24 04:45:25.588 INFO O| Download: 14675/15969 items 155.6/187.3MB 83% complete (933k/s)
43992026-02-24T04:45:27.131Z[ host-image] Feb 24 04:45:26.223 INFO O| Feb 24 04:45:26.223 INFO O| Startup: Caching catalogs ... Done
44002026-02-24T04:45:32.274Z[ recovery-image] Feb 24 04:45:31.366 INFO O| Feb 24 04:45:31.366 INFO O| Download: 14842/15969 items 161.7/187.3MB 86% complete (1.1M/s)
44012026-02-24T04:45:37.293Z[ recovery-image] Feb 24 04:45:36.385 INFO O| Feb 24 04:45:36.385 INFO O| Download: 15455/15969 items 172.8/187.3MB 92% complete (1.6M/s)
44022026-02-24T04:45:39.210Z[ host-image] Feb 24 04:45:38.302 INFO O| Feb 24 04:45:38.302 INFO O| Planning: Solver setup ... Done
44032026-02-24T04:45:39.222Z[ host-image] Feb 24 04:45:38.314 INFO O| Feb 24 04:45:38.314 INFO O| Planning: Running solver ... Done
44042026-02-24T04:45:39.420Z[ host-image] Feb 24 04:45:38.512 INFO O| Feb 24 04:45:38.512 INFO O| Planning: Finding local manifests ... Done
44052026-02-24T04:45:39.490Z[ host-image] Feb 24 04:45:38.580 INFO O| Feb 24 04:45:38.580 INFO O| Planning: Fetching manifests: 0/6 0% complete
44062026-02-24T04:45:39.672Z[ host-image] Feb 24 04:45:38.764 INFO O| Feb 24 04:45:38.763 INFO O| Planning: Fetching manifests: 6/6 100% complete
44072026-02-24T04:45:39.710Z[ host-image] Feb 24 04:45:38.802 INFO O| Feb 24 04:45:38.802 INFO O| Planning: Package planning ... Done
44082026-02-24T04:45:39.724Z[ host-image] Feb 24 04:45:38.816 INFO O| Feb 24 04:45:38.816 INFO O| Planning: Merging actions ... Done
44092026-02-24T04:45:39.884Z[ host-image] Feb 24 04:45:38.975 INFO O| Feb 24 04:45:38.975 INFO O| Planning: Checking for conflicting actions ... Done
44102026-02-24T04:45:39.887Z[ host-image] Feb 24 04:45:38.978 INFO O| Feb 24 04:45:38.978 INFO O| Planning: Consolidating action changes ... Done
44112026-02-24T04:45:40.259Z[ host-image] Feb 24 04:45:39.351 INFO O| Feb 24 04:45:39.351 INFO O| Planning: Evaluating mediators ... Done
44122026-02-24T04:45:40.263Z[ host-image] Feb 24 04:45:39.354 INFO O| Feb 24 04:45:39.354 INFO O| Planning: Planning completed in 12.97 seconds
44132026-02-24T04:45:40.263Z[ host-image] Feb 24 04:45:39.354 INFO O| Feb 24 04:45:39.354 INFO O| Packages to install: 6
44142026-02-24T04:45:40.267Z[ host-image] Feb 24 04:45:39.355 INFO O| Feb 24 04:45:39.355 INFO O| Services to change: 2
44152026-02-24T04:45:40.293Z[ host-image] Feb 24 04:45:39.384 INFO O| Feb 24 04:45:39.383 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44162026-02-24T04:45:42.294Z[ recovery-image] Feb 24 04:45:41.385 INFO O| Feb 24 04:45:41.385 INFO O| Download: 15712/15969 items 181.6/187.3MB 96% complete (2.1M/s)
44172026-02-24T04:45:45.122Z[ host-image] Feb 24 04:45:44.214 INFO O| Feb 24 04:45:44.213 INFO O| Download: Completed 1.75 MB in 4.83 seconds (369k/s)
44182026-02-24T04:45:45.179Z[ host-image] Feb 24 04:45:44.270 INFO O| Feb 24 04:45:44.270 INFO O| Actions: 1/390 actions (Installing new actions)
44192026-02-24T04:45:45.601Z[ host-image] Feb 24 04:45:44.692 INFO O| Feb 24 04:45:44.692 INFO O| Actions: Completed 390 actions in 0.42 seconds.
44202026-02-24T04:45:46.467Z[ host-image] Feb 24 04:45:45.558 INFO O| Feb 24 04:45:45.558 INFO O| Done
44212026-02-24T04:45:46.467Z[ host-image] Feb 24 04:45:45.558 INFO O| Feb 24 04:45:45.558 INFO O| Done
44222026-02-24T04:45:47.338Z[ recovery-image] Feb 24 04:45:46.429 INFO O| Feb 24 04:45:46.429 INFO O| Download: 15963/15969 items 187.3/187.3MB 99% complete (2.0M/s)
44232026-02-24T04:45:47.355Z[ recovery-image] Feb 24 04:45:46.446 INFO O| Feb 24 04:45:46.446 INFO O| Download: Completed 187.26 MB in 124.93 seconds (1.5M/s)
44242026-02-24T04:45:48.489Z[ recovery-image] Feb 24 04:45:47.578 INFO O| Feb 24 04:45:47.578 INFO O| Actions: 1/26357 actions (Installing new actions)
44252026-02-24T04:45:49.147Z[ host-image] Feb 24 04:45:48.238 INFO O| Feb 24 04:45:48.238 INFO O| Done
44262026-02-24T04:45:52.131Z[ host-image] Feb 24 04:45:51.222 INFO O| Feb 24 04:45:51.222 INFO O| Done
44272026-02-24T04:45:52.180Z[ host-image] Feb 24 04:45:51.268 INFO O| Feb 24 04:45:51.268 INFO O| Done
44282026-02-24T04:45:52.183Z[ host-image] Feb 24 04:45:51.268 INFO O| Feb 24 04:45:51.268 INFO O| Done
44292026-02-24T04:45:52.246Z[ host-image] Feb 24 04:45:51.337 INFO O| Feb 24 04:45:51.337 INFO O| Done
44302026-02-24T04:45:53.487Z[ recovery-image] Feb 24 04:45:52.578 INFO O| Feb 24 04:45:52.578 INFO O| Actions: 10534/26357 actions (Installing new actions)
44312026-02-24T04:45:54.550Z[ host-image] Feb 24 04:45:53.641 INFO O| Feb 24 04:45:53.641 INFO STEP 12 (pkg_install) COMPLETE
44322026-02-24T04:45:54.550Z[ host-image] Feb 24 04:45:53.641 INFO O| Feb 24 04:45:53.641 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44332026-02-24T04:45:54.566Z[ host-image] Feb 24 04:45:53.654 INFO O| Feb 24 04:45:53.654 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44342026-02-24T04:45:58.489Z[ recovery-image] Feb 24 04:45:57.579 INFO O| Feb 24 04:45:57.579 INFO O| Actions: 15909/26357 actions (Installing new actions)
44352026-02-24T04:46:03.489Z[ recovery-image] Feb 24 04:46:02.579 INFO O| Feb 24 04:46:02.579 INFO O| Actions: 25915/26357 actions (Installing new actions)
44362026-02-24T04:46:04.097Z[ recovery-image] Feb 24 04:46:03.187 INFO O| Feb 24 04:46:03.187 INFO O| Actions: Completed 26357 actions in 15.61 seconds.
44372026-02-24T04:46:05.020Z[ recovery-image] Feb 24 04:46:04.109 INFO O| Feb 24 04:46:04.109 INFO O| Done
44382026-02-24T04:46:05.020Z[ recovery-image] Feb 24 04:46:04.109 INFO O| Feb 24 04:46:04.109 INFO O| Done
44392026-02-24T04:46:08.577Z[ recovery-image] Feb 24 04:46:07.666 INFO O| Feb 24 04:46:07.666 INFO O| Done
44402026-02-24T04:46:10.802Z[ recovery-image] Feb 24 04:46:09.892 INFO O| Feb 24 04:46:09.892 INFO O| Done
44412026-02-24T04:46:10.826Z[ recovery-image] Feb 24 04:46:09.915 INFO O| Feb 24 04:46:09.915 INFO O| Done
44422026-02-24T04:46:15.950Z[ recovery-image] Feb 24 04:46:15.040 INFO O| Feb 24 04:46:15.040 INFO O| Done
44432026-02-24T04:46:16.584Z[ recovery-image] Feb 24 04:46:15.673 INFO O| Feb 24 04:46:15.673 INFO O| Done
44442026-02-24T04:46:20.318Z[ recovery-image] Feb 24 04:46:19.408 INFO O| Feb 24 04:46:19.408 INFO STEP 11 (pkg_install) COMPLETE
44452026-02-24T04:46:20.318Z[ recovery-image] Feb 24 04:46:19.408 INFO O| Feb 24 04:46:19.408 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44462026-02-24T04:46:20.323Z[ recovery-image] Feb 24 04:46:19.408 INFO O| Feb 24 04:46:19.408 INFO skip step because feature "recovery" is enabled
44472026-02-24T04:46:20.323Z[ recovery-image] Feb 24 04:46:19.408 INFO O| Feb 24 04:46:19.408 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44482026-02-24T04:46:20.323Z[ recovery-image] Feb 24 04:46:19.408 INFO O| Feb 24 04:46:19.408 INFO skip step because feature "omicron1" is not enabled
44492026-02-24T04:46:20.323Z[ recovery-image] Feb 24 04:46:19.408 INFO O| Feb 24 04:46:19.408 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44502026-02-24T04:46:20.332Z[ recovery-image] Feb 24 04:46:19.422 INFO O| Feb 24 04:46:19.421 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44512026-02-24T04:46:45.310Z[ host-image] Feb 24 04:46:44.397 INFO O| Feb 24 04:46:44.397 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44522026-02-24T04:47:05.156Z[ host-image] Feb 24 04:47:04.243 INFO O| Feb 24 04:47:04.243 INFO O| Startup: Caching catalogs ... Done
44532026-02-24T04:47:06.840Z[ recovery-image] Feb 24 04:47:05.927 INFO O| Feb 24 04:47:05.927 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44542026-02-24T04:47:12.550Z[ host-image] Feb 24 04:47:11.636 INFO O| Feb 24 04:47:11.636 INFO O| Planning: Solver setup ... Done
44552026-02-24T04:47:12.558Z[ host-image] Feb 24 04:47:11.644 INFO O| Feb 24 04:47:11.644 INFO O| Planning: Running solver ... Done
44562026-02-24T04:47:12.679Z[ host-image] Feb 24 04:47:11.765 INFO O| Feb 24 04:47:11.765 INFO O| Planning: Finding local manifests ... Done
44572026-02-24T04:47:12.695Z[ host-image] Feb 24 04:47:11.781 INFO O| Feb 24 04:47:11.781 INFO O| Planning: Fetching manifests: 0/6 0% complete
44582026-02-24T04:47:12.773Z[ host-image] Feb 24 04:47:11.859 INFO O| Feb 24 04:47:11.859 INFO O| Planning: Fetching manifests: 6/6 100% complete
44592026-02-24T04:47:12.807Z[ host-image] Feb 24 04:47:11.894 INFO O| Feb 24 04:47:11.894 INFO O| Planning: Package planning ... Done
44602026-02-24T04:47:12.826Z[ host-image] Feb 24 04:47:11.913 INFO O| Feb 24 04:47:11.912 INFO O| Planning: Merging actions ... Done
44612026-02-24T04:47:12.893Z[ host-image] Feb 24 04:47:11.979 INFO O| Feb 24 04:47:11.979 INFO O| Planning: Checking for conflicting actions ... Done
44622026-02-24T04:47:12.896Z[ host-image] Feb 24 04:47:11.983 INFO O| Feb 24 04:47:11.983 INFO O| Planning: Consolidating action changes ... Done
44632026-02-24T04:47:13.082Z[ host-image] Feb 24 04:47:12.168 INFO O| Feb 24 04:47:12.168 INFO O| Planning: Evaluating mediators ... Done
44642026-02-24T04:47:13.086Z[ host-image] Feb 24 04:47:12.172 INFO O| Feb 24 04:47:12.172 INFO O| Planning: Planning completed in 7.82 seconds
44652026-02-24T04:47:13.089Z[ host-image] Feb 24 04:47:12.173 INFO O| Feb 24 04:47:12.173 INFO O| Packages to install: 6
44662026-02-24T04:47:13.089Z[ host-image] Feb 24 04:47:12.173 INFO O| Feb 24 04:47:12.173 INFO O| Mediators to change: 1
44672026-02-24T04:47:13.089Z[ host-image] Feb 24 04:47:12.173 INFO O| Feb 24 04:47:12.173 INFO O| Services to change: 1
44682026-02-24T04:47:13.108Z[ host-image] Feb 24 04:47:12.194 INFO O| Feb 24 04:47:12.194 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44692026-02-24T04:47:17.114Z[ host-image] Feb 24 04:47:16.200 INFO O| Feb 24 04:47:16.200 INFO O| Download: Completed 7.71 MB in 4.01 seconds (1.9M/s)
44702026-02-24T04:47:17.178Z[ host-image] Feb 24 04:47:16.264 INFO O| Feb 24 04:47:16.264 INFO O| Actions: 1/1361 actions (Installing new actions)
44712026-02-24T04:47:17.583Z[ host-image] Feb 24 04:47:16.668 INFO O| Feb 24 04:47:16.668 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
44722026-02-24T04:47:18.035Z[ host-image] Feb 24 04:47:17.121 INFO O| Feb 24 04:47:17.121 INFO O| Done
44732026-02-24T04:47:18.035Z[ host-image] Feb 24 04:47:17.121 INFO O| Feb 24 04:47:17.121 INFO O| Done
44742026-02-24T04:47:19.120Z[ host-image] Feb 24 04:47:18.206 INFO O| Feb 24 04:47:18.205 INFO O| Done
44752026-02-24T04:47:20.484Z[ host-image] Feb 24 04:47:19.570 INFO O| Feb 24 04:47:19.570 INFO O| Done
44762026-02-24T04:47:20.510Z[ host-image] Feb 24 04:47:19.596 INFO O| Feb 24 04:47:19.596 INFO O| Done
44772026-02-24T04:47:20.510Z[ host-image] Feb 24 04:47:19.596 INFO O| Feb 24 04:47:19.596 INFO O| Done
44782026-02-24T04:47:20.550Z[ host-image] Feb 24 04:47:19.636 INFO O| Feb 24 04:47:19.636 INFO O| Done
44792026-02-24T04:47:20.566Z[ recovery-image] Feb 24 04:47:19.651 INFO O| Feb 24 04:47:19.651 INFO O| Startup: Caching catalogs ... Done
44802026-02-24T04:47:21.991Z[ host-image] Feb 24 04:47:21.077 INFO O| Feb 24 04:47:21.077 INFO STEP 13 (pkg_install) COMPLETE
44812026-02-24T04:47:21.991Z[ host-image] Feb 24 04:47:21.077 INFO O| Feb 24 04:47:21.077 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44822026-02-24T04:47:22.001Z[ host-image] Feb 24 04:47:21.087 INFO O| Feb 24 04:47:21.087 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44832026-02-24T04:47:26.463Z[ recovery-image] Feb 24 04:47:25.345 INFO O| Feb 24 04:47:25.344 INFO O| Planning: Solver setup ... Done
44842026-02-24T04:47:26.469Z[ recovery-image] Feb 24 04:47:25.352 INFO O| Feb 24 04:47:25.352 INFO O| Planning: Running solver ... Done
44852026-02-24T04:47:26.469Z[ recovery-image] Feb 24 04:47:25.475 INFO O| Feb 24 04:47:25.474 INFO O| Planning: Finding local manifests ... Done
44862026-02-24T04:47:26.469Z[ recovery-image] Feb 24 04:47:25.489 INFO O| Feb 24 04:47:25.489 INFO O| Planning: Fetching manifests: 0/1 0% complete
44872026-02-24T04:47:26.469Z[ recovery-image] Feb 24 04:47:25.494 INFO O| Feb 24 04:47:25.494 INFO O| Planning: Fetching manifests: 1/1 100% complete
44882026-02-24T04:47:26.469Z[ recovery-image] Feb 24 04:47:25.513 INFO O| Feb 24 04:47:25.513 INFO O| Planning: Package planning ... Done
44892026-02-24T04:47:26.469Z[ recovery-image] Feb 24 04:47:25.513 INFO O| Feb 24 04:47:25.513 INFO O| Planning: Merging actions ... Done
44902026-02-24T04:47:26.469Z[ recovery-image] Feb 24 04:47:25.543 INFO O| Feb 24 04:47:25.543 INFO O| Planning: Checking for conflicting actions ... Done
44912026-02-24T04:47:26.469Z[ recovery-image] Feb 24 04:47:25.543 INFO O| Feb 24 04:47:25.543 INFO O| Planning: Consolidating action changes ... Done
44922026-02-24T04:47:26.591Z[ recovery-image] Feb 24 04:47:25.676 INFO O| Feb 24 04:47:25.676 INFO O| Planning: Evaluating mediators ... Done
44932026-02-24T04:47:26.593Z[ recovery-image] Feb 24 04:47:25.677 INFO O| Feb 24 04:47:25.677 INFO O| Planning: Planning completed in 5.92 seconds
44942026-02-24T04:47:26.594Z[ recovery-image] Feb 24 04:47:25.677 INFO O| Feb 24 04:47:25.677 INFO O| Packages to install: 1
44952026-02-24T04:47:26.608Z[ recovery-image] Feb 24 04:47:25.695 INFO O| Feb 24 04:47:25.694 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44962026-02-24T04:47:26.711Z[ recovery-image] Feb 24 04:47:25.797 INFO O| Feb 24 04:47:25.797 INFO O| Download: Completed 12.26 MB in 0.10 seconds (119M/s)
44972026-02-24T04:47:26.743Z[ recovery-image] Feb 24 04:47:25.829 INFO O| Feb 24 04:47:25.829 INFO O| Actions: 1/22 actions (Installing new actions)
44982026-02-24T04:47:27.014Z[ recovery-image] Feb 24 04:47:26.099 INFO O| Feb 24 04:47:26.099 INFO O| Actions: Completed 22 actions in 0.27 seconds.
44992026-02-24T04:47:27.454Z[ recovery-image] Feb 24 04:47:26.539 INFO O| Feb 24 04:47:26.539 INFO O| Done
45002026-02-24T04:47:27.454Z[ recovery-image] Feb 24 04:47:26.539 INFO O| Feb 24 04:47:26.539 INFO O| Done
45012026-02-24T04:47:28.585Z[ recovery-image] Feb 24 04:47:27.652 INFO O| Feb 24 04:47:27.652 INFO O| Done
45022026-02-24T04:47:29.656Z[ recovery-image] Feb 24 04:47:28.742 INFO O| Feb 24 04:47:28.742 INFO O| Done
45032026-02-24T04:47:29.680Z[ recovery-image] Feb 24 04:47:28.766 INFO O| Feb 24 04:47:28.765 INFO O| Done
45042026-02-24T04:47:29.681Z[ recovery-image] Feb 24 04:47:28.766 INFO O| Feb 24 04:47:28.766 INFO O| Done
45052026-02-24T04:47:29.694Z[ recovery-image] Feb 24 04:47:28.780 INFO O| Feb 24 04:47:28.780 INFO O| Done
45062026-02-24T04:47:31.296Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO STEP 14 (pkg_install) COMPLETE
45072026-02-24T04:47:31.297Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45082026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO skip step because feature "mbist" is not enabled
45092026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45102026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO skip step because feature "mfg" is not enabled
45112026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45122026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO skip step because feature "compliance" is not enabled
45132026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO skip step because feature "stress" is not enabled
45152026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45162026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO skip step because feature "compliance" is not enabled
45172026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45182026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO skip step because feature "nfs" is not enabled
45192026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45202026-02-24T04:47:31.300Z[ recovery-image] Feb 24 04:47:30.382 INFO O| Feb 24 04:47:30.382 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45212026-02-24T04:47:31.364Z[ recovery-image] Feb 24 04:47:30.449 INFO O| Feb 24 04:47:30.449 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45222026-02-24T04:47:31.461Z[ recovery-image] Feb 24 04:47:30.546 INFO O| Feb 24 04:47:30.546 INFO completed processing sled/ramdisk-01-os
45232026-02-24T04:47:31.477Z[ recovery-image] Feb 24 04:47:30.562 INFO image builder template: ramdisk-02-trim...
45242026-02-24T04:47:31.477Z[ recovery-image] Feb 24 04:47:30.562 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/.tmpa2ii5w/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
45252026-02-24T04:47:31.504Z[ recovery-image] Feb 24 04:47:30.589 INFO O| Feb 24 04:47:30.589 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45262026-02-24T04:47:31.507Z[ recovery-image] Feb 24 04:47:30.593 INFO O| Feb 24 04:47:30.593 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45272026-02-24T04:47:31.581Z[ recovery-image] Feb 24 04:47:30.667 INFO O| Feb 24 04:47:30.667 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45282026-02-24T04:47:31.657Z[ recovery-image] Feb 24 04:47:30.742 INFO O| Feb 24 04:47:30.742 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45292026-02-24T04:47:31.657Z[ recovery-image] Feb 24 04:47:30.742 INFO O| Feb 24 04:47:30.742 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45302026-02-24T04:47:31.663Z[ recovery-image] Feb 24 04:47:30.748 INFO O| Feb 24 04:47:30.748 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45312026-02-24T04:47:31.667Z[ recovery-image] Feb 24 04:47:30.753 INFO O| Feb 24 04:47:30.753 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45322026-02-24T04:47:31.674Z[ recovery-image] Feb 24 04:47:30.759 INFO O| Feb 24 04:47:30.759 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45332026-02-24T04:47:31.968Z[ recovery-image] Feb 24 04:47:31.054 INFO O| Feb 24 04:47:31.054 INFO rolled back to input snapshot; work may begin
45342026-02-24T04:47:31.968Z[ recovery-image] Feb 24 04:47:31.054 INFO O| Feb 24 04:47:31.054 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45352026-02-24T04:47:31.975Z[ recovery-image] Feb 24 04:47:31.060 INFO O| Feb 24 04:47:31.060 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45362026-02-24T04:47:31.992Z[ recovery-image] Feb 24 04:47:31.077 INFO O| Feb 24 04:47:31.077 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45372026-02-24T04:47:32.110Z[ recovery-image] Feb 24 04:47:31.196 INFO O| Feb 24 04:47:31.196 INFO STEP 0 (remove_files) COMPLETE
45382026-02-24T04:47:32.110Z[ recovery-image] Feb 24 04:47:31.196 INFO O| Feb 24 04:47:31.196 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45392026-02-24T04:47:32.127Z[ recovery-image] Feb 24 04:47:31.213 INFO O| Feb 24 04:47:31.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45402026-02-24T04:47:32.132Z[ recovery-image] Feb 24 04:47:31.216 INFO O| Feb 24 04:47:31.216 INFO STEP 1 (remove_files) COMPLETE
45412026-02-24T04:47:32.132Z[ recovery-image] Feb 24 04:47:31.216 INFO O| Feb 24 04:47:31.216 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-02-24T04:47:32.145Z[ recovery-image] Feb 24 04:47:31.231 INFO O| Feb 24 04:47:31.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45432026-02-24T04:47:32.205Z[ recovery-image] Feb 24 04:47:31.253 INFO O| Feb 24 04:47:31.253 INFO STEP 2 (remove_files) COMPLETE
45442026-02-24T04:47:32.205Z[ recovery-image] Feb 24 04:47:31.253 INFO O| Feb 24 04:47:31.253 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45452026-02-24T04:47:32.205Z[ recovery-image] Feb 24 04:47:31.267 INFO O| Feb 24 04:47:31.267 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45462026-02-24T04:47:32.205Z[ recovery-image] Feb 24 04:47:31.270 INFO O| Feb 24 04:47:31.270 INFO STEP 3 (remove_files) COMPLETE
45472026-02-24T04:47:32.205Z[ recovery-image] Feb 24 04:47:31.270 INFO O| Feb 24 04:47:31.270 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45482026-02-24T04:47:32.205Z[ recovery-image] Feb 24 04:47:31.283 INFO O| Feb 24 04:47:31.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45492026-02-24T04:47:32.208Z[ recovery-image] Feb 24 04:47:31.289 INFO O| Feb 24 04:47:31.289 INFO STEP 4 (remove_files) COMPLETE
45502026-02-24T04:47:32.208Z[ recovery-image] Feb 24 04:47:31.289 INFO O| Feb 24 04:47:31.289 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45512026-02-24T04:47:32.218Z[ recovery-image] Feb 24 04:47:31.303 INFO O| Feb 24 04:47:31.303 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45522026-02-24T04:47:32.222Z[ recovery-image] Feb 24 04:47:31.304 INFO O| Feb 24 04:47:31.303 INFO STEP 5 (remove_files) COMPLETE
45532026-02-24T04:47:32.222Z[ recovery-image] Feb 24 04:47:31.304 INFO O| Feb 24 04:47:31.304 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45542026-02-24T04:47:32.231Z[ recovery-image] Feb 24 04:47:31.316 INFO O| Feb 24 04:47:31.316 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45552026-02-24T04:47:32.264Z[ recovery-image] Feb 24 04:47:31.349 INFO O| Feb 24 04:47:31.349 INFO STEP 6 (remove_files) COMPLETE
45562026-02-24T04:47:32.264Z[ recovery-image] Feb 24 04:47:31.349 INFO O| Feb 24 04:47:31.349 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572026-02-24T04:47:32.264Z[ recovery-image] Feb 24 04:47:31.349 INFO O| Feb 24 04:47:31.349 INFO skip step because feature "recovery" is enabled
45582026-02-24T04:47:32.267Z[ recovery-image] Feb 24 04:47:31.349 INFO O| Feb 24 04:47:31.349 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592026-02-24T04:47:32.267Z[ recovery-image] Feb 24 04:47:31.349 INFO O| Feb 24 04:47:31.349 INFO skip step because feature "recovery" is enabled
45602026-02-24T04:47:32.267Z[ recovery-image] Feb 24 04:47:31.349 INFO O| Feb 24 04:47:31.349 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612026-02-24T04:47:32.267Z[ recovery-image] Feb 24 04:47:31.349 INFO O| Feb 24 04:47:31.349 INFO skip step because feature "recovery" is enabled
45622026-02-24T04:47:32.267Z[ recovery-image] Feb 24 04:47:31.349 INFO O| Feb 24 04:47:31.349 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632026-02-24T04:47:32.307Z[ recovery-image] Feb 24 04:47:31.392 INFO O| Feb 24 04:47:31.392 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45642026-02-24T04:47:32.312Z[ recovery-image] Feb 24 04:47:31.398 INFO O| Feb 24 04:47:31.398 INFO STEP 10 (remove_files) COMPLETE
45652026-02-24T04:47:32.315Z[ recovery-image] Feb 24 04:47:31.398 INFO O| Feb 24 04:47:31.398 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662026-02-24T04:47:32.327Z[ recovery-image] Feb 24 04:47:31.412 INFO O| Feb 24 04:47:31.412 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45672026-02-24T04:47:32.330Z[ recovery-image] Feb 24 04:47:31.414 INFO O| Feb 24 04:47:31.414 INFO STEP 11 (remove_files) COMPLETE
45682026-02-24T04:47:32.330Z[ recovery-image] Feb 24 04:47:31.414 INFO O| Feb 24 04:47:31.414 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692026-02-24T04:47:32.342Z[ recovery-image] Feb 24 04:47:31.427 INFO O| Feb 24 04:47:31.427 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45702026-02-24T04:47:32.345Z[ recovery-image] Feb 24 04:47:31.430 INFO O| Feb 24 04:47:31.429 INFO STEP 12 (remove_files) COMPLETE
45712026-02-24T04:47:32.345Z[ recovery-image] Feb 24 04:47:31.430 INFO O| Feb 24 04:47:31.430 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722026-02-24T04:47:32.390Z[ recovery-image] Feb 24 04:47:31.475 INFO O| Feb 24 04:47:31.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45732026-02-24T04:47:32.516Z[ recovery-image] Feb 24 04:47:31.602 INFO O| Feb 24 04:47:31.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45742026-02-24T04:47:32.527Z[ recovery-image] Feb 24 04:47:31.613 INFO O| Feb 24 04:47:31.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45752026-02-24T04:47:32.546Z[ recovery-image] Feb 24 04:47:31.632 INFO O| Feb 24 04:47:31.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45762026-02-24T04:47:32.549Z[ recovery-image] Feb 24 04:47:31.634 INFO O| Feb 24 04:47:31.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45772026-02-24T04:47:32.727Z[ recovery-image] Feb 24 04:47:31.813 INFO O| Feb 24 04:47:31.813 INFO STEP 13 (remove_files) COMPLETE
45782026-02-24T04:47:32.727Z[ recovery-image] Feb 24 04:47:31.813 INFO O| Feb 24 04:47:31.813 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-02-24T04:47:32.741Z[ recovery-image] Feb 24 04:47:31.827 INFO O| Feb 24 04:47:31.826 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45802026-02-24T04:47:32.744Z[ recovery-image] Feb 24 04:47:31.829 INFO O| Feb 24 04:47:31.829 INFO STEP 14 (remove_files) COMPLETE
45812026-02-24T04:47:32.744Z[ recovery-image] Feb 24 04:47:31.829 INFO O| Feb 24 04:47:31.829 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-02-24T04:47:32.758Z[ recovery-image] Feb 24 04:47:31.842 INFO O| Feb 24 04:47:31.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45832026-02-24T04:47:32.767Z[ recovery-image] Feb 24 04:47:31.853 INFO O| Feb 24 04:47:31.853 INFO STEP 15 (remove_files) COMPLETE
45842026-02-24T04:47:32.767Z[ recovery-image] Feb 24 04:47:31.853 INFO O| Feb 24 04:47:31.853 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-02-24T04:47:32.781Z[ recovery-image] Feb 24 04:47:31.866 INFO O| Feb 24 04:47:31.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45862026-02-24T04:47:32.784Z[ recovery-image] Feb 24 04:47:31.867 INFO O| Feb 24 04:47:31.867 INFO STEP 16 (remove_files) COMPLETE
45872026-02-24T04:47:32.784Z[ recovery-image] Feb 24 04:47:31.867 INFO O| Feb 24 04:47:31.867 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-02-24T04:47:32.794Z[ recovery-image] Feb 24 04:47:31.880 INFO O| Feb 24 04:47:31.880 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45892026-02-24T04:47:32.797Z[ recovery-image] Feb 24 04:47:31.882 INFO O| Feb 24 04:47:31.882 INFO STEP 17 (remove_files) COMPLETE
45902026-02-24T04:47:32.797Z[ recovery-image] Feb 24 04:47:31.882 INFO O| Feb 24 04:47:31.882 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-02-24T04:47:32.829Z[ recovery-image] Feb 24 04:47:31.914 INFO O| Feb 24 04:47:31.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45922026-02-24T04:47:32.829Z[ recovery-image] Feb 24 04:47:31.915 INFO O| Feb 24 04:47:31.915 INFO STEP 18 (remove_files) COMPLETE
45932026-02-24T04:47:32.832Z[ recovery-image] Feb 24 04:47:31.915 INFO O| Feb 24 04:47:31.915 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-02-24T04:47:32.843Z[ recovery-image] Feb 24 04:47:31.929 INFO O| Feb 24 04:47:31.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45952026-02-24T04:47:32.843Z[ recovery-image] Feb 24 04:47:31.929 INFO O| Feb 24 04:47:31.929 INFO STEP 19 (remove_files) COMPLETE
45962026-02-24T04:47:32.843Z[ recovery-image] Feb 24 04:47:31.929 INFO O| Feb 24 04:47:31.929 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-02-24T04:47:32.859Z[ recovery-image] Feb 24 04:47:31.944 INFO O| Feb 24 04:47:31.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45982026-02-24T04:47:32.859Z[ recovery-image] Feb 24 04:47:31.944 INFO O| Feb 24 04:47:31.944 INFO STEP 20 (remove_files) COMPLETE
45992026-02-24T04:47:32.862Z[ recovery-image] Feb 24 04:47:31.944 INFO O| Feb 24 04:47:31.944 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-02-24T04:47:32.875Z[ recovery-image] Feb 24 04:47:31.960 INFO O| Feb 24 04:47:31.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46012026-02-24T04:47:32.875Z[ recovery-image] Feb 24 04:47:31.960 INFO O| Feb 24 04:47:31.960 INFO STEP 21 (remove_files) COMPLETE
46022026-02-24T04:47:32.875Z[ recovery-image] Feb 24 04:47:31.960 INFO O| Feb 24 04:47:31.960 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-02-24T04:47:32.892Z[ recovery-image] Feb 24 04:47:31.978 INFO O| Feb 24 04:47:31.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46042026-02-24T04:47:32.892Z[ recovery-image] Feb 24 04:47:31.978 INFO O| Feb 24 04:47:31.978 INFO STEP 22 (remove_files) COMPLETE
46052026-02-24T04:47:32.892Z[ recovery-image] Feb 24 04:47:31.978 INFO O| Feb 24 04:47:31.978 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-02-24T04:47:32.908Z[ recovery-image] Feb 24 04:47:31.993 INFO O| Feb 24 04:47:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46072026-02-24T04:47:32.908Z[ recovery-image] Feb 24 04:47:31.993 INFO O| Feb 24 04:47:31.993 INFO STEP 23 (remove_files) COMPLETE
46082026-02-24T04:47:32.911Z[ recovery-image] Feb 24 04:47:31.993 INFO O| Feb 24 04:47:31.993 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-02-24T04:47:32.922Z[ recovery-image] Feb 24 04:47:32.008 INFO O| Feb 24 04:47:32.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46102026-02-24T04:47:32.922Z[ recovery-image] Feb 24 04:47:32.008 INFO O| Feb 24 04:47:32.008 INFO STEP 24 (remove_files) COMPLETE
46112026-02-24T04:47:32.925Z[ recovery-image] Feb 24 04:47:32.008 INFO O| Feb 24 04:47:32.008 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-02-24T04:47:32.937Z[ recovery-image] Feb 24 04:47:32.022 INFO O| Feb 24 04:47:32.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46132026-02-24T04:47:32.937Z[ recovery-image] Feb 24 04:47:32.022 INFO O| Feb 24 04:47:32.022 INFO STEP 25 (remove_files) COMPLETE
46142026-02-24T04:47:32.940Z[ recovery-image] Feb 24 04:47:32.022 INFO O| Feb 24 04:47:32.022 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-02-24T04:47:32.951Z[ recovery-image] Feb 24 04:47:32.036 INFO O| Feb 24 04:47:32.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46162026-02-24T04:47:32.955Z[ recovery-image] Feb 24 04:47:32.036 INFO O| Feb 24 04:47:32.036 INFO STEP 26 (remove_files) COMPLETE
46172026-02-24T04:47:32.955Z[ recovery-image] Feb 24 04:47:32.036 INFO O| Feb 24 04:47:32.036 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-02-24T04:47:32.964Z[ recovery-image] Feb 24 04:47:32.049 INFO O| Feb 24 04:47:32.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46192026-02-24T04:47:32.964Z[ recovery-image] Feb 24 04:47:32.049 INFO O| Feb 24 04:47:32.049 INFO STEP 27 (remove_files) COMPLETE
46202026-02-24T04:47:32.967Z[ recovery-image] Feb 24 04:47:32.049 INFO O| Feb 24 04:47:32.049 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-02-24T04:47:32.977Z[ recovery-image] Feb 24 04:47:32.062 INFO O| Feb 24 04:47:32.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46222026-02-24T04:47:32.977Z[ recovery-image] Feb 24 04:47:32.063 INFO O| Feb 24 04:47:32.063 INFO STEP 28 (remove_files) COMPLETE
46232026-02-24T04:47:32.977Z[ recovery-image] Feb 24 04:47:32.063 INFO O| Feb 24 04:47:32.063 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-02-24T04:47:32.990Z[ recovery-image] Feb 24 04:47:32.076 INFO O| Feb 24 04:47:32.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46252026-02-24T04:47:32.990Z[ recovery-image] Feb 24 04:47:32.076 INFO O| Feb 24 04:47:32.076 INFO STEP 29 (remove_files) COMPLETE
46262026-02-24T04:47:32.990Z[ recovery-image] Feb 24 04:47:32.076 INFO O| Feb 24 04:47:32.076 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-02-24T04:47:33.005Z[ recovery-image] Feb 24 04:47:32.088 INFO O| Feb 24 04:47:32.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46282026-02-24T04:47:33.005Z[ recovery-image] Feb 24 04:47:32.088 INFO O| Feb 24 04:47:32.088 INFO STEP 30 (remove_files) COMPLETE
46292026-02-24T04:47:33.009Z[ recovery-image] Feb 24 04:47:32.088 INFO O| Feb 24 04:47:32.088 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-02-24T04:47:33.014Z[ recovery-image] Feb 24 04:47:32.100 INFO O| Feb 24 04:47:32.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46312026-02-24T04:47:33.019Z[ recovery-image] Feb 24 04:47:32.100 INFO O| Feb 24 04:47:32.100 INFO STEP 31 (remove_files) COMPLETE
46322026-02-24T04:47:33.019Z[ recovery-image] Feb 24 04:47:32.100 INFO O| Feb 24 04:47:32.100 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-02-24T04:47:33.027Z[ recovery-image] Feb 24 04:47:32.113 INFO O| Feb 24 04:47:32.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46342026-02-24T04:47:33.027Z[ recovery-image] Feb 24 04:47:32.113 INFO O| Feb 24 04:47:32.113 INFO STEP 32 (remove_files) COMPLETE
46352026-02-24T04:47:33.031Z[ recovery-image] Feb 24 04:47:32.113 INFO O| Feb 24 04:47:32.113 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-02-24T04:47:33.039Z[ recovery-image] Feb 24 04:47:32.125 INFO O| Feb 24 04:47:32.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46372026-02-24T04:47:33.039Z[ recovery-image] Feb 24 04:47:32.125 INFO O| Feb 24 04:47:32.125 INFO STEP 33 (remove_files) COMPLETE
46382026-02-24T04:47:33.039Z[ recovery-image] Feb 24 04:47:32.125 INFO O| Feb 24 04:47:32.125 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-02-24T04:47:33.051Z[ recovery-image] Feb 24 04:47:32.137 INFO O| Feb 24 04:47:32.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46402026-02-24T04:47:33.051Z[ recovery-image] Feb 24 04:47:32.137 INFO O| Feb 24 04:47:32.137 INFO STEP 34 (remove_files) COMPLETE
46412026-02-24T04:47:33.051Z[ recovery-image] Feb 24 04:47:32.137 INFO O| Feb 24 04:47:32.137 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-02-24T04:47:33.064Z[ recovery-image] Feb 24 04:47:32.149 INFO O| Feb 24 04:47:32.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46432026-02-24T04:47:33.064Z[ recovery-image] Feb 24 04:47:32.149 INFO O| Feb 24 04:47:32.149 INFO STEP 35 (remove_files) COMPLETE
46442026-02-24T04:47:33.064Z[ recovery-image] Feb 24 04:47:32.149 INFO O| Feb 24 04:47:32.149 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-02-24T04:47:33.077Z[ recovery-image] Feb 24 04:47:32.162 INFO O| Feb 24 04:47:32.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46462026-02-24T04:47:33.077Z[ recovery-image] Feb 24 04:47:32.162 INFO O| Feb 24 04:47:32.162 INFO STEP 36 (remove_files) COMPLETE
46472026-02-24T04:47:33.081Z[ recovery-image] Feb 24 04:47:32.162 INFO O| Feb 24 04:47:32.162 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-02-24T04:47:33.088Z[ recovery-image] Feb 24 04:47:32.174 INFO O| Feb 24 04:47:32.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46492026-02-24T04:47:33.088Z[ recovery-image] Feb 24 04:47:32.174 INFO O| Feb 24 04:47:32.174 INFO STEP 37 (remove_files) COMPLETE
46502026-02-24T04:47:33.088Z[ recovery-image] Feb 24 04:47:32.174 INFO O| Feb 24 04:47:32.174 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-02-24T04:47:33.102Z[ recovery-image] Feb 24 04:47:32.187 INFO O| Feb 24 04:47:32.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46522026-02-24T04:47:33.102Z[ recovery-image] Feb 24 04:47:32.187 INFO O| Feb 24 04:47:32.187 INFO STEP 38 (remove_files) COMPLETE
46532026-02-24T04:47:33.105Z[ recovery-image] Feb 24 04:47:32.187 INFO O| Feb 24 04:47:32.187 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-02-24T04:47:33.115Z[ recovery-image] Feb 24 04:47:32.200 INFO O| Feb 24 04:47:32.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46552026-02-24T04:47:33.115Z[ recovery-image] Feb 24 04:47:32.200 INFO O| Feb 24 04:47:32.200 INFO STEP 39 (remove_files) COMPLETE
46562026-02-24T04:47:33.118Z[ recovery-image] Feb 24 04:47:32.200 INFO O| Feb 24 04:47:32.200 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-02-24T04:47:33.128Z[ recovery-image] Feb 24 04:47:32.214 INFO O| Feb 24 04:47:32.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46582026-02-24T04:47:33.128Z[ recovery-image] Feb 24 04:47:32.214 INFO O| Feb 24 04:47:32.214 INFO STEP 40 (remove_files) COMPLETE
46592026-02-24T04:47:33.128Z[ recovery-image] Feb 24 04:47:32.214 INFO O| Feb 24 04:47:32.214 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-02-24T04:47:33.144Z[ recovery-image] Feb 24 04:47:32.226 INFO O| Feb 24 04:47:32.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46612026-02-24T04:47:33.144Z[ recovery-image] Feb 24 04:47:32.226 INFO O| Feb 24 04:47:32.226 INFO STEP 41 (remove_files) COMPLETE
46622026-02-24T04:47:33.149Z[ recovery-image] Feb 24 04:47:32.226 INFO O| Feb 24 04:47:32.226 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-02-24T04:47:33.156Z[ recovery-image] Feb 24 04:47:32.240 INFO O| Feb 24 04:47:32.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46642026-02-24T04:47:33.156Z[ recovery-image] Feb 24 04:47:32.240 INFO O| Feb 24 04:47:32.240 INFO STEP 42 (remove_files) COMPLETE
46652026-02-24T04:47:33.156Z[ recovery-image] Feb 24 04:47:32.240 INFO O| Feb 24 04:47:32.240 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-02-24T04:47:33.169Z[ recovery-image] Feb 24 04:47:32.254 INFO O| Feb 24 04:47:32.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46672026-02-24T04:47:33.169Z[ recovery-image] Feb 24 04:47:32.254 INFO O| Feb 24 04:47:32.254 INFO STEP 43 (remove_files) COMPLETE
46682026-02-24T04:47:33.177Z[ recovery-image] Feb 24 04:47:32.254 INFO O| Feb 24 04:47:32.254 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-02-24T04:47:33.224Z[ recovery-image] Feb 24 04:47:32.268 INFO O| Feb 24 04:47:32.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46702026-02-24T04:47:33.224Z[ recovery-image] Feb 24 04:47:32.268 INFO O| Feb 24 04:47:32.268 INFO STEP 44 (remove_files) COMPLETE
46712026-02-24T04:47:33.224Z[ recovery-image] Feb 24 04:47:32.268 INFO O| Feb 24 04:47:32.268 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-02-24T04:47:33.224Z[ recovery-image] Feb 24 04:47:32.282 INFO O| Feb 24 04:47:32.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46732026-02-24T04:47:33.224Z[ recovery-image] Feb 24 04:47:32.282 INFO O| Feb 24 04:47:32.282 INFO STEP 45 (remove_files) COMPLETE
46742026-02-24T04:47:33.224Z[ recovery-image] Feb 24 04:47:32.282 INFO O| Feb 24 04:47:32.282 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-02-24T04:47:33.228Z[ recovery-image] Feb 24 04:47:32.295 INFO O| Feb 24 04:47:32.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46762026-02-24T04:47:33.228Z[ recovery-image] Feb 24 04:47:32.296 INFO O| Feb 24 04:47:32.295 INFO STEP 46 (remove_files) COMPLETE
46772026-02-24T04:47:33.228Z[ recovery-image] Feb 24 04:47:32.296 INFO O| Feb 24 04:47:32.296 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-02-24T04:47:33.228Z[ recovery-image] Feb 24 04:47:32.309 INFO O| Feb 24 04:47:32.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46792026-02-24T04:47:33.228Z[ recovery-image] Feb 24 04:47:32.309 INFO O| Feb 24 04:47:32.309 INFO STEP 47 (remove_files) COMPLETE
46802026-02-24T04:47:33.228Z[ recovery-image] Feb 24 04:47:32.309 INFO O| Feb 24 04:47:32.309 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-02-24T04:47:33.237Z[ recovery-image] Feb 24 04:47:32.323 INFO O| Feb 24 04:47:32.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46822026-02-24T04:47:33.237Z[ recovery-image] Feb 24 04:47:32.323 INFO O| Feb 24 04:47:32.323 INFO STEP 48 (remove_files) COMPLETE
46832026-02-24T04:47:33.237Z[ recovery-image] Feb 24 04:47:32.323 INFO O| Feb 24 04:47:32.323 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-02-24T04:47:33.251Z[ recovery-image] Feb 24 04:47:32.336 INFO O| Feb 24 04:47:32.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46852026-02-24T04:47:33.251Z[ recovery-image] Feb 24 04:47:32.336 INFO O| Feb 24 04:47:32.336 INFO STEP 49 (remove_files) COMPLETE
46862026-02-24T04:47:33.254Z[ recovery-image] Feb 24 04:47:32.336 INFO O| Feb 24 04:47:32.336 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-02-24T04:47:33.265Z[ recovery-image] Feb 24 04:47:32.351 INFO O| Feb 24 04:47:32.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46882026-02-24T04:47:33.265Z[ recovery-image] Feb 24 04:47:32.351 INFO O| Feb 24 04:47:32.351 INFO STEP 50 (remove_files) COMPLETE
46892026-02-24T04:47:33.269Z[ recovery-image] Feb 24 04:47:32.351 INFO O| Feb 24 04:47:32.351 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-02-24T04:47:33.278Z[ recovery-image] Feb 24 04:47:32.363 INFO O| Feb 24 04:47:32.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46912026-02-24T04:47:33.278Z[ recovery-image] Feb 24 04:47:32.363 INFO O| Feb 24 04:47:32.363 INFO STEP 51 (remove_files) COMPLETE
46922026-02-24T04:47:33.278Z[ recovery-image] Feb 24 04:47:32.363 INFO O| Feb 24 04:47:32.363 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-02-24T04:47:33.291Z[ recovery-image] Feb 24 04:47:32.376 INFO O| Feb 24 04:47:32.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46942026-02-24T04:47:33.291Z[ recovery-image] Feb 24 04:47:32.376 INFO O| Feb 24 04:47:32.376 INFO STEP 52 (remove_files) COMPLETE
46952026-02-24T04:47:33.294Z[ recovery-image] Feb 24 04:47:32.377 INFO O| Feb 24 04:47:32.376 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-02-24T04:47:33.304Z[ recovery-image] Feb 24 04:47:32.389 INFO O| Feb 24 04:47:32.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46972026-02-24T04:47:33.304Z[ recovery-image] Feb 24 04:47:32.390 INFO O| Feb 24 04:47:32.390 INFO STEP 53 (remove_files) COMPLETE
46982026-02-24T04:47:33.304Z[ recovery-image] Feb 24 04:47:32.390 INFO O| Feb 24 04:47:32.390 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-02-24T04:47:33.317Z[ recovery-image] Feb 24 04:47:32.402 INFO O| Feb 24 04:47:32.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47002026-02-24T04:47:33.321Z[ recovery-image] Feb 24 04:47:32.403 INFO O| Feb 24 04:47:32.402 INFO STEP 54 (remove_files) COMPLETE
47012026-02-24T04:47:33.322Z[ recovery-image] Feb 24 04:47:32.403 INFO O| Feb 24 04:47:32.402 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-02-24T04:47:33.329Z[ recovery-image] Feb 24 04:47:32.415 INFO O| Feb 24 04:47:32.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47032026-02-24T04:47:33.329Z[ recovery-image] Feb 24 04:47:32.415 INFO O| Feb 24 04:47:32.415 INFO STEP 55 (remove_files) COMPLETE
47042026-02-24T04:47:33.329Z[ recovery-image] Feb 24 04:47:32.415 INFO O| Feb 24 04:47:32.415 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-02-24T04:47:33.344Z[ recovery-image] Feb 24 04:47:32.428 INFO O| Feb 24 04:47:32.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47062026-02-24T04:47:33.344Z[ recovery-image] Feb 24 04:47:32.428 INFO O| Feb 24 04:47:32.428 INFO STEP 56 (remove_files) COMPLETE
47072026-02-24T04:47:33.344Z[ recovery-image] Feb 24 04:47:32.428 INFO O| Feb 24 04:47:32.428 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-02-24T04:47:33.355Z[ recovery-image] Feb 24 04:47:32.441 INFO O| Feb 24 04:47:32.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47092026-02-24T04:47:33.356Z[ recovery-image] Feb 24 04:47:32.441 INFO O| Feb 24 04:47:32.441 INFO STEP 57 (remove_files) COMPLETE
47102026-02-24T04:47:33.356Z[ recovery-image] Feb 24 04:47:32.441 INFO O| Feb 24 04:47:32.441 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-02-24T04:47:33.382Z[ recovery-image] Feb 24 04:47:32.467 INFO O| Feb 24 04:47:32.467 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47122026-02-24T04:47:33.382Z[ recovery-image] Feb 24 04:47:32.467 INFO O| Feb 24 04:47:32.467 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47132026-02-24T04:47:33.385Z[ recovery-image] Feb 24 04:47:32.469 INFO O| Feb 24 04:47:32.467 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47142026-02-24T04:47:33.385Z[ recovery-image] Feb 24 04:47:32.469 INFO O| Feb 24 04:47:32.469 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47152026-02-24T04:47:33.385Z[ recovery-image] Feb 24 04:47:32.470 INFO O| Feb 24 04:47:32.469 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47162026-02-24T04:47:33.388Z[ recovery-image] Feb 24 04:47:32.471 INFO O| Feb 24 04:47:32.471 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47172026-02-24T04:47:33.388Z[ recovery-image] Feb 24 04:47:32.471 INFO O| Feb 24 04:47:32.471 INFO ok!
47182026-02-24T04:47:33.388Z[ recovery-image] Feb 24 04:47:32.471 INFO O| Feb 24 04:47:32.471 INFO STEP 58 (ensure_file) COMPLETE
47192026-02-24T04:47:33.388Z[ recovery-image] Feb 24 04:47:32.471 INFO O| Feb 24 04:47:32.471 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-02-24T04:47:33.402Z[ recovery-image] Feb 24 04:47:32.487 INFO O| Feb 24 04:47:32.487 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47212026-02-24T04:47:33.402Z[ recovery-image] Feb 24 04:47:32.488 INFO O| Feb 24 04:47:32.487 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47222026-02-24T04:47:33.405Z[ recovery-image] Feb 24 04:47:32.488 INFO O| Feb 24 04:47:32.488 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47232026-02-24T04:47:33.405Z[ recovery-image] Feb 24 04:47:32.488 INFO O| Feb 24 04:47:32.488 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47242026-02-24T04:47:33.405Z[ recovery-image] Feb 24 04:47:32.488 INFO O| Feb 24 04:47:32.488 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47252026-02-24T04:47:33.405Z[ recovery-image] Feb 24 04:47:32.488 INFO O| Feb 24 04:47:32.488 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47262026-02-24T04:47:33.405Z[ recovery-image] Feb 24 04:47:32.488 INFO O| Feb 24 04:47:32.488 INFO ok!
47272026-02-24T04:47:33.405Z[ recovery-image] Feb 24 04:47:32.488 INFO O| Feb 24 04:47:32.488 INFO STEP 59 (ensure_file) COMPLETE
47282026-02-24T04:47:33.406Z[ recovery-image] Feb 24 04:47:32.488 INFO O| Feb 24 04:47:32.488 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-02-24T04:47:33.416Z[ recovery-image] Feb 24 04:47:32.501 INFO O| Feb 24 04:47:32.501 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47302026-02-24T04:47:33.416Z[ recovery-image] Feb 24 04:47:32.501 INFO O| Feb 24 04:47:32.501 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47312026-02-24T04:47:33.416Z[ recovery-image] Feb 24 04:47:32.502 INFO O| Feb 24 04:47:32.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47322026-02-24T04:47:33.419Z[ recovery-image] Feb 24 04:47:32.502 INFO O| Feb 24 04:47:32.502 INFO ok!
47332026-02-24T04:47:33.419Z[ recovery-image] Feb 24 04:47:32.502 INFO O| Feb 24 04:47:32.502 INFO STEP 60 (ensure_file) COMPLETE
47342026-02-24T04:47:33.419Z[ recovery-image] Feb 24 04:47:32.502 INFO O| Feb 24 04:47:32.502 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-02-24T04:47:33.430Z[ recovery-image] Feb 24 04:47:32.515 INFO O| Feb 24 04:47:32.515 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47362026-02-24T04:47:33.430Z[ recovery-image] Feb 24 04:47:32.515 INFO O| Feb 24 04:47:32.515 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47372026-02-24T04:47:33.433Z[ recovery-image] Feb 24 04:47:32.515 INFO O| Feb 24 04:47:32.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47382026-02-24T04:47:33.433Z[ recovery-image] Feb 24 04:47:32.515 INFO O| Feb 24 04:47:32.515 INFO ok!
47392026-02-24T04:47:33.433Z[ recovery-image] Feb 24 04:47:32.515 INFO O| Feb 24 04:47:32.515 INFO STEP 61 (ensure_file) COMPLETE
47402026-02-24T04:47:33.433Z[ recovery-image] Feb 24 04:47:32.515 INFO O| Feb 24 04:47:32.515 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-02-24T04:47:33.443Z[ recovery-image] Feb 24 04:47:32.528 INFO O| Feb 24 04:47:32.528 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47422026-02-24T04:47:33.443Z[ recovery-image] Feb 24 04:47:32.528 INFO O| Feb 24 04:47:32.528 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47432026-02-24T04:47:33.446Z[ recovery-image] Feb 24 04:47:32.529 INFO O| Feb 24 04:47:32.529 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47442026-02-24T04:47:33.446Z[ recovery-image] Feb 24 04:47:32.529 INFO O| Feb 24 04:47:32.529 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47452026-02-24T04:47:33.446Z[ recovery-image] Feb 24 04:47:32.529 INFO O| Feb 24 04:47:32.529 INFO ok!
47462026-02-24T04:47:33.446Z[ recovery-image] Feb 24 04:47:32.529 INFO O| Feb 24 04:47:32.529 INFO STEP 62 (ensure_file) COMPLETE
47472026-02-24T04:47:33.446Z[ recovery-image] Feb 24 04:47:32.529 INFO O| Feb 24 04:47:32.529 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-02-24T04:47:33.458Z[ recovery-image] Feb 24 04:47:32.542 INFO O| Feb 24 04:47:32.542 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47492026-02-24T04:47:33.458Z[ recovery-image] Feb 24 04:47:32.542 INFO O| Feb 24 04:47:32.542 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47502026-02-24T04:47:33.462Z[ recovery-image] Feb 24 04:47:32.543 INFO O| Feb 24 04:47:32.543 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47512026-02-24T04:47:33.462Z[ recovery-image] Feb 24 04:47:32.543 INFO O| Feb 24 04:47:32.543 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47522026-02-24T04:47:33.462Z[ recovery-image] Feb 24 04:47:32.543 INFO O| Feb 24 04:47:32.543 INFO ok!
47532026-02-24T04:47:33.462Z[ recovery-image] Feb 24 04:47:32.543 INFO O| Feb 24 04:47:32.543 INFO STEP 63 (ensure_file) COMPLETE
47542026-02-24T04:47:33.462Z[ recovery-image] Feb 24 04:47:32.543 INFO O| Feb 24 04:47:32.543 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-02-24T04:47:33.469Z[ recovery-image] Feb 24 04:47:32.555 INFO O| Feb 24 04:47:32.555 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47562026-02-24T04:47:33.469Z[ recovery-image] Feb 24 04:47:32.555 INFO O| Feb 24 04:47:32.555 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47572026-02-24T04:47:33.472Z[ recovery-image] Feb 24 04:47:32.556 INFO O| Feb 24 04:47:32.556 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47582026-02-24T04:47:33.472Z[ recovery-image] Feb 24 04:47:32.556 INFO O| Feb 24 04:47:32.556 INFO ok!
47592026-02-24T04:47:33.472Z[ recovery-image] Feb 24 04:47:32.556 INFO O| Feb 24 04:47:32.556 INFO STEP 64 (assemble_files) COMPLETE
47602026-02-24T04:47:33.472Z[ recovery-image] Feb 24 04:47:32.556 INFO O| Feb 24 04:47:32.556 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612026-02-24T04:47:33.483Z[ recovery-image] Feb 24 04:47:32.568 INFO O| Feb 24 04:47:32.568 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47622026-02-24T04:47:33.483Z[ recovery-image] Feb 24 04:47:32.568 INFO O| Feb 24 04:47:32.568 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47632026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47642026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47652026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO ok!
47662026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO STEP 65 (ensure_file) COMPLETE
47672026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO skip step because feature "omicron1" is not enabled
47692026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO skip step because feature "omicron1" is not enabled
47712026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO skip step because feature "omicron1" is not enabled
47732026-02-24T04:47:33.486Z[ recovery-image] Feb 24 04:47:32.569 INFO O| Feb 24 04:47:32.569 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-02-24T04:47:33.501Z[ recovery-image] Feb 24 04:47:32.587 INFO O| Feb 24 04:47:32.587 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47752026-02-24T04:47:33.501Z[ recovery-image] Feb 24 04:47:32.587 INFO O| Feb 24 04:47:32.587 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47762026-02-24T04:47:36.126Z[ recovery-image] Feb 24 04:47:35.211 INFO O| Feb 24 04:47:35.211 INFO STEP 69 (pack_tar) COMPLETE
47772026-02-24T04:47:36.126Z[ recovery-image] Feb 24 04:47:35.211 INFO O| Feb 24 04:47:35.211 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47782026-02-24T04:47:36.126Z[ recovery-image] Feb 24 04:47:35.212 INFO O| Feb 24 04:47:35.211 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47792026-02-24T04:47:36.770Z[ recovery-image] Feb 24 04:47:35.855 INFO O| Feb 24 04:47:35.855 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47802026-02-24T04:47:36.880Z[ recovery-image] Feb 24 04:47:35.966 INFO O| Feb 24 04:47:35.966 INFO completed processing sled/ramdisk-02-trim
47812026-02-24T04:47:36.884Z[ recovery-image] Feb 24 04:47:35.968 INFO image builder template: ramdisk-03-recovery-trim...
47822026-02-24T04:47:36.884Z[ recovery-image] Feb 24 04:47:35.968 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/.tmpa2ii5w/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
47832026-02-24T04:47:37.031Z[ recovery-image] Feb 24 04:47:36.116 INFO O| Feb 24 04:47:36.116 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47842026-02-24T04:47:37.036Z[ recovery-image] Feb 24 04:47:36.122 INFO O| Feb 24 04:47:36.122 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47852026-02-24T04:47:37.110Z[ recovery-image] Feb 24 04:47:36.195 INFO O| Feb 24 04:47:36.195 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47862026-02-24T04:47:37.186Z[ recovery-image] Feb 24 04:47:36.271 INFO O| Feb 24 04:47:36.271 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47872026-02-24T04:47:37.186Z[ recovery-image] Feb 24 04:47:36.271 INFO O| Feb 24 04:47:36.271 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47882026-02-24T04:47:37.193Z[ recovery-image] Feb 24 04:47:36.278 INFO O| Feb 24 04:47:36.278 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47892026-02-24T04:47:37.198Z[ recovery-image] Feb 24 04:47:36.283 INFO O| Feb 24 04:47:36.283 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47902026-02-24T04:47:37.203Z[ recovery-image] Feb 24 04:47:36.288 INFO O| Feb 24 04:47:36.288 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47912026-02-24T04:47:37.459Z[ recovery-image] Feb 24 04:47:36.544 INFO O| Feb 24 04:47:36.544 INFO rolled back to input snapshot; work may begin
47922026-02-24T04:47:37.459Z[ recovery-image] Feb 24 04:47:36.544 INFO O| Feb 24 04:47:36.544 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47932026-02-24T04:47:37.466Z[ recovery-image] Feb 24 04:47:36.550 INFO O| Feb 24 04:47:36.550 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942026-02-24T04:47:37.476Z[ recovery-image] Feb 24 04:47:36.561 INFO O| Feb 24 04:47:36.561 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47952026-02-24T04:47:37.486Z[ recovery-image] Feb 24 04:47:36.565 INFO O| Feb 24 04:47:36.565 INFO STEP 0 (remove_files) COMPLETE
47962026-02-24T04:47:37.486Z[ recovery-image] Feb 24 04:47:36.565 INFO O| Feb 24 04:47:36.565 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972026-02-24T04:47:37.496Z[ recovery-image] Feb 24 04:47:36.577 INFO O| Feb 24 04:47:36.577 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47982026-02-24T04:47:37.563Z[ recovery-image] Feb 24 04:47:36.649 INFO O| Feb 24 04:47:36.649 INFO STEP 1 (remove_files) COMPLETE
47992026-02-24T04:47:37.563Z[ recovery-image] Feb 24 04:47:36.649 INFO O| Feb 24 04:47:36.649 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002026-02-24T04:47:37.574Z[ recovery-image] Feb 24 04:47:36.660 INFO O| Feb 24 04:47:36.660 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48012026-02-24T04:47:37.578Z[ recovery-image] Feb 24 04:47:36.663 INFO O| Feb 24 04:47:36.663 INFO STEP 2 (remove_files) COMPLETE
48022026-02-24T04:47:37.578Z[ recovery-image] Feb 24 04:47:36.664 INFO O| Feb 24 04:47:36.663 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032026-02-24T04:47:37.593Z[ recovery-image] Feb 24 04:47:36.677 INFO O| Feb 24 04:47:36.677 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48042026-02-24T04:47:37.653Z[ recovery-image] Feb 24 04:47:36.739 INFO O| Feb 24 04:47:36.739 INFO STEP 3 (remove_files) COMPLETE
48052026-02-24T04:47:37.653Z[ recovery-image] Feb 24 04:47:36.739 INFO O| Feb 24 04:47:36.739 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062026-02-24T04:47:37.667Z[ recovery-image] Feb 24 04:47:36.752 INFO O| Feb 24 04:47:36.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48072026-02-24T04:47:37.683Z[ recovery-image] Feb 24 04:47:36.769 INFO O| Feb 24 04:47:36.769 INFO STEP 4 (remove_files) COMPLETE
48082026-02-24T04:47:37.683Z[ recovery-image] Feb 24 04:47:36.769 INFO O| Feb 24 04:47:36.769 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092026-02-24T04:47:37.696Z[ recovery-image] Feb 24 04:47:36.782 INFO O| Feb 24 04:47:36.782 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48102026-02-24T04:47:37.700Z[ recovery-image] Feb 24 04:47:36.785 INFO O| Feb 24 04:47:36.784 INFO STEP 5 (remove_files) COMPLETE
48112026-02-24T04:47:37.700Z[ recovery-image] Feb 24 04:47:36.785 INFO O| Feb 24 04:47:36.785 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122026-02-24T04:47:37.710Z[ recovery-image] Feb 24 04:47:36.796 INFO O| Feb 24 04:47:36.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48132026-02-24T04:47:37.713Z[ recovery-image] Feb 24 04:47:36.798 INFO O| Feb 24 04:47:36.798 INFO STEP 6 (remove_files) COMPLETE
48142026-02-24T04:47:37.713Z[ recovery-image] Feb 24 04:47:36.798 INFO O| Feb 24 04:47:36.798 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152026-02-24T04:47:37.726Z[ recovery-image] Feb 24 04:47:36.811 INFO O| Feb 24 04:47:36.811 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48162026-02-24T04:47:37.732Z[ recovery-image] Feb 24 04:47:36.817 INFO O| Feb 24 04:47:36.817 INFO STEP 7 (remove_files) COMPLETE
48172026-02-24T04:47:37.735Z[ recovery-image] Feb 24 04:47:36.817 INFO O| Feb 24 04:47:36.817 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182026-02-24T04:47:37.744Z[ recovery-image] Feb 24 04:47:36.830 INFO O| Feb 24 04:47:36.830 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48192026-02-24T04:47:37.747Z[ recovery-image] Feb 24 04:47:36.831 INFO O| Feb 24 04:47:36.831 INFO STEP 8 (remove_files) COMPLETE
48202026-02-24T04:47:37.747Z[ recovery-image] Feb 24 04:47:36.831 INFO O| Feb 24 04:47:36.831 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212026-02-24T04:47:37.757Z[ recovery-image] Feb 24 04:47:36.843 INFO O| Feb 24 04:47:36.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48222026-02-24T04:47:37.760Z[ recovery-image] Feb 24 04:47:36.843 INFO O| Feb 24 04:47:36.843 INFO STEP 9 (remove_files) COMPLETE
48232026-02-24T04:47:37.760Z[ recovery-image] Feb 24 04:47:36.843 INFO O| Feb 24 04:47:36.843 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242026-02-24T04:47:37.770Z[ recovery-image] Feb 24 04:47:36.855 INFO O| Feb 24 04:47:36.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48252026-02-24T04:47:37.832Z[ recovery-image] Feb 24 04:47:36.916 INFO O| Feb 24 04:47:36.916 INFO STEP 10 (remove_files) COMPLETE
48262026-02-24T04:47:37.832Z[ recovery-image] Feb 24 04:47:36.917 INFO O| Feb 24 04:47:36.916 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272026-02-24T04:47:37.844Z[ recovery-image] Feb 24 04:47:36.930 INFO O| Feb 24 04:47:36.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48282026-02-24T04:47:37.847Z[ recovery-image] Feb 24 04:47:36.932 INFO O| Feb 24 04:47:36.932 INFO STEP 11 (remove_files) COMPLETE
48292026-02-24T04:47:37.848Z[ recovery-image] Feb 24 04:47:36.932 INFO O| Feb 24 04:47:36.932 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302026-02-24T04:47:37.859Z[ recovery-image] Feb 24 04:47:36.944 INFO O| Feb 24 04:47:36.944 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48312026-02-24T04:47:37.862Z[ recovery-image] Feb 24 04:47:36.948 INFO O| Feb 24 04:47:36.948 INFO STEP 12 (remove_files) COMPLETE
48322026-02-24T04:47:37.862Z[ recovery-image] Feb 24 04:47:36.948 INFO O| Feb 24 04:47:36.948 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332026-02-24T04:47:37.876Z[ recovery-image] Feb 24 04:47:36.961 INFO O| Feb 24 04:47:36.961 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48342026-02-24T04:47:37.879Z[ recovery-image] Feb 24 04:47:36.961 INFO O| Feb 24 04:47:36.961 INFO STEP 13 (remove_files) COMPLETE
48352026-02-24T04:47:37.879Z[ recovery-image] Feb 24 04:47:36.962 INFO O| Feb 24 04:47:36.961 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362026-02-24T04:47:37.890Z[ recovery-image] Feb 24 04:47:36.976 INFO O| Feb 24 04:47:36.976 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48372026-02-24T04:47:37.893Z[ recovery-image] Feb 24 04:47:36.977 INFO O| Feb 24 04:47:36.977 INFO STEP 14 (remove_files) COMPLETE
48382026-02-24T04:47:37.894Z[ recovery-image] Feb 24 04:47:36.977 INFO O| Feb 24 04:47:36.977 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392026-02-24T04:47:37.904Z[ recovery-image] Feb 24 04:47:36.989 INFO O| Feb 24 04:47:36.989 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48402026-02-24T04:47:37.917Z[ recovery-image] Feb 24 04:47:37.003 INFO O| Feb 24 04:47:37.003 INFO STEP 15 (remove_files) COMPLETE
48412026-02-24T04:47:37.917Z[ recovery-image] Feb 24 04:47:37.003 INFO O| Feb 24 04:47:37.003 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422026-02-24T04:47:37.934Z[ recovery-image] Feb 24 04:47:37.019 INFO O| Feb 24 04:47:37.019 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48432026-02-24T04:47:37.934Z[ recovery-image] Feb 24 04:47:37.019 INFO O| Feb 24 04:47:37.019 INFO STEP 16 (remove_files) COMPLETE
48442026-02-24T04:47:37.937Z[ recovery-image] Feb 24 04:47:37.019 INFO O| Feb 24 04:47:37.019 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452026-02-24T04:47:37.945Z[ recovery-image] Feb 24 04:47:37.031 INFO O| Feb 24 04:47:37.030 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48462026-02-24T04:47:37.948Z[ recovery-image] Feb 24 04:47:37.031 INFO O| Feb 24 04:47:37.031 INFO STEP 17 (remove_files) COMPLETE
48472026-02-24T04:47:37.948Z[ recovery-image] Feb 24 04:47:37.031 INFO O| Feb 24 04:47:37.031 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482026-02-24T04:47:37.957Z[ recovery-image] Feb 24 04:47:37.043 INFO O| Feb 24 04:47:37.043 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48492026-02-24T04:47:38.021Z[ recovery-image] Feb 24 04:47:37.106 INFO O| Feb 24 04:47:37.106 INFO STEP 18 (remove_files) COMPLETE
48502026-02-24T04:47:38.024Z[ recovery-image] Feb 24 04:47:37.106 INFO O| Feb 24 04:47:37.106 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512026-02-24T04:47:38.035Z[ recovery-image] Feb 24 04:47:37.120 INFO O| Feb 24 04:47:37.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48522026-02-24T04:47:38.038Z[ recovery-image] Feb 24 04:47:37.122 INFO O| Feb 24 04:47:37.122 INFO STEP 19 (remove_files) COMPLETE
48532026-02-24T04:47:38.038Z[ recovery-image] Feb 24 04:47:37.122 INFO O| Feb 24 04:47:37.122 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542026-02-24T04:47:38.050Z[ recovery-image] Feb 24 04:47:37.135 INFO O| Feb 24 04:47:37.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48552026-02-24T04:47:38.050Z[ recovery-image] Feb 24 04:47:37.136 INFO O| Feb 24 04:47:37.136 INFO STEP 20 (remove_files) COMPLETE
48562026-02-24T04:47:38.050Z[ recovery-image] Feb 24 04:47:37.136 INFO O| Feb 24 04:47:37.136 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572026-02-24T04:47:38.063Z[ recovery-image] Feb 24 04:47:37.148 INFO O| Feb 24 04:47:37.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48582026-02-24T04:47:38.066Z[ recovery-image] Feb 24 04:47:37.149 INFO O| Feb 24 04:47:37.149 INFO STEP 21 (remove_files) COMPLETE
48592026-02-24T04:47:38.066Z[ recovery-image] Feb 24 04:47:37.149 INFO O| Feb 24 04:47:37.149 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602026-02-24T04:47:38.076Z[ recovery-image] Feb 24 04:47:37.161 INFO O| Feb 24 04:47:37.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48612026-02-24T04:47:38.076Z[ recovery-image] Feb 24 04:47:37.161 INFO O| Feb 24 04:47:37.161 INFO STEP 22 (remove_files) COMPLETE
48622026-02-24T04:47:38.076Z[ recovery-image] Feb 24 04:47:37.161 INFO O| Feb 24 04:47:37.161 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632026-02-24T04:47:38.088Z[ recovery-image] Feb 24 04:47:37.174 INFO O| Feb 24 04:47:37.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48642026-02-24T04:47:38.089Z[ recovery-image] Feb 24 04:47:37.174 INFO O| Feb 24 04:47:37.174 INFO STEP 23 (remove_files) COMPLETE
48652026-02-24T04:47:38.089Z[ recovery-image] Feb 24 04:47:37.174 INFO O| Feb 24 04:47:37.174 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662026-02-24T04:47:38.100Z[ recovery-image] Feb 24 04:47:37.186 INFO O| Feb 24 04:47:37.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48672026-02-24T04:47:38.104Z[ recovery-image] Feb 24 04:47:37.186 INFO O| Feb 24 04:47:37.186 INFO STEP 24 (remove_files) COMPLETE
48682026-02-24T04:47:38.104Z[ recovery-image] Feb 24 04:47:37.186 INFO O| Feb 24 04:47:37.186 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692026-02-24T04:47:38.112Z[ recovery-image] Feb 24 04:47:37.197 INFO O| Feb 24 04:47:37.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48702026-02-24T04:47:38.112Z[ recovery-image] Feb 24 04:47:37.197 INFO O| Feb 24 04:47:37.197 INFO STEP 25 (remove_files) COMPLETE
48712026-02-24T04:47:38.115Z[ recovery-image] Feb 24 04:47:37.197 INFO O| Feb 24 04:47:37.197 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722026-02-24T04:47:38.125Z[ recovery-image] Feb 24 04:47:37.210 INFO O| Feb 24 04:47:37.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48732026-02-24T04:47:38.125Z[ recovery-image] Feb 24 04:47:37.210 INFO O| Feb 24 04:47:37.210 INFO STEP 26 (remove_files) COMPLETE
48742026-02-24T04:47:38.125Z[ recovery-image] Feb 24 04:47:37.211 INFO O| Feb 24 04:47:37.210 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752026-02-24T04:47:38.136Z[ recovery-image] Feb 24 04:47:37.222 INFO O| Feb 24 04:47:37.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48762026-02-24T04:47:38.136Z[ recovery-image] Feb 24 04:47:37.222 INFO O| Feb 24 04:47:37.222 INFO STEP 27 (remove_files) COMPLETE
48772026-02-24T04:47:38.139Z[ recovery-image] Feb 24 04:47:37.222 INFO O| Feb 24 04:47:37.222 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782026-02-24T04:47:38.148Z[ recovery-image] Feb 24 04:47:37.234 INFO O| Feb 24 04:47:37.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48792026-02-24T04:47:38.152Z[ recovery-image] Feb 24 04:47:37.234 INFO O| Feb 24 04:47:37.234 INFO STEP 28 (remove_files) COMPLETE
48802026-02-24T04:47:38.152Z[ recovery-image] Feb 24 04:47:37.234 INFO O| Feb 24 04:47:37.234 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812026-02-24T04:47:38.162Z[ recovery-image] Feb 24 04:47:37.247 INFO O| Feb 24 04:47:37.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48822026-02-24T04:47:38.162Z[ recovery-image] Feb 24 04:47:37.247 INFO O| Feb 24 04:47:37.247 INFO STEP 29 (remove_files) COMPLETE
48832026-02-24T04:47:38.165Z[ recovery-image] Feb 24 04:47:37.247 INFO O| Feb 24 04:47:37.247 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842026-02-24T04:47:38.175Z[ recovery-image] Feb 24 04:47:37.260 INFO O| Feb 24 04:47:37.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48852026-02-24T04:47:38.176Z[ recovery-image] Feb 24 04:47:37.260 INFO O| Feb 24 04:47:37.260 INFO STEP 30 (remove_files) COMPLETE
48862026-02-24T04:47:38.179Z[ recovery-image] Feb 24 04:47:37.260 INFO O| Feb 24 04:47:37.260 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872026-02-24T04:47:38.188Z[ recovery-image] Feb 24 04:47:37.273 INFO O| Feb 24 04:47:37.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48882026-02-24T04:47:38.188Z[ recovery-image] Feb 24 04:47:37.273 INFO O| Feb 24 04:47:37.273 INFO STEP 31 (remove_files) COMPLETE
48892026-02-24T04:47:38.191Z[ recovery-image] Feb 24 04:47:37.273 INFO O| Feb 24 04:47:37.273 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-02-24T04:47:38.200Z[ recovery-image] Feb 24 04:47:37.285 INFO O| Feb 24 04:47:37.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48912026-02-24T04:47:38.200Z[ recovery-image] Feb 24 04:47:37.285 INFO O| Feb 24 04:47:37.285 INFO STEP 32 (remove_files) COMPLETE
48922026-02-24T04:47:38.204Z[ recovery-image] Feb 24 04:47:37.285 INFO O| Feb 24 04:47:37.285 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-02-24T04:47:38.212Z[ recovery-image] Feb 24 04:47:37.297 INFO O| Feb 24 04:47:37.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48942026-02-24T04:47:38.215Z[ recovery-image] Feb 24 04:47:37.298 INFO O| Feb 24 04:47:37.298 INFO STEP 33 (remove_files) COMPLETE
48952026-02-24T04:47:38.215Z[ recovery-image] Feb 24 04:47:37.298 INFO O| Feb 24 04:47:37.298 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-02-24T04:47:38.225Z[ recovery-image] Feb 24 04:47:37.311 INFO O| Feb 24 04:47:37.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48972026-02-24T04:47:38.225Z[ recovery-image] Feb 24 04:47:37.311 INFO O| Feb 24 04:47:37.311 INFO STEP 34 (remove_files) COMPLETE
48982026-02-24T04:47:38.228Z[ recovery-image] Feb 24 04:47:37.311 INFO O| Feb 24 04:47:37.311 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-02-24T04:47:38.238Z[ recovery-image] Feb 24 04:47:37.324 INFO O| Feb 24 04:47:37.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49002026-02-24T04:47:38.238Z[ recovery-image] Feb 24 04:47:37.324 INFO O| Feb 24 04:47:37.324 INFO STEP 35 (remove_files) COMPLETE
49012026-02-24T04:47:38.242Z[ recovery-image] Feb 24 04:47:37.324 INFO O| Feb 24 04:47:37.324 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-02-24T04:47:38.252Z[ recovery-image] Feb 24 04:47:37.337 INFO O| Feb 24 04:47:37.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49032026-02-24T04:47:38.252Z[ recovery-image] Feb 24 04:47:37.338 INFO O| Feb 24 04:47:37.337 INFO STEP 36 (remove_files) COMPLETE
49042026-02-24T04:47:38.255Z[ recovery-image] Feb 24 04:47:37.338 INFO O| Feb 24 04:47:37.338 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-02-24T04:47:38.265Z[ recovery-image] Feb 24 04:47:37.351 INFO O| Feb 24 04:47:37.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49062026-02-24T04:47:38.265Z[ recovery-image] Feb 24 04:47:37.351 INFO O| Feb 24 04:47:37.351 INFO STEP 37 (remove_files) COMPLETE
49072026-02-24T04:47:38.265Z[ recovery-image] Feb 24 04:47:37.351 INFO O| Feb 24 04:47:37.351 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-02-24T04:47:38.278Z[ recovery-image] Feb 24 04:47:37.363 INFO O| Feb 24 04:47:37.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49092026-02-24T04:47:38.278Z[ recovery-image] Feb 24 04:47:37.363 INFO O| Feb 24 04:47:37.363 INFO STEP 38 (remove_files) COMPLETE
49102026-02-24T04:47:38.281Z[ recovery-image] Feb 24 04:47:37.363 INFO O| Feb 24 04:47:37.363 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-02-24T04:47:38.289Z[ recovery-image] Feb 24 04:47:37.375 INFO O| Feb 24 04:47:37.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49122026-02-24T04:47:38.289Z[ recovery-image] Feb 24 04:47:37.375 INFO O| Feb 24 04:47:37.375 INFO STEP 39 (remove_files) COMPLETE
49132026-02-24T04:47:38.289Z[ recovery-image] Feb 24 04:47:37.375 INFO O| Feb 24 04:47:37.375 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-02-24T04:47:38.301Z[ recovery-image] Feb 24 04:47:37.387 INFO O| Feb 24 04:47:37.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49152026-02-24T04:47:38.301Z[ recovery-image] Feb 24 04:47:37.387 INFO O| Feb 24 04:47:37.387 INFO STEP 40 (remove_files) COMPLETE
49162026-02-24T04:47:38.304Z[ recovery-image] Feb 24 04:47:37.387 INFO O| Feb 24 04:47:37.387 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-02-24T04:47:38.315Z[ recovery-image] Feb 24 04:47:37.400 INFO O| Feb 24 04:47:37.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49182026-02-24T04:47:38.315Z[ recovery-image] Feb 24 04:47:37.400 INFO O| Feb 24 04:47:37.400 INFO STEP 41 (remove_files) COMPLETE
49192026-02-24T04:47:38.318Z[ recovery-image] Feb 24 04:47:37.400 INFO O| Feb 24 04:47:37.400 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-02-24T04:47:38.329Z[ recovery-image] Feb 24 04:47:37.415 INFO O| Feb 24 04:47:37.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49212026-02-24T04:47:38.329Z[ recovery-image] Feb 24 04:47:37.415 INFO O| Feb 24 04:47:37.415 INFO STEP 42 (remove_files) COMPLETE
49222026-02-24T04:47:38.329Z[ recovery-image] Feb 24 04:47:37.415 INFO O| Feb 24 04:47:37.415 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-02-24T04:47:38.343Z[ recovery-image] Feb 24 04:47:37.429 INFO O| Feb 24 04:47:37.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49242026-02-24T04:47:38.343Z[ recovery-image] Feb 24 04:47:37.429 INFO O| Feb 24 04:47:37.429 INFO STEP 43 (remove_files) COMPLETE
49252026-02-24T04:47:38.346Z[ recovery-image] Feb 24 04:47:37.429 INFO O| Feb 24 04:47:37.429 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-02-24T04:47:38.358Z[ recovery-image] Feb 24 04:47:37.442 INFO O| Feb 24 04:47:37.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49272026-02-24T04:47:38.358Z[ recovery-image] Feb 24 04:47:37.442 INFO O| Feb 24 04:47:37.442 INFO STEP 44 (remove_files) COMPLETE
49282026-02-24T04:47:38.362Z[ recovery-image] Feb 24 04:47:37.442 INFO O| Feb 24 04:47:37.442 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-02-24T04:47:38.368Z[ recovery-image] Feb 24 04:47:37.453 INFO O| Feb 24 04:47:37.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49302026-02-24T04:47:38.368Z[ recovery-image] Feb 24 04:47:37.453 INFO O| Feb 24 04:47:37.453 INFO STEP 45 (remove_files) COMPLETE
49312026-02-24T04:47:38.371Z[ recovery-image] Feb 24 04:47:37.453 INFO O| Feb 24 04:47:37.453 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-02-24T04:47:38.378Z[ recovery-image] Feb 24 04:47:37.464 INFO O| Feb 24 04:47:37.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49332026-02-24T04:47:38.378Z[ recovery-image] Feb 24 04:47:37.464 INFO O| Feb 24 04:47:37.464 INFO STEP 46 (remove_files) COMPLETE
49342026-02-24T04:47:38.381Z[ recovery-image] Feb 24 04:47:37.464 INFO O| Feb 24 04:47:37.464 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-02-24T04:47:38.391Z[ recovery-image] Feb 24 04:47:37.476 INFO O| Feb 24 04:47:37.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49362026-02-24T04:47:38.393Z[ recovery-image] Feb 24 04:47:37.477 INFO O| Feb 24 04:47:37.477 INFO STEP 47 (remove_files) COMPLETE
49372026-02-24T04:47:38.394Z[ recovery-image] Feb 24 04:47:37.477 INFO O| Feb 24 04:47:37.477 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-02-24T04:47:38.404Z[ recovery-image] Feb 24 04:47:37.490 INFO O| Feb 24 04:47:37.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49392026-02-24T04:47:38.404Z[ recovery-image] Feb 24 04:47:37.490 INFO O| Feb 24 04:47:37.490 INFO STEP 48 (remove_files) COMPLETE
49402026-02-24T04:47:38.404Z[ recovery-image] Feb 24 04:47:37.490 INFO O| Feb 24 04:47:37.490 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-02-24T04:47:38.417Z[ recovery-image] Feb 24 04:47:37.503 INFO O| Feb 24 04:47:37.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49422026-02-24T04:47:38.420Z[ recovery-image] Feb 24 04:47:37.503 INFO O| Feb 24 04:47:37.503 INFO STEP 49 (remove_files) COMPLETE
49432026-02-24T04:47:38.420Z[ recovery-image] Feb 24 04:47:37.503 INFO O| Feb 24 04:47:37.503 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-02-24T04:47:38.430Z[ recovery-image] Feb 24 04:47:37.515 INFO O| Feb 24 04:47:37.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49452026-02-24T04:47:38.430Z[ recovery-image] Feb 24 04:47:37.516 INFO O| Feb 24 04:47:37.516 INFO STEP 50 (remove_files) COMPLETE
49462026-02-24T04:47:38.433Z[ recovery-image] Feb 24 04:47:37.516 INFO O| Feb 24 04:47:37.516 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-02-24T04:47:38.443Z[ recovery-image] Feb 24 04:47:37.529 INFO O| Feb 24 04:47:37.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49482026-02-24T04:47:38.443Z[ recovery-image] Feb 24 04:47:37.529 INFO O| Feb 24 04:47:37.529 INFO STEP 51 (remove_files) COMPLETE
49492026-02-24T04:47:38.443Z[ recovery-image] Feb 24 04:47:37.529 INFO O| Feb 24 04:47:37.529 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-02-24T04:47:38.456Z[ recovery-image] Feb 24 04:47:37.541 INFO O| Feb 24 04:47:37.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49512026-02-24T04:47:38.456Z[ recovery-image] Feb 24 04:47:37.541 INFO O| Feb 24 04:47:37.541 INFO STEP 52 (remove_files) COMPLETE
49522026-02-24T04:47:38.456Z[ recovery-image] Feb 24 04:47:37.541 INFO O| Feb 24 04:47:37.541 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-02-24T04:47:38.468Z[ recovery-image] Feb 24 04:47:37.553 INFO O| Feb 24 04:47:37.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49542026-02-24T04:47:38.468Z[ recovery-image] Feb 24 04:47:37.553 INFO O| Feb 24 04:47:37.553 INFO STEP 53 (remove_files) COMPLETE
49552026-02-24T04:47:38.471Z[ recovery-image] Feb 24 04:47:37.553 INFO O| Feb 24 04:47:37.553 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-02-24T04:47:38.480Z[ recovery-image] Feb 24 04:47:37.566 INFO O| Feb 24 04:47:37.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49572026-02-24T04:47:38.483Z[ recovery-image] Feb 24 04:47:37.567 INFO O| Feb 24 04:47:37.567 INFO STEP 54 (remove_files) COMPLETE
49582026-02-24T04:47:38.483Z[ recovery-image] Feb 24 04:47:37.567 INFO O| Feb 24 04:47:37.567 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-02-24T04:47:38.493Z[ recovery-image] Feb 24 04:47:37.579 INFO O| Feb 24 04:47:37.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49602026-02-24T04:47:38.493Z[ recovery-image] Feb 24 04:47:37.579 INFO O| Feb 24 04:47:37.579 INFO STEP 55 (remove_files) COMPLETE
49612026-02-24T04:47:38.496Z[ recovery-image] Feb 24 04:47:37.579 INFO O| Feb 24 04:47:37.579 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-02-24T04:47:38.506Z[ recovery-image] Feb 24 04:47:37.591 INFO O| Feb 24 04:47:37.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49632026-02-24T04:47:38.506Z[ recovery-image] Feb 24 04:47:37.591 INFO O| Feb 24 04:47:37.591 INFO STEP 56 (remove_files) COMPLETE
49642026-02-24T04:47:38.509Z[ recovery-image] Feb 24 04:47:37.591 INFO O| Feb 24 04:47:37.591 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-02-24T04:47:38.519Z[ recovery-image] Feb 24 04:47:37.603 INFO O| Feb 24 04:47:37.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49662026-02-24T04:47:38.522Z[ recovery-image] Feb 24 04:47:37.604 INFO O| Feb 24 04:47:37.604 INFO STEP 57 (remove_files) COMPLETE
49672026-02-24T04:47:38.522Z[ recovery-image] Feb 24 04:47:37.604 INFO O| Feb 24 04:47:37.604 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-02-24T04:47:38.532Z[ recovery-image] Feb 24 04:47:37.617 INFO O| Feb 24 04:47:37.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49692026-02-24T04:47:38.532Z[ recovery-image] Feb 24 04:47:37.617 INFO O| Feb 24 04:47:37.617 INFO STEP 58 (remove_files) COMPLETE
49702026-02-24T04:47:38.532Z[ recovery-image] Feb 24 04:47:37.617 INFO O| Feb 24 04:47:37.617 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-02-24T04:47:38.544Z[ recovery-image] Feb 24 04:47:37.629 INFO O| Feb 24 04:47:37.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49722026-02-24T04:47:38.547Z[ recovery-image] Feb 24 04:47:37.629 INFO O| Feb 24 04:47:37.629 INFO STEP 59 (remove_files) COMPLETE
49732026-02-24T04:47:38.547Z[ recovery-image] Feb 24 04:47:37.629 INFO O| Feb 24 04:47:37.629 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-02-24T04:47:38.556Z[ recovery-image] Feb 24 04:47:37.642 INFO O| Feb 24 04:47:37.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49752026-02-24T04:47:38.556Z[ recovery-image] Feb 24 04:47:37.642 INFO O| Feb 24 04:47:37.642 INFO STEP 60 (remove_files) COMPLETE
49762026-02-24T04:47:38.559Z[ recovery-image] Feb 24 04:47:37.642 INFO O| Feb 24 04:47:37.642 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-02-24T04:47:38.569Z[ recovery-image] Feb 24 04:47:37.654 INFO O| Feb 24 04:47:37.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49782026-02-24T04:47:38.569Z[ recovery-image] Feb 24 04:47:37.654 INFO O| Feb 24 04:47:37.654 INFO STEP 61 (remove_files) COMPLETE
49792026-02-24T04:47:38.569Z[ recovery-image] Feb 24 04:47:37.654 INFO O| Feb 24 04:47:37.654 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-02-24T04:47:38.581Z[ recovery-image] Feb 24 04:47:37.667 INFO O| Feb 24 04:47:37.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49812026-02-24T04:47:38.581Z[ recovery-image] Feb 24 04:47:37.667 INFO O| Feb 24 04:47:37.667 INFO STEP 62 (remove_files) COMPLETE
49822026-02-24T04:47:38.581Z[ recovery-image] Feb 24 04:47:37.667 INFO O| Feb 24 04:47:37.667 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-02-24T04:47:38.594Z[ recovery-image] Feb 24 04:47:37.679 INFO O| Feb 24 04:47:37.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49842026-02-24T04:47:38.594Z[ recovery-image] Feb 24 04:47:37.679 INFO O| Feb 24 04:47:37.679 INFO STEP 63 (remove_files) COMPLETE
49852026-02-24T04:47:38.597Z[ recovery-image] Feb 24 04:47:37.679 INFO O| Feb 24 04:47:37.679 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-02-24T04:47:38.606Z[ recovery-image] Feb 24 04:47:37.692 INFO O| Feb 24 04:47:37.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49872026-02-24T04:47:38.606Z[ recovery-image] Feb 24 04:47:37.692 INFO O| Feb 24 04:47:37.692 INFO STEP 64 (remove_files) COMPLETE
49882026-02-24T04:47:38.609Z[ recovery-image] Feb 24 04:47:37.692 INFO O| Feb 24 04:47:37.692 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-02-24T04:47:38.618Z[ recovery-image] Feb 24 04:47:37.704 INFO O| Feb 24 04:47:37.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49902026-02-24T04:47:38.618Z[ recovery-image] Feb 24 04:47:37.704 INFO O| Feb 24 04:47:37.704 INFO STEP 65 (remove_files) COMPLETE
49912026-02-24T04:47:38.618Z[ recovery-image] Feb 24 04:47:37.704 INFO O| Feb 24 04:47:37.704 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-02-24T04:47:38.633Z[ recovery-image] Feb 24 04:47:37.717 INFO O| Feb 24 04:47:37.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49932026-02-24T04:47:38.633Z[ recovery-image] Feb 24 04:47:37.717 INFO O| Feb 24 04:47:37.717 INFO STEP 66 (remove_files) COMPLETE
49942026-02-24T04:47:38.633Z[ recovery-image] Feb 24 04:47:37.717 INFO O| Feb 24 04:47:37.717 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-02-24T04:47:38.645Z[ recovery-image] Feb 24 04:47:37.729 INFO O| Feb 24 04:47:37.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49962026-02-24T04:47:38.648Z[ recovery-image] Feb 24 04:47:37.729 INFO O| Feb 24 04:47:37.729 INFO STEP 67 (remove_files) COMPLETE
49972026-02-24T04:47:38.648Z[ recovery-image] Feb 24 04:47:37.729 INFO O| Feb 24 04:47:37.729 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-02-24T04:47:38.657Z[ recovery-image] Feb 24 04:47:37.743 INFO O| Feb 24 04:47:37.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49992026-02-24T04:47:38.657Z[ recovery-image] Feb 24 04:47:37.743 INFO O| Feb 24 04:47:37.743 INFO STEP 68 (remove_files) COMPLETE
50002026-02-24T04:47:38.661Z[ recovery-image] Feb 24 04:47:37.743 INFO O| Feb 24 04:47:37.743 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-02-24T04:47:38.672Z[ recovery-image] Feb 24 04:47:37.757 INFO O| Feb 24 04:47:37.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50022026-02-24T04:47:38.672Z[ recovery-image] Feb 24 04:47:37.757 INFO O| Feb 24 04:47:37.757 INFO STEP 69 (remove_files) COMPLETE
50032026-02-24T04:47:38.675Z[ recovery-image] Feb 24 04:47:37.757 INFO O| Feb 24 04:47:37.757 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-02-24T04:47:38.684Z[ recovery-image] Feb 24 04:47:37.769 INFO O| Feb 24 04:47:37.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50052026-02-24T04:47:38.684Z[ recovery-image] Feb 24 04:47:37.769 INFO O| Feb 24 04:47:37.769 INFO STEP 70 (remove_files) COMPLETE
50062026-02-24T04:47:38.687Z[ recovery-image] Feb 24 04:47:37.769 INFO O| Feb 24 04:47:37.769 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-02-24T04:47:38.695Z[ recovery-image] Feb 24 04:47:37.781 INFO O| Feb 24 04:47:37.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50082026-02-24T04:47:38.695Z[ recovery-image] Feb 24 04:47:37.781 INFO O| Feb 24 04:47:37.781 INFO STEP 71 (remove_files) COMPLETE
50092026-02-24T04:47:38.698Z[ recovery-image] Feb 24 04:47:37.781 INFO O| Feb 24 04:47:37.781 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-02-24T04:47:38.707Z[ recovery-image] Feb 24 04:47:37.793 INFO O| Feb 24 04:47:37.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50112026-02-24T04:47:38.707Z[ recovery-image] Feb 24 04:47:37.793 INFO O| Feb 24 04:47:37.793 INFO STEP 72 (remove_files) COMPLETE
50122026-02-24T04:47:38.710Z[ recovery-image] Feb 24 04:47:37.793 INFO O| Feb 24 04:47:37.793 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-02-24T04:47:38.719Z[ recovery-image] Feb 24 04:47:37.804 INFO O| Feb 24 04:47:37.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50142026-02-24T04:47:38.719Z[ recovery-image] Feb 24 04:47:37.804 INFO O| Feb 24 04:47:37.804 INFO STEP 73 (remove_files) COMPLETE
50152026-02-24T04:47:38.719Z[ recovery-image] Feb 24 04:47:37.804 INFO O| Feb 24 04:47:37.804 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-02-24T04:47:38.732Z[ recovery-image] Feb 24 04:47:37.817 INFO O| Feb 24 04:47:37.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50172026-02-24T04:47:38.732Z[ recovery-image] Feb 24 04:47:37.818 INFO O| Feb 24 04:47:37.817 INFO STEP 74 (remove_files) COMPLETE
50182026-02-24T04:47:38.735Z[ recovery-image] Feb 24 04:47:37.818 INFO O| Feb 24 04:47:37.818 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-02-24T04:47:38.745Z[ recovery-image] Feb 24 04:47:37.831 INFO O| Feb 24 04:47:37.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50202026-02-24T04:47:38.748Z[ recovery-image] Feb 24 04:47:37.831 INFO O| Feb 24 04:47:37.831 INFO STEP 75 (remove_files) COMPLETE
50212026-02-24T04:47:38.748Z[ recovery-image] Feb 24 04:47:37.831 INFO O| Feb 24 04:47:37.831 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-02-24T04:47:38.758Z[ recovery-image] Feb 24 04:47:37.844 INFO O| Feb 24 04:47:37.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50232026-02-24T04:47:38.758Z[ recovery-image] Feb 24 04:47:37.844 INFO O| Feb 24 04:47:37.844 INFO STEP 76 (remove_files) COMPLETE
50242026-02-24T04:47:38.761Z[ recovery-image] Feb 24 04:47:37.844 INFO O| Feb 24 04:47:37.844 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-02-24T04:47:38.772Z[ recovery-image] Feb 24 04:47:37.857 INFO O| Feb 24 04:47:37.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50262026-02-24T04:47:38.775Z[ recovery-image] Feb 24 04:47:37.857 INFO O| Feb 24 04:47:37.857 INFO STEP 77 (remove_files) COMPLETE
50272026-02-24T04:47:38.775Z[ recovery-image] Feb 24 04:47:37.857 INFO O| Feb 24 04:47:37.857 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-02-24T04:47:38.787Z[ recovery-image] Feb 24 04:47:37.871 INFO O| Feb 24 04:47:37.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50292026-02-24T04:47:38.787Z[ recovery-image] Feb 24 04:47:37.871 INFO O| Feb 24 04:47:37.871 INFO STEP 78 (remove_files) COMPLETE
50302026-02-24T04:47:38.790Z[ recovery-image] Feb 24 04:47:37.871 INFO O| Feb 24 04:47:37.871 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-02-24T04:47:38.798Z[ recovery-image] Feb 24 04:47:37.883 INFO O| Feb 24 04:47:37.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50322026-02-24T04:47:38.800Z[ recovery-image] Feb 24 04:47:37.883 INFO O| Feb 24 04:47:37.883 INFO STEP 79 (remove_files) COMPLETE
50332026-02-24T04:47:38.800Z[ recovery-image] Feb 24 04:47:37.883 INFO O| Feb 24 04:47:37.883 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-02-24T04:47:38.810Z[ recovery-image] Feb 24 04:47:37.895 INFO O| Feb 24 04:47:37.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50352026-02-24T04:47:38.810Z[ recovery-image] Feb 24 04:47:37.896 INFO O| Feb 24 04:47:37.896 INFO STEP 80 (remove_files) COMPLETE
50362026-02-24T04:47:38.813Z[ recovery-image] Feb 24 04:47:37.896 INFO O| Feb 24 04:47:37.896 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-02-24T04:47:38.821Z[ recovery-image] Feb 24 04:47:37.906 INFO O| Feb 24 04:47:37.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50382026-02-24T04:47:38.821Z[ recovery-image] Feb 24 04:47:37.907 INFO O| Feb 24 04:47:37.907 INFO STEP 81 (remove_files) COMPLETE
50392026-02-24T04:47:38.824Z[ recovery-image] Feb 24 04:47:37.907 INFO O| Feb 24 04:47:37.907 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-02-24T04:47:38.835Z[ recovery-image] Feb 24 04:47:37.919 INFO O| Feb 24 04:47:37.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50412026-02-24T04:47:38.835Z[ recovery-image] Feb 24 04:47:37.919 INFO O| Feb 24 04:47:37.919 INFO STEP 82 (remove_files) COMPLETE
50422026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.919 INFO O| Feb 24 04:47:37.919 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.931 INFO O| Feb 24 04:47:37.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50442026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.931 INFO O| Feb 24 04:47:37.931 INFO STEP 83 (remove_files) COMPLETE
50452026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.931 INFO O| Feb 24 04:47:37.931 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.943 INFO O| Feb 24 04:47:37.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50472026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.944 INFO O| Feb 24 04:47:37.944 INFO STEP 84 (remove_files) COMPLETE
50482026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.944 INFO O| Feb 24 04:47:37.944 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.957 INFO O| Feb 24 04:47:37.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50502026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.957 INFO O| Feb 24 04:47:37.957 INFO STEP 85 (remove_files) COMPLETE
50512026-02-24T04:47:38.879Z[ recovery-image] Feb 24 04:47:37.957 INFO O| Feb 24 04:47:37.957 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-02-24T04:47:38.885Z[ recovery-image] Feb 24 04:47:37.970 INFO O| Feb 24 04:47:37.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50532026-02-24T04:47:38.888Z[ recovery-image] Feb 24 04:47:37.971 INFO O| Feb 24 04:47:37.971 INFO STEP 86 (remove_files) COMPLETE
50542026-02-24T04:47:38.888Z[ recovery-image] Feb 24 04:47:37.971 INFO O| Feb 24 04:47:37.971 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-02-24T04:47:38.899Z[ recovery-image] Feb 24 04:47:37.984 INFO O| Feb 24 04:47:37.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50562026-02-24T04:47:38.899Z[ recovery-image] Feb 24 04:47:37.984 INFO O| Feb 24 04:47:37.984 INFO STEP 87 (remove_files) COMPLETE
50572026-02-24T04:47:38.903Z[ recovery-image] Feb 24 04:47:37.984 INFO O| Feb 24 04:47:37.984 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-02-24T04:47:38.911Z[ recovery-image] Feb 24 04:47:37.996 INFO O| Feb 24 04:47:37.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50592026-02-24T04:47:38.911Z[ recovery-image] Feb 24 04:47:37.996 INFO O| Feb 24 04:47:37.996 INFO STEP 88 (remove_files) COMPLETE
50602026-02-24T04:47:38.914Z[ recovery-image] Feb 24 04:47:37.996 INFO O| Feb 24 04:47:37.996 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-02-24T04:47:38.925Z[ recovery-image] Feb 24 04:47:38.009 INFO O| Feb 24 04:47:38.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50622026-02-24T04:47:38.925Z[ recovery-image] Feb 24 04:47:38.009 INFO O| Feb 24 04:47:38.009 INFO STEP 89 (remove_files) COMPLETE
50632026-02-24T04:47:38.928Z[ recovery-image] Feb 24 04:47:38.009 INFO O| Feb 24 04:47:38.009 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-02-24T04:47:38.936Z[ recovery-image] Feb 24 04:47:38.021 INFO O| Feb 24 04:47:38.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50652026-02-24T04:47:38.936Z[ recovery-image] Feb 24 04:47:38.021 INFO O| Feb 24 04:47:38.021 INFO STEP 90 (remove_files) COMPLETE
50662026-02-24T04:47:38.939Z[ recovery-image] Feb 24 04:47:38.021 INFO O| Feb 24 04:47:38.021 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-02-24T04:47:38.947Z[ recovery-image] Feb 24 04:47:38.033 INFO O| Feb 24 04:47:38.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50682026-02-24T04:47:38.947Z[ recovery-image] Feb 24 04:47:38.033 INFO O| Feb 24 04:47:38.033 INFO STEP 91 (remove_files) COMPLETE
50692026-02-24T04:47:38.950Z[ recovery-image] Feb 24 04:47:38.033 INFO O| Feb 24 04:47:38.033 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-02-24T04:47:38.959Z[ recovery-image] Feb 24 04:47:38.044 INFO O| Feb 24 04:47:38.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50712026-02-24T04:47:38.959Z[ recovery-image] Feb 24 04:47:38.044 INFO O| Feb 24 04:47:38.044 INFO STEP 92 (remove_files) COMPLETE
50722026-02-24T04:47:38.959Z[ recovery-image] Feb 24 04:47:38.044 INFO O| Feb 24 04:47:38.044 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-02-24T04:47:38.970Z[ recovery-image] Feb 24 04:47:38.055 INFO O| Feb 24 04:47:38.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50742026-02-24T04:47:38.970Z[ recovery-image] Feb 24 04:47:38.055 INFO O| Feb 24 04:47:38.055 INFO STEP 93 (remove_files) COMPLETE
50752026-02-24T04:47:38.974Z[ recovery-image] Feb 24 04:47:38.055 INFO O| Feb 24 04:47:38.055 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-02-24T04:47:38.982Z[ recovery-image] Feb 24 04:47:38.067 INFO O| Feb 24 04:47:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50772026-02-24T04:47:38.982Z[ recovery-image] Feb 24 04:47:38.067 INFO O| Feb 24 04:47:38.067 INFO STEP 94 (remove_files) COMPLETE
50782026-02-24T04:47:38.982Z[ recovery-image] Feb 24 04:47:38.067 INFO O| Feb 24 04:47:38.067 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-02-24T04:47:38.996Z[ recovery-image] Feb 24 04:47:38.081 INFO O| Feb 24 04:47:38.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50802026-02-24T04:47:38.996Z[ recovery-image] Feb 24 04:47:38.081 INFO O| Feb 24 04:47:38.081 INFO STEP 95 (remove_files) COMPLETE
50812026-02-24T04:47:39.014Z[ recovery-image] Feb 24 04:47:38.081 INFO O| Feb 24 04:47:38.081 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-02-24T04:47:39.017Z[ recovery-image] Feb 24 04:47:38.094 INFO O| Feb 24 04:47:38.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50832026-02-24T04:47:39.017Z[ recovery-image] Feb 24 04:47:38.094 INFO O| Feb 24 04:47:38.094 INFO STEP 96 (remove_files) COMPLETE
50842026-02-24T04:47:39.017Z[ recovery-image] Feb 24 04:47:38.094 INFO O| Feb 24 04:47:38.094 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-02-24T04:47:39.021Z[ recovery-image] Feb 24 04:47:38.107 INFO O| Feb 24 04:47:38.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50862026-02-24T04:47:39.021Z[ recovery-image] Feb 24 04:47:38.107 INFO O| Feb 24 04:47:38.107 INFO STEP 97 (remove_files) COMPLETE
50872026-02-24T04:47:39.025Z[ recovery-image] Feb 24 04:47:38.107 INFO O| Feb 24 04:47:38.107 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-02-24T04:47:39.044Z[ recovery-image] Feb 24 04:47:38.129 INFO O| Feb 24 04:47:38.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50892026-02-24T04:47:39.044Z[ recovery-image] Feb 24 04:47:38.130 INFO O| Feb 24 04:47:38.130 INFO STEP 98 (remove_files) COMPLETE
50902026-02-24T04:47:39.044Z[ recovery-image] Feb 24 04:47:38.130 INFO O| Feb 24 04:47:38.130 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-02-24T04:47:39.057Z[ recovery-image] Feb 24 04:47:38.142 INFO O| Feb 24 04:47:38.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50922026-02-24T04:47:39.057Z[ recovery-image] Feb 24 04:47:38.142 INFO O| Feb 24 04:47:38.142 INFO STEP 99 (remove_files) COMPLETE
50932026-02-24T04:47:39.060Z[ recovery-image] Feb 24 04:47:38.142 INFO O| Feb 24 04:47:38.142 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-02-24T04:47:39.070Z[ recovery-image] Feb 24 04:47:38.156 INFO O| Feb 24 04:47:38.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50952026-02-24T04:47:39.070Z[ recovery-image] Feb 24 04:47:38.156 INFO O| Feb 24 04:47:38.156 INFO STEP 100 (remove_files) COMPLETE
50962026-02-24T04:47:39.074Z[ recovery-image] Feb 24 04:47:38.156 INFO O| Feb 24 04:47:38.156 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-02-24T04:47:39.083Z[ recovery-image] Feb 24 04:47:38.168 INFO O| Feb 24 04:47:38.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50982026-02-24T04:47:39.083Z[ recovery-image] Feb 24 04:47:38.168 INFO O| Feb 24 04:47:38.168 INFO STEP 101 (remove_files) COMPLETE
50992026-02-24T04:47:39.083Z[ recovery-image] Feb 24 04:47:38.168 INFO O| Feb 24 04:47:38.168 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-02-24T04:47:39.094Z[ recovery-image] Feb 24 04:47:38.179 INFO O| Feb 24 04:47:38.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51012026-02-24T04:47:39.094Z[ recovery-image] Feb 24 04:47:38.179 INFO O| Feb 24 04:47:38.179 INFO STEP 102 (remove_files) COMPLETE
51022026-02-24T04:47:39.094Z[ recovery-image] Feb 24 04:47:38.179 INFO O| Feb 24 04:47:38.179 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-02-24T04:47:39.106Z[ recovery-image] Feb 24 04:47:38.191 INFO O| Feb 24 04:47:38.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51042026-02-24T04:47:39.109Z[ recovery-image] Feb 24 04:47:38.191 INFO O| Feb 24 04:47:38.191 INFO STEP 103 (remove_files) COMPLETE
51052026-02-24T04:47:39.109Z[ recovery-image] Feb 24 04:47:38.191 INFO O| Feb 24 04:47:38.191 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-02-24T04:47:39.118Z[ recovery-image] Feb 24 04:47:38.203 INFO O| Feb 24 04:47:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51072026-02-24T04:47:39.118Z[ recovery-image] Feb 24 04:47:38.203 INFO O| Feb 24 04:47:38.203 INFO STEP 104 (remove_files) COMPLETE
51082026-02-24T04:47:39.122Z[ recovery-image] Feb 24 04:47:38.203 INFO O| Feb 24 04:47:38.203 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-02-24T04:47:39.130Z[ recovery-image] Feb 24 04:47:38.215 INFO O| Feb 24 04:47:38.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51102026-02-24T04:47:39.130Z[ recovery-image] Feb 24 04:47:38.215 INFO O| Feb 24 04:47:38.215 INFO STEP 105 (remove_files) COMPLETE
51112026-02-24T04:47:39.130Z[ recovery-image] Feb 24 04:47:38.215 INFO O| Feb 24 04:47:38.215 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-02-24T04:47:39.143Z[ recovery-image] Feb 24 04:47:38.227 INFO O| Feb 24 04:47:38.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51132026-02-24T04:47:39.144Z[ recovery-image] Feb 24 04:47:38.227 INFO O| Feb 24 04:47:38.227 INFO STEP 106 (remove_files) COMPLETE
51142026-02-24T04:47:39.144Z[ recovery-image] Feb 24 04:47:38.227 INFO O| Feb 24 04:47:38.227 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-02-24T04:47:39.154Z[ recovery-image] Feb 24 04:47:38.239 INFO O| Feb 24 04:47:38.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51162026-02-24T04:47:39.154Z[ recovery-image] Feb 24 04:47:38.239 INFO O| Feb 24 04:47:38.239 INFO STEP 107 (remove_files) COMPLETE
51172026-02-24T04:47:39.154Z[ recovery-image] Feb 24 04:47:38.239 INFO O| Feb 24 04:47:38.239 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-02-24T04:47:39.167Z[ recovery-image] Feb 24 04:47:38.252 INFO O| Feb 24 04:47:38.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51192026-02-24T04:47:39.167Z[ recovery-image] Feb 24 04:47:38.252 INFO O| Feb 24 04:47:38.252 INFO STEP 108 (remove_files) COMPLETE
51202026-02-24T04:47:39.167Z[ recovery-image] Feb 24 04:47:38.252 INFO O| Feb 24 04:47:38.252 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-02-24T04:47:39.181Z[ recovery-image] Feb 24 04:47:38.266 INFO O| Feb 24 04:47:38.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51222026-02-24T04:47:39.181Z[ recovery-image] Feb 24 04:47:38.266 INFO O| Feb 24 04:47:38.266 INFO STEP 109 (remove_files) COMPLETE
51232026-02-24T04:47:39.184Z[ recovery-image] Feb 24 04:47:38.266 INFO O| Feb 24 04:47:38.266 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-02-24T04:47:39.196Z[ recovery-image] Feb 24 04:47:38.280 INFO O| Feb 24 04:47:38.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51252026-02-24T04:47:39.196Z[ recovery-image] Feb 24 04:47:38.280 INFO O| Feb 24 04:47:38.280 INFO STEP 110 (remove_files) COMPLETE
51262026-02-24T04:47:39.196Z[ recovery-image] Feb 24 04:47:38.280 INFO O| Feb 24 04:47:38.280 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-02-24T04:47:39.209Z[ recovery-image] Feb 24 04:47:38.294 INFO O| Feb 24 04:47:38.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51282026-02-24T04:47:39.209Z[ recovery-image] Feb 24 04:47:38.294 INFO O| Feb 24 04:47:38.294 INFO STEP 111 (remove_files) COMPLETE
51292026-02-24T04:47:39.209Z[ recovery-image] Feb 24 04:47:38.294 INFO O| Feb 24 04:47:38.294 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-02-24T04:47:39.222Z[ recovery-image] Feb 24 04:47:38.307 INFO O| Feb 24 04:47:38.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51312026-02-24T04:47:39.222Z[ recovery-image] Feb 24 04:47:38.307 INFO O| Feb 24 04:47:38.307 INFO STEP 112 (remove_files) COMPLETE
51322026-02-24T04:47:39.222Z[ recovery-image] Feb 24 04:47:38.307 INFO O| Feb 24 04:47:38.307 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-02-24T04:47:39.234Z[ recovery-image] Feb 24 04:47:38.319 INFO O| Feb 24 04:47:38.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51342026-02-24T04:47:39.234Z[ recovery-image] Feb 24 04:47:38.319 INFO O| Feb 24 04:47:38.319 INFO STEP 113 (remove_files) COMPLETE
51352026-02-24T04:47:39.237Z[ recovery-image] Feb 24 04:47:38.319 INFO O| Feb 24 04:47:38.319 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-02-24T04:47:39.246Z[ recovery-image] Feb 24 04:47:38.331 INFO O| Feb 24 04:47:38.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51372026-02-24T04:47:39.246Z[ recovery-image] Feb 24 04:47:38.331 INFO O| Feb 24 04:47:38.331 INFO STEP 114 (remove_files) COMPLETE
51382026-02-24T04:47:39.246Z[ recovery-image] Feb 24 04:47:38.331 INFO O| Feb 24 04:47:38.331 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-02-24T04:47:39.258Z[ recovery-image] Feb 24 04:47:38.342 INFO O| Feb 24 04:47:38.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51402026-02-24T04:47:39.258Z[ recovery-image] Feb 24 04:47:38.342 INFO O| Feb 24 04:47:38.342 INFO STEP 115 (remove_files) COMPLETE
51412026-02-24T04:47:39.262Z[ recovery-image] Feb 24 04:47:38.342 INFO O| Feb 24 04:47:38.342 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-02-24T04:47:39.269Z[ recovery-image] Feb 24 04:47:38.354 INFO O| Feb 24 04:47:38.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51432026-02-24T04:47:39.272Z[ recovery-image] Feb 24 04:47:38.354 INFO O| Feb 24 04:47:38.354 INFO STEP 116 (remove_files) COMPLETE
51442026-02-24T04:47:39.272Z[ recovery-image] Feb 24 04:47:38.354 INFO O| Feb 24 04:47:38.354 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-02-24T04:47:39.280Z[ recovery-image] Feb 24 04:47:38.365 INFO O| Feb 24 04:47:38.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51462026-02-24T04:47:39.280Z[ recovery-image] Feb 24 04:47:38.365 INFO O| Feb 24 04:47:38.365 INFO STEP 117 (remove_files) COMPLETE
51472026-02-24T04:47:39.283Z[ recovery-image] Feb 24 04:47:38.365 INFO O| Feb 24 04:47:38.365 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-02-24T04:47:39.293Z[ recovery-image] Feb 24 04:47:38.379 INFO O| Feb 24 04:47:38.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51492026-02-24T04:47:39.294Z[ recovery-image] Feb 24 04:47:38.379 INFO O| Feb 24 04:47:38.379 INFO STEP 118 (remove_files) COMPLETE
51502026-02-24T04:47:39.297Z[ recovery-image] Feb 24 04:47:38.379 INFO O| Feb 24 04:47:38.379 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-02-24T04:47:39.307Z[ recovery-image] Feb 24 04:47:38.392 INFO O| Feb 24 04:47:38.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51522026-02-24T04:47:39.307Z[ recovery-image] Feb 24 04:47:38.392 INFO O| Feb 24 04:47:38.392 INFO STEP 119 (remove_files) COMPLETE
51532026-02-24T04:47:39.310Z[ recovery-image] Feb 24 04:47:38.392 INFO O| Feb 24 04:47:38.392 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-02-24T04:47:39.321Z[ recovery-image] Feb 24 04:47:38.406 INFO O| Feb 24 04:47:38.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51552026-02-24T04:47:39.321Z[ recovery-image] Feb 24 04:47:38.406 INFO O| Feb 24 04:47:38.406 INFO STEP 120 (remove_files) COMPLETE
51562026-02-24T04:47:39.321Z[ recovery-image] Feb 24 04:47:38.406 INFO O| Feb 24 04:47:38.406 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-02-24T04:47:39.333Z[ recovery-image] Feb 24 04:47:38.418 INFO O| Feb 24 04:47:38.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51582026-02-24T04:47:39.334Z[ recovery-image] Feb 24 04:47:38.418 INFO O| Feb 24 04:47:38.418 INFO STEP 121 (remove_files) COMPLETE
51592026-02-24T04:47:39.334Z[ recovery-image] Feb 24 04:47:38.418 INFO O| Feb 24 04:47:38.418 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-02-24T04:47:39.349Z[ recovery-image] Feb 24 04:47:38.433 INFO O| Feb 24 04:47:38.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51612026-02-24T04:47:39.349Z[ recovery-image] Feb 24 04:47:38.433 INFO O| Feb 24 04:47:38.433 INFO STEP 122 (remove_files) COMPLETE
51622026-02-24T04:47:39.353Z[ recovery-image] Feb 24 04:47:38.433 INFO O| Feb 24 04:47:38.433 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-02-24T04:47:39.362Z[ recovery-image] Feb 24 04:47:38.448 INFO O| Feb 24 04:47:38.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51642026-02-24T04:47:39.362Z[ recovery-image] Feb 24 04:47:38.448 INFO O| Feb 24 04:47:38.448 INFO STEP 123 (remove_files) COMPLETE
51652026-02-24T04:47:39.366Z[ recovery-image] Feb 24 04:47:38.448 INFO O| Feb 24 04:47:38.448 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-02-24T04:47:39.378Z[ recovery-image] Feb 24 04:47:38.461 INFO O| Feb 24 04:47:38.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51672026-02-24T04:47:39.378Z[ recovery-image] Feb 24 04:47:38.462 INFO O| Feb 24 04:47:38.462 INFO STEP 124 (remove_files) COMPLETE
51682026-02-24T04:47:39.378Z[ recovery-image] Feb 24 04:47:38.462 INFO O| Feb 24 04:47:38.462 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-02-24T04:47:39.391Z[ recovery-image] Feb 24 04:47:38.476 INFO O| Feb 24 04:47:38.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51702026-02-24T04:47:39.391Z[ recovery-image] Feb 24 04:47:38.476 INFO O| Feb 24 04:47:38.476 INFO STEP 125 (remove_files) COMPLETE
51712026-02-24T04:47:39.391Z[ recovery-image] Feb 24 04:47:38.476 INFO O| Feb 24 04:47:38.476 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-02-24T04:47:39.406Z[ recovery-image] Feb 24 04:47:38.490 INFO O| Feb 24 04:47:38.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51732026-02-24T04:47:39.406Z[ recovery-image] Feb 24 04:47:38.490 INFO O| Feb 24 04:47:38.490 INFO STEP 126 (remove_files) COMPLETE
51742026-02-24T04:47:39.409Z[ recovery-image] Feb 24 04:47:38.490 INFO O| Feb 24 04:47:38.490 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-02-24T04:47:39.417Z[ recovery-image] Feb 24 04:47:38.502 INFO O| Feb 24 04:47:38.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51762026-02-24T04:47:39.417Z[ recovery-image] Feb 24 04:47:38.502 INFO O| Feb 24 04:47:38.502 INFO STEP 127 (remove_files) COMPLETE
51772026-02-24T04:47:39.418Z[ recovery-image] Feb 24 04:47:38.502 INFO O| Feb 24 04:47:38.502 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-02-24T04:47:39.430Z[ recovery-image] Feb 24 04:47:38.514 INFO O| Feb 24 04:47:38.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51792026-02-24T04:47:39.430Z[ recovery-image] Feb 24 04:47:38.514 INFO O| Feb 24 04:47:38.514 INFO STEP 128 (remove_files) COMPLETE
51802026-02-24T04:47:39.431Z[ recovery-image] Feb 24 04:47:38.514 INFO O| Feb 24 04:47:38.514 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-02-24T04:47:39.441Z[ recovery-image] Feb 24 04:47:38.526 INFO O| Feb 24 04:47:38.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51822026-02-24T04:47:39.441Z[ recovery-image] Feb 24 04:47:38.526 INFO O| Feb 24 04:47:38.526 INFO STEP 129 (remove_files) COMPLETE
51832026-02-24T04:47:39.445Z[ recovery-image] Feb 24 04:47:38.526 INFO O| Feb 24 04:47:38.526 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-02-24T04:47:39.455Z[ recovery-image] Feb 24 04:47:38.540 INFO O| Feb 24 04:47:38.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51852026-02-24T04:47:39.459Z[ recovery-image] Feb 24 04:47:38.540 INFO O| Feb 24 04:47:38.540 INFO STEP 130 (remove_files) COMPLETE
51862026-02-24T04:47:39.459Z[ recovery-image] Feb 24 04:47:38.540 INFO O| Feb 24 04:47:38.540 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-02-24T04:47:39.472Z[ recovery-image] Feb 24 04:47:38.557 INFO O| Feb 24 04:47:38.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51882026-02-24T04:47:39.472Z[ recovery-image] Feb 24 04:47:38.557 INFO O| Feb 24 04:47:38.557 INFO STEP 131 (remove_files) COMPLETE
51892026-02-24T04:47:39.472Z[ recovery-image] Feb 24 04:47:38.557 INFO O| Feb 24 04:47:38.557 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-02-24T04:47:39.488Z[ recovery-image] Feb 24 04:47:38.573 INFO O| Feb 24 04:47:38.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51912026-02-24T04:47:39.488Z[ recovery-image] Feb 24 04:47:38.573 INFO O| Feb 24 04:47:38.573 INFO STEP 132 (remove_files) COMPLETE
51922026-02-24T04:47:39.489Z[ recovery-image] Feb 24 04:47:38.574 INFO O| Feb 24 04:47:38.573 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-02-24T04:47:39.505Z[ recovery-image] Feb 24 04:47:38.590 INFO O| Feb 24 04:47:38.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51942026-02-24T04:47:39.505Z[ recovery-image] Feb 24 04:47:38.590 INFO O| Feb 24 04:47:38.590 INFO STEP 133 (remove_files) COMPLETE
51952026-02-24T04:47:39.508Z[ recovery-image] Feb 24 04:47:38.590 INFO O| Feb 24 04:47:38.590 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-02-24T04:47:39.520Z[ recovery-image] Feb 24 04:47:38.605 INFO O| Feb 24 04:47:38.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51972026-02-24T04:47:39.520Z[ recovery-image] Feb 24 04:47:38.605 INFO O| Feb 24 04:47:38.605 INFO STEP 134 (remove_files) COMPLETE
51982026-02-24T04:47:39.520Z[ recovery-image] Feb 24 04:47:38.605 INFO O| Feb 24 04:47:38.605 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-02-24T04:47:39.535Z[ recovery-image] Feb 24 04:47:38.620 INFO O| Feb 24 04:47:38.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52002026-02-24T04:47:39.535Z[ recovery-image] Feb 24 04:47:38.620 INFO O| Feb 24 04:47:38.620 INFO STEP 135 (remove_files) COMPLETE
52012026-02-24T04:47:39.539Z[ recovery-image] Feb 24 04:47:38.620 INFO O| Feb 24 04:47:38.620 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-02-24T04:47:39.551Z[ recovery-image] Feb 24 04:47:38.636 INFO O| Feb 24 04:47:38.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52032026-02-24T04:47:39.551Z[ recovery-image] Feb 24 04:47:38.636 INFO O| Feb 24 04:47:38.636 INFO STEP 136 (remove_files) COMPLETE
52042026-02-24T04:47:39.555Z[ recovery-image] Feb 24 04:47:38.636 INFO O| Feb 24 04:47:38.636 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-02-24T04:47:39.566Z[ recovery-image] Feb 24 04:47:38.651 INFO O| Feb 24 04:47:38.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52062026-02-24T04:47:39.566Z[ recovery-image] Feb 24 04:47:38.651 INFO O| Feb 24 04:47:38.651 INFO STEP 137 (remove_files) COMPLETE
52072026-02-24T04:47:39.566Z[ recovery-image] Feb 24 04:47:38.651 INFO O| Feb 24 04:47:38.651 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-02-24T04:47:39.582Z[ recovery-image] Feb 24 04:47:38.667 INFO O| Feb 24 04:47:38.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52092026-02-24T04:47:39.582Z[ recovery-image] Feb 24 04:47:38.667 INFO O| Feb 24 04:47:38.667 INFO STEP 138 (remove_files) COMPLETE
52102026-02-24T04:47:39.585Z[ recovery-image] Feb 24 04:47:38.667 INFO O| Feb 24 04:47:38.667 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-02-24T04:47:39.596Z[ recovery-image] Feb 24 04:47:38.681 INFO O| Feb 24 04:47:38.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52122026-02-24T04:47:39.596Z[ recovery-image] Feb 24 04:47:38.681 INFO O| Feb 24 04:47:38.681 INFO STEP 139 (remove_files) COMPLETE
52132026-02-24T04:47:39.596Z[ recovery-image] Feb 24 04:47:38.681 INFO O| Feb 24 04:47:38.681 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-02-24T04:47:39.610Z[ recovery-image] Feb 24 04:47:38.695 INFO O| Feb 24 04:47:38.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52152026-02-24T04:47:39.610Z[ recovery-image] Feb 24 04:47:38.695 INFO O| Feb 24 04:47:38.695 INFO STEP 140 (remove_files) COMPLETE
52162026-02-24T04:47:39.613Z[ recovery-image] Feb 24 04:47:38.695 INFO O| Feb 24 04:47:38.695 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-02-24T04:47:39.627Z[ recovery-image] Feb 24 04:47:38.711 INFO O| Feb 24 04:47:38.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52182026-02-24T04:47:39.627Z[ recovery-image] Feb 24 04:47:38.711 INFO O| Feb 24 04:47:38.711 INFO STEP 141 (remove_files) COMPLETE
52192026-02-24T04:47:39.627Z[ recovery-image] Feb 24 04:47:38.712 INFO O| Feb 24 04:47:38.711 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-02-24T04:47:39.641Z[ recovery-image] Feb 24 04:47:38.726 INFO O| Feb 24 04:47:38.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52212026-02-24T04:47:39.641Z[ recovery-image] Feb 24 04:47:38.727 INFO O| Feb 24 04:47:38.727 INFO STEP 142 (remove_files) COMPLETE
52222026-02-24T04:47:39.645Z[ recovery-image] Feb 24 04:47:38.727 INFO O| Feb 24 04:47:38.727 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-02-24T04:47:39.656Z[ recovery-image] Feb 24 04:47:38.741 INFO O| Feb 24 04:47:38.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52242026-02-24T04:47:39.656Z[ recovery-image] Feb 24 04:47:38.741 INFO O| Feb 24 04:47:38.741 INFO STEP 143 (remove_files) COMPLETE
52252026-02-24T04:47:39.656Z[ recovery-image] Feb 24 04:47:38.741 INFO O| Feb 24 04:47:38.741 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-02-24T04:47:39.671Z[ recovery-image] Feb 24 04:47:38.755 INFO O| Feb 24 04:47:38.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52272026-02-24T04:47:39.671Z[ recovery-image] Feb 24 04:47:38.755 INFO O| Feb 24 04:47:38.755 INFO STEP 144 (remove_files) COMPLETE
52282026-02-24T04:47:39.675Z[ recovery-image] Feb 24 04:47:38.755 INFO O| Feb 24 04:47:38.755 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-02-24T04:47:39.686Z[ recovery-image] Feb 24 04:47:38.771 INFO O| Feb 24 04:47:38.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52302026-02-24T04:47:39.689Z[ recovery-image] Feb 24 04:47:38.771 INFO O| Feb 24 04:47:38.771 INFO STEP 145 (remove_files) COMPLETE
52312026-02-24T04:47:39.689Z[ recovery-image] Feb 24 04:47:38.771 INFO O| Feb 24 04:47:38.771 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-02-24T04:47:39.701Z[ recovery-image] Feb 24 04:47:38.784 INFO O| Feb 24 04:47:38.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52332026-02-24T04:47:39.701Z[ recovery-image] Feb 24 04:47:38.784 INFO O| Feb 24 04:47:38.784 INFO STEP 146 (remove_files) COMPLETE
52342026-02-24T04:47:39.701Z[ recovery-image] Feb 24 04:47:38.784 INFO O| Feb 24 04:47:38.784 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-02-24T04:47:39.713Z[ recovery-image] Feb 24 04:47:38.798 INFO O| Feb 24 04:47:38.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52362026-02-24T04:47:39.716Z[ recovery-image] Feb 24 04:47:38.798 INFO O| Feb 24 04:47:38.798 INFO STEP 147 (remove_files) COMPLETE
52372026-02-24T04:47:39.716Z[ recovery-image] Feb 24 04:47:38.798 INFO O| Feb 24 04:47:38.798 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-02-24T04:47:39.727Z[ recovery-image] Feb 24 04:47:38.812 INFO O| Feb 24 04:47:38.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52392026-02-24T04:47:39.730Z[ recovery-image] Feb 24 04:47:38.813 INFO O| Feb 24 04:47:38.813 INFO STEP 148 (remove_files) COMPLETE
52402026-02-24T04:47:39.730Z[ recovery-image] Feb 24 04:47:38.813 INFO O| Feb 24 04:47:38.813 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-02-24T04:47:39.742Z[ recovery-image] Feb 24 04:47:38.827 INFO O| Feb 24 04:47:38.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52422026-02-24T04:47:39.742Z[ recovery-image] Feb 24 04:47:38.827 INFO O| Feb 24 04:47:38.827 INFO STEP 149 (remove_files) COMPLETE
52432026-02-24T04:47:39.742Z[ recovery-image] Feb 24 04:47:38.827 INFO O| Feb 24 04:47:38.827 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-02-24T04:47:39.756Z[ recovery-image] Feb 24 04:47:38.841 INFO O| Feb 24 04:47:38.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52452026-02-24T04:47:39.756Z[ recovery-image] Feb 24 04:47:38.841 INFO O| Feb 24 04:47:38.841 INFO STEP 150 (remove_files) COMPLETE
52462026-02-24T04:47:39.759Z[ recovery-image] Feb 24 04:47:38.841 INFO O| Feb 24 04:47:38.841 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-02-24T04:47:39.773Z[ recovery-image] Feb 24 04:47:38.858 INFO O| Feb 24 04:47:38.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52482026-02-24T04:47:39.773Z[ recovery-image] Feb 24 04:47:38.858 INFO O| Feb 24 04:47:38.858 INFO STEP 151 (remove_files) COMPLETE
52492026-02-24T04:47:39.778Z[ recovery-image] Feb 24 04:47:38.858 INFO O| Feb 24 04:47:38.858 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-02-24T04:47:39.790Z[ recovery-image] Feb 24 04:47:38.875 INFO O| Feb 24 04:47:38.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52512026-02-24T04:47:39.790Z[ recovery-image] Feb 24 04:47:38.875 INFO O| Feb 24 04:47:38.875 INFO STEP 152 (remove_files) COMPLETE
52522026-02-24T04:47:39.793Z[ recovery-image] Feb 24 04:47:38.875 INFO O| Feb 24 04:47:38.875 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-02-24T04:47:39.806Z[ recovery-image] Feb 24 04:47:38.891 INFO O| Feb 24 04:47:38.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52542026-02-24T04:47:39.806Z[ recovery-image] Feb 24 04:47:38.891 INFO O| Feb 24 04:47:38.891 INFO STEP 153 (remove_files) COMPLETE
52552026-02-24T04:47:39.806Z[ recovery-image] Feb 24 04:47:38.891 INFO O| Feb 24 04:47:38.891 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-02-24T04:47:39.821Z[ recovery-image] Feb 24 04:47:38.906 INFO O| Feb 24 04:47:38.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52572026-02-24T04:47:39.821Z[ recovery-image] Feb 24 04:47:38.906 INFO O| Feb 24 04:47:38.906 INFO STEP 154 (remove_files) COMPLETE
52582026-02-24T04:47:39.825Z[ recovery-image] Feb 24 04:47:38.906 INFO O| Feb 24 04:47:38.906 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-02-24T04:47:39.837Z[ recovery-image] Feb 24 04:47:38.921 INFO O| Feb 24 04:47:38.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52602026-02-24T04:47:39.837Z[ recovery-image] Feb 24 04:47:38.921 INFO O| Feb 24 04:47:38.921 INFO STEP 155 (remove_files) COMPLETE
52612026-02-24T04:47:39.837Z[ recovery-image] Feb 24 04:47:38.921 INFO O| Feb 24 04:47:38.921 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-02-24T04:47:39.853Z[ recovery-image] Feb 24 04:47:38.937 INFO O| Feb 24 04:47:38.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52632026-02-24T04:47:39.853Z[ recovery-image] Feb 24 04:47:38.937 INFO O| Feb 24 04:47:38.937 INFO STEP 156 (remove_files) COMPLETE
52642026-02-24T04:47:39.858Z[ recovery-image] Feb 24 04:47:38.937 INFO O| Feb 24 04:47:38.937 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-02-24T04:47:39.868Z[ recovery-image] Feb 24 04:47:38.953 INFO O| Feb 24 04:47:38.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52662026-02-24T04:47:39.868Z[ recovery-image] Feb 24 04:47:38.953 INFO O| Feb 24 04:47:38.953 INFO STEP 157 (remove_files) COMPLETE
52672026-02-24T04:47:39.872Z[ recovery-image] Feb 24 04:47:38.953 INFO O| Feb 24 04:47:38.953 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-02-24T04:47:39.883Z[ recovery-image] Feb 24 04:47:38.968 INFO O| Feb 24 04:47:38.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52692026-02-24T04:47:39.883Z[ recovery-image] Feb 24 04:47:38.968 INFO O| Feb 24 04:47:38.968 INFO STEP 158 (remove_files) COMPLETE
52702026-02-24T04:47:39.886Z[ recovery-image] Feb 24 04:47:38.968 INFO O| Feb 24 04:47:38.968 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-02-24T04:47:39.897Z[ recovery-image] Feb 24 04:47:38.982 INFO O| Feb 24 04:47:38.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52722026-02-24T04:47:39.897Z[ recovery-image] Feb 24 04:47:38.982 INFO O| Feb 24 04:47:38.982 INFO STEP 159 (remove_files) COMPLETE
52732026-02-24T04:47:39.897Z[ recovery-image] Feb 24 04:47:38.982 INFO O| Feb 24 04:47:38.982 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-02-24T04:47:39.910Z[ recovery-image] Feb 24 04:47:38.995 INFO O| Feb 24 04:47:38.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52752026-02-24T04:47:39.910Z[ recovery-image] Feb 24 04:47:38.995 INFO O| Feb 24 04:47:38.995 INFO STEP 160 (remove_files) COMPLETE
52762026-02-24T04:47:39.910Z[ recovery-image] Feb 24 04:47:38.995 INFO O| Feb 24 04:47:38.995 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-02-24T04:47:39.923Z[ recovery-image] Feb 24 04:47:39.008 INFO O| Feb 24 04:47:39.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52782026-02-24T04:47:39.923Z[ recovery-image] Feb 24 04:47:39.008 INFO O| Feb 24 04:47:39.008 INFO STEP 161 (remove_files) COMPLETE
52792026-02-24T04:47:39.923Z[ recovery-image] Feb 24 04:47:39.008 INFO O| Feb 24 04:47:39.008 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-02-24T04:47:39.936Z[ recovery-image] Feb 24 04:47:39.021 INFO O| Feb 24 04:47:39.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52812026-02-24T04:47:39.939Z[ recovery-image] Feb 24 04:47:39.022 INFO O| Feb 24 04:47:39.022 INFO STEP 162 (remove_files) COMPLETE
52822026-02-24T04:47:39.939Z[ recovery-image] Feb 24 04:47:39.022 INFO O| Feb 24 04:47:39.022 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-02-24T04:47:39.949Z[ recovery-image] Feb 24 04:47:39.034 INFO O| Feb 24 04:47:39.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52842026-02-24T04:47:39.949Z[ recovery-image] Feb 24 04:47:39.034 INFO O| Feb 24 04:47:39.034 INFO STEP 163 (remove_files) COMPLETE
52852026-02-24T04:47:39.950Z[ recovery-image] Feb 24 04:47:39.034 INFO O| Feb 24 04:47:39.034 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-02-24T04:47:39.963Z[ recovery-image] Feb 24 04:47:39.047 INFO O| Feb 24 04:47:39.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52872026-02-24T04:47:39.964Z[ recovery-image] Feb 24 04:47:39.047 INFO O| Feb 24 04:47:39.047 INFO STEP 164 (remove_files) COMPLETE
52882026-02-24T04:47:39.964Z[ recovery-image] Feb 24 04:47:39.047 INFO O| Feb 24 04:47:39.047 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-02-24T04:47:39.995Z[ recovery-image] Feb 24 04:47:39.058 INFO O| Feb 24 04:47:39.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52902026-02-24T04:47:39.995Z[ recovery-image] Feb 24 04:47:39.058 INFO O| Feb 24 04:47:39.058 INFO STEP 165 (remove_files) COMPLETE
52912026-02-24T04:47:39.995Z[ recovery-image] Feb 24 04:47:39.058 INFO O| Feb 24 04:47:39.058 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-02-24T04:47:39.996Z[ recovery-image] Feb 24 04:47:39.071 INFO O| Feb 24 04:47:39.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52932026-02-24T04:47:39.996Z[ recovery-image] Feb 24 04:47:39.071 INFO O| Feb 24 04:47:39.071 INFO STEP 166 (remove_files) COMPLETE
52942026-02-24T04:47:39.996Z[ recovery-image] Feb 24 04:47:39.071 INFO O| Feb 24 04:47:39.071 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-02-24T04:47:39.999Z[ recovery-image] Feb 24 04:47:39.083 INFO O| Feb 24 04:47:39.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52962026-02-24T04:47:39.999Z[ recovery-image] Feb 24 04:47:39.083 INFO O| Feb 24 04:47:39.083 INFO STEP 167 (remove_files) COMPLETE
52972026-02-24T04:47:39.999Z[ recovery-image] Feb 24 04:47:39.083 INFO O| Feb 24 04:47:39.083 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-02-24T04:47:40.023Z[ recovery-image] Feb 24 04:47:39.096 INFO O| Feb 24 04:47:39.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52992026-02-24T04:47:40.030Z[ recovery-image] Feb 24 04:47:39.096 INFO O| Feb 24 04:47:39.096 INFO STEP 168 (remove_files) COMPLETE
53002026-02-24T04:47:40.030Z[ recovery-image] Feb 24 04:47:39.096 INFO O| Feb 24 04:47:39.096 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-02-24T04:47:40.030Z[ recovery-image] Feb 24 04:47:39.108 INFO O| Feb 24 04:47:39.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53022026-02-24T04:47:40.030Z[ recovery-image] Feb 24 04:47:39.108 INFO O| Feb 24 04:47:39.108 INFO STEP 169 (remove_files) COMPLETE
53032026-02-24T04:47:40.030Z[ recovery-image] Feb 24 04:47:39.108 INFO O| Feb 24 04:47:39.108 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-02-24T04:47:40.069Z[ recovery-image] Feb 24 04:47:39.121 INFO O| Feb 24 04:47:39.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53052026-02-24T04:47:40.070Z[ recovery-image] Feb 24 04:47:39.122 INFO O| Feb 24 04:47:39.122 INFO STEP 170 (remove_files) COMPLETE
53062026-02-24T04:47:40.070Z[ recovery-image] Feb 24 04:47:39.122 INFO O| Feb 24 04:47:39.122 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-02-24T04:47:40.070Z[ recovery-image] Feb 24 04:47:39.136 INFO O| Feb 24 04:47:39.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53082026-02-24T04:47:40.070Z[ recovery-image] Feb 24 04:47:39.136 INFO O| Feb 24 04:47:39.136 INFO STEP 171 (remove_files) COMPLETE
53092026-02-24T04:47:40.070Z[ recovery-image] Feb 24 04:47:39.136 INFO O| Feb 24 04:47:39.136 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-02-24T04:47:40.070Z[ recovery-image] Feb 24 04:47:39.149 INFO O| Feb 24 04:47:39.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53112026-02-24T04:47:40.070Z[ recovery-image] Feb 24 04:47:39.149 INFO O| Feb 24 04:47:39.149 INFO STEP 172 (remove_files) COMPLETE
53122026-02-24T04:47:40.070Z[ recovery-image] Feb 24 04:47:39.149 INFO O| Feb 24 04:47:39.149 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-02-24T04:47:40.140Z[ recovery-image] Feb 24 04:47:39.215 INFO O| Feb 24 04:47:39.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53142026-02-24T04:47:40.140Z[ recovery-image] Feb 24 04:47:39.215 INFO O| Feb 24 04:47:39.215 INFO STEP 173 (remove_files) COMPLETE
53152026-02-24T04:47:40.140Z[ recovery-image] Feb 24 04:47:39.215 INFO O| Feb 24 04:47:39.215 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-02-24T04:47:40.148Z[ recovery-image] Feb 24 04:47:39.232 INFO O| Feb 24 04:47:39.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53172026-02-24T04:47:40.151Z[ recovery-image] Feb 24 04:47:39.233 INFO O| Feb 24 04:47:39.233 INFO STEP 174 (remove_files) COMPLETE
53182026-02-24T04:47:40.151Z[ recovery-image] Feb 24 04:47:39.233 INFO O| Feb 24 04:47:39.233 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-02-24T04:47:40.176Z[ recovery-image] Feb 24 04:47:39.245 INFO O| Feb 24 04:47:39.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53202026-02-24T04:47:40.176Z[ recovery-image] Feb 24 04:47:39.245 INFO O| Feb 24 04:47:39.245 INFO STEP 175 (remove_files) COMPLETE
53212026-02-24T04:47:40.176Z[ recovery-image] Feb 24 04:47:39.245 INFO O| Feb 24 04:47:39.245 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-02-24T04:47:40.176Z[ recovery-image] Feb 24 04:47:39.256 INFO O| Feb 24 04:47:39.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53232026-02-24T04:47:40.176Z[ recovery-image] Feb 24 04:47:39.256 INFO O| Feb 24 04:47:39.256 INFO STEP 176 (remove_files) COMPLETE
53242026-02-24T04:47:40.176Z[ recovery-image] Feb 24 04:47:39.256 INFO O| Feb 24 04:47:39.256 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-02-24T04:47:40.184Z[ recovery-image] Feb 24 04:47:39.268 INFO O| Feb 24 04:47:39.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53262026-02-24T04:47:40.184Z[ recovery-image] Feb 24 04:47:39.268 INFO O| Feb 24 04:47:39.268 INFO STEP 177 (remove_files) COMPLETE
53272026-02-24T04:47:40.184Z[ recovery-image] Feb 24 04:47:39.268 INFO O| Feb 24 04:47:39.268 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-02-24T04:47:40.196Z[ recovery-image] Feb 24 04:47:39.281 INFO O| Feb 24 04:47:39.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53292026-02-24T04:47:40.196Z[ recovery-image] Feb 24 04:47:39.281 INFO O| Feb 24 04:47:39.281 INFO STEP 178 (remove_files) COMPLETE
53302026-02-24T04:47:40.196Z[ recovery-image] Feb 24 04:47:39.281 INFO O| Feb 24 04:47:39.281 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-02-24T04:47:40.207Z[ recovery-image] Feb 24 04:47:39.292 INFO O| Feb 24 04:47:39.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53322026-02-24T04:47:40.207Z[ recovery-image] Feb 24 04:47:39.292 INFO O| Feb 24 04:47:39.292 INFO STEP 179 (remove_files) COMPLETE
53332026-02-24T04:47:40.207Z[ recovery-image] Feb 24 04:47:39.292 INFO O| Feb 24 04:47:39.292 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-02-24T04:47:40.218Z[ recovery-image] Feb 24 04:47:39.303 INFO O| Feb 24 04:47:39.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53352026-02-24T04:47:40.218Z[ recovery-image] Feb 24 04:47:39.303 INFO O| Feb 24 04:47:39.303 INFO STEP 180 (remove_files) COMPLETE
53362026-02-24T04:47:40.221Z[ recovery-image] Feb 24 04:47:39.303 INFO O| Feb 24 04:47:39.303 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-02-24T04:47:40.231Z[ recovery-image] Feb 24 04:47:39.314 INFO O| Feb 24 04:47:39.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53382026-02-24T04:47:40.231Z[ recovery-image] Feb 24 04:47:39.314 INFO O| Feb 24 04:47:39.314 INFO STEP 181 (remove_files) COMPLETE
53392026-02-24T04:47:40.231Z[ recovery-image] Feb 24 04:47:39.314 INFO O| Feb 24 04:47:39.314 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-02-24T04:47:40.243Z[ recovery-image] Feb 24 04:47:39.327 INFO O| Feb 24 04:47:39.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53412026-02-24T04:47:40.243Z[ recovery-image] Feb 24 04:47:39.328 INFO O| Feb 24 04:47:39.328 INFO STEP 182 (remove_files) COMPLETE
53422026-02-24T04:47:40.243Z[ recovery-image] Feb 24 04:47:39.328 INFO O| Feb 24 04:47:39.328 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-02-24T04:47:40.258Z[ recovery-image] Feb 24 04:47:39.341 INFO O| Feb 24 04:47:39.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53442026-02-24T04:47:40.258Z[ recovery-image] Feb 24 04:47:39.341 INFO O| Feb 24 04:47:39.341 INFO STEP 183 (remove_files) COMPLETE
53452026-02-24T04:47:40.258Z[ recovery-image] Feb 24 04:47:39.341 INFO O| Feb 24 04:47:39.341 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-02-24T04:47:40.269Z[ recovery-image] Feb 24 04:47:39.352 INFO O| Feb 24 04:47:39.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53472026-02-24T04:47:40.269Z[ recovery-image] Feb 24 04:47:39.352 INFO O| Feb 24 04:47:39.352 INFO STEP 184 (remove_files) COMPLETE
53482026-02-24T04:47:40.269Z[ recovery-image] Feb 24 04:47:39.352 INFO O| Feb 24 04:47:39.352 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-02-24T04:47:40.278Z[ recovery-image] Feb 24 04:47:39.363 INFO O| Feb 24 04:47:39.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53502026-02-24T04:47:40.278Z[ recovery-image] Feb 24 04:47:39.363 INFO O| Feb 24 04:47:39.363 INFO STEP 185 (remove_files) COMPLETE
53512026-02-24T04:47:40.282Z[ recovery-image] Feb 24 04:47:39.363 INFO O| Feb 24 04:47:39.363 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-02-24T04:47:40.290Z[ recovery-image] Feb 24 04:47:39.374 INFO O| Feb 24 04:47:39.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53532026-02-24T04:47:40.290Z[ recovery-image] Feb 24 04:47:39.374 INFO O| Feb 24 04:47:39.374 INFO STEP 186 (remove_files) COMPLETE
53542026-02-24T04:47:40.290Z[ recovery-image] Feb 24 04:47:39.374 INFO O| Feb 24 04:47:39.374 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-02-24T04:47:40.301Z[ recovery-image] Feb 24 04:47:39.386 INFO O| Feb 24 04:47:39.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53562026-02-24T04:47:40.301Z[ recovery-image] Feb 24 04:47:39.386 INFO O| Feb 24 04:47:39.386 INFO STEP 187 (remove_files) COMPLETE
53572026-02-24T04:47:40.305Z[ recovery-image] Feb 24 04:47:39.386 INFO O| Feb 24 04:47:39.386 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-02-24T04:47:40.316Z[ recovery-image] Feb 24 04:47:39.397 INFO O| Feb 24 04:47:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53592026-02-24T04:47:40.316Z[ recovery-image] Feb 24 04:47:39.397 INFO O| Feb 24 04:47:39.397 INFO STEP 188 (remove_files) COMPLETE
53602026-02-24T04:47:40.317Z[ recovery-image] Feb 24 04:47:39.397 INFO O| Feb 24 04:47:39.397 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-02-24T04:47:40.323Z[ recovery-image] Feb 24 04:47:39.408 INFO O| Feb 24 04:47:39.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53622026-02-24T04:47:40.326Z[ recovery-image] Feb 24 04:47:39.408 INFO O| Feb 24 04:47:39.408 INFO STEP 189 (remove_files) COMPLETE
53632026-02-24T04:47:40.327Z[ recovery-image] Feb 24 04:47:39.408 INFO O| Feb 24 04:47:39.408 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-02-24T04:47:40.335Z[ recovery-image] Feb 24 04:47:39.420 INFO O| Feb 24 04:47:39.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53652026-02-24T04:47:40.336Z[ recovery-image] Feb 24 04:47:39.420 INFO O| Feb 24 04:47:39.420 INFO STEP 190 (remove_files) COMPLETE
53662026-02-24T04:47:40.339Z[ recovery-image] Feb 24 04:47:39.420 INFO O| Feb 24 04:47:39.420 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-02-24T04:47:40.348Z[ recovery-image] Feb 24 04:47:39.432 INFO O| Feb 24 04:47:39.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53682026-02-24T04:47:40.348Z[ recovery-image] Feb 24 04:47:39.432 INFO O| Feb 24 04:47:39.432 INFO STEP 191 (remove_files) COMPLETE
53692026-02-24T04:47:40.352Z[ recovery-image] Feb 24 04:47:39.432 INFO O| Feb 24 04:47:39.432 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-02-24T04:47:40.357Z[ recovery-image] Feb 24 04:47:39.442 INFO O| Feb 24 04:47:39.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53712026-02-24T04:47:40.357Z[ recovery-image] Feb 24 04:47:39.442 INFO O| Feb 24 04:47:39.442 INFO STEP 192 (remove_files) COMPLETE
53722026-02-24T04:47:40.360Z[ recovery-image] Feb 24 04:47:39.443 INFO O| Feb 24 04:47:39.442 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-02-24T04:47:40.366Z[ recovery-image] Feb 24 04:47:39.451 INFO O| Feb 24 04:47:39.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53742026-02-24T04:47:40.366Z[ recovery-image] Feb 24 04:47:39.451 INFO O| Feb 24 04:47:39.451 INFO STEP 193 (remove_files) COMPLETE
53752026-02-24T04:47:40.370Z[ recovery-image] Feb 24 04:47:39.452 INFO O| Feb 24 04:47:39.451 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-02-24T04:47:40.380Z[ recovery-image] Feb 24 04:47:39.464 INFO O| Feb 24 04:47:39.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53772026-02-24T04:47:40.380Z[ recovery-image] Feb 24 04:47:39.464 INFO O| Feb 24 04:47:39.464 INFO STEP 194 (remove_files) COMPLETE
53782026-02-24T04:47:40.380Z[ recovery-image] Feb 24 04:47:39.464 INFO O| Feb 24 04:47:39.464 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-02-24T04:47:40.392Z[ recovery-image] Feb 24 04:47:39.477 INFO O| Feb 24 04:47:39.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53802026-02-24T04:47:40.393Z[ recovery-image] Feb 24 04:47:39.477 INFO O| Feb 24 04:47:39.477 INFO STEP 195 (remove_files) COMPLETE
53812026-02-24T04:47:40.397Z[ recovery-image] Feb 24 04:47:39.478 INFO O| Feb 24 04:47:39.477 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-02-24T04:47:40.405Z[ recovery-image] Feb 24 04:47:39.490 INFO O| Feb 24 04:47:39.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53832026-02-24T04:47:40.405Z[ recovery-image] Feb 24 04:47:39.490 INFO O| Feb 24 04:47:39.490 INFO STEP 196 (remove_files) COMPLETE
53842026-02-24T04:47:40.405Z[ recovery-image] Feb 24 04:47:39.490 INFO O| Feb 24 04:47:39.490 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-02-24T04:47:40.417Z[ recovery-image] Feb 24 04:47:39.502 INFO O| Feb 24 04:47:39.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53862026-02-24T04:47:40.417Z[ recovery-image] Feb 24 04:47:39.502 INFO O| Feb 24 04:47:39.502 INFO STEP 197 (remove_files) COMPLETE
53872026-02-24T04:47:40.420Z[ recovery-image] Feb 24 04:47:39.502 INFO O| Feb 24 04:47:39.502 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-02-24T04:47:40.429Z[ recovery-image] Feb 24 04:47:39.514 INFO O| Feb 24 04:47:39.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53892026-02-24T04:47:40.429Z[ recovery-image] Feb 24 04:47:39.514 INFO O| Feb 24 04:47:39.514 INFO STEP 198 (remove_files) COMPLETE
53902026-02-24T04:47:40.432Z[ recovery-image] Feb 24 04:47:39.514 INFO O| Feb 24 04:47:39.514 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-02-24T04:47:40.441Z[ recovery-image] Feb 24 04:47:39.526 INFO O| Feb 24 04:47:39.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53922026-02-24T04:47:40.445Z[ recovery-image] Feb 24 04:47:39.527 INFO O| Feb 24 04:47:39.527 INFO STEP 199 (remove_files) COMPLETE
53932026-02-24T04:47:40.445Z[ recovery-image] Feb 24 04:47:39.527 INFO O| Feb 24 04:47:39.527 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-02-24T04:47:40.455Z[ recovery-image] Feb 24 04:47:39.539 INFO O| Feb 24 04:47:39.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53952026-02-24T04:47:40.455Z[ recovery-image] Feb 24 04:47:39.540 INFO O| Feb 24 04:47:39.540 INFO STEP 200 (remove_files) COMPLETE
53962026-02-24T04:47:40.455Z[ recovery-image] Feb 24 04:47:39.540 INFO O| Feb 24 04:47:39.540 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-02-24T04:47:40.467Z[ recovery-image] Feb 24 04:47:39.552 INFO O| Feb 24 04:47:39.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53982026-02-24T04:47:40.467Z[ recovery-image] Feb 24 04:47:39.552 INFO O| Feb 24 04:47:39.552 INFO STEP 201 (remove_files) COMPLETE
53992026-02-24T04:47:40.467Z[ recovery-image] Feb 24 04:47:39.552 INFO O| Feb 24 04:47:39.552 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-02-24T04:47:40.480Z[ recovery-image] Feb 24 04:47:39.565 INFO O| Feb 24 04:47:39.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54012026-02-24T04:47:40.480Z[ recovery-image] Feb 24 04:47:39.565 INFO O| Feb 24 04:47:39.565 INFO STEP 202 (remove_files) COMPLETE
54022026-02-24T04:47:40.480Z[ recovery-image] Feb 24 04:47:39.565 INFO O| Feb 24 04:47:39.565 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-02-24T04:47:40.492Z[ recovery-image] Feb 24 04:47:39.577 INFO O| Feb 24 04:47:39.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54042026-02-24T04:47:40.492Z[ recovery-image] Feb 24 04:47:39.577 INFO O| Feb 24 04:47:39.577 INFO STEP 203 (remove_files) COMPLETE
54052026-02-24T04:47:40.492Z[ recovery-image] Feb 24 04:47:39.577 INFO O| Feb 24 04:47:39.577 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-02-24T04:47:40.505Z[ recovery-image] Feb 24 04:47:39.590 INFO O| Feb 24 04:47:39.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54072026-02-24T04:47:40.505Z[ recovery-image] Feb 24 04:47:39.590 INFO O| Feb 24 04:47:39.590 INFO STEP 204 (remove_files) COMPLETE
54082026-02-24T04:47:40.509Z[ recovery-image] Feb 24 04:47:39.590 INFO O| Feb 24 04:47:39.590 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-02-24T04:47:40.517Z[ recovery-image] Feb 24 04:47:39.602 INFO O| Feb 24 04:47:39.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54102026-02-24T04:47:40.520Z[ recovery-image] Feb 24 04:47:39.602 INFO O| Feb 24 04:47:39.602 INFO STEP 205 (remove_files) COMPLETE
54112026-02-24T04:47:40.520Z[ recovery-image] Feb 24 04:47:39.602 INFO O| Feb 24 04:47:39.602 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-02-24T04:47:40.529Z[ recovery-image] Feb 24 04:47:39.614 INFO O| Feb 24 04:47:39.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54132026-02-24T04:47:40.532Z[ recovery-image] Feb 24 04:47:39.614 INFO O| Feb 24 04:47:39.614 INFO STEP 206 (remove_files) COMPLETE
54142026-02-24T04:47:40.533Z[ recovery-image] Feb 24 04:47:39.614 INFO O| Feb 24 04:47:39.614 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-02-24T04:47:40.540Z[ recovery-image] Feb 24 04:47:39.625 INFO O| Feb 24 04:47:39.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54162026-02-24T04:47:40.540Z[ recovery-image] Feb 24 04:47:39.625 INFO O| Feb 24 04:47:39.625 INFO STEP 207 (remove_files) COMPLETE
54172026-02-24T04:47:40.544Z[ recovery-image] Feb 24 04:47:39.625 INFO O| Feb 24 04:47:39.625 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-02-24T04:47:40.551Z[ recovery-image] Feb 24 04:47:39.636 INFO O| Feb 24 04:47:39.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54192026-02-24T04:47:40.555Z[ recovery-image] Feb 24 04:47:39.636 INFO O| Feb 24 04:47:39.636 INFO STEP 208 (remove_files) COMPLETE
54202026-02-24T04:47:40.555Z[ recovery-image] Feb 24 04:47:39.636 INFO O| Feb 24 04:47:39.636 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-02-24T04:47:40.564Z[ recovery-image] Feb 24 04:47:39.649 INFO O| Feb 24 04:47:39.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54222026-02-24T04:47:40.569Z[ recovery-image] Feb 24 04:47:39.649 INFO O| Feb 24 04:47:39.649 INFO STEP 209 (remove_files) COMPLETE
54232026-02-24T04:47:40.569Z[ recovery-image] Feb 24 04:47:39.649 INFO O| Feb 24 04:47:39.649 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-02-24T04:47:40.575Z[ recovery-image] Feb 24 04:47:39.660 INFO O| Feb 24 04:47:39.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54252026-02-24T04:47:40.579Z[ recovery-image] Feb 24 04:47:39.660 INFO O| Feb 24 04:47:39.660 INFO STEP 210 (remove_files) COMPLETE
54262026-02-24T04:47:40.579Z[ recovery-image] Feb 24 04:47:39.660 INFO O| Feb 24 04:47:39.660 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-02-24T04:47:40.587Z[ recovery-image] Feb 24 04:47:39.671 INFO O| Feb 24 04:47:39.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54282026-02-24T04:47:40.587Z[ recovery-image] Feb 24 04:47:39.671 INFO O| Feb 24 04:47:39.671 INFO STEP 211 (remove_files) COMPLETE
54292026-02-24T04:47:40.590Z[ recovery-image] Feb 24 04:47:39.671 INFO O| Feb 24 04:47:39.671 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-02-24T04:47:40.597Z[ recovery-image] Feb 24 04:47:39.682 INFO O| Feb 24 04:47:39.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54312026-02-24T04:47:40.632Z[ recovery-image] Feb 24 04:47:39.683 INFO O| Feb 24 04:47:39.682 INFO STEP 212 (remove_files) COMPLETE
54322026-02-24T04:47:40.632Z[ recovery-image] Feb 24 04:47:39.683 INFO O| Feb 24 04:47:39.682 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-02-24T04:47:40.636Z[ recovery-image] Feb 24 04:47:39.693 INFO O| Feb 24 04:47:39.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54342026-02-24T04:47:40.636Z[ recovery-image] Feb 24 04:47:39.693 INFO O| Feb 24 04:47:39.693 INFO STEP 213 (remove_files) COMPLETE
54352026-02-24T04:47:40.641Z[ recovery-image] Feb 24 04:47:39.693 INFO O| Feb 24 04:47:39.693 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-02-24T04:47:40.645Z[ recovery-image] Feb 24 04:47:39.703 INFO O| Feb 24 04:47:39.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54372026-02-24T04:47:40.645Z[ recovery-image] Feb 24 04:47:39.703 INFO O| Feb 24 04:47:39.703 INFO STEP 214 (remove_files) COMPLETE
54382026-02-24T04:47:40.645Z[ recovery-image] Feb 24 04:47:39.703 INFO O| Feb 24 04:47:39.703 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-02-24T04:47:40.645Z[ recovery-image] Feb 24 04:47:39.714 INFO O| Feb 24 04:47:39.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54402026-02-24T04:47:40.645Z[ recovery-image] Feb 24 04:47:39.714 INFO O| Feb 24 04:47:39.714 INFO STEP 215 (remove_files) COMPLETE
54412026-02-24T04:47:40.645Z[ recovery-image] Feb 24 04:47:39.714 INFO O| Feb 24 04:47:39.714 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-02-24T04:47:40.645Z[ recovery-image] Feb 24 04:47:39.724 INFO O| Feb 24 04:47:39.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54432026-02-24T04:47:40.645Z[ recovery-image] Feb 24 04:47:39.725 INFO O| Feb 24 04:47:39.724 INFO STEP 216 (remove_files) COMPLETE
54442026-02-24T04:47:40.645Z[ recovery-image] Feb 24 04:47:39.725 INFO O| Feb 24 04:47:39.725 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-02-24T04:47:40.651Z[ recovery-image] Feb 24 04:47:39.736 INFO O| Feb 24 04:47:39.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54462026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.736 INFO O| Feb 24 04:47:39.736 INFO STEP 217 (remove_files) COMPLETE
54472026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.736 INFO O| Feb 24 04:47:39.736 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.748 INFO O| Feb 24 04:47:39.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54492026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.748 INFO O| Feb 24 04:47:39.748 INFO STEP 218 (remove_files) COMPLETE
54502026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.748 INFO O| Feb 24 04:47:39.748 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.760 INFO O| Feb 24 04:47:39.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54522026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.760 INFO O| Feb 24 04:47:39.760 INFO STEP 219 (remove_files) COMPLETE
54532026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.760 INFO O| Feb 24 04:47:39.760 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.773 INFO O| Feb 24 04:47:39.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54552026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.774 INFO O| Feb 24 04:47:39.774 INFO STEP 220 (remove_files) COMPLETE
54562026-02-24T04:47:40.692Z[ recovery-image] Feb 24 04:47:39.774 INFO O| Feb 24 04:47:39.774 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-02-24T04:47:40.726Z[ recovery-image] Feb 24 04:47:39.786 INFO O| Feb 24 04:47:39.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54582026-02-24T04:47:40.726Z[ recovery-image] Feb 24 04:47:39.786 INFO O| Feb 24 04:47:39.786 INFO STEP 221 (remove_files) COMPLETE
54592026-02-24T04:47:40.726Z[ recovery-image] Feb 24 04:47:39.786 INFO O| Feb 24 04:47:39.786 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-02-24T04:47:40.726Z[ recovery-image] Feb 24 04:47:39.798 INFO O| Feb 24 04:47:39.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54612026-02-24T04:47:40.726Z[ recovery-image] Feb 24 04:47:39.798 INFO O| Feb 24 04:47:39.798 INFO STEP 222 (remove_files) COMPLETE
54622026-02-24T04:47:40.726Z[ recovery-image] Feb 24 04:47:39.798 INFO O| Feb 24 04:47:39.798 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-02-24T04:47:40.726Z[ recovery-image] Feb 24 04:47:39.811 INFO O| Feb 24 04:47:39.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54642026-02-24T04:47:40.726Z[ recovery-image] Feb 24 04:47:39.811 INFO O| Feb 24 04:47:39.811 INFO STEP 223 (remove_files) COMPLETE
54652026-02-24T04:47:40.726Z[ recovery-image] Feb 24 04:47:39.811 INFO O| Feb 24 04:47:39.811 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-02-24T04:47:40.752Z[ recovery-image] Feb 24 04:47:39.823 INFO O| Feb 24 04:47:39.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54672026-02-24T04:47:40.752Z[ recovery-image] Feb 24 04:47:39.823 INFO O| Feb 24 04:47:39.823 INFO STEP 224 (remove_files) COMPLETE
54682026-02-24T04:47:40.752Z[ recovery-image] Feb 24 04:47:39.823 INFO O| Feb 24 04:47:39.823 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-02-24T04:47:40.755Z[ recovery-image] Feb 24 04:47:39.836 INFO O| Feb 24 04:47:39.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54702026-02-24T04:47:40.755Z[ recovery-image] Feb 24 04:47:39.836 INFO O| Feb 24 04:47:39.836 INFO STEP 225 (remove_files) COMPLETE
54712026-02-24T04:47:40.755Z[ recovery-image] Feb 24 04:47:39.836 INFO O| Feb 24 04:47:39.836 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-02-24T04:47:40.765Z[ recovery-image] Feb 24 04:47:39.850 INFO O| Feb 24 04:47:39.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54732026-02-24T04:47:40.765Z[ recovery-image] Feb 24 04:47:39.850 INFO O| Feb 24 04:47:39.850 INFO STEP 226 (remove_files) COMPLETE
54742026-02-24T04:47:40.769Z[ recovery-image] Feb 24 04:47:39.850 INFO O| Feb 24 04:47:39.850 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.864 INFO O| Feb 24 04:47:39.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54762026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.864 INFO O| Feb 24 04:47:39.864 INFO STEP 227 (remove_files) COMPLETE
54772026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.864 INFO O| Feb 24 04:47:39.864 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.876 INFO O| Feb 24 04:47:39.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54792026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.876 INFO O| Feb 24 04:47:39.876 INFO STEP 228 (remove_files) COMPLETE
54802026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.876 INFO O| Feb 24 04:47:39.876 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.888 INFO O| Feb 24 04:47:39.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54822026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.889 INFO O| Feb 24 04:47:39.888 INFO STEP 229 (remove_files) COMPLETE
54832026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.889 INFO O| Feb 24 04:47:39.889 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.901 INFO O| Feb 24 04:47:39.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54852026-02-24T04:47:40.826Z[ recovery-image] Feb 24 04:47:39.901 INFO O| Feb 24 04:47:39.901 INFO STEP 230 (remove_files) COMPLETE
54862026-02-24T04:47:40.827Z[ recovery-image] Feb 24 04:47:39.901 INFO O| Feb 24 04:47:39.901 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-02-24T04:47:40.831Z[ recovery-image] Feb 24 04:47:39.914 INFO O| Feb 24 04:47:39.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54882026-02-24T04:47:40.831Z[ recovery-image] Feb 24 04:47:39.914 INFO O| Feb 24 04:47:39.914 INFO STEP 231 (remove_files) COMPLETE
54892026-02-24T04:47:40.831Z[ recovery-image] Feb 24 04:47:39.914 INFO O| Feb 24 04:47:39.914 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-02-24T04:47:40.840Z[ recovery-image] Feb 24 04:47:39.924 INFO O| Feb 24 04:47:39.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54912026-02-24T04:47:40.840Z[ recovery-image] Feb 24 04:47:39.924 INFO O| Feb 24 04:47:39.924 INFO STEP 232 (remove_files) COMPLETE
54922026-02-24T04:47:40.840Z[ recovery-image] Feb 24 04:47:39.924 INFO O| Feb 24 04:47:39.924 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-02-24T04:47:40.850Z[ recovery-image] Feb 24 04:47:39.934 INFO O| Feb 24 04:47:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54942026-02-24T04:47:40.850Z[ recovery-image] Feb 24 04:47:39.934 INFO O| Feb 24 04:47:39.934 INFO STEP 233 (remove_files) COMPLETE
54952026-02-24T04:47:40.852Z[ recovery-image] Feb 24 04:47:39.934 INFO O| Feb 24 04:47:39.934 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-02-24T04:47:40.861Z[ recovery-image] Feb 24 04:47:39.946 INFO O| Feb 24 04:47:39.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54972026-02-24T04:47:40.861Z[ recovery-image] Feb 24 04:47:39.946 INFO O| Feb 24 04:47:39.946 INFO STEP 234 (remove_files) COMPLETE
54982026-02-24T04:47:40.863Z[ recovery-image] Feb 24 04:47:39.946 INFO O| Feb 24 04:47:39.946 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-02-24T04:47:40.872Z[ recovery-image] Feb 24 04:47:39.957 INFO O| Feb 24 04:47:39.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55002026-02-24T04:47:40.872Z[ recovery-image] Feb 24 04:47:39.957 INFO O| Feb 24 04:47:39.957 INFO STEP 235 (remove_files) COMPLETE
55012026-02-24T04:47:40.876Z[ recovery-image] Feb 24 04:47:39.957 INFO O| Feb 24 04:47:39.957 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-02-24T04:47:40.883Z[ recovery-image] Feb 24 04:47:39.968 INFO O| Feb 24 04:47:39.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55032026-02-24T04:47:40.883Z[ recovery-image] Feb 24 04:47:39.968 INFO O| Feb 24 04:47:39.968 INFO STEP 236 (remove_files) COMPLETE
55042026-02-24T04:47:40.887Z[ recovery-image] Feb 24 04:47:39.968 INFO O| Feb 24 04:47:39.968 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-02-24T04:47:40.895Z[ recovery-image] Feb 24 04:47:39.980 INFO O| Feb 24 04:47:39.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55062026-02-24T04:47:40.895Z[ recovery-image] Feb 24 04:47:39.980 INFO O| Feb 24 04:47:39.980 INFO STEP 237 (remove_files) COMPLETE
55072026-02-24T04:47:40.898Z[ recovery-image] Feb 24 04:47:39.980 INFO O| Feb 24 04:47:39.980 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-02-24T04:47:40.910Z[ recovery-image] Feb 24 04:47:39.995 INFO O| Feb 24 04:47:39.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55092026-02-24T04:47:40.911Z[ recovery-image] Feb 24 04:47:39.995 INFO O| Feb 24 04:47:39.995 INFO STEP 238 (remove_files) COMPLETE
55102026-02-24T04:47:40.911Z[ recovery-image] Feb 24 04:47:39.995 INFO O| Feb 24 04:47:39.995 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-02-24T04:47:40.924Z[ recovery-image] Feb 24 04:47:40.009 INFO O| Feb 24 04:47:40.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55122026-02-24T04:47:40.924Z[ recovery-image] Feb 24 04:47:40.009 INFO O| Feb 24 04:47:40.009 INFO STEP 239 (remove_files) COMPLETE
55132026-02-24T04:47:40.924Z[ recovery-image] Feb 24 04:47:40.009 INFO O| Feb 24 04:47:40.009 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-02-24T04:47:40.937Z[ recovery-image] Feb 24 04:47:40.022 INFO O| Feb 24 04:47:40.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55152026-02-24T04:47:40.937Z[ recovery-image] Feb 24 04:47:40.022 INFO O| Feb 24 04:47:40.022 INFO STEP 240 (remove_files) COMPLETE
55162026-02-24T04:47:40.940Z[ recovery-image] Feb 24 04:47:40.022 INFO O| Feb 24 04:47:40.022 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-02-24T04:47:40.951Z[ recovery-image] Feb 24 04:47:40.036 INFO O| Feb 24 04:47:40.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55182026-02-24T04:47:40.951Z[ recovery-image] Feb 24 04:47:40.036 INFO O| Feb 24 04:47:40.036 INFO STEP 241 (remove_files) COMPLETE
55192026-02-24T04:47:40.951Z[ recovery-image] Feb 24 04:47:40.036 INFO O| Feb 24 04:47:40.036 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-02-24T04:47:40.967Z[ recovery-image] Feb 24 04:47:40.051 INFO O| Feb 24 04:47:40.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55212026-02-24T04:47:40.967Z[ recovery-image] Feb 24 04:47:40.052 INFO O| Feb 24 04:47:40.052 INFO STEP 242 (remove_files) COMPLETE
55222026-02-24T04:47:40.967Z[ recovery-image] Feb 24 04:47:40.052 INFO O| Feb 24 04:47:40.052 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-02-24T04:47:40.981Z[ recovery-image] Feb 24 04:47:40.066 INFO O| Feb 24 04:47:40.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55242026-02-24T04:47:40.981Z[ recovery-image] Feb 24 04:47:40.066 INFO O| Feb 24 04:47:40.066 INFO STEP 243 (remove_files) COMPLETE
55252026-02-24T04:47:40.981Z[ recovery-image] Feb 24 04:47:40.066 INFO O| Feb 24 04:47:40.066 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-02-24T04:47:40.994Z[ recovery-image] Feb 24 04:47:40.079 INFO O| Feb 24 04:47:40.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55272026-02-24T04:47:40.994Z[ recovery-image] Feb 24 04:47:40.079 INFO O| Feb 24 04:47:40.079 INFO STEP 244 (remove_files) COMPLETE
55282026-02-24T04:47:40.994Z[ recovery-image] Feb 24 04:47:40.079 INFO O| Feb 24 04:47:40.079 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-02-24T04:47:41.007Z[ recovery-image] Feb 24 04:47:40.091 INFO O| Feb 24 04:47:40.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55302026-02-24T04:47:41.007Z[ recovery-image] Feb 24 04:47:40.091 INFO O| Feb 24 04:47:40.091 INFO STEP 245 (remove_files) COMPLETE
55312026-02-24T04:47:41.007Z[ recovery-image] Feb 24 04:47:40.091 INFO O| Feb 24 04:47:40.091 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-02-24T04:47:41.018Z[ recovery-image] Feb 24 04:47:40.103 INFO O| Feb 24 04:47:40.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55332026-02-24T04:47:41.021Z[ recovery-image] Feb 24 04:47:40.103 INFO O| Feb 24 04:47:40.103 INFO STEP 246 (remove_files) COMPLETE
55342026-02-24T04:47:41.022Z[ recovery-image] Feb 24 04:47:40.103 INFO O| Feb 24 04:47:40.103 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-02-24T04:47:41.032Z[ recovery-image] Feb 24 04:47:40.117 INFO O| Feb 24 04:47:40.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55362026-02-24T04:47:41.032Z[ recovery-image] Feb 24 04:47:40.117 INFO O| Feb 24 04:47:40.117 INFO STEP 247 (remove_files) COMPLETE
55372026-02-24T04:47:41.032Z[ recovery-image] Feb 24 04:47:40.117 INFO O| Feb 24 04:47:40.117 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-02-24T04:47:41.045Z[ recovery-image] Feb 24 04:47:40.130 INFO O| Feb 24 04:47:40.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55392026-02-24T04:47:41.045Z[ recovery-image] Feb 24 04:47:40.130 INFO O| Feb 24 04:47:40.130 INFO STEP 248 (remove_files) COMPLETE
55402026-02-24T04:47:41.048Z[ recovery-image] Feb 24 04:47:40.130 INFO O| Feb 24 04:47:40.130 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-02-24T04:47:41.057Z[ recovery-image] Feb 24 04:47:40.142 INFO O| Feb 24 04:47:40.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55422026-02-24T04:47:41.057Z[ recovery-image] Feb 24 04:47:40.142 INFO O| Feb 24 04:47:40.142 INFO STEP 249 (remove_files) COMPLETE
55432026-02-24T04:47:41.060Z[ recovery-image] Feb 24 04:47:40.142 INFO O| Feb 24 04:47:40.142 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-02-24T04:47:41.069Z[ recovery-image] Feb 24 04:47:40.154 INFO O| Feb 24 04:47:40.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55452026-02-24T04:47:41.072Z[ recovery-image] Feb 24 04:47:40.154 INFO O| Feb 24 04:47:40.154 INFO STEP 250 (remove_files) COMPLETE
55462026-02-24T04:47:41.072Z[ recovery-image] Feb 24 04:47:40.154 INFO O| Feb 24 04:47:40.154 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-02-24T04:47:41.082Z[ recovery-image] Feb 24 04:47:40.167 INFO O| Feb 24 04:47:40.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55482026-02-24T04:47:41.082Z[ recovery-image] Feb 24 04:47:40.167 INFO O| Feb 24 04:47:40.167 INFO STEP 251 (remove_files) COMPLETE
55492026-02-24T04:47:41.084Z[ recovery-image] Feb 24 04:47:40.167 INFO O| Feb 24 04:47:40.167 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-02-24T04:47:41.094Z[ recovery-image] Feb 24 04:47:40.180 INFO O| Feb 24 04:47:40.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55512026-02-24T04:47:41.094Z[ recovery-image] Feb 24 04:47:40.180 INFO O| Feb 24 04:47:40.180 INFO STEP 252 (remove_files) COMPLETE
55522026-02-24T04:47:41.097Z[ recovery-image] Feb 24 04:47:40.180 INFO O| Feb 24 04:47:40.180 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-02-24T04:47:41.106Z[ recovery-image] Feb 24 04:47:40.192 INFO O| Feb 24 04:47:40.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55542026-02-24T04:47:41.110Z[ recovery-image] Feb 24 04:47:40.192 INFO O| Feb 24 04:47:40.192 INFO STEP 253 (remove_files) COMPLETE
55552026-02-24T04:47:41.110Z[ recovery-image] Feb 24 04:47:40.192 INFO O| Feb 24 04:47:40.192 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-02-24T04:47:41.119Z[ recovery-image] Feb 24 04:47:40.204 INFO O| Feb 24 04:47:40.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55572026-02-24T04:47:41.119Z[ recovery-image] Feb 24 04:47:40.204 INFO O| Feb 24 04:47:40.204 INFO STEP 254 (remove_files) COMPLETE
55582026-02-24T04:47:41.122Z[ recovery-image] Feb 24 04:47:40.204 INFO O| Feb 24 04:47:40.204 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-02-24T04:47:41.132Z[ recovery-image] Feb 24 04:47:40.217 INFO O| Feb 24 04:47:40.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55602026-02-24T04:47:41.132Z[ recovery-image] Feb 24 04:47:40.217 INFO O| Feb 24 04:47:40.217 INFO STEP 255 (remove_files) COMPLETE
55612026-02-24T04:47:41.132Z[ recovery-image] Feb 24 04:47:40.217 INFO O| Feb 24 04:47:40.217 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-02-24T04:47:41.145Z[ recovery-image] Feb 24 04:47:40.230 INFO O| Feb 24 04:47:40.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55632026-02-24T04:47:41.145Z[ recovery-image] Feb 24 04:47:40.230 INFO O| Feb 24 04:47:40.230 INFO STEP 256 (remove_files) COMPLETE
55642026-02-24T04:47:41.145Z[ recovery-image] Feb 24 04:47:40.230 INFO O| Feb 24 04:47:40.230 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-02-24T04:47:41.158Z[ recovery-image] Feb 24 04:47:40.243 INFO O| Feb 24 04:47:40.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55662026-02-24T04:47:41.158Z[ recovery-image] Feb 24 04:47:40.243 INFO O| Feb 24 04:47:40.243 INFO STEP 257 (remove_files) COMPLETE
55672026-02-24T04:47:41.158Z[ recovery-image] Feb 24 04:47:40.243 INFO O| Feb 24 04:47:40.243 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-02-24T04:47:41.170Z[ recovery-image] Feb 24 04:47:40.255 INFO O| Feb 24 04:47:40.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55692026-02-24T04:47:41.170Z[ recovery-image] Feb 24 04:47:40.255 INFO O| Feb 24 04:47:40.255 INFO STEP 258 (remove_files) COMPLETE
55702026-02-24T04:47:41.173Z[ recovery-image] Feb 24 04:47:40.255 INFO O| Feb 24 04:47:40.255 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-02-24T04:47:41.182Z[ recovery-image] Feb 24 04:47:40.267 INFO O| Feb 24 04:47:40.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55722026-02-24T04:47:41.182Z[ recovery-image] Feb 24 04:47:40.267 INFO O| Feb 24 04:47:40.267 INFO STEP 259 (remove_files) COMPLETE
55732026-02-24T04:47:41.182Z[ recovery-image] Feb 24 04:47:40.267 INFO O| Feb 24 04:47:40.267 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-02-24T04:47:41.194Z[ recovery-image] Feb 24 04:47:40.279 INFO O| Feb 24 04:47:40.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55752026-02-24T04:47:41.194Z[ recovery-image] Feb 24 04:47:40.279 INFO O| Feb 24 04:47:40.279 INFO STEP 260 (remove_files) COMPLETE
55762026-02-24T04:47:41.194Z[ recovery-image] Feb 24 04:47:40.279 INFO O| Feb 24 04:47:40.279 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-02-24T04:47:41.206Z[ recovery-image] Feb 24 04:47:40.291 INFO O| Feb 24 04:47:40.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55782026-02-24T04:47:41.206Z[ recovery-image] Feb 24 04:47:40.291 INFO O| Feb 24 04:47:40.291 INFO STEP 261 (remove_files) COMPLETE
55792026-02-24T04:47:41.209Z[ recovery-image] Feb 24 04:47:40.291 INFO O| Feb 24 04:47:40.291 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-02-24T04:47:41.218Z[ recovery-image] Feb 24 04:47:40.303 INFO O| Feb 24 04:47:40.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55812026-02-24T04:47:41.221Z[ recovery-image] Feb 24 04:47:40.304 INFO O| Feb 24 04:47:40.304 INFO STEP 262 (remove_files) COMPLETE
55822026-02-24T04:47:41.221Z[ recovery-image] Feb 24 04:47:40.304 INFO O| Feb 24 04:47:40.304 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-02-24T04:47:41.232Z[ recovery-image] Feb 24 04:47:40.317 INFO O| Feb 24 04:47:40.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55842026-02-24T04:47:41.232Z[ recovery-image] Feb 24 04:47:40.317 INFO O| Feb 24 04:47:40.317 INFO STEP 263 (remove_files) COMPLETE
55852026-02-24T04:47:41.235Z[ recovery-image] Feb 24 04:47:40.317 INFO O| Feb 24 04:47:40.317 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-02-24T04:47:41.245Z[ recovery-image] Feb 24 04:47:40.330 INFO O| Feb 24 04:47:40.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55872026-02-24T04:47:41.248Z[ recovery-image] Feb 24 04:47:40.330 INFO O| Feb 24 04:47:40.330 INFO STEP 264 (remove_files) COMPLETE
55882026-02-24T04:47:41.248Z[ recovery-image] Feb 24 04:47:40.330 INFO O| Feb 24 04:47:40.330 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-02-24T04:47:41.258Z[ recovery-image] Feb 24 04:47:40.343 INFO O| Feb 24 04:47:40.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55902026-02-24T04:47:41.261Z[ recovery-image] Feb 24 04:47:40.343 INFO O| Feb 24 04:47:40.343 INFO STEP 265 (remove_files) COMPLETE
55912026-02-24T04:47:41.261Z[ recovery-image] Feb 24 04:47:40.343 INFO O| Feb 24 04:47:40.343 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-02-24T04:47:41.270Z[ recovery-image] Feb 24 04:47:40.355 INFO O| Feb 24 04:47:40.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55932026-02-24T04:47:41.273Z[ recovery-image] Feb 24 04:47:40.355 INFO O| Feb 24 04:47:40.355 INFO STEP 266 (remove_files) COMPLETE
55942026-02-24T04:47:41.273Z[ recovery-image] Feb 24 04:47:40.355 INFO O| Feb 24 04:47:40.355 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-02-24T04:47:41.282Z[ recovery-image] Feb 24 04:47:40.367 INFO O| Feb 24 04:47:40.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55962026-02-24T04:47:41.286Z[ recovery-image] Feb 24 04:47:40.367 INFO O| Feb 24 04:47:40.367 INFO STEP 267 (remove_files) COMPLETE
55972026-02-24T04:47:41.288Z[ recovery-image] Feb 24 04:47:40.367 INFO O| Feb 24 04:47:40.367 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-02-24T04:47:41.295Z[ recovery-image] Feb 24 04:47:40.380 INFO O| Feb 24 04:47:40.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55992026-02-24T04:47:41.295Z[ recovery-image] Feb 24 04:47:40.380 INFO O| Feb 24 04:47:40.380 INFO STEP 268 (remove_files) COMPLETE
56002026-02-24T04:47:41.298Z[ recovery-image] Feb 24 04:47:40.380 INFO O| Feb 24 04:47:40.380 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-02-24T04:47:41.309Z[ recovery-image] Feb 24 04:47:40.393 INFO O| Feb 24 04:47:40.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56022026-02-24T04:47:41.309Z[ recovery-image] Feb 24 04:47:40.393 INFO O| Feb 24 04:47:40.393 INFO STEP 269 (remove_files) COMPLETE
56032026-02-24T04:47:41.312Z[ recovery-image] Feb 24 04:47:40.393 INFO O| Feb 24 04:47:40.393 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-02-24T04:47:41.320Z[ recovery-image] Feb 24 04:47:40.405 INFO O| Feb 24 04:47:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56052026-02-24T04:47:41.320Z[ recovery-image] Feb 24 04:47:40.405 INFO O| Feb 24 04:47:40.405 INFO STEP 270 (remove_files) COMPLETE
56062026-02-24T04:47:41.324Z[ recovery-image] Feb 24 04:47:40.405 INFO O| Feb 24 04:47:40.405 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-02-24T04:47:41.333Z[ recovery-image] Feb 24 04:47:40.418 INFO O| Feb 24 04:47:40.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56082026-02-24T04:47:41.334Z[ recovery-image] Feb 24 04:47:40.418 INFO O| Feb 24 04:47:40.418 INFO STEP 271 (remove_files) COMPLETE
56092026-02-24T04:47:41.336Z[ recovery-image] Feb 24 04:47:40.418 INFO O| Feb 24 04:47:40.418 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-02-24T04:47:41.346Z[ recovery-image] Feb 24 04:47:40.431 INFO O| Feb 24 04:47:40.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56112026-02-24T04:47:41.346Z[ recovery-image] Feb 24 04:47:40.431 INFO O| Feb 24 04:47:40.431 INFO STEP 272 (remove_files) COMPLETE
56122026-02-24T04:47:41.347Z[ recovery-image] Feb 24 04:47:40.431 INFO O| Feb 24 04:47:40.431 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-02-24T04:47:41.361Z[ recovery-image] Feb 24 04:47:40.443 INFO O| Feb 24 04:47:40.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56142026-02-24T04:47:41.361Z[ recovery-image] Feb 24 04:47:40.443 INFO O| Feb 24 04:47:40.443 INFO STEP 273 (remove_files) COMPLETE
56152026-02-24T04:47:41.361Z[ recovery-image] Feb 24 04:47:40.443 INFO O| Feb 24 04:47:40.443 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-02-24T04:47:41.371Z[ recovery-image] Feb 24 04:47:40.455 INFO O| Feb 24 04:47:40.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56172026-02-24T04:47:41.372Z[ recovery-image] Feb 24 04:47:40.455 INFO O| Feb 24 04:47:40.455 INFO STEP 274 (remove_files) COMPLETE
56182026-02-24T04:47:41.375Z[ recovery-image] Feb 24 04:47:40.456 INFO O| Feb 24 04:47:40.455 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-02-24T04:47:41.382Z[ recovery-image] Feb 24 04:47:40.467 INFO O| Feb 24 04:47:40.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56202026-02-24T04:47:41.382Z[ recovery-image] Feb 24 04:47:40.467 INFO O| Feb 24 04:47:40.467 INFO STEP 275 (remove_files) COMPLETE
56212026-02-24T04:47:41.386Z[ recovery-image] Feb 24 04:47:40.467 INFO O| Feb 24 04:47:40.467 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-02-24T04:47:41.395Z[ recovery-image] Feb 24 04:47:40.480 INFO O| Feb 24 04:47:40.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56232026-02-24T04:47:41.395Z[ recovery-image] Feb 24 04:47:40.480 INFO O| Feb 24 04:47:40.480 INFO STEP 276 (remove_files) COMPLETE
56242026-02-24T04:47:41.398Z[ recovery-image] Feb 24 04:47:40.480 INFO O| Feb 24 04:47:40.480 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-02-24T04:47:41.407Z[ recovery-image] Feb 24 04:47:40.491 INFO O| Feb 24 04:47:40.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56262026-02-24T04:47:41.407Z[ recovery-image] Feb 24 04:47:40.491 INFO O| Feb 24 04:47:40.491 INFO STEP 277 (remove_files) COMPLETE
56272026-02-24T04:47:41.410Z[ recovery-image] Feb 24 04:47:40.491 INFO O| Feb 24 04:47:40.491 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-02-24T04:47:41.419Z[ recovery-image] Feb 24 04:47:40.504 INFO O| Feb 24 04:47:40.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56292026-02-24T04:47:41.419Z[ recovery-image] Feb 24 04:47:40.504 INFO O| Feb 24 04:47:40.504 INFO STEP 278 (remove_files) COMPLETE
56302026-02-24T04:47:41.419Z[ recovery-image] Feb 24 04:47:40.504 INFO O| Feb 24 04:47:40.504 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-02-24T04:47:41.432Z[ recovery-image] Feb 24 04:47:40.516 INFO O| Feb 24 04:47:40.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56322026-02-24T04:47:41.432Z[ recovery-image] Feb 24 04:47:40.516 INFO O| Feb 24 04:47:40.516 INFO STEP 279 (remove_files) COMPLETE
56332026-02-24T04:47:41.432Z[ recovery-image] Feb 24 04:47:40.516 INFO O| Feb 24 04:47:40.516 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-02-24T04:47:41.443Z[ recovery-image] Feb 24 04:47:40.528 INFO O| Feb 24 04:47:40.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56352026-02-24T04:47:41.443Z[ recovery-image] Feb 24 04:47:40.528 INFO O| Feb 24 04:47:40.528 INFO STEP 280 (remove_files) COMPLETE
56362026-02-24T04:47:41.443Z[ recovery-image] Feb 24 04:47:40.528 INFO O| Feb 24 04:47:40.528 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-02-24T04:47:41.455Z[ recovery-image] Feb 24 04:47:40.540 INFO O| Feb 24 04:47:40.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56382026-02-24T04:47:41.455Z[ recovery-image] Feb 24 04:47:40.540 INFO O| Feb 24 04:47:40.540 INFO STEP 281 (remove_files) COMPLETE
56392026-02-24T04:47:41.455Z[ recovery-image] Feb 24 04:47:40.540 INFO O| Feb 24 04:47:40.540 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-02-24T04:47:41.467Z[ recovery-image] Feb 24 04:47:40.552 INFO O| Feb 24 04:47:40.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56412026-02-24T04:47:41.468Z[ recovery-image] Feb 24 04:47:40.552 INFO O| Feb 24 04:47:40.552 INFO STEP 282 (remove_files) COMPLETE
56422026-02-24T04:47:41.468Z[ recovery-image] Feb 24 04:47:40.552 INFO O| Feb 24 04:47:40.552 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-02-24T04:47:41.479Z[ recovery-image] Feb 24 04:47:40.564 INFO O| Feb 24 04:47:40.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56442026-02-24T04:47:41.480Z[ recovery-image] Feb 24 04:47:40.565 INFO O| Feb 24 04:47:40.564 INFO STEP 283 (remove_files) COMPLETE
56452026-02-24T04:47:41.486Z[ recovery-image] Feb 24 04:47:40.565 INFO O| Feb 24 04:47:40.565 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-02-24T04:47:41.492Z[ recovery-image] Feb 24 04:47:40.577 INFO O| Feb 24 04:47:40.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56472026-02-24T04:47:41.492Z[ recovery-image] Feb 24 04:47:40.577 INFO O| Feb 24 04:47:40.577 INFO STEP 284 (remove_files) COMPLETE
56482026-02-24T04:47:41.492Z[ recovery-image] Feb 24 04:47:40.577 INFO O| Feb 24 04:47:40.577 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-02-24T04:47:41.505Z[ recovery-image] Feb 24 04:47:40.590 INFO O| Feb 24 04:47:40.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56502026-02-24T04:47:41.505Z[ recovery-image] Feb 24 04:47:40.590 INFO O| Feb 24 04:47:40.590 INFO STEP 285 (remove_files) COMPLETE
56512026-02-24T04:47:41.505Z[ recovery-image] Feb 24 04:47:40.590 INFO O| Feb 24 04:47:40.590 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-02-24T04:47:41.516Z[ recovery-image] Feb 24 04:47:40.602 INFO O| Feb 24 04:47:40.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56532026-02-24T04:47:41.517Z[ recovery-image] Feb 24 04:47:40.602 INFO O| Feb 24 04:47:40.602 INFO STEP 286 (remove_files) COMPLETE
56542026-02-24T04:47:41.517Z[ recovery-image] Feb 24 04:47:40.602 INFO O| Feb 24 04:47:40.602 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-02-24T04:47:41.529Z[ recovery-image] Feb 24 04:47:40.613 INFO O| Feb 24 04:47:40.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56562026-02-24T04:47:41.529Z[ recovery-image] Feb 24 04:47:40.614 INFO O| Feb 24 04:47:40.614 INFO STEP 287 (remove_files) COMPLETE
56572026-02-24T04:47:41.529Z[ recovery-image] Feb 24 04:47:40.614 INFO O| Feb 24 04:47:40.614 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-02-24T04:47:41.541Z[ recovery-image] Feb 24 04:47:40.626 INFO O| Feb 24 04:47:40.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56592026-02-24T04:47:41.541Z[ recovery-image] Feb 24 04:47:40.626 INFO O| Feb 24 04:47:40.626 INFO STEP 288 (remove_files) COMPLETE
56602026-02-24T04:47:41.545Z[ recovery-image] Feb 24 04:47:40.626 INFO O| Feb 24 04:47:40.626 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-02-24T04:47:41.555Z[ recovery-image] Feb 24 04:47:40.639 INFO O| Feb 24 04:47:40.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56622026-02-24T04:47:41.555Z[ recovery-image] Feb 24 04:47:40.639 INFO O| Feb 24 04:47:40.639 INFO STEP 289 (remove_files) COMPLETE
56632026-02-24T04:47:41.559Z[ recovery-image] Feb 24 04:47:40.639 INFO O| Feb 24 04:47:40.639 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-02-24T04:47:41.567Z[ recovery-image] Feb 24 04:47:40.651 INFO O| Feb 24 04:47:40.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56652026-02-24T04:47:41.567Z[ recovery-image] Feb 24 04:47:40.651 INFO O| Feb 24 04:47:40.651 INFO STEP 290 (remove_files) COMPLETE
56662026-02-24T04:47:41.567Z[ recovery-image] Feb 24 04:47:40.651 INFO O| Feb 24 04:47:40.651 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-02-24T04:47:41.580Z[ recovery-image] Feb 24 04:47:40.664 INFO O| Feb 24 04:47:40.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56682026-02-24T04:47:41.580Z[ recovery-image] Feb 24 04:47:40.664 INFO O| Feb 24 04:47:40.664 INFO STEP 291 (remove_files) COMPLETE
56692026-02-24T04:47:41.583Z[ recovery-image] Feb 24 04:47:40.664 INFO O| Feb 24 04:47:40.664 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-02-24T04:47:41.591Z[ recovery-image] Feb 24 04:47:40.676 INFO O| Feb 24 04:47:40.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56712026-02-24T04:47:41.594Z[ recovery-image] Feb 24 04:47:40.676 INFO O| Feb 24 04:47:40.676 INFO STEP 292 (remove_files) COMPLETE
56722026-02-24T04:47:41.594Z[ recovery-image] Feb 24 04:47:40.676 INFO O| Feb 24 04:47:40.676 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-02-24T04:47:41.603Z[ recovery-image] Feb 24 04:47:40.688 INFO O| Feb 24 04:47:40.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56742026-02-24T04:47:41.603Z[ recovery-image] Feb 24 04:47:40.688 INFO O| Feb 24 04:47:40.688 INFO STEP 293 (remove_files) COMPLETE
56752026-02-24T04:47:41.603Z[ recovery-image] Feb 24 04:47:40.688 INFO O| Feb 24 04:47:40.688 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-02-24T04:47:41.615Z[ recovery-image] Feb 24 04:47:40.700 INFO O| Feb 24 04:47:40.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56772026-02-24T04:47:41.615Z[ recovery-image] Feb 24 04:47:40.700 INFO O| Feb 24 04:47:40.700 INFO STEP 294 (remove_files) COMPLETE
56782026-02-24T04:47:41.619Z[ recovery-image] Feb 24 04:47:40.700 INFO O| Feb 24 04:47:40.700 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-02-24T04:47:41.627Z[ recovery-image] Feb 24 04:47:40.712 INFO O| Feb 24 04:47:40.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56802026-02-24T04:47:41.630Z[ recovery-image] Feb 24 04:47:40.712 INFO O| Feb 24 04:47:40.712 INFO STEP 295 (remove_files) COMPLETE
56812026-02-24T04:47:41.630Z[ recovery-image] Feb 24 04:47:40.712 INFO O| Feb 24 04:47:40.712 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-02-24T04:47:41.638Z[ recovery-image] Feb 24 04:47:40.723 INFO O| Feb 24 04:47:40.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56832026-02-24T04:47:41.642Z[ recovery-image] Feb 24 04:47:40.723 INFO O| Feb 24 04:47:40.723 INFO STEP 296 (remove_files) COMPLETE
56842026-02-24T04:47:41.642Z[ recovery-image] Feb 24 04:47:40.723 INFO O| Feb 24 04:47:40.723 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-02-24T04:47:41.651Z[ recovery-image] Feb 24 04:47:40.736 INFO O| Feb 24 04:47:40.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56862026-02-24T04:47:41.654Z[ recovery-image] Feb 24 04:47:40.736 INFO O| Feb 24 04:47:40.736 INFO STEP 297 (remove_files) COMPLETE
56872026-02-24T04:47:41.654Z[ recovery-image] Feb 24 04:47:40.736 INFO O| Feb 24 04:47:40.736 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-02-24T04:47:41.663Z[ recovery-image] Feb 24 04:47:40.748 INFO O| Feb 24 04:47:40.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56892026-02-24T04:47:41.666Z[ recovery-image] Feb 24 04:47:40.748 INFO O| Feb 24 04:47:40.748 INFO STEP 298 (remove_files) COMPLETE
56902026-02-24T04:47:41.666Z[ recovery-image] Feb 24 04:47:40.748 INFO O| Feb 24 04:47:40.748 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-02-24T04:47:41.674Z[ recovery-image] Feb 24 04:47:40.760 INFO O| Feb 24 04:47:40.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56922026-02-24T04:47:41.675Z[ recovery-image] Feb 24 04:47:40.760 INFO O| Feb 24 04:47:40.760 INFO STEP 299 (remove_files) COMPLETE
56932026-02-24T04:47:41.675Z[ recovery-image] Feb 24 04:47:40.760 INFO O| Feb 24 04:47:40.760 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-02-24T04:47:41.687Z[ recovery-image] Feb 24 04:47:40.772 INFO O| Feb 24 04:47:40.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56952026-02-24T04:47:41.687Z[ recovery-image] Feb 24 04:47:40.772 INFO O| Feb 24 04:47:40.772 INFO STEP 300 (remove_files) COMPLETE
56962026-02-24T04:47:41.687Z[ recovery-image] Feb 24 04:47:40.772 INFO O| Feb 24 04:47:40.772 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-02-24T04:47:41.700Z[ recovery-image] Feb 24 04:47:40.785 INFO O| Feb 24 04:47:40.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56982026-02-24T04:47:41.700Z[ recovery-image] Feb 24 04:47:40.785 INFO O| Feb 24 04:47:40.785 INFO STEP 301 (remove_files) COMPLETE
56992026-02-24T04:47:41.704Z[ recovery-image] Feb 24 04:47:40.785 INFO O| Feb 24 04:47:40.785 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-02-24T04:47:41.713Z[ recovery-image] Feb 24 04:47:40.798 INFO O| Feb 24 04:47:40.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57012026-02-24T04:47:41.713Z[ recovery-image] Feb 24 04:47:40.798 INFO O| Feb 24 04:47:40.798 INFO STEP 302 (remove_files) COMPLETE
57022026-02-24T04:47:41.713Z[ recovery-image] Feb 24 04:47:40.798 INFO O| Feb 24 04:47:40.798 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-02-24T04:47:41.725Z[ recovery-image] Feb 24 04:47:40.810 INFO O| Feb 24 04:47:40.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57042026-02-24T04:47:41.725Z[ recovery-image] Feb 24 04:47:40.810 INFO O| Feb 24 04:47:40.810 INFO STEP 303 (remove_files) COMPLETE
57052026-02-24T04:47:41.725Z[ recovery-image] Feb 24 04:47:40.810 INFO O| Feb 24 04:47:40.810 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-02-24T04:47:41.736Z[ recovery-image] Feb 24 04:47:40.821 INFO O| Feb 24 04:47:40.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57072026-02-24T04:47:41.736Z[ recovery-image] Feb 24 04:47:40.821 INFO O| Feb 24 04:47:40.821 INFO STEP 304 (remove_files) COMPLETE
57082026-02-24T04:47:41.736Z[ recovery-image] Feb 24 04:47:40.821 INFO O| Feb 24 04:47:40.821 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-02-24T04:47:41.747Z[ recovery-image] Feb 24 04:47:40.832 INFO O| Feb 24 04:47:40.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57102026-02-24T04:47:41.747Z[ recovery-image] Feb 24 04:47:40.832 INFO O| Feb 24 04:47:40.832 INFO STEP 305 (remove_files) COMPLETE
57112026-02-24T04:47:41.750Z[ recovery-image] Feb 24 04:47:40.832 INFO O| Feb 24 04:47:40.832 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-02-24T04:47:41.758Z[ recovery-image] Feb 24 04:47:40.843 INFO O| Feb 24 04:47:40.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57132026-02-24T04:47:41.758Z[ recovery-image] Feb 24 04:47:40.843 INFO O| Feb 24 04:47:40.843 INFO STEP 306 (remove_files) COMPLETE
57142026-02-24T04:47:41.758Z[ recovery-image] Feb 24 04:47:40.843 INFO O| Feb 24 04:47:40.843 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-02-24T04:47:41.770Z[ recovery-image] Feb 24 04:47:40.855 INFO O| Feb 24 04:47:40.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57162026-02-24T04:47:41.770Z[ recovery-image] Feb 24 04:47:40.855 INFO O| Feb 24 04:47:40.855 INFO STEP 307 (remove_files) COMPLETE
57172026-02-24T04:47:41.770Z[ recovery-image] Feb 24 04:47:40.855 INFO O| Feb 24 04:47:40.855 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-02-24T04:47:41.781Z[ recovery-image] Feb 24 04:47:40.866 INFO O| Feb 24 04:47:40.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57192026-02-24T04:47:41.781Z[ recovery-image] Feb 24 04:47:40.866 INFO O| Feb 24 04:47:40.866 INFO STEP 308 (remove_files) COMPLETE
57202026-02-24T04:47:41.785Z[ recovery-image] Feb 24 04:47:40.866 INFO O| Feb 24 04:47:40.866 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-02-24T04:47:41.792Z[ recovery-image] Feb 24 04:47:40.877 INFO O| Feb 24 04:47:40.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57222026-02-24T04:47:41.792Z[ recovery-image] Feb 24 04:47:40.877 INFO O| Feb 24 04:47:40.877 INFO STEP 309 (remove_files) COMPLETE
57232026-02-24T04:47:41.792Z[ recovery-image] Feb 24 04:47:40.877 INFO O| Feb 24 04:47:40.877 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-02-24T04:47:41.804Z[ recovery-image] Feb 24 04:47:40.889 INFO O| Feb 24 04:47:40.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57252026-02-24T04:47:41.804Z[ recovery-image] Feb 24 04:47:40.889 INFO O| Feb 24 04:47:40.889 INFO STEP 310 (remove_files) COMPLETE
57262026-02-24T04:47:41.810Z[ recovery-image] Feb 24 04:47:40.889 INFO O| Feb 24 04:47:40.889 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-02-24T04:47:41.817Z[ recovery-image] Feb 24 04:47:40.902 INFO O| Feb 24 04:47:40.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57282026-02-24T04:47:41.817Z[ recovery-image] Feb 24 04:47:40.902 INFO O| Feb 24 04:47:40.902 INFO STEP 311 (remove_files) COMPLETE
57292026-02-24T04:47:41.817Z[ recovery-image] Feb 24 04:47:40.902 INFO O| Feb 24 04:47:40.902 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-02-24T04:47:41.829Z[ recovery-image] Feb 24 04:47:40.914 INFO O| Feb 24 04:47:40.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57312026-02-24T04:47:41.829Z[ recovery-image] Feb 24 04:47:40.914 INFO O| Feb 24 04:47:40.914 INFO STEP 312 (remove_files) COMPLETE
57322026-02-24T04:47:41.829Z[ recovery-image] Feb 24 04:47:40.914 INFO O| Feb 24 04:47:40.914 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-02-24T04:47:41.842Z[ recovery-image] Feb 24 04:47:40.927 INFO O| Feb 24 04:47:40.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57342026-02-24T04:47:41.842Z[ recovery-image] Feb 24 04:47:40.927 INFO O| Feb 24 04:47:40.927 INFO STEP 313 (remove_files) COMPLETE
57352026-02-24T04:47:41.845Z[ recovery-image] Feb 24 04:47:40.927 INFO O| Feb 24 04:47:40.927 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-02-24T04:47:41.856Z[ recovery-image] Feb 24 04:47:40.940 INFO O| Feb 24 04:47:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57372026-02-24T04:47:41.857Z[ recovery-image] Feb 24 04:47:40.940 INFO O| Feb 24 04:47:40.940 INFO STEP 314 (remove_files) COMPLETE
57382026-02-24T04:47:41.857Z[ recovery-image] Feb 24 04:47:40.940 INFO O| Feb 24 04:47:40.940 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-02-24T04:47:41.867Z[ recovery-image] Feb 24 04:47:40.952 INFO O| Feb 24 04:47:40.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57402026-02-24T04:47:41.868Z[ recovery-image] Feb 24 04:47:40.952 INFO O| Feb 24 04:47:40.952 INFO STEP 315 (remove_files) COMPLETE
57412026-02-24T04:47:41.871Z[ recovery-image] Feb 24 04:47:40.952 INFO O| Feb 24 04:47:40.952 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-02-24T04:47:41.881Z[ recovery-image] Feb 24 04:47:40.965 INFO O| Feb 24 04:47:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57432026-02-24T04:47:41.881Z[ recovery-image] Feb 24 04:47:40.965 INFO O| Feb 24 04:47:40.965 INFO STEP 316 (remove_files) COMPLETE
57442026-02-24T04:47:41.884Z[ recovery-image] Feb 24 04:47:40.965 INFO O| Feb 24 04:47:40.965 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-02-24T04:47:41.894Z[ recovery-image] Feb 24 04:47:40.978 INFO O| Feb 24 04:47:40.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57462026-02-24T04:47:41.897Z[ recovery-image] Feb 24 04:47:40.978 INFO O| Feb 24 04:47:40.978 INFO STEP 317 (remove_files) COMPLETE
57472026-02-24T04:47:41.897Z[ recovery-image] Feb 24 04:47:40.978 INFO O| Feb 24 04:47:40.978 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-02-24T04:47:41.906Z[ recovery-image] Feb 24 04:47:40.990 INFO O| Feb 24 04:47:40.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57492026-02-24T04:47:41.906Z[ recovery-image] Feb 24 04:47:40.990 INFO O| Feb 24 04:47:40.990 INFO STEP 318 (remove_files) COMPLETE
57502026-02-24T04:47:41.906Z[ recovery-image] Feb 24 04:47:40.990 INFO O| Feb 24 04:47:40.990 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-02-24T04:47:41.919Z[ recovery-image] Feb 24 04:47:41.003 INFO O| Feb 24 04:47:41.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57522026-02-24T04:47:41.919Z[ recovery-image] Feb 24 04:47:41.003 INFO O| Feb 24 04:47:41.003 INFO STEP 319 (remove_files) COMPLETE
57532026-02-24T04:47:41.923Z[ recovery-image] Feb 24 04:47:41.003 INFO O| Feb 24 04:47:41.003 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-02-24T04:47:41.932Z[ recovery-image] Feb 24 04:47:41.017 INFO O| Feb 24 04:47:41.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57552026-02-24T04:47:41.932Z[ recovery-image] Feb 24 04:47:41.017 INFO O| Feb 24 04:47:41.017 INFO STEP 320 (remove_files) COMPLETE
57562026-02-24T04:47:41.935Z[ recovery-image] Feb 24 04:47:41.017 INFO O| Feb 24 04:47:41.017 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-02-24T04:47:41.945Z[ recovery-image] Feb 24 04:47:41.030 INFO O| Feb 24 04:47:41.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57582026-02-24T04:47:41.945Z[ recovery-image] Feb 24 04:47:41.030 INFO O| Feb 24 04:47:41.030 INFO STEP 321 (remove_files) COMPLETE
57592026-02-24T04:47:41.948Z[ recovery-image] Feb 24 04:47:41.030 INFO O| Feb 24 04:47:41.030 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-02-24T04:47:41.957Z[ recovery-image] Feb 24 04:47:41.042 INFO O| Feb 24 04:47:41.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57612026-02-24T04:47:41.957Z[ recovery-image] Feb 24 04:47:41.042 INFO O| Feb 24 04:47:41.042 INFO STEP 322 (remove_files) COMPLETE
57622026-02-24T04:47:41.957Z[ recovery-image] Feb 24 04:47:41.042 INFO O| Feb 24 04:47:41.042 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-02-24T04:47:41.970Z[ recovery-image] Feb 24 04:47:41.055 INFO O| Feb 24 04:47:41.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57642026-02-24T04:47:41.973Z[ recovery-image] Feb 24 04:47:41.056 INFO O| Feb 24 04:47:41.056 INFO STEP 323 (remove_files) COMPLETE
57652026-02-24T04:47:41.973Z[ recovery-image] Feb 24 04:47:41.056 INFO O| Feb 24 04:47:41.056 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-02-24T04:47:41.983Z[ recovery-image] Feb 24 04:47:41.068 INFO O| Feb 24 04:47:41.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57672026-02-24T04:47:41.983Z[ recovery-image] Feb 24 04:47:41.068 INFO O| Feb 24 04:47:41.068 INFO STEP 324 (remove_files) COMPLETE
57682026-02-24T04:47:41.986Z[ recovery-image] Feb 24 04:47:41.068 INFO O| Feb 24 04:47:41.068 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-02-24T04:47:41.995Z[ recovery-image] Feb 24 04:47:41.080 INFO O| Feb 24 04:47:41.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57702026-02-24T04:47:41.995Z[ recovery-image] Feb 24 04:47:41.081 INFO O| Feb 24 04:47:41.081 INFO STEP 325 (remove_files) COMPLETE
57712026-02-24T04:47:42.000Z[ recovery-image] Feb 24 04:47:41.081 INFO O| Feb 24 04:47:41.081 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-02-24T04:47:42.009Z[ recovery-image] Feb 24 04:47:41.093 INFO O| Feb 24 04:47:41.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57732026-02-24T04:47:42.009Z[ recovery-image] Feb 24 04:47:41.093 INFO O| Feb 24 04:47:41.093 INFO STEP 326 (remove_files) COMPLETE
57742026-02-24T04:47:42.012Z[ recovery-image] Feb 24 04:47:41.093 INFO O| Feb 24 04:47:41.093 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-02-24T04:47:42.022Z[ recovery-image] Feb 24 04:47:41.107 INFO O| Feb 24 04:47:41.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57762026-02-24T04:47:42.022Z[ recovery-image] Feb 24 04:47:41.107 INFO O| Feb 24 04:47:41.107 INFO STEP 327 (remove_files) COMPLETE
57772026-02-24T04:47:42.025Z[ recovery-image] Feb 24 04:47:41.107 INFO O| Feb 24 04:47:41.107 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-02-24T04:47:42.036Z[ recovery-image] Feb 24 04:47:41.120 INFO O| Feb 24 04:47:41.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57792026-02-24T04:47:42.036Z[ recovery-image] Feb 24 04:47:41.121 INFO O| Feb 24 04:47:41.120 INFO STEP 328 (remove_files) COMPLETE
57802026-02-24T04:47:42.039Z[ recovery-image] Feb 24 04:47:41.121 INFO O| Feb 24 04:47:41.121 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-02-24T04:47:42.049Z[ recovery-image] Feb 24 04:47:41.134 INFO O| Feb 24 04:47:41.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57822026-02-24T04:47:42.049Z[ recovery-image] Feb 24 04:47:41.134 INFO O| Feb 24 04:47:41.134 INFO STEP 329 (remove_files) COMPLETE
57832026-02-24T04:47:42.049Z[ recovery-image] Feb 24 04:47:41.134 INFO O| Feb 24 04:47:41.134 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-02-24T04:47:42.061Z[ recovery-image] Feb 24 04:47:41.146 INFO O| Feb 24 04:47:41.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57852026-02-24T04:47:42.062Z[ recovery-image] Feb 24 04:47:41.147 INFO O| Feb 24 04:47:41.146 INFO STEP 330 (remove_files) COMPLETE
57862026-02-24T04:47:42.062Z[ recovery-image] Feb 24 04:47:41.147 INFO O| Feb 24 04:47:41.147 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-02-24T04:47:42.074Z[ recovery-image] Feb 24 04:47:41.159 INFO O| Feb 24 04:47:41.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57882026-02-24T04:47:42.074Z[ recovery-image] Feb 24 04:47:41.159 INFO O| Feb 24 04:47:41.159 INFO STEP 331 (remove_files) COMPLETE
57892026-02-24T04:47:42.077Z[ recovery-image] Feb 24 04:47:41.159 INFO O| Feb 24 04:47:41.159 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-02-24T04:47:42.086Z[ recovery-image] Feb 24 04:47:41.171 INFO O| Feb 24 04:47:41.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57912026-02-24T04:47:42.089Z[ recovery-image] Feb 24 04:47:41.171 INFO O| Feb 24 04:47:41.171 INFO STEP 332 (remove_files) COMPLETE
57922026-02-24T04:47:42.089Z[ recovery-image] Feb 24 04:47:41.171 INFO O| Feb 24 04:47:41.171 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-02-24T04:47:42.099Z[ recovery-image] Feb 24 04:47:41.184 INFO O| Feb 24 04:47:41.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57942026-02-24T04:47:42.099Z[ recovery-image] Feb 24 04:47:41.184 INFO O| Feb 24 04:47:41.184 INFO STEP 333 (remove_files) COMPLETE
57952026-02-24T04:47:42.099Z[ recovery-image] Feb 24 04:47:41.184 INFO O| Feb 24 04:47:41.184 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-02-24T04:47:42.113Z[ recovery-image] Feb 24 04:47:41.198 INFO O| Feb 24 04:47:41.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57972026-02-24T04:47:42.113Z[ recovery-image] Feb 24 04:47:41.198 INFO O| Feb 24 04:47:41.198 INFO STEP 334 (remove_files) COMPLETE
57982026-02-24T04:47:42.113Z[ recovery-image] Feb 24 04:47:41.198 INFO O| Feb 24 04:47:41.198 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-02-24T04:47:42.125Z[ recovery-image] Feb 24 04:47:41.210 INFO O| Feb 24 04:47:41.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58002026-02-24T04:47:42.126Z[ recovery-image] Feb 24 04:47:41.210 INFO O| Feb 24 04:47:41.210 INFO STEP 335 (remove_files) COMPLETE
58012026-02-24T04:47:42.130Z[ recovery-image] Feb 24 04:47:41.210 INFO O| Feb 24 04:47:41.210 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-02-24T04:47:42.138Z[ recovery-image] Feb 24 04:47:41.223 INFO O| Feb 24 04:47:41.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58032026-02-24T04:47:42.138Z[ recovery-image] Feb 24 04:47:41.223 INFO O| Feb 24 04:47:41.223 INFO STEP 336 (remove_files) COMPLETE
58042026-02-24T04:47:42.142Z[ recovery-image] Feb 24 04:47:41.223 INFO O| Feb 24 04:47:41.223 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-02-24T04:47:42.150Z[ recovery-image] Feb 24 04:47:41.235 INFO O| Feb 24 04:47:41.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58062026-02-24T04:47:42.150Z[ recovery-image] Feb 24 04:47:41.235 INFO O| Feb 24 04:47:41.235 INFO STEP 337 (remove_files) COMPLETE
58072026-02-24T04:47:42.154Z[ recovery-image] Feb 24 04:47:41.235 INFO O| Feb 24 04:47:41.235 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-02-24T04:47:42.162Z[ recovery-image] Feb 24 04:47:41.247 INFO O| Feb 24 04:47:41.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58092026-02-24T04:47:42.162Z[ recovery-image] Feb 24 04:47:41.247 INFO O| Feb 24 04:47:41.247 INFO STEP 338 (remove_files) COMPLETE
58102026-02-24T04:47:42.163Z[ recovery-image] Feb 24 04:47:41.247 INFO O| Feb 24 04:47:41.247 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-02-24T04:47:42.176Z[ recovery-image] Feb 24 04:47:41.260 INFO O| Feb 24 04:47:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58122026-02-24T04:47:42.176Z[ recovery-image] Feb 24 04:47:41.261 INFO O| Feb 24 04:47:41.260 INFO STEP 339 (remove_files) COMPLETE
58132026-02-24T04:47:42.176Z[ recovery-image] Feb 24 04:47:41.261 INFO O| Feb 24 04:47:41.260 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-02-24T04:47:42.187Z[ recovery-image] Feb 24 04:47:41.272 INFO O| Feb 24 04:47:41.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58152026-02-24T04:47:42.188Z[ recovery-image] Feb 24 04:47:41.272 INFO O| Feb 24 04:47:41.272 INFO STEP 340 (remove_files) COMPLETE
58162026-02-24T04:47:42.191Z[ recovery-image] Feb 24 04:47:41.272 INFO O| Feb 24 04:47:41.272 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-02-24T04:47:42.199Z[ recovery-image] Feb 24 04:47:41.284 INFO O| Feb 24 04:47:41.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58182026-02-24T04:47:42.199Z[ recovery-image] Feb 24 04:47:41.284 INFO O| Feb 24 04:47:41.284 INFO STEP 341 (remove_files) COMPLETE
58192026-02-24T04:47:42.199Z[ recovery-image] Feb 24 04:47:41.284 INFO O| Feb 24 04:47:41.284 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-02-24T04:47:42.211Z[ recovery-image] Feb 24 04:47:41.296 INFO O| Feb 24 04:47:41.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58212026-02-24T04:47:42.211Z[ recovery-image] Feb 24 04:47:41.296 INFO O| Feb 24 04:47:41.296 INFO STEP 342 (remove_files) COMPLETE
58222026-02-24T04:47:42.214Z[ recovery-image] Feb 24 04:47:41.296 INFO O| Feb 24 04:47:41.296 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-02-24T04:47:42.223Z[ recovery-image] Feb 24 04:47:41.308 INFO O| Feb 24 04:47:41.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58242026-02-24T04:47:42.226Z[ recovery-image] Feb 24 04:47:41.308 INFO O| Feb 24 04:47:41.308 INFO STEP 343 (remove_files) COMPLETE
58252026-02-24T04:47:42.226Z[ recovery-image] Feb 24 04:47:41.308 INFO O| Feb 24 04:47:41.308 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-02-24T04:47:42.235Z[ recovery-image] Feb 24 04:47:41.320 INFO O| Feb 24 04:47:41.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58272026-02-24T04:47:42.235Z[ recovery-image] Feb 24 04:47:41.320 INFO O| Feb 24 04:47:41.320 INFO STEP 344 (remove_files) COMPLETE
58282026-02-24T04:47:42.238Z[ recovery-image] Feb 24 04:47:41.320 INFO O| Feb 24 04:47:41.320 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-02-24T04:47:42.247Z[ recovery-image] Feb 24 04:47:41.332 INFO O| Feb 24 04:47:41.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58302026-02-24T04:47:42.247Z[ recovery-image] Feb 24 04:47:41.332 INFO O| Feb 24 04:47:41.332 INFO STEP 345 (remove_files) COMPLETE
58312026-02-24T04:47:42.251Z[ recovery-image] Feb 24 04:47:41.332 INFO O| Feb 24 04:47:41.332 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-02-24T04:47:42.260Z[ recovery-image] Feb 24 04:47:41.345 INFO O| Feb 24 04:47:41.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58332026-02-24T04:47:42.260Z[ recovery-image] Feb 24 04:47:41.345 INFO O| Feb 24 04:47:41.345 INFO STEP 346 (remove_files) COMPLETE
58342026-02-24T04:47:42.263Z[ recovery-image] Feb 24 04:47:41.345 INFO O| Feb 24 04:47:41.345 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-02-24T04:47:42.272Z[ recovery-image] Feb 24 04:47:41.357 INFO O| Feb 24 04:47:41.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58362026-02-24T04:47:42.273Z[ recovery-image] Feb 24 04:47:41.357 INFO O| Feb 24 04:47:41.357 INFO STEP 347 (remove_files) COMPLETE
58372026-02-24T04:47:42.273Z[ recovery-image] Feb 24 04:47:41.357 INFO O| Feb 24 04:47:41.357 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-02-24T04:47:42.286Z[ recovery-image] Feb 24 04:47:41.371 INFO O| Feb 24 04:47:41.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58392026-02-24T04:47:42.286Z[ recovery-image] Feb 24 04:47:41.371 INFO O| Feb 24 04:47:41.371 INFO STEP 348 (remove_files) COMPLETE
58402026-02-24T04:47:42.290Z[ recovery-image] Feb 24 04:47:41.371 INFO O| Feb 24 04:47:41.371 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-02-24T04:47:42.299Z[ recovery-image] Feb 24 04:47:41.384 INFO O| Feb 24 04:47:41.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58422026-02-24T04:47:42.299Z[ recovery-image] Feb 24 04:47:41.384 INFO O| Feb 24 04:47:41.384 INFO STEP 349 (remove_files) COMPLETE
58432026-02-24T04:47:42.299Z[ recovery-image] Feb 24 04:47:41.384 INFO O| Feb 24 04:47:41.384 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-02-24T04:47:42.312Z[ recovery-image] Feb 24 04:47:41.397 INFO O| Feb 24 04:47:41.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58452026-02-24T04:47:42.315Z[ recovery-image] Feb 24 04:47:41.397 INFO O| Feb 24 04:47:41.397 INFO STEP 350 (remove_files) COMPLETE
58462026-02-24T04:47:42.315Z[ recovery-image] Feb 24 04:47:41.397 INFO O| Feb 24 04:47:41.397 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-02-24T04:47:42.324Z[ recovery-image] Feb 24 04:47:41.409 INFO O| Feb 24 04:47:41.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58482026-02-24T04:47:42.324Z[ recovery-image] Feb 24 04:47:41.409 INFO O| Feb 24 04:47:41.409 INFO STEP 351 (remove_files) COMPLETE
58492026-02-24T04:47:42.324Z[ recovery-image] Feb 24 04:47:41.409 INFO O| Feb 24 04:47:41.409 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-02-24T04:47:42.337Z[ recovery-image] Feb 24 04:47:41.422 INFO O| Feb 24 04:47:41.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58512026-02-24T04:47:42.341Z[ recovery-image] Feb 24 04:47:41.422 INFO O| Feb 24 04:47:41.422 INFO STEP 352 (remove_files) COMPLETE
58522026-02-24T04:47:42.341Z[ recovery-image] Feb 24 04:47:41.422 INFO O| Feb 24 04:47:41.422 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-02-24T04:47:42.349Z[ recovery-image] Feb 24 04:47:41.434 INFO O| Feb 24 04:47:41.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58542026-02-24T04:47:42.349Z[ recovery-image] Feb 24 04:47:41.434 INFO O| Feb 24 04:47:41.434 INFO STEP 353 (remove_files) COMPLETE
58552026-02-24T04:47:42.352Z[ recovery-image] Feb 24 04:47:41.434 INFO O| Feb 24 04:47:41.434 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-02-24T04:47:42.361Z[ recovery-image] Feb 24 04:47:41.446 INFO O| Feb 24 04:47:41.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58572026-02-24T04:47:42.362Z[ recovery-image] Feb 24 04:47:41.447 INFO O| Feb 24 04:47:41.446 INFO STEP 354 (remove_files) COMPLETE
58582026-02-24T04:47:42.362Z[ recovery-image] Feb 24 04:47:41.447 INFO O| Feb 24 04:47:41.447 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-02-24T04:47:42.374Z[ recovery-image] Feb 24 04:47:41.459 INFO O| Feb 24 04:47:41.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58602026-02-24T04:47:42.374Z[ recovery-image] Feb 24 04:47:41.459 INFO O| Feb 24 04:47:41.459 INFO STEP 355 (remove_files) COMPLETE
58612026-02-24T04:47:42.374Z[ recovery-image] Feb 24 04:47:41.459 INFO O| Feb 24 04:47:41.459 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-02-24T04:47:42.387Z[ recovery-image] Feb 24 04:47:41.472 INFO O| Feb 24 04:47:41.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58632026-02-24T04:47:42.390Z[ recovery-image] Feb 24 04:47:41.472 INFO O| Feb 24 04:47:41.472 INFO STEP 356 (remove_files) COMPLETE
58642026-02-24T04:47:42.390Z[ recovery-image] Feb 24 04:47:41.472 INFO O| Feb 24 04:47:41.472 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-02-24T04:47:42.403Z[ recovery-image] Feb 24 04:47:41.488 INFO O| Feb 24 04:47:41.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58662026-02-24T04:47:42.406Z[ recovery-image] Feb 24 04:47:41.488 INFO O| Feb 24 04:47:41.488 INFO STEP 357 (remove_files) COMPLETE
58672026-02-24T04:47:42.406Z[ recovery-image] Feb 24 04:47:41.488 INFO O| Feb 24 04:47:41.488 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-02-24T04:47:42.415Z[ recovery-image] Feb 24 04:47:41.500 INFO O| Feb 24 04:47:41.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58692026-02-24T04:47:42.418Z[ recovery-image] Feb 24 04:47:41.500 INFO O| Feb 24 04:47:41.500 INFO STEP 358 (remove_files) COMPLETE
58702026-02-24T04:47:42.419Z[ recovery-image] Feb 24 04:47:41.500 INFO O| Feb 24 04:47:41.500 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-02-24T04:47:42.429Z[ recovery-image] Feb 24 04:47:41.514 INFO O| Feb 24 04:47:41.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58722026-02-24T04:47:42.433Z[ recovery-image] Feb 24 04:47:41.514 INFO O| Feb 24 04:47:41.514 INFO STEP 359 (remove_files) COMPLETE
58732026-02-24T04:47:42.433Z[ recovery-image] Feb 24 04:47:41.514 INFO O| Feb 24 04:47:41.514 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-02-24T04:47:42.481Z[ recovery-image] Feb 24 04:47:41.531 INFO O| Feb 24 04:47:41.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58752026-02-24T04:47:42.481Z[ recovery-image] Feb 24 04:47:41.531 INFO O| Feb 24 04:47:41.531 INFO STEP 360 (remove_files) COMPLETE
58762026-02-24T04:47:42.481Z[ recovery-image] Feb 24 04:47:41.531 INFO O| Feb 24 04:47:41.531 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-02-24T04:47:42.481Z[ recovery-image] Feb 24 04:47:41.549 INFO O| Feb 24 04:47:41.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58782026-02-24T04:47:42.481Z[ recovery-image] Feb 24 04:47:41.549 INFO O| Feb 24 04:47:41.549 INFO STEP 361 (remove_files) COMPLETE
58792026-02-24T04:47:42.481Z[ recovery-image] Feb 24 04:47:41.549 INFO O| Feb 24 04:47:41.549 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-02-24T04:47:42.485Z[ recovery-image] Feb 24 04:47:41.569 INFO O| Feb 24 04:47:41.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58812026-02-24T04:47:42.488Z[ recovery-image] Feb 24 04:47:41.570 INFO O| Feb 24 04:47:41.570 INFO STEP 362 (remove_files) COMPLETE
58822026-02-24T04:47:42.488Z[ recovery-image] Feb 24 04:47:41.570 INFO O| Feb 24 04:47:41.570 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-02-24T04:47:42.501Z[ recovery-image] Feb 24 04:47:41.586 INFO O| Feb 24 04:47:41.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58842026-02-24T04:47:42.501Z[ recovery-image] Feb 24 04:47:41.586 INFO O| Feb 24 04:47:41.586 INFO STEP 363 (remove_files) COMPLETE
58852026-02-24T04:47:42.501Z[ recovery-image] Feb 24 04:47:41.586 INFO O| Feb 24 04:47:41.586 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-02-24T04:47:42.515Z[ recovery-image] Feb 24 04:47:41.600 INFO O| Feb 24 04:47:41.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58872026-02-24T04:47:42.515Z[ recovery-image] Feb 24 04:47:41.600 INFO O| Feb 24 04:47:41.600 INFO STEP 364 (remove_files) COMPLETE
58882026-02-24T04:47:42.515Z[ recovery-image] Feb 24 04:47:41.600 INFO O| Feb 24 04:47:41.600 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-02-24T04:47:42.529Z[ recovery-image] Feb 24 04:47:41.613 INFO O| Feb 24 04:47:41.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58902026-02-24T04:47:42.529Z[ recovery-image] Feb 24 04:47:41.614 INFO O| Feb 24 04:47:41.613 INFO STEP 365 (remove_files) COMPLETE
58912026-02-24T04:47:42.532Z[ recovery-image] Feb 24 04:47:41.614 INFO O| Feb 24 04:47:41.614 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-02-24T04:47:42.542Z[ recovery-image] Feb 24 04:47:41.627 INFO O| Feb 24 04:47:41.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58932026-02-24T04:47:42.542Z[ recovery-image] Feb 24 04:47:41.627 INFO O| Feb 24 04:47:41.627 INFO STEP 366 (remove_files) COMPLETE
58942026-02-24T04:47:42.542Z[ recovery-image] Feb 24 04:47:41.627 INFO O| Feb 24 04:47:41.627 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-02-24T04:47:42.555Z[ recovery-image] Feb 24 04:47:41.640 INFO O| Feb 24 04:47:41.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58962026-02-24T04:47:42.555Z[ recovery-image] Feb 24 04:47:41.640 INFO O| Feb 24 04:47:41.640 INFO STEP 367 (remove_files) COMPLETE
58972026-02-24T04:47:42.559Z[ recovery-image] Feb 24 04:47:41.640 INFO O| Feb 24 04:47:41.640 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-02-24T04:47:42.569Z[ recovery-image] Feb 24 04:47:41.653 INFO O| Feb 24 04:47:41.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58992026-02-24T04:47:42.569Z[ recovery-image] Feb 24 04:47:41.653 INFO O| Feb 24 04:47:41.653 INFO STEP 368 (remove_files) COMPLETE
59002026-02-24T04:47:42.569Z[ recovery-image] Feb 24 04:47:41.653 INFO O| Feb 24 04:47:41.653 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-02-24T04:47:42.583Z[ recovery-image] Feb 24 04:47:41.666 INFO O| Feb 24 04:47:41.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59022026-02-24T04:47:42.583Z[ recovery-image] Feb 24 04:47:41.666 INFO O| Feb 24 04:47:41.666 INFO STEP 369 (remove_files) COMPLETE
59032026-02-24T04:47:42.586Z[ recovery-image] Feb 24 04:47:41.666 INFO O| Feb 24 04:47:41.666 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-02-24T04:47:42.596Z[ recovery-image] Feb 24 04:47:41.679 INFO O| Feb 24 04:47:41.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59052026-02-24T04:47:42.599Z[ recovery-image] Feb 24 04:47:41.680 INFO O| Feb 24 04:47:41.680 INFO STEP 370 (remove_files) COMPLETE
59062026-02-24T04:47:42.600Z[ recovery-image] Feb 24 04:47:41.680 INFO O| Feb 24 04:47:41.680 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-02-24T04:47:42.608Z[ recovery-image] Feb 24 04:47:41.693 INFO O| Feb 24 04:47:41.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59082026-02-24T04:47:42.608Z[ recovery-image] Feb 24 04:47:41.693 INFO O| Feb 24 04:47:41.693 INFO STEP 371 (remove_files) COMPLETE
59092026-02-24T04:47:42.609Z[ recovery-image] Feb 24 04:47:41.693 INFO O| Feb 24 04:47:41.693 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-02-24T04:47:42.622Z[ recovery-image] Feb 24 04:47:41.707 INFO O| Feb 24 04:47:41.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59112026-02-24T04:47:42.622Z[ recovery-image] Feb 24 04:47:41.707 INFO O| Feb 24 04:47:41.707 INFO STEP 372 (remove_files) COMPLETE
59122026-02-24T04:47:42.622Z[ recovery-image] Feb 24 04:47:41.707 INFO O| Feb 24 04:47:41.707 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-02-24T04:47:42.636Z[ recovery-image] Feb 24 04:47:41.721 INFO O| Feb 24 04:47:41.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59142026-02-24T04:47:42.636Z[ recovery-image] Feb 24 04:47:41.721 INFO O| Feb 24 04:47:41.721 INFO STEP 373 (remove_files) COMPLETE
59152026-02-24T04:47:42.640Z[ recovery-image] Feb 24 04:47:41.721 INFO O| Feb 24 04:47:41.721 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-02-24T04:47:42.650Z[ recovery-image] Feb 24 04:47:41.734 INFO O| Feb 24 04:47:41.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59172026-02-24T04:47:42.650Z[ recovery-image] Feb 24 04:47:41.734 INFO O| Feb 24 04:47:41.734 INFO STEP 374 (remove_files) COMPLETE
59182026-02-24T04:47:42.654Z[ recovery-image] Feb 24 04:47:41.734 INFO O| Feb 24 04:47:41.734 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-02-24T04:47:42.663Z[ recovery-image] Feb 24 04:47:41.748 INFO O| Feb 24 04:47:41.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59202026-02-24T04:47:42.663Z[ recovery-image] Feb 24 04:47:41.748 INFO O| Feb 24 04:47:41.748 INFO STEP 375 (remove_files) COMPLETE
59212026-02-24T04:47:42.667Z[ recovery-image] Feb 24 04:47:41.748 INFO O| Feb 24 04:47:41.748 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-02-24T04:47:42.677Z[ recovery-image] Feb 24 04:47:41.762 INFO O| Feb 24 04:47:41.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59232026-02-24T04:47:42.677Z[ recovery-image] Feb 24 04:47:41.762 INFO O| Feb 24 04:47:41.762 INFO STEP 376 (remove_files) COMPLETE
59242026-02-24T04:47:42.677Z[ recovery-image] Feb 24 04:47:41.762 INFO O| Feb 24 04:47:41.762 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-02-24T04:47:42.690Z[ recovery-image] Feb 24 04:47:41.775 INFO O| Feb 24 04:47:41.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59262026-02-24T04:47:42.690Z[ recovery-image] Feb 24 04:47:41.775 INFO O| Feb 24 04:47:41.775 INFO STEP 377 (remove_files) COMPLETE
59272026-02-24T04:47:42.690Z[ recovery-image] Feb 24 04:47:41.775 INFO O| Feb 24 04:47:41.775 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-02-24T04:47:42.704Z[ recovery-image] Feb 24 04:47:41.788 INFO O| Feb 24 04:47:41.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59292026-02-24T04:47:42.704Z[ recovery-image] Feb 24 04:47:41.788 INFO O| Feb 24 04:47:41.788 INFO STEP 378 (remove_files) COMPLETE
59302026-02-24T04:47:42.704Z[ recovery-image] Feb 24 04:47:41.788 INFO O| Feb 24 04:47:41.788 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-02-24T04:47:42.716Z[ recovery-image] Feb 24 04:47:41.801 INFO O| Feb 24 04:47:41.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59322026-02-24T04:47:42.716Z[ recovery-image] Feb 24 04:47:41.801 INFO O| Feb 24 04:47:41.801 INFO STEP 379 (remove_files) COMPLETE
59332026-02-24T04:47:42.716Z[ recovery-image] Feb 24 04:47:41.801 INFO O| Feb 24 04:47:41.801 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-02-24T04:47:42.730Z[ recovery-image] Feb 24 04:47:41.814 INFO O| Feb 24 04:47:41.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59352026-02-24T04:47:42.730Z[ recovery-image] Feb 24 04:47:41.814 INFO O| Feb 24 04:47:41.814 INFO STEP 380 (remove_files) COMPLETE
59362026-02-24T04:47:42.733Z[ recovery-image] Feb 24 04:47:41.814 INFO O| Feb 24 04:47:41.814 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-02-24T04:47:42.741Z[ recovery-image] Feb 24 04:47:41.826 INFO O| Feb 24 04:47:41.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59382026-02-24T04:47:42.742Z[ recovery-image] Feb 24 04:47:41.826 INFO O| Feb 24 04:47:41.826 INFO STEP 381 (remove_files) COMPLETE
59392026-02-24T04:47:42.745Z[ recovery-image] Feb 24 04:47:41.826 INFO O| Feb 24 04:47:41.826 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-02-24T04:47:42.754Z[ recovery-image] Feb 24 04:47:41.839 INFO O| Feb 24 04:47:41.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59412026-02-24T04:47:42.754Z[ recovery-image] Feb 24 04:47:41.839 INFO O| Feb 24 04:47:41.839 INFO STEP 382 (remove_files) COMPLETE
59422026-02-24T04:47:42.754Z[ recovery-image] Feb 24 04:47:41.839 INFO O| Feb 24 04:47:41.839 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-02-24T04:47:42.768Z[ recovery-image] Feb 24 04:47:41.852 INFO O| Feb 24 04:47:41.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59442026-02-24T04:47:42.769Z[ recovery-image] Feb 24 04:47:41.852 INFO O| Feb 24 04:47:41.852 INFO STEP 383 (remove_files) COMPLETE
59452026-02-24T04:47:42.769Z[ recovery-image] Feb 24 04:47:41.852 INFO O| Feb 24 04:47:41.852 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-02-24T04:47:42.779Z[ recovery-image] Feb 24 04:47:41.864 INFO O| Feb 24 04:47:41.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59472026-02-24T04:47:42.779Z[ recovery-image] Feb 24 04:47:41.864 INFO O| Feb 24 04:47:41.864 INFO STEP 384 (remove_files) COMPLETE
59482026-02-24T04:47:42.780Z[ recovery-image] Feb 24 04:47:41.864 INFO O| Feb 24 04:47:41.864 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-02-24T04:47:42.791Z[ recovery-image] Feb 24 04:47:41.876 INFO O| Feb 24 04:47:41.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59502026-02-24T04:47:42.792Z[ recovery-image] Feb 24 04:47:41.876 INFO O| Feb 24 04:47:41.876 INFO STEP 385 (remove_files) COMPLETE
59512026-02-24T04:47:42.792Z[ recovery-image] Feb 24 04:47:41.876 INFO O| Feb 24 04:47:41.876 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-02-24T04:47:42.804Z[ recovery-image] Feb 24 04:47:41.889 INFO O| Feb 24 04:47:41.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59532026-02-24T04:47:42.805Z[ recovery-image] Feb 24 04:47:41.889 INFO O| Feb 24 04:47:41.889 INFO STEP 386 (remove_files) COMPLETE
59542026-02-24T04:47:42.805Z[ recovery-image] Feb 24 04:47:41.889 INFO O| Feb 24 04:47:41.889 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-02-24T04:47:42.818Z[ recovery-image] Feb 24 04:47:41.902 INFO O| Feb 24 04:47:41.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59562026-02-24T04:47:42.818Z[ recovery-image] Feb 24 04:47:41.902 INFO O| Feb 24 04:47:41.902 INFO STEP 387 (remove_files) COMPLETE
59572026-02-24T04:47:42.818Z[ recovery-image] Feb 24 04:47:41.902 INFO O| Feb 24 04:47:41.902 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-02-24T04:47:42.830Z[ recovery-image] Feb 24 04:47:41.915 INFO O| Feb 24 04:47:41.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59592026-02-24T04:47:42.830Z[ recovery-image] Feb 24 04:47:41.915 INFO O| Feb 24 04:47:41.915 INFO STEP 388 (remove_files) COMPLETE
59602026-02-24T04:47:42.833Z[ recovery-image] Feb 24 04:47:41.915 INFO O| Feb 24 04:47:41.915 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-02-24T04:47:42.843Z[ recovery-image] Feb 24 04:47:41.928 INFO O| Feb 24 04:47:41.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59622026-02-24T04:47:42.843Z[ recovery-image] Feb 24 04:47:41.928 INFO O| Feb 24 04:47:41.928 INFO STEP 389 (remove_files) COMPLETE
59632026-02-24T04:47:42.846Z[ recovery-image] Feb 24 04:47:41.928 INFO O| Feb 24 04:47:41.928 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-02-24T04:47:42.856Z[ recovery-image] Feb 24 04:47:41.941 INFO O| Feb 24 04:47:41.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59652026-02-24T04:47:42.856Z[ recovery-image] Feb 24 04:47:41.941 INFO O| Feb 24 04:47:41.941 INFO STEP 390 (remove_files) COMPLETE
59662026-02-24T04:47:42.856Z[ recovery-image] Feb 24 04:47:41.941 INFO O| Feb 24 04:47:41.941 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-02-24T04:47:42.870Z[ recovery-image] Feb 24 04:47:41.955 INFO O| Feb 24 04:47:41.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59682026-02-24T04:47:42.871Z[ recovery-image] Feb 24 04:47:41.955 INFO O| Feb 24 04:47:41.955 INFO STEP 391 (remove_files) COMPLETE
59692026-02-24T04:47:42.874Z[ recovery-image] Feb 24 04:47:41.955 INFO O| Feb 24 04:47:41.955 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-02-24T04:47:42.883Z[ recovery-image] Feb 24 04:47:41.968 INFO O| Feb 24 04:47:41.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59712026-02-24T04:47:42.884Z[ recovery-image] Feb 24 04:47:41.968 INFO O| Feb 24 04:47:41.968 INFO STEP 392 (remove_files) COMPLETE
59722026-02-24T04:47:42.884Z[ recovery-image] Feb 24 04:47:41.968 INFO O| Feb 24 04:47:41.968 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-02-24T04:47:42.899Z[ recovery-image] Feb 24 04:47:41.982 INFO O| Feb 24 04:47:41.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59742026-02-24T04:47:42.899Z[ recovery-image] Feb 24 04:47:41.982 INFO O| Feb 24 04:47:41.982 INFO STEP 393 (remove_files) COMPLETE
59752026-02-24T04:47:42.899Z[ recovery-image] Feb 24 04:47:41.982 INFO O| Feb 24 04:47:41.982 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-02-24T04:47:42.911Z[ recovery-image] Feb 24 04:47:41.995 INFO O| Feb 24 04:47:41.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59772026-02-24T04:47:42.911Z[ recovery-image] Feb 24 04:47:41.996 INFO O| Feb 24 04:47:41.996 INFO STEP 394 (remove_files) COMPLETE
59782026-02-24T04:47:42.911Z[ recovery-image] Feb 24 04:47:41.996 INFO O| Feb 24 04:47:41.996 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-02-24T04:47:42.924Z[ recovery-image] Feb 24 04:47:42.009 INFO O| Feb 24 04:47:42.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59802026-02-24T04:47:42.924Z[ recovery-image] Feb 24 04:47:42.009 INFO O| Feb 24 04:47:42.009 INFO STEP 395 (remove_files) COMPLETE
59812026-02-24T04:47:42.924Z[ recovery-image] Feb 24 04:47:42.009 INFO O| Feb 24 04:47:42.009 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-02-24T04:47:42.938Z[ recovery-image] Feb 24 04:47:42.023 INFO O| Feb 24 04:47:42.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59832026-02-24T04:47:42.938Z[ recovery-image] Feb 24 04:47:42.023 INFO O| Feb 24 04:47:42.023 INFO STEP 396 (remove_files) COMPLETE
59842026-02-24T04:47:42.938Z[ recovery-image] Feb 24 04:47:42.023 INFO O| Feb 24 04:47:42.023 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-02-24T04:47:42.951Z[ recovery-image] Feb 24 04:47:42.035 INFO O| Feb 24 04:47:42.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59862026-02-24T04:47:42.951Z[ recovery-image] Feb 24 04:47:42.036 INFO O| Feb 24 04:47:42.036 INFO STEP 397 (remove_files) COMPLETE
59872026-02-24T04:47:42.951Z[ recovery-image] Feb 24 04:47:42.036 INFO O| Feb 24 04:47:42.036 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-02-24T04:47:42.964Z[ recovery-image] Feb 24 04:47:42.049 INFO O| Feb 24 04:47:42.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59892026-02-24T04:47:42.964Z[ recovery-image] Feb 24 04:47:42.049 INFO O| Feb 24 04:47:42.049 INFO STEP 398 (remove_files) COMPLETE
59902026-02-24T04:47:42.967Z[ recovery-image] Feb 24 04:47:42.049 INFO O| Feb 24 04:47:42.049 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-02-24T04:47:42.976Z[ recovery-image] Feb 24 04:47:42.061 INFO O| Feb 24 04:47:42.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59922026-02-24T04:47:42.976Z[ recovery-image] Feb 24 04:47:42.061 INFO O| Feb 24 04:47:42.061 INFO STEP 399 (remove_files) COMPLETE
59932026-02-24T04:47:42.976Z[ recovery-image] Feb 24 04:47:42.061 INFO O| Feb 24 04:47:42.061 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-02-24T04:47:42.989Z[ recovery-image] Feb 24 04:47:42.073 INFO O| Feb 24 04:47:42.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59952026-02-24T04:47:42.989Z[ recovery-image] Feb 24 04:47:42.073 INFO O| Feb 24 04:47:42.073 INFO STEP 400 (remove_files) COMPLETE
59962026-02-24T04:47:42.992Z[ recovery-image] Feb 24 04:47:42.073 INFO O| Feb 24 04:47:42.073 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-02-24T04:47:43.002Z[ recovery-image] Feb 24 04:47:42.086 INFO O| Feb 24 04:47:42.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59982026-02-24T04:47:43.002Z[ recovery-image] Feb 24 04:47:42.086 INFO O| Feb 24 04:47:42.086 INFO STEP 401 (remove_files) COMPLETE
59992026-02-24T04:47:43.002Z[ recovery-image] Feb 24 04:47:42.086 INFO O| Feb 24 04:47:42.086 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-02-24T04:47:43.013Z[ recovery-image] Feb 24 04:47:42.098 INFO O| Feb 24 04:47:42.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60012026-02-24T04:47:43.014Z[ recovery-image] Feb 24 04:47:42.098 INFO O| Feb 24 04:47:42.098 INFO STEP 402 (remove_files) COMPLETE
60022026-02-24T04:47:43.014Z[ recovery-image] Feb 24 04:47:42.098 INFO O| Feb 24 04:47:42.098 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-02-24T04:47:43.025Z[ recovery-image] Feb 24 04:47:42.110 INFO O| Feb 24 04:47:42.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60042026-02-24T04:47:43.025Z[ recovery-image] Feb 24 04:47:42.110 INFO O| Feb 24 04:47:42.110 INFO STEP 403 (remove_files) COMPLETE
60052026-02-24T04:47:43.026Z[ recovery-image] Feb 24 04:47:42.110 INFO O| Feb 24 04:47:42.110 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-02-24T04:47:43.045Z[ recovery-image] Feb 24 04:47:42.130 INFO O| Feb 24 04:47:42.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60072026-02-24T04:47:43.045Z[ recovery-image] Feb 24 04:47:42.130 INFO O| Feb 24 04:47:42.130 INFO STEP 404 (remove_files) COMPLETE
60082026-02-24T04:47:43.045Z[ recovery-image] Feb 24 04:47:42.130 INFO O| Feb 24 04:47:42.130 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-02-24T04:47:43.058Z[ recovery-image] Feb 24 04:47:42.143 INFO O| Feb 24 04:47:42.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60102026-02-24T04:47:43.058Z[ recovery-image] Feb 24 04:47:42.143 INFO O| Feb 24 04:47:42.143 INFO STEP 405 (remove_files) COMPLETE
60112026-02-24T04:47:43.058Z[ recovery-image] Feb 24 04:47:42.143 INFO O| Feb 24 04:47:42.143 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-02-24T04:47:43.071Z[ recovery-image] Feb 24 04:47:42.155 INFO O| Feb 24 04:47:42.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60132026-02-24T04:47:43.073Z[ recovery-image] Feb 24 04:47:42.156 INFO O| Feb 24 04:47:42.156 INFO STEP 406 (remove_files) COMPLETE
60142026-02-24T04:47:43.073Z[ recovery-image] Feb 24 04:47:42.156 INFO O| Feb 24 04:47:42.156 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-02-24T04:47:43.083Z[ recovery-image] Feb 24 04:47:42.168 INFO O| Feb 24 04:47:42.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60162026-02-24T04:47:43.086Z[ recovery-image] Feb 24 04:47:42.168 INFO O| Feb 24 04:47:42.168 INFO STEP 407 (remove_files) COMPLETE
60172026-02-24T04:47:43.086Z[ recovery-image] Feb 24 04:47:42.168 INFO O| Feb 24 04:47:42.168 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-02-24T04:47:43.095Z[ recovery-image] Feb 24 04:47:42.181 INFO O| Feb 24 04:47:42.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60192026-02-24T04:47:43.095Z[ recovery-image] Feb 24 04:47:42.181 INFO O| Feb 24 04:47:42.181 INFO STEP 408 (remove_files) COMPLETE
60202026-02-24T04:47:43.096Z[ recovery-image] Feb 24 04:47:42.181 INFO O| Feb 24 04:47:42.181 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-02-24T04:47:43.108Z[ recovery-image] Feb 24 04:47:42.193 INFO O| Feb 24 04:47:42.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60222026-02-24T04:47:43.108Z[ recovery-image] Feb 24 04:47:42.193 INFO O| Feb 24 04:47:42.193 INFO STEP 409 (remove_files) COMPLETE
60232026-02-24T04:47:43.108Z[ recovery-image] Feb 24 04:47:42.193 INFO O| Feb 24 04:47:42.193 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-02-24T04:47:43.120Z[ recovery-image] Feb 24 04:47:42.205 INFO O| Feb 24 04:47:42.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60252026-02-24T04:47:43.120Z[ recovery-image] Feb 24 04:47:42.205 INFO O| Feb 24 04:47:42.205 INFO STEP 410 (remove_files) COMPLETE
60262026-02-24T04:47:43.120Z[ recovery-image] Feb 24 04:47:42.205 INFO O| Feb 24 04:47:42.205 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-02-24T04:47:43.132Z[ recovery-image] Feb 24 04:47:42.217 INFO O| Feb 24 04:47:42.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60282026-02-24T04:47:43.132Z[ recovery-image] Feb 24 04:47:42.217 INFO O| Feb 24 04:47:42.217 INFO STEP 411 (remove_files) COMPLETE
60292026-02-24T04:47:43.135Z[ recovery-image] Feb 24 04:47:42.217 INFO O| Feb 24 04:47:42.217 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-02-24T04:47:43.144Z[ recovery-image] Feb 24 04:47:42.229 INFO O| Feb 24 04:47:42.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60312026-02-24T04:47:43.144Z[ recovery-image] Feb 24 04:47:42.230 INFO O| Feb 24 04:47:42.229 INFO STEP 412 (remove_files) COMPLETE
60322026-02-24T04:47:43.144Z[ recovery-image] Feb 24 04:47:42.230 INFO O| Feb 24 04:47:42.229 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-02-24T04:47:43.157Z[ recovery-image] Feb 24 04:47:42.242 INFO O| Feb 24 04:47:42.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60342026-02-24T04:47:43.157Z[ recovery-image] Feb 24 04:47:42.242 INFO O| Feb 24 04:47:42.242 INFO STEP 413 (remove_files) COMPLETE
60352026-02-24T04:47:43.157Z[ recovery-image] Feb 24 04:47:42.242 INFO O| Feb 24 04:47:42.242 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-02-24T04:47:43.169Z[ recovery-image] Feb 24 04:47:42.254 INFO O| Feb 24 04:47:42.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60372026-02-24T04:47:43.169Z[ recovery-image] Feb 24 04:47:42.255 INFO O| Feb 24 04:47:42.254 INFO STEP 414 (remove_files) COMPLETE
60382026-02-24T04:47:43.169Z[ recovery-image] Feb 24 04:47:42.255 INFO O| Feb 24 04:47:42.254 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-02-24T04:47:43.181Z[ recovery-image] Feb 24 04:47:42.266 INFO O| Feb 24 04:47:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60402026-02-24T04:47:43.181Z[ recovery-image] Feb 24 04:47:42.266 INFO O| Feb 24 04:47:42.266 INFO STEP 415 (remove_files) COMPLETE
60412026-02-24T04:47:43.184Z[ recovery-image] Feb 24 04:47:42.267 INFO O| Feb 24 04:47:42.266 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-02-24T04:47:43.193Z[ recovery-image] Feb 24 04:47:42.279 INFO O| Feb 24 04:47:42.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60432026-02-24T04:47:43.194Z[ recovery-image] Feb 24 04:47:42.279 INFO O| Feb 24 04:47:42.279 INFO STEP 416 (remove_files) COMPLETE
60442026-02-24T04:47:43.194Z[ recovery-image] Feb 24 04:47:42.279 INFO O| Feb 24 04:47:42.279 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-02-24T04:47:43.206Z[ recovery-image] Feb 24 04:47:42.291 INFO O| Feb 24 04:47:42.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60462026-02-24T04:47:43.206Z[ recovery-image] Feb 24 04:47:42.291 INFO O| Feb 24 04:47:42.291 INFO STEP 417 (remove_files) COMPLETE
60472026-02-24T04:47:43.209Z[ recovery-image] Feb 24 04:47:42.291 INFO O| Feb 24 04:47:42.291 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-02-24T04:47:43.218Z[ recovery-image] Feb 24 04:47:42.303 INFO O| Feb 24 04:47:42.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60492026-02-24T04:47:43.218Z[ recovery-image] Feb 24 04:47:42.303 INFO O| Feb 24 04:47:42.303 INFO STEP 418 (remove_files) COMPLETE
60502026-02-24T04:47:43.218Z[ recovery-image] Feb 24 04:47:42.303 INFO O| Feb 24 04:47:42.303 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-02-24T04:47:43.230Z[ recovery-image] Feb 24 04:47:42.315 INFO O| Feb 24 04:47:42.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60522026-02-24T04:47:43.230Z[ recovery-image] Feb 24 04:47:42.315 INFO O| Feb 24 04:47:42.315 INFO STEP 419 (remove_files) COMPLETE
60532026-02-24T04:47:43.230Z[ recovery-image] Feb 24 04:47:42.315 INFO O| Feb 24 04:47:42.315 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-02-24T04:47:43.242Z[ recovery-image] Feb 24 04:47:42.328 INFO O| Feb 24 04:47:42.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60552026-02-24T04:47:43.243Z[ recovery-image] Feb 24 04:47:42.328 INFO O| Feb 24 04:47:42.328 INFO STEP 420 (remove_files) COMPLETE
60562026-02-24T04:47:43.243Z[ recovery-image] Feb 24 04:47:42.328 INFO O| Feb 24 04:47:42.328 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-02-24T04:47:43.254Z[ recovery-image] Feb 24 04:47:42.339 INFO O| Feb 24 04:47:42.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60582026-02-24T04:47:43.254Z[ recovery-image] Feb 24 04:47:42.339 INFO O| Feb 24 04:47:42.339 INFO STEP 421 (remove_files) COMPLETE
60592026-02-24T04:47:43.257Z[ recovery-image] Feb 24 04:47:42.339 INFO O| Feb 24 04:47:42.339 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-02-24T04:47:43.267Z[ recovery-image] Feb 24 04:47:42.352 INFO O| Feb 24 04:47:42.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60612026-02-24T04:47:43.267Z[ recovery-image] Feb 24 04:47:42.352 INFO O| Feb 24 04:47:42.352 INFO STEP 422 (remove_files) COMPLETE
60622026-02-24T04:47:43.270Z[ recovery-image] Feb 24 04:47:42.352 INFO O| Feb 24 04:47:42.352 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-02-24T04:47:43.278Z[ recovery-image] Feb 24 04:47:42.363 INFO O| Feb 24 04:47:42.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60642026-02-24T04:47:43.278Z[ recovery-image] Feb 24 04:47:42.363 INFO O| Feb 24 04:47:42.363 INFO STEP 423 (remove_files) COMPLETE
60652026-02-24T04:47:43.278Z[ recovery-image] Feb 24 04:47:42.364 INFO O| Feb 24 04:47:42.363 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-02-24T04:47:43.289Z[ recovery-image] Feb 24 04:47:42.374 INFO O| Feb 24 04:47:42.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60672026-02-24T04:47:43.289Z[ recovery-image] Feb 24 04:47:42.375 INFO O| Feb 24 04:47:42.375 INFO STEP 424 (remove_files) COMPLETE
60682026-02-24T04:47:43.289Z[ recovery-image] Feb 24 04:47:42.375 INFO O| Feb 24 04:47:42.375 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-02-24T04:47:43.302Z[ recovery-image] Feb 24 04:47:42.388 INFO O| Feb 24 04:47:42.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60702026-02-24T04:47:43.303Z[ recovery-image] Feb 24 04:47:42.388 INFO O| Feb 24 04:47:42.388 INFO STEP 425 (remove_files) COMPLETE
60712026-02-24T04:47:43.306Z[ recovery-image] Feb 24 04:47:42.388 INFO O| Feb 24 04:47:42.388 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-02-24T04:47:43.315Z[ recovery-image] Feb 24 04:47:42.400 INFO O| Feb 24 04:47:42.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60732026-02-24T04:47:43.318Z[ recovery-image] Feb 24 04:47:42.400 INFO O| Feb 24 04:47:42.400 INFO STEP 426 (remove_files) COMPLETE
60742026-02-24T04:47:43.318Z[ recovery-image] Feb 24 04:47:42.400 INFO O| Feb 24 04:47:42.400 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-02-24T04:47:43.327Z[ recovery-image] Feb 24 04:47:42.413 INFO O| Feb 24 04:47:42.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60762026-02-24T04:47:43.327Z[ recovery-image] Feb 24 04:47:42.413 INFO O| Feb 24 04:47:42.413 INFO STEP 427 (remove_files) COMPLETE
60772026-02-24T04:47:43.331Z[ recovery-image] Feb 24 04:47:42.413 INFO O| Feb 24 04:47:42.413 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-02-24T04:47:43.339Z[ recovery-image] Feb 24 04:47:42.424 INFO O| Feb 24 04:47:42.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60792026-02-24T04:47:43.339Z[ recovery-image] Feb 24 04:47:42.424 INFO O| Feb 24 04:47:42.424 INFO STEP 428 (remove_files) COMPLETE
60802026-02-24T04:47:43.342Z[ recovery-image] Feb 24 04:47:42.424 INFO O| Feb 24 04:47:42.424 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-02-24T04:47:43.350Z[ recovery-image] Feb 24 04:47:42.435 INFO O| Feb 24 04:47:42.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60822026-02-24T04:47:43.350Z[ recovery-image] Feb 24 04:47:42.435 INFO O| Feb 24 04:47:42.435 INFO STEP 429 (remove_files) COMPLETE
60832026-02-24T04:47:43.351Z[ recovery-image] Feb 24 04:47:42.435 INFO O| Feb 24 04:47:42.435 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-02-24T04:47:43.361Z[ recovery-image] Feb 24 04:47:42.446 INFO O| Feb 24 04:47:42.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60852026-02-24T04:47:43.361Z[ recovery-image] Feb 24 04:47:42.446 INFO O| Feb 24 04:47:42.446 INFO STEP 430 (remove_files) COMPLETE
60862026-02-24T04:47:43.364Z[ recovery-image] Feb 24 04:47:42.446 INFO O| Feb 24 04:47:42.446 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-02-24T04:47:43.375Z[ recovery-image] Feb 24 04:47:42.458 INFO O| Feb 24 04:47:42.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60882026-02-24T04:47:43.375Z[ recovery-image] Feb 24 04:47:42.458 INFO O| Feb 24 04:47:42.458 INFO STEP 431 (remove_files) COMPLETE
60892026-02-24T04:47:43.375Z[ recovery-image] Feb 24 04:47:42.458 INFO O| Feb 24 04:47:42.458 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-02-24T04:47:43.383Z[ recovery-image] Feb 24 04:47:42.468 INFO O| Feb 24 04:47:42.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60912026-02-24T04:47:43.386Z[ recovery-image] Feb 24 04:47:42.469 INFO O| Feb 24 04:47:42.469 INFO STEP 432 (remove_files) COMPLETE
60922026-02-24T04:47:43.386Z[ recovery-image] Feb 24 04:47:42.469 INFO O| Feb 24 04:47:42.469 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-02-24T04:47:43.394Z[ recovery-image] Feb 24 04:47:42.479 INFO O| Feb 24 04:47:42.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60942026-02-24T04:47:43.394Z[ recovery-image] Feb 24 04:47:42.479 INFO O| Feb 24 04:47:42.479 INFO STEP 433 (remove_files) COMPLETE
60952026-02-24T04:47:43.397Z[ recovery-image] Feb 24 04:47:42.479 INFO O| Feb 24 04:47:42.479 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-02-24T04:47:43.405Z[ recovery-image] Feb 24 04:47:42.491 INFO O| Feb 24 04:47:42.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60972026-02-24T04:47:43.405Z[ recovery-image] Feb 24 04:47:42.491 INFO O| Feb 24 04:47:42.491 INFO STEP 434 (remove_files) COMPLETE
60982026-02-24T04:47:43.405Z[ recovery-image] Feb 24 04:47:42.491 INFO O| Feb 24 04:47:42.491 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-02-24T04:47:43.417Z[ recovery-image] Feb 24 04:47:42.502 INFO O| Feb 24 04:47:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61002026-02-24T04:47:43.417Z[ recovery-image] Feb 24 04:47:42.502 INFO O| Feb 24 04:47:42.502 INFO STEP 435 (remove_files) COMPLETE
61012026-02-24T04:47:43.417Z[ recovery-image] Feb 24 04:47:42.502 INFO O| Feb 24 04:47:42.502 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-02-24T04:47:43.429Z[ recovery-image] Feb 24 04:47:42.514 INFO O| Feb 24 04:47:42.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61032026-02-24T04:47:43.429Z[ recovery-image] Feb 24 04:47:42.514 INFO O| Feb 24 04:47:42.514 INFO STEP 436 (remove_files) COMPLETE
61042026-02-24T04:47:43.432Z[ recovery-image] Feb 24 04:47:42.514 INFO O| Feb 24 04:47:42.514 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-02-24T04:47:43.440Z[ recovery-image] Feb 24 04:47:42.525 INFO O| Feb 24 04:47:42.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61062026-02-24T04:47:43.440Z[ recovery-image] Feb 24 04:47:42.525 INFO O| Feb 24 04:47:42.525 INFO STEP 437 (remove_files) COMPLETE
61072026-02-24T04:47:43.440Z[ recovery-image] Feb 24 04:47:42.525 INFO O| Feb 24 04:47:42.525 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-02-24T04:47:43.451Z[ recovery-image] Feb 24 04:47:42.536 INFO O| Feb 24 04:47:42.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61092026-02-24T04:47:43.454Z[ recovery-image] Feb 24 04:47:42.537 INFO O| Feb 24 04:47:42.537 INFO STEP 438 (remove_files) COMPLETE
61102026-02-24T04:47:43.454Z[ recovery-image] Feb 24 04:47:42.537 INFO O| Feb 24 04:47:42.537 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-02-24T04:47:43.463Z[ recovery-image] Feb 24 04:47:42.548 INFO O| Feb 24 04:47:42.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61122026-02-24T04:47:43.463Z[ recovery-image] Feb 24 04:47:42.548 INFO O| Feb 24 04:47:42.548 INFO STEP 439 (remove_files) COMPLETE
61132026-02-24T04:47:43.466Z[ recovery-image] Feb 24 04:47:42.548 INFO O| Feb 24 04:47:42.548 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-02-24T04:47:43.475Z[ recovery-image] Feb 24 04:47:42.560 INFO O| Feb 24 04:47:42.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61152026-02-24T04:47:43.475Z[ recovery-image] Feb 24 04:47:42.560 INFO O| Feb 24 04:47:42.560 INFO STEP 440 (remove_files) COMPLETE
61162026-02-24T04:47:43.475Z[ recovery-image] Feb 24 04:47:42.560 INFO O| Feb 24 04:47:42.560 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-02-24T04:47:43.488Z[ recovery-image] Feb 24 04:47:42.573 INFO O| Feb 24 04:47:42.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61182026-02-24T04:47:43.488Z[ recovery-image] Feb 24 04:47:42.573 INFO O| Feb 24 04:47:42.573 INFO STEP 441 (remove_files) COMPLETE
61192026-02-24T04:47:43.488Z[ recovery-image] Feb 24 04:47:42.573 INFO O| Feb 24 04:47:42.573 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-02-24T04:47:43.501Z[ recovery-image] Feb 24 04:47:42.586 INFO O| Feb 24 04:47:42.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61212026-02-24T04:47:43.501Z[ recovery-image] Feb 24 04:47:42.586 INFO O| Feb 24 04:47:42.586 INFO STEP 442 (remove_files) COMPLETE
61222026-02-24T04:47:43.504Z[ recovery-image] Feb 24 04:47:42.586 INFO O| Feb 24 04:47:42.586 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-02-24T04:47:43.514Z[ recovery-image] Feb 24 04:47:42.599 INFO O| Feb 24 04:47:42.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61242026-02-24T04:47:43.514Z[ recovery-image] Feb 24 04:47:42.599 INFO O| Feb 24 04:47:42.599 INFO STEP 443 (remove_files) COMPLETE
61252026-02-24T04:47:43.515Z[ recovery-image] Feb 24 04:47:42.599 INFO O| Feb 24 04:47:42.599 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-02-24T04:47:43.528Z[ recovery-image] Feb 24 04:47:42.613 INFO O| Feb 24 04:47:42.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61272026-02-24T04:47:43.529Z[ recovery-image] Feb 24 04:47:42.613 INFO O| Feb 24 04:47:42.613 INFO STEP 444 (remove_files) COMPLETE
61282026-02-24T04:47:43.529Z[ recovery-image] Feb 24 04:47:42.613 INFO O| Feb 24 04:47:42.613 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-02-24T04:47:43.542Z[ recovery-image] Feb 24 04:47:42.627 INFO O| Feb 24 04:47:42.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61302026-02-24T04:47:43.542Z[ recovery-image] Feb 24 04:47:42.627 INFO O| Feb 24 04:47:42.627 INFO STEP 445 (remove_files) COMPLETE
61312026-02-24T04:47:43.542Z[ recovery-image] Feb 24 04:47:42.627 INFO O| Feb 24 04:47:42.627 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-02-24T04:47:43.555Z[ recovery-image] Feb 24 04:47:42.640 INFO O| Feb 24 04:47:42.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61332026-02-24T04:47:43.555Z[ recovery-image] Feb 24 04:47:42.640 INFO O| Feb 24 04:47:42.640 INFO STEP 446 (remove_files) COMPLETE
61342026-02-24T04:47:43.555Z[ recovery-image] Feb 24 04:47:42.640 INFO O| Feb 24 04:47:42.640 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-02-24T04:47:43.568Z[ recovery-image] Feb 24 04:47:42.653 INFO O| Feb 24 04:47:42.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61362026-02-24T04:47:43.568Z[ recovery-image] Feb 24 04:47:42.653 INFO O| Feb 24 04:47:42.653 INFO STEP 447 (remove_files) COMPLETE
61372026-02-24T04:47:43.568Z[ recovery-image] Feb 24 04:47:42.653 INFO O| Feb 24 04:47:42.653 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-02-24T04:47:43.580Z[ recovery-image] Feb 24 04:47:42.665 INFO O| Feb 24 04:47:42.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61392026-02-24T04:47:43.581Z[ recovery-image] Feb 24 04:47:42.665 INFO O| Feb 24 04:47:42.665 INFO STEP 448 (remove_files) COMPLETE
61402026-02-24T04:47:43.584Z[ recovery-image] Feb 24 04:47:42.665 INFO O| Feb 24 04:47:42.665 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-02-24T04:47:43.593Z[ recovery-image] Feb 24 04:47:42.678 INFO O| Feb 24 04:47:42.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61422026-02-24T04:47:43.596Z[ recovery-image] Feb 24 04:47:42.678 INFO O| Feb 24 04:47:42.678 INFO STEP 449 (remove_files) COMPLETE
61432026-02-24T04:47:43.596Z[ recovery-image] Feb 24 04:47:42.678 INFO O| Feb 24 04:47:42.678 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-02-24T04:47:43.605Z[ recovery-image] Feb 24 04:47:42.689 INFO O| Feb 24 04:47:42.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61452026-02-24T04:47:43.605Z[ recovery-image] Feb 24 04:47:42.690 INFO O| Feb 24 04:47:42.690 INFO STEP 450 (remove_files) COMPLETE
61462026-02-24T04:47:43.608Z[ recovery-image] Feb 24 04:47:42.690 INFO O| Feb 24 04:47:42.690 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-02-24T04:47:43.615Z[ recovery-image] Feb 24 04:47:42.700 INFO O| Feb 24 04:47:42.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61482026-02-24T04:47:43.616Z[ recovery-image] Feb 24 04:47:42.700 INFO O| Feb 24 04:47:42.700 INFO STEP 451 (remove_files) COMPLETE
61492026-02-24T04:47:43.616Z[ recovery-image] Feb 24 04:47:42.700 INFO O| Feb 24 04:47:42.700 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-02-24T04:47:43.627Z[ recovery-image] Feb 24 04:47:42.712 INFO O| Feb 24 04:47:42.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61512026-02-24T04:47:43.627Z[ recovery-image] Feb 24 04:47:42.712 INFO O| Feb 24 04:47:42.712 INFO STEP 452 (remove_files) COMPLETE
61522026-02-24T04:47:43.627Z[ recovery-image] Feb 24 04:47:42.712 INFO O| Feb 24 04:47:42.712 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-02-24T04:47:43.638Z[ recovery-image] Feb 24 04:47:42.723 INFO O| Feb 24 04:47:42.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61542026-02-24T04:47:43.638Z[ recovery-image] Feb 24 04:47:42.723 INFO O| Feb 24 04:47:42.723 INFO STEP 453 (remove_files) COMPLETE
61552026-02-24T04:47:43.642Z[ recovery-image] Feb 24 04:47:42.723 INFO O| Feb 24 04:47:42.723 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-02-24T04:47:43.650Z[ recovery-image] Feb 24 04:47:42.734 INFO O| Feb 24 04:47:42.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61572026-02-24T04:47:43.650Z[ recovery-image] Feb 24 04:47:42.735 INFO O| Feb 24 04:47:42.734 INFO STEP 454 (remove_files) COMPLETE
61582026-02-24T04:47:43.653Z[ recovery-image] Feb 24 04:47:42.735 INFO O| Feb 24 04:47:42.734 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-02-24T04:47:43.663Z[ recovery-image] Feb 24 04:47:42.747 INFO O| Feb 24 04:47:42.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61602026-02-24T04:47:43.666Z[ recovery-image] Feb 24 04:47:42.748 INFO O| Feb 24 04:47:42.748 INFO STEP 455 (remove_files) COMPLETE
61612026-02-24T04:47:43.666Z[ recovery-image] Feb 24 04:47:42.748 INFO O| Feb 24 04:47:42.748 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-02-24T04:47:43.676Z[ recovery-image] Feb 24 04:47:42.761 INFO O| Feb 24 04:47:42.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61632026-02-24T04:47:43.676Z[ recovery-image] Feb 24 04:47:42.762 INFO O| Feb 24 04:47:42.761 INFO STEP 456 (remove_files) COMPLETE
61642026-02-24T04:47:43.676Z[ recovery-image] Feb 24 04:47:42.762 INFO O| Feb 24 04:47:42.762 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-02-24T04:47:43.689Z[ recovery-image] Feb 24 04:47:42.774 INFO O| Feb 24 04:47:42.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61662026-02-24T04:47:43.689Z[ recovery-image] Feb 24 04:47:42.775 INFO O| Feb 24 04:47:42.775 INFO STEP 457 (remove_files) COMPLETE
61672026-02-24T04:47:43.692Z[ recovery-image] Feb 24 04:47:42.775 INFO O| Feb 24 04:47:42.775 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-02-24T04:47:43.703Z[ recovery-image] Feb 24 04:47:42.788 INFO O| Feb 24 04:47:42.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61692026-02-24T04:47:43.706Z[ recovery-image] Feb 24 04:47:42.788 INFO O| Feb 24 04:47:42.788 INFO STEP 458 (remove_files) COMPLETE
61702026-02-24T04:47:43.706Z[ recovery-image] Feb 24 04:47:42.788 INFO O| Feb 24 04:47:42.788 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-02-24T04:47:43.716Z[ recovery-image] Feb 24 04:47:42.801 INFO O| Feb 24 04:47:42.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61722026-02-24T04:47:43.716Z[ recovery-image] Feb 24 04:47:42.801 INFO O| Feb 24 04:47:42.801 INFO STEP 459 (remove_files) COMPLETE
61732026-02-24T04:47:43.719Z[ recovery-image] Feb 24 04:47:42.801 INFO O| Feb 24 04:47:42.801 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-02-24T04:47:43.729Z[ recovery-image] Feb 24 04:47:42.814 INFO O| Feb 24 04:47:42.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61752026-02-24T04:47:43.729Z[ recovery-image] Feb 24 04:47:42.814 INFO O| Feb 24 04:47:42.814 INFO STEP 460 (remove_files) COMPLETE
61762026-02-24T04:47:43.729Z[ recovery-image] Feb 24 04:47:42.814 INFO O| Feb 24 04:47:42.814 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-02-24T04:47:43.742Z[ recovery-image] Feb 24 04:47:42.827 INFO O| Feb 24 04:47:42.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61782026-02-24T04:47:43.745Z[ recovery-image] Feb 24 04:47:42.827 INFO O| Feb 24 04:47:42.827 INFO STEP 461 (remove_files) COMPLETE
61792026-02-24T04:47:43.745Z[ recovery-image] Feb 24 04:47:42.828 INFO O| Feb 24 04:47:42.827 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-02-24T04:47:43.755Z[ recovery-image] Feb 24 04:47:42.840 INFO O| Feb 24 04:47:42.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61812026-02-24T04:47:43.758Z[ recovery-image] Feb 24 04:47:42.841 INFO O| Feb 24 04:47:42.841 INFO STEP 462 (remove_files) COMPLETE
61822026-02-24T04:47:43.758Z[ recovery-image] Feb 24 04:47:42.841 INFO O| Feb 24 04:47:42.841 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-02-24T04:47:43.769Z[ recovery-image] Feb 24 04:47:42.854 INFO O| Feb 24 04:47:42.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61842026-02-24T04:47:43.772Z[ recovery-image] Feb 24 04:47:42.854 INFO O| Feb 24 04:47:42.854 INFO STEP 463 (remove_files) COMPLETE
61852026-02-24T04:47:43.772Z[ recovery-image] Feb 24 04:47:42.854 INFO O| Feb 24 04:47:42.854 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-02-24T04:47:43.782Z[ recovery-image] Feb 24 04:47:42.867 INFO O| Feb 24 04:47:42.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61872026-02-24T04:47:43.786Z[ recovery-image] Feb 24 04:47:42.867 INFO O| Feb 24 04:47:42.867 INFO STEP 464 (remove_files) COMPLETE
61882026-02-24T04:47:43.786Z[ recovery-image] Feb 24 04:47:42.867 INFO O| Feb 24 04:47:42.867 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-02-24T04:47:43.795Z[ recovery-image] Feb 24 04:47:42.880 INFO O| Feb 24 04:47:42.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61902026-02-24T04:47:43.795Z[ recovery-image] Feb 24 04:47:42.880 INFO O| Feb 24 04:47:42.880 INFO STEP 465 (remove_files) COMPLETE
61912026-02-24T04:47:43.799Z[ recovery-image] Feb 24 04:47:42.880 INFO O| Feb 24 04:47:42.880 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-02-24T04:47:43.807Z[ recovery-image] Feb 24 04:47:42.892 INFO O| Feb 24 04:47:42.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61932026-02-24T04:47:43.808Z[ recovery-image] Feb 24 04:47:42.892 INFO O| Feb 24 04:47:42.892 INFO STEP 466 (remove_files) COMPLETE
61942026-02-24T04:47:43.811Z[ recovery-image] Feb 24 04:47:42.892 INFO O| Feb 24 04:47:42.892 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-02-24T04:47:43.820Z[ recovery-image] Feb 24 04:47:42.904 INFO O| Feb 24 04:47:42.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61962026-02-24T04:47:43.820Z[ recovery-image] Feb 24 04:47:42.904 INFO O| Feb 24 04:47:42.904 INFO STEP 467 (remove_files) COMPLETE
61972026-02-24T04:47:43.820Z[ recovery-image] Feb 24 04:47:42.905 INFO O| Feb 24 04:47:42.904 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-02-24T04:47:43.832Z[ recovery-image] Feb 24 04:47:42.916 INFO O| Feb 24 04:47:42.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61992026-02-24T04:47:43.832Z[ recovery-image] Feb 24 04:47:42.916 INFO O| Feb 24 04:47:42.916 INFO STEP 468 (remove_files) COMPLETE
62002026-02-24T04:47:43.832Z[ recovery-image] Feb 24 04:47:42.917 INFO O| Feb 24 04:47:42.916 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-02-24T04:47:43.845Z[ recovery-image] Feb 24 04:47:42.930 INFO O| Feb 24 04:47:42.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62022026-02-24T04:47:43.846Z[ recovery-image] Feb 24 04:47:42.930 INFO O| Feb 24 04:47:42.930 INFO STEP 469 (remove_files) COMPLETE
62032026-02-24T04:47:43.846Z[ recovery-image] Feb 24 04:47:42.930 INFO O| Feb 24 04:47:42.930 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-02-24T04:47:43.858Z[ recovery-image] Feb 24 04:47:42.942 INFO O| Feb 24 04:47:42.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62052026-02-24T04:47:43.861Z[ recovery-image] Feb 24 04:47:42.943 INFO O| Feb 24 04:47:42.943 INFO STEP 470 (remove_files) COMPLETE
62062026-02-24T04:47:43.861Z[ recovery-image] Feb 24 04:47:42.943 INFO O| Feb 24 04:47:42.943 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-02-24T04:47:43.873Z[ recovery-image] Feb 24 04:47:42.956 INFO O| Feb 24 04:47:42.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62082026-02-24T04:47:43.873Z[ recovery-image] Feb 24 04:47:42.957 INFO O| Feb 24 04:47:42.957 INFO STEP 471 (remove_files) COMPLETE
62092026-02-24T04:47:43.873Z[ recovery-image] Feb 24 04:47:42.957 INFO O| Feb 24 04:47:42.957 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-02-24T04:47:43.884Z[ recovery-image] Feb 24 04:47:42.969 INFO O| Feb 24 04:47:42.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62112026-02-24T04:47:43.884Z[ recovery-image] Feb 24 04:47:42.969 INFO O| Feb 24 04:47:42.969 INFO STEP 472 (remove_files) COMPLETE
62122026-02-24T04:47:43.889Z[ recovery-image] Feb 24 04:47:42.969 INFO O| Feb 24 04:47:42.969 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-02-24T04:47:43.896Z[ recovery-image] Feb 24 04:47:42.981 INFO O| Feb 24 04:47:42.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62142026-02-24T04:47:43.896Z[ recovery-image] Feb 24 04:47:42.981 INFO O| Feb 24 04:47:42.981 INFO STEP 473 (remove_files) COMPLETE
62152026-02-24T04:47:43.901Z[ recovery-image] Feb 24 04:47:42.981 INFO O| Feb 24 04:47:42.981 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-02-24T04:47:43.909Z[ recovery-image] Feb 24 04:47:42.993 INFO O| Feb 24 04:47:42.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62172026-02-24T04:47:43.909Z[ recovery-image] Feb 24 04:47:42.994 INFO O| Feb 24 04:47:42.993 INFO STEP 474 (remove_files) COMPLETE
62182026-02-24T04:47:43.914Z[ recovery-image] Feb 24 04:47:42.994 INFO O| Feb 24 04:47:42.994 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-02-24T04:47:43.921Z[ recovery-image] Feb 24 04:47:43.006 INFO O| Feb 24 04:47:43.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62202026-02-24T04:47:43.922Z[ recovery-image] Feb 24 04:47:43.006 INFO O| Feb 24 04:47:43.006 INFO STEP 475 (remove_files) COMPLETE
62212026-02-24T04:47:43.922Z[ recovery-image] Feb 24 04:47:43.006 INFO O| Feb 24 04:47:43.006 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-02-24T04:47:43.936Z[ recovery-image] Feb 24 04:47:43.018 INFO O| Feb 24 04:47:43.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62232026-02-24T04:47:43.936Z[ recovery-image] Feb 24 04:47:43.018 INFO O| Feb 24 04:47:43.018 INFO STEP 476 (remove_files) COMPLETE
62242026-02-24T04:47:43.936Z[ recovery-image] Feb 24 04:47:43.018 INFO O| Feb 24 04:47:43.018 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-02-24T04:47:43.946Z[ recovery-image] Feb 24 04:47:43.031 INFO O| Feb 24 04:47:43.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62262026-02-24T04:47:43.946Z[ recovery-image] Feb 24 04:47:43.031 INFO O| Feb 24 04:47:43.031 INFO STEP 477 (remove_files) COMPLETE
62272026-02-24T04:47:43.949Z[ recovery-image] Feb 24 04:47:43.031 INFO O| Feb 24 04:47:43.031 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-02-24T04:47:43.959Z[ recovery-image] Feb 24 04:47:43.044 INFO O| Feb 24 04:47:43.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62292026-02-24T04:47:43.963Z[ recovery-image] Feb 24 04:47:43.044 INFO O| Feb 24 04:47:43.044 INFO STEP 478 (remove_files) COMPLETE
62302026-02-24T04:47:43.963Z[ recovery-image] Feb 24 04:47:43.044 INFO O| Feb 24 04:47:43.044 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-02-24T04:47:43.974Z[ recovery-image] Feb 24 04:47:43.058 INFO O| Feb 24 04:47:43.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62322026-02-24T04:47:43.975Z[ recovery-image] Feb 24 04:47:43.058 INFO O| Feb 24 04:47:43.058 INFO STEP 479 (remove_files) COMPLETE
62332026-02-24T04:47:43.975Z[ recovery-image] Feb 24 04:47:43.058 INFO O| Feb 24 04:47:43.058 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-02-24T04:47:43.986Z[ recovery-image] Feb 24 04:47:43.071 INFO O| Feb 24 04:47:43.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62352026-02-24T04:47:43.991Z[ recovery-image] Feb 24 04:47:43.071 INFO O| Feb 24 04:47:43.071 INFO STEP 480 (remove_files) COMPLETE
62362026-02-24T04:47:43.991Z[ recovery-image] Feb 24 04:47:43.071 INFO O| Feb 24 04:47:43.071 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-02-24T04:47:44.001Z[ recovery-image] Feb 24 04:47:43.085 INFO O| Feb 24 04:47:43.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62382026-02-24T04:47:44.001Z[ recovery-image] Feb 24 04:47:43.085 INFO O| Feb 24 04:47:43.085 INFO STEP 481 (remove_files) COMPLETE
62392026-02-24T04:47:44.001Z[ recovery-image] Feb 24 04:47:43.085 INFO O| Feb 24 04:47:43.085 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-02-24T04:47:44.015Z[ recovery-image] Feb 24 04:47:43.098 INFO O| Feb 24 04:47:43.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62412026-02-24T04:47:44.015Z[ recovery-image] Feb 24 04:47:43.098 INFO O| Feb 24 04:47:43.098 INFO STEP 482 (remove_files) COMPLETE
62422026-02-24T04:47:44.015Z[ recovery-image] Feb 24 04:47:43.098 INFO O| Feb 24 04:47:43.098 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-02-24T04:47:44.032Z[ recovery-image] Feb 24 04:47:43.116 INFO O| Feb 24 04:47:43.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62442026-02-24T04:47:44.032Z[ recovery-image] Feb 24 04:47:43.117 INFO O| Feb 24 04:47:43.117 INFO STEP 483 (remove_files) COMPLETE
62452026-02-24T04:47:44.035Z[ recovery-image] Feb 24 04:47:43.117 INFO O| Feb 24 04:47:43.117 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-02-24T04:47:44.046Z[ recovery-image] Feb 24 04:47:43.130 INFO O| Feb 24 04:47:43.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62472026-02-24T04:47:44.046Z[ recovery-image] Feb 24 04:47:43.131 INFO O| Feb 24 04:47:43.130 INFO STEP 484 (remove_files) COMPLETE
62482026-02-24T04:47:44.049Z[ recovery-image] Feb 24 04:47:43.131 INFO O| Feb 24 04:47:43.130 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-02-24T04:47:44.059Z[ recovery-image] Feb 24 04:47:43.143 INFO O| Feb 24 04:47:43.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62502026-02-24T04:47:44.062Z[ recovery-image] Feb 24 04:47:43.144 INFO O| Feb 24 04:47:43.144 INFO STEP 485 (remove_files) COMPLETE
62512026-02-24T04:47:44.062Z[ recovery-image] Feb 24 04:47:43.144 INFO O| Feb 24 04:47:43.144 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-02-24T04:47:44.071Z[ recovery-image] Feb 24 04:47:43.156 INFO O| Feb 24 04:47:43.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62532026-02-24T04:47:44.071Z[ recovery-image] Feb 24 04:47:43.156 INFO O| Feb 24 04:47:43.156 INFO STEP 486 (remove_files) COMPLETE
62542026-02-24T04:47:44.071Z[ recovery-image] Feb 24 04:47:43.156 INFO O| Feb 24 04:47:43.156 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-02-24T04:47:44.084Z[ recovery-image] Feb 24 04:47:43.169 INFO O| Feb 24 04:47:43.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62562026-02-24T04:47:44.084Z[ recovery-image] Feb 24 04:47:43.169 INFO O| Feb 24 04:47:43.169 INFO STEP 487 (remove_files) COMPLETE
62572026-02-24T04:47:44.088Z[ recovery-image] Feb 24 04:47:43.169 INFO O| Feb 24 04:47:43.169 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-02-24T04:47:44.097Z[ recovery-image] Feb 24 04:47:43.181 INFO O| Feb 24 04:47:43.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62592026-02-24T04:47:44.097Z[ recovery-image] Feb 24 04:47:43.181 INFO O| Feb 24 04:47:43.181 INFO STEP 488 (remove_files) COMPLETE
62602026-02-24T04:47:44.097Z[ recovery-image] Feb 24 04:47:43.182 INFO O| Feb 24 04:47:43.181 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-02-24T04:47:44.110Z[ recovery-image] Feb 24 04:47:43.194 INFO O| Feb 24 04:47:43.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62622026-02-24T04:47:44.114Z[ recovery-image] Feb 24 04:47:43.194 INFO O| Feb 24 04:47:43.194 INFO STEP 489 (remove_files) COMPLETE
62632026-02-24T04:47:44.114Z[ recovery-image] Feb 24 04:47:43.194 INFO O| Feb 24 04:47:43.194 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-02-24T04:47:44.122Z[ recovery-image] Feb 24 04:47:43.207 INFO O| Feb 24 04:47:43.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62652026-02-24T04:47:44.122Z[ recovery-image] Feb 24 04:47:43.207 INFO O| Feb 24 04:47:43.207 INFO STEP 490 (remove_files) COMPLETE
62662026-02-24T04:47:44.125Z[ recovery-image] Feb 24 04:47:43.207 INFO O| Feb 24 04:47:43.207 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-02-24T04:47:44.135Z[ recovery-image] Feb 24 04:47:43.219 INFO O| Feb 24 04:47:43.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62682026-02-24T04:47:44.135Z[ recovery-image] Feb 24 04:47:43.219 INFO O| Feb 24 04:47:43.219 INFO STEP 491 (remove_files) COMPLETE
62692026-02-24T04:47:44.135Z[ recovery-image] Feb 24 04:47:43.219 INFO O| Feb 24 04:47:43.219 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-02-24T04:47:44.147Z[ recovery-image] Feb 24 04:47:43.231 INFO O| Feb 24 04:47:43.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62712026-02-24T04:47:44.147Z[ recovery-image] Feb 24 04:47:43.231 INFO O| Feb 24 04:47:43.231 INFO STEP 492 (remove_files) COMPLETE
62722026-02-24T04:47:44.150Z[ recovery-image] Feb 24 04:47:43.231 INFO O| Feb 24 04:47:43.231 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-02-24T04:47:44.158Z[ recovery-image] Feb 24 04:47:43.243 INFO O| Feb 24 04:47:43.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62742026-02-24T04:47:44.158Z[ recovery-image] Feb 24 04:47:43.243 INFO O| Feb 24 04:47:43.243 INFO STEP 493 (remove_files) COMPLETE
62752026-02-24T04:47:44.159Z[ recovery-image] Feb 24 04:47:43.243 INFO O| Feb 24 04:47:43.243 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-02-24T04:47:44.171Z[ recovery-image] Feb 24 04:47:43.256 INFO O| Feb 24 04:47:43.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62772026-02-24T04:47:44.171Z[ recovery-image] Feb 24 04:47:43.256 INFO O| Feb 24 04:47:43.256 INFO STEP 494 (remove_files) COMPLETE
62782026-02-24T04:47:44.171Z[ recovery-image] Feb 24 04:47:43.256 INFO O| Feb 24 04:47:43.256 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-02-24T04:47:44.183Z[ recovery-image] Feb 24 04:47:43.268 INFO O| Feb 24 04:47:43.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62802026-02-24T04:47:44.184Z[ recovery-image] Feb 24 04:47:43.268 INFO O| Feb 24 04:47:43.268 INFO STEP 495 (remove_files) COMPLETE
62812026-02-24T04:47:44.184Z[ recovery-image] Feb 24 04:47:43.268 INFO O| Feb 24 04:47:43.268 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-02-24T04:47:44.197Z[ recovery-image] Feb 24 04:47:43.280 INFO O| Feb 24 04:47:43.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62832026-02-24T04:47:44.200Z[ recovery-image] Feb 24 04:47:43.281 INFO O| Feb 24 04:47:43.281 INFO STEP 496 (remove_files) COMPLETE
62842026-02-24T04:47:44.200Z[ recovery-image] Feb 24 04:47:43.281 INFO O| Feb 24 04:47:43.281 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-02-24T04:47:44.209Z[ recovery-image] Feb 24 04:47:43.293 INFO O| Feb 24 04:47:43.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62862026-02-24T04:47:44.209Z[ recovery-image] Feb 24 04:47:43.293 INFO O| Feb 24 04:47:43.293 INFO STEP 497 (remove_files) COMPLETE
62872026-02-24T04:47:44.213Z[ recovery-image] Feb 24 04:47:43.293 INFO O| Feb 24 04:47:43.293 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-02-24T04:47:44.221Z[ recovery-image] Feb 24 04:47:43.306 INFO O| Feb 24 04:47:43.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62892026-02-24T04:47:44.224Z[ recovery-image] Feb 24 04:47:43.306 INFO O| Feb 24 04:47:43.306 INFO STEP 498 (remove_files) COMPLETE
62902026-02-24T04:47:44.224Z[ recovery-image] Feb 24 04:47:43.306 INFO O| Feb 24 04:47:43.306 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-02-24T04:47:44.233Z[ recovery-image] Feb 24 04:47:43.318 INFO O| Feb 24 04:47:43.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62922026-02-24T04:47:44.233Z[ recovery-image] Feb 24 04:47:43.318 INFO O| Feb 24 04:47:43.318 INFO STEP 499 (remove_files) COMPLETE
62932026-02-24T04:47:44.236Z[ recovery-image] Feb 24 04:47:43.318 INFO O| Feb 24 04:47:43.318 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-02-24T04:47:44.246Z[ recovery-image] Feb 24 04:47:43.330 INFO O| Feb 24 04:47:43.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62952026-02-24T04:47:44.251Z[ recovery-image] Feb 24 04:47:43.331 INFO O| Feb 24 04:47:43.331 INFO STEP 500 (remove_files) COMPLETE
62962026-02-24T04:47:44.251Z[ recovery-image] Feb 24 04:47:43.331 INFO O| Feb 24 04:47:43.331 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-02-24T04:47:44.263Z[ recovery-image] Feb 24 04:47:43.344 INFO O| Feb 24 04:47:43.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
62982026-02-24T04:47:44.264Z[ recovery-image] Feb 24 04:47:43.344 INFO O| Feb 24 04:47:43.344 INFO STEP 501 (remove_files) COMPLETE
62992026-02-24T04:47:44.264Z[ recovery-image] Feb 24 04:47:43.344 INFO O| Feb 24 04:47:43.344 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-02-24T04:47:44.272Z[ recovery-image] Feb 24 04:47:43.357 INFO O| Feb 24 04:47:43.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63012026-02-24T04:47:44.272Z[ recovery-image] Feb 24 04:47:43.357 INFO O| Feb 24 04:47:43.357 INFO STEP 502 (remove_files) COMPLETE
63022026-02-24T04:47:44.272Z[ recovery-image] Feb 24 04:47:43.357 INFO O| Feb 24 04:47:43.357 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-02-24T04:47:44.285Z[ recovery-image] Feb 24 04:47:43.370 INFO O| Feb 24 04:47:43.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63042026-02-24T04:47:44.285Z[ recovery-image] Feb 24 04:47:43.370 INFO O| Feb 24 04:47:43.370 INFO STEP 503 (remove_files) COMPLETE
63052026-02-24T04:47:44.285Z[ recovery-image] Feb 24 04:47:43.370 INFO O| Feb 24 04:47:43.370 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.383 INFO O| Feb 24 04:47:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63072026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.383 INFO O| Feb 24 04:47:43.383 INFO STEP 504 (remove_files) COMPLETE
63082026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.383 INFO O| Feb 24 04:47:43.383 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.394 INFO O| Feb 24 04:47:43.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63102026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.395 INFO O| Feb 24 04:47:43.395 INFO STEP 505 (remove_files) COMPLETE
63112026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.395 INFO O| Feb 24 04:47:43.395 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.407 INFO O| Feb 24 04:47:43.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63132026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.408 INFO O| Feb 24 04:47:43.407 INFO STEP 506 (remove_files) COMPLETE
63142026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.408 INFO O| Feb 24 04:47:43.408 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.420 INFO O| Feb 24 04:47:43.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63162026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.420 INFO O| Feb 24 04:47:43.420 INFO STEP 507 (remove_files) COMPLETE
63172026-02-24T04:47:44.342Z[ recovery-image] Feb 24 04:47:43.420 INFO O| Feb 24 04:47:43.420 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-02-24T04:47:44.348Z[ recovery-image] Feb 24 04:47:43.433 INFO O| Feb 24 04:47:43.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63192026-02-24T04:47:44.348Z[ recovery-image] Feb 24 04:47:43.433 INFO O| Feb 24 04:47:43.433 INFO STEP 508 (remove_files) COMPLETE
63202026-02-24T04:47:44.352Z[ recovery-image] Feb 24 04:47:43.433 INFO O| Feb 24 04:47:43.433 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-02-24T04:47:44.362Z[ recovery-image] Feb 24 04:47:43.446 INFO O| Feb 24 04:47:43.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63222026-02-24T04:47:44.362Z[ recovery-image] Feb 24 04:47:43.446 INFO O| Feb 24 04:47:43.446 INFO STEP 509 (remove_files) COMPLETE
63232026-02-24T04:47:44.362Z[ recovery-image] Feb 24 04:47:43.446 INFO O| Feb 24 04:47:43.446 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-02-24T04:47:44.375Z[ recovery-image] Feb 24 04:47:43.459 INFO O| Feb 24 04:47:43.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63252026-02-24T04:47:44.375Z[ recovery-image] Feb 24 04:47:43.459 INFO O| Feb 24 04:47:43.459 INFO STEP 510 (remove_files) COMPLETE
63262026-02-24T04:47:44.378Z[ recovery-image] Feb 24 04:47:43.459 INFO O| Feb 24 04:47:43.459 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-02-24T04:47:44.387Z[ recovery-image] Feb 24 04:47:43.472 INFO O| Feb 24 04:47:43.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63282026-02-24T04:47:44.391Z[ recovery-image] Feb 24 04:47:43.472 INFO O| Feb 24 04:47:43.472 INFO STEP 511 (remove_files) COMPLETE
63292026-02-24T04:47:44.391Z[ recovery-image] Feb 24 04:47:43.472 INFO O| Feb 24 04:47:43.472 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-02-24T04:47:44.400Z[ recovery-image] Feb 24 04:47:43.485 INFO O| Feb 24 04:47:43.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63312026-02-24T04:47:44.400Z[ recovery-image] Feb 24 04:47:43.485 INFO O| Feb 24 04:47:43.485 INFO STEP 512 (remove_files) COMPLETE
63322026-02-24T04:47:44.403Z[ recovery-image] Feb 24 04:47:43.485 INFO O| Feb 24 04:47:43.485 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-02-24T04:47:44.412Z[ recovery-image] Feb 24 04:47:43.497 INFO O| Feb 24 04:47:43.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63342026-02-24T04:47:44.415Z[ recovery-image] Feb 24 04:47:43.497 INFO O| Feb 24 04:47:43.497 INFO STEP 513 (remove_files) COMPLETE
63352026-02-24T04:47:44.415Z[ recovery-image] Feb 24 04:47:43.497 INFO O| Feb 24 04:47:43.497 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362026-02-24T04:47:44.426Z[ recovery-image] Feb 24 04:47:43.510 INFO O| Feb 24 04:47:43.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63372026-02-24T04:47:44.429Z[ recovery-image] Feb 24 04:47:43.511 INFO O| Feb 24 04:47:43.510 INFO STEP 514 (remove_files) COMPLETE
63382026-02-24T04:47:44.429Z[ recovery-image] Feb 24 04:47:43.511 INFO O| Feb 24 04:47:43.511 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392026-02-24T04:47:44.439Z[ recovery-image] Feb 24 04:47:43.523 INFO O| Feb 24 04:47:43.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63402026-02-24T04:47:44.439Z[ recovery-image] Feb 24 04:47:43.524 INFO O| Feb 24 04:47:43.524 INFO STEP 515 (remove_files) COMPLETE
63412026-02-24T04:47:44.442Z[ recovery-image] Feb 24 04:47:43.524 INFO O| Feb 24 04:47:43.524 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422026-02-24T04:47:44.452Z[ recovery-image] Feb 24 04:47:43.537 INFO O| Feb 24 04:47:43.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63432026-02-24T04:47:44.453Z[ recovery-image] Feb 24 04:47:43.537 INFO O| Feb 24 04:47:43.537 INFO STEP 516 (remove_files) COMPLETE
63442026-02-24T04:47:44.456Z[ recovery-image] Feb 24 04:47:43.537 INFO O| Feb 24 04:47:43.537 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452026-02-24T04:47:44.466Z[ recovery-image] Feb 24 04:47:43.551 INFO O| Feb 24 04:47:43.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63462026-02-24T04:47:44.466Z[ recovery-image] Feb 24 04:47:43.551 INFO O| Feb 24 04:47:43.551 INFO STEP 517 (remove_files) COMPLETE
63472026-02-24T04:47:44.469Z[ recovery-image] Feb 24 04:47:43.551 INFO O| Feb 24 04:47:43.551 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482026-02-24T04:47:44.480Z[ recovery-image] Feb 24 04:47:43.564 INFO O| Feb 24 04:47:43.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63492026-02-24T04:47:44.480Z[ recovery-image] Feb 24 04:47:43.564 INFO O| Feb 24 04:47:43.564 INFO STEP 518 (remove_files) COMPLETE
63502026-02-24T04:47:44.483Z[ recovery-image] Feb 24 04:47:43.564 INFO O| Feb 24 04:47:43.564 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512026-02-24T04:47:44.494Z[ recovery-image] Feb 24 04:47:43.578 INFO O| Feb 24 04:47:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63522026-02-24T04:47:44.494Z[ recovery-image] Feb 24 04:47:43.578 INFO O| Feb 24 04:47:43.578 INFO STEP 519 (remove_files) COMPLETE
63532026-02-24T04:47:44.500Z[ recovery-image] Feb 24 04:47:43.578 INFO O| Feb 24 04:47:43.578 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542026-02-24T04:47:44.509Z[ recovery-image] Feb 24 04:47:43.593 INFO O| Feb 24 04:47:43.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63552026-02-24T04:47:44.509Z[ recovery-image] Feb 24 04:47:43.593 INFO O| Feb 24 04:47:43.593 INFO STEP 520 (remove_files) COMPLETE
63562026-02-24T04:47:44.509Z[ recovery-image] Feb 24 04:47:43.593 INFO O| Feb 24 04:47:43.593 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572026-02-24T04:47:44.520Z[ recovery-image] Feb 24 04:47:43.605 INFO O| Feb 24 04:47:43.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63582026-02-24T04:47:44.524Z[ recovery-image] Feb 24 04:47:43.605 INFO O| Feb 24 04:47:43.605 INFO STEP 521 (remove_files) COMPLETE
63592026-02-24T04:47:44.524Z[ recovery-image] Feb 24 04:47:43.605 INFO O| Feb 24 04:47:43.605 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602026-02-24T04:47:44.533Z[ recovery-image] Feb 24 04:47:43.618 INFO O| Feb 24 04:47:43.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63612026-02-24T04:47:44.533Z[ recovery-image] Feb 24 04:47:43.618 INFO O| Feb 24 04:47:43.618 INFO STEP 522 (remove_files) COMPLETE
63622026-02-24T04:47:44.533Z[ recovery-image] Feb 24 04:47:43.618 INFO O| Feb 24 04:47:43.618 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632026-02-24T04:47:44.545Z[ recovery-image] Feb 24 04:47:43.630 INFO O| Feb 24 04:47:43.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63642026-02-24T04:47:44.545Z[ recovery-image] Feb 24 04:47:43.630 INFO O| Feb 24 04:47:43.630 INFO STEP 523 (remove_files) COMPLETE
63652026-02-24T04:47:44.545Z[ recovery-image] Feb 24 04:47:43.630 INFO O| Feb 24 04:47:43.630 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662026-02-24T04:47:44.557Z[ recovery-image] Feb 24 04:47:43.641 INFO O| Feb 24 04:47:43.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63672026-02-24T04:47:44.557Z[ recovery-image] Feb 24 04:47:43.642 INFO O| Feb 24 04:47:43.641 INFO STEP 524 (remove_files) COMPLETE
63682026-02-24T04:47:44.557Z[ recovery-image] Feb 24 04:47:43.642 INFO O| Feb 24 04:47:43.642 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692026-02-24T04:47:44.570Z[ recovery-image] Feb 24 04:47:43.655 INFO O| Feb 24 04:47:43.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63702026-02-24T04:47:44.570Z[ recovery-image] Feb 24 04:47:43.655 INFO O| Feb 24 04:47:43.655 INFO STEP 525 (remove_files) COMPLETE
63712026-02-24T04:47:44.571Z[ recovery-image] Feb 24 04:47:43.655 INFO O| Feb 24 04:47:43.655 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722026-02-24T04:47:44.583Z[ recovery-image] Feb 24 04:47:43.668 INFO O| Feb 24 04:47:43.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63732026-02-24T04:47:44.583Z[ recovery-image] Feb 24 04:47:43.668 INFO O| Feb 24 04:47:43.668 INFO STEP 526 (remove_files) COMPLETE
63742026-02-24T04:47:44.586Z[ recovery-image] Feb 24 04:47:43.668 INFO O| Feb 24 04:47:43.668 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752026-02-24T04:47:44.597Z[ recovery-image] Feb 24 04:47:43.682 INFO O| Feb 24 04:47:43.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63762026-02-24T04:47:44.597Z[ recovery-image] Feb 24 04:47:43.682 INFO O| Feb 24 04:47:43.682 INFO STEP 527 (remove_files) COMPLETE
63772026-02-24T04:47:44.597Z[ recovery-image] Feb 24 04:47:43.682 INFO O| Feb 24 04:47:43.682 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782026-02-24T04:47:44.611Z[ recovery-image] Feb 24 04:47:43.696 INFO O| Feb 24 04:47:43.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63792026-02-24T04:47:44.611Z[ recovery-image] Feb 24 04:47:43.696 INFO O| Feb 24 04:47:43.696 INFO STEP 528 (remove_files) COMPLETE
63802026-02-24T04:47:44.614Z[ recovery-image] Feb 24 04:47:43.696 INFO O| Feb 24 04:47:43.696 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812026-02-24T04:47:44.625Z[ recovery-image] Feb 24 04:47:43.710 INFO O| Feb 24 04:47:43.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63822026-02-24T04:47:44.625Z[ recovery-image] Feb 24 04:47:43.710 INFO O| Feb 24 04:47:43.710 INFO STEP 529 (remove_files) COMPLETE
63832026-02-24T04:47:44.630Z[ recovery-image] Feb 24 04:47:43.710 INFO O| Feb 24 04:47:43.710 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842026-02-24T04:47:44.638Z[ recovery-image] Feb 24 04:47:43.723 INFO O| Feb 24 04:47:43.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63852026-02-24T04:47:44.642Z[ recovery-image] Feb 24 04:47:43.724 INFO O| Feb 24 04:47:43.724 INFO STEP 530 (remove_files) COMPLETE
63862026-02-24T04:47:44.642Z[ recovery-image] Feb 24 04:47:43.724 INFO O| Feb 24 04:47:43.724 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872026-02-24T04:47:44.653Z[ recovery-image] Feb 24 04:47:43.738 INFO O| Feb 24 04:47:43.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
63882026-02-24T04:47:44.653Z[ recovery-image] Feb 24 04:47:43.738 INFO O| Feb 24 04:47:43.738 INFO STEP 531 (remove_files) COMPLETE
63892026-02-24T04:47:44.653Z[ recovery-image] Feb 24 04:47:43.738 INFO O| Feb 24 04:47:43.738 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902026-02-24T04:47:44.667Z[ recovery-image] Feb 24 04:47:43.751 INFO O| Feb 24 04:47:43.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
63912026-02-24T04:47:44.667Z[ recovery-image] Feb 24 04:47:43.751 INFO O| Feb 24 04:47:43.751 INFO STEP 532 (remove_files) COMPLETE
63922026-02-24T04:47:44.670Z[ recovery-image] Feb 24 04:47:43.751 INFO O| Feb 24 04:47:43.751 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932026-02-24T04:47:44.680Z[ recovery-image] Feb 24 04:47:43.765 INFO O| Feb 24 04:47:43.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
63942026-02-24T04:47:44.684Z[ recovery-image] Feb 24 04:47:43.766 INFO O| Feb 24 04:47:43.766 INFO STEP 533 (remove_files) COMPLETE
63952026-02-24T04:47:44.684Z[ recovery-image] Feb 24 04:47:43.766 INFO O| Feb 24 04:47:43.766 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962026-02-24T04:47:44.695Z[ recovery-image] Feb 24 04:47:43.779 INFO O| Feb 24 04:47:43.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
63972026-02-24T04:47:44.695Z[ recovery-image] Feb 24 04:47:43.779 INFO O| Feb 24 04:47:43.779 INFO STEP 534 (remove_files) COMPLETE
63982026-02-24T04:47:44.695Z[ recovery-image] Feb 24 04:47:43.779 INFO O| Feb 24 04:47:43.779 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992026-02-24T04:47:44.708Z[ recovery-image] Feb 24 04:47:43.793 INFO O| Feb 24 04:47:43.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64002026-02-24T04:47:44.708Z[ recovery-image] Feb 24 04:47:43.793 INFO O| Feb 24 04:47:43.793 INFO STEP 535 (remove_files) COMPLETE
64012026-02-24T04:47:44.708Z[ recovery-image] Feb 24 04:47:43.793 INFO O| Feb 24 04:47:43.793 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022026-02-24T04:47:44.722Z[ recovery-image] Feb 24 04:47:43.806 INFO O| Feb 24 04:47:43.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64032026-02-24T04:47:44.722Z[ recovery-image] Feb 24 04:47:43.806 INFO O| Feb 24 04:47:43.806 INFO STEP 536 (remove_files) COMPLETE
64042026-02-24T04:47:44.722Z[ recovery-image] Feb 24 04:47:43.806 INFO O| Feb 24 04:47:43.806 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052026-02-24T04:47:44.735Z[ recovery-image] Feb 24 04:47:43.819 INFO O| Feb 24 04:47:43.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64062026-02-24T04:47:44.735Z[ recovery-image] Feb 24 04:47:43.820 INFO O| Feb 24 04:47:43.819 INFO STEP 537 (remove_files) COMPLETE
64072026-02-24T04:47:44.738Z[ recovery-image] Feb 24 04:47:43.820 INFO O| Feb 24 04:47:43.820 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082026-02-24T04:47:44.749Z[ recovery-image] Feb 24 04:47:43.833 INFO O| Feb 24 04:47:43.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64092026-02-24T04:47:44.750Z[ recovery-image] Feb 24 04:47:43.833 INFO O| Feb 24 04:47:43.833 INFO STEP 538 (remove_files) COMPLETE
64102026-02-24T04:47:44.750Z[ recovery-image] Feb 24 04:47:43.833 INFO O| Feb 24 04:47:43.833 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112026-02-24T04:47:44.762Z[ recovery-image] Feb 24 04:47:43.847 INFO O| Feb 24 04:47:43.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64122026-02-24T04:47:44.762Z[ recovery-image] Feb 24 04:47:43.847 INFO O| Feb 24 04:47:43.847 INFO STEP 539 (remove_files) COMPLETE
64132026-02-24T04:47:44.766Z[ recovery-image] Feb 24 04:47:43.847 INFO O| Feb 24 04:47:43.847 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142026-02-24T04:47:44.776Z[ recovery-image] Feb 24 04:47:43.860 INFO O| Feb 24 04:47:43.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64152026-02-24T04:47:44.776Z[ recovery-image] Feb 24 04:47:43.860 INFO O| Feb 24 04:47:43.860 INFO STEP 540 (remove_files) COMPLETE
64162026-02-24T04:47:44.776Z[ recovery-image] Feb 24 04:47:43.860 INFO O| Feb 24 04:47:43.860 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172026-02-24T04:47:44.789Z[ recovery-image] Feb 24 04:47:43.874 INFO O| Feb 24 04:47:43.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64182026-02-24T04:47:44.789Z[ recovery-image] Feb 24 04:47:43.874 INFO O| Feb 24 04:47:43.874 INFO STEP 541 (remove_files) COMPLETE
64192026-02-24T04:47:44.789Z[ recovery-image] Feb 24 04:47:43.874 INFO O| Feb 24 04:47:43.874 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202026-02-24T04:47:44.804Z[ recovery-image] Feb 24 04:47:43.887 INFO O| Feb 24 04:47:43.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64212026-02-24T04:47:44.804Z[ recovery-image] Feb 24 04:47:43.887 INFO O| Feb 24 04:47:43.887 INFO STEP 542 (remove_files) COMPLETE
64222026-02-24T04:47:44.807Z[ recovery-image] Feb 24 04:47:43.887 INFO O| Feb 24 04:47:43.887 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232026-02-24T04:47:44.816Z[ recovery-image] Feb 24 04:47:43.900 INFO O| Feb 24 04:47:43.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64242026-02-24T04:47:44.816Z[ recovery-image] Feb 24 04:47:43.901 INFO O| Feb 24 04:47:43.901 INFO STEP 543 (remove_files) COMPLETE
64252026-02-24T04:47:44.816Z[ recovery-image] Feb 24 04:47:43.901 INFO O| Feb 24 04:47:43.901 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262026-02-24T04:47:44.829Z[ recovery-image] Feb 24 04:47:43.913 INFO O| Feb 24 04:47:43.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64272026-02-24T04:47:44.829Z[ recovery-image] Feb 24 04:47:43.913 INFO O| Feb 24 04:47:43.913 INFO STEP 544 (remove_files) COMPLETE
64282026-02-24T04:47:44.832Z[ recovery-image] Feb 24 04:47:43.913 INFO O| Feb 24 04:47:43.913 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292026-02-24T04:47:44.842Z[ recovery-image] Feb 24 04:47:43.927 INFO O| Feb 24 04:47:43.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64302026-02-24T04:47:44.842Z[ recovery-image] Feb 24 04:47:43.927 INFO O| Feb 24 04:47:43.927 INFO STEP 545 (remove_files) COMPLETE
64312026-02-24T04:47:44.842Z[ recovery-image] Feb 24 04:47:43.927 INFO O| Feb 24 04:47:43.927 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322026-02-24T04:47:44.857Z[ recovery-image] Feb 24 04:47:43.941 INFO O| Feb 24 04:47:43.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64332026-02-24T04:47:44.857Z[ recovery-image] Feb 24 04:47:43.941 INFO O| Feb 24 04:47:43.941 INFO STEP 546 (remove_files) COMPLETE
64342026-02-24T04:47:44.857Z[ recovery-image] Feb 24 04:47:43.941 INFO O| Feb 24 04:47:43.941 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352026-02-24T04:47:44.872Z[ recovery-image] Feb 24 04:47:43.956 INFO O| Feb 24 04:47:43.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64362026-02-24T04:47:44.872Z[ recovery-image] Feb 24 04:47:43.956 INFO O| Feb 24 04:47:43.956 INFO STEP 547 (remove_files) COMPLETE
64372026-02-24T04:47:44.877Z[ recovery-image] Feb 24 04:47:43.956 INFO O| Feb 24 04:47:43.956 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382026-02-24T04:47:44.885Z[ recovery-image] Feb 24 04:47:43.970 INFO O| Feb 24 04:47:43.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64392026-02-24T04:47:44.885Z[ recovery-image] Feb 24 04:47:43.970 INFO O| Feb 24 04:47:43.970 INFO STEP 548 (remove_files) COMPLETE
64402026-02-24T04:47:44.885Z[ recovery-image] Feb 24 04:47:43.970 INFO O| Feb 24 04:47:43.970 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412026-02-24T04:47:44.899Z[ recovery-image] Feb 24 04:47:43.984 INFO O| Feb 24 04:47:43.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64422026-02-24T04:47:44.899Z[ recovery-image] Feb 24 04:47:43.984 INFO O| Feb 24 04:47:43.984 INFO STEP 549 (remove_files) COMPLETE
64432026-02-24T04:47:44.902Z[ recovery-image] Feb 24 04:47:43.984 INFO O| Feb 24 04:47:43.984 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442026-02-24T04:47:44.912Z[ recovery-image] Feb 24 04:47:43.997 INFO O| Feb 24 04:47:43.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64452026-02-24T04:47:44.912Z[ recovery-image] Feb 24 04:47:43.997 INFO O| Feb 24 04:47:43.997 INFO STEP 550 (remove_files) COMPLETE
64462026-02-24T04:47:44.912Z[ recovery-image] Feb 24 04:47:43.997 INFO O| Feb 24 04:47:43.997 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472026-02-24T04:47:44.927Z[ recovery-image] Feb 24 04:47:44.012 INFO O| Feb 24 04:47:44.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64482026-02-24T04:47:44.928Z[ recovery-image] Feb 24 04:47:44.012 INFO O| Feb 24 04:47:44.012 INFO STEP 551 (remove_files) COMPLETE
64492026-02-24T04:47:44.931Z[ recovery-image] Feb 24 04:47:44.012 INFO O| Feb 24 04:47:44.012 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502026-02-24T04:47:44.941Z[ recovery-image] Feb 24 04:47:44.026 INFO O| Feb 24 04:47:44.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64512026-02-24T04:47:44.941Z[ recovery-image] Feb 24 04:47:44.026 INFO O| Feb 24 04:47:44.026 INFO STEP 552 (remove_files) COMPLETE
64522026-02-24T04:47:44.944Z[ recovery-image] Feb 24 04:47:44.026 INFO O| Feb 24 04:47:44.026 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532026-02-24T04:47:44.955Z[ recovery-image] Feb 24 04:47:44.039 INFO O| Feb 24 04:47:44.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64542026-02-24T04:47:44.955Z[ recovery-image] Feb 24 04:47:44.039 INFO O| Feb 24 04:47:44.039 INFO STEP 553 (remove_files) COMPLETE
64552026-02-24T04:47:44.955Z[ recovery-image] Feb 24 04:47:44.039 INFO O| Feb 24 04:47:44.039 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562026-02-24T04:47:44.968Z[ recovery-image] Feb 24 04:47:44.053 INFO O| Feb 24 04:47:44.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64572026-02-24T04:47:44.971Z[ recovery-image] Feb 24 04:47:44.053 INFO O| Feb 24 04:47:44.053 INFO STEP 554 (remove_files) COMPLETE
64582026-02-24T04:47:44.971Z[ recovery-image] Feb 24 04:47:44.053 INFO O| Feb 24 04:47:44.053 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592026-02-24T04:47:44.981Z[ recovery-image] Feb 24 04:47:44.066 INFO O| Feb 24 04:47:44.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64602026-02-24T04:47:44.982Z[ recovery-image] Feb 24 04:47:44.066 INFO O| Feb 24 04:47:44.066 INFO STEP 555 (remove_files) COMPLETE
64612026-02-24T04:47:44.985Z[ recovery-image] Feb 24 04:47:44.066 INFO O| Feb 24 04:47:44.066 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622026-02-24T04:47:44.995Z[ recovery-image] Feb 24 04:47:44.079 INFO O| Feb 24 04:47:44.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64632026-02-24T04:47:44.995Z[ recovery-image] Feb 24 04:47:44.079 INFO O| Feb 24 04:47:44.079 INFO STEP 556 (remove_files) COMPLETE
64642026-02-24T04:47:45.001Z[ recovery-image] Feb 24 04:47:44.079 INFO O| Feb 24 04:47:44.079 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652026-02-24T04:47:45.008Z[ recovery-image] Feb 24 04:47:44.093 INFO O| Feb 24 04:47:44.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64662026-02-24T04:47:45.012Z[ recovery-image] Feb 24 04:47:44.093 INFO O| Feb 24 04:47:44.093 INFO STEP 557 (remove_files) COMPLETE
64672026-02-24T04:47:45.012Z[ recovery-image] Feb 24 04:47:44.093 INFO O| Feb 24 04:47:44.093 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682026-02-24T04:47:45.021Z[ recovery-image] Feb 24 04:47:44.105 INFO O| Feb 24 04:47:44.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64692026-02-24T04:47:45.024Z[ recovery-image] Feb 24 04:47:44.106 INFO O| Feb 24 04:47:44.106 INFO STEP 558 (remove_files) COMPLETE
64702026-02-24T04:47:45.024Z[ recovery-image] Feb 24 04:47:44.106 INFO O| Feb 24 04:47:44.106 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712026-02-24T04:47:45.039Z[ recovery-image] Feb 24 04:47:44.124 INFO O| Feb 24 04:47:44.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64722026-02-24T04:47:45.040Z[ recovery-image] Feb 24 04:47:44.124 INFO O| Feb 24 04:47:44.124 INFO STEP 559 (remove_files) COMPLETE
64732026-02-24T04:47:45.043Z[ recovery-image] Feb 24 04:47:44.124 INFO O| Feb 24 04:47:44.124 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742026-02-24T04:47:45.052Z[ recovery-image] Feb 24 04:47:44.137 INFO O| Feb 24 04:47:44.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64752026-02-24T04:47:45.052Z[ recovery-image] Feb 24 04:47:44.137 INFO O| Feb 24 04:47:44.137 INFO STEP 560 (remove_files) COMPLETE
64762026-02-24T04:47:45.052Z[ recovery-image] Feb 24 04:47:44.137 INFO O| Feb 24 04:47:44.137 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772026-02-24T04:47:45.065Z[ recovery-image] Feb 24 04:47:44.150 INFO O| Feb 24 04:47:44.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64782026-02-24T04:47:45.065Z[ recovery-image] Feb 24 04:47:44.150 INFO O| Feb 24 04:47:44.150 INFO STEP 561 (remove_files) COMPLETE
64792026-02-24T04:47:45.069Z[ recovery-image] Feb 24 04:47:44.150 INFO O| Feb 24 04:47:44.150 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802026-02-24T04:47:45.079Z[ recovery-image] Feb 24 04:47:44.163 INFO O| Feb 24 04:47:44.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64812026-02-24T04:47:45.079Z[ recovery-image] Feb 24 04:47:44.163 INFO O| Feb 24 04:47:44.163 INFO STEP 562 (remove_files) COMPLETE
64822026-02-24T04:47:45.080Z[ recovery-image] Feb 24 04:47:44.163 INFO O| Feb 24 04:47:44.163 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832026-02-24T04:47:45.090Z[ recovery-image] Feb 24 04:47:44.175 INFO O| Feb 24 04:47:44.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64842026-02-24T04:47:45.090Z[ recovery-image] Feb 24 04:47:44.175 INFO O| Feb 24 04:47:44.175 INFO STEP 563 (remove_files) COMPLETE
64852026-02-24T04:47:45.093Z[ recovery-image] Feb 24 04:47:44.175 INFO O| Feb 24 04:47:44.175 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862026-02-24T04:47:45.103Z[ recovery-image] Feb 24 04:47:44.188 INFO O| Feb 24 04:47:44.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64872026-02-24T04:47:45.107Z[ recovery-image] Feb 24 04:47:44.188 INFO O| Feb 24 04:47:44.188 INFO STEP 564 (remove_files) COMPLETE
64882026-02-24T04:47:45.107Z[ recovery-image] Feb 24 04:47:44.188 INFO O| Feb 24 04:47:44.188 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892026-02-24T04:47:45.116Z[ recovery-image] Feb 24 04:47:44.201 INFO O| Feb 24 04:47:44.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64902026-02-24T04:47:45.116Z[ recovery-image] Feb 24 04:47:44.201 INFO O| Feb 24 04:47:44.201 INFO STEP 565 (remove_files) COMPLETE
64912026-02-24T04:47:45.120Z[ recovery-image] Feb 24 04:47:44.201 INFO O| Feb 24 04:47:44.201 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922026-02-24T04:47:45.129Z[ recovery-image] Feb 24 04:47:44.213 INFO O| Feb 24 04:47:44.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64932026-02-24T04:47:45.129Z[ recovery-image] Feb 24 04:47:44.214 INFO O| Feb 24 04:47:44.213 INFO STEP 566 (remove_files) COMPLETE
64942026-02-24T04:47:45.132Z[ recovery-image] Feb 24 04:47:44.214 INFO O| Feb 24 04:47:44.213 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952026-02-24T04:47:45.143Z[ recovery-image] Feb 24 04:47:44.226 INFO O| Feb 24 04:47:44.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64962026-02-24T04:47:45.143Z[ recovery-image] Feb 24 04:47:44.226 INFO O| Feb 24 04:47:44.226 INFO STEP 567 (remove_files) COMPLETE
64972026-02-24T04:47:45.146Z[ recovery-image] Feb 24 04:47:44.226 INFO O| Feb 24 04:47:44.226 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982026-02-24T04:47:45.154Z[ recovery-image] Feb 24 04:47:44.238 INFO O| Feb 24 04:47:44.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64992026-02-24T04:47:45.154Z[ recovery-image] Feb 24 04:47:44.239 INFO O| Feb 24 04:47:44.238 INFO STEP 568 (remove_files) COMPLETE
65002026-02-24T04:47:45.154Z[ recovery-image] Feb 24 04:47:44.239 INFO O| Feb 24 04:47:44.239 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012026-02-24T04:47:45.166Z[ recovery-image] Feb 24 04:47:44.251 INFO O| Feb 24 04:47:44.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65022026-02-24T04:47:45.191Z[ recovery-image] Feb 24 04:47:44.251 INFO O| Feb 24 04:47:44.251 INFO STEP 569 (remove_files) COMPLETE
65032026-02-24T04:47:45.191Z[ recovery-image] Feb 24 04:47:44.251 INFO O| Feb 24 04:47:44.251 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042026-02-24T04:47:45.200Z[ recovery-image] Feb 24 04:47:44.263 INFO O| Feb 24 04:47:44.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65052026-02-24T04:47:45.200Z[ recovery-image] Feb 24 04:47:44.263 INFO O| Feb 24 04:47:44.263 INFO STEP 570 (remove_files) COMPLETE
65062026-02-24T04:47:45.201Z[ recovery-image] Feb 24 04:47:44.263 INFO O| Feb 24 04:47:44.263 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072026-02-24T04:47:45.201Z[ recovery-image] Feb 24 04:47:44.276 INFO O| Feb 24 04:47:44.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65082026-02-24T04:47:45.201Z[ recovery-image] Feb 24 04:47:44.276 INFO O| Feb 24 04:47:44.276 INFO STEP 571 (remove_files) COMPLETE
65092026-02-24T04:47:45.201Z[ recovery-image] Feb 24 04:47:44.276 INFO O| Feb 24 04:47:44.276 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102026-02-24T04:47:45.205Z[ recovery-image] Feb 24 04:47:44.288 INFO O| Feb 24 04:47:44.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65112026-02-24T04:47:45.205Z[ recovery-image] Feb 24 04:47:44.288 INFO O| Feb 24 04:47:44.288 INFO STEP 572 (remove_files) COMPLETE
65122026-02-24T04:47:45.205Z[ recovery-image] Feb 24 04:47:44.288 INFO O| Feb 24 04:47:44.288 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132026-02-24T04:47:45.217Z[ recovery-image] Feb 24 04:47:44.299 INFO O| Feb 24 04:47:44.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65142026-02-24T04:47:45.217Z[ recovery-image] Feb 24 04:47:44.299 INFO O| Feb 24 04:47:44.299 INFO STEP 573 (remove_files) COMPLETE
65152026-02-24T04:47:45.217Z[ recovery-image] Feb 24 04:47:44.299 INFO O| Feb 24 04:47:44.299 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162026-02-24T04:47:45.227Z[ recovery-image] Feb 24 04:47:44.312 INFO O| Feb 24 04:47:44.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65172026-02-24T04:47:45.228Z[ recovery-image] Feb 24 04:47:44.312 INFO O| Feb 24 04:47:44.312 INFO STEP 574 (remove_files) COMPLETE
65182026-02-24T04:47:45.228Z[ recovery-image] Feb 24 04:47:44.312 INFO O| Feb 24 04:47:44.312 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192026-02-24T04:47:45.240Z[ recovery-image] Feb 24 04:47:44.324 INFO O| Feb 24 04:47:44.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65202026-02-24T04:47:45.240Z[ recovery-image] Feb 24 04:47:44.324 INFO O| Feb 24 04:47:44.324 INFO STEP 575 (remove_files) COMPLETE
65212026-02-24T04:47:45.240Z[ recovery-image] Feb 24 04:47:44.324 INFO O| Feb 24 04:47:44.324 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-02-24T04:47:45.253Z[ recovery-image] Feb 24 04:47:44.337 INFO O| Feb 24 04:47:44.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65232026-02-24T04:47:45.253Z[ recovery-image] Feb 24 04:47:44.337 INFO O| Feb 24 04:47:44.337 INFO STEP 576 (remove_files) COMPLETE
65242026-02-24T04:47:45.253Z[ recovery-image] Feb 24 04:47:44.337 INFO O| Feb 24 04:47:44.337 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-02-24T04:47:45.265Z[ recovery-image] Feb 24 04:47:44.350 INFO O| Feb 24 04:47:44.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65262026-02-24T04:47:45.265Z[ recovery-image] Feb 24 04:47:44.350 INFO O| Feb 24 04:47:44.350 INFO STEP 577 (remove_files) COMPLETE
65272026-02-24T04:47:45.268Z[ recovery-image] Feb 24 04:47:44.350 INFO O| Feb 24 04:47:44.350 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-02-24T04:47:45.278Z[ recovery-image] Feb 24 04:47:44.364 INFO O| Feb 24 04:47:44.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65292026-02-24T04:47:45.278Z[ recovery-image] Feb 24 04:47:44.364 INFO O| Feb 24 04:47:44.364 INFO STEP 578 (remove_files) COMPLETE
65302026-02-24T04:47:45.279Z[ recovery-image] Feb 24 04:47:44.364 INFO O| Feb 24 04:47:44.364 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-02-24T04:47:45.291Z[ recovery-image] Feb 24 04:47:44.376 INFO O| Feb 24 04:47:44.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65322026-02-24T04:47:45.294Z[ recovery-image] Feb 24 04:47:44.376 INFO O| Feb 24 04:47:44.376 INFO STEP 579 (remove_files) COMPLETE
65332026-02-24T04:47:45.294Z[ recovery-image] Feb 24 04:47:44.376 INFO O| Feb 24 04:47:44.376 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-02-24T04:47:45.303Z[ recovery-image] Feb 24 04:47:44.388 INFO O| Feb 24 04:47:44.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65352026-02-24T04:47:45.306Z[ recovery-image] Feb 24 04:47:44.389 INFO O| Feb 24 04:47:44.389 INFO STEP 580 (remove_files) COMPLETE
65362026-02-24T04:47:45.306Z[ recovery-image] Feb 24 04:47:44.389 INFO O| Feb 24 04:47:44.389 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-02-24T04:47:45.316Z[ recovery-image] Feb 24 04:47:44.401 INFO O| Feb 24 04:47:44.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65382026-02-24T04:47:45.319Z[ recovery-image] Feb 24 04:47:44.401 INFO O| Feb 24 04:47:44.401 INFO STEP 581 (remove_files) COMPLETE
65392026-02-24T04:47:45.319Z[ recovery-image] Feb 24 04:47:44.401 INFO O| Feb 24 04:47:44.401 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-02-24T04:47:45.329Z[ recovery-image] Feb 24 04:47:44.414 INFO O| Feb 24 04:47:44.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65412026-02-24T04:47:45.332Z[ recovery-image] Feb 24 04:47:44.415 INFO O| Feb 24 04:47:44.415 INFO STEP 582 (remove_files) COMPLETE
65422026-02-24T04:47:45.332Z[ recovery-image] Feb 24 04:47:44.415 INFO O| Feb 24 04:47:44.415 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-02-24T04:47:45.342Z[ recovery-image] Feb 24 04:47:44.427 INFO O| Feb 24 04:47:44.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65442026-02-24T04:47:45.342Z[ recovery-image] Feb 24 04:47:44.427 INFO O| Feb 24 04:47:44.427 INFO STEP 583 (remove_files) COMPLETE
65452026-02-24T04:47:45.342Z[ recovery-image] Feb 24 04:47:44.427 INFO O| Feb 24 04:47:44.427 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-02-24T04:47:45.355Z[ recovery-image] Feb 24 04:47:44.440 INFO O| Feb 24 04:47:44.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65472026-02-24T04:47:45.355Z[ recovery-image] Feb 24 04:47:44.440 INFO O| Feb 24 04:47:44.440 INFO STEP 584 (remove_files) COMPLETE
65482026-02-24T04:47:45.355Z[ recovery-image] Feb 24 04:47:44.440 INFO O| Feb 24 04:47:44.440 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-02-24T04:47:45.367Z[ recovery-image] Feb 24 04:47:44.452 INFO O| Feb 24 04:47:44.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65502026-02-24T04:47:45.367Z[ recovery-image] Feb 24 04:47:44.452 INFO O| Feb 24 04:47:44.452 INFO STEP 585 (remove_files) COMPLETE
65512026-02-24T04:47:45.370Z[ recovery-image] Feb 24 04:47:44.452 INFO O| Feb 24 04:47:44.452 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-02-24T04:47:45.379Z[ recovery-image] Feb 24 04:47:44.464 INFO O| Feb 24 04:47:44.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65532026-02-24T04:47:45.380Z[ recovery-image] Feb 24 04:47:44.465 INFO O| Feb 24 04:47:44.465 INFO STEP 586 (remove_files) COMPLETE
65542026-02-24T04:47:45.382Z[ recovery-image] Feb 24 04:47:44.465 INFO O| Feb 24 04:47:44.465 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-02-24T04:47:45.393Z[ recovery-image] Feb 24 04:47:44.477 INFO O| Feb 24 04:47:44.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65562026-02-24T04:47:45.393Z[ recovery-image] Feb 24 04:47:44.478 INFO O| Feb 24 04:47:44.478 INFO STEP 587 (remove_files) COMPLETE
65572026-02-24T04:47:45.393Z[ recovery-image] Feb 24 04:47:44.478 INFO O| Feb 24 04:47:44.478 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-02-24T04:47:45.406Z[ recovery-image] Feb 24 04:47:44.490 INFO O| Feb 24 04:47:44.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65592026-02-24T04:47:45.406Z[ recovery-image] Feb 24 04:47:44.491 INFO O| Feb 24 04:47:44.491 INFO STEP 588 (remove_files) COMPLETE
65602026-02-24T04:47:45.409Z[ recovery-image] Feb 24 04:47:44.491 INFO O| Feb 24 04:47:44.491 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612026-02-24T04:47:45.418Z[ recovery-image] Feb 24 04:47:44.503 INFO O| Feb 24 04:47:44.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65622026-02-24T04:47:45.418Z[ recovery-image] Feb 24 04:47:44.503 INFO O| Feb 24 04:47:44.503 INFO STEP 589 (remove_files) COMPLETE
65632026-02-24T04:47:45.421Z[ recovery-image] Feb 24 04:47:44.503 INFO O| Feb 24 04:47:44.503 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642026-02-24T04:47:45.431Z[ recovery-image] Feb 24 04:47:44.516 INFO O| Feb 24 04:47:44.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65652026-02-24T04:47:45.431Z[ recovery-image] Feb 24 04:47:44.516 INFO O| Feb 24 04:47:44.516 INFO STEP 590 (remove_files) COMPLETE
65662026-02-24T04:47:45.431Z[ recovery-image] Feb 24 04:47:44.516 INFO O| Feb 24 04:47:44.516 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672026-02-24T04:47:45.444Z[ recovery-image] Feb 24 04:47:44.529 INFO O| Feb 24 04:47:44.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65682026-02-24T04:47:45.444Z[ recovery-image] Feb 24 04:47:44.529 INFO O| Feb 24 04:47:44.529 INFO STEP 591 (remove_files) COMPLETE
65692026-02-24T04:47:45.444Z[ recovery-image] Feb 24 04:47:44.529 INFO O| Feb 24 04:47:44.529 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702026-02-24T04:47:45.458Z[ recovery-image] Feb 24 04:47:44.542 INFO O| Feb 24 04:47:44.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65712026-02-24T04:47:45.458Z[ recovery-image] Feb 24 04:47:44.542 INFO O| Feb 24 04:47:44.542 INFO STEP 592 (remove_files) COMPLETE
65722026-02-24T04:47:45.461Z[ recovery-image] Feb 24 04:47:44.542 INFO O| Feb 24 04:47:44.542 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732026-02-24T04:47:45.472Z[ recovery-image] Feb 24 04:47:44.555 INFO O| Feb 24 04:47:44.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65742026-02-24T04:47:45.472Z[ recovery-image] Feb 24 04:47:44.556 INFO O| Feb 24 04:47:44.556 INFO STEP 593 (remove_files) COMPLETE
65752026-02-24T04:47:45.472Z[ recovery-image] Feb 24 04:47:44.556 INFO O| Feb 24 04:47:44.556 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762026-02-24T04:47:45.483Z[ recovery-image] Feb 24 04:47:44.567 INFO O| Feb 24 04:47:44.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65772026-02-24T04:47:45.483Z[ recovery-image] Feb 24 04:47:44.568 INFO O| Feb 24 04:47:44.568 INFO STEP 594 (remove_files) COMPLETE
65782026-02-24T04:47:45.487Z[ recovery-image] Feb 24 04:47:44.568 INFO O| Feb 24 04:47:44.568 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792026-02-24T04:47:45.495Z[ recovery-image] Feb 24 04:47:44.579 INFO O| Feb 24 04:47:44.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65802026-02-24T04:47:45.495Z[ recovery-image] Feb 24 04:47:44.580 INFO O| Feb 24 04:47:44.580 INFO STEP 595 (remove_files) COMPLETE
65812026-02-24T04:47:45.495Z[ recovery-image] Feb 24 04:47:44.580 INFO O| Feb 24 04:47:44.580 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822026-02-24T04:47:45.509Z[ recovery-image] Feb 24 04:47:44.594 INFO O| Feb 24 04:47:44.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65832026-02-24T04:47:45.509Z[ recovery-image] Feb 24 04:47:44.594 INFO O| Feb 24 04:47:44.594 INFO STEP 596 (remove_files) COMPLETE
65842026-02-24T04:47:45.509Z[ recovery-image] Feb 24 04:47:44.594 INFO O| Feb 24 04:47:44.594 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852026-02-24T04:47:45.523Z[ recovery-image] Feb 24 04:47:44.607 INFO O| Feb 24 04:47:44.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65862026-02-24T04:47:45.526Z[ recovery-image] Feb 24 04:47:44.607 INFO O| Feb 24 04:47:44.607 INFO STEP 597 (remove_files) COMPLETE
65872026-02-24T04:47:45.526Z[ recovery-image] Feb 24 04:47:44.607 INFO O| Feb 24 04:47:44.607 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882026-02-24T04:47:45.536Z[ recovery-image] Feb 24 04:47:44.620 INFO O| Feb 24 04:47:44.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65892026-02-24T04:47:45.536Z[ recovery-image] Feb 24 04:47:44.621 INFO O| Feb 24 04:47:44.621 INFO STEP 598 (remove_files) COMPLETE
65902026-02-24T04:47:45.540Z[ recovery-image] Feb 24 04:47:44.621 INFO O| Feb 24 04:47:44.621 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912026-02-24T04:47:45.549Z[ recovery-image] Feb 24 04:47:44.634 INFO O| Feb 24 04:47:44.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65922026-02-24T04:47:45.549Z[ recovery-image] Feb 24 04:47:44.634 INFO O| Feb 24 04:47:44.634 INFO STEP 599 (remove_files) COMPLETE
65932026-02-24T04:47:45.550Z[ recovery-image] Feb 24 04:47:44.634 INFO O| Feb 24 04:47:44.634 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942026-02-24T04:47:45.562Z[ recovery-image] Feb 24 04:47:44.647 INFO O| Feb 24 04:47:44.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65952026-02-24T04:47:45.562Z[ recovery-image] Feb 24 04:47:44.647 INFO O| Feb 24 04:47:44.647 INFO STEP 600 (remove_files) COMPLETE
65962026-02-24T04:47:45.563Z[ recovery-image] Feb 24 04:47:44.647 INFO O| Feb 24 04:47:44.647 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972026-02-24T04:47:45.576Z[ recovery-image] Feb 24 04:47:44.661 INFO O| Feb 24 04:47:44.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65982026-02-24T04:47:45.577Z[ recovery-image] Feb 24 04:47:44.661 INFO O| Feb 24 04:47:44.661 INFO STEP 601 (remove_files) COMPLETE
65992026-02-24T04:47:45.577Z[ recovery-image] Feb 24 04:47:44.661 INFO O| Feb 24 04:47:44.661 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002026-02-24T04:47:45.593Z[ recovery-image] Feb 24 04:47:44.674 INFO O| Feb 24 04:47:44.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66012026-02-24T04:47:45.596Z[ recovery-image] Feb 24 04:47:44.674 INFO O| Feb 24 04:47:44.674 INFO STEP 602 (remove_files) COMPLETE
66022026-02-24T04:47:45.597Z[ recovery-image] Feb 24 04:47:44.674 INFO O| Feb 24 04:47:44.674 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032026-02-24T04:47:45.603Z[ recovery-image] Feb 24 04:47:44.687 INFO O| Feb 24 04:47:44.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66042026-02-24T04:47:45.603Z[ recovery-image] Feb 24 04:47:44.687 INFO O| Feb 24 04:47:44.687 INFO STEP 603 (remove_files) COMPLETE
66052026-02-24T04:47:45.603Z[ recovery-image] Feb 24 04:47:44.687 INFO O| Feb 24 04:47:44.687 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062026-02-24T04:47:45.617Z[ recovery-image] Feb 24 04:47:44.701 INFO O| Feb 24 04:47:44.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66072026-02-24T04:47:45.617Z[ recovery-image] Feb 24 04:47:44.701 INFO O| Feb 24 04:47:44.701 INFO STEP 604 (remove_files) COMPLETE
66082026-02-24T04:47:45.617Z[ recovery-image] Feb 24 04:47:44.701 INFO O| Feb 24 04:47:44.701 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092026-02-24T04:47:45.629Z[ recovery-image] Feb 24 04:47:44.714 INFO O| Feb 24 04:47:44.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66102026-02-24T04:47:45.629Z[ recovery-image] Feb 24 04:47:44.714 INFO O| Feb 24 04:47:44.714 INFO STEP 605 (remove_files) COMPLETE
66112026-02-24T04:47:45.630Z[ recovery-image] Feb 24 04:47:44.714 INFO O| Feb 24 04:47:44.714 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122026-02-24T04:47:45.643Z[ recovery-image] Feb 24 04:47:44.727 INFO O| Feb 24 04:47:44.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66132026-02-24T04:47:45.643Z[ recovery-image] Feb 24 04:47:44.728 INFO O| Feb 24 04:47:44.727 INFO STEP 606 (remove_files) COMPLETE
66142026-02-24T04:47:45.643Z[ recovery-image] Feb 24 04:47:44.728 INFO O| Feb 24 04:47:44.728 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152026-02-24T04:47:45.656Z[ recovery-image] Feb 24 04:47:44.741 INFO O| Feb 24 04:47:44.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66162026-02-24T04:47:45.656Z[ recovery-image] Feb 24 04:47:44.741 INFO O| Feb 24 04:47:44.741 INFO STEP 607 (remove_files) COMPLETE
66172026-02-24T04:47:45.660Z[ recovery-image] Feb 24 04:47:44.741 INFO O| Feb 24 04:47:44.741 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182026-02-24T04:47:45.670Z[ recovery-image] Feb 24 04:47:44.755 INFO O| Feb 24 04:47:44.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66192026-02-24T04:47:45.670Z[ recovery-image] Feb 24 04:47:44.755 INFO O| Feb 24 04:47:44.755 INFO STEP 608 (remove_files) COMPLETE
66202026-02-24T04:47:45.673Z[ recovery-image] Feb 24 04:47:44.755 INFO O| Feb 24 04:47:44.755 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212026-02-24T04:47:45.683Z[ recovery-image] Feb 24 04:47:44.768 INFO O| Feb 24 04:47:44.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66222026-02-24T04:47:45.683Z[ recovery-image] Feb 24 04:47:44.768 INFO O| Feb 24 04:47:44.768 INFO STEP 609 (remove_files) COMPLETE
66232026-02-24T04:47:45.687Z[ recovery-image] Feb 24 04:47:44.768 INFO O| Feb 24 04:47:44.768 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242026-02-24T04:47:45.697Z[ recovery-image] Feb 24 04:47:44.781 INFO O| Feb 24 04:47:44.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66252026-02-24T04:47:45.697Z[ recovery-image] Feb 24 04:47:44.781 INFO O| Feb 24 04:47:44.781 INFO STEP 610 (remove_files) COMPLETE
66262026-02-24T04:47:45.701Z[ recovery-image] Feb 24 04:47:44.781 INFO O| Feb 24 04:47:44.781 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272026-02-24T04:47:45.709Z[ recovery-image] Feb 24 04:47:44.793 INFO O| Feb 24 04:47:44.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66282026-02-24T04:47:45.709Z[ recovery-image] Feb 24 04:47:44.794 INFO O| Feb 24 04:47:44.793 INFO STEP 611 (remove_files) COMPLETE
66292026-02-24T04:47:45.713Z[ recovery-image] Feb 24 04:47:44.794 INFO O| Feb 24 04:47:44.794 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302026-02-24T04:47:45.721Z[ recovery-image] Feb 24 04:47:44.806 INFO O| Feb 24 04:47:44.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66312026-02-24T04:47:45.721Z[ recovery-image] Feb 24 04:47:44.806 INFO O| Feb 24 04:47:44.806 INFO STEP 612 (remove_files) COMPLETE
66322026-02-24T04:47:45.733Z[ recovery-image] Feb 24 04:47:44.806 INFO O| Feb 24 04:47:44.806 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332026-02-24T04:47:45.739Z[ recovery-image] Feb 24 04:47:44.818 INFO O| Feb 24 04:47:44.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66342026-02-24T04:47:45.739Z[ recovery-image] Feb 24 04:47:44.818 INFO O| Feb 24 04:47:44.818 INFO STEP 613 (remove_files) COMPLETE
66352026-02-24T04:47:45.739Z[ recovery-image] Feb 24 04:47:44.818 INFO O| Feb 24 04:47:44.818 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362026-02-24T04:47:45.756Z[ recovery-image] Feb 24 04:47:44.831 INFO O| Feb 24 04:47:44.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66372026-02-24T04:47:45.756Z[ recovery-image] Feb 24 04:47:44.832 INFO O| Feb 24 04:47:44.832 INFO STEP 614 (remove_files) COMPLETE
66382026-02-24T04:47:45.756Z[ recovery-image] Feb 24 04:47:44.832 INFO O| Feb 24 04:47:44.832 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392026-02-24T04:47:45.759Z[ recovery-image] Feb 24 04:47:44.844 INFO O| Feb 24 04:47:44.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66402026-02-24T04:47:45.760Z[ recovery-image] Feb 24 04:47:44.844 INFO O| Feb 24 04:47:44.844 INFO STEP 615 (remove_files) COMPLETE
66412026-02-24T04:47:45.760Z[ recovery-image] Feb 24 04:47:44.844 INFO O| Feb 24 04:47:44.844 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422026-02-24T04:47:45.772Z[ recovery-image] Feb 24 04:47:44.857 INFO O| Feb 24 04:47:44.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66432026-02-24T04:47:45.772Z[ recovery-image] Feb 24 04:47:44.857 INFO O| Feb 24 04:47:44.857 INFO STEP 616 (remove_files) COMPLETE
66442026-02-24T04:47:45.772Z[ recovery-image] Feb 24 04:47:44.857 INFO O| Feb 24 04:47:44.857 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452026-02-24T04:47:45.784Z[ recovery-image] Feb 24 04:47:44.869 INFO O| Feb 24 04:47:44.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66462026-02-24T04:47:45.787Z[ recovery-image] Feb 24 04:47:44.870 INFO O| Feb 24 04:47:44.869 INFO STEP 617 (remove_files) COMPLETE
66472026-02-24T04:47:45.787Z[ recovery-image] Feb 24 04:47:44.870 INFO O| Feb 24 04:47:44.869 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482026-02-24T04:47:45.797Z[ recovery-image] Feb 24 04:47:44.882 INFO O| Feb 24 04:47:44.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66492026-02-24T04:47:45.797Z[ recovery-image] Feb 24 04:47:44.882 INFO O| Feb 24 04:47:44.882 INFO STEP 618 (remove_files) COMPLETE
66502026-02-24T04:47:45.797Z[ recovery-image] Feb 24 04:47:44.882 INFO O| Feb 24 04:47:44.882 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512026-02-24T04:47:45.809Z[ recovery-image] Feb 24 04:47:44.894 INFO O| Feb 24 04:47:44.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66522026-02-24T04:47:45.809Z[ recovery-image] Feb 24 04:47:44.894 INFO O| Feb 24 04:47:44.894 INFO STEP 619 (remove_files) COMPLETE
66532026-02-24T04:47:45.809Z[ recovery-image] Feb 24 04:47:44.894 INFO O| Feb 24 04:47:44.894 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542026-02-24T04:47:45.822Z[ recovery-image] Feb 24 04:47:44.907 INFO O| Feb 24 04:47:44.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66552026-02-24T04:47:45.822Z[ recovery-image] Feb 24 04:47:44.907 INFO O| Feb 24 04:47:44.907 INFO STEP 620 (remove_files) COMPLETE
66562026-02-24T04:47:45.825Z[ recovery-image] Feb 24 04:47:44.907 INFO O| Feb 24 04:47:44.907 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572026-02-24T04:47:45.835Z[ recovery-image] Feb 24 04:47:44.919 INFO O| Feb 24 04:47:44.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66582026-02-24T04:47:45.837Z[ recovery-image] Feb 24 04:47:44.920 INFO O| Feb 24 04:47:44.920 INFO STEP 621 (remove_files) COMPLETE
66592026-02-24T04:47:45.837Z[ recovery-image] Feb 24 04:47:44.920 INFO O| Feb 24 04:47:44.920 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602026-02-24T04:47:45.847Z[ recovery-image] Feb 24 04:47:44.932 INFO O| Feb 24 04:47:44.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66612026-02-24T04:47:45.847Z[ recovery-image] Feb 24 04:47:44.932 INFO O| Feb 24 04:47:44.932 INFO STEP 622 (remove_files) COMPLETE
66622026-02-24T04:47:45.849Z[ recovery-image] Feb 24 04:47:44.932 INFO O| Feb 24 04:47:44.932 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632026-02-24T04:47:45.859Z[ recovery-image] Feb 24 04:47:44.944 INFO O| Feb 24 04:47:44.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66642026-02-24T04:47:45.859Z[ recovery-image] Feb 24 04:47:44.945 INFO O| Feb 24 04:47:44.944 INFO STEP 623 (remove_files) COMPLETE
66652026-02-24T04:47:45.862Z[ recovery-image] Feb 24 04:47:44.945 INFO O| Feb 24 04:47:44.945 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662026-02-24T04:47:45.873Z[ recovery-image] Feb 24 04:47:44.958 INFO O| Feb 24 04:47:44.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66672026-02-24T04:47:45.880Z[ recovery-image] Feb 24 04:47:44.958 INFO O| Feb 24 04:47:44.958 INFO STEP 624 (remove_files) COMPLETE
66682026-02-24T04:47:45.880Z[ recovery-image] Feb 24 04:47:44.958 INFO O| Feb 24 04:47:44.958 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692026-02-24T04:47:45.885Z[ recovery-image] Feb 24 04:47:44.970 INFO O| Feb 24 04:47:44.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66702026-02-24T04:47:45.885Z[ recovery-image] Feb 24 04:47:44.970 INFO O| Feb 24 04:47:44.970 INFO STEP 625 (remove_files) COMPLETE
66712026-02-24T04:47:45.885Z[ recovery-image] Feb 24 04:47:44.970 INFO O| Feb 24 04:47:44.970 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722026-02-24T04:47:45.897Z[ recovery-image] Feb 24 04:47:44.982 INFO O| Feb 24 04:47:44.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66732026-02-24T04:47:45.897Z[ recovery-image] Feb 24 04:47:44.982 INFO O| Feb 24 04:47:44.982 INFO STEP 626 (remove_files) COMPLETE
66742026-02-24T04:47:45.902Z[ recovery-image] Feb 24 04:47:44.982 INFO O| Feb 24 04:47:44.982 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752026-02-24T04:47:45.908Z[ recovery-image] Feb 24 04:47:44.993 INFO O| Feb 24 04:47:44.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66762026-02-24T04:47:45.908Z[ recovery-image] Feb 24 04:47:44.994 INFO O| Feb 24 04:47:44.994 INFO STEP 627 (remove_files) COMPLETE
66772026-02-24T04:47:45.913Z[ recovery-image] Feb 24 04:47:44.994 INFO O| Feb 24 04:47:44.994 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782026-02-24T04:47:45.927Z[ recovery-image] Feb 24 04:47:45.012 INFO O| Feb 24 04:47:45.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66792026-02-24T04:47:45.927Z[ recovery-image] Feb 24 04:47:45.012 INFO O| Feb 24 04:47:45.012 INFO STEP 628 (remove_files) COMPLETE
66802026-02-24T04:47:45.927Z[ recovery-image] Feb 24 04:47:45.012 INFO O| Feb 24 04:47:45.012 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812026-02-24T04:47:45.941Z[ recovery-image] Feb 24 04:47:45.025 INFO O| Feb 24 04:47:45.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66822026-02-24T04:47:45.941Z[ recovery-image] Feb 24 04:47:45.025 INFO O| Feb 24 04:47:45.025 INFO STEP 629 (remove_files) COMPLETE
66832026-02-24T04:47:45.941Z[ recovery-image] Feb 24 04:47:45.025 INFO O| Feb 24 04:47:45.025 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842026-02-24T04:47:45.954Z[ recovery-image] Feb 24 04:47:45.038 INFO O| Feb 24 04:47:45.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66852026-02-24T04:47:45.975Z[ recovery-image] Feb 24 04:47:45.039 INFO O| Feb 24 04:47:45.039 INFO STEP 630 (remove_files) COMPLETE
66862026-02-24T04:47:45.975Z[ recovery-image] Feb 24 04:47:45.039 INFO O| Feb 24 04:47:45.039 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872026-02-24T04:47:45.980Z[ recovery-image] Feb 24 04:47:45.054 INFO O| Feb 24 04:47:45.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66882026-02-24T04:47:45.980Z[ recovery-image] Feb 24 04:47:45.054 INFO O| Feb 24 04:47:45.054 INFO STEP 631 (remove_files) COMPLETE
66892026-02-24T04:47:45.980Z[ recovery-image] Feb 24 04:47:45.054 INFO O| Feb 24 04:47:45.054 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902026-02-24T04:47:45.984Z[ recovery-image] Feb 24 04:47:45.069 INFO O| Feb 24 04:47:45.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66912026-02-24T04:47:45.984Z[ recovery-image] Feb 24 04:47:45.069 INFO O| Feb 24 04:47:45.069 INFO STEP 632 (remove_files) COMPLETE
66922026-02-24T04:47:45.984Z[ recovery-image] Feb 24 04:47:45.069 INFO O| Feb 24 04:47:45.069 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932026-02-24T04:47:45.999Z[ recovery-image] Feb 24 04:47:45.083 INFO O| Feb 24 04:47:45.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66942026-02-24T04:47:46.000Z[ recovery-image] Feb 24 04:47:45.083 INFO O| Feb 24 04:47:45.083 INFO STEP 633 (remove_files) COMPLETE
66952026-02-24T04:47:46.000Z[ recovery-image] Feb 24 04:47:45.083 INFO O| Feb 24 04:47:45.083 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962026-02-24T04:47:46.013Z[ recovery-image] Feb 24 04:47:45.098 INFO O| Feb 24 04:47:45.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66972026-02-24T04:47:46.014Z[ recovery-image] Feb 24 04:47:45.098 INFO O| Feb 24 04:47:45.098 INFO STEP 634 (remove_files) COMPLETE
66982026-02-24T04:47:46.014Z[ recovery-image] Feb 24 04:47:45.098 INFO O| Feb 24 04:47:45.098 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992026-02-24T04:47:46.027Z[ recovery-image] Feb 24 04:47:45.111 INFO O| Feb 24 04:47:45.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67002026-02-24T04:47:46.027Z[ recovery-image] Feb 24 04:47:45.112 INFO O| Feb 24 04:47:45.112 INFO STEP 635 (remove_files) COMPLETE
67012026-02-24T04:47:46.027Z[ recovery-image] Feb 24 04:47:45.112 INFO O| Feb 24 04:47:45.112 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022026-02-24T04:47:46.045Z[ recovery-image] Feb 24 04:47:45.127 INFO O| Feb 24 04:47:45.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67032026-02-24T04:47:46.045Z[ recovery-image] Feb 24 04:47:45.127 INFO O| Feb 24 04:47:45.127 INFO STEP 636 (remove_files) COMPLETE
67042026-02-24T04:47:46.048Z[ recovery-image] Feb 24 04:47:45.127 INFO O| Feb 24 04:47:45.127 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052026-02-24T04:47:46.057Z[ recovery-image] Feb 24 04:47:45.142 INFO O| Feb 24 04:47:45.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67062026-02-24T04:47:46.057Z[ recovery-image] Feb 24 04:47:45.142 INFO O| Feb 24 04:47:45.142 INFO STEP 637 (remove_files) COMPLETE
67072026-02-24T04:47:46.058Z[ recovery-image] Feb 24 04:47:45.142 INFO O| Feb 24 04:47:45.142 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082026-02-24T04:47:46.071Z[ recovery-image] Feb 24 04:47:45.156 INFO O| Feb 24 04:47:45.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67092026-02-24T04:47:46.075Z[ recovery-image] Feb 24 04:47:45.157 INFO O| Feb 24 04:47:45.157 INFO STEP 638 (remove_files) COMPLETE
67102026-02-24T04:47:46.075Z[ recovery-image] Feb 24 04:47:45.157 INFO O| Feb 24 04:47:45.157 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112026-02-24T04:47:46.086Z[ recovery-image] Feb 24 04:47:45.170 INFO O| Feb 24 04:47:45.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67122026-02-24T04:47:46.086Z[ recovery-image] Feb 24 04:47:45.170 INFO O| Feb 24 04:47:45.170 INFO STEP 639 (remove_files) COMPLETE
67132026-02-24T04:47:46.089Z[ recovery-image] Feb 24 04:47:45.170 INFO O| Feb 24 04:47:45.170 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142026-02-24T04:47:46.098Z[ recovery-image] Feb 24 04:47:45.183 INFO O| Feb 24 04:47:45.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67152026-02-24T04:47:46.098Z[ recovery-image] Feb 24 04:47:45.183 INFO O| Feb 24 04:47:45.183 INFO STEP 640 (remove_files) COMPLETE
67162026-02-24T04:47:46.100Z[ recovery-image] Feb 24 04:47:45.183 INFO O| Feb 24 04:47:45.183 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172026-02-24T04:47:46.111Z[ recovery-image] Feb 24 04:47:45.195 INFO O| Feb 24 04:47:45.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67182026-02-24T04:47:46.111Z[ recovery-image] Feb 24 04:47:45.196 INFO O| Feb 24 04:47:45.196 INFO STEP 641 (remove_files) COMPLETE
67192026-02-24T04:47:46.111Z[ recovery-image] Feb 24 04:47:45.196 INFO O| Feb 24 04:47:45.196 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202026-02-24T04:47:46.123Z[ recovery-image] Feb 24 04:47:45.208 INFO O| Feb 24 04:47:45.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67212026-02-24T04:47:46.123Z[ recovery-image] Feb 24 04:47:45.208 INFO O| Feb 24 04:47:45.208 INFO STEP 642 (remove_files) COMPLETE
67222026-02-24T04:47:46.126Z[ recovery-image] Feb 24 04:47:45.208 INFO O| Feb 24 04:47:45.208 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232026-02-24T04:47:46.135Z[ recovery-image] Feb 24 04:47:45.220 INFO O| Feb 24 04:47:45.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67242026-02-24T04:47:46.135Z[ recovery-image] Feb 24 04:47:45.220 INFO O| Feb 24 04:47:45.220 INFO STEP 643 (remove_files) COMPLETE
67252026-02-24T04:47:46.135Z[ recovery-image] Feb 24 04:47:45.220 INFO O| Feb 24 04:47:45.220 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262026-02-24T04:47:46.148Z[ recovery-image] Feb 24 04:47:45.233 INFO O| Feb 24 04:47:45.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67272026-02-24T04:47:46.148Z[ recovery-image] Feb 24 04:47:45.233 INFO O| Feb 24 04:47:45.233 INFO STEP 644 (remove_files) COMPLETE
67282026-02-24T04:47:46.150Z[ recovery-image] Feb 24 04:47:45.233 INFO O| Feb 24 04:47:45.233 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292026-02-24T04:47:46.161Z[ recovery-image] Feb 24 04:47:45.246 INFO O| Feb 24 04:47:45.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67302026-02-24T04:47:46.161Z[ recovery-image] Feb 24 04:47:45.246 INFO O| Feb 24 04:47:45.246 INFO STEP 645 (remove_files) COMPLETE
67312026-02-24T04:47:46.161Z[ recovery-image] Feb 24 04:47:45.246 INFO O| Feb 24 04:47:45.246 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322026-02-24T04:47:46.174Z[ recovery-image] Feb 24 04:47:45.259 INFO O| Feb 24 04:47:45.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67332026-02-24T04:47:46.174Z[ recovery-image] Feb 24 04:47:45.259 INFO O| Feb 24 04:47:45.259 INFO STEP 646 (remove_files) COMPLETE
67342026-02-24T04:47:46.174Z[ recovery-image] Feb 24 04:47:45.259 INFO O| Feb 24 04:47:45.259 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352026-02-24T04:47:46.187Z[ recovery-image] Feb 24 04:47:45.271 INFO O| Feb 24 04:47:45.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67362026-02-24T04:47:46.234Z[ recovery-image] Feb 24 04:47:45.272 INFO O| Feb 24 04:47:45.272 INFO STEP 647 (remove_files) COMPLETE
67372026-02-24T04:47:46.234Z[ recovery-image] Feb 24 04:47:45.272 INFO O| Feb 24 04:47:45.272 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382026-02-24T04:47:46.234Z[ recovery-image] Feb 24 04:47:45.285 INFO O| Feb 24 04:47:45.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67392026-02-24T04:47:46.234Z[ recovery-image] Feb 24 04:47:45.285 INFO O| Feb 24 04:47:45.285 INFO STEP 648 (remove_files) COMPLETE
67402026-02-24T04:47:46.234Z[ recovery-image] Feb 24 04:47:45.285 INFO O| Feb 24 04:47:45.285 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412026-02-24T04:47:46.234Z[ recovery-image] Feb 24 04:47:45.297 INFO O| Feb 24 04:47:45.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67422026-02-24T04:47:46.234Z[ recovery-image] Feb 24 04:47:45.297 INFO O| Feb 24 04:47:45.297 INFO STEP 649 (remove_files) COMPLETE
67432026-02-24T04:47:46.235Z[ recovery-image] Feb 24 04:47:45.297 INFO O| Feb 24 04:47:45.297 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442026-02-24T04:47:46.235Z[ recovery-image] Feb 24 04:47:45.308 INFO O| Feb 24 04:47:45.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67452026-02-24T04:47:46.235Z[ recovery-image] Feb 24 04:47:45.309 INFO O| Feb 24 04:47:45.308 INFO STEP 650 (remove_files) COMPLETE
67462026-02-24T04:47:46.235Z[ recovery-image] Feb 24 04:47:45.309 INFO O| Feb 24 04:47:45.309 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472026-02-24T04:47:46.238Z[ recovery-image] Feb 24 04:47:45.321 INFO O| Feb 24 04:47:45.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67482026-02-24T04:47:46.238Z[ recovery-image] Feb 24 04:47:45.321 INFO O| Feb 24 04:47:45.321 INFO STEP 651 (remove_files) COMPLETE
67492026-02-24T04:47:46.238Z[ recovery-image] Feb 24 04:47:45.321 INFO O| Feb 24 04:47:45.321 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502026-02-24T04:47:46.250Z[ recovery-image] Feb 24 04:47:45.334 INFO O| Feb 24 04:47:45.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67512026-02-24T04:47:46.250Z[ recovery-image] Feb 24 04:47:45.334 INFO O| Feb 24 04:47:45.334 INFO STEP 652 (remove_files) COMPLETE
67522026-02-24T04:47:46.250Z[ recovery-image] Feb 24 04:47:45.334 INFO O| Feb 24 04:47:45.334 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532026-02-24T04:47:46.263Z[ recovery-image] Feb 24 04:47:45.346 INFO O| Feb 24 04:47:45.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67542026-02-24T04:47:46.263Z[ recovery-image] Feb 24 04:47:45.346 INFO O| Feb 24 04:47:45.346 INFO STEP 653 (remove_files) COMPLETE
67552026-02-24T04:47:46.266Z[ recovery-image] Feb 24 04:47:45.346 INFO O| Feb 24 04:47:45.346 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562026-02-24T04:47:46.273Z[ recovery-image] Feb 24 04:47:45.358 INFO O| Feb 24 04:47:45.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67572026-02-24T04:47:46.273Z[ recovery-image] Feb 24 04:47:45.358 INFO O| Feb 24 04:47:45.358 INFO STEP 654 (remove_files) COMPLETE
67582026-02-24T04:47:46.276Z[ recovery-image] Feb 24 04:47:45.358 INFO O| Feb 24 04:47:45.358 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592026-02-24T04:47:46.285Z[ recovery-image] Feb 24 04:47:45.370 INFO O| Feb 24 04:47:45.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67602026-02-24T04:47:46.285Z[ recovery-image] Feb 24 04:47:45.370 INFO O| Feb 24 04:47:45.370 INFO STEP 655 (remove_files) COMPLETE
67612026-02-24T04:47:46.285Z[ recovery-image] Feb 24 04:47:45.370 INFO O| Feb 24 04:47:45.370 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622026-02-24T04:47:46.297Z[ recovery-image] Feb 24 04:47:45.382 INFO O| Feb 24 04:47:45.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67632026-02-24T04:47:46.297Z[ recovery-image] Feb 24 04:47:45.382 INFO O| Feb 24 04:47:45.382 INFO STEP 656 (remove_files) COMPLETE
67642026-02-24T04:47:46.297Z[ recovery-image] Feb 24 04:47:45.382 INFO O| Feb 24 04:47:45.382 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652026-02-24T04:47:46.309Z[ recovery-image] Feb 24 04:47:45.394 INFO O| Feb 24 04:47:45.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67662026-02-24T04:47:46.309Z[ recovery-image] Feb 24 04:47:45.394 INFO O| Feb 24 04:47:45.394 INFO STEP 657 (remove_files) COMPLETE
67672026-02-24T04:47:46.312Z[ recovery-image] Feb 24 04:47:45.394 INFO O| Feb 24 04:47:45.394 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682026-02-24T04:47:46.321Z[ recovery-image] Feb 24 04:47:45.406 INFO O| Feb 24 04:47:45.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67692026-02-24T04:47:46.324Z[ recovery-image] Feb 24 04:47:45.406 INFO O| Feb 24 04:47:45.406 INFO STEP 658 (remove_files) COMPLETE
67702026-02-24T04:47:46.324Z[ recovery-image] Feb 24 04:47:45.406 INFO O| Feb 24 04:47:45.406 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712026-02-24T04:47:46.332Z[ recovery-image] Feb 24 04:47:45.417 INFO O| Feb 24 04:47:45.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67722026-02-24T04:47:46.332Z[ recovery-image] Feb 24 04:47:45.417 INFO O| Feb 24 04:47:45.417 INFO STEP 659 (remove_files) COMPLETE
67732026-02-24T04:47:46.335Z[ recovery-image] Feb 24 04:47:45.417 INFO O| Feb 24 04:47:45.417 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742026-02-24T04:47:46.343Z[ recovery-image] Feb 24 04:47:45.428 INFO O| Feb 24 04:47:45.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67752026-02-24T04:47:46.343Z[ recovery-image] Feb 24 04:47:45.428 INFO O| Feb 24 04:47:45.428 INFO STEP 660 (remove_files) COMPLETE
67762026-02-24T04:47:46.346Z[ recovery-image] Feb 24 04:47:45.428 INFO O| Feb 24 04:47:45.428 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772026-02-24T04:47:46.355Z[ recovery-image] Feb 24 04:47:45.440 INFO O| Feb 24 04:47:45.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67782026-02-24T04:47:46.355Z[ recovery-image] Feb 24 04:47:45.440 INFO O| Feb 24 04:47:45.440 INFO STEP 661 (remove_files) COMPLETE
67792026-02-24T04:47:46.355Z[ recovery-image] Feb 24 04:47:45.440 INFO O| Feb 24 04:47:45.440 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802026-02-24T04:47:46.366Z[ recovery-image] Feb 24 04:47:45.451 INFO O| Feb 24 04:47:45.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67812026-02-24T04:47:46.366Z[ recovery-image] Feb 24 04:47:45.451 INFO O| Feb 24 04:47:45.451 INFO STEP 662 (remove_files) COMPLETE
67822026-02-24T04:47:46.369Z[ recovery-image] Feb 24 04:47:45.451 INFO O| Feb 24 04:47:45.451 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832026-02-24T04:47:46.377Z[ recovery-image] Feb 24 04:47:45.462 INFO O| Feb 24 04:47:45.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67842026-02-24T04:47:46.377Z[ recovery-image] Feb 24 04:47:45.462 INFO O| Feb 24 04:47:45.462 INFO STEP 663 (remove_files) COMPLETE
67852026-02-24T04:47:46.377Z[ recovery-image] Feb 24 04:47:45.462 INFO O| Feb 24 04:47:45.462 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862026-02-24T04:47:46.389Z[ recovery-image] Feb 24 04:47:45.474 INFO O| Feb 24 04:47:45.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67872026-02-24T04:47:46.389Z[ recovery-image] Feb 24 04:47:45.474 INFO O| Feb 24 04:47:45.474 INFO STEP 664 (remove_files) COMPLETE
67882026-02-24T04:47:46.389Z[ recovery-image] Feb 24 04:47:45.474 INFO O| Feb 24 04:47:45.474 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892026-02-24T04:47:46.400Z[ recovery-image] Feb 24 04:47:45.485 INFO O| Feb 24 04:47:45.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67902026-02-24T04:47:46.400Z[ recovery-image] Feb 24 04:47:45.485 INFO O| Feb 24 04:47:45.485 INFO STEP 665 (remove_files) COMPLETE
67912026-02-24T04:47:46.403Z[ recovery-image] Feb 24 04:47:45.485 INFO O| Feb 24 04:47:45.485 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922026-02-24T04:47:46.413Z[ recovery-image] Feb 24 04:47:45.498 INFO O| Feb 24 04:47:45.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67932026-02-24T04:47:46.413Z[ recovery-image] Feb 24 04:47:45.498 INFO O| Feb 24 04:47:45.498 INFO STEP 666 (remove_files) COMPLETE
67942026-02-24T04:47:46.415Z[ recovery-image] Feb 24 04:47:45.498 INFO O| Feb 24 04:47:45.498 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952026-02-24T04:47:46.425Z[ recovery-image] Feb 24 04:47:45.510 INFO O| Feb 24 04:47:45.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67962026-02-24T04:47:46.425Z[ recovery-image] Feb 24 04:47:45.510 INFO O| Feb 24 04:47:45.510 INFO STEP 667 (remove_files) COMPLETE
67972026-02-24T04:47:46.428Z[ recovery-image] Feb 24 04:47:45.510 INFO O| Feb 24 04:47:45.510 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982026-02-24T04:47:46.437Z[ recovery-image] Feb 24 04:47:45.522 INFO O| Feb 24 04:47:45.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67992026-02-24T04:47:46.437Z[ recovery-image] Feb 24 04:47:45.522 INFO O| Feb 24 04:47:45.522 INFO STEP 668 (remove_files) COMPLETE
68002026-02-24T04:47:46.437Z[ recovery-image] Feb 24 04:47:45.522 INFO O| Feb 24 04:47:45.522 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012026-02-24T04:47:46.448Z[ recovery-image] Feb 24 04:47:45.533 INFO O| Feb 24 04:47:45.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68022026-02-24T04:47:46.451Z[ recovery-image] Feb 24 04:47:45.533 INFO O| Feb 24 04:47:45.533 INFO STEP 669 (remove_files) COMPLETE
68032026-02-24T04:47:46.451Z[ recovery-image] Feb 24 04:47:45.533 INFO O| Feb 24 04:47:45.533 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042026-02-24T04:47:46.462Z[ recovery-image] Feb 24 04:47:45.546 INFO O| Feb 24 04:47:45.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68052026-02-24T04:47:46.465Z[ recovery-image] Feb 24 04:47:45.546 INFO O| Feb 24 04:47:45.546 INFO STEP 670 (remove_files) COMPLETE
68062026-02-24T04:47:46.465Z[ recovery-image] Feb 24 04:47:45.546 INFO O| Feb 24 04:47:45.546 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072026-02-24T04:47:46.474Z[ recovery-image] Feb 24 04:47:45.559 INFO O| Feb 24 04:47:45.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68082026-02-24T04:47:46.477Z[ recovery-image] Feb 24 04:47:45.559 INFO O| Feb 24 04:47:45.559 INFO STEP 671 (remove_files) COMPLETE
68092026-02-24T04:47:46.477Z[ recovery-image] Feb 24 04:47:45.559 INFO O| Feb 24 04:47:45.559 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102026-02-24T04:47:46.487Z[ recovery-image] Feb 24 04:47:45.572 INFO O| Feb 24 04:47:45.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68112026-02-24T04:47:46.487Z[ recovery-image] Feb 24 04:47:45.572 INFO O| Feb 24 04:47:45.572 INFO STEP 672 (remove_files) COMPLETE
68122026-02-24T04:47:46.487Z[ recovery-image] Feb 24 04:47:45.572 INFO O| Feb 24 04:47:45.572 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132026-02-24T04:47:46.499Z[ recovery-image] Feb 24 04:47:45.584 INFO O| Feb 24 04:47:45.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68142026-02-24T04:47:46.499Z[ recovery-image] Feb 24 04:47:45.584 INFO O| Feb 24 04:47:45.584 INFO STEP 673 (remove_files) COMPLETE
68152026-02-24T04:47:46.499Z[ recovery-image] Feb 24 04:47:45.584 INFO O| Feb 24 04:47:45.584 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162026-02-24T04:47:46.512Z[ recovery-image] Feb 24 04:47:45.597 INFO O| Feb 24 04:47:45.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68172026-02-24T04:47:46.512Z[ recovery-image] Feb 24 04:47:45.597 INFO O| Feb 24 04:47:45.597 INFO STEP 674 (remove_files) COMPLETE
68182026-02-24T04:47:46.515Z[ recovery-image] Feb 24 04:47:45.597 INFO O| Feb 24 04:47:45.597 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192026-02-24T04:47:46.524Z[ recovery-image] Feb 24 04:47:45.609 INFO O| Feb 24 04:47:45.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68202026-02-24T04:47:46.524Z[ recovery-image] Feb 24 04:47:45.609 INFO O| Feb 24 04:47:45.609 INFO STEP 675 (remove_files) COMPLETE
68212026-02-24T04:47:46.527Z[ recovery-image] Feb 24 04:47:45.609 INFO O| Feb 24 04:47:45.609 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222026-02-24T04:47:46.537Z[ recovery-image] Feb 24 04:47:45.622 INFO O| Feb 24 04:47:45.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68232026-02-24T04:47:46.537Z[ recovery-image] Feb 24 04:47:45.622 INFO O| Feb 24 04:47:45.622 INFO STEP 676 (remove_files) COMPLETE
68242026-02-24T04:47:46.537Z[ recovery-image] Feb 24 04:47:45.622 INFO O| Feb 24 04:47:45.622 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252026-02-24T04:47:46.549Z[ recovery-image] Feb 24 04:47:45.634 INFO O| Feb 24 04:47:45.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68262026-02-24T04:47:46.549Z[ recovery-image] Feb 24 04:47:45.634 INFO O| Feb 24 04:47:45.634 INFO STEP 677 (remove_files) COMPLETE
68272026-02-24T04:47:46.549Z[ recovery-image] Feb 24 04:47:45.634 INFO O| Feb 24 04:47:45.634 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282026-02-24T04:47:46.561Z[ recovery-image] Feb 24 04:47:45.646 INFO O| Feb 24 04:47:45.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68292026-02-24T04:47:46.561Z[ recovery-image] Feb 24 04:47:45.646 INFO O| Feb 24 04:47:45.646 INFO STEP 678 (remove_files) COMPLETE
68302026-02-24T04:47:46.561Z[ recovery-image] Feb 24 04:47:45.646 INFO O| Feb 24 04:47:45.646 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312026-02-24T04:47:46.573Z[ recovery-image] Feb 24 04:47:45.658 INFO O| Feb 24 04:47:45.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68322026-02-24T04:47:46.573Z[ recovery-image] Feb 24 04:47:45.658 INFO O| Feb 24 04:47:45.658 INFO STEP 679 (remove_files) COMPLETE
68332026-02-24T04:47:46.573Z[ recovery-image] Feb 24 04:47:45.658 INFO O| Feb 24 04:47:45.658 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342026-02-24T04:47:46.586Z[ recovery-image] Feb 24 04:47:45.671 INFO O| Feb 24 04:47:45.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68352026-02-24T04:47:46.586Z[ recovery-image] Feb 24 04:47:45.671 INFO O| Feb 24 04:47:45.671 INFO STEP 680 (remove_files) COMPLETE
68362026-02-24T04:47:46.589Z[ recovery-image] Feb 24 04:47:45.671 INFO O| Feb 24 04:47:45.671 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372026-02-24T04:47:46.598Z[ recovery-image] Feb 24 04:47:45.683 INFO O| Feb 24 04:47:45.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68382026-02-24T04:47:46.598Z[ recovery-image] Feb 24 04:47:45.683 INFO O| Feb 24 04:47:45.683 INFO STEP 681 (remove_files) COMPLETE
68392026-02-24T04:47:46.598Z[ recovery-image] Feb 24 04:47:45.683 INFO O| Feb 24 04:47:45.683 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402026-02-24T04:47:46.610Z[ recovery-image] Feb 24 04:47:45.695 INFO O| Feb 24 04:47:45.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68412026-02-24T04:47:46.610Z[ recovery-image] Feb 24 04:47:45.695 INFO O| Feb 24 04:47:45.695 INFO STEP 682 (remove_files) COMPLETE
68422026-02-24T04:47:46.610Z[ recovery-image] Feb 24 04:47:45.695 INFO O| Feb 24 04:47:45.695 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432026-02-24T04:47:46.622Z[ recovery-image] Feb 24 04:47:45.707 INFO O| Feb 24 04:47:45.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68442026-02-24T04:47:46.622Z[ recovery-image] Feb 24 04:47:45.707 INFO O| Feb 24 04:47:45.707 INFO STEP 683 (remove_files) COMPLETE
68452026-02-24T04:47:46.622Z[ recovery-image] Feb 24 04:47:45.707 INFO O| Feb 24 04:47:45.707 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462026-02-24T04:47:46.636Z[ recovery-image] Feb 24 04:47:45.720 INFO O| Feb 24 04:47:45.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68472026-02-24T04:47:46.636Z[ recovery-image] Feb 24 04:47:45.720 INFO O| Feb 24 04:47:45.720 INFO STEP 684 (remove_files) COMPLETE
68482026-02-24T04:47:46.636Z[ recovery-image] Feb 24 04:47:45.720 INFO O| Feb 24 04:47:45.720 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492026-02-24T04:47:46.647Z[ recovery-image] Feb 24 04:47:45.732 INFO O| Feb 24 04:47:45.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68502026-02-24T04:47:46.650Z[ recovery-image] Feb 24 04:47:45.732 INFO O| Feb 24 04:47:45.732 INFO STEP 685 (remove_files) COMPLETE
68512026-02-24T04:47:46.650Z[ recovery-image] Feb 24 04:47:45.732 INFO O| Feb 24 04:47:45.732 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522026-02-24T04:47:46.659Z[ recovery-image] Feb 24 04:47:45.744 INFO O| Feb 24 04:47:45.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68532026-02-24T04:47:46.659Z[ recovery-image] Feb 24 04:47:45.744 INFO O| Feb 24 04:47:45.744 INFO STEP 686 (remove_files) COMPLETE
68542026-02-24T04:47:46.662Z[ recovery-image] Feb 24 04:47:45.744 INFO O| Feb 24 04:47:45.744 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552026-02-24T04:47:46.671Z[ recovery-image] Feb 24 04:47:45.756 INFO O| Feb 24 04:47:45.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68562026-02-24T04:47:46.671Z[ recovery-image] Feb 24 04:47:45.756 INFO O| Feb 24 04:47:45.756 INFO STEP 687 (remove_files) COMPLETE
68572026-02-24T04:47:46.671Z[ recovery-image] Feb 24 04:47:45.756 INFO O| Feb 24 04:47:45.756 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582026-02-24T04:47:46.683Z[ recovery-image] Feb 24 04:47:45.768 INFO O| Feb 24 04:47:45.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68592026-02-24T04:47:46.683Z[ recovery-image] Feb 24 04:47:45.769 INFO O| Feb 24 04:47:45.768 INFO STEP 688 (remove_files) COMPLETE
68602026-02-24T04:47:46.686Z[ recovery-image] Feb 24 04:47:45.769 INFO O| Feb 24 04:47:45.768 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612026-02-24T04:47:46.696Z[ recovery-image] Feb 24 04:47:45.781 INFO O| Feb 24 04:47:45.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68622026-02-24T04:47:46.699Z[ recovery-image] Feb 24 04:47:45.781 INFO O| Feb 24 04:47:45.781 INFO STEP 689 (remove_files) COMPLETE
68632026-02-24T04:47:46.699Z[ recovery-image] Feb 24 04:47:45.781 INFO O| Feb 24 04:47:45.781 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642026-02-24T04:47:46.708Z[ recovery-image] Feb 24 04:47:45.793 INFO O| Feb 24 04:47:45.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68652026-02-24T04:47:46.708Z[ recovery-image] Feb 24 04:47:45.793 INFO O| Feb 24 04:47:45.793 INFO STEP 690 (remove_files) COMPLETE
68662026-02-24T04:47:46.708Z[ recovery-image] Feb 24 04:47:45.793 INFO O| Feb 24 04:47:45.793 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672026-02-24T04:47:46.719Z[ recovery-image] Feb 24 04:47:45.804 INFO O| Feb 24 04:47:45.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68682026-02-24T04:47:46.720Z[ recovery-image] Feb 24 04:47:45.805 INFO O| Feb 24 04:47:45.805 INFO STEP 691 (remove_files) COMPLETE
68692026-02-24T04:47:46.722Z[ recovery-image] Feb 24 04:47:45.805 INFO O| Feb 24 04:47:45.805 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702026-02-24T04:47:46.733Z[ recovery-image] Feb 24 04:47:45.818 INFO O| Feb 24 04:47:45.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68712026-02-24T04:47:46.736Z[ recovery-image] Feb 24 04:47:45.818 INFO O| Feb 24 04:47:45.818 INFO STEP 692 (remove_files) COMPLETE
68722026-02-24T04:47:46.736Z[ recovery-image] Feb 24 04:47:45.818 INFO O| Feb 24 04:47:45.818 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732026-02-24T04:47:46.745Z[ recovery-image] Feb 24 04:47:45.830 INFO O| Feb 24 04:47:45.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68742026-02-24T04:47:46.746Z[ recovery-image] Feb 24 04:47:45.831 INFO O| Feb 24 04:47:45.830 INFO STEP 693 (remove_files) COMPLETE
68752026-02-24T04:47:46.746Z[ recovery-image] Feb 24 04:47:45.831 INFO O| Feb 24 04:47:45.831 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762026-02-24T04:47:46.758Z[ recovery-image] Feb 24 04:47:45.843 INFO O| Feb 24 04:47:45.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68772026-02-24T04:47:46.758Z[ recovery-image] Feb 24 04:47:45.843 INFO O| Feb 24 04:47:45.843 INFO STEP 694 (remove_files) COMPLETE
68782026-02-24T04:47:46.758Z[ recovery-image] Feb 24 04:47:45.843 INFO O| Feb 24 04:47:45.843 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792026-02-24T04:47:46.770Z[ recovery-image] Feb 24 04:47:45.855 INFO O| Feb 24 04:47:45.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68802026-02-24T04:47:46.771Z[ recovery-image] Feb 24 04:47:45.856 INFO O| Feb 24 04:47:45.856 INFO STEP 695 (remove_files) COMPLETE
68812026-02-24T04:47:46.773Z[ recovery-image] Feb 24 04:47:45.856 INFO O| Feb 24 04:47:45.856 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822026-02-24T04:47:46.783Z[ recovery-image] Feb 24 04:47:45.868 INFO O| Feb 24 04:47:45.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68832026-02-24T04:47:46.786Z[ recovery-image] Feb 24 04:47:45.868 INFO O| Feb 24 04:47:45.868 INFO STEP 696 (remove_files) COMPLETE
68842026-02-24T04:47:46.786Z[ recovery-image] Feb 24 04:47:45.868 INFO O| Feb 24 04:47:45.868 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852026-02-24T04:47:46.796Z[ recovery-image] Feb 24 04:47:45.880 INFO O| Feb 24 04:47:45.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68862026-02-24T04:47:46.799Z[ recovery-image] Feb 24 04:47:45.881 INFO O| Feb 24 04:47:45.881 INFO STEP 697 (remove_files) COMPLETE
68872026-02-24T04:47:46.799Z[ recovery-image] Feb 24 04:47:45.881 INFO O| Feb 24 04:47:45.881 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882026-02-24T04:47:46.808Z[ recovery-image] Feb 24 04:47:45.893 INFO O| Feb 24 04:47:45.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68892026-02-24T04:47:46.811Z[ recovery-image] Feb 24 04:47:45.893 INFO O| Feb 24 04:47:45.893 INFO STEP 698 (remove_files) COMPLETE
68902026-02-24T04:47:46.811Z[ recovery-image] Feb 24 04:47:45.893 INFO O| Feb 24 04:47:45.893 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912026-02-24T04:47:46.820Z[ recovery-image] Feb 24 04:47:45.905 INFO O| Feb 24 04:47:45.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68922026-02-24T04:47:46.823Z[ recovery-image] Feb 24 04:47:45.906 INFO O| Feb 24 04:47:45.906 INFO STEP 699 (remove_files) COMPLETE
68932026-02-24T04:47:46.823Z[ recovery-image] Feb 24 04:47:45.906 INFO O| Feb 24 04:47:45.906 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942026-02-24T04:47:46.834Z[ recovery-image] Feb 24 04:47:45.918 INFO O| Feb 24 04:47:45.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68952026-02-24T04:47:46.834Z[ recovery-image] Feb 24 04:47:45.919 INFO O| Feb 24 04:47:45.918 INFO STEP 700 (remove_files) COMPLETE
68962026-02-24T04:47:46.834Z[ recovery-image] Feb 24 04:47:45.919 INFO O| Feb 24 04:47:45.919 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972026-02-24T04:47:46.846Z[ recovery-image] Feb 24 04:47:45.931 INFO O| Feb 24 04:47:45.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68982026-02-24T04:47:46.849Z[ recovery-image] Feb 24 04:47:45.931 INFO O| Feb 24 04:47:45.931 INFO STEP 701 (remove_files) COMPLETE
68992026-02-24T04:47:46.849Z[ recovery-image] Feb 24 04:47:45.931 INFO O| Feb 24 04:47:45.931 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002026-02-24T04:47:46.858Z[ recovery-image] Feb 24 04:47:45.943 INFO O| Feb 24 04:47:45.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69012026-02-24T04:47:46.858Z[ recovery-image] Feb 24 04:47:45.943 INFO O| Feb 24 04:47:45.943 INFO STEP 702 (remove_files) COMPLETE
69022026-02-24T04:47:46.858Z[ recovery-image] Feb 24 04:47:45.943 INFO O| Feb 24 04:47:45.943 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032026-02-24T04:47:46.871Z[ recovery-image] Feb 24 04:47:45.956 INFO O| Feb 24 04:47:45.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69042026-02-24T04:47:46.871Z[ recovery-image] Feb 24 04:47:45.956 INFO O| Feb 24 04:47:45.956 INFO STEP 703 (remove_files) COMPLETE
69052026-02-24T04:47:46.871Z[ recovery-image] Feb 24 04:47:45.956 INFO O| Feb 24 04:47:45.956 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062026-02-24T04:47:46.883Z[ recovery-image] Feb 24 04:47:45.968 INFO O| Feb 24 04:47:45.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69072026-02-24T04:47:46.883Z[ recovery-image] Feb 24 04:47:45.968 INFO O| Feb 24 04:47:45.968 INFO STEP 704 (remove_files) COMPLETE
69082026-02-24T04:47:46.883Z[ recovery-image] Feb 24 04:47:45.968 INFO O| Feb 24 04:47:45.968 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092026-02-24T04:47:46.896Z[ recovery-image] Feb 24 04:47:45.981 INFO O| Feb 24 04:47:45.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69102026-02-24T04:47:46.896Z[ recovery-image] Feb 24 04:47:45.981 INFO O| Feb 24 04:47:45.981 INFO STEP 705 (remove_files) COMPLETE
69112026-02-24T04:47:46.896Z[ recovery-image] Feb 24 04:47:45.981 INFO O| Feb 24 04:47:45.981 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122026-02-24T04:47:46.909Z[ recovery-image] Feb 24 04:47:45.993 INFO O| Feb 24 04:47:45.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69132026-02-24T04:47:46.912Z[ recovery-image] Feb 24 04:47:45.994 INFO O| Feb 24 04:47:45.994 INFO STEP 706 (remove_files) COMPLETE
69142026-02-24T04:47:46.912Z[ recovery-image] Feb 24 04:47:45.994 INFO O| Feb 24 04:47:45.994 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152026-02-24T04:47:46.921Z[ recovery-image] Feb 24 04:47:46.006 INFO O| Feb 24 04:47:46.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69162026-02-24T04:47:46.921Z[ recovery-image] Feb 24 04:47:46.006 INFO O| Feb 24 04:47:46.006 INFO STEP 707 (remove_files) COMPLETE
69172026-02-24T04:47:46.924Z[ recovery-image] Feb 24 04:47:46.006 INFO O| Feb 24 04:47:46.006 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182026-02-24T04:47:46.934Z[ recovery-image] Feb 24 04:47:46.020 INFO O| Feb 24 04:47:46.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69192026-02-24T04:47:46.935Z[ recovery-image] Feb 24 04:47:46.020 INFO O| Feb 24 04:47:46.020 INFO STEP 708 (remove_files) COMPLETE
69202026-02-24T04:47:46.938Z[ recovery-image] Feb 24 04:47:46.020 INFO O| Feb 24 04:47:46.020 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212026-02-24T04:47:46.948Z[ recovery-image] Feb 24 04:47:46.033 INFO O| Feb 24 04:47:46.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69222026-02-24T04:47:46.948Z[ recovery-image] Feb 24 04:47:46.033 INFO O| Feb 24 04:47:46.033 INFO STEP 709 (remove_files) COMPLETE
69232026-02-24T04:47:46.951Z[ recovery-image] Feb 24 04:47:46.033 INFO O| Feb 24 04:47:46.033 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242026-02-24T04:47:46.961Z[ recovery-image] Feb 24 04:47:46.046 INFO O| Feb 24 04:47:46.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69252026-02-24T04:47:46.961Z[ recovery-image] Feb 24 04:47:46.046 INFO O| Feb 24 04:47:46.046 INFO STEP 710 (remove_files) COMPLETE
69262026-02-24T04:47:46.961Z[ recovery-image] Feb 24 04:47:46.046 INFO O| Feb 24 04:47:46.046 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272026-02-24T04:47:46.974Z[ recovery-image] Feb 24 04:47:46.058 INFO O| Feb 24 04:47:46.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69282026-02-24T04:47:46.974Z[ recovery-image] Feb 24 04:47:46.058 INFO O| Feb 24 04:47:46.058 INFO STEP 711 (remove_files) COMPLETE
69292026-02-24T04:47:46.974Z[ recovery-image] Feb 24 04:47:46.058 INFO O| Feb 24 04:47:46.058 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302026-02-24T04:47:46.986Z[ recovery-image] Feb 24 04:47:46.071 INFO O| Feb 24 04:47:46.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69312026-02-24T04:47:46.986Z[ recovery-image] Feb 24 04:47:46.071 INFO O| Feb 24 04:47:46.071 INFO STEP 712 (remove_files) COMPLETE
69322026-02-24T04:47:46.986Z[ recovery-image] Feb 24 04:47:46.071 INFO O| Feb 24 04:47:46.071 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332026-02-24T04:47:47.001Z[ recovery-image] Feb 24 04:47:46.084 INFO O| Feb 24 04:47:46.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69342026-02-24T04:47:47.001Z[ recovery-image] Feb 24 04:47:46.084 INFO O| Feb 24 04:47:46.084 INFO STEP 713 (remove_files) COMPLETE
69352026-02-24T04:47:47.004Z[ recovery-image] Feb 24 04:47:46.084 INFO O| Feb 24 04:47:46.084 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362026-02-24T04:47:47.012Z[ recovery-image] Feb 24 04:47:46.097 INFO O| Feb 24 04:47:46.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69372026-02-24T04:47:47.012Z[ recovery-image] Feb 24 04:47:46.097 INFO O| Feb 24 04:47:46.097 INFO STEP 714 (remove_files) COMPLETE
69382026-02-24T04:47:47.015Z[ recovery-image] Feb 24 04:47:46.097 INFO O| Feb 24 04:47:46.097 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392026-02-24T04:47:47.025Z[ recovery-image] Feb 24 04:47:46.110 INFO O| Feb 24 04:47:46.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69402026-02-24T04:47:47.025Z[ recovery-image] Feb 24 04:47:46.110 INFO O| Feb 24 04:47:46.110 INFO STEP 715 (remove_files) COMPLETE
69412026-02-24T04:47:47.025Z[ recovery-image] Feb 24 04:47:46.110 INFO O| Feb 24 04:47:46.110 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422026-02-24T04:47:47.037Z[ recovery-image] Feb 24 04:47:46.122 INFO O| Feb 24 04:47:46.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69432026-02-24T04:47:47.037Z[ recovery-image] Feb 24 04:47:46.122 INFO O| Feb 24 04:47:46.122 INFO STEP 716 (remove_files) COMPLETE
69442026-02-24T04:47:47.040Z[ recovery-image] Feb 24 04:47:46.122 INFO O| Feb 24 04:47:46.122 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452026-02-24T04:47:47.049Z[ recovery-image] Feb 24 04:47:46.134 INFO O| Feb 24 04:47:46.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69462026-02-24T04:47:47.049Z[ recovery-image] Feb 24 04:47:46.134 INFO O| Feb 24 04:47:46.134 INFO STEP 717 (remove_files) COMPLETE
69472026-02-24T04:47:47.052Z[ recovery-image] Feb 24 04:47:46.134 INFO O| Feb 24 04:47:46.134 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482026-02-24T04:47:47.062Z[ recovery-image] Feb 24 04:47:46.147 INFO O| Feb 24 04:47:46.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69492026-02-24T04:47:47.062Z[ recovery-image] Feb 24 04:47:46.147 INFO O| Feb 24 04:47:46.147 INFO STEP 718 (remove_files) COMPLETE
69502026-02-24T04:47:47.062Z[ recovery-image] Feb 24 04:47:46.147 INFO O| Feb 24 04:47:46.147 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512026-02-24T04:47:47.076Z[ recovery-image] Feb 24 04:47:46.161 INFO O| Feb 24 04:47:46.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69522026-02-24T04:47:47.080Z[ recovery-image] Feb 24 04:47:46.162 INFO O| Feb 24 04:47:46.162 INFO STEP 719 (remove_files) COMPLETE
69532026-02-24T04:47:47.080Z[ recovery-image] Feb 24 04:47:46.162 INFO O| Feb 24 04:47:46.162 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542026-02-24T04:47:47.091Z[ recovery-image] Feb 24 04:47:46.176 INFO O| Feb 24 04:47:46.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69552026-02-24T04:47:47.091Z[ recovery-image] Feb 24 04:47:46.176 INFO O| Feb 24 04:47:46.176 INFO STEP 720 (remove_files) COMPLETE
69562026-02-24T04:47:47.091Z[ recovery-image] Feb 24 04:47:46.176 INFO O| Feb 24 04:47:46.176 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572026-02-24T04:47:47.105Z[ recovery-image] Feb 24 04:47:46.190 INFO O| Feb 24 04:47:46.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69582026-02-24T04:47:47.105Z[ recovery-image] Feb 24 04:47:46.190 INFO O| Feb 24 04:47:46.190 INFO STEP 721 (remove_files) COMPLETE
69592026-02-24T04:47:47.105Z[ recovery-image] Feb 24 04:47:46.190 INFO O| Feb 24 04:47:46.190 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602026-02-24T04:47:47.118Z[ recovery-image] Feb 24 04:47:46.203 INFO O| Feb 24 04:47:46.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69612026-02-24T04:47:47.118Z[ recovery-image] Feb 24 04:47:46.203 INFO O| Feb 24 04:47:46.203 INFO STEP 722 (remove_files) COMPLETE
69622026-02-24T04:47:47.118Z[ recovery-image] Feb 24 04:47:46.203 INFO O| Feb 24 04:47:46.203 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632026-02-24T04:47:47.131Z[ recovery-image] Feb 24 04:47:46.216 INFO O| Feb 24 04:47:46.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69642026-02-24T04:47:47.131Z[ recovery-image] Feb 24 04:47:46.216 INFO O| Feb 24 04:47:46.216 INFO STEP 723 (remove_files) COMPLETE
69652026-02-24T04:47:47.131Z[ recovery-image] Feb 24 04:47:46.216 INFO O| Feb 24 04:47:46.216 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662026-02-24T04:47:47.145Z[ recovery-image] Feb 24 04:47:46.230 INFO O| Feb 24 04:47:46.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69672026-02-24T04:47:47.148Z[ recovery-image] Feb 24 04:47:46.230 INFO O| Feb 24 04:47:46.230 INFO STEP 724 (remove_files) COMPLETE
69682026-02-24T04:47:47.148Z[ recovery-image] Feb 24 04:47:46.230 INFO O| Feb 24 04:47:46.230 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692026-02-24T04:47:47.158Z[ recovery-image] Feb 24 04:47:46.243 INFO O| Feb 24 04:47:46.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69702026-02-24T04:47:47.161Z[ recovery-image] Feb 24 04:47:46.243 INFO O| Feb 24 04:47:46.243 INFO STEP 725 (remove_files) COMPLETE
69712026-02-24T04:47:47.161Z[ recovery-image] Feb 24 04:47:46.243 INFO O| Feb 24 04:47:46.243 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722026-02-24T04:47:47.171Z[ recovery-image] Feb 24 04:47:46.256 INFO O| Feb 24 04:47:46.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69732026-02-24T04:47:47.171Z[ recovery-image] Feb 24 04:47:46.256 INFO O| Feb 24 04:47:46.256 INFO STEP 726 (remove_files) COMPLETE
69742026-02-24T04:47:47.171Z[ recovery-image] Feb 24 04:47:46.256 INFO O| Feb 24 04:47:46.256 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752026-02-24T04:47:47.184Z[ recovery-image] Feb 24 04:47:46.269 INFO O| Feb 24 04:47:46.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69762026-02-24T04:47:47.184Z[ recovery-image] Feb 24 04:47:46.269 INFO O| Feb 24 04:47:46.269 INFO STEP 727 (remove_files) COMPLETE
69772026-02-24T04:47:47.184Z[ recovery-image] Feb 24 04:47:46.269 INFO O| Feb 24 04:47:46.269 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782026-02-24T04:47:47.198Z[ recovery-image] Feb 24 04:47:46.282 INFO O| Feb 24 04:47:46.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69792026-02-24T04:47:47.198Z[ recovery-image] Feb 24 04:47:46.282 INFO O| Feb 24 04:47:46.282 INFO STEP 728 (remove_files) COMPLETE
69802026-02-24T04:47:47.201Z[ recovery-image] Feb 24 04:47:46.282 INFO O| Feb 24 04:47:46.282 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812026-02-24T04:47:47.211Z[ recovery-image] Feb 24 04:47:46.296 INFO O| Feb 24 04:47:46.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69822026-02-24T04:47:47.211Z[ recovery-image] Feb 24 04:47:46.296 INFO O| Feb 24 04:47:46.296 INFO STEP 729 (remove_files) COMPLETE
69832026-02-24T04:47:47.211Z[ recovery-image] Feb 24 04:47:46.296 INFO O| Feb 24 04:47:46.296 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842026-02-24T04:47:47.223Z[ recovery-image] Feb 24 04:47:46.308 INFO O| Feb 24 04:47:46.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69852026-02-24T04:47:47.227Z[ recovery-image] Feb 24 04:47:46.309 INFO O| Feb 24 04:47:46.308 INFO STEP 730 (remove_files) COMPLETE
69862026-02-24T04:47:47.227Z[ recovery-image] Feb 24 04:47:46.309 INFO O| Feb 24 04:47:46.308 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872026-02-24T04:47:47.237Z[ recovery-image] Feb 24 04:47:46.321 INFO O| Feb 24 04:47:46.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69882026-02-24T04:47:47.237Z[ recovery-image] Feb 24 04:47:46.321 INFO O| Feb 24 04:47:46.321 INFO STEP 731 (remove_files) COMPLETE
69892026-02-24T04:47:47.240Z[ recovery-image] Feb 24 04:47:46.321 INFO O| Feb 24 04:47:46.321 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902026-02-24T04:47:47.249Z[ recovery-image] Feb 24 04:47:46.334 INFO O| Feb 24 04:47:46.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69912026-02-24T04:47:47.249Z[ recovery-image] Feb 24 04:47:46.335 INFO O| Feb 24 04:47:46.334 INFO STEP 732 (remove_files) COMPLETE
69922026-02-24T04:47:47.250Z[ recovery-image] Feb 24 04:47:46.335 INFO O| Feb 24 04:47:46.335 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932026-02-24T04:47:47.263Z[ recovery-image] Feb 24 04:47:46.348 INFO O| Feb 24 04:47:46.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69942026-02-24T04:47:47.263Z[ recovery-image] Feb 24 04:47:46.348 INFO O| Feb 24 04:47:46.348 INFO STEP 733 (remove_files) COMPLETE
69952026-02-24T04:47:47.263Z[ recovery-image] Feb 24 04:47:46.348 INFO O| Feb 24 04:47:46.348 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962026-02-24T04:47:47.277Z[ recovery-image] Feb 24 04:47:46.362 INFO O| Feb 24 04:47:46.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69972026-02-24T04:47:47.277Z[ recovery-image] Feb 24 04:47:46.362 INFO O| Feb 24 04:47:46.362 INFO STEP 734 (remove_files) COMPLETE
69982026-02-24T04:47:47.277Z[ recovery-image] Feb 24 04:47:46.362 INFO O| Feb 24 04:47:46.362 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992026-02-24T04:47:47.291Z[ recovery-image] Feb 24 04:47:46.375 INFO O| Feb 24 04:47:46.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70002026-02-24T04:47:47.291Z[ recovery-image] Feb 24 04:47:46.375 INFO O| Feb 24 04:47:46.375 INFO STEP 735 (remove_files) COMPLETE
70012026-02-24T04:47:47.296Z[ recovery-image] Feb 24 04:47:46.375 INFO O| Feb 24 04:47:46.375 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022026-02-24T04:47:47.303Z[ recovery-image] Feb 24 04:47:46.388 INFO O| Feb 24 04:47:46.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70032026-02-24T04:47:47.303Z[ recovery-image] Feb 24 04:47:46.388 INFO O| Feb 24 04:47:46.388 INFO STEP 736 (remove_files) COMPLETE
70042026-02-24T04:47:47.303Z[ recovery-image] Feb 24 04:47:46.388 INFO O| Feb 24 04:47:46.388 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052026-02-24T04:47:47.317Z[ recovery-image] Feb 24 04:47:46.401 INFO O| Feb 24 04:47:46.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70062026-02-24T04:47:47.320Z[ recovery-image] Feb 24 04:47:46.401 INFO O| Feb 24 04:47:46.401 INFO STEP 737 (remove_files) COMPLETE
70072026-02-24T04:47:47.320Z[ recovery-image] Feb 24 04:47:46.401 INFO O| Feb 24 04:47:46.401 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082026-02-24T04:47:47.329Z[ recovery-image] Feb 24 04:47:46.414 INFO O| Feb 24 04:47:46.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70092026-02-24T04:47:47.329Z[ recovery-image] Feb 24 04:47:46.414 INFO O| Feb 24 04:47:46.414 INFO STEP 738 (remove_files) COMPLETE
70102026-02-24T04:47:47.332Z[ recovery-image] Feb 24 04:47:46.414 INFO O| Feb 24 04:47:46.414 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112026-02-24T04:47:47.342Z[ recovery-image] Feb 24 04:47:46.427 INFO O| Feb 24 04:47:46.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70122026-02-24T04:47:47.342Z[ recovery-image] Feb 24 04:47:46.427 INFO O| Feb 24 04:47:46.427 INFO STEP 739 (remove_files) COMPLETE
70132026-02-24T04:47:47.342Z[ recovery-image] Feb 24 04:47:46.427 INFO O| Feb 24 04:47:46.427 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142026-02-24T04:47:47.356Z[ recovery-image] Feb 24 04:47:46.440 INFO O| Feb 24 04:47:46.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70152026-02-24T04:47:47.356Z[ recovery-image] Feb 24 04:47:46.440 INFO O| Feb 24 04:47:46.440 INFO STEP 740 (remove_files) COMPLETE
70162026-02-24T04:47:47.359Z[ recovery-image] Feb 24 04:47:46.440 INFO O| Feb 24 04:47:46.440 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172026-02-24T04:47:47.368Z[ recovery-image] Feb 24 04:47:46.453 INFO O| Feb 24 04:47:46.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70182026-02-24T04:47:47.368Z[ recovery-image] Feb 24 04:47:46.453 INFO O| Feb 24 04:47:46.453 INFO STEP 741 (remove_files) COMPLETE
70192026-02-24T04:47:47.368Z[ recovery-image] Feb 24 04:47:46.453 INFO O| Feb 24 04:47:46.453 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202026-02-24T04:47:47.381Z[ recovery-image] Feb 24 04:47:46.465 INFO O| Feb 24 04:47:46.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70212026-02-24T04:47:47.381Z[ recovery-image] Feb 24 04:47:46.465 INFO O| Feb 24 04:47:46.465 INFO STEP 742 (remove_files) COMPLETE
70222026-02-24T04:47:47.384Z[ recovery-image] Feb 24 04:47:46.465 INFO O| Feb 24 04:47:46.465 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232026-02-24T04:47:47.394Z[ recovery-image] Feb 24 04:47:46.479 INFO O| Feb 24 04:47:46.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70242026-02-24T04:47:47.395Z[ recovery-image] Feb 24 04:47:46.479 INFO O| Feb 24 04:47:46.479 INFO STEP 743 (remove_files) COMPLETE
70252026-02-24T04:47:47.395Z[ recovery-image] Feb 24 04:47:46.479 INFO O| Feb 24 04:47:46.479 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262026-02-24T04:47:47.408Z[ recovery-image] Feb 24 04:47:46.493 INFO O| Feb 24 04:47:46.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70272026-02-24T04:47:47.411Z[ recovery-image] Feb 24 04:47:46.493 INFO O| Feb 24 04:47:46.493 INFO STEP 744 (remove_files) COMPLETE
70282026-02-24T04:47:47.411Z[ recovery-image] Feb 24 04:47:46.493 INFO O| Feb 24 04:47:46.493 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292026-02-24T04:47:47.420Z[ recovery-image] Feb 24 04:47:46.505 INFO O| Feb 24 04:47:46.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70302026-02-24T04:47:47.420Z[ recovery-image] Feb 24 04:47:46.505 INFO O| Feb 24 04:47:46.505 INFO STEP 745 (remove_files) COMPLETE
70312026-02-24T04:47:47.420Z[ recovery-image] Feb 24 04:47:46.505 INFO O| Feb 24 04:47:46.505 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322026-02-24T04:47:47.434Z[ recovery-image] Feb 24 04:47:46.518 INFO O| Feb 24 04:47:46.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70332026-02-24T04:47:47.434Z[ recovery-image] Feb 24 04:47:46.518 INFO O| Feb 24 04:47:46.518 INFO STEP 746 (remove_files) COMPLETE
70342026-02-24T04:47:47.434Z[ recovery-image] Feb 24 04:47:46.518 INFO O| Feb 24 04:47:46.518 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352026-02-24T04:47:47.447Z[ recovery-image] Feb 24 04:47:46.532 INFO O| Feb 24 04:47:46.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70362026-02-24T04:47:47.447Z[ recovery-image] Feb 24 04:47:46.532 INFO O| Feb 24 04:47:46.532 INFO STEP 747 (remove_files) COMPLETE
70372026-02-24T04:47:47.450Z[ recovery-image] Feb 24 04:47:46.532 INFO O| Feb 24 04:47:46.532 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382026-02-24T04:47:47.461Z[ recovery-image] Feb 24 04:47:46.546 INFO O| Feb 24 04:47:46.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70392026-02-24T04:47:47.461Z[ recovery-image] Feb 24 04:47:46.546 INFO O| Feb 24 04:47:46.546 INFO STEP 748 (remove_files) COMPLETE
70402026-02-24T04:47:47.461Z[ recovery-image] Feb 24 04:47:46.546 INFO O| Feb 24 04:47:46.546 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412026-02-24T04:47:47.475Z[ recovery-image] Feb 24 04:47:46.559 INFO O| Feb 24 04:47:46.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70422026-02-24T04:47:47.475Z[ recovery-image] Feb 24 04:47:46.559 INFO O| Feb 24 04:47:46.559 INFO STEP 749 (remove_files) COMPLETE
70432026-02-24T04:47:47.478Z[ recovery-image] Feb 24 04:47:46.559 INFO O| Feb 24 04:47:46.559 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442026-02-24T04:47:47.488Z[ recovery-image] Feb 24 04:47:46.573 INFO O| Feb 24 04:47:46.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70452026-02-24T04:47:47.488Z[ recovery-image] Feb 24 04:47:46.573 INFO O| Feb 24 04:47:46.573 INFO STEP 750 (remove_files) COMPLETE
70462026-02-24T04:47:47.492Z[ recovery-image] Feb 24 04:47:46.573 INFO O| Feb 24 04:47:46.573 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472026-02-24T04:47:47.501Z[ recovery-image] Feb 24 04:47:46.586 INFO O| Feb 24 04:47:46.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70482026-02-24T04:47:47.502Z[ recovery-image] Feb 24 04:47:46.586 INFO O| Feb 24 04:47:46.586 INFO STEP 751 (remove_files) COMPLETE
70492026-02-24T04:47:47.505Z[ recovery-image] Feb 24 04:47:46.586 INFO O| Feb 24 04:47:46.586 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502026-02-24T04:47:47.514Z[ recovery-image] Feb 24 04:47:46.599 INFO O| Feb 24 04:47:46.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70512026-02-24T04:47:47.514Z[ recovery-image] Feb 24 04:47:46.599 INFO O| Feb 24 04:47:46.599 INFO STEP 752 (remove_files) COMPLETE
70522026-02-24T04:47:47.514Z[ recovery-image] Feb 24 04:47:46.599 INFO O| Feb 24 04:47:46.599 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532026-02-24T04:47:47.529Z[ recovery-image] Feb 24 04:47:46.614 INFO O| Feb 24 04:47:46.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70542026-02-24T04:47:47.529Z[ recovery-image] Feb 24 04:47:46.614 INFO O| Feb 24 04:47:46.614 INFO STEP 753 (remove_files) COMPLETE
70552026-02-24T04:47:47.532Z[ recovery-image] Feb 24 04:47:46.614 INFO O| Feb 24 04:47:46.614 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562026-02-24T04:47:47.541Z[ recovery-image] Feb 24 04:47:46.626 INFO O| Feb 24 04:47:46.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70572026-02-24T04:47:47.541Z[ recovery-image] Feb 24 04:47:46.626 INFO O| Feb 24 04:47:46.626 INFO STEP 754 (remove_files) COMPLETE
70582026-02-24T04:47:47.541Z[ recovery-image] Feb 24 04:47:46.626 INFO O| Feb 24 04:47:46.626 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592026-02-24T04:47:47.552Z[ recovery-image] Feb 24 04:47:46.637 INFO O| Feb 24 04:47:46.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70602026-02-24T04:47:47.556Z[ recovery-image] Feb 24 04:47:46.637 INFO O| Feb 24 04:47:46.637 INFO STEP 755 (remove_files) COMPLETE
70612026-02-24T04:47:47.556Z[ recovery-image] Feb 24 04:47:46.637 INFO O| Feb 24 04:47:46.637 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622026-02-24T04:47:47.564Z[ recovery-image] Feb 24 04:47:46.649 INFO O| Feb 24 04:47:46.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70632026-02-24T04:47:47.564Z[ recovery-image] Feb 24 04:47:46.649 INFO O| Feb 24 04:47:46.649 INFO STEP 756 (remove_files) COMPLETE
70642026-02-24T04:47:47.564Z[ recovery-image] Feb 24 04:47:46.649 INFO O| Feb 24 04:47:46.649 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652026-02-24T04:47:47.577Z[ recovery-image] Feb 24 04:47:46.662 INFO O| Feb 24 04:47:46.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70662026-02-24T04:47:47.577Z[ recovery-image] Feb 24 04:47:46.662 INFO O| Feb 24 04:47:46.662 INFO STEP 757 (remove_files) COMPLETE
70672026-02-24T04:47:47.580Z[ recovery-image] Feb 24 04:47:46.662 INFO O| Feb 24 04:47:46.662 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682026-02-24T04:47:47.589Z[ recovery-image] Feb 24 04:47:46.674 INFO O| Feb 24 04:47:46.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70692026-02-24T04:47:47.589Z[ recovery-image] Feb 24 04:47:46.674 INFO O| Feb 24 04:47:46.674 INFO STEP 758 (remove_files) COMPLETE
70702026-02-24T04:47:47.592Z[ recovery-image] Feb 24 04:47:46.674 INFO O| Feb 24 04:47:46.674 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712026-02-24T04:47:47.602Z[ recovery-image] Feb 24 04:47:46.687 INFO O| Feb 24 04:47:46.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70722026-02-24T04:47:47.602Z[ recovery-image] Feb 24 04:47:46.687 INFO O| Feb 24 04:47:46.687 INFO STEP 759 (remove_files) COMPLETE
70732026-02-24T04:47:47.602Z[ recovery-image] Feb 24 04:47:46.687 INFO O| Feb 24 04:47:46.687 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742026-02-24T04:47:47.614Z[ recovery-image] Feb 24 04:47:46.699 INFO O| Feb 24 04:47:46.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70752026-02-24T04:47:47.614Z[ recovery-image] Feb 24 04:47:46.699 INFO O| Feb 24 04:47:46.699 INFO STEP 760 (remove_files) COMPLETE
70762026-02-24T04:47:47.617Z[ recovery-image] Feb 24 04:47:46.699 INFO O| Feb 24 04:47:46.699 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772026-02-24T04:47:47.626Z[ recovery-image] Feb 24 04:47:46.710 INFO O| Feb 24 04:47:46.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70782026-02-24T04:47:47.626Z[ recovery-image] Feb 24 04:47:46.711 INFO O| Feb 24 04:47:46.711 INFO STEP 761 (remove_files) COMPLETE
70792026-02-24T04:47:47.626Z[ recovery-image] Feb 24 04:47:46.711 INFO O| Feb 24 04:47:46.711 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802026-02-24T04:47:47.638Z[ recovery-image] Feb 24 04:47:46.723 INFO O| Feb 24 04:47:46.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70812026-02-24T04:47:47.641Z[ recovery-image] Feb 24 04:47:46.724 INFO O| Feb 24 04:47:46.724 INFO STEP 762 (remove_files) COMPLETE
70822026-02-24T04:47:47.641Z[ recovery-image] Feb 24 04:47:46.724 INFO O| Feb 24 04:47:46.724 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832026-02-24T04:47:47.651Z[ recovery-image] Feb 24 04:47:46.736 INFO O| Feb 24 04:47:46.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70842026-02-24T04:47:47.654Z[ recovery-image] Feb 24 04:47:46.737 INFO O| Feb 24 04:47:46.737 INFO STEP 763 (remove_files) COMPLETE
70852026-02-24T04:47:47.654Z[ recovery-image] Feb 24 04:47:46.737 INFO O| Feb 24 04:47:46.737 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862026-02-24T04:47:47.664Z[ recovery-image] Feb 24 04:47:46.749 INFO O| Feb 24 04:47:46.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70872026-02-24T04:47:47.664Z[ recovery-image] Feb 24 04:47:46.749 INFO O| Feb 24 04:47:46.749 INFO STEP 764 (remove_files) COMPLETE
70882026-02-24T04:47:47.664Z[ recovery-image] Feb 24 04:47:46.749 INFO O| Feb 24 04:47:46.749 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892026-02-24T04:47:47.676Z[ recovery-image] Feb 24 04:47:46.761 INFO O| Feb 24 04:47:46.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70902026-02-24T04:47:47.676Z[ recovery-image] Feb 24 04:47:46.761 INFO O| Feb 24 04:47:46.761 INFO STEP 765 (remove_files) COMPLETE
70912026-02-24T04:47:47.676Z[ recovery-image] Feb 24 04:47:46.761 INFO O| Feb 24 04:47:46.761 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922026-02-24T04:47:47.689Z[ recovery-image] Feb 24 04:47:46.774 INFO O| Feb 24 04:47:46.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70932026-02-24T04:47:47.689Z[ recovery-image] Feb 24 04:47:46.774 INFO O| Feb 24 04:47:46.774 INFO STEP 766 (remove_files) COMPLETE
70942026-02-24T04:47:47.689Z[ recovery-image] Feb 24 04:47:46.774 INFO O| Feb 24 04:47:46.774 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952026-02-24T04:47:47.702Z[ recovery-image] Feb 24 04:47:46.787 INFO O| Feb 24 04:47:46.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70962026-02-24T04:47:47.702Z[ recovery-image] Feb 24 04:47:46.787 INFO O| Feb 24 04:47:46.787 INFO STEP 767 (remove_files) COMPLETE
70972026-02-24T04:47:47.702Z[ recovery-image] Feb 24 04:47:46.787 INFO O| Feb 24 04:47:46.787 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982026-02-24T04:47:47.714Z[ recovery-image] Feb 24 04:47:46.799 INFO O| Feb 24 04:47:46.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70992026-02-24T04:47:47.714Z[ recovery-image] Feb 24 04:47:46.799 INFO O| Feb 24 04:47:46.799 INFO STEP 768 (remove_files) COMPLETE
71002026-02-24T04:47:47.714Z[ recovery-image] Feb 24 04:47:46.799 INFO O| Feb 24 04:47:46.799 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012026-02-24T04:47:47.727Z[ recovery-image] Feb 24 04:47:46.812 INFO O| Feb 24 04:47:46.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71022026-02-24T04:47:47.727Z[ recovery-image] Feb 24 04:47:46.812 INFO O| Feb 24 04:47:46.812 INFO STEP 769 (remove_files) COMPLETE
71032026-02-24T04:47:47.730Z[ recovery-image] Feb 24 04:47:46.812 INFO O| Feb 24 04:47:46.812 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042026-02-24T04:47:47.740Z[ recovery-image] Feb 24 04:47:46.825 INFO O| Feb 24 04:47:46.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71052026-02-24T04:47:47.740Z[ recovery-image] Feb 24 04:47:46.825 INFO O| Feb 24 04:47:46.825 INFO STEP 770 (remove_files) COMPLETE
71062026-02-24T04:47:47.740Z[ recovery-image] Feb 24 04:47:46.825 INFO O| Feb 24 04:47:46.825 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072026-02-24T04:47:47.754Z[ recovery-image] Feb 24 04:47:46.839 INFO O| Feb 24 04:47:46.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71082026-02-24T04:47:47.754Z[ recovery-image] Feb 24 04:47:46.839 INFO O| Feb 24 04:47:46.839 INFO STEP 771 (remove_files) COMPLETE
71092026-02-24T04:47:47.754Z[ recovery-image] Feb 24 04:47:46.839 INFO O| Feb 24 04:47:46.839 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102026-02-24T04:47:47.768Z[ recovery-image] Feb 24 04:47:46.853 INFO O| Feb 24 04:47:46.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71112026-02-24T04:47:47.768Z[ recovery-image] Feb 24 04:47:46.853 INFO O| Feb 24 04:47:46.853 INFO STEP 772 (remove_files) COMPLETE
71122026-02-24T04:47:47.768Z[ recovery-image] Feb 24 04:47:46.853 INFO O| Feb 24 04:47:46.853 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132026-02-24T04:47:47.781Z[ recovery-image] Feb 24 04:47:46.865 INFO O| Feb 24 04:47:46.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71142026-02-24T04:47:47.781Z[ recovery-image] Feb 24 04:47:46.865 INFO O| Feb 24 04:47:46.865 INFO STEP 773 (remove_files) COMPLETE
71152026-02-24T04:47:47.781Z[ recovery-image] Feb 24 04:47:46.865 INFO O| Feb 24 04:47:46.865 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162026-02-24T04:47:47.792Z[ recovery-image] Feb 24 04:47:46.877 INFO O| Feb 24 04:47:46.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71172026-02-24T04:47:47.793Z[ recovery-image] Feb 24 04:47:46.877 INFO O| Feb 24 04:47:46.877 INFO STEP 774 (remove_files) COMPLETE
71182026-02-24T04:47:47.796Z[ recovery-image] Feb 24 04:47:46.877 INFO O| Feb 24 04:47:46.877 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192026-02-24T04:47:47.806Z[ recovery-image] Feb 24 04:47:46.891 INFO O| Feb 24 04:47:46.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71202026-02-24T04:47:47.809Z[ recovery-image] Feb 24 04:47:46.891 INFO O| Feb 24 04:47:46.891 INFO STEP 775 (remove_files) COMPLETE
71212026-02-24T04:47:47.809Z[ recovery-image] Feb 24 04:47:46.891 INFO O| Feb 24 04:47:46.891 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222026-02-24T04:47:47.818Z[ recovery-image] Feb 24 04:47:46.903 INFO O| Feb 24 04:47:46.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71232026-02-24T04:47:47.818Z[ recovery-image] Feb 24 04:47:46.904 INFO O| Feb 24 04:47:46.903 INFO STEP 776 (remove_files) COMPLETE
71242026-02-24T04:47:47.821Z[ recovery-image] Feb 24 04:47:46.904 INFO O| Feb 24 04:47:46.903 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252026-02-24T04:47:47.830Z[ recovery-image] Feb 24 04:47:46.915 INFO O| Feb 24 04:47:46.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71262026-02-24T04:47:47.830Z[ recovery-image] Feb 24 04:47:46.915 INFO O| Feb 24 04:47:46.915 INFO STEP 777 (remove_files) COMPLETE
71272026-02-24T04:47:47.833Z[ recovery-image] Feb 24 04:47:46.915 INFO O| Feb 24 04:47:46.915 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282026-02-24T04:47:47.844Z[ recovery-image] Feb 24 04:47:46.928 INFO O| Feb 24 04:47:46.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71292026-02-24T04:47:47.844Z[ recovery-image] Feb 24 04:47:46.929 INFO O| Feb 24 04:47:46.929 INFO STEP 778 (remove_files) COMPLETE
71302026-02-24T04:47:47.844Z[ recovery-image] Feb 24 04:47:46.929 INFO O| Feb 24 04:47:46.929 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312026-02-24T04:47:47.857Z[ recovery-image] Feb 24 04:47:46.942 INFO O| Feb 24 04:47:46.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71322026-02-24T04:47:47.857Z[ recovery-image] Feb 24 04:47:46.942 INFO O| Feb 24 04:47:46.942 INFO STEP 779 (remove_files) COMPLETE
71332026-02-24T04:47:47.857Z[ recovery-image] Feb 24 04:47:46.942 INFO O| Feb 24 04:47:46.942 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342026-02-24T04:47:47.871Z[ recovery-image] Feb 24 04:47:46.955 INFO O| Feb 24 04:47:46.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71352026-02-24T04:47:47.871Z[ recovery-image] Feb 24 04:47:46.956 INFO O| Feb 24 04:47:46.956 INFO STEP 780 (remove_files) COMPLETE
71362026-02-24T04:47:47.873Z[ recovery-image] Feb 24 04:47:46.956 INFO O| Feb 24 04:47:46.956 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372026-02-24T04:47:47.885Z[ recovery-image] Feb 24 04:47:46.969 INFO O| Feb 24 04:47:46.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71382026-02-24T04:47:47.885Z[ recovery-image] Feb 24 04:47:46.969 INFO O| Feb 24 04:47:46.969 INFO STEP 781 (remove_files) COMPLETE
71392026-02-24T04:47:47.885Z[ recovery-image] Feb 24 04:47:46.969 INFO O| Feb 24 04:47:46.969 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402026-02-24T04:47:47.899Z[ recovery-image] Feb 24 04:47:46.983 INFO O| Feb 24 04:47:46.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71412026-02-24T04:47:47.899Z[ recovery-image] Feb 24 04:47:46.983 INFO O| Feb 24 04:47:46.983 INFO STEP 782 (remove_files) COMPLETE
71422026-02-24T04:47:47.899Z[ recovery-image] Feb 24 04:47:46.983 INFO O| Feb 24 04:47:46.983 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432026-02-24T04:47:47.911Z[ recovery-image] Feb 24 04:47:46.996 INFO O| Feb 24 04:47:46.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71442026-02-24T04:47:47.911Z[ recovery-image] Feb 24 04:47:46.996 INFO O| Feb 24 04:47:46.996 INFO STEP 783 (remove_files) COMPLETE
71452026-02-24T04:47:47.914Z[ recovery-image] Feb 24 04:47:46.996 INFO O| Feb 24 04:47:46.996 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462026-02-24T04:47:47.923Z[ recovery-image] Feb 24 04:47:47.008 INFO O| Feb 24 04:47:47.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71472026-02-24T04:47:47.923Z[ recovery-image] Feb 24 04:47:47.008 INFO O| Feb 24 04:47:47.008 INFO STEP 784 (remove_files) COMPLETE
71482026-02-24T04:47:47.927Z[ recovery-image] Feb 24 04:47:47.008 INFO O| Feb 24 04:47:47.008 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492026-02-24T04:47:47.935Z[ recovery-image] Feb 24 04:47:47.020 INFO O| Feb 24 04:47:47.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71502026-02-24T04:47:47.935Z[ recovery-image] Feb 24 04:47:47.020 INFO O| Feb 24 04:47:47.020 INFO STEP 785 (remove_files) COMPLETE
71512026-02-24T04:47:47.935Z[ recovery-image] Feb 24 04:47:47.020 INFO O| Feb 24 04:47:47.020 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522026-02-24T04:47:47.948Z[ recovery-image] Feb 24 04:47:47.033 INFO O| Feb 24 04:47:47.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71532026-02-24T04:47:47.948Z[ recovery-image] Feb 24 04:47:47.033 INFO O| Feb 24 04:47:47.033 INFO STEP 786 (remove_files) COMPLETE
71542026-02-24T04:47:47.948Z[ recovery-image] Feb 24 04:47:47.033 INFO O| Feb 24 04:47:47.033 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552026-02-24T04:47:47.960Z[ recovery-image] Feb 24 04:47:47.045 INFO O| Feb 24 04:47:47.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71562026-02-24T04:47:47.960Z[ recovery-image] Feb 24 04:47:47.045 INFO O| Feb 24 04:47:47.045 INFO STEP 787 (remove_files) COMPLETE
71572026-02-24T04:47:47.960Z[ recovery-image] Feb 24 04:47:47.045 INFO O| Feb 24 04:47:47.045 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582026-02-24T04:47:47.971Z[ recovery-image] Feb 24 04:47:47.056 INFO O| Feb 24 04:47:47.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71592026-02-24T04:47:47.972Z[ recovery-image] Feb 24 04:47:47.057 INFO O| Feb 24 04:47:47.056 INFO STEP 788 (remove_files) COMPLETE
71602026-02-24T04:47:47.972Z[ recovery-image] Feb 24 04:47:47.057 INFO O| Feb 24 04:47:47.057 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612026-02-24T04:47:47.984Z[ recovery-image] Feb 24 04:47:47.069 INFO O| Feb 24 04:47:47.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71622026-02-24T04:47:47.984Z[ recovery-image] Feb 24 04:47:47.069 INFO O| Feb 24 04:47:47.069 INFO STEP 789 (remove_files) COMPLETE
71632026-02-24T04:47:47.988Z[ recovery-image] Feb 24 04:47:47.069 INFO O| Feb 24 04:47:47.069 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642026-02-24T04:47:47.997Z[ recovery-image] Feb 24 04:47:47.082 INFO O| Feb 24 04:47:47.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71652026-02-24T04:47:47.997Z[ recovery-image] Feb 24 04:47:47.082 INFO O| Feb 24 04:47:47.082 INFO STEP 790 (remove_files) COMPLETE
71662026-02-24T04:47:48.000Z[ recovery-image] Feb 24 04:47:47.082 INFO O| Feb 24 04:47:47.082 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672026-02-24T04:47:48.010Z[ recovery-image] Feb 24 04:47:47.094 INFO O| Feb 24 04:47:47.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71682026-02-24T04:47:48.010Z[ recovery-image] Feb 24 04:47:47.095 INFO O| Feb 24 04:47:47.095 INFO STEP 791 (remove_files) COMPLETE
71692026-02-24T04:47:48.010Z[ recovery-image] Feb 24 04:47:47.095 INFO O| Feb 24 04:47:47.095 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702026-02-24T04:47:48.022Z[ recovery-image] Feb 24 04:47:47.107 INFO O| Feb 24 04:47:47.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71712026-02-24T04:47:48.022Z[ recovery-image] Feb 24 04:47:47.107 INFO O| Feb 24 04:47:47.107 INFO STEP 792 (remove_files) COMPLETE
71722026-02-24T04:47:48.022Z[ recovery-image] Feb 24 04:47:47.107 INFO O| Feb 24 04:47:47.107 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732026-02-24T04:47:48.035Z[ recovery-image] Feb 24 04:47:47.120 INFO O| Feb 24 04:47:47.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71742026-02-24T04:47:48.035Z[ recovery-image] Feb 24 04:47:47.120 INFO O| Feb 24 04:47:47.120 INFO STEP 793 (remove_files) COMPLETE
71752026-02-24T04:47:48.035Z[ recovery-image] Feb 24 04:47:47.120 INFO O| Feb 24 04:47:47.120 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762026-02-24T04:47:48.048Z[ recovery-image] Feb 24 04:47:47.132 INFO O| Feb 24 04:47:47.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71772026-02-24T04:47:48.051Z[ recovery-image] Feb 24 04:47:47.132 INFO O| Feb 24 04:47:47.132 INFO STEP 794 (remove_files) COMPLETE
71782026-02-24T04:47:48.051Z[ recovery-image] Feb 24 04:47:47.132 INFO O| Feb 24 04:47:47.132 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792026-02-24T04:47:48.060Z[ recovery-image] Feb 24 04:47:47.145 INFO O| Feb 24 04:47:47.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71802026-02-24T04:47:48.060Z[ recovery-image] Feb 24 04:47:47.145 INFO O| Feb 24 04:47:47.145 INFO STEP 795 (remove_files) COMPLETE
71812026-02-24T04:47:48.060Z[ recovery-image] Feb 24 04:47:47.145 INFO O| Feb 24 04:47:47.145 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822026-02-24T04:47:48.072Z[ recovery-image] Feb 24 04:47:47.157 INFO O| Feb 24 04:47:47.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71832026-02-24T04:47:48.072Z[ recovery-image] Feb 24 04:47:47.157 INFO O| Feb 24 04:47:47.157 INFO STEP 796 (remove_files) COMPLETE
71842026-02-24T04:47:48.073Z[ recovery-image] Feb 24 04:47:47.157 INFO O| Feb 24 04:47:47.157 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852026-02-24T04:47:48.086Z[ recovery-image] Feb 24 04:47:47.171 INFO O| Feb 24 04:47:47.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71862026-02-24T04:47:48.086Z[ recovery-image] Feb 24 04:47:47.171 INFO O| Feb 24 04:47:47.171 INFO STEP 797 (remove_files) COMPLETE
71872026-02-24T04:47:48.086Z[ recovery-image] Feb 24 04:47:47.171 INFO O| Feb 24 04:47:47.171 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882026-02-24T04:47:48.099Z[ recovery-image] Feb 24 04:47:47.184 INFO O| Feb 24 04:47:47.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71892026-02-24T04:47:48.099Z[ recovery-image] Feb 24 04:47:47.184 INFO O| Feb 24 04:47:47.184 INFO STEP 798 (remove_files) COMPLETE
71902026-02-24T04:47:48.099Z[ recovery-image] Feb 24 04:47:47.184 INFO O| Feb 24 04:47:47.184 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912026-02-24T04:47:48.112Z[ recovery-image] Feb 24 04:47:47.197 INFO O| Feb 24 04:47:47.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71922026-02-24T04:47:48.112Z[ recovery-image] Feb 24 04:47:47.197 INFO O| Feb 24 04:47:47.197 INFO STEP 799 (remove_files) COMPLETE
71932026-02-24T04:47:48.112Z[ recovery-image] Feb 24 04:47:47.197 INFO O| Feb 24 04:47:47.197 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942026-02-24T04:47:48.126Z[ recovery-image] Feb 24 04:47:47.210 INFO O| Feb 24 04:47:47.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71952026-02-24T04:47:48.126Z[ recovery-image] Feb 24 04:47:47.211 INFO O| Feb 24 04:47:47.211 INFO STEP 800 (remove_files) COMPLETE
71962026-02-24T04:47:48.129Z[ recovery-image] Feb 24 04:47:47.211 INFO O| Feb 24 04:47:47.211 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972026-02-24T04:47:48.181Z[ recovery-image] Feb 24 04:47:47.224 INFO O| Feb 24 04:47:47.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71982026-02-24T04:47:48.181Z[ recovery-image] Feb 24 04:47:47.224 INFO O| Feb 24 04:47:47.224 INFO STEP 801 (remove_files) COMPLETE
71992026-02-24T04:47:48.181Z[ recovery-image] Feb 24 04:47:47.224 INFO O| Feb 24 04:47:47.224 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002026-02-24T04:47:48.181Z[ recovery-image] Feb 24 04:47:47.238 INFO O| Feb 24 04:47:47.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72012026-02-24T04:47:48.181Z[ recovery-image] Feb 24 04:47:47.238 INFO O| Feb 24 04:47:47.238 INFO STEP 802 (remove_files) COMPLETE
72022026-02-24T04:47:48.181Z[ recovery-image] Feb 24 04:47:47.238 INFO O| Feb 24 04:47:47.238 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032026-02-24T04:47:48.181Z[ recovery-image] Feb 24 04:47:47.251 INFO O| Feb 24 04:47:47.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72042026-02-24T04:47:48.181Z[ recovery-image] Feb 24 04:47:47.251 INFO O| Feb 24 04:47:47.251 INFO STEP 803 (remove_files) COMPLETE
72052026-02-24T04:47:48.181Z[ recovery-image] Feb 24 04:47:47.251 INFO O| Feb 24 04:47:47.251 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062026-02-24T04:47:48.185Z[ recovery-image] Feb 24 04:47:47.265 INFO O| Feb 24 04:47:47.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72072026-02-24T04:47:48.185Z[ recovery-image] Feb 24 04:47:47.265 INFO O| Feb 24 04:47:47.265 INFO STEP 804 (remove_files) COMPLETE
72082026-02-24T04:47:48.185Z[ recovery-image] Feb 24 04:47:47.265 INFO O| Feb 24 04:47:47.265 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092026-02-24T04:47:48.193Z[ recovery-image] Feb 24 04:47:47.278 INFO O| Feb 24 04:47:47.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72102026-02-24T04:47:48.193Z[ recovery-image] Feb 24 04:47:47.278 INFO O| Feb 24 04:47:47.278 INFO STEP 805 (remove_files) COMPLETE
72112026-02-24T04:47:48.196Z[ recovery-image] Feb 24 04:47:47.278 INFO O| Feb 24 04:47:47.278 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122026-02-24T04:47:48.206Z[ recovery-image] Feb 24 04:47:47.291 INFO O| Feb 24 04:47:47.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72132026-02-24T04:47:48.206Z[ recovery-image] Feb 24 04:47:47.291 INFO O| Feb 24 04:47:47.291 INFO STEP 806 (remove_files) COMPLETE
72142026-02-24T04:47:48.206Z[ recovery-image] Feb 24 04:47:47.291 INFO O| Feb 24 04:47:47.291 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152026-02-24T04:47:48.219Z[ recovery-image] Feb 24 04:47:47.304 INFO O| Feb 24 04:47:47.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72162026-02-24T04:47:48.219Z[ recovery-image] Feb 24 04:47:47.304 INFO O| Feb 24 04:47:47.304 INFO STEP 807 (remove_files) COMPLETE
72172026-02-24T04:47:48.219Z[ recovery-image] Feb 24 04:47:47.304 INFO O| Feb 24 04:47:47.304 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182026-02-24T04:47:48.233Z[ recovery-image] Feb 24 04:47:47.317 INFO O| Feb 24 04:47:47.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72192026-02-24T04:47:48.233Z[ recovery-image] Feb 24 04:47:47.317 INFO O| Feb 24 04:47:47.317 INFO STEP 808 (remove_files) COMPLETE
72202026-02-24T04:47:48.233Z[ recovery-image] Feb 24 04:47:47.317 INFO O| Feb 24 04:47:47.317 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212026-02-24T04:47:48.246Z[ recovery-image] Feb 24 04:47:47.331 INFO O| Feb 24 04:47:47.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72222026-02-24T04:47:48.246Z[ recovery-image] Feb 24 04:47:47.331 INFO O| Feb 24 04:47:47.331 INFO STEP 809 (remove_files) COMPLETE
72232026-02-24T04:47:48.246Z[ recovery-image] Feb 24 04:47:47.331 INFO O| Feb 24 04:47:47.331 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242026-02-24T04:47:48.260Z[ recovery-image] Feb 24 04:47:47.344 INFO O| Feb 24 04:47:47.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72252026-02-24T04:47:48.260Z[ recovery-image] Feb 24 04:47:47.344 INFO O| Feb 24 04:47:47.344 INFO STEP 810 (remove_files) COMPLETE
72262026-02-24T04:47:48.264Z[ recovery-image] Feb 24 04:47:47.344 INFO O| Feb 24 04:47:47.344 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272026-02-24T04:47:48.273Z[ recovery-image] Feb 24 04:47:47.357 INFO O| Feb 24 04:47:47.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72282026-02-24T04:47:48.273Z[ recovery-image] Feb 24 04:47:47.357 INFO O| Feb 24 04:47:47.357 INFO STEP 811 (remove_files) COMPLETE
72292026-02-24T04:47:48.276Z[ recovery-image] Feb 24 04:47:47.358 INFO O| Feb 24 04:47:47.357 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302026-02-24T04:47:48.286Z[ recovery-image] Feb 24 04:47:47.371 INFO O| Feb 24 04:47:47.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72312026-02-24T04:47:48.286Z[ recovery-image] Feb 24 04:47:47.371 INFO O| Feb 24 04:47:47.371 INFO STEP 812 (remove_files) COMPLETE
72322026-02-24T04:47:48.289Z[ recovery-image] Feb 24 04:47:47.371 INFO O| Feb 24 04:47:47.371 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332026-02-24T04:47:48.300Z[ recovery-image] Feb 24 04:47:47.384 INFO O| Feb 24 04:47:47.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72342026-02-24T04:47:48.300Z[ recovery-image] Feb 24 04:47:47.384 INFO O| Feb 24 04:47:47.384 INFO STEP 813 (remove_files) COMPLETE
72352026-02-24T04:47:48.303Z[ recovery-image] Feb 24 04:47:47.384 INFO O| Feb 24 04:47:47.384 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362026-02-24T04:47:48.313Z[ recovery-image] Feb 24 04:47:47.398 INFO O| Feb 24 04:47:47.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72372026-02-24T04:47:48.316Z[ recovery-image] Feb 24 04:47:47.398 INFO O| Feb 24 04:47:47.398 INFO STEP 814 (remove_files) COMPLETE
72382026-02-24T04:47:48.316Z[ recovery-image] Feb 24 04:47:47.398 INFO O| Feb 24 04:47:47.398 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392026-02-24T04:47:48.326Z[ recovery-image] Feb 24 04:47:47.410 INFO O| Feb 24 04:47:47.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72402026-02-24T04:47:48.326Z[ recovery-image] Feb 24 04:47:47.411 INFO O| Feb 24 04:47:47.411 INFO STEP 815 (remove_files) COMPLETE
72412026-02-24T04:47:48.329Z[ recovery-image] Feb 24 04:47:47.411 INFO O| Feb 24 04:47:47.411 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422026-02-24T04:47:48.337Z[ recovery-image] Feb 24 04:47:47.422 INFO O| Feb 24 04:47:47.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72432026-02-24T04:47:48.340Z[ recovery-image] Feb 24 04:47:47.422 INFO O| Feb 24 04:47:47.422 INFO STEP 816 (remove_files) COMPLETE
72442026-02-24T04:47:48.340Z[ recovery-image] Feb 24 04:47:47.422 INFO O| Feb 24 04:47:47.422 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452026-02-24T04:47:48.350Z[ recovery-image] Feb 24 04:47:47.435 INFO O| Feb 24 04:47:47.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72462026-02-24T04:47:48.350Z[ recovery-image] Feb 24 04:47:47.435 INFO O| Feb 24 04:47:47.435 INFO STEP 817 (remove_files) COMPLETE
72472026-02-24T04:47:48.353Z[ recovery-image] Feb 24 04:47:47.435 INFO O| Feb 24 04:47:47.435 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482026-02-24T04:47:48.364Z[ recovery-image] Feb 24 04:47:47.449 INFO O| Feb 24 04:47:47.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72492026-02-24T04:47:48.364Z[ recovery-image] Feb 24 04:47:47.449 INFO O| Feb 24 04:47:47.449 INFO STEP 818 (remove_files) COMPLETE
72502026-02-24T04:47:48.364Z[ recovery-image] Feb 24 04:47:47.449 INFO O| Feb 24 04:47:47.449 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512026-02-24T04:47:48.377Z[ recovery-image] Feb 24 04:47:47.462 INFO O| Feb 24 04:47:47.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72522026-02-24T04:47:48.377Z[ recovery-image] Feb 24 04:47:47.462 INFO O| Feb 24 04:47:47.462 INFO STEP 819 (remove_files) COMPLETE
72532026-02-24T04:47:48.380Z[ recovery-image] Feb 24 04:47:47.462 INFO O| Feb 24 04:47:47.462 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542026-02-24T04:47:48.391Z[ recovery-image] Feb 24 04:47:47.475 INFO O| Feb 24 04:47:47.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72552026-02-24T04:47:48.391Z[ recovery-image] Feb 24 04:47:47.476 INFO O| Feb 24 04:47:47.476 INFO STEP 820 (remove_files) COMPLETE
72562026-02-24T04:47:48.391Z[ recovery-image] Feb 24 04:47:47.476 INFO O| Feb 24 04:47:47.476 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572026-02-24T04:47:48.403Z[ recovery-image] Feb 24 04:47:47.488 INFO O| Feb 24 04:47:47.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72582026-02-24T04:47:48.407Z[ recovery-image] Feb 24 04:47:47.489 INFO O| Feb 24 04:47:47.488 INFO STEP 821 (remove_files) COMPLETE
72592026-02-24T04:47:48.407Z[ recovery-image] Feb 24 04:47:47.489 INFO O| Feb 24 04:47:47.489 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602026-02-24T04:47:48.416Z[ recovery-image] Feb 24 04:47:47.501 INFO O| Feb 24 04:47:47.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72612026-02-24T04:47:48.416Z[ recovery-image] Feb 24 04:47:47.501 INFO O| Feb 24 04:47:47.501 INFO STEP 822 (remove_files) COMPLETE
72622026-02-24T04:47:48.416Z[ recovery-image] Feb 24 04:47:47.501 INFO O| Feb 24 04:47:47.501 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632026-02-24T04:47:48.429Z[ recovery-image] Feb 24 04:47:47.514 INFO O| Feb 24 04:47:47.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72642026-02-24T04:47:48.432Z[ recovery-image] Feb 24 04:47:47.514 INFO O| Feb 24 04:47:47.514 INFO STEP 823 (remove_files) COMPLETE
72652026-02-24T04:47:48.432Z[ recovery-image] Feb 24 04:47:47.514 INFO O| Feb 24 04:47:47.514 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662026-02-24T04:47:48.442Z[ recovery-image] Feb 24 04:47:47.526 INFO O| Feb 24 04:47:47.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72672026-02-24T04:47:48.442Z[ recovery-image] Feb 24 04:47:47.527 INFO O| Feb 24 04:47:47.527 INFO STEP 824 (remove_files) COMPLETE
72682026-02-24T04:47:48.445Z[ recovery-image] Feb 24 04:47:47.527 INFO O| Feb 24 04:47:47.527 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692026-02-24T04:47:48.453Z[ recovery-image] Feb 24 04:47:47.538 INFO O| Feb 24 04:47:47.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72702026-02-24T04:47:48.453Z[ recovery-image] Feb 24 04:47:47.538 INFO O| Feb 24 04:47:47.538 INFO STEP 825 (remove_files) COMPLETE
72712026-02-24T04:47:48.453Z[ recovery-image] Feb 24 04:47:47.538 INFO O| Feb 24 04:47:47.538 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722026-02-24T04:47:48.466Z[ recovery-image] Feb 24 04:47:47.550 INFO O| Feb 24 04:47:47.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72732026-02-24T04:47:48.466Z[ recovery-image] Feb 24 04:47:47.550 INFO O| Feb 24 04:47:47.550 INFO STEP 826 (remove_files) COMPLETE
72742026-02-24T04:47:48.466Z[ recovery-image] Feb 24 04:47:47.550 INFO O| Feb 24 04:47:47.550 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752026-02-24T04:47:48.478Z[ recovery-image] Feb 24 04:47:47.562 INFO O| Feb 24 04:47:47.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72762026-02-24T04:47:48.481Z[ recovery-image] Feb 24 04:47:47.563 INFO O| Feb 24 04:47:47.563 INFO STEP 827 (remove_files) COMPLETE
72772026-02-24T04:47:48.481Z[ recovery-image] Feb 24 04:47:47.563 INFO O| Feb 24 04:47:47.563 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782026-02-24T04:47:48.491Z[ recovery-image] Feb 24 04:47:47.576 INFO O| Feb 24 04:47:47.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72792026-02-24T04:47:48.491Z[ recovery-image] Feb 24 04:47:47.576 INFO O| Feb 24 04:47:47.576 INFO STEP 828 (remove_files) COMPLETE
72802026-02-24T04:47:48.491Z[ recovery-image] Feb 24 04:47:47.576 INFO O| Feb 24 04:47:47.576 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812026-02-24T04:47:48.505Z[ recovery-image] Feb 24 04:47:47.589 INFO O| Feb 24 04:47:47.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72822026-02-24T04:47:48.505Z[ recovery-image] Feb 24 04:47:47.589 INFO O| Feb 24 04:47:47.589 INFO STEP 829 (remove_files) COMPLETE
72832026-02-24T04:47:48.506Z[ recovery-image] Feb 24 04:47:47.589 INFO O| Feb 24 04:47:47.589 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842026-02-24T04:47:48.518Z[ recovery-image] Feb 24 04:47:47.603 INFO O| Feb 24 04:47:47.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72852026-02-24T04:47:48.518Z[ recovery-image] Feb 24 04:47:47.603 INFO O| Feb 24 04:47:47.603 INFO STEP 830 (remove_files) COMPLETE
72862026-02-24T04:47:48.522Z[ recovery-image] Feb 24 04:47:47.603 INFO O| Feb 24 04:47:47.603 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872026-02-24T04:47:48.532Z[ recovery-image] Feb 24 04:47:47.617 INFO O| Feb 24 04:47:47.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72882026-02-24T04:47:48.532Z[ recovery-image] Feb 24 04:47:47.617 INFO O| Feb 24 04:47:47.617 INFO STEP 831 (remove_files) COMPLETE
72892026-02-24T04:47:48.532Z[ recovery-image] Feb 24 04:47:47.617 INFO O| Feb 24 04:47:47.617 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902026-02-24T04:47:48.546Z[ recovery-image] Feb 24 04:47:47.630 INFO O| Feb 24 04:47:47.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72912026-02-24T04:47:48.546Z[ recovery-image] Feb 24 04:47:47.630 INFO O| Feb 24 04:47:47.630 INFO STEP 832 (remove_files) COMPLETE
72922026-02-24T04:47:48.549Z[ recovery-image] Feb 24 04:47:47.630 INFO O| Feb 24 04:47:47.630 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932026-02-24T04:47:48.559Z[ recovery-image] Feb 24 04:47:47.644 INFO O| Feb 24 04:47:47.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72942026-02-24T04:47:48.559Z[ recovery-image] Feb 24 04:47:47.644 INFO O| Feb 24 04:47:47.644 INFO STEP 833 (remove_files) COMPLETE
72952026-02-24T04:47:48.559Z[ recovery-image] Feb 24 04:47:47.644 INFO O| Feb 24 04:47:47.644 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962026-02-24T04:47:48.571Z[ recovery-image] Feb 24 04:47:47.656 INFO O| Feb 24 04:47:47.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72972026-02-24T04:47:48.571Z[ recovery-image] Feb 24 04:47:47.656 INFO O| Feb 24 04:47:47.656 INFO STEP 834 (remove_files) COMPLETE
72982026-02-24T04:47:48.571Z[ recovery-image] Feb 24 04:47:47.656 INFO O| Feb 24 04:47:47.656 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992026-02-24T04:47:48.585Z[ recovery-image] Feb 24 04:47:47.669 INFO O| Feb 24 04:47:47.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73002026-02-24T04:47:48.585Z[ recovery-image] Feb 24 04:47:47.670 INFO O| Feb 24 04:47:47.670 INFO STEP 835 (remove_files) COMPLETE
73012026-02-24T04:47:48.585Z[ recovery-image] Feb 24 04:47:47.670 INFO O| Feb 24 04:47:47.670 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022026-02-24T04:47:48.598Z[ recovery-image] Feb 24 04:47:47.682 INFO O| Feb 24 04:47:47.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73032026-02-24T04:47:48.598Z[ recovery-image] Feb 24 04:47:47.682 INFO O| Feb 24 04:47:47.682 INFO STEP 836 (remove_files) COMPLETE
73042026-02-24T04:47:48.598Z[ recovery-image] Feb 24 04:47:47.683 INFO O| Feb 24 04:47:47.682 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052026-02-24T04:47:48.611Z[ recovery-image] Feb 24 04:47:47.696 INFO O| Feb 24 04:47:47.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73062026-02-24T04:47:48.611Z[ recovery-image] Feb 24 04:47:47.696 INFO O| Feb 24 04:47:47.696 INFO STEP 837 (remove_files) COMPLETE
73072026-02-24T04:47:48.614Z[ recovery-image] Feb 24 04:47:47.696 INFO O| Feb 24 04:47:47.696 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082026-02-24T04:47:48.625Z[ recovery-image] Feb 24 04:47:47.709 INFO O| Feb 24 04:47:47.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73092026-02-24T04:47:48.625Z[ recovery-image] Feb 24 04:47:47.709 INFO O| Feb 24 04:47:47.709 INFO STEP 838 (remove_files) COMPLETE
73102026-02-24T04:47:48.625Z[ recovery-image] Feb 24 04:47:47.709 INFO O| Feb 24 04:47:47.709 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112026-02-24T04:47:48.637Z[ recovery-image] Feb 24 04:47:47.722 INFO O| Feb 24 04:47:47.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73122026-02-24T04:47:48.637Z[ recovery-image] Feb 24 04:47:47.722 INFO O| Feb 24 04:47:47.722 INFO STEP 839 (remove_files) COMPLETE
73132026-02-24T04:47:48.637Z[ recovery-image] Feb 24 04:47:47.722 INFO O| Feb 24 04:47:47.722 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142026-02-24T04:47:48.649Z[ recovery-image] Feb 24 04:47:47.734 INFO O| Feb 24 04:47:47.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73152026-02-24T04:47:48.649Z[ recovery-image] Feb 24 04:47:47.734 INFO O| Feb 24 04:47:47.734 INFO STEP 840 (remove_files) COMPLETE
73162026-02-24T04:47:48.649Z[ recovery-image] Feb 24 04:47:47.734 INFO O| Feb 24 04:47:47.734 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172026-02-24T04:47:48.662Z[ recovery-image] Feb 24 04:47:47.747 INFO O| Feb 24 04:47:47.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73182026-02-24T04:47:48.662Z[ recovery-image] Feb 24 04:47:47.747 INFO O| Feb 24 04:47:47.747 INFO STEP 841 (remove_files) COMPLETE
73192026-02-24T04:47:48.662Z[ recovery-image] Feb 24 04:47:47.747 INFO O| Feb 24 04:47:47.747 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202026-02-24T04:47:48.676Z[ recovery-image] Feb 24 04:47:47.760 INFO O| Feb 24 04:47:47.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73212026-02-24T04:47:48.676Z[ recovery-image] Feb 24 04:47:47.761 INFO O| Feb 24 04:47:47.761 INFO STEP 842 (remove_files) COMPLETE
73222026-02-24T04:47:48.676Z[ recovery-image] Feb 24 04:47:47.761 INFO O| Feb 24 04:47:47.761 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232026-02-24T04:47:48.691Z[ recovery-image] Feb 24 04:47:47.776 INFO O| Feb 24 04:47:47.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73242026-02-24T04:47:48.691Z[ recovery-image] Feb 24 04:47:47.776 INFO O| Feb 24 04:47:47.776 INFO STEP 843 (remove_files) COMPLETE
73252026-02-24T04:47:48.691Z[ recovery-image] Feb 24 04:47:47.776 INFO O| Feb 24 04:47:47.776 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262026-02-24T04:47:48.705Z[ recovery-image] Feb 24 04:47:47.790 INFO O| Feb 24 04:47:47.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73272026-02-24T04:47:48.705Z[ recovery-image] Feb 24 04:47:47.790 INFO O| Feb 24 04:47:47.790 INFO STEP 844 (remove_files) COMPLETE
73282026-02-24T04:47:48.708Z[ recovery-image] Feb 24 04:47:47.790 INFO O| Feb 24 04:47:47.790 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292026-02-24T04:47:48.719Z[ recovery-image] Feb 24 04:47:47.803 INFO O| Feb 24 04:47:47.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73302026-02-24T04:47:48.719Z[ recovery-image] Feb 24 04:47:47.803 INFO O| Feb 24 04:47:47.803 INFO STEP 845 (remove_files) COMPLETE
73312026-02-24T04:47:48.719Z[ recovery-image] Feb 24 04:47:47.803 INFO O| Feb 24 04:47:47.803 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322026-02-24T04:47:48.732Z[ recovery-image] Feb 24 04:47:47.817 INFO O| Feb 24 04:47:47.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73332026-02-24T04:47:48.732Z[ recovery-image] Feb 24 04:47:47.817 INFO O| Feb 24 04:47:47.817 INFO STEP 846 (remove_files) COMPLETE
73342026-02-24T04:47:48.732Z[ recovery-image] Feb 24 04:47:47.817 INFO O| Feb 24 04:47:47.817 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352026-02-24T04:47:48.745Z[ recovery-image] Feb 24 04:47:47.830 INFO O| Feb 24 04:47:47.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73362026-02-24T04:47:48.745Z[ recovery-image] Feb 24 04:47:47.830 INFO O| Feb 24 04:47:47.830 INFO STEP 847 (remove_files) COMPLETE
73372026-02-24T04:47:48.748Z[ recovery-image] Feb 24 04:47:47.830 INFO O| Feb 24 04:47:47.830 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382026-02-24T04:47:48.758Z[ recovery-image] Feb 24 04:47:47.843 INFO O| Feb 24 04:47:47.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73392026-02-24T04:47:48.758Z[ recovery-image] Feb 24 04:47:47.843 INFO O| Feb 24 04:47:47.843 INFO STEP 848 (remove_files) COMPLETE
73402026-02-24T04:47:48.758Z[ recovery-image] Feb 24 04:47:47.843 INFO O| Feb 24 04:47:47.843 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412026-02-24T04:47:48.772Z[ recovery-image] Feb 24 04:47:47.856 INFO O| Feb 24 04:47:47.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73422026-02-24T04:47:48.772Z[ recovery-image] Feb 24 04:47:47.856 INFO O| Feb 24 04:47:47.856 INFO STEP 849 (remove_files) COMPLETE
73432026-02-24T04:47:48.775Z[ recovery-image] Feb 24 04:47:47.856 INFO O| Feb 24 04:47:47.856 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442026-02-24T04:47:48.784Z[ recovery-image] Feb 24 04:47:47.868 INFO O| Feb 24 04:47:47.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73452026-02-24T04:47:48.784Z[ recovery-image] Feb 24 04:47:47.869 INFO O| Feb 24 04:47:47.868 INFO STEP 850 (remove_files) COMPLETE
73462026-02-24T04:47:48.784Z[ recovery-image] Feb 24 04:47:47.869 INFO O| Feb 24 04:47:47.868 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472026-02-24T04:47:48.796Z[ recovery-image] Feb 24 04:47:47.881 INFO O| Feb 24 04:47:47.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73482026-02-24T04:47:48.796Z[ recovery-image] Feb 24 04:47:47.881 INFO O| Feb 24 04:47:47.881 INFO STEP 851 (remove_files) COMPLETE
73492026-02-24T04:47:48.799Z[ recovery-image] Feb 24 04:47:47.881 INFO O| Feb 24 04:47:47.881 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502026-02-24T04:47:48.809Z[ recovery-image] Feb 24 04:47:47.893 INFO O| Feb 24 04:47:47.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73512026-02-24T04:47:48.813Z[ recovery-image] Feb 24 04:47:47.894 INFO O| Feb 24 04:47:47.894 INFO STEP 852 (remove_files) COMPLETE
73522026-02-24T04:47:48.814Z[ recovery-image] Feb 24 04:47:47.894 INFO O| Feb 24 04:47:47.894 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532026-02-24T04:47:48.822Z[ recovery-image] Feb 24 04:47:47.906 INFO O| Feb 24 04:47:47.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73542026-02-24T04:47:48.825Z[ recovery-image] Feb 24 04:47:47.907 INFO O| Feb 24 04:47:47.907 INFO STEP 853 (remove_files) COMPLETE
73552026-02-24T04:47:48.825Z[ recovery-image] Feb 24 04:47:47.907 INFO O| Feb 24 04:47:47.907 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562026-02-24T04:47:48.833Z[ recovery-image] Feb 24 04:47:47.918 INFO O| Feb 24 04:47:47.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73572026-02-24T04:47:48.836Z[ recovery-image] Feb 24 04:47:47.918 INFO O| Feb 24 04:47:47.918 INFO STEP 854 (remove_files) COMPLETE
73582026-02-24T04:47:48.836Z[ recovery-image] Feb 24 04:47:47.918 INFO O| Feb 24 04:47:47.918 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592026-02-24T04:47:48.844Z[ recovery-image] Feb 24 04:47:47.929 INFO O| Feb 24 04:47:47.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73602026-02-24T04:47:48.847Z[ recovery-image] Feb 24 04:47:47.929 INFO O| Feb 24 04:47:47.929 INFO STEP 855 (remove_files) COMPLETE
73612026-02-24T04:47:48.847Z[ recovery-image] Feb 24 04:47:47.929 INFO O| Feb 24 04:47:47.929 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622026-02-24T04:47:48.855Z[ recovery-image] Feb 24 04:47:47.940 INFO O| Feb 24 04:47:47.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73632026-02-24T04:47:48.855Z[ recovery-image] Feb 24 04:47:47.940 INFO O| Feb 24 04:47:47.940 INFO STEP 856 (remove_files) COMPLETE
73642026-02-24T04:47:48.855Z[ recovery-image] Feb 24 04:47:47.940 INFO O| Feb 24 04:47:47.940 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652026-02-24T04:47:48.867Z[ recovery-image] Feb 24 04:47:47.952 INFO O| Feb 24 04:47:47.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73662026-02-24T04:47:48.867Z[ recovery-image] Feb 24 04:47:47.952 INFO O| Feb 24 04:47:47.952 INFO STEP 857 (remove_files) COMPLETE
73672026-02-24T04:47:48.870Z[ recovery-image] Feb 24 04:47:47.952 INFO O| Feb 24 04:47:47.952 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682026-02-24T04:47:48.879Z[ recovery-image] Feb 24 04:47:47.964 INFO O| Feb 24 04:47:47.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73692026-02-24T04:47:48.879Z[ recovery-image] Feb 24 04:47:47.964 INFO O| Feb 24 04:47:47.964 INFO STEP 858 (remove_files) COMPLETE
73702026-02-24T04:47:48.879Z[ recovery-image] Feb 24 04:47:47.964 INFO O| Feb 24 04:47:47.964 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712026-02-24T04:47:48.891Z[ recovery-image] Feb 24 04:47:47.976 INFO O| Feb 24 04:47:47.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73722026-02-24T04:47:48.891Z[ recovery-image] Feb 24 04:47:47.976 INFO O| Feb 24 04:47:47.976 INFO STEP 859 (remove_files) COMPLETE
73732026-02-24T04:47:48.891Z[ recovery-image] Feb 24 04:47:47.976 INFO O| Feb 24 04:47:47.976 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742026-02-24T04:47:48.903Z[ recovery-image] Feb 24 04:47:47.987 INFO O| Feb 24 04:47:47.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73752026-02-24T04:47:48.903Z[ recovery-image] Feb 24 04:47:47.988 INFO O| Feb 24 04:47:47.988 INFO STEP 860 (remove_files) COMPLETE
73762026-02-24T04:47:48.903Z[ recovery-image] Feb 24 04:47:47.988 INFO O| Feb 24 04:47:47.988 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772026-02-24T04:47:48.916Z[ recovery-image] Feb 24 04:47:48.000 INFO O| Feb 24 04:47:48.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73782026-02-24T04:47:48.916Z[ recovery-image] Feb 24 04:47:48.000 INFO O| Feb 24 04:47:48.000 INFO STEP 861 (remove_files) COMPLETE
73792026-02-24T04:47:48.916Z[ recovery-image] Feb 24 04:47:48.000 INFO O| Feb 24 04:47:48.000 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802026-02-24T04:47:48.929Z[ recovery-image] Feb 24 04:47:48.014 INFO O| Feb 24 04:47:48.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73812026-02-24T04:47:48.929Z[ recovery-image] Feb 24 04:47:48.014 INFO O| Feb 24 04:47:48.014 INFO STEP 862 (remove_files) COMPLETE
73822026-02-24T04:47:48.929Z[ recovery-image] Feb 24 04:47:48.014 INFO O| Feb 24 04:47:48.014 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832026-02-24T04:47:48.942Z[ recovery-image] Feb 24 04:47:48.027 INFO O| Feb 24 04:47:48.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73842026-02-24T04:47:48.943Z[ recovery-image] Feb 24 04:47:48.027 INFO O| Feb 24 04:47:48.027 INFO STEP 863 (remove_files) COMPLETE
73852026-02-24T04:47:48.943Z[ recovery-image] Feb 24 04:47:48.027 INFO O| Feb 24 04:47:48.027 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862026-02-24T04:47:48.956Z[ recovery-image] Feb 24 04:47:48.041 INFO O| Feb 24 04:47:48.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73872026-02-24T04:47:48.956Z[ recovery-image] Feb 24 04:47:48.041 INFO O| Feb 24 04:47:48.041 INFO STEP 864 (remove_files) COMPLETE
73882026-02-24T04:47:48.959Z[ recovery-image] Feb 24 04:47:48.041 INFO O| Feb 24 04:47:48.041 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892026-02-24T04:47:48.969Z[ recovery-image] Feb 24 04:47:48.054 INFO O| Feb 24 04:47:48.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73902026-02-24T04:47:48.973Z[ recovery-image] Feb 24 04:47:48.055 INFO O| Feb 24 04:47:48.055 INFO STEP 865 (remove_files) COMPLETE
73912026-02-24T04:47:48.973Z[ recovery-image] Feb 24 04:47:48.055 INFO O| Feb 24 04:47:48.055 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922026-02-24T04:47:48.983Z[ recovery-image] Feb 24 04:47:48.068 INFO O| Feb 24 04:47:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73932026-02-24T04:47:48.984Z[ recovery-image] Feb 24 04:47:48.068 INFO O| Feb 24 04:47:48.068 INFO STEP 866 (remove_files) COMPLETE
73942026-02-24T04:47:48.986Z[ recovery-image] Feb 24 04:47:48.068 INFO O| Feb 24 04:47:48.068 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952026-02-24T04:47:48.998Z[ recovery-image] Feb 24 04:47:48.083 INFO O| Feb 24 04:47:48.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73962026-02-24T04:47:48.998Z[ recovery-image] Feb 24 04:47:48.083 INFO O| Feb 24 04:47:48.083 INFO STEP 867 (remove_files) COMPLETE
73972026-02-24T04:47:48.998Z[ recovery-image] Feb 24 04:47:48.083 INFO O| Feb 24 04:47:48.083 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982026-02-24T04:47:49.011Z[ recovery-image] Feb 24 04:47:48.096 INFO O| Feb 24 04:47:48.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73992026-02-24T04:47:49.011Z[ recovery-image] Feb 24 04:47:48.096 INFO O| Feb 24 04:47:48.096 INFO STEP 868 (remove_files) COMPLETE
74002026-02-24T04:47:49.011Z[ recovery-image] Feb 24 04:47:48.096 INFO O| Feb 24 04:47:48.096 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012026-02-24T04:47:49.024Z[ recovery-image] Feb 24 04:47:48.109 INFO O| Feb 24 04:47:48.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74022026-02-24T04:47:49.024Z[ recovery-image] Feb 24 04:47:48.109 INFO O| Feb 24 04:47:48.109 INFO STEP 869 (remove_files) COMPLETE
74032026-02-24T04:47:49.027Z[ recovery-image] Feb 24 04:47:48.109 INFO O| Feb 24 04:47:48.109 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042026-02-24T04:47:49.036Z[ recovery-image] Feb 24 04:47:48.121 INFO O| Feb 24 04:47:48.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74052026-02-24T04:47:49.036Z[ recovery-image] Feb 24 04:47:48.121 INFO O| Feb 24 04:47:48.121 INFO STEP 870 (remove_files) COMPLETE
74062026-02-24T04:47:49.039Z[ recovery-image] Feb 24 04:47:48.121 INFO O| Feb 24 04:47:48.121 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072026-02-24T04:47:49.049Z[ recovery-image] Feb 24 04:47:48.134 INFO O| Feb 24 04:47:48.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74082026-02-24T04:47:49.052Z[ recovery-image] Feb 24 04:47:48.134 INFO O| Feb 24 04:47:48.134 INFO STEP 871 (remove_files) COMPLETE
74092026-02-24T04:47:49.052Z[ recovery-image] Feb 24 04:47:48.134 INFO O| Feb 24 04:47:48.134 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102026-02-24T04:47:49.063Z[ recovery-image] Feb 24 04:47:48.148 INFO O| Feb 24 04:47:48.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74112026-02-24T04:47:49.063Z[ recovery-image] Feb 24 04:47:48.148 INFO O| Feb 24 04:47:48.148 INFO STEP 872 (remove_files) COMPLETE
74122026-02-24T04:47:49.066Z[ recovery-image] Feb 24 04:47:48.148 INFO O| Feb 24 04:47:48.148 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132026-02-24T04:47:49.076Z[ recovery-image] Feb 24 04:47:48.161 INFO O| Feb 24 04:47:48.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74142026-02-24T04:47:49.076Z[ recovery-image] Feb 24 04:47:48.161 INFO O| Feb 24 04:47:48.161 INFO STEP 873 (remove_files) COMPLETE
74152026-02-24T04:47:49.076Z[ recovery-image] Feb 24 04:47:48.161 INFO O| Feb 24 04:47:48.161 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162026-02-24T04:47:49.090Z[ recovery-image] Feb 24 04:47:48.175 INFO O| Feb 24 04:47:48.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74172026-02-24T04:47:49.090Z[ recovery-image] Feb 24 04:47:48.175 INFO O| Feb 24 04:47:48.175 INFO STEP 874 (remove_files) COMPLETE
74182026-02-24T04:47:49.093Z[ recovery-image] Feb 24 04:47:48.175 INFO O| Feb 24 04:47:48.175 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192026-02-24T04:47:49.103Z[ recovery-image] Feb 24 04:47:48.188 INFO O| Feb 24 04:47:48.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74202026-02-24T04:47:49.107Z[ recovery-image] Feb 24 04:47:48.188 INFO O| Feb 24 04:47:48.188 INFO STEP 875 (remove_files) COMPLETE
74212026-02-24T04:47:49.107Z[ recovery-image] Feb 24 04:47:48.188 INFO O| Feb 24 04:47:48.188 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222026-02-24T04:47:49.116Z[ recovery-image] Feb 24 04:47:48.200 INFO O| Feb 24 04:47:48.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74232026-02-24T04:47:49.116Z[ recovery-image] Feb 24 04:47:48.201 INFO O| Feb 24 04:47:48.201 INFO STEP 876 (remove_files) COMPLETE
74242026-02-24T04:47:49.116Z[ recovery-image] Feb 24 04:47:48.201 INFO O| Feb 24 04:47:48.201 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252026-02-24T04:47:49.127Z[ recovery-image] Feb 24 04:47:48.212 INFO O| Feb 24 04:47:48.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74262026-02-24T04:47:49.128Z[ recovery-image] Feb 24 04:47:48.212 INFO O| Feb 24 04:47:48.212 INFO STEP 877 (remove_files) COMPLETE
74272026-02-24T04:47:49.128Z[ recovery-image] Feb 24 04:47:48.212 INFO O| Feb 24 04:47:48.212 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282026-02-24T04:47:49.140Z[ recovery-image] Feb 24 04:47:48.225 INFO O| Feb 24 04:47:48.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74292026-02-24T04:47:49.140Z[ recovery-image] Feb 24 04:47:48.225 INFO O| Feb 24 04:47:48.225 INFO STEP 878 (remove_files) COMPLETE
74302026-02-24T04:47:49.140Z[ recovery-image] Feb 24 04:47:48.225 INFO O| Feb 24 04:47:48.225 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312026-02-24T04:47:49.150Z[ recovery-image] Feb 24 04:47:48.235 INFO O| Feb 24 04:47:48.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74322026-02-24T04:47:49.150Z[ recovery-image] Feb 24 04:47:48.235 INFO O| Feb 24 04:47:48.235 INFO STEP 879 (remove_files) COMPLETE
74332026-02-24T04:47:49.150Z[ recovery-image] Feb 24 04:47:48.235 INFO O| Feb 24 04:47:48.235 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342026-02-24T04:47:49.161Z[ recovery-image] Feb 24 04:47:48.245 INFO O| Feb 24 04:47:48.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74352026-02-24T04:47:49.161Z[ recovery-image] Feb 24 04:47:48.246 INFO O| Feb 24 04:47:48.246 INFO STEP 880 (remove_files) COMPLETE
74362026-02-24T04:47:49.164Z[ recovery-image] Feb 24 04:47:48.246 INFO O| Feb 24 04:47:48.246 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372026-02-24T04:47:49.171Z[ recovery-image] Feb 24 04:47:48.256 INFO O| Feb 24 04:47:48.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74382026-02-24T04:47:49.171Z[ recovery-image] Feb 24 04:47:48.256 INFO O| Feb 24 04:47:48.256 INFO STEP 881 (remove_files) COMPLETE
74392026-02-24T04:47:49.174Z[ recovery-image] Feb 24 04:47:48.256 INFO O| Feb 24 04:47:48.256 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402026-02-24T04:47:49.181Z[ recovery-image] Feb 24 04:47:48.266 INFO O| Feb 24 04:47:48.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74412026-02-24T04:47:49.181Z[ recovery-image] Feb 24 04:47:48.266 INFO O| Feb 24 04:47:48.266 INFO STEP 882 (remove_files) COMPLETE
74422026-02-24T04:47:49.181Z[ recovery-image] Feb 24 04:47:48.266 INFO O| Feb 24 04:47:48.266 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432026-02-24T04:47:49.192Z[ recovery-image] Feb 24 04:47:48.277 INFO O| Feb 24 04:47:48.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74442026-02-24T04:47:49.192Z[ recovery-image] Feb 24 04:47:48.277 INFO O| Feb 24 04:47:48.277 INFO STEP 883 (remove_files) COMPLETE
74452026-02-24T04:47:49.192Z[ recovery-image] Feb 24 04:47:48.277 INFO O| Feb 24 04:47:48.277 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462026-02-24T04:47:49.206Z[ recovery-image] Feb 24 04:47:48.290 INFO O| Feb 24 04:47:48.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74472026-02-24T04:47:49.206Z[ recovery-image] Feb 24 04:47:48.290 INFO O| Feb 24 04:47:48.290 INFO STEP 884 (remove_files) COMPLETE
74482026-02-24T04:47:49.206Z[ recovery-image] Feb 24 04:47:48.290 INFO O| Feb 24 04:47:48.290 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492026-02-24T04:47:49.219Z[ recovery-image] Feb 24 04:47:48.304 INFO O| Feb 24 04:47:48.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74502026-02-24T04:47:49.222Z[ recovery-image] Feb 24 04:47:48.304 INFO O| Feb 24 04:47:48.304 INFO STEP 885 (remove_files) COMPLETE
74512026-02-24T04:47:49.222Z[ recovery-image] Feb 24 04:47:48.304 INFO O| Feb 24 04:47:48.304 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522026-02-24T04:47:49.233Z[ recovery-image] Feb 24 04:47:48.317 INFO O| Feb 24 04:47:48.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74532026-02-24T04:47:49.237Z[ recovery-image] Feb 24 04:47:48.317 INFO O| Feb 24 04:47:48.317 INFO STEP 886 (remove_files) COMPLETE
74542026-02-24T04:47:49.238Z[ recovery-image] Feb 24 04:47:48.317 INFO O| Feb 24 04:47:48.317 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552026-02-24T04:47:49.247Z[ recovery-image] Feb 24 04:47:48.331 INFO O| Feb 24 04:47:48.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74562026-02-24T04:47:49.247Z[ recovery-image] Feb 24 04:47:48.331 INFO O| Feb 24 04:47:48.331 INFO STEP 887 (remove_files) COMPLETE
74572026-02-24T04:47:49.250Z[ recovery-image] Feb 24 04:47:48.331 INFO O| Feb 24 04:47:48.331 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582026-02-24T04:47:49.260Z[ recovery-image] Feb 24 04:47:48.345 INFO O| Feb 24 04:47:48.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74592026-02-24T04:47:49.260Z[ recovery-image] Feb 24 04:47:48.345 INFO O| Feb 24 04:47:48.345 INFO STEP 888 (remove_files) COMPLETE
74602026-02-24T04:47:49.260Z[ recovery-image] Feb 24 04:47:48.345 INFO O| Feb 24 04:47:48.345 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612026-02-24T04:47:49.274Z[ recovery-image] Feb 24 04:47:48.358 INFO O| Feb 24 04:47:48.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74622026-02-24T04:47:49.274Z[ recovery-image] Feb 24 04:47:48.358 INFO O| Feb 24 04:47:48.358 INFO STEP 889 (remove_files) COMPLETE
74632026-02-24T04:47:49.274Z[ recovery-image] Feb 24 04:47:48.358 INFO O| Feb 24 04:47:48.358 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642026-02-24T04:47:49.287Z[ recovery-image] Feb 24 04:47:48.372 INFO O| Feb 24 04:47:48.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74652026-02-24T04:47:49.287Z[ recovery-image] Feb 24 04:47:48.372 INFO O| Feb 24 04:47:48.372 INFO STEP 890 (remove_files) COMPLETE
74662026-02-24T04:47:49.292Z[ recovery-image] Feb 24 04:47:48.372 INFO O| Feb 24 04:47:48.372 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672026-02-24T04:47:49.301Z[ recovery-image] Feb 24 04:47:48.386 INFO O| Feb 24 04:47:48.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74682026-02-24T04:47:49.304Z[ recovery-image] Feb 24 04:47:48.386 INFO O| Feb 24 04:47:48.386 INFO STEP 891 (remove_files) COMPLETE
74692026-02-24T04:47:49.304Z[ recovery-image] Feb 24 04:47:48.386 INFO O| Feb 24 04:47:48.386 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702026-02-24T04:47:49.315Z[ recovery-image] Feb 24 04:47:48.399 INFO O| Feb 24 04:47:48.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74712026-02-24T04:47:49.315Z[ recovery-image] Feb 24 04:47:48.399 INFO O| Feb 24 04:47:48.399 INFO STEP 892 (remove_files) COMPLETE
74722026-02-24T04:47:49.315Z[ recovery-image] Feb 24 04:47:48.399 INFO O| Feb 24 04:47:48.399 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732026-02-24T04:47:49.328Z[ recovery-image] Feb 24 04:47:48.413 INFO O| Feb 24 04:47:48.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74742026-02-24T04:47:49.328Z[ recovery-image] Feb 24 04:47:48.413 INFO O| Feb 24 04:47:48.413 INFO STEP 893 (remove_files) COMPLETE
74752026-02-24T04:47:49.331Z[ recovery-image] Feb 24 04:47:48.413 INFO O| Feb 24 04:47:48.413 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762026-02-24T04:47:49.342Z[ recovery-image] Feb 24 04:47:48.426 INFO O| Feb 24 04:47:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74772026-02-24T04:47:49.342Z[ recovery-image] Feb 24 04:47:48.427 INFO O| Feb 24 04:47:48.427 INFO STEP 894 (remove_files) COMPLETE
74782026-02-24T04:47:49.342Z[ recovery-image] Feb 24 04:47:48.427 INFO O| Feb 24 04:47:48.427 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792026-02-24T04:47:49.357Z[ recovery-image] Feb 24 04:47:48.441 INFO O| Feb 24 04:47:48.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74802026-02-24T04:47:49.360Z[ recovery-image] Feb 24 04:47:48.442 INFO O| Feb 24 04:47:48.442 INFO STEP 895 (remove_files) COMPLETE
74812026-02-24T04:47:49.360Z[ recovery-image] Feb 24 04:47:48.442 INFO O| Feb 24 04:47:48.442 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822026-02-24T04:47:49.371Z[ recovery-image] Feb 24 04:47:48.456 INFO O| Feb 24 04:47:48.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74832026-02-24T04:47:49.371Z[ recovery-image] Feb 24 04:47:48.456 INFO O| Feb 24 04:47:48.456 INFO STEP 896 (remove_files) COMPLETE
74842026-02-24T04:47:49.374Z[ recovery-image] Feb 24 04:47:48.456 INFO O| Feb 24 04:47:48.456 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852026-02-24T04:47:49.385Z[ recovery-image] Feb 24 04:47:48.470 INFO O| Feb 24 04:47:48.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74862026-02-24T04:47:49.385Z[ recovery-image] Feb 24 04:47:48.470 INFO O| Feb 24 04:47:48.470 INFO STEP 897 (remove_files) COMPLETE
74872026-02-24T04:47:49.385Z[ recovery-image] Feb 24 04:47:48.470 INFO O| Feb 24 04:47:48.470 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882026-02-24T04:47:49.399Z[ recovery-image] Feb 24 04:47:48.484 INFO O| Feb 24 04:47:48.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74892026-02-24T04:47:49.399Z[ recovery-image] Feb 24 04:47:48.484 INFO O| Feb 24 04:47:48.484 INFO STEP 898 (remove_files) COMPLETE
74902026-02-24T04:47:49.399Z[ recovery-image] Feb 24 04:47:48.484 INFO O| Feb 24 04:47:48.484 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912026-02-24T04:47:49.412Z[ recovery-image] Feb 24 04:47:48.497 INFO O| Feb 24 04:47:48.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74922026-02-24T04:47:49.412Z[ recovery-image] Feb 24 04:47:48.497 INFO O| Feb 24 04:47:48.497 INFO STEP 899 (remove_files) COMPLETE
74932026-02-24T04:47:49.412Z[ recovery-image] Feb 24 04:47:48.497 INFO O| Feb 24 04:47:48.497 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942026-02-24T04:47:49.425Z[ recovery-image] Feb 24 04:47:48.510 INFO O| Feb 24 04:47:48.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74952026-02-24T04:47:49.426Z[ recovery-image] Feb 24 04:47:48.510 INFO O| Feb 24 04:47:48.510 INFO STEP 900 (remove_files) COMPLETE
74962026-02-24T04:47:49.426Z[ recovery-image] Feb 24 04:47:48.510 INFO O| Feb 24 04:47:48.510 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972026-02-24T04:47:49.439Z[ recovery-image] Feb 24 04:47:48.523 INFO O| Feb 24 04:47:48.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74982026-02-24T04:47:49.439Z[ recovery-image] Feb 24 04:47:48.524 INFO O| Feb 24 04:47:48.524 INFO STEP 901 (remove_files) COMPLETE
74992026-02-24T04:47:49.439Z[ recovery-image] Feb 24 04:47:48.524 INFO O| Feb 24 04:47:48.524 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002026-02-24T04:47:49.452Z[ recovery-image] Feb 24 04:47:48.537 INFO O| Feb 24 04:47:48.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75012026-02-24T04:47:49.455Z[ recovery-image] Feb 24 04:47:48.537 INFO O| Feb 24 04:47:48.537 INFO STEP 902 (remove_files) COMPLETE
75022026-02-24T04:47:49.455Z[ recovery-image] Feb 24 04:47:48.537 INFO O| Feb 24 04:47:48.537 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032026-02-24T04:47:49.465Z[ recovery-image] Feb 24 04:47:48.550 INFO O| Feb 24 04:47:48.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75042026-02-24T04:47:49.468Z[ recovery-image] Feb 24 04:47:48.550 INFO O| Feb 24 04:47:48.550 INFO STEP 903 (remove_files) COMPLETE
75052026-02-24T04:47:49.468Z[ recovery-image] Feb 24 04:47:48.550 INFO O| Feb 24 04:47:48.550 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062026-02-24T04:47:49.479Z[ recovery-image] Feb 24 04:47:48.564 INFO O| Feb 24 04:47:48.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75072026-02-24T04:47:49.479Z[ recovery-image] Feb 24 04:47:48.564 INFO O| Feb 24 04:47:48.564 INFO STEP 904 (remove_files) COMPLETE
75082026-02-24T04:47:49.479Z[ recovery-image] Feb 24 04:47:48.564 INFO O| Feb 24 04:47:48.564 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092026-02-24T04:47:49.493Z[ recovery-image] Feb 24 04:47:48.578 INFO O| Feb 24 04:47:48.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75102026-02-24T04:47:49.493Z[ recovery-image] Feb 24 04:47:48.578 INFO O| Feb 24 04:47:48.578 INFO STEP 905 (remove_files) COMPLETE
75112026-02-24T04:47:49.496Z[ recovery-image] Feb 24 04:47:48.578 INFO O| Feb 24 04:47:48.578 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122026-02-24T04:47:49.509Z[ recovery-image] Feb 24 04:47:48.594 INFO O| Feb 24 04:47:48.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75132026-02-24T04:47:49.509Z[ recovery-image] Feb 24 04:47:48.594 INFO O| Feb 24 04:47:48.594 INFO STEP 906 (remove_files) COMPLETE
75142026-02-24T04:47:49.512Z[ recovery-image] Feb 24 04:47:48.594 INFO O| Feb 24 04:47:48.594 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152026-02-24T04:47:49.526Z[ recovery-image] Feb 24 04:47:48.610 INFO O| Feb 24 04:47:48.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75162026-02-24T04:47:49.526Z[ recovery-image] Feb 24 04:47:48.610 INFO O| Feb 24 04:47:48.610 INFO STEP 907 (remove_files) COMPLETE
75172026-02-24T04:47:49.526Z[ recovery-image] Feb 24 04:47:48.610 INFO O| Feb 24 04:47:48.610 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182026-02-24T04:47:49.540Z[ recovery-image] Feb 24 04:47:48.625 INFO O| Feb 24 04:47:48.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75192026-02-24T04:47:49.540Z[ recovery-image] Feb 24 04:47:48.625 INFO O| Feb 24 04:47:48.625 INFO STEP 908 (remove_files) COMPLETE
75202026-02-24T04:47:49.544Z[ recovery-image] Feb 24 04:47:48.625 INFO O| Feb 24 04:47:48.625 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212026-02-24T04:47:49.555Z[ recovery-image] Feb 24 04:47:48.640 INFO O| Feb 24 04:47:48.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75222026-02-24T04:47:49.555Z[ recovery-image] Feb 24 04:47:48.640 INFO O| Feb 24 04:47:48.640 INFO STEP 909 (remove_files) COMPLETE
75232026-02-24T04:47:49.555Z[ recovery-image] Feb 24 04:47:48.640 INFO O| Feb 24 04:47:48.640 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242026-02-24T04:47:49.571Z[ recovery-image] Feb 24 04:47:48.655 INFO O| Feb 24 04:47:48.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75252026-02-24T04:47:49.571Z[ recovery-image] Feb 24 04:47:48.655 INFO O| Feb 24 04:47:48.655 INFO STEP 910 (remove_files) COMPLETE
75262026-02-24T04:47:49.571Z[ recovery-image] Feb 24 04:47:48.655 INFO O| Feb 24 04:47:48.655 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272026-02-24T04:47:49.584Z[ recovery-image] Feb 24 04:47:48.668 INFO O| Feb 24 04:47:48.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75282026-02-24T04:47:49.584Z[ recovery-image] Feb 24 04:47:48.668 INFO O| Feb 24 04:47:48.668 INFO STEP 911 (remove_files) COMPLETE
75292026-02-24T04:47:49.584Z[ recovery-image] Feb 24 04:47:48.668 INFO O| Feb 24 04:47:48.668 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302026-02-24T04:47:49.596Z[ recovery-image] Feb 24 04:47:48.681 INFO O| Feb 24 04:47:48.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75312026-02-24T04:47:49.596Z[ recovery-image] Feb 24 04:47:48.681 INFO O| Feb 24 04:47:48.681 INFO STEP 912 (remove_files) COMPLETE
75322026-02-24T04:47:49.599Z[ recovery-image] Feb 24 04:47:48.681 INFO O| Feb 24 04:47:48.681 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332026-02-24T04:47:49.609Z[ recovery-image] Feb 24 04:47:48.694 INFO O| Feb 24 04:47:48.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75342026-02-24T04:47:49.609Z[ recovery-image] Feb 24 04:47:48.694 INFO O| Feb 24 04:47:48.694 INFO STEP 913 (remove_files) COMPLETE
75352026-02-24T04:47:49.609Z[ recovery-image] Feb 24 04:47:48.694 INFO O| Feb 24 04:47:48.694 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362026-02-24T04:47:49.624Z[ recovery-image] Feb 24 04:47:48.709 INFO O| Feb 24 04:47:48.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75372026-02-24T04:47:49.627Z[ recovery-image] Feb 24 04:47:48.709 INFO O| Feb 24 04:47:48.709 INFO STEP 914 (remove_files) COMPLETE
75382026-02-24T04:47:49.627Z[ recovery-image] Feb 24 04:47:48.710 INFO O| Feb 24 04:47:48.709 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392026-02-24T04:47:49.640Z[ recovery-image] Feb 24 04:47:48.724 INFO O| Feb 24 04:47:48.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75402026-02-24T04:47:49.640Z[ recovery-image] Feb 24 04:47:48.725 INFO O| Feb 24 04:47:48.725 INFO STEP 915 (remove_files) COMPLETE
75412026-02-24T04:47:49.643Z[ recovery-image] Feb 24 04:47:48.725 INFO O| Feb 24 04:47:48.725 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422026-02-24T04:47:49.653Z[ recovery-image] Feb 24 04:47:48.737 INFO O| Feb 24 04:47:48.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75432026-02-24T04:47:49.653Z[ recovery-image] Feb 24 04:47:48.737 INFO O| Feb 24 04:47:48.737 INFO STEP 916 (remove_files) COMPLETE
75442026-02-24T04:47:49.653Z[ recovery-image] Feb 24 04:47:48.738 INFO O| Feb 24 04:47:48.737 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452026-02-24T04:47:49.665Z[ recovery-image] Feb 24 04:47:48.750 INFO O| Feb 24 04:47:48.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75462026-02-24T04:47:49.666Z[ recovery-image] Feb 24 04:47:48.750 INFO O| Feb 24 04:47:48.750 INFO STEP 917 (remove_files) COMPLETE
75472026-02-24T04:47:49.666Z[ recovery-image] Feb 24 04:47:48.750 INFO O| Feb 24 04:47:48.750 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482026-02-24T04:47:49.678Z[ recovery-image] Feb 24 04:47:48.763 INFO O| Feb 24 04:47:48.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75492026-02-24T04:47:49.678Z[ recovery-image] Feb 24 04:47:48.763 INFO O| Feb 24 04:47:48.763 INFO STEP 918 (remove_files) COMPLETE
75502026-02-24T04:47:49.678Z[ recovery-image] Feb 24 04:47:48.763 INFO O| Feb 24 04:47:48.763 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512026-02-24T04:47:49.691Z[ recovery-image] Feb 24 04:47:48.775 INFO O| Feb 24 04:47:48.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75522026-02-24T04:47:49.691Z[ recovery-image] Feb 24 04:47:48.776 INFO O| Feb 24 04:47:48.775 INFO STEP 919 (remove_files) COMPLETE
75532026-02-24T04:47:49.691Z[ recovery-image] Feb 24 04:47:48.776 INFO O| Feb 24 04:47:48.776 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542026-02-24T04:47:49.704Z[ recovery-image] Feb 24 04:47:48.789 INFO O| Feb 24 04:47:48.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75552026-02-24T04:47:49.704Z[ recovery-image] Feb 24 04:47:48.789 INFO O| Feb 24 04:47:48.789 INFO STEP 920 (remove_files) COMPLETE
75562026-02-24T04:47:49.707Z[ recovery-image] Feb 24 04:47:48.789 INFO O| Feb 24 04:47:48.789 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572026-02-24T04:47:49.718Z[ recovery-image] Feb 24 04:47:48.803 INFO O| Feb 24 04:47:48.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75582026-02-24T04:47:49.718Z[ recovery-image] Feb 24 04:47:48.803 INFO O| Feb 24 04:47:48.803 INFO STEP 921 (remove_files) COMPLETE
75592026-02-24T04:47:49.718Z[ recovery-image] Feb 24 04:47:48.803 INFO O| Feb 24 04:47:48.803 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602026-02-24T04:47:49.733Z[ recovery-image] Feb 24 04:47:48.818 INFO O| Feb 24 04:47:48.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75612026-02-24T04:47:49.733Z[ recovery-image] Feb 24 04:47:48.818 INFO O| Feb 24 04:47:48.818 INFO STEP 922 (remove_files) COMPLETE
75622026-02-24T04:47:49.733Z[ recovery-image] Feb 24 04:47:48.818 INFO O| Feb 24 04:47:48.818 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632026-02-24T04:47:49.750Z[ recovery-image] Feb 24 04:47:48.833 INFO O| Feb 24 04:47:48.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75642026-02-24T04:47:49.750Z[ recovery-image] Feb 24 04:47:48.833 INFO O| Feb 24 04:47:48.833 INFO STEP 923 (remove_files) COMPLETE
75652026-02-24T04:47:49.750Z[ recovery-image] Feb 24 04:47:48.833 INFO O| Feb 24 04:47:48.833 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662026-02-24T04:47:49.763Z[ recovery-image] Feb 24 04:47:48.848 INFO O| Feb 24 04:47:48.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75672026-02-24T04:47:49.763Z[ recovery-image] Feb 24 04:47:48.848 INFO O| Feb 24 04:47:48.848 INFO STEP 924 (remove_files) COMPLETE
75682026-02-24T04:47:49.763Z[ recovery-image] Feb 24 04:47:48.848 INFO O| Feb 24 04:47:48.848 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692026-02-24T04:47:49.778Z[ recovery-image] Feb 24 04:47:48.863 INFO O| Feb 24 04:47:48.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75702026-02-24T04:47:49.778Z[ recovery-image] Feb 24 04:47:48.863 INFO O| Feb 24 04:47:48.863 INFO STEP 925 (remove_files) COMPLETE
75712026-02-24T04:47:49.778Z[ recovery-image] Feb 24 04:47:48.863 INFO O| Feb 24 04:47:48.863 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722026-02-24T04:47:49.791Z[ recovery-image] Feb 24 04:47:48.875 INFO O| Feb 24 04:47:48.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75732026-02-24T04:47:49.791Z[ recovery-image] Feb 24 04:47:48.876 INFO O| Feb 24 04:47:48.876 INFO STEP 926 (remove_files) COMPLETE
75742026-02-24T04:47:49.791Z[ recovery-image] Feb 24 04:47:48.876 INFO O| Feb 24 04:47:48.876 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752026-02-24T04:47:49.805Z[ recovery-image] Feb 24 04:47:48.889 INFO O| Feb 24 04:47:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75762026-02-24T04:47:49.805Z[ recovery-image] Feb 24 04:47:48.889 INFO O| Feb 24 04:47:48.889 INFO STEP 927 (remove_files) COMPLETE
75772026-02-24T04:47:49.805Z[ recovery-image] Feb 24 04:47:48.889 INFO O| Feb 24 04:47:48.889 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782026-02-24T04:47:49.817Z[ recovery-image] Feb 24 04:47:48.902 INFO O| Feb 24 04:47:48.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75792026-02-24T04:47:49.817Z[ recovery-image] Feb 24 04:47:48.902 INFO O| Feb 24 04:47:48.902 INFO STEP 928 (remove_files) COMPLETE
75802026-02-24T04:47:49.817Z[ recovery-image] Feb 24 04:47:48.902 INFO O| Feb 24 04:47:48.902 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812026-02-24T04:47:49.831Z[ recovery-image] Feb 24 04:47:48.916 INFO O| Feb 24 04:47:48.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75822026-02-24T04:47:49.831Z[ recovery-image] Feb 24 04:47:48.916 INFO O| Feb 24 04:47:48.916 INFO STEP 929 (remove_files) COMPLETE
75832026-02-24T04:47:49.831Z[ recovery-image] Feb 24 04:47:48.916 INFO O| Feb 24 04:47:48.916 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842026-02-24T04:47:49.845Z[ recovery-image] Feb 24 04:47:48.930 INFO O| Feb 24 04:47:48.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75852026-02-24T04:47:49.845Z[ recovery-image] Feb 24 04:47:48.930 INFO O| Feb 24 04:47:48.930 INFO STEP 930 (remove_files) COMPLETE
75862026-02-24T04:47:49.845Z[ recovery-image] Feb 24 04:47:48.930 INFO O| Feb 24 04:47:48.930 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872026-02-24T04:47:49.859Z[ recovery-image] Feb 24 04:47:48.943 INFO O| Feb 24 04:47:48.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75882026-02-24T04:47:49.859Z[ recovery-image] Feb 24 04:47:48.944 INFO O| Feb 24 04:47:48.944 INFO STEP 931 (remove_files) COMPLETE
75892026-02-24T04:47:49.862Z[ recovery-image] Feb 24 04:47:48.944 INFO O| Feb 24 04:47:48.944 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902026-02-24T04:47:49.873Z[ recovery-image] Feb 24 04:47:48.957 INFO O| Feb 24 04:47:48.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75912026-02-24T04:47:49.873Z[ recovery-image] Feb 24 04:47:48.957 INFO O| Feb 24 04:47:48.957 INFO STEP 932 (remove_files) COMPLETE
75922026-02-24T04:47:49.873Z[ recovery-image] Feb 24 04:47:48.957 INFO O| Feb 24 04:47:48.957 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932026-02-24T04:47:49.886Z[ recovery-image] Feb 24 04:47:48.970 INFO O| Feb 24 04:47:48.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75942026-02-24T04:47:49.889Z[ recovery-image] Feb 24 04:47:48.970 INFO O| Feb 24 04:47:48.970 INFO STEP 933 (remove_files) COMPLETE
75952026-02-24T04:47:49.889Z[ recovery-image] Feb 24 04:47:48.970 INFO O| Feb 24 04:47:48.970 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962026-02-24T04:47:49.898Z[ recovery-image] Feb 24 04:47:48.982 INFO O| Feb 24 04:47:48.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75972026-02-24T04:47:49.898Z[ recovery-image] Feb 24 04:47:48.983 INFO O| Feb 24 04:47:48.983 INFO STEP 934 (remove_files) COMPLETE
75982026-02-24T04:47:49.898Z[ recovery-image] Feb 24 04:47:48.983 INFO O| Feb 24 04:47:48.983 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992026-02-24T04:47:49.910Z[ recovery-image] Feb 24 04:47:48.995 INFO O| Feb 24 04:47:48.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76002026-02-24T04:47:49.913Z[ recovery-image] Feb 24 04:47:48.995 INFO O| Feb 24 04:47:48.995 INFO STEP 935 (remove_files) COMPLETE
76012026-02-24T04:47:49.913Z[ recovery-image] Feb 24 04:47:48.995 INFO O| Feb 24 04:47:48.995 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022026-02-24T04:47:49.923Z[ recovery-image] Feb 24 04:47:49.008 INFO O| Feb 24 04:47:49.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76032026-02-24T04:47:49.923Z[ recovery-image] Feb 24 04:47:49.008 INFO O| Feb 24 04:47:49.008 INFO STEP 936 (remove_files) COMPLETE
76042026-02-24T04:47:49.927Z[ recovery-image] Feb 24 04:47:49.008 INFO O| Feb 24 04:47:49.008 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052026-02-24T04:47:49.936Z[ recovery-image] Feb 24 04:47:49.021 INFO O| Feb 24 04:47:49.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76062026-02-24T04:47:49.939Z[ recovery-image] Feb 24 04:47:49.022 INFO O| Feb 24 04:47:49.022 INFO STEP 937 (remove_files) COMPLETE
76072026-02-24T04:47:49.939Z[ recovery-image] Feb 24 04:47:49.022 INFO O| Feb 24 04:47:49.022 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082026-02-24T04:47:49.949Z[ recovery-image] Feb 24 04:47:49.034 INFO O| Feb 24 04:47:49.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76092026-02-24T04:47:49.949Z[ recovery-image] Feb 24 04:47:49.034 INFO O| Feb 24 04:47:49.034 INFO STEP 938 (remove_files) COMPLETE
76102026-02-24T04:47:49.953Z[ recovery-image] Feb 24 04:47:49.034 INFO O| Feb 24 04:47:49.034 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112026-02-24T04:47:49.963Z[ recovery-image] Feb 24 04:47:49.047 INFO O| Feb 24 04:47:49.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76122026-02-24T04:47:49.966Z[ recovery-image] Feb 24 04:47:49.047 INFO O| Feb 24 04:47:49.047 INFO STEP 939 (remove_files) COMPLETE
76132026-02-24T04:47:49.966Z[ recovery-image] Feb 24 04:47:49.047 INFO O| Feb 24 04:47:49.047 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142026-02-24T04:47:49.975Z[ recovery-image] Feb 24 04:47:49.060 INFO O| Feb 24 04:47:49.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76152026-02-24T04:47:49.975Z[ recovery-image] Feb 24 04:47:49.060 INFO O| Feb 24 04:47:49.060 INFO STEP 940 (remove_files) COMPLETE
76162026-02-24T04:47:49.975Z[ recovery-image] Feb 24 04:47:49.060 INFO O| Feb 24 04:47:49.060 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172026-02-24T04:47:49.987Z[ recovery-image] Feb 24 04:47:49.072 INFO O| Feb 24 04:47:49.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76182026-02-24T04:47:49.987Z[ recovery-image] Feb 24 04:47:49.072 INFO O| Feb 24 04:47:49.072 INFO STEP 941 (remove_files) COMPLETE
76192026-02-24T04:47:49.990Z[ recovery-image] Feb 24 04:47:49.072 INFO O| Feb 24 04:47:49.072 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202026-02-24T04:47:50.000Z[ recovery-image] Feb 24 04:47:49.084 INFO O| Feb 24 04:47:49.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76212026-02-24T04:47:50.000Z[ recovery-image] Feb 24 04:47:49.084 INFO O| Feb 24 04:47:49.084 INFO STEP 942 (remove_files) COMPLETE
76222026-02-24T04:47:50.003Z[ recovery-image] Feb 24 04:47:49.084 INFO O| Feb 24 04:47:49.084 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232026-02-24T04:47:50.013Z[ recovery-image] Feb 24 04:47:49.098 INFO O| Feb 24 04:47:49.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76242026-02-24T04:47:50.016Z[ recovery-image] Feb 24 04:47:49.098 INFO O| Feb 24 04:47:49.098 INFO STEP 943 (remove_files) COMPLETE
76252026-02-24T04:47:50.016Z[ recovery-image] Feb 24 04:47:49.098 INFO O| Feb 24 04:47:49.098 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262026-02-24T04:47:50.026Z[ recovery-image] Feb 24 04:47:49.110 INFO O| Feb 24 04:47:49.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76272026-02-24T04:47:50.026Z[ recovery-image] Feb 24 04:47:49.111 INFO O| Feb 24 04:47:49.111 INFO STEP 944 (remove_files) COMPLETE
76282026-02-24T04:47:50.026Z[ recovery-image] Feb 24 04:47:49.111 INFO O| Feb 24 04:47:49.111 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292026-02-24T04:47:50.038Z[ recovery-image] Feb 24 04:47:49.123 INFO O| Feb 24 04:47:49.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76302026-02-24T04:47:50.038Z[ recovery-image] Feb 24 04:47:49.123 INFO O| Feb 24 04:47:49.123 INFO STEP 945 (remove_files) COMPLETE
76312026-02-24T04:47:50.038Z[ recovery-image] Feb 24 04:47:49.123 INFO O| Feb 24 04:47:49.123 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322026-02-24T04:47:50.052Z[ recovery-image] Feb 24 04:47:49.136 INFO O| Feb 24 04:47:49.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76332026-02-24T04:47:50.052Z[ recovery-image] Feb 24 04:47:49.136 INFO O| Feb 24 04:47:49.136 INFO STEP 946 (remove_files) COMPLETE
76342026-02-24T04:47:50.052Z[ recovery-image] Feb 24 04:47:49.136 INFO O| Feb 24 04:47:49.136 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352026-02-24T04:47:50.063Z[ recovery-image] Feb 24 04:47:49.148 INFO O| Feb 24 04:47:49.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76362026-02-24T04:47:50.063Z[ recovery-image] Feb 24 04:47:49.148 INFO O| Feb 24 04:47:49.148 INFO STEP 947 (remove_files) COMPLETE
76372026-02-24T04:47:50.066Z[ recovery-image] Feb 24 04:47:49.148 INFO O| Feb 24 04:47:49.148 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382026-02-24T04:47:50.076Z[ recovery-image] Feb 24 04:47:49.161 INFO O| Feb 24 04:47:49.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76392026-02-24T04:47:50.077Z[ recovery-image] Feb 24 04:47:49.161 INFO O| Feb 24 04:47:49.161 INFO STEP 948 (remove_files) COMPLETE
76402026-02-24T04:47:50.077Z[ recovery-image] Feb 24 04:47:49.161 INFO O| Feb 24 04:47:49.161 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412026-02-24T04:47:50.089Z[ recovery-image] Feb 24 04:47:49.174 INFO O| Feb 24 04:47:49.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76422026-02-24T04:47:50.089Z[ recovery-image] Feb 24 04:47:49.174 INFO O| Feb 24 04:47:49.174 INFO STEP 949 (remove_files) COMPLETE
76432026-02-24T04:47:50.089Z[ recovery-image] Feb 24 04:47:49.174 INFO O| Feb 24 04:47:49.174 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442026-02-24T04:47:50.101Z[ recovery-image] Feb 24 04:47:49.185 INFO O| Feb 24 04:47:49.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76452026-02-24T04:47:50.101Z[ recovery-image] Feb 24 04:47:49.185 INFO O| Feb 24 04:47:49.185 INFO STEP 950 (remove_files) COMPLETE
76462026-02-24T04:47:50.101Z[ recovery-image] Feb 24 04:47:49.185 INFO O| Feb 24 04:47:49.185 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472026-02-24T04:47:50.156Z[ recovery-image] Feb 24 04:47:49.198 INFO O| Feb 24 04:47:49.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76482026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.198 INFO O| Feb 24 04:47:49.198 INFO STEP 951 (remove_files) COMPLETE
76492026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.198 INFO O| Feb 24 04:47:49.198 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.211 INFO O| Feb 24 04:47:49.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76512026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.211 INFO O| Feb 24 04:47:49.211 INFO STEP 952 (remove_files) COMPLETE
76522026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.211 INFO O| Feb 24 04:47:49.211 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.224 INFO O| Feb 24 04:47:49.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76542026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.224 INFO O| Feb 24 04:47:49.224 INFO STEP 953 (remove_files) COMPLETE
76552026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.224 INFO O| Feb 24 04:47:49.224 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.236 INFO O| Feb 24 04:47:49.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76572026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.237 INFO O| Feb 24 04:47:49.236 INFO STEP 954 (remove_files) COMPLETE
76582026-02-24T04:47:50.162Z[ recovery-image] Feb 24 04:47:49.237 INFO O| Feb 24 04:47:49.236 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592026-02-24T04:47:50.165Z[ recovery-image] Feb 24 04:47:49.249 INFO O| Feb 24 04:47:49.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76602026-02-24T04:47:50.165Z[ recovery-image] Feb 24 04:47:49.249 INFO O| Feb 24 04:47:49.249 INFO STEP 955 (remove_files) COMPLETE
76612026-02-24T04:47:50.165Z[ recovery-image] Feb 24 04:47:49.249 INFO O| Feb 24 04:47:49.249 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622026-02-24T04:47:50.177Z[ recovery-image] Feb 24 04:47:49.261 INFO O| Feb 24 04:47:49.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76632026-02-24T04:47:50.177Z[ recovery-image] Feb 24 04:47:49.262 INFO O| Feb 24 04:47:49.261 INFO STEP 956 (remove_files) COMPLETE
76642026-02-24T04:47:50.180Z[ recovery-image] Feb 24 04:47:49.262 INFO O| Feb 24 04:47:49.262 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652026-02-24T04:47:50.189Z[ recovery-image] Feb 24 04:47:49.274 INFO O| Feb 24 04:47:49.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76662026-02-24T04:47:50.189Z[ recovery-image] Feb 24 04:47:49.274 INFO O| Feb 24 04:47:49.274 INFO STEP 957 (remove_files) COMPLETE
76672026-02-24T04:47:50.192Z[ recovery-image] Feb 24 04:47:49.274 INFO O| Feb 24 04:47:49.274 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682026-02-24T04:47:50.200Z[ recovery-image] Feb 24 04:47:49.284 INFO O| Feb 24 04:47:49.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76692026-02-24T04:47:50.200Z[ recovery-image] Feb 24 04:47:49.284 INFO O| Feb 24 04:47:49.284 INFO STEP 958 (remove_files) COMPLETE
76702026-02-24T04:47:50.203Z[ recovery-image] Feb 24 04:47:49.284 INFO O| Feb 24 04:47:49.284 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712026-02-24T04:47:50.210Z[ recovery-image] Feb 24 04:47:49.295 INFO O| Feb 24 04:47:49.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76722026-02-24T04:47:50.210Z[ recovery-image] Feb 24 04:47:49.295 INFO O| Feb 24 04:47:49.295 INFO STEP 959 (remove_files) COMPLETE
76732026-02-24T04:47:50.213Z[ recovery-image] Feb 24 04:47:49.295 INFO O| Feb 24 04:47:49.295 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742026-02-24T04:47:50.220Z[ recovery-image] Feb 24 04:47:49.305 INFO O| Feb 24 04:47:49.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76752026-02-24T04:47:50.220Z[ recovery-image] Feb 24 04:47:49.305 INFO O| Feb 24 04:47:49.305 INFO STEP 960 (remove_files) COMPLETE
76762026-02-24T04:47:50.220Z[ recovery-image] Feb 24 04:47:49.305 INFO O| Feb 24 04:47:49.305 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772026-02-24T04:47:50.231Z[ recovery-image] Feb 24 04:47:49.315 INFO O| Feb 24 04:47:49.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76782026-02-24T04:47:50.231Z[ recovery-image] Feb 24 04:47:49.315 INFO O| Feb 24 04:47:49.315 INFO STEP 961 (remove_files) COMPLETE
76792026-02-24T04:47:50.231Z[ recovery-image] Feb 24 04:47:49.315 INFO O| Feb 24 04:47:49.315 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802026-02-24T04:47:50.242Z[ recovery-image] Feb 24 04:47:49.326 INFO O| Feb 24 04:47:49.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76812026-02-24T04:47:50.242Z[ recovery-image] Feb 24 04:47:49.327 INFO O| Feb 24 04:47:49.327 INFO STEP 962 (remove_files) COMPLETE
76822026-02-24T04:47:50.242Z[ recovery-image] Feb 24 04:47:49.327 INFO O| Feb 24 04:47:49.327 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832026-02-24T04:47:50.253Z[ recovery-image] Feb 24 04:47:49.338 INFO O| Feb 24 04:47:49.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76842026-02-24T04:47:50.253Z[ recovery-image] Feb 24 04:47:49.338 INFO O| Feb 24 04:47:49.338 INFO STEP 963 (remove_files) COMPLETE
76852026-02-24T04:47:50.253Z[ recovery-image] Feb 24 04:47:49.338 INFO O| Feb 24 04:47:49.338 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862026-02-24T04:47:50.266Z[ recovery-image] Feb 24 04:47:49.351 INFO O| Feb 24 04:47:49.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76872026-02-24T04:47:50.266Z[ recovery-image] Feb 24 04:47:49.351 INFO O| Feb 24 04:47:49.351 INFO STEP 964 (remove_files) COMPLETE
76882026-02-24T04:47:50.266Z[ recovery-image] Feb 24 04:47:49.351 INFO O| Feb 24 04:47:49.351 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892026-02-24T04:47:50.280Z[ recovery-image] Feb 24 04:47:49.365 INFO O| Feb 24 04:47:49.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76902026-02-24T04:47:50.280Z[ recovery-image] Feb 24 04:47:49.365 INFO O| Feb 24 04:47:49.365 INFO STEP 965 (remove_files) COMPLETE
76912026-02-24T04:47:50.280Z[ recovery-image] Feb 24 04:47:49.365 INFO O| Feb 24 04:47:49.365 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922026-02-24T04:47:50.295Z[ recovery-image] Feb 24 04:47:49.380 INFO O| Feb 24 04:47:49.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76932026-02-24T04:47:50.295Z[ recovery-image] Feb 24 04:47:49.380 INFO O| Feb 24 04:47:49.380 INFO STEP 966 (remove_files) COMPLETE
76942026-02-24T04:47:50.295Z[ recovery-image] Feb 24 04:47:49.380 INFO O| Feb 24 04:47:49.380 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952026-02-24T04:47:50.309Z[ recovery-image] Feb 24 04:47:49.394 INFO O| Feb 24 04:47:49.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76962026-02-24T04:47:50.309Z[ recovery-image] Feb 24 04:47:49.394 INFO O| Feb 24 04:47:49.394 INFO STEP 967 (remove_files) COMPLETE
76972026-02-24T04:47:50.309Z[ recovery-image] Feb 24 04:47:49.394 INFO O| Feb 24 04:47:49.394 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982026-02-24T04:47:50.322Z[ recovery-image] Feb 24 04:47:49.406 INFO O| Feb 24 04:47:49.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76992026-02-24T04:47:50.322Z[ recovery-image] Feb 24 04:47:49.406 INFO O| Feb 24 04:47:49.406 INFO STEP 968 (remove_files) COMPLETE
77002026-02-24T04:47:50.322Z[ recovery-image] Feb 24 04:47:49.406 INFO O| Feb 24 04:47:49.406 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012026-02-24T04:47:50.334Z[ recovery-image] Feb 24 04:47:49.419 INFO O| Feb 24 04:47:49.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77022026-02-24T04:47:50.334Z[ recovery-image] Feb 24 04:47:49.419 INFO O| Feb 24 04:47:49.419 INFO STEP 969 (remove_files) COMPLETE
77032026-02-24T04:47:50.334Z[ recovery-image] Feb 24 04:47:49.419 INFO O| Feb 24 04:47:49.419 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042026-02-24T04:47:50.347Z[ recovery-image] Feb 24 04:47:49.431 INFO O| Feb 24 04:47:49.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77052026-02-24T04:47:50.347Z[ recovery-image] Feb 24 04:47:49.432 INFO O| Feb 24 04:47:49.431 INFO STEP 970 (remove_files) COMPLETE
77062026-02-24T04:47:50.350Z[ recovery-image] Feb 24 04:47:49.432 INFO O| Feb 24 04:47:49.432 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072026-02-24T04:47:50.358Z[ recovery-image] Feb 24 04:47:49.443 INFO O| Feb 24 04:47:49.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77082026-02-24T04:47:50.359Z[ recovery-image] Feb 24 04:47:49.443 INFO O| Feb 24 04:47:49.443 INFO STEP 971 (remove_files) COMPLETE
77092026-02-24T04:47:50.359Z[ recovery-image] Feb 24 04:47:49.443 INFO O| Feb 24 04:47:49.443 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102026-02-24T04:47:50.371Z[ recovery-image] Feb 24 04:47:49.456 INFO O| Feb 24 04:47:49.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77112026-02-24T04:47:50.372Z[ recovery-image] Feb 24 04:47:49.456 INFO O| Feb 24 04:47:49.456 INFO STEP 972 (remove_files) COMPLETE
77122026-02-24T04:47:50.372Z[ recovery-image] Feb 24 04:47:49.456 INFO O| Feb 24 04:47:49.456 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132026-02-24T04:47:50.384Z[ recovery-image] Feb 24 04:47:49.469 INFO O| Feb 24 04:47:49.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77142026-02-24T04:47:50.384Z[ recovery-image] Feb 24 04:47:49.469 INFO O| Feb 24 04:47:49.469 INFO STEP 973 (remove_files) COMPLETE
77152026-02-24T04:47:50.387Z[ recovery-image] Feb 24 04:47:49.469 INFO O| Feb 24 04:47:49.469 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162026-02-24T04:47:50.397Z[ recovery-image] Feb 24 04:47:49.482 INFO O| Feb 24 04:47:49.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77172026-02-24T04:47:50.398Z[ recovery-image] Feb 24 04:47:49.482 INFO O| Feb 24 04:47:49.482 INFO STEP 974 (remove_files) COMPLETE
77182026-02-24T04:47:50.398Z[ recovery-image] Feb 24 04:47:49.482 INFO O| Feb 24 04:47:49.482 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192026-02-24T04:47:50.411Z[ recovery-image] Feb 24 04:47:49.494 INFO O| Feb 24 04:47:49.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77202026-02-24T04:47:50.411Z[ recovery-image] Feb 24 04:47:49.494 INFO O| Feb 24 04:47:49.494 INFO STEP 975 (remove_files) COMPLETE
77212026-02-24T04:47:50.416Z[ recovery-image] Feb 24 04:47:49.494 INFO O| Feb 24 04:47:49.494 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222026-02-24T04:47:50.422Z[ recovery-image] Feb 24 04:47:49.507 INFO O| Feb 24 04:47:49.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77232026-02-24T04:47:50.422Z[ recovery-image] Feb 24 04:47:49.507 INFO O| Feb 24 04:47:49.507 INFO STEP 976 (remove_files) COMPLETE
77242026-02-24T04:47:50.422Z[ recovery-image] Feb 24 04:47:49.507 INFO O| Feb 24 04:47:49.507 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252026-02-24T04:47:50.435Z[ recovery-image] Feb 24 04:47:49.520 INFO O| Feb 24 04:47:49.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77262026-02-24T04:47:50.435Z[ recovery-image] Feb 24 04:47:49.520 INFO O| Feb 24 04:47:49.520 INFO STEP 977 (remove_files) COMPLETE
77272026-02-24T04:47:50.440Z[ recovery-image] Feb 24 04:47:49.520 INFO O| Feb 24 04:47:49.520 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282026-02-24T04:47:50.448Z[ recovery-image] Feb 24 04:47:49.533 INFO O| Feb 24 04:47:49.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77292026-02-24T04:47:50.451Z[ recovery-image] Feb 24 04:47:49.533 INFO O| Feb 24 04:47:49.533 INFO STEP 978 (remove_files) COMPLETE
77302026-02-24T04:47:50.451Z[ recovery-image] Feb 24 04:47:49.533 INFO O| Feb 24 04:47:49.533 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312026-02-24T04:47:50.462Z[ recovery-image] Feb 24 04:47:49.547 INFO O| Feb 24 04:47:49.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77322026-02-24T04:47:50.462Z[ recovery-image] Feb 24 04:47:49.547 INFO O| Feb 24 04:47:49.547 INFO STEP 979 (remove_files) COMPLETE
77332026-02-24T04:47:50.465Z[ recovery-image] Feb 24 04:47:49.547 INFO O| Feb 24 04:47:49.547 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342026-02-24T04:47:50.475Z[ recovery-image] Feb 24 04:47:49.560 INFO O| Feb 24 04:47:49.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77352026-02-24T04:47:50.475Z[ recovery-image] Feb 24 04:47:49.560 INFO O| Feb 24 04:47:49.560 INFO STEP 980 (remove_files) COMPLETE
77362026-02-24T04:47:50.475Z[ recovery-image] Feb 24 04:47:49.560 INFO O| Feb 24 04:47:49.560 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372026-02-24T04:47:50.488Z[ recovery-image] Feb 24 04:47:49.573 INFO O| Feb 24 04:47:49.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77382026-02-24T04:47:50.488Z[ recovery-image] Feb 24 04:47:49.573 INFO O| Feb 24 04:47:49.573 INFO STEP 981 (remove_files) COMPLETE
77392026-02-24T04:47:50.492Z[ recovery-image] Feb 24 04:47:49.573 INFO O| Feb 24 04:47:49.573 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402026-02-24T04:47:50.500Z[ recovery-image] Feb 24 04:47:49.585 INFO O| Feb 24 04:47:49.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77412026-02-24T04:47:50.505Z[ recovery-image] Feb 24 04:47:49.586 INFO O| Feb 24 04:47:49.586 INFO STEP 982 (remove_files) COMPLETE
77422026-02-24T04:47:50.505Z[ recovery-image] Feb 24 04:47:49.586 INFO O| Feb 24 04:47:49.586 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432026-02-24T04:47:50.514Z[ recovery-image] Feb 24 04:47:49.599 INFO O| Feb 24 04:47:49.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77442026-02-24T04:47:50.514Z[ recovery-image] Feb 24 04:47:49.599 INFO O| Feb 24 04:47:49.599 INFO STEP 983 (remove_files) COMPLETE
77452026-02-24T04:47:50.514Z[ recovery-image] Feb 24 04:47:49.599 INFO O| Feb 24 04:47:49.599 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462026-02-24T04:47:50.527Z[ recovery-image] Feb 24 04:47:49.611 INFO O| Feb 24 04:47:49.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77472026-02-24T04:47:50.527Z[ recovery-image] Feb 24 04:47:49.611 INFO O| Feb 24 04:47:49.611 INFO STEP 984 (remove_files) COMPLETE
77482026-02-24T04:47:50.527Z[ recovery-image] Feb 24 04:47:49.611 INFO O| Feb 24 04:47:49.611 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492026-02-24T04:47:50.542Z[ recovery-image] Feb 24 04:47:49.624 INFO O| Feb 24 04:47:49.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77502026-02-24T04:47:50.542Z[ recovery-image] Feb 24 04:47:49.624 INFO O| Feb 24 04:47:49.624 INFO STEP 985 (remove_files) COMPLETE
77512026-02-24T04:47:50.542Z[ recovery-image] Feb 24 04:47:49.624 INFO O| Feb 24 04:47:49.624 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522026-02-24T04:47:50.552Z[ recovery-image] Feb 24 04:47:49.637 INFO O| Feb 24 04:47:49.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77532026-02-24T04:47:50.552Z[ recovery-image] Feb 24 04:47:49.637 INFO O| Feb 24 04:47:49.637 INFO STEP 986 (remove_files) COMPLETE
77542026-02-24T04:47:50.552Z[ recovery-image] Feb 24 04:47:49.637 INFO O| Feb 24 04:47:49.637 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552026-02-24T04:47:50.565Z[ recovery-image] Feb 24 04:47:49.650 INFO O| Feb 24 04:47:49.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77562026-02-24T04:47:50.565Z[ recovery-image] Feb 24 04:47:49.650 INFO O| Feb 24 04:47:49.650 INFO STEP 987 (remove_files) COMPLETE
77572026-02-24T04:47:50.568Z[ recovery-image] Feb 24 04:47:49.650 INFO O| Feb 24 04:47:49.650 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582026-02-24T04:47:50.578Z[ recovery-image] Feb 24 04:47:49.663 INFO O| Feb 24 04:47:49.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77592026-02-24T04:47:50.581Z[ recovery-image] Feb 24 04:47:49.664 INFO O| Feb 24 04:47:49.664 INFO STEP 988 (remove_files) COMPLETE
77602026-02-24T04:47:50.581Z[ recovery-image] Feb 24 04:47:49.664 INFO O| Feb 24 04:47:49.664 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612026-02-24T04:47:50.593Z[ recovery-image] Feb 24 04:47:49.677 INFO O| Feb 24 04:47:49.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77622026-02-24T04:47:50.593Z[ recovery-image] Feb 24 04:47:49.677 INFO O| Feb 24 04:47:49.677 INFO STEP 989 (remove_files) COMPLETE
77632026-02-24T04:47:50.593Z[ recovery-image] Feb 24 04:47:49.677 INFO O| Feb 24 04:47:49.677 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642026-02-24T04:47:50.606Z[ recovery-image] Feb 24 04:47:49.691 INFO O| Feb 24 04:47:49.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77652026-02-24T04:47:50.606Z[ recovery-image] Feb 24 04:47:49.691 INFO O| Feb 24 04:47:49.691 INFO STEP 990 (remove_files) COMPLETE
77662026-02-24T04:47:50.610Z[ recovery-image] Feb 24 04:47:49.691 INFO O| Feb 24 04:47:49.691 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672026-02-24T04:47:50.619Z[ recovery-image] Feb 24 04:47:49.704 INFO O| Feb 24 04:47:49.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77682026-02-24T04:47:50.619Z[ recovery-image] Feb 24 04:47:49.704 INFO O| Feb 24 04:47:49.704 INFO STEP 991 (remove_files) COMPLETE
77692026-02-24T04:47:50.619Z[ recovery-image] Feb 24 04:47:49.704 INFO O| Feb 24 04:47:49.704 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702026-02-24T04:47:50.633Z[ recovery-image] Feb 24 04:47:49.717 INFO O| Feb 24 04:47:49.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77712026-02-24T04:47:50.633Z[ recovery-image] Feb 24 04:47:49.717 INFO O| Feb 24 04:47:49.717 INFO STEP 992 (remove_files) COMPLETE
77722026-02-24T04:47:50.636Z[ recovery-image] Feb 24 04:47:49.717 INFO O| Feb 24 04:47:49.717 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732026-02-24T04:47:50.646Z[ recovery-image] Feb 24 04:47:49.730 INFO O| Feb 24 04:47:49.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77742026-02-24T04:47:50.646Z[ recovery-image] Feb 24 04:47:49.730 INFO O| Feb 24 04:47:49.730 INFO STEP 993 (remove_files) COMPLETE
77752026-02-24T04:47:50.649Z[ recovery-image] Feb 24 04:47:49.730 INFO O| Feb 24 04:47:49.730 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762026-02-24T04:47:50.658Z[ recovery-image] Feb 24 04:47:49.742 INFO O| Feb 24 04:47:49.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77772026-02-24T04:47:50.658Z[ recovery-image] Feb 24 04:47:49.743 INFO O| Feb 24 04:47:49.743 INFO STEP 994 (remove_files) COMPLETE
77782026-02-24T04:47:50.658Z[ recovery-image] Feb 24 04:47:49.743 INFO O| Feb 24 04:47:49.743 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792026-02-24T04:47:50.670Z[ recovery-image] Feb 24 04:47:49.755 INFO O| Feb 24 04:47:49.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77802026-02-24T04:47:50.670Z[ recovery-image] Feb 24 04:47:49.755 INFO O| Feb 24 04:47:49.755 INFO STEP 995 (remove_files) COMPLETE
77812026-02-24T04:47:50.670Z[ recovery-image] Feb 24 04:47:49.755 INFO O| Feb 24 04:47:49.755 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822026-02-24T04:47:50.684Z[ recovery-image] Feb 24 04:47:49.768 INFO O| Feb 24 04:47:49.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77832026-02-24T04:47:50.684Z[ recovery-image] Feb 24 04:47:49.768 INFO O| Feb 24 04:47:49.768 INFO STEP 996 (remove_files) COMPLETE
77842026-02-24T04:47:50.684Z[ recovery-image] Feb 24 04:47:49.768 INFO O| Feb 24 04:47:49.768 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852026-02-24T04:47:50.697Z[ recovery-image] Feb 24 04:47:49.781 INFO O| Feb 24 04:47:49.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77862026-02-24T04:47:50.697Z[ recovery-image] Feb 24 04:47:49.781 INFO O| Feb 24 04:47:49.781 INFO STEP 997 (remove_files) COMPLETE
77872026-02-24T04:47:50.697Z[ recovery-image] Feb 24 04:47:49.781 INFO O| Feb 24 04:47:49.781 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882026-02-24T04:47:50.709Z[ recovery-image] Feb 24 04:47:49.794 INFO O| Feb 24 04:47:49.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77892026-02-24T04:47:50.710Z[ recovery-image] Feb 24 04:47:49.794 INFO O| Feb 24 04:47:49.794 INFO STEP 998 (remove_files) COMPLETE
77902026-02-24T04:47:50.713Z[ recovery-image] Feb 24 04:47:49.794 INFO O| Feb 24 04:47:49.794 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912026-02-24T04:47:50.723Z[ recovery-image] Feb 24 04:47:49.807 INFO O| Feb 24 04:47:49.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77922026-02-24T04:47:50.723Z[ recovery-image] Feb 24 04:47:49.808 INFO O| Feb 24 04:47:49.808 INFO STEP 999 (remove_files) COMPLETE
77932026-02-24T04:47:50.726Z[ recovery-image] Feb 24 04:47:49.808 INFO O| Feb 24 04:47:49.808 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942026-02-24T04:47:50.737Z[ recovery-image] Feb 24 04:47:49.820 INFO O| Feb 24 04:47:49.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77952026-02-24T04:47:50.737Z[ recovery-image] Feb 24 04:47:49.820 INFO O| Feb 24 04:47:49.820 INFO STEP 1000 (remove_files) COMPLETE
77962026-02-24T04:47:50.737Z[ recovery-image] Feb 24 04:47:49.820 INFO O| Feb 24 04:47:49.820 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972026-02-24T04:47:50.747Z[ recovery-image] Feb 24 04:47:49.832 INFO O| Feb 24 04:47:49.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77982026-02-24T04:47:50.747Z[ recovery-image] Feb 24 04:47:49.832 INFO O| Feb 24 04:47:49.832 INFO STEP 1001 (remove_files) COMPLETE
77992026-02-24T04:47:50.751Z[ recovery-image] Feb 24 04:47:49.832 INFO O| Feb 24 04:47:49.832 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002026-02-24T04:47:50.761Z[ recovery-image] Feb 24 04:47:49.845 INFO O| Feb 24 04:47:49.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78012026-02-24T04:47:50.761Z[ recovery-image] Feb 24 04:47:49.845 INFO O| Feb 24 04:47:49.845 INFO STEP 1002 (remove_files) COMPLETE
78022026-02-24T04:47:50.761Z[ recovery-image] Feb 24 04:47:49.845 INFO O| Feb 24 04:47:49.845 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032026-02-24T04:47:50.774Z[ recovery-image] Feb 24 04:47:49.858 INFO O| Feb 24 04:47:49.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78042026-02-24T04:47:50.774Z[ recovery-image] Feb 24 04:47:49.858 INFO O| Feb 24 04:47:49.858 INFO STEP 1003 (remove_files) COMPLETE
78052026-02-24T04:47:50.774Z[ recovery-image] Feb 24 04:47:49.858 INFO O| Feb 24 04:47:49.858 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062026-02-24T04:47:50.787Z[ recovery-image] Feb 24 04:47:49.871 INFO O| Feb 24 04:47:49.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78072026-02-24T04:47:50.787Z[ recovery-image] Feb 24 04:47:49.871 INFO O| Feb 24 04:47:49.871 INFO STEP 1004 (remove_files) COMPLETE
78082026-02-24T04:47:50.787Z[ recovery-image] Feb 24 04:47:49.871 INFO O| Feb 24 04:47:49.871 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092026-02-24T04:47:50.799Z[ recovery-image] Feb 24 04:47:49.884 INFO O| Feb 24 04:47:49.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78102026-02-24T04:47:50.800Z[ recovery-image] Feb 24 04:47:49.884 INFO O| Feb 24 04:47:49.884 INFO STEP 1005 (remove_files) COMPLETE
78112026-02-24T04:47:50.803Z[ recovery-image] Feb 24 04:47:49.884 INFO O| Feb 24 04:47:49.884 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122026-02-24T04:47:50.812Z[ recovery-image] Feb 24 04:47:49.896 INFO O| Feb 24 04:47:49.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78132026-02-24T04:47:50.812Z[ recovery-image] Feb 24 04:47:49.896 INFO O| Feb 24 04:47:49.896 INFO STEP 1006 (remove_files) COMPLETE
78142026-02-24T04:47:50.812Z[ recovery-image] Feb 24 04:47:49.896 INFO O| Feb 24 04:47:49.896 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152026-02-24T04:47:50.824Z[ recovery-image] Feb 24 04:47:49.909 INFO O| Feb 24 04:47:49.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78162026-02-24T04:47:50.824Z[ recovery-image] Feb 24 04:47:49.909 INFO O| Feb 24 04:47:49.909 INFO STEP 1007 (remove_files) COMPLETE
78172026-02-24T04:47:50.824Z[ recovery-image] Feb 24 04:47:49.909 INFO O| Feb 24 04:47:49.909 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182026-02-24T04:47:50.837Z[ recovery-image] Feb 24 04:47:49.921 INFO O| Feb 24 04:47:49.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78192026-02-24T04:47:50.837Z[ recovery-image] Feb 24 04:47:49.922 INFO O| Feb 24 04:47:49.921 INFO STEP 1008 (remove_files) COMPLETE
78202026-02-24T04:47:50.840Z[ recovery-image] Feb 24 04:47:49.922 INFO O| Feb 24 04:47:49.922 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212026-02-24T04:47:50.850Z[ recovery-image] Feb 24 04:47:49.934 INFO O| Feb 24 04:47:49.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78222026-02-24T04:47:50.850Z[ recovery-image] Feb 24 04:47:49.934 INFO O| Feb 24 04:47:49.934 INFO STEP 1009 (remove_files) COMPLETE
78232026-02-24T04:47:50.850Z[ recovery-image] Feb 24 04:47:49.934 INFO O| Feb 24 04:47:49.934 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242026-02-24T04:47:50.861Z[ recovery-image] Feb 24 04:47:49.946 INFO O| Feb 24 04:47:49.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78252026-02-24T04:47:50.861Z[ recovery-image] Feb 24 04:47:49.946 INFO O| Feb 24 04:47:49.946 INFO STEP 1010 (remove_files) COMPLETE
78262026-02-24T04:47:50.861Z[ recovery-image] Feb 24 04:47:49.946 INFO O| Feb 24 04:47:49.946 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272026-02-24T04:47:50.874Z[ recovery-image] Feb 24 04:47:49.958 INFO O| Feb 24 04:47:49.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78282026-02-24T04:47:50.874Z[ recovery-image] Feb 24 04:47:49.958 INFO O| Feb 24 04:47:49.958 INFO STEP 1011 (remove_files) COMPLETE
78292026-02-24T04:47:50.874Z[ recovery-image] Feb 24 04:47:49.958 INFO O| Feb 24 04:47:49.958 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302026-02-24T04:47:50.888Z[ recovery-image] Feb 24 04:47:49.972 INFO O| Feb 24 04:47:49.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78312026-02-24T04:47:50.888Z[ recovery-image] Feb 24 04:47:49.972 INFO O| Feb 24 04:47:49.972 INFO STEP 1012 (remove_files) COMPLETE
78322026-02-24T04:47:50.888Z[ recovery-image] Feb 24 04:47:49.972 INFO O| Feb 24 04:47:49.972 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332026-02-24T04:47:50.900Z[ recovery-image] Feb 24 04:47:49.984 INFO O| Feb 24 04:47:49.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78342026-02-24T04:47:50.900Z[ recovery-image] Feb 24 04:47:49.984 INFO O| Feb 24 04:47:49.984 INFO STEP 1013 (remove_files) COMPLETE
78352026-02-24T04:47:50.900Z[ recovery-image] Feb 24 04:47:49.984 INFO O| Feb 24 04:47:49.984 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362026-02-24T04:47:50.913Z[ recovery-image] Feb 24 04:47:49.997 INFO O| Feb 24 04:47:49.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78372026-02-24T04:47:50.913Z[ recovery-image] Feb 24 04:47:49.997 INFO O| Feb 24 04:47:49.997 INFO STEP 1014 (remove_files) COMPLETE
78382026-02-24T04:47:50.913Z[ recovery-image] Feb 24 04:47:49.997 INFO O| Feb 24 04:47:49.997 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392026-02-24T04:47:50.925Z[ recovery-image] Feb 24 04:47:50.010 INFO O| Feb 24 04:47:50.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78402026-02-24T04:47:50.925Z[ recovery-image] Feb 24 04:47:50.010 INFO O| Feb 24 04:47:50.010 INFO STEP 1015 (remove_files) COMPLETE
78412026-02-24T04:47:50.928Z[ recovery-image] Feb 24 04:47:50.010 INFO O| Feb 24 04:47:50.010 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422026-02-24T04:47:50.937Z[ recovery-image] Feb 24 04:47:50.022 INFO O| Feb 24 04:47:50.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78432026-02-24T04:47:50.937Z[ recovery-image] Feb 24 04:47:50.022 INFO O| Feb 24 04:47:50.022 INFO STEP 1016 (remove_files) COMPLETE
78442026-02-24T04:47:50.937Z[ recovery-image] Feb 24 04:47:50.022 INFO O| Feb 24 04:47:50.022 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452026-02-24T04:47:50.951Z[ recovery-image] Feb 24 04:47:50.036 INFO O| Feb 24 04:47:50.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78462026-02-24T04:47:50.951Z[ recovery-image] Feb 24 04:47:50.036 INFO O| Feb 24 04:47:50.036 INFO STEP 1017 (remove_files) COMPLETE
78472026-02-24T04:47:50.951Z[ recovery-image] Feb 24 04:47:50.036 INFO O| Feb 24 04:47:50.036 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482026-02-24T04:47:50.970Z[ recovery-image] Feb 24 04:47:50.054 INFO O| Feb 24 04:47:50.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78492026-02-24T04:47:50.970Z[ recovery-image] Feb 24 04:47:50.054 INFO O| Feb 24 04:47:50.054 INFO STEP 1018 (remove_files) COMPLETE
78502026-02-24T04:47:50.970Z[ recovery-image] Feb 24 04:47:50.054 INFO O| Feb 24 04:47:50.054 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512026-02-24T04:47:50.986Z[ recovery-image] Feb 24 04:47:50.070 INFO O| Feb 24 04:47:50.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78522026-02-24T04:47:50.986Z[ recovery-image] Feb 24 04:47:50.070 INFO O| Feb 24 04:47:50.070 INFO STEP 1019 (remove_files) COMPLETE
78532026-02-24T04:47:50.986Z[ recovery-image] Feb 24 04:47:50.070 INFO O| Feb 24 04:47:50.070 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542026-02-24T04:47:51.001Z[ recovery-image] Feb 24 04:47:50.085 INFO O| Feb 24 04:47:50.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78552026-02-24T04:47:51.001Z[ recovery-image] Feb 24 04:47:50.085 INFO O| Feb 24 04:47:50.085 INFO STEP 1020 (remove_files) COMPLETE
78562026-02-24T04:47:51.001Z[ recovery-image] Feb 24 04:47:50.085 INFO O| Feb 24 04:47:50.085 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572026-02-24T04:47:51.013Z[ recovery-image] Feb 24 04:47:50.098 INFO O| Feb 24 04:47:50.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78582026-02-24T04:47:51.013Z[ recovery-image] Feb 24 04:47:50.098 INFO O| Feb 24 04:47:50.098 INFO STEP 1021 (remove_files) COMPLETE
78592026-02-24T04:47:51.013Z[ recovery-image] Feb 24 04:47:50.098 INFO O| Feb 24 04:47:50.098 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602026-02-24T04:47:51.027Z[ recovery-image] Feb 24 04:47:50.112 INFO O| Feb 24 04:47:50.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78612026-02-24T04:47:51.027Z[ recovery-image] Feb 24 04:47:50.112 INFO O| Feb 24 04:47:50.112 INFO STEP 1022 (remove_files) COMPLETE
78622026-02-24T04:47:51.027Z[ recovery-image] Feb 24 04:47:50.112 INFO O| Feb 24 04:47:50.112 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632026-02-24T04:47:51.040Z[ recovery-image] Feb 24 04:47:50.125 INFO O| Feb 24 04:47:50.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78642026-02-24T04:47:51.043Z[ recovery-image] Feb 24 04:47:50.125 INFO O| Feb 24 04:47:50.125 INFO STEP 1023 (remove_files) COMPLETE
78652026-02-24T04:47:51.043Z[ recovery-image] Feb 24 04:47:50.125 INFO O| Feb 24 04:47:50.125 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662026-02-24T04:47:51.052Z[ recovery-image] Feb 24 04:47:50.137 INFO O| Feb 24 04:47:50.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78672026-02-24T04:47:51.052Z[ recovery-image] Feb 24 04:47:50.137 INFO O| Feb 24 04:47:50.137 INFO STEP 1024 (remove_files) COMPLETE
78682026-02-24T04:47:51.055Z[ recovery-image] Feb 24 04:47:50.137 INFO O| Feb 24 04:47:50.137 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692026-02-24T04:47:51.065Z[ recovery-image] Feb 24 04:47:50.150 INFO O| Feb 24 04:47:50.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78702026-02-24T04:47:51.065Z[ recovery-image] Feb 24 04:47:50.150 INFO O| Feb 24 04:47:50.150 INFO STEP 1025 (remove_files) COMPLETE
78712026-02-24T04:47:51.065Z[ recovery-image] Feb 24 04:47:50.150 INFO O| Feb 24 04:47:50.150 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722026-02-24T04:47:51.078Z[ recovery-image] Feb 24 04:47:50.163 INFO O| Feb 24 04:47:50.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78732026-02-24T04:47:51.079Z[ recovery-image] Feb 24 04:47:50.163 INFO O| Feb 24 04:47:50.163 INFO STEP 1026 (remove_files) COMPLETE
78742026-02-24T04:47:51.079Z[ recovery-image] Feb 24 04:47:50.163 INFO O| Feb 24 04:47:50.163 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752026-02-24T04:47:51.091Z[ recovery-image] Feb 24 04:47:50.176 INFO O| Feb 24 04:47:50.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78762026-02-24T04:47:51.091Z[ recovery-image] Feb 24 04:47:50.176 INFO O| Feb 24 04:47:50.176 INFO STEP 1027 (remove_files) COMPLETE
78772026-02-24T04:47:51.095Z[ recovery-image] Feb 24 04:47:50.176 INFO O| Feb 24 04:47:50.176 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782026-02-24T04:47:51.105Z[ recovery-image] Feb 24 04:47:50.189 INFO O| Feb 24 04:47:50.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78792026-02-24T04:47:51.105Z[ recovery-image] Feb 24 04:47:50.189 INFO O| Feb 24 04:47:50.189 INFO STEP 1028 (remove_files) COMPLETE
78802026-02-24T04:47:51.108Z[ recovery-image] Feb 24 04:47:50.189 INFO O| Feb 24 04:47:50.189 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812026-02-24T04:47:51.117Z[ recovery-image] Feb 24 04:47:50.202 INFO O| Feb 24 04:47:50.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78822026-02-24T04:47:51.117Z[ recovery-image] Feb 24 04:47:50.202 INFO O| Feb 24 04:47:50.202 INFO STEP 1029 (remove_files) COMPLETE
78832026-02-24T04:47:51.117Z[ recovery-image] Feb 24 04:47:50.202 INFO O| Feb 24 04:47:50.202 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842026-02-24T04:47:51.129Z[ recovery-image] Feb 24 04:47:50.214 INFO O| Feb 24 04:47:50.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78852026-02-24T04:47:51.129Z[ recovery-image] Feb 24 04:47:50.214 INFO O| Feb 24 04:47:50.214 INFO STEP 1030 (remove_files) COMPLETE
78862026-02-24T04:47:51.132Z[ recovery-image] Feb 24 04:47:50.214 INFO O| Feb 24 04:47:50.214 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872026-02-24T04:47:51.141Z[ recovery-image] Feb 24 04:47:50.226 INFO O| Feb 24 04:47:50.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78882026-02-24T04:47:51.144Z[ recovery-image] Feb 24 04:47:50.226 INFO O| Feb 24 04:47:50.226 INFO STEP 1031 (remove_files) COMPLETE
78892026-02-24T04:47:51.144Z[ recovery-image] Feb 24 04:47:50.226 INFO O| Feb 24 04:47:50.226 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902026-02-24T04:47:51.154Z[ recovery-image] Feb 24 04:47:50.238 INFO O| Feb 24 04:47:50.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78912026-02-24T04:47:51.154Z[ recovery-image] Feb 24 04:47:50.238 INFO O| Feb 24 04:47:50.238 INFO STEP 1032 (remove_files) COMPLETE
78922026-02-24T04:47:51.157Z[ recovery-image] Feb 24 04:47:50.239 INFO O| Feb 24 04:47:50.238 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932026-02-24T04:47:51.166Z[ recovery-image] Feb 24 04:47:50.250 INFO O| Feb 24 04:47:50.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78942026-02-24T04:47:51.166Z[ recovery-image] Feb 24 04:47:50.250 INFO O| Feb 24 04:47:50.250 INFO STEP 1033 (remove_files) COMPLETE
78952026-02-24T04:47:51.169Z[ recovery-image] Feb 24 04:47:50.250 INFO O| Feb 24 04:47:50.250 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962026-02-24T04:47:51.177Z[ recovery-image] Feb 24 04:47:50.262 INFO O| Feb 24 04:47:50.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78972026-02-24T04:47:51.180Z[ recovery-image] Feb 24 04:47:50.262 INFO O| Feb 24 04:47:50.262 INFO STEP 1034 (remove_files) COMPLETE
78982026-02-24T04:47:51.180Z[ recovery-image] Feb 24 04:47:50.262 INFO O| Feb 24 04:47:50.262 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992026-02-24T04:47:51.190Z[ recovery-image] Feb 24 04:47:50.275 INFO O| Feb 24 04:47:50.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79002026-02-24T04:47:51.193Z[ recovery-image] Feb 24 04:47:50.275 INFO O| Feb 24 04:47:50.275 INFO STEP 1035 (remove_files) COMPLETE
79012026-02-24T04:47:51.193Z[ recovery-image] Feb 24 04:47:50.275 INFO O| Feb 24 04:47:50.275 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022026-02-24T04:47:51.204Z[ recovery-image] Feb 24 04:47:50.288 INFO O| Feb 24 04:47:50.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79032026-02-24T04:47:51.204Z[ recovery-image] Feb 24 04:47:50.288 INFO O| Feb 24 04:47:50.288 INFO STEP 1036 (remove_files) COMPLETE
79042026-02-24T04:47:51.204Z[ recovery-image] Feb 24 04:47:50.288 INFO O| Feb 24 04:47:50.288 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052026-02-24T04:47:51.216Z[ recovery-image] Feb 24 04:47:50.301 INFO O| Feb 24 04:47:50.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79062026-02-24T04:47:51.216Z[ recovery-image] Feb 24 04:47:50.301 INFO O| Feb 24 04:47:50.301 INFO STEP 1037 (remove_files) COMPLETE
79072026-02-24T04:47:51.216Z[ recovery-image] Feb 24 04:47:50.301 INFO O| Feb 24 04:47:50.301 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082026-02-24T04:47:51.229Z[ recovery-image] Feb 24 04:47:50.314 INFO O| Feb 24 04:47:50.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79092026-02-24T04:47:51.229Z[ recovery-image] Feb 24 04:47:50.314 INFO O| Feb 24 04:47:50.314 INFO STEP 1038 (remove_files) COMPLETE
79102026-02-24T04:47:51.232Z[ recovery-image] Feb 24 04:47:50.314 INFO O| Feb 24 04:47:50.314 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112026-02-24T04:47:51.242Z[ recovery-image] Feb 24 04:47:50.327 INFO O| Feb 24 04:47:50.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79122026-02-24T04:47:51.242Z[ recovery-image] Feb 24 04:47:50.327 INFO O| Feb 24 04:47:50.327 INFO STEP 1039 (remove_files) COMPLETE
79132026-02-24T04:47:51.242Z[ recovery-image] Feb 24 04:47:50.327 INFO O| Feb 24 04:47:50.327 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142026-02-24T04:47:51.256Z[ recovery-image] Feb 24 04:47:50.340 INFO O| Feb 24 04:47:50.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79152026-02-24T04:47:51.259Z[ recovery-image] Feb 24 04:47:50.340 INFO O| Feb 24 04:47:50.340 INFO STEP 1040 (remove_files) COMPLETE
79162026-02-24T04:47:51.259Z[ recovery-image] Feb 24 04:47:50.340 INFO O| Feb 24 04:47:50.340 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172026-02-24T04:47:51.268Z[ recovery-image] Feb 24 04:47:50.353 INFO O| Feb 24 04:47:50.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79182026-02-24T04:47:51.268Z[ recovery-image] Feb 24 04:47:50.353 INFO O| Feb 24 04:47:50.353 INFO STEP 1041 (remove_files) COMPLETE
79192026-02-24T04:47:51.268Z[ recovery-image] Feb 24 04:47:50.353 INFO O| Feb 24 04:47:50.353 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202026-02-24T04:47:51.281Z[ recovery-image] Feb 24 04:47:50.366 INFO O| Feb 24 04:47:50.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79212026-02-24T04:47:51.281Z[ recovery-image] Feb 24 04:47:50.366 INFO O| Feb 24 04:47:50.366 INFO STEP 1042 (remove_files) COMPLETE
79222026-02-24T04:47:51.284Z[ recovery-image] Feb 24 04:47:50.366 INFO O| Feb 24 04:47:50.366 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232026-02-24T04:47:51.295Z[ recovery-image] Feb 24 04:47:50.380 INFO O| Feb 24 04:47:50.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79242026-02-24T04:47:51.295Z[ recovery-image] Feb 24 04:47:50.380 INFO O| Feb 24 04:47:50.380 INFO STEP 1043 (remove_files) COMPLETE
79252026-02-24T04:47:51.296Z[ recovery-image] Feb 24 04:47:50.380 INFO O| Feb 24 04:47:50.380 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262026-02-24T04:47:51.309Z[ recovery-image] Feb 24 04:47:50.394 INFO O| Feb 24 04:47:50.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79272026-02-24T04:47:51.309Z[ recovery-image] Feb 24 04:47:50.394 INFO O| Feb 24 04:47:50.394 INFO STEP 1044 (remove_files) COMPLETE
79282026-02-24T04:47:51.309Z[ recovery-image] Feb 24 04:47:50.394 INFO O| Feb 24 04:47:50.394 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292026-02-24T04:47:51.322Z[ recovery-image] Feb 24 04:47:50.407 INFO O| Feb 24 04:47:50.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79302026-02-24T04:47:51.322Z[ recovery-image] Feb 24 04:47:50.407 INFO O| Feb 24 04:47:50.407 INFO STEP 1045 (remove_files) COMPLETE
79312026-02-24T04:47:51.322Z[ recovery-image] Feb 24 04:47:50.407 INFO O| Feb 24 04:47:50.407 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322026-02-24T04:47:51.335Z[ recovery-image] Feb 24 04:47:50.419 INFO O| Feb 24 04:47:50.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79332026-02-24T04:47:51.335Z[ recovery-image] Feb 24 04:47:50.419 INFO O| Feb 24 04:47:50.419 INFO STEP 1046 (remove_files) COMPLETE
79342026-02-24T04:47:51.338Z[ recovery-image] Feb 24 04:47:50.419 INFO O| Feb 24 04:47:50.419 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352026-02-24T04:47:51.348Z[ recovery-image] Feb 24 04:47:50.433 INFO O| Feb 24 04:47:50.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79362026-02-24T04:47:51.348Z[ recovery-image] Feb 24 04:47:50.433 INFO O| Feb 24 04:47:50.433 INFO STEP 1047 (remove_files) COMPLETE
79372026-02-24T04:47:51.348Z[ recovery-image] Feb 24 04:47:50.433 INFO O| Feb 24 04:47:50.433 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382026-02-24T04:47:51.361Z[ recovery-image] Feb 24 04:47:50.446 INFO O| Feb 24 04:47:50.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79392026-02-24T04:47:51.361Z[ recovery-image] Feb 24 04:47:50.446 INFO O| Feb 24 04:47:50.446 INFO STEP 1048 (remove_files) COMPLETE
79402026-02-24T04:47:51.365Z[ recovery-image] Feb 24 04:47:50.446 INFO O| Feb 24 04:47:50.446 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412026-02-24T04:47:51.376Z[ recovery-image] Feb 24 04:47:50.459 INFO O| Feb 24 04:47:50.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79422026-02-24T04:47:51.376Z[ recovery-image] Feb 24 04:47:50.459 INFO O| Feb 24 04:47:50.459 INFO STEP 1049 (remove_files) COMPLETE
79432026-02-24T04:47:51.382Z[ recovery-image] Feb 24 04:47:50.459 INFO O| Feb 24 04:47:50.459 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442026-02-24T04:47:51.388Z[ recovery-image] Feb 24 04:47:50.472 INFO O| Feb 24 04:47:50.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79452026-02-24T04:47:51.388Z[ recovery-image] Feb 24 04:47:50.472 INFO O| Feb 24 04:47:50.472 INFO STEP 1050 (remove_files) COMPLETE
79462026-02-24T04:47:51.388Z[ recovery-image] Feb 24 04:47:50.472 INFO O| Feb 24 04:47:50.472 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472026-02-24T04:47:51.400Z[ recovery-image] Feb 24 04:47:50.485 INFO O| Feb 24 04:47:50.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79482026-02-24T04:47:51.401Z[ recovery-image] Feb 24 04:47:50.485 INFO O| Feb 24 04:47:50.485 INFO STEP 1051 (remove_files) COMPLETE
79492026-02-24T04:47:51.404Z[ recovery-image] Feb 24 04:47:50.485 INFO O| Feb 24 04:47:50.485 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502026-02-24T04:47:51.413Z[ recovery-image] Feb 24 04:47:50.498 INFO O| Feb 24 04:47:50.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79512026-02-24T04:47:51.413Z[ recovery-image] Feb 24 04:47:50.498 INFO O| Feb 24 04:47:50.498 INFO STEP 1052 (remove_files) COMPLETE
79522026-02-24T04:47:51.416Z[ recovery-image] Feb 24 04:47:50.498 INFO O| Feb 24 04:47:50.498 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532026-02-24T04:47:51.426Z[ recovery-image] Feb 24 04:47:50.511 INFO O| Feb 24 04:47:50.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79542026-02-24T04:47:51.426Z[ recovery-image] Feb 24 04:47:50.511 INFO O| Feb 24 04:47:50.511 INFO STEP 1053 (remove_files) COMPLETE
79552026-02-24T04:47:51.429Z[ recovery-image] Feb 24 04:47:50.511 INFO O| Feb 24 04:47:50.511 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562026-02-24T04:47:51.439Z[ recovery-image] Feb 24 04:47:50.524 INFO O| Feb 24 04:47:50.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79572026-02-24T04:47:51.439Z[ recovery-image] Feb 24 04:47:50.524 INFO O| Feb 24 04:47:50.524 INFO STEP 1054 (remove_files) COMPLETE
79582026-02-24T04:47:51.439Z[ recovery-image] Feb 24 04:47:50.524 INFO O| Feb 24 04:47:50.524 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592026-02-24T04:47:51.452Z[ recovery-image] Feb 24 04:47:50.537 INFO O| Feb 24 04:47:50.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79602026-02-24T04:47:51.455Z[ recovery-image] Feb 24 04:47:50.537 INFO O| Feb 24 04:47:50.537 INFO STEP 1055 (remove_files) COMPLETE
79612026-02-24T04:47:51.455Z[ recovery-image] Feb 24 04:47:50.537 INFO O| Feb 24 04:47:50.537 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622026-02-24T04:47:51.465Z[ recovery-image] Feb 24 04:47:50.550 INFO O| Feb 24 04:47:50.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79632026-02-24T04:47:51.465Z[ recovery-image] Feb 24 04:47:50.550 INFO O| Feb 24 04:47:50.550 INFO STEP 1056 (remove_files) COMPLETE
79642026-02-24T04:47:51.465Z[ recovery-image] Feb 24 04:47:50.550 INFO O| Feb 24 04:47:50.550 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652026-02-24T04:47:51.477Z[ recovery-image] Feb 24 04:47:50.562 INFO O| Feb 24 04:47:50.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79662026-02-24T04:47:51.477Z[ recovery-image] Feb 24 04:47:50.562 INFO O| Feb 24 04:47:50.562 INFO STEP 1057 (remove_files) COMPLETE
79672026-02-24T04:47:51.480Z[ recovery-image] Feb 24 04:47:50.562 INFO O| Feb 24 04:47:50.562 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682026-02-24T04:47:51.490Z[ recovery-image] Feb 24 04:47:50.575 INFO O| Feb 24 04:47:50.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79692026-02-24T04:47:51.490Z[ recovery-image] Feb 24 04:47:50.575 INFO O| Feb 24 04:47:50.575 INFO STEP 1058 (remove_files) COMPLETE
79702026-02-24T04:47:51.496Z[ recovery-image] Feb 24 04:47:50.575 INFO O| Feb 24 04:47:50.575 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712026-02-24T04:47:51.503Z[ recovery-image] Feb 24 04:47:50.588 INFO O| Feb 24 04:47:50.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79722026-02-24T04:47:51.504Z[ recovery-image] Feb 24 04:47:50.588 INFO O| Feb 24 04:47:50.588 INFO STEP 1059 (remove_files) COMPLETE
79732026-02-24T04:47:51.504Z[ recovery-image] Feb 24 04:47:50.588 INFO O| Feb 24 04:47:50.588 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742026-02-24T04:47:51.517Z[ recovery-image] Feb 24 04:47:50.602 INFO O| Feb 24 04:47:50.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79752026-02-24T04:47:51.517Z[ recovery-image] Feb 24 04:47:50.602 INFO O| Feb 24 04:47:50.602 INFO STEP 1060 (remove_files) COMPLETE
79762026-02-24T04:47:51.518Z[ recovery-image] Feb 24 04:47:50.602 INFO O| Feb 24 04:47:50.602 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772026-02-24T04:47:51.530Z[ recovery-image] Feb 24 04:47:50.614 INFO O| Feb 24 04:47:50.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79782026-02-24T04:47:51.530Z[ recovery-image] Feb 24 04:47:50.614 INFO O| Feb 24 04:47:50.614 INFO STEP 1061 (remove_files) COMPLETE
79792026-02-24T04:47:51.533Z[ recovery-image] Feb 24 04:47:50.615 INFO O| Feb 24 04:47:50.614 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802026-02-24T04:47:51.543Z[ recovery-image] Feb 24 04:47:50.627 INFO O| Feb 24 04:47:50.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79812026-02-24T04:47:51.543Z[ recovery-image] Feb 24 04:47:50.627 INFO O| Feb 24 04:47:50.627 INFO STEP 1062 (remove_files) COMPLETE
79822026-02-24T04:47:51.543Z[ recovery-image] Feb 24 04:47:50.627 INFO O| Feb 24 04:47:50.627 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832026-02-24T04:47:51.555Z[ recovery-image] Feb 24 04:47:50.639 INFO O| Feb 24 04:47:50.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79842026-02-24T04:47:51.555Z[ recovery-image] Feb 24 04:47:50.640 INFO O| Feb 24 04:47:50.640 INFO STEP 1063 (remove_files) COMPLETE
79852026-02-24T04:47:51.558Z[ recovery-image] Feb 24 04:47:50.640 INFO O| Feb 24 04:47:50.640 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862026-02-24T04:47:51.566Z[ recovery-image] Feb 24 04:47:50.651 INFO O| Feb 24 04:47:50.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79872026-02-24T04:47:51.566Z[ recovery-image] Feb 24 04:47:50.651 INFO O| Feb 24 04:47:50.651 INFO STEP 1064 (remove_files) COMPLETE
79882026-02-24T04:47:51.566Z[ recovery-image] Feb 24 04:47:50.651 INFO O| Feb 24 04:47:50.651 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892026-02-24T04:47:51.578Z[ recovery-image] Feb 24 04:47:50.663 INFO O| Feb 24 04:47:50.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79902026-02-24T04:47:51.578Z[ recovery-image] Feb 24 04:47:50.663 INFO O| Feb 24 04:47:50.663 INFO STEP 1065 (remove_files) COMPLETE
79912026-02-24T04:47:51.578Z[ recovery-image] Feb 24 04:47:50.663 INFO O| Feb 24 04:47:50.663 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922026-02-24T04:47:51.591Z[ recovery-image] Feb 24 04:47:50.674 INFO O| Feb 24 04:47:50.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79932026-02-24T04:47:51.591Z[ recovery-image] Feb 24 04:47:50.675 INFO O| Feb 24 04:47:50.675 INFO STEP 1066 (remove_files) COMPLETE
79942026-02-24T04:47:51.594Z[ recovery-image] Feb 24 04:47:50.675 INFO O| Feb 24 04:47:50.675 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952026-02-24T04:47:51.602Z[ recovery-image] Feb 24 04:47:50.687 INFO O| Feb 24 04:47:50.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79962026-02-24T04:47:51.603Z[ recovery-image] Feb 24 04:47:50.687 INFO O| Feb 24 04:47:50.687 INFO STEP 1067 (remove_files) COMPLETE
79972026-02-24T04:47:51.606Z[ recovery-image] Feb 24 04:47:50.687 INFO O| Feb 24 04:47:50.687 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982026-02-24T04:47:51.615Z[ recovery-image] Feb 24 04:47:50.699 INFO O| Feb 24 04:47:50.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79992026-02-24T04:47:51.615Z[ recovery-image] Feb 24 04:47:50.699 INFO O| Feb 24 04:47:50.699 INFO STEP 1068 (remove_files) COMPLETE
80002026-02-24T04:47:51.615Z[ recovery-image] Feb 24 04:47:50.699 INFO O| Feb 24 04:47:50.699 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012026-02-24T04:47:51.627Z[ recovery-image] Feb 24 04:47:50.712 INFO O| Feb 24 04:47:50.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80022026-02-24T04:47:51.627Z[ recovery-image] Feb 24 04:47:50.712 INFO O| Feb 24 04:47:50.712 INFO STEP 1069 (remove_files) COMPLETE
80032026-02-24T04:47:51.630Z[ recovery-image] Feb 24 04:47:50.712 INFO O| Feb 24 04:47:50.712 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042026-02-24T04:47:51.641Z[ recovery-image] Feb 24 04:47:50.726 INFO O| Feb 24 04:47:50.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80052026-02-24T04:47:51.641Z[ recovery-image] Feb 24 04:47:50.726 INFO O| Feb 24 04:47:50.726 INFO STEP 1070 (remove_files) COMPLETE
80062026-02-24T04:47:51.644Z[ recovery-image] Feb 24 04:47:50.726 INFO O| Feb 24 04:47:50.726 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072026-02-24T04:47:51.653Z[ recovery-image] Feb 24 04:47:50.738 INFO O| Feb 24 04:47:50.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80082026-02-24T04:47:51.653Z[ recovery-image] Feb 24 04:47:50.738 INFO O| Feb 24 04:47:50.738 INFO STEP 1071 (remove_files) COMPLETE
80092026-02-24T04:47:51.653Z[ recovery-image] Feb 24 04:47:50.738 INFO O| Feb 24 04:47:50.738 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102026-02-24T04:47:51.666Z[ recovery-image] Feb 24 04:47:50.750 INFO O| Feb 24 04:47:50.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80112026-02-24T04:47:51.666Z[ recovery-image] Feb 24 04:47:50.750 INFO O| Feb 24 04:47:50.750 INFO STEP 1072 (remove_files) COMPLETE
80122026-02-24T04:47:51.666Z[ recovery-image] Feb 24 04:47:50.750 INFO O| Feb 24 04:47:50.750 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132026-02-24T04:47:51.678Z[ recovery-image] Feb 24 04:47:50.763 INFO O| Feb 24 04:47:50.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80142026-02-24T04:47:51.678Z[ recovery-image] Feb 24 04:47:50.763 INFO O| Feb 24 04:47:50.763 INFO STEP 1073 (remove_files) COMPLETE
80152026-02-24T04:47:51.678Z[ recovery-image] Feb 24 04:47:50.763 INFO O| Feb 24 04:47:50.763 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162026-02-24T04:47:51.691Z[ recovery-image] Feb 24 04:47:50.776 INFO O| Feb 24 04:47:50.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80172026-02-24T04:47:51.691Z[ recovery-image] Feb 24 04:47:50.776 INFO O| Feb 24 04:47:50.776 INFO STEP 1074 (remove_files) COMPLETE
80182026-02-24T04:47:51.694Z[ recovery-image] Feb 24 04:47:50.776 INFO O| Feb 24 04:47:50.776 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192026-02-24T04:47:51.705Z[ recovery-image] Feb 24 04:47:50.789 INFO O| Feb 24 04:47:50.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80202026-02-24T04:47:51.705Z[ recovery-image] Feb 24 04:47:50.789 INFO O| Feb 24 04:47:50.789 INFO STEP 1075 (remove_files) COMPLETE
80212026-02-24T04:47:51.705Z[ recovery-image] Feb 24 04:47:50.789 INFO O| Feb 24 04:47:50.789 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222026-02-24T04:47:51.718Z[ recovery-image] Feb 24 04:47:50.803 INFO O| Feb 24 04:47:50.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80232026-02-24T04:47:51.718Z[ recovery-image] Feb 24 04:47:50.803 INFO O| Feb 24 04:47:50.803 INFO STEP 1076 (remove_files) COMPLETE
80242026-02-24T04:47:51.721Z[ recovery-image] Feb 24 04:47:50.803 INFO O| Feb 24 04:47:50.803 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252026-02-24T04:47:51.731Z[ recovery-image] Feb 24 04:47:50.816 INFO O| Feb 24 04:47:50.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80262026-02-24T04:47:51.731Z[ recovery-image] Feb 24 04:47:50.816 INFO O| Feb 24 04:47:50.816 INFO STEP 1077 (remove_files) COMPLETE
80272026-02-24T04:47:51.731Z[ recovery-image] Feb 24 04:47:50.816 INFO O| Feb 24 04:47:50.816 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282026-02-24T04:47:51.745Z[ recovery-image] Feb 24 04:47:50.829 INFO O| Feb 24 04:47:50.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80292026-02-24T04:47:51.745Z[ recovery-image] Feb 24 04:47:50.829 INFO O| Feb 24 04:47:50.829 INFO STEP 1078 (remove_files) COMPLETE
80302026-02-24T04:47:51.745Z[ recovery-image] Feb 24 04:47:50.829 INFO O| Feb 24 04:47:50.829 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312026-02-24T04:47:51.757Z[ recovery-image] Feb 24 04:47:50.842 INFO O| Feb 24 04:47:50.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80322026-02-24T04:47:51.757Z[ recovery-image] Feb 24 04:47:50.842 INFO O| Feb 24 04:47:50.842 INFO STEP 1079 (remove_files) COMPLETE
80332026-02-24T04:47:51.760Z[ recovery-image] Feb 24 04:47:50.842 INFO O| Feb 24 04:47:50.842 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342026-02-24T04:47:51.769Z[ recovery-image] Feb 24 04:47:50.854 INFO O| Feb 24 04:47:50.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80352026-02-24T04:47:51.772Z[ recovery-image] Feb 24 04:47:50.854 INFO O| Feb 24 04:47:50.854 INFO STEP 1080 (remove_files) COMPLETE
80362026-02-24T04:47:51.772Z[ recovery-image] Feb 24 04:47:50.854 INFO O| Feb 24 04:47:50.854 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372026-02-24T04:47:51.782Z[ recovery-image] Feb 24 04:47:50.867 INFO O| Feb 24 04:47:50.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80382026-02-24T04:47:51.782Z[ recovery-image] Feb 24 04:47:50.867 INFO O| Feb 24 04:47:50.867 INFO STEP 1081 (remove_files) COMPLETE
80392026-02-24T04:47:51.782Z[ recovery-image] Feb 24 04:47:50.867 INFO O| Feb 24 04:47:50.867 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402026-02-24T04:47:51.794Z[ recovery-image] Feb 24 04:47:50.879 INFO O| Feb 24 04:47:50.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80412026-02-24T04:47:51.794Z[ recovery-image] Feb 24 04:47:50.879 INFO O| Feb 24 04:47:50.879 INFO STEP 1082 (remove_files) COMPLETE
80422026-02-24T04:47:51.794Z[ recovery-image] Feb 24 04:47:50.879 INFO O| Feb 24 04:47:50.879 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432026-02-24T04:47:51.806Z[ recovery-image] Feb 24 04:47:50.891 INFO O| Feb 24 04:47:50.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80442026-02-24T04:47:51.806Z[ recovery-image] Feb 24 04:47:50.891 INFO O| Feb 24 04:47:50.891 INFO STEP 1083 (remove_files) COMPLETE
80452026-02-24T04:47:51.810Z[ recovery-image] Feb 24 04:47:50.891 INFO O| Feb 24 04:47:50.891 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462026-02-24T04:47:51.818Z[ recovery-image] Feb 24 04:47:50.903 INFO O| Feb 24 04:47:50.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80472026-02-24T04:47:51.818Z[ recovery-image] Feb 24 04:47:50.903 INFO O| Feb 24 04:47:50.903 INFO STEP 1084 (remove_files) COMPLETE
80482026-02-24T04:47:51.821Z[ recovery-image] Feb 24 04:47:50.903 INFO O| Feb 24 04:47:50.903 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492026-02-24T04:47:51.830Z[ recovery-image] Feb 24 04:47:50.915 INFO O| Feb 24 04:47:50.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80502026-02-24T04:47:51.833Z[ recovery-image] Feb 24 04:47:50.915 INFO O| Feb 24 04:47:50.915 INFO STEP 1085 (remove_files) COMPLETE
80512026-02-24T04:47:51.833Z[ recovery-image] Feb 24 04:47:50.915 INFO O| Feb 24 04:47:50.915 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522026-02-24T04:47:51.844Z[ recovery-image] Feb 24 04:47:50.927 INFO O| Feb 24 04:47:50.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80532026-02-24T04:47:51.844Z[ recovery-image] Feb 24 04:47:50.928 INFO O| Feb 24 04:47:50.928 INFO STEP 1086 (remove_files) COMPLETE
80542026-02-24T04:47:51.848Z[ recovery-image] Feb 24 04:47:50.928 INFO O| Feb 24 04:47:50.928 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552026-02-24T04:47:51.855Z[ recovery-image] Feb 24 04:47:50.939 INFO O| Feb 24 04:47:50.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80562026-02-24T04:47:51.855Z[ recovery-image] Feb 24 04:47:50.939 INFO O| Feb 24 04:47:50.939 INFO STEP 1087 (remove_files) COMPLETE
80572026-02-24T04:47:51.858Z[ recovery-image] Feb 24 04:47:50.939 INFO O| Feb 24 04:47:50.939 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582026-02-24T04:47:51.866Z[ recovery-image] Feb 24 04:47:50.951 INFO O| Feb 24 04:47:50.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80592026-02-24T04:47:51.866Z[ recovery-image] Feb 24 04:47:50.951 INFO O| Feb 24 04:47:50.951 INFO STEP 1088 (remove_files) COMPLETE
80602026-02-24T04:47:51.866Z[ recovery-image] Feb 24 04:47:50.951 INFO O| Feb 24 04:47:50.951 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612026-02-24T04:47:51.878Z[ recovery-image] Feb 24 04:47:50.963 INFO O| Feb 24 04:47:50.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80622026-02-24T04:47:51.878Z[ recovery-image] Feb 24 04:47:50.963 INFO O| Feb 24 04:47:50.962 INFO STEP 1089 (remove_files) COMPLETE
80632026-02-24T04:47:51.878Z[ recovery-image] Feb 24 04:47:50.963 INFO O| Feb 24 04:47:50.963 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642026-02-24T04:47:51.891Z[ recovery-image] Feb 24 04:47:50.976 INFO O| Feb 24 04:47:50.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80652026-02-24T04:47:51.891Z[ recovery-image] Feb 24 04:47:50.976 INFO O| Feb 24 04:47:50.976 INFO STEP 1090 (remove_files) COMPLETE
80662026-02-24T04:47:51.891Z[ recovery-image] Feb 24 04:47:50.976 INFO O| Feb 24 04:47:50.976 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672026-02-24T04:47:51.903Z[ recovery-image] Feb 24 04:47:50.988 INFO O| Feb 24 04:47:50.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80682026-02-24T04:47:51.903Z[ recovery-image] Feb 24 04:47:50.988 INFO O| Feb 24 04:47:50.988 INFO STEP 1091 (remove_files) COMPLETE
80692026-02-24T04:47:51.903Z[ recovery-image] Feb 24 04:47:50.988 INFO O| Feb 24 04:47:50.988 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702026-02-24T04:47:51.916Z[ recovery-image] Feb 24 04:47:51.001 INFO O| Feb 24 04:47:51.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80712026-02-24T04:47:51.916Z[ recovery-image] Feb 24 04:47:51.001 INFO O| Feb 24 04:47:51.001 INFO STEP 1092 (remove_files) COMPLETE
80722026-02-24T04:47:51.971Z[ recovery-image] Feb 24 04:47:51.001 INFO O| Feb 24 04:47:51.001 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732026-02-24T04:47:51.972Z[ recovery-image] Feb 24 04:47:51.015 INFO O| Feb 24 04:47:51.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80742026-02-24T04:47:51.972Z[ recovery-image] Feb 24 04:47:51.015 INFO O| Feb 24 04:47:51.015 INFO STEP 1093 (remove_files) COMPLETE
80752026-02-24T04:47:51.972Z[ recovery-image] Feb 24 04:47:51.015 INFO O| Feb 24 04:47:51.015 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762026-02-24T04:47:51.972Z[ recovery-image] Feb 24 04:47:51.028 INFO O| Feb 24 04:47:51.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80772026-02-24T04:47:51.972Z[ recovery-image] Feb 24 04:47:51.028 INFO O| Feb 24 04:47:51.028 INFO STEP 1094 (remove_files) COMPLETE
80782026-02-24T04:47:51.972Z[ recovery-image] Feb 24 04:47:51.028 INFO O| Feb 24 04:47:51.028 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792026-02-24T04:47:51.972Z[ recovery-image] Feb 24 04:47:51.041 INFO O| Feb 24 04:47:51.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80802026-02-24T04:47:51.972Z[ recovery-image] Feb 24 04:47:51.041 INFO O| Feb 24 04:47:51.041 INFO STEP 1095 (remove_files) COMPLETE
80812026-02-24T04:47:51.972Z[ recovery-image] Feb 24 04:47:51.041 INFO O| Feb 24 04:47:51.041 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822026-02-24T04:47:51.975Z[ recovery-image] Feb 24 04:47:51.054 INFO O| Feb 24 04:47:51.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80832026-02-24T04:47:51.975Z[ recovery-image] Feb 24 04:47:51.054 INFO O| Feb 24 04:47:51.054 INFO STEP 1096 (remove_files) COMPLETE
80842026-02-24T04:47:51.975Z[ recovery-image] Feb 24 04:47:51.054 INFO O| Feb 24 04:47:51.054 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852026-02-24T04:47:51.982Z[ recovery-image] Feb 24 04:47:51.066 INFO O| Feb 24 04:47:51.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80862026-02-24T04:47:51.982Z[ recovery-image] Feb 24 04:47:51.067 INFO O| Feb 24 04:47:51.066 INFO STEP 1097 (remove_files) COMPLETE
80872026-02-24T04:47:51.982Z[ recovery-image] Feb 24 04:47:51.067 INFO O| Feb 24 04:47:51.066 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882026-02-24T04:47:51.995Z[ recovery-image] Feb 24 04:47:51.079 INFO O| Feb 24 04:47:51.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80892026-02-24T04:47:51.995Z[ recovery-image] Feb 24 04:47:51.079 INFO O| Feb 24 04:47:51.079 INFO STEP 1098 (remove_files) COMPLETE
80902026-02-24T04:47:51.995Z[ recovery-image] Feb 24 04:47:51.079 INFO O| Feb 24 04:47:51.079 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912026-02-24T04:47:52.009Z[ recovery-image] Feb 24 04:47:51.093 INFO O| Feb 24 04:47:51.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80922026-02-24T04:47:52.009Z[ recovery-image] Feb 24 04:47:51.094 INFO O| Feb 24 04:47:51.094 INFO STEP 1099 (remove_files) COMPLETE
80932026-02-24T04:47:52.009Z[ recovery-image] Feb 24 04:47:51.094 INFO O| Feb 24 04:47:51.094 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942026-02-24T04:47:52.023Z[ recovery-image] Feb 24 04:47:51.108 INFO O| Feb 24 04:47:51.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80952026-02-24T04:47:52.024Z[ recovery-image] Feb 24 04:47:51.108 INFO O| Feb 24 04:47:51.108 INFO STEP 1100 (remove_files) COMPLETE
80962026-02-24T04:47:52.027Z[ recovery-image] Feb 24 04:47:51.108 INFO O| Feb 24 04:47:51.108 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972026-02-24T04:47:52.036Z[ recovery-image] Feb 24 04:47:51.121 INFO O| Feb 24 04:47:51.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80982026-02-24T04:47:52.039Z[ recovery-image] Feb 24 04:47:51.121 INFO O| Feb 24 04:47:51.121 INFO STEP 1101 (remove_files) COMPLETE
80992026-02-24T04:47:52.039Z[ recovery-image] Feb 24 04:47:51.121 INFO O| Feb 24 04:47:51.121 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002026-02-24T04:47:52.050Z[ recovery-image] Feb 24 04:47:51.133 INFO O| Feb 24 04:47:51.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81012026-02-24T04:47:52.053Z[ recovery-image] Feb 24 04:47:51.133 INFO O| Feb 24 04:47:51.133 INFO STEP 1102 (remove_files) COMPLETE
81022026-02-24T04:47:52.053Z[ recovery-image] Feb 24 04:47:51.133 INFO O| Feb 24 04:47:51.133 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032026-02-24T04:47:52.061Z[ recovery-image] Feb 24 04:47:51.145 INFO O| Feb 24 04:47:51.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81042026-02-24T04:47:52.064Z[ recovery-image] Feb 24 04:47:51.145 INFO O| Feb 24 04:47:51.145 INFO STEP 1103 (remove_files) COMPLETE
81052026-02-24T04:47:52.064Z[ recovery-image] Feb 24 04:47:51.145 INFO O| Feb 24 04:47:51.145 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062026-02-24T04:47:52.072Z[ recovery-image] Feb 24 04:47:51.157 INFO O| Feb 24 04:47:51.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81072026-02-24T04:47:52.075Z[ recovery-image] Feb 24 04:47:51.157 INFO O| Feb 24 04:47:51.157 INFO STEP 1104 (remove_files) COMPLETE
81082026-02-24T04:47:52.075Z[ recovery-image] Feb 24 04:47:51.157 INFO O| Feb 24 04:47:51.157 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092026-02-24T04:47:52.085Z[ recovery-image] Feb 24 04:47:51.169 INFO O| Feb 24 04:47:51.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81102026-02-24T04:47:52.085Z[ recovery-image] Feb 24 04:47:51.169 INFO O| Feb 24 04:47:51.169 INFO STEP 1105 (remove_files) COMPLETE
81112026-02-24T04:47:52.088Z[ recovery-image] Feb 24 04:47:51.169 INFO O| Feb 24 04:47:51.169 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122026-02-24T04:47:52.097Z[ recovery-image] Feb 24 04:47:51.182 INFO O| Feb 24 04:47:51.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81132026-02-24T04:47:52.098Z[ recovery-image] Feb 24 04:47:51.182 INFO O| Feb 24 04:47:51.182 INFO STEP 1106 (remove_files) COMPLETE
81142026-02-24T04:47:52.098Z[ recovery-image] Feb 24 04:47:51.182 INFO O| Feb 24 04:47:51.182 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152026-02-24T04:47:52.110Z[ recovery-image] Feb 24 04:47:51.195 INFO O| Feb 24 04:47:51.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81162026-02-24T04:47:52.114Z[ recovery-image] Feb 24 04:47:51.195 INFO O| Feb 24 04:47:51.195 INFO STEP 1107 (remove_files) COMPLETE
81172026-02-24T04:47:52.114Z[ recovery-image] Feb 24 04:47:51.195 INFO O| Feb 24 04:47:51.195 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182026-02-24T04:47:52.123Z[ recovery-image] Feb 24 04:47:51.208 INFO O| Feb 24 04:47:51.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81192026-02-24T04:47:52.124Z[ recovery-image] Feb 24 04:47:51.208 INFO O| Feb 24 04:47:51.208 INFO STEP 1108 (remove_files) COMPLETE
81202026-02-24T04:47:52.127Z[ recovery-image] Feb 24 04:47:51.208 INFO O| Feb 24 04:47:51.208 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212026-02-24T04:47:52.138Z[ recovery-image] Feb 24 04:47:51.222 INFO O| Feb 24 04:47:51.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81222026-02-24T04:47:52.138Z[ recovery-image] Feb 24 04:47:51.222 INFO O| Feb 24 04:47:51.222 INFO STEP 1109 (remove_files) COMPLETE
81232026-02-24T04:47:52.138Z[ recovery-image] Feb 24 04:47:51.222 INFO O| Feb 24 04:47:51.222 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242026-02-24T04:47:52.150Z[ recovery-image] Feb 24 04:47:51.235 INFO O| Feb 24 04:47:51.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81252026-02-24T04:47:52.150Z[ recovery-image] Feb 24 04:47:51.235 INFO O| Feb 24 04:47:51.235 INFO STEP 1110 (remove_files) COMPLETE
81262026-02-24T04:47:52.153Z[ recovery-image] Feb 24 04:47:51.235 INFO O| Feb 24 04:47:51.235 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272026-02-24T04:47:52.163Z[ recovery-image] Feb 24 04:47:51.248 INFO O| Feb 24 04:47:51.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81282026-02-24T04:47:52.163Z[ recovery-image] Feb 24 04:47:51.248 INFO O| Feb 24 04:47:51.248 INFO STEP 1111 (remove_files) COMPLETE
81292026-02-24T04:47:52.163Z[ recovery-image] Feb 24 04:47:51.248 INFO O| Feb 24 04:47:51.248 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302026-02-24T04:47:52.176Z[ recovery-image] Feb 24 04:47:51.260 INFO O| Feb 24 04:47:51.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81312026-02-24T04:47:52.176Z[ recovery-image] Feb 24 04:47:51.260 INFO O| Feb 24 04:47:51.260 INFO STEP 1112 (remove_files) COMPLETE
81322026-02-24T04:47:52.179Z[ recovery-image] Feb 24 04:47:51.261 INFO O| Feb 24 04:47:51.260 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332026-02-24T04:47:52.188Z[ recovery-image] Feb 24 04:47:51.272 INFO O| Feb 24 04:47:51.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81342026-02-24T04:47:52.188Z[ recovery-image] Feb 24 04:47:51.273 INFO O| Feb 24 04:47:51.272 INFO STEP 1113 (remove_files) COMPLETE
81352026-02-24T04:47:52.191Z[ recovery-image] Feb 24 04:47:51.273 INFO O| Feb 24 04:47:51.272 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362026-02-24T04:47:52.199Z[ recovery-image] Feb 24 04:47:51.284 INFO O| Feb 24 04:47:51.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81372026-02-24T04:47:52.199Z[ recovery-image] Feb 24 04:47:51.284 INFO O| Feb 24 04:47:51.284 INFO STEP 1114 (remove_files) COMPLETE
81382026-02-24T04:47:52.203Z[ recovery-image] Feb 24 04:47:51.284 INFO O| Feb 24 04:47:51.284 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392026-02-24T04:47:52.211Z[ recovery-image] Feb 24 04:47:51.296 INFO O| Feb 24 04:47:51.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81402026-02-24T04:47:52.211Z[ recovery-image] Feb 24 04:47:51.296 INFO O| Feb 24 04:47:51.296 INFO STEP 1115 (remove_files) COMPLETE
81412026-02-24T04:47:52.211Z[ recovery-image] Feb 24 04:47:51.296 INFO O| Feb 24 04:47:51.296 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422026-02-24T04:47:52.222Z[ recovery-image] Feb 24 04:47:51.307 INFO O| Feb 24 04:47:51.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81432026-02-24T04:47:52.222Z[ recovery-image] Feb 24 04:47:51.307 INFO O| Feb 24 04:47:51.307 INFO STEP 1116 (remove_files) COMPLETE
81442026-02-24T04:47:52.225Z[ recovery-image] Feb 24 04:47:51.307 INFO O| Feb 24 04:47:51.307 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452026-02-24T04:47:52.233Z[ recovery-image] Feb 24 04:47:51.318 INFO O| Feb 24 04:47:51.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81462026-02-24T04:47:52.233Z[ recovery-image] Feb 24 04:47:51.318 INFO O| Feb 24 04:47:51.318 INFO STEP 1117 (remove_files) COMPLETE
81472026-02-24T04:47:52.236Z[ recovery-image] Feb 24 04:47:51.318 INFO O| Feb 24 04:47:51.318 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482026-02-24T04:47:52.244Z[ recovery-image] Feb 24 04:47:51.329 INFO O| Feb 24 04:47:51.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81492026-02-24T04:47:52.244Z[ recovery-image] Feb 24 04:47:51.329 INFO O| Feb 24 04:47:51.329 INFO STEP 1118 (remove_files) COMPLETE
81502026-02-24T04:47:52.247Z[ recovery-image] Feb 24 04:47:51.329 INFO O| Feb 24 04:47:51.329 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512026-02-24T04:47:52.256Z[ recovery-image] Feb 24 04:47:51.340 INFO O| Feb 24 04:47:51.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81522026-02-24T04:47:52.256Z[ recovery-image] Feb 24 04:47:51.340 INFO O| Feb 24 04:47:51.340 INFO STEP 1119 (remove_files) COMPLETE
81532026-02-24T04:47:52.259Z[ recovery-image] Feb 24 04:47:51.340 INFO O| Feb 24 04:47:51.340 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542026-02-24T04:47:52.271Z[ recovery-image] Feb 24 04:47:51.352 INFO O| Feb 24 04:47:51.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81552026-02-24T04:47:52.271Z[ recovery-image] Feb 24 04:47:51.352 INFO O| Feb 24 04:47:51.352 INFO STEP 1120 (remove_files) COMPLETE
81562026-02-24T04:47:52.271Z[ recovery-image] Feb 24 04:47:51.352 INFO O| Feb 24 04:47:51.352 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572026-02-24T04:47:52.278Z[ recovery-image] Feb 24 04:47:51.363 INFO O| Feb 24 04:47:51.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81582026-02-24T04:47:52.278Z[ recovery-image] Feb 24 04:47:51.363 INFO O| Feb 24 04:47:51.363 INFO STEP 1121 (remove_files) COMPLETE
81592026-02-24T04:47:52.283Z[ recovery-image] Feb 24 04:47:51.363 INFO O| Feb 24 04:47:51.363 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602026-02-24T04:47:52.288Z[ recovery-image] Feb 24 04:47:51.373 INFO O| Feb 24 04:47:51.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81612026-02-24T04:47:52.288Z[ recovery-image] Feb 24 04:47:51.373 INFO O| Feb 24 04:47:51.373 INFO STEP 1122 (remove_files) COMPLETE
81622026-02-24T04:47:52.288Z[ recovery-image] Feb 24 04:47:51.373 INFO O| Feb 24 04:47:51.373 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632026-02-24T04:47:52.305Z[ recovery-image] Feb 24 04:47:51.383 INFO O| Feb 24 04:47:51.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81642026-02-24T04:47:52.305Z[ recovery-image] Feb 24 04:47:51.383 INFO O| Feb 24 04:47:51.383 INFO STEP 1123 (remove_files) COMPLETE
81652026-02-24T04:47:52.305Z[ recovery-image] Feb 24 04:47:51.383 INFO O| Feb 24 04:47:51.383 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662026-02-24T04:47:52.309Z[ recovery-image] Feb 24 04:47:51.394 INFO O| Feb 24 04:47:51.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81672026-02-24T04:47:52.309Z[ recovery-image] Feb 24 04:47:51.394 INFO O| Feb 24 04:47:51.394 INFO STEP 1124 (remove_files) COMPLETE
81682026-02-24T04:47:52.312Z[ recovery-image] Feb 24 04:47:51.394 INFO O| Feb 24 04:47:51.394 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692026-02-24T04:47:52.321Z[ recovery-image] Feb 24 04:47:51.405 INFO O| Feb 24 04:47:51.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81702026-02-24T04:47:52.321Z[ recovery-image] Feb 24 04:47:51.406 INFO O| Feb 24 04:47:51.405 INFO STEP 1125 (remove_files) COMPLETE
81712026-02-24T04:47:52.321Z[ recovery-image] Feb 24 04:47:51.406 INFO O| Feb 24 04:47:51.405 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722026-02-24T04:47:52.332Z[ recovery-image] Feb 24 04:47:51.417 INFO O| Feb 24 04:47:51.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81732026-02-24T04:47:52.332Z[ recovery-image] Feb 24 04:47:51.417 INFO O| Feb 24 04:47:51.417 INFO STEP 1126 (remove_files) COMPLETE
81742026-02-24T04:47:52.333Z[ recovery-image] Feb 24 04:47:51.417 INFO O| Feb 24 04:47:51.417 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752026-02-24T04:47:52.344Z[ recovery-image] Feb 24 04:47:51.428 INFO O| Feb 24 04:47:51.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81762026-02-24T04:47:52.344Z[ recovery-image] Feb 24 04:47:51.428 INFO O| Feb 24 04:47:51.428 INFO STEP 1127 (remove_files) COMPLETE
81772026-02-24T04:47:52.347Z[ recovery-image] Feb 24 04:47:51.428 INFO O| Feb 24 04:47:51.428 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782026-02-24T04:47:52.356Z[ recovery-image] Feb 24 04:47:51.441 INFO O| Feb 24 04:47:51.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81792026-02-24T04:47:52.356Z[ recovery-image] Feb 24 04:47:51.441 INFO O| Feb 24 04:47:51.441 INFO STEP 1128 (remove_files) COMPLETE
81802026-02-24T04:47:52.356Z[ recovery-image] Feb 24 04:47:51.441 INFO O| Feb 24 04:47:51.441 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812026-02-24T04:47:52.369Z[ recovery-image] Feb 24 04:47:51.454 INFO O| Feb 24 04:47:51.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81822026-02-24T04:47:52.369Z[ recovery-image] Feb 24 04:47:51.454 INFO O| Feb 24 04:47:51.454 INFO STEP 1129 (remove_files) COMPLETE
81832026-02-24T04:47:52.372Z[ recovery-image] Feb 24 04:47:51.454 INFO O| Feb 24 04:47:51.454 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842026-02-24T04:47:52.382Z[ recovery-image] Feb 24 04:47:51.467 INFO O| Feb 24 04:47:51.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81852026-02-24T04:47:52.382Z[ recovery-image] Feb 24 04:47:51.467 INFO O| Feb 24 04:47:51.467 INFO STEP 1130 (remove_files) COMPLETE
81862026-02-24T04:47:52.385Z[ recovery-image] Feb 24 04:47:51.467 INFO O| Feb 24 04:47:51.467 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872026-02-24T04:47:52.396Z[ recovery-image] Feb 24 04:47:51.481 INFO O| Feb 24 04:47:51.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81882026-02-24T04:47:52.397Z[ recovery-image] Feb 24 04:47:51.481 INFO O| Feb 24 04:47:51.481 INFO STEP 1131 (remove_files) COMPLETE
81892026-02-24T04:47:52.397Z[ recovery-image] Feb 24 04:47:51.481 INFO O| Feb 24 04:47:51.481 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902026-02-24T04:47:52.410Z[ recovery-image] Feb 24 04:47:51.494 INFO O| Feb 24 04:47:51.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81912026-02-24T04:47:52.410Z[ recovery-image] Feb 24 04:47:51.494 INFO O| Feb 24 04:47:51.494 INFO STEP 1132 (remove_files) COMPLETE
81922026-02-24T04:47:52.413Z[ recovery-image] Feb 24 04:47:51.494 INFO O| Feb 24 04:47:51.494 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932026-02-24T04:47:52.423Z[ recovery-image] Feb 24 04:47:51.507 INFO O| Feb 24 04:47:51.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81942026-02-24T04:47:52.423Z[ recovery-image] Feb 24 04:47:51.507 INFO O| Feb 24 04:47:51.507 INFO STEP 1133 (remove_files) COMPLETE
81952026-02-24T04:47:52.426Z[ recovery-image] Feb 24 04:47:51.507 INFO O| Feb 24 04:47:51.507 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962026-02-24T04:47:52.435Z[ recovery-image] Feb 24 04:47:51.520 INFO O| Feb 24 04:47:51.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81972026-02-24T04:47:52.435Z[ recovery-image] Feb 24 04:47:51.520 INFO O| Feb 24 04:47:51.520 INFO STEP 1134 (remove_files) COMPLETE
81982026-02-24T04:47:52.438Z[ recovery-image] Feb 24 04:47:51.520 INFO O| Feb 24 04:47:51.520 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992026-02-24T04:47:52.448Z[ recovery-image] Feb 24 04:47:51.533 INFO O| Feb 24 04:47:51.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82002026-02-24T04:47:52.448Z[ recovery-image] Feb 24 04:47:51.533 INFO O| Feb 24 04:47:51.533 INFO STEP 1135 (remove_files) COMPLETE
82012026-02-24T04:47:52.448Z[ recovery-image] Feb 24 04:47:51.533 INFO O| Feb 24 04:47:51.533 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022026-02-24T04:47:52.460Z[ recovery-image] Feb 24 04:47:51.544 INFO O| Feb 24 04:47:51.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82032026-02-24T04:47:52.460Z[ recovery-image] Feb 24 04:47:51.544 INFO O| Feb 24 04:47:51.544 INFO STEP 1136 (remove_files) COMPLETE
82042026-02-24T04:47:52.460Z[ recovery-image] Feb 24 04:47:51.544 INFO O| Feb 24 04:47:51.544 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052026-02-24T04:47:52.472Z[ recovery-image] Feb 24 04:47:51.555 INFO O| Feb 24 04:47:51.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82062026-02-24T04:47:52.472Z[ recovery-image] Feb 24 04:47:51.555 INFO O| Feb 24 04:47:51.555 INFO STEP 1137 (remove_files) COMPLETE
82072026-02-24T04:47:52.472Z[ recovery-image] Feb 24 04:47:51.555 INFO O| Feb 24 04:47:51.555 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082026-02-24T04:47:52.481Z[ recovery-image] Feb 24 04:47:51.566 INFO O| Feb 24 04:47:51.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82092026-02-24T04:47:52.481Z[ recovery-image] Feb 24 04:47:51.566 INFO O| Feb 24 04:47:51.566 INFO STEP 1138 (remove_files) COMPLETE
82102026-02-24T04:47:52.481Z[ recovery-image] Feb 24 04:47:51.566 INFO O| Feb 24 04:47:51.566 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112026-02-24T04:47:52.492Z[ recovery-image] Feb 24 04:47:51.577 INFO O| Feb 24 04:47:51.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82122026-02-24T04:47:52.492Z[ recovery-image] Feb 24 04:47:51.577 INFO O| Feb 24 04:47:51.577 INFO STEP 1139 (remove_files) COMPLETE
82132026-02-24T04:47:52.492Z[ recovery-image] Feb 24 04:47:51.577 INFO O| Feb 24 04:47:51.577 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142026-02-24T04:47:52.504Z[ recovery-image] Feb 24 04:47:51.589 INFO O| Feb 24 04:47:51.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82152026-02-24T04:47:52.504Z[ recovery-image] Feb 24 04:47:51.589 INFO O| Feb 24 04:47:51.589 INFO STEP 1140 (remove_files) COMPLETE
82162026-02-24T04:47:52.504Z[ recovery-image] Feb 24 04:47:51.589 INFO O| Feb 24 04:47:51.589 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172026-02-24T04:47:52.517Z[ recovery-image] Feb 24 04:47:51.601 INFO O| Feb 24 04:47:51.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82182026-02-24T04:47:52.517Z[ recovery-image] Feb 24 04:47:51.601 INFO O| Feb 24 04:47:51.601 INFO STEP 1141 (remove_files) COMPLETE
82192026-02-24T04:47:52.520Z[ recovery-image] Feb 24 04:47:51.601 INFO O| Feb 24 04:47:51.601 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202026-02-24T04:47:52.528Z[ recovery-image] Feb 24 04:47:51.612 INFO O| Feb 24 04:47:51.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82212026-02-24T04:47:52.531Z[ recovery-image] Feb 24 04:47:51.612 INFO O| Feb 24 04:47:51.612 INFO STEP 1142 (remove_files) COMPLETE
82222026-02-24T04:47:52.531Z[ recovery-image] Feb 24 04:47:51.612 INFO O| Feb 24 04:47:51.612 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232026-02-24T04:47:52.539Z[ recovery-image] Feb 24 04:47:51.623 INFO O| Feb 24 04:47:51.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82242026-02-24T04:47:52.539Z[ recovery-image] Feb 24 04:47:51.624 INFO O| Feb 24 04:47:51.623 INFO STEP 1143 (remove_files) COMPLETE
82252026-02-24T04:47:52.542Z[ recovery-image] Feb 24 04:47:51.624 INFO O| Feb 24 04:47:51.624 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262026-02-24T04:47:52.558Z[ recovery-image] Feb 24 04:47:51.635 INFO O| Feb 24 04:47:51.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82272026-02-24T04:47:52.561Z[ recovery-image] Feb 24 04:47:51.635 INFO O| Feb 24 04:47:51.635 INFO STEP 1144 (remove_files) COMPLETE
82282026-02-24T04:47:52.561Z[ recovery-image] Feb 24 04:47:51.635 INFO O| Feb 24 04:47:51.635 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292026-02-24T04:47:52.564Z[ recovery-image] Feb 24 04:47:51.646 INFO O| Feb 24 04:47:51.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82302026-02-24T04:47:52.564Z[ recovery-image] Feb 24 04:47:51.646 INFO O| Feb 24 04:47:51.646 INFO STEP 1145 (remove_files) COMPLETE
82312026-02-24T04:47:52.564Z[ recovery-image] Feb 24 04:47:51.646 INFO O| Feb 24 04:47:51.646 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322026-02-24T04:47:52.574Z[ recovery-image] Feb 24 04:47:51.658 INFO O| Feb 24 04:47:51.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82332026-02-24T04:47:52.574Z[ recovery-image] Feb 24 04:47:51.658 INFO O| Feb 24 04:47:51.658 INFO STEP 1146 (remove_files) COMPLETE
82342026-02-24T04:47:52.574Z[ recovery-image] Feb 24 04:47:51.658 INFO O| Feb 24 04:47:51.658 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352026-02-24T04:47:52.589Z[ recovery-image] Feb 24 04:47:51.670 INFO O| Feb 24 04:47:51.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82362026-02-24T04:47:52.589Z[ recovery-image] Feb 24 04:47:51.670 INFO O| Feb 24 04:47:51.670 INFO STEP 1147 (remove_files) COMPLETE
82372026-02-24T04:47:52.589Z[ recovery-image] Feb 24 04:47:51.670 INFO O| Feb 24 04:47:51.670 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382026-02-24T04:47:52.609Z[ recovery-image] Feb 24 04:47:51.681 INFO O| Feb 24 04:47:51.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82392026-02-24T04:47:52.612Z[ recovery-image] Feb 24 04:47:51.681 INFO O| Feb 24 04:47:51.681 INFO STEP 1148 (remove_files) COMPLETE
82402026-02-24T04:47:52.613Z[ recovery-image] Feb 24 04:47:51.681 INFO O| Feb 24 04:47:51.681 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412026-02-24T04:47:52.613Z[ recovery-image] Feb 24 04:47:51.692 INFO O| Feb 24 04:47:51.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82422026-02-24T04:47:52.613Z[ recovery-image] Feb 24 04:47:51.692 INFO O| Feb 24 04:47:51.692 INFO STEP 1149 (remove_files) COMPLETE
82432026-02-24T04:47:52.613Z[ recovery-image] Feb 24 04:47:51.692 INFO O| Feb 24 04:47:51.692 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442026-02-24T04:47:52.620Z[ recovery-image] Feb 24 04:47:51.704 INFO O| Feb 24 04:47:51.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82452026-02-24T04:47:52.620Z[ recovery-image] Feb 24 04:47:51.704 INFO O| Feb 24 04:47:51.704 INFO STEP 1150 (remove_files) COMPLETE
82462026-02-24T04:47:52.623Z[ recovery-image] Feb 24 04:47:51.704 INFO O| Feb 24 04:47:51.704 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472026-02-24T04:47:52.632Z[ recovery-image] Feb 24 04:47:51.715 INFO O| Feb 24 04:47:51.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82482026-02-24T04:47:52.635Z[ recovery-image] Feb 24 04:47:51.715 INFO O| Feb 24 04:47:51.715 INFO STEP 1151 (remove_files) COMPLETE
82492026-02-24T04:47:52.635Z[ recovery-image] Feb 24 04:47:51.715 INFO O| Feb 24 04:47:51.715 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502026-02-24T04:47:52.642Z[ recovery-image] Feb 24 04:47:51.727 INFO O| Feb 24 04:47:51.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82512026-02-24T04:47:52.642Z[ recovery-image] Feb 24 04:47:51.727 INFO O| Feb 24 04:47:51.727 INFO STEP 1152 (remove_files) COMPLETE
82522026-02-24T04:47:52.645Z[ recovery-image] Feb 24 04:47:51.727 INFO O| Feb 24 04:47:51.727 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532026-02-24T04:47:52.654Z[ recovery-image] Feb 24 04:47:51.738 INFO O| Feb 24 04:47:51.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82542026-02-24T04:47:52.659Z[ recovery-image] Feb 24 04:47:51.738 INFO O| Feb 24 04:47:51.738 INFO STEP 1153 (remove_files) COMPLETE
82552026-02-24T04:47:52.659Z[ recovery-image] Feb 24 04:47:51.738 INFO O| Feb 24 04:47:51.738 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562026-02-24T04:47:52.665Z[ recovery-image] Feb 24 04:47:51.749 INFO O| Feb 24 04:47:51.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82572026-02-24T04:47:52.665Z[ recovery-image] Feb 24 04:47:51.749 INFO O| Feb 24 04:47:51.749 INFO STEP 1154 (remove_files) COMPLETE
82582026-02-24T04:47:52.668Z[ recovery-image] Feb 24 04:47:51.749 INFO O| Feb 24 04:47:51.749 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592026-02-24T04:47:52.676Z[ recovery-image] Feb 24 04:47:51.761 INFO O| Feb 24 04:47:51.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82602026-02-24T04:47:52.676Z[ recovery-image] Feb 24 04:47:51.761 INFO O| Feb 24 04:47:51.761 INFO STEP 1155 (remove_files) COMPLETE
82612026-02-24T04:47:52.679Z[ recovery-image] Feb 24 04:47:51.761 INFO O| Feb 24 04:47:51.761 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622026-02-24T04:47:52.688Z[ recovery-image] Feb 24 04:47:51.772 INFO O| Feb 24 04:47:51.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82632026-02-24T04:47:52.688Z[ recovery-image] Feb 24 04:47:51.773 INFO O| Feb 24 04:47:51.773 INFO STEP 1156 (remove_files) COMPLETE
82642026-02-24T04:47:52.688Z[ recovery-image] Feb 24 04:47:51.773 INFO O| Feb 24 04:47:51.773 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652026-02-24T04:47:52.699Z[ recovery-image] Feb 24 04:47:51.784 INFO O| Feb 24 04:47:51.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82662026-02-24T04:47:52.699Z[ recovery-image] Feb 24 04:47:51.784 INFO O| Feb 24 04:47:51.784 INFO STEP 1157 (remove_files) COMPLETE
82672026-02-24T04:47:52.702Z[ recovery-image] Feb 24 04:47:51.784 INFO O| Feb 24 04:47:51.784 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682026-02-24T04:47:52.712Z[ recovery-image] Feb 24 04:47:51.797 INFO O| Feb 24 04:47:51.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82692026-02-24T04:47:52.712Z[ recovery-image] Feb 24 04:47:51.797 INFO O| Feb 24 04:47:51.797 INFO STEP 1158 (remove_files) COMPLETE
82702026-02-24T04:47:52.712Z[ recovery-image] Feb 24 04:47:51.797 INFO O| Feb 24 04:47:51.797 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82712026-02-24T04:47:52.725Z[ recovery-image] Feb 24 04:47:51.809 INFO O| Feb 24 04:47:51.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82722026-02-24T04:47:52.728Z[ recovery-image] Feb 24 04:47:51.810 INFO O| Feb 24 04:47:51.810 INFO STEP 1159 (remove_files) COMPLETE
82732026-02-24T04:47:52.728Z[ recovery-image] Feb 24 04:47:51.810 INFO O| Feb 24 04:47:51.810 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82742026-02-24T04:47:52.737Z[ recovery-image] Feb 24 04:47:51.821 INFO O| Feb 24 04:47:51.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82752026-02-24T04:47:52.737Z[ recovery-image] Feb 24 04:47:51.822 INFO O| Feb 24 04:47:51.822 INFO STEP 1160 (remove_files) COMPLETE
82762026-02-24T04:47:52.737Z[ recovery-image] Feb 24 04:47:51.822 INFO O| Feb 24 04:47:51.822 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82772026-02-24T04:47:52.749Z[ recovery-image] Feb 24 04:47:51.834 INFO O| Feb 24 04:47:51.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82782026-02-24T04:47:52.749Z[ recovery-image] Feb 24 04:47:51.834 INFO O| Feb 24 04:47:51.834 INFO STEP 1161 (remove_files) COMPLETE
82792026-02-24T04:47:52.752Z[ recovery-image] Feb 24 04:47:51.834 INFO O| Feb 24 04:47:51.834 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82802026-02-24T04:47:52.762Z[ recovery-image] Feb 24 04:47:51.847 INFO O| Feb 24 04:47:51.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82812026-02-24T04:47:52.766Z[ recovery-image] Feb 24 04:47:51.847 INFO O| Feb 24 04:47:51.847 INFO STEP 1162 (remove_files) COMPLETE
82822026-02-24T04:47:52.766Z[ recovery-image] Feb 24 04:47:51.847 INFO O| Feb 24 04:47:51.847 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82832026-02-24T04:47:52.775Z[ recovery-image] Feb 24 04:47:51.859 INFO O| Feb 24 04:47:51.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82842026-02-24T04:47:52.775Z[ recovery-image] Feb 24 04:47:51.859 INFO O| Feb 24 04:47:51.859 INFO STEP 1163 (remove_files) COMPLETE
82852026-02-24T04:47:52.778Z[ recovery-image] Feb 24 04:47:51.859 INFO O| Feb 24 04:47:51.859 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82862026-02-24T04:47:52.787Z[ recovery-image] Feb 24 04:47:51.872 INFO O| Feb 24 04:47:51.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82872026-02-24T04:47:52.790Z[ recovery-image] Feb 24 04:47:51.872 INFO O| Feb 24 04:47:51.872 INFO STEP 1164 (remove_files) COMPLETE
82882026-02-24T04:47:52.790Z[ recovery-image] Feb 24 04:47:51.872 INFO O| Feb 24 04:47:51.872 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82892026-02-24T04:47:52.799Z[ recovery-image] Feb 24 04:47:51.884 INFO O| Feb 24 04:47:51.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82902026-02-24T04:47:52.799Z[ recovery-image] Feb 24 04:47:51.884 INFO O| Feb 24 04:47:51.884 INFO STEP 1165 (remove_files) COMPLETE
82912026-02-24T04:47:52.802Z[ recovery-image] Feb 24 04:47:51.884 INFO O| Feb 24 04:47:51.884 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82922026-02-24T04:47:52.818Z[ recovery-image] Feb 24 04:47:51.903 INFO O| Feb 24 04:47:51.903 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82932026-02-24T04:47:52.818Z[ recovery-image] Feb 24 04:47:51.903 INFO O| Feb 24 04:47:51.903 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82942026-02-24T04:47:54.485Z[ recovery-image] Feb 24 04:47:53.570 INFO O| Feb 24 04:47:53.570 INFO STEP 1166 (pack_tar) COMPLETE
82952026-02-24T04:47:54.485Z[ recovery-image] Feb 24 04:47:53.570 INFO O| Feb 24 04:47:53.570 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82962026-02-24T04:47:54.485Z[ recovery-image] Feb 24 04:47:53.570 INFO O| Feb 24 04:47:53.570 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82972026-02-24T04:47:54.888Z[ recovery-image] Feb 24 04:47:53.972 INFO O| Feb 24 04:47:53.972 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82982026-02-24T04:47:55.062Z[ recovery-image] Feb 24 04:47:54.090 INFO O| Feb 24 04:47:54.090 INFO completed processing sled/ramdisk-03-recovery-trim
82992026-02-24T04:47:55.067Z[ recovery-image] Feb 24 04:47:54.095 INFO image builder template: zfs-recovery...
83002026-02-24T04:47:55.067Z[ recovery-image] Feb 24 04:47:54.095 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/.tmpa2ii5w/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
83012026-02-24T04:47:55.086Z[ recovery-image] Feb 24 04:47:54.170 INFO O| Feb 24 04:47:54.170 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83022026-02-24T04:47:55.091Z[ recovery-image] Feb 24 04:47:54.175 INFO O| Feb 24 04:47:54.175 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83032026-02-24T04:47:55.193Z[ recovery-image] Feb 24 04:47:54.277 INFO O| Feb 24 04:47:54.277 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83042026-02-24T04:47:55.275Z[ recovery-image] Feb 24 04:47:54.359 INFO O| Feb 24 04:47:54.359 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83052026-02-24T04:47:55.275Z[ recovery-image] Feb 24 04:47:54.359 INFO O| Feb 24 04:47:54.359 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83062026-02-24T04:47:55.279Z[ recovery-image] Feb 24 04:47:54.364 INFO O| Feb 24 04:47:54.364 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83072026-02-24T04:47:55.375Z[ recovery-image] Feb 24 04:47:54.459 INFO O| Feb 24 04:47:54.459 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83082026-02-24T04:47:55.449Z[ recovery-image] Feb 24 04:47:54.533 INFO O| Feb 24 04:47:54.533 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83092026-02-24T04:47:55.465Z[ recovery-image] Feb 24 04:47:54.549 INFO O| Feb 24 04:47:54.549 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83102026-02-24T04:47:55.472Z[ recovery-image] Feb 24 04:47:54.556 INFO O| Feb 24 04:47:54.556 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83112026-02-24T04:47:55.486Z[ recovery-image] Feb 24 04:47:54.571 INFO O| Feb 24 04:47:54.571 INFO no lofi found
83122026-02-24T04:47:55.486Z[ recovery-image] Feb 24 04:47:54.571 INFO O| Feb 24 04:47:54.571 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83132026-02-24T04:47:55.490Z[ recovery-image] Feb 24 04:47:54.571 INFO O| Feb 24 04:47:54.571 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83142026-02-24T04:47:57.920Z[ recovery-image] Feb 24 04:47:57.004 INFO O| Feb 24 04:47:57.004 INFO lofi device = /dev/dsk/c2t1d0p0
83152026-02-24T04:47:57.920Z[ recovery-image] Feb 24 04:47:57.004 INFO O| Feb 24 04:47:57.004 INFO pool device = /dev/dsk/c2t1d0p0
83162026-02-24T04:47:57.923Z[ recovery-image] Feb 24 04:47:57.004 INFO O| Feb 24 04:47:57.004 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"]
83172026-02-24T04:47:58.308Z[ recovery-image] Feb 24 04:47:57.392 INFO O| Feb 24 04:47:57.392 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83182026-02-24T04:47:58.308Z[ recovery-image] Feb 24 04:47:57.392 INFO O| Feb 24 04:47:57.392 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83192026-02-24T04:47:58.335Z[ recovery-image] Feb 24 04:47:57.419 INFO O| Feb 24 04:47:57.419 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83202026-02-24T04:47:58.718Z[ recovery-image] Feb 24 04:47:57.802 INFO O| Feb 24 04:47:57.802 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83212026-02-24T04:47:58.774Z[ recovery-image] Feb 24 04:47:57.858 INFO O| Feb 24 04:47:57.858 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83222026-02-24T04:47:58.797Z[ recovery-image] Feb 24 04:47:57.881 INFO O| Feb 24 04:47:57.881 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83232026-02-24T04:47:58.816Z[ recovery-image] Feb 24 04:47:57.901 INFO O| Feb 24 04:47:57.901 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83242026-02-24T04:47:58.883Z[ recovery-image] Feb 24 04:47:57.967 INFO O| Feb 24 04:47:57.967 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83252026-02-24T04:47:58.886Z[ recovery-image] Feb 24 04:47:57.968 INFO O| Feb 24 04:47:57.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83262026-02-24T04:47:58.886Z[ recovery-image] Feb 24 04:47:57.968 INFO O| Feb 24 04:47:57.968 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83272026-02-24T04:47:58.897Z[ recovery-image] Feb 24 04:47:57.981 INFO O| Feb 24 04:47:57.981 INFO boot environment UUID: 56fbcff1-6c6f-4b1c-a617-bfc103fa3c08
83282026-02-24T04:47:58.897Z[ recovery-image] Feb 24 04:47:57.981 INFO O| Feb 24 04:47:57.981 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 56fbcff1-6c6f-4b1c-a617-bfc103fa3c08
83292026-02-24T04:47:58.915Z[ recovery-image] Feb 24 04:47:57.999 INFO O| Feb 24 04:47:57.999 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83302026-02-24T04:47:58.933Z[ recovery-image] Feb 24 04:47:58.018 INFO O| Feb 24 04:47:58.017 INFO STEP 0 (create_be) COMPLETE
83312026-02-24T04:47:58.933Z[ recovery-image] Feb 24 04:47:58.018 INFO O| Feb 24 04:47:58.018 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83322026-02-24T04:47:58.952Z[ recovery-image] Feb 24 04:47:58.036 INFO O| Feb 24 04:47:58.036 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"]
83332026-02-24T04:48:01.590Z[ host-image] Feb 24 04:48:00.673 INFO O| Feb 24 04:48:00.673 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
83342026-02-24T04:48:04.487Z[ recovery-image] Feb 24 04:48:03.571 INFO O| Feb 24 04:48:03.571 INFO STEP 1 (unpack_tar) COMPLETE
83352026-02-24T04:48:04.487Z[ recovery-image] Feb 24 04:48:03.571 INFO O| Feb 24 04:48:03.571 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83362026-02-24T04:48:04.502Z[ recovery-image] Feb 24 04:48:03.586 INFO O| Feb 24 04:48:03.586 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83372026-02-24T04:48:05.837Z[ recovery-image] Feb 24 04:48:04.921 INFO O| Feb 24 04:48:04.921 INFO STEP 2 (devfsadm) COMPLETE
83382026-02-24T04:48:05.837Z[ recovery-image] Feb 24 04:48:04.921 INFO O| Feb 24 04:48:04.921 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83392026-02-24T04:48:05.851Z[ recovery-image] Feb 24 04:48:04.934 INFO O| Feb 24 04:48:04.934 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83402026-02-24T04:48:05.851Z[ recovery-image] Feb 24 04:48:04.935 INFO O| Feb 24 04:48:04.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83412026-02-24T04:48:05.851Z[ recovery-image] Feb 24 04:48:04.935 INFO O| Feb 24 04:48:04.935 INFO STEP 3 (ensure_dir) COMPLETE
83422026-02-24T04:48:05.854Z[ recovery-image] Feb 24 04:48:04.935 INFO O| Feb 24 04:48:04.935 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83432026-02-24T04:48:05.862Z[ recovery-image] Feb 24 04:48:04.946 INFO O| Feb 24 04:48:04.946 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83442026-02-24T04:48:05.862Z[ recovery-image] Feb 24 04:48:04.946 INFO O| Feb 24 04:48:04.946 INFO STEP 4 (ensure_dir) COMPLETE
83452026-02-24T04:48:05.862Z[ recovery-image] Feb 24 04:48:04.946 INFO O| Feb 24 04:48:04.946 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83462026-02-24T04:48:05.873Z[ recovery-image] Feb 24 04:48:04.956 INFO O| Feb 24 04:48:04.956 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83472026-02-24T04:48:05.873Z[ recovery-image] Feb 24 04:48:04.956 INFO O| Feb 24 04:48:04.956 INFO STEP 5 (ensure_dir) COMPLETE
83482026-02-24T04:48:05.873Z[ recovery-image] Feb 24 04:48:04.957 INFO O| Feb 24 04:48:04.956 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83492026-02-24T04:48:05.883Z[ recovery-image] Feb 24 04:48:04.967 INFO O| Feb 24 04:48:04.967 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83502026-02-24T04:48:05.883Z[ recovery-image] Feb 24 04:48:04.967 INFO O| Feb 24 04:48:04.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83512026-02-24T04:48:05.883Z[ recovery-image] Feb 24 04:48:04.967 INFO O| Feb 24 04:48:04.967 INFO STEP 6 (ensure_dir) COMPLETE
83522026-02-24T04:48:05.886Z[ recovery-image] Feb 24 04:48:04.967 INFO O| Feb 24 04:48:04.967 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83532026-02-24T04:48:05.895Z[ recovery-image] Feb 24 04:48:04.978 INFO O| Feb 24 04:48:04.978 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83542026-02-24T04:48:05.895Z[ recovery-image] Feb 24 04:48:04.978 INFO O| Feb 24 04:48:04.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83552026-02-24T04:48:05.895Z[ recovery-image] Feb 24 04:48:04.978 INFO O| Feb 24 04:48:04.978 INFO STEP 7 (ensure_dir) COMPLETE
83562026-02-24T04:48:05.898Z[ recovery-image] Feb 24 04:48:04.978 INFO O| Feb 24 04:48:04.978 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83572026-02-24T04:48:05.905Z[ recovery-image] Feb 24 04:48:04.989 INFO O| Feb 24 04:48:04.989 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83582026-02-24T04:48:05.909Z[ recovery-image] Feb 24 04:48:04.990 INFO O| Feb 24 04:48:04.989 INFO STEP 8 (remove_files) COMPLETE
83592026-02-24T04:48:05.909Z[ recovery-image] Feb 24 04:48:04.990 INFO O| Feb 24 04:48:04.989 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83602026-02-24T04:48:05.918Z[ recovery-image] Feb 24 04:48:05.002 INFO O| Feb 24 04:48:05.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83612026-02-24T04:48:05.921Z[ recovery-image] Feb 24 04:48:05.003 INFO O| Feb 24 04:48:05.003 INFO STEP 9 (remove_files) COMPLETE
83622026-02-24T04:48:05.921Z[ recovery-image] Feb 24 04:48:05.003 INFO O| Feb 24 04:48:05.003 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83632026-02-24T04:48:05.931Z[ recovery-image] Feb 24 04:48:05.015 INFO O| Feb 24 04:48:05.015 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83642026-02-24T04:48:05.935Z[ recovery-image] Feb 24 04:48:05.016 INFO O| Feb 24 04:48:05.016 INFO STEP 10 (remove_files) COMPLETE
83652026-02-24T04:48:05.935Z[ recovery-image] Feb 24 04:48:05.016 INFO O| Feb 24 04:48:05.016 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83662026-02-24T04:48:05.944Z[ recovery-image] Feb 24 04:48:05.028 INFO O| Feb 24 04:48:05.028 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83672026-02-24T04:48:05.944Z[ recovery-image] Feb 24 04:48:05.028 INFO O| Feb 24 04:48:05.028 INFO STEP 11 (remove_files) COMPLETE
83682026-02-24T04:48:05.944Z[ recovery-image] Feb 24 04:48:05.028 INFO O| Feb 24 04:48:05.028 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83692026-02-24T04:48:05.958Z[ recovery-image] Feb 24 04:48:05.041 INFO O| Feb 24 04:48:05.041 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83702026-02-24T04:48:05.958Z[ recovery-image] Feb 24 04:48:05.041 INFO O| Feb 24 04:48:05.041 INFO STEP 12 (remove_files) COMPLETE
83712026-02-24T04:48:05.958Z[ recovery-image] Feb 24 04:48:05.041 INFO O| Feb 24 04:48:05.041 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83722026-02-24T04:48:05.971Z[ recovery-image] Feb 24 04:48:05.055 INFO O| Feb 24 04:48:05.055 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83732026-02-24T04:48:05.974Z[ recovery-image] Feb 24 04:48:05.055 INFO O| Feb 24 04:48:05.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83742026-02-24T04:48:05.974Z[ recovery-image] Feb 24 04:48:05.055 INFO O| Feb 24 04:48:05.055 INFO STEP 13 (ensure_dir) COMPLETE
83752026-02-24T04:48:05.974Z[ recovery-image] Feb 24 04:48:05.055 INFO O| Feb 24 04:48:05.055 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83762026-02-24T04:48:05.986Z[ recovery-image] Feb 24 04:48:05.070 INFO O| Feb 24 04:48:05.070 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83772026-02-24T04:48:05.986Z[ recovery-image] Feb 24 04:48:05.070 INFO O| Feb 24 04:48:05.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83782026-02-24T04:48:05.989Z[ recovery-image] Feb 24 04:48:05.070 INFO O| Feb 24 04:48:05.070 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83792026-02-24T04:48:05.989Z[ recovery-image] Feb 24 04:48:05.070 INFO O| Feb 24 04:48:05.070 INFO STEP 14 (ensure_dir) COMPLETE
83802026-02-24T04:48:05.989Z[ recovery-image] Feb 24 04:48:05.070 INFO O| Feb 24 04:48:05.070 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83812026-02-24T04:48:06.004Z[ recovery-image] Feb 24 04:48:05.088 INFO O| Feb 24 04:48:05.085 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83822026-02-24T04:48:06.005Z[ recovery-image] Feb 24 04:48:05.088 INFO O| Feb 24 04:48:05.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83832026-02-24T04:48:06.008Z[ recovery-image] Feb 24 04:48:05.088 INFO O| Feb 24 04:48:05.085 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83842026-02-24T04:48:06.008Z[ recovery-image] Feb 24 04:48:05.088 INFO O| Feb 24 04:48:05.085 INFO STEP 15 (ensure_dir) COMPLETE
83852026-02-24T04:48:06.008Z[ recovery-image] Feb 24 04:48:05.088 INFO O| Feb 24 04:48:05.085 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83862026-02-24T04:48:06.016Z[ recovery-image] Feb 24 04:48:05.100 INFO O| Feb 24 04:48:05.100 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83872026-02-24T04:48:06.016Z[ recovery-image] Feb 24 04:48:05.100 INFO O| Feb 24 04:48:05.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83882026-02-24T04:48:06.016Z[ recovery-image] Feb 24 04:48:05.100 INFO O| Feb 24 04:48:05.100 INFO STEP 16 (ensure_dir) COMPLETE
83892026-02-24T04:48:06.019Z[ recovery-image] Feb 24 04:48:05.100 INFO O| Feb 24 04:48:05.100 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83902026-02-24T04:48:06.034Z[ recovery-image] Feb 24 04:48:05.118 INFO O| Feb 24 04:48:05.118 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83912026-02-24T04:48:06.034Z[ recovery-image] Feb 24 04:48:05.118 INFO O| Feb 24 04:48:05.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83922026-02-24T04:48:06.034Z[ recovery-image] Feb 24 04:48:05.118 INFO O| Feb 24 04:48:05.118 INFO STEP 17 (ensure_dir) COMPLETE
83932026-02-24T04:48:06.037Z[ recovery-image] Feb 24 04:48:05.118 INFO O| Feb 24 04:48:05.118 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83942026-02-24T04:48:06.047Z[ recovery-image] Feb 24 04:48:05.131 INFO O| Feb 24 04:48:05.131 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83952026-02-24T04:48:06.047Z[ recovery-image] Feb 24 04:48:05.131 INFO O| Feb 24 04:48:05.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83962026-02-24T04:48:06.051Z[ recovery-image] Feb 24 04:48:05.131 INFO O| Feb 24 04:48:05.131 INFO ok!
83972026-02-24T04:48:06.051Z[ recovery-image] Feb 24 04:48:05.131 INFO O| Feb 24 04:48:05.131 INFO STEP 18 (ensure_symlink) COMPLETE
83982026-02-24T04:48:06.051Z[ recovery-image] Feb 24 04:48:05.131 INFO O| Feb 24 04:48:05.131 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83992026-02-24T04:48:06.061Z[ recovery-image] Feb 24 04:48:05.145 INFO O| Feb 24 04:48:05.145 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84002026-02-24T04:48:06.061Z[ recovery-image] Feb 24 04:48:05.145 INFO O| Feb 24 04:48:05.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84012026-02-24T04:48:06.061Z[ recovery-image] Feb 24 04:48:05.145 INFO O| Feb 24 04:48:05.145 INFO ok!
84022026-02-24T04:48:06.064Z[ recovery-image] Feb 24 04:48:05.145 INFO O| Feb 24 04:48:05.145 INFO STEP 19 (ensure_file) COMPLETE
84032026-02-24T04:48:06.064Z[ recovery-image] Feb 24 04:48:05.145 INFO O| Feb 24 04:48:05.145 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84042026-02-24T04:48:06.074Z[ recovery-image] Feb 24 04:48:05.157 INFO O| Feb 24 04:48:05.157 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84052026-02-24T04:48:06.074Z[ recovery-image] Feb 24 04:48:05.157 INFO O| Feb 24 04:48:05.157 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84062026-02-24T04:48:06.078Z[ recovery-image] Feb 24 04:48:05.158 INFO O| Feb 24 04:48:05.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84072026-02-24T04:48:06.078Z[ recovery-image] Feb 24 04:48:05.158 INFO O| Feb 24 04:48:05.158 INFO ok!
84082026-02-24T04:48:06.078Z[ recovery-image] Feb 24 04:48:05.158 INFO O| Feb 24 04:48:05.158 INFO STEP 20 (ensure_symlink) COMPLETE
84092026-02-24T04:48:06.078Z[ recovery-image] Feb 24 04:48:05.158 INFO O| Feb 24 04:48:05.158 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84102026-02-24T04:48:06.085Z[ recovery-image] Feb 24 04:48:05.169 INFO O| Feb 24 04:48:05.169 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84112026-02-24T04:48:06.085Z[ recovery-image] Feb 24 04:48:05.169 INFO O| Feb 24 04:48:05.169 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84122026-02-24T04:48:06.088Z[ recovery-image] Feb 24 04:48:05.169 INFO O| Feb 24 04:48:05.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84132026-02-24T04:48:06.088Z[ recovery-image] Feb 24 04:48:05.169 INFO O| Feb 24 04:48:05.169 INFO ok!
84142026-02-24T04:48:06.088Z[ recovery-image] Feb 24 04:48:05.169 INFO O| Feb 24 04:48:05.169 INFO STEP 21 (ensure_symlink) COMPLETE
84152026-02-24T04:48:06.089Z[ recovery-image] Feb 24 04:48:05.169 INFO O| Feb 24 04:48:05.169 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84162026-02-24T04:48:06.097Z[ recovery-image] Feb 24 04:48:05.181 INFO O| Feb 24 04:48:05.181 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84172026-02-24T04:48:06.097Z[ recovery-image] Feb 24 04:48:05.181 INFO O| Feb 24 04:48:05.181 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84182026-02-24T04:48:06.097Z[ recovery-image] Feb 24 04:48:05.181 INFO O| Feb 24 04:48:05.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84192026-02-24T04:48:06.097Z[ recovery-image] Feb 24 04:48:05.181 INFO O| Feb 24 04:48:05.181 INFO ok!
84202026-02-24T04:48:06.100Z[ recovery-image] Feb 24 04:48:05.181 INFO O| Feb 24 04:48:05.181 INFO STEP 22 (ensure_symlink) COMPLETE
84212026-02-24T04:48:06.100Z[ recovery-image] Feb 24 04:48:05.181 INFO O| Feb 24 04:48:05.181 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84222026-02-24T04:48:06.109Z[ recovery-image] Feb 24 04:48:05.193 INFO O| Feb 24 04:48:05.193 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84232026-02-24T04:48:06.109Z[ recovery-image] Feb 24 04:48:05.193 INFO O| Feb 24 04:48:05.193 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84242026-02-24T04:48:06.109Z[ recovery-image] Feb 24 04:48:05.193 INFO O| Feb 24 04:48:05.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84252026-02-24T04:48:06.109Z[ recovery-image] Feb 24 04:48:05.193 INFO O| Feb 24 04:48:05.193 INFO ok!
84262026-02-24T04:48:06.112Z[ recovery-image] Feb 24 04:48:05.193 INFO O| Feb 24 04:48:05.193 INFO STEP 23 (ensure_symlink) COMPLETE
84272026-02-24T04:48:06.113Z[ recovery-image] Feb 24 04:48:05.193 INFO O| Feb 24 04:48:05.193 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84282026-02-24T04:48:06.122Z[ recovery-image] Feb 24 04:48:05.206 INFO O| Feb 24 04:48:05.206 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84292026-02-24T04:48:06.125Z[ recovery-image] Feb 24 04:48:05.206 INFO O| Feb 24 04:48:05.206 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 ...
84302026-02-24T04:48:06.125Z[ recovery-image] Feb 24 04:48:05.206 INFO O| Feb 24 04:48:05.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84312026-02-24T04:48:06.125Z[ recovery-image] Feb 24 04:48:05.206 INFO O| Feb 24 04:48:05.206 INFO ok!
84322026-02-24T04:48:06.125Z[ recovery-image] Feb 24 04:48:05.206 INFO O| Feb 24 04:48:05.206 INFO STEP 24 (ensure_file) COMPLETE
84332026-02-24T04:48:06.125Z[ recovery-image] Feb 24 04:48:05.206 INFO O| Feb 24 04:48:05.206 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84342026-02-24T04:48:06.137Z[ recovery-image] Feb 24 04:48:05.220 INFO O| Feb 24 04:48:05.220 INFO updating shadow file
84352026-02-24T04:48:06.140Z[ recovery-image] Feb 24 04:48:05.221 INFO O| Feb 24 04:48:05.221 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84362026-02-24T04:48:06.140Z[ recovery-image] Feb 24 04:48:05.221 INFO O| Feb 24 04:48:05.221 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84372026-02-24T04:48:06.140Z[ recovery-image] Feb 24 04:48:05.221 INFO O| Feb 24 04:48:05.221 INFO STEP 25 (shadow) COMPLETE
84382026-02-24T04:48:06.141Z[ recovery-image] Feb 24 04:48:05.221 INFO O| Feb 24 04:48:05.221 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84392026-02-24T04:48:06.150Z[ recovery-image] Feb 24 04:48:05.234 INFO O| Feb 24 04:48:05.234 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84402026-02-24T04:48:06.153Z[ recovery-image] Feb 24 04:48:05.234 INFO O| Feb 24 04:48:05.234 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84412026-02-24T04:48:06.153Z[ recovery-image] Feb 24 04:48:05.234 INFO O| Feb 24 04:48:05.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84422026-02-24T04:48:06.153Z[ recovery-image] Feb 24 04:48:05.234 INFO O| Feb 24 04:48:05.234 INFO ok!
84432026-02-24T04:48:06.153Z[ recovery-image] Feb 24 04:48:05.234 INFO O| Feb 24 04:48:05.234 INFO STEP 26 (ensure_file) COMPLETE
84442026-02-24T04:48:06.153Z[ recovery-image] Feb 24 04:48:05.234 INFO O| Feb 24 04:48:05.234 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84452026-02-24T04:48:06.163Z[ recovery-image] Feb 24 04:48:05.246 INFO O| Feb 24 04:48:05.246 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84462026-02-24T04:48:06.163Z[ recovery-image] Feb 24 04:48:05.246 INFO O| Feb 24 04:48:05.246 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84472026-02-24T04:48:06.166Z[ recovery-image] Feb 24 04:48:05.246 INFO O| Feb 24 04:48:05.246 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84482026-02-24T04:48:06.166Z[ recovery-image] Feb 24 04:48:05.246 INFO O| Feb 24 04:48:05.246 INFO ok!
84492026-02-24T04:48:06.166Z[ recovery-image] Feb 24 04:48:05.246 INFO O| Feb 24 04:48:05.246 INFO STEP 27 (ensure_file) COMPLETE
84502026-02-24T04:48:06.166Z[ recovery-image] Feb 24 04:48:05.246 INFO O| Feb 24 04:48:05.246 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84512026-02-24T04:48:06.174Z[ recovery-image] Feb 24 04:48:05.258 INFO O| Feb 24 04:48:05.258 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84522026-02-24T04:48:06.182Z[ recovery-image] Feb 24 04:48:05.258 INFO O| Feb 24 04:48:05.258 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84532026-02-24T04:48:06.182Z[ recovery-image] Feb 24 04:48:05.258 INFO O| Feb 24 04:48:05.258 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84542026-02-24T04:48:06.182Z[ recovery-image] Feb 24 04:48:05.258 INFO O| Feb 24 04:48:05.258 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84552026-02-24T04:48:06.182Z[ recovery-image] Feb 24 04:48:05.258 INFO O| Feb 24 04:48:05.258 INFO ok!
84562026-02-24T04:48:06.182Z[ recovery-image] Feb 24 04:48:05.258 INFO O| Feb 24 04:48:05.258 INFO STEP 28 (ensure_file) COMPLETE
84572026-02-24T04:48:06.182Z[ recovery-image] Feb 24 04:48:05.258 INFO O| Feb 24 04:48:05.258 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84582026-02-24T04:48:06.187Z[ recovery-image] Feb 24 04:48:05.271 INFO O| Feb 24 04:48:05.271 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84592026-02-24T04:48:06.187Z[ recovery-image] Feb 24 04:48:05.271 INFO O| Feb 24 04:48:05.271 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84602026-02-24T04:48:06.187Z[ recovery-image] Feb 24 04:48:05.271 INFO O| Feb 24 04:48:05.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84612026-02-24T04:48:06.190Z[ recovery-image] Feb 24 04:48:05.271 INFO O| Feb 24 04:48:05.271 INFO ok!
84622026-02-24T04:48:06.190Z[ recovery-image] Feb 24 04:48:05.271 INFO O| Feb 24 04:48:05.271 INFO STEP 29 (ensure_file) COMPLETE
84632026-02-24T04:48:06.190Z[ recovery-image] Feb 24 04:48:05.271 INFO O| Feb 24 04:48:05.271 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84642026-02-24T04:48:06.281Z[ recovery-image] Feb 24 04:48:05.365 INFO O| Feb 24 04:48:05.365 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84652026-02-24T04:48:06.281Z[ recovery-image] Feb 24 04:48:05.365 INFO O| Feb 24 04:48:05.365 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84662026-02-24T04:48:06.284Z[ recovery-image] Feb 24 04:48:05.365 INFO O| Feb 24 04:48:05.365 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84672026-02-24T04:48:06.285Z[ recovery-image] Feb 24 04:48:05.365 INFO O| Feb 24 04:48:05.365 INFO STEP 30 (ensure_dir) COMPLETE
84682026-02-24T04:48:06.285Z[ recovery-image] Feb 24 04:48:05.365 INFO O| Feb 24 04:48:05.365 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84692026-02-24T04:48:06.298Z[ recovery-image] Feb 24 04:48:05.382 INFO O| Feb 24 04:48:05.382 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84702026-02-24T04:48:06.298Z[ recovery-image] Feb 24 04:48:05.382 INFO O| Feb 24 04:48:05.382 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 ...
84712026-02-24T04:48:06.301Z[ recovery-image] Feb 24 04:48:05.382 INFO O| Feb 24 04:48:05.382 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
84722026-02-24T04:48:06.301Z[ recovery-image] Feb 24 04:48:05.382 INFO O| Feb 24 04:48:05.382 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84732026-02-24T04:48:06.301Z[ recovery-image] Feb 24 04:48:05.382 INFO O| Feb 24 04:48:05.382 INFO ok!
84742026-02-24T04:48:06.301Z[ recovery-image] Feb 24 04:48:05.382 INFO O| Feb 24 04:48:05.382 INFO STEP 31 (ensure_file) COMPLETE
84752026-02-24T04:48:06.301Z[ recovery-image] Feb 24 04:48:05.382 INFO O| Feb 24 04:48:05.382 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84762026-02-24T04:48:06.316Z[ recovery-image] Feb 24 04:48:05.400 INFO O| Feb 24 04:48:05.400 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84772026-02-24T04:48:06.316Z[ recovery-image] Feb 24 04:48:05.400 INFO O| Feb 24 04:48:05.400 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84782026-02-24T04:48:06.320Z[ recovery-image] Feb 24 04:48:05.400 INFO O| Feb 24 04:48:05.400 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84792026-02-24T04:48:06.320Z[ recovery-image] Feb 24 04:48:05.400 INFO O| Feb 24 04:48:05.400 INFO STEP 32 (ensure_dir) COMPLETE
84802026-02-24T04:48:06.320Z[ recovery-image] Feb 24 04:48:05.400 INFO O| Feb 24 04:48:05.400 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84812026-02-24T04:48:06.332Z[ recovery-image] Feb 24 04:48:05.416 INFO O| Feb 24 04:48:05.416 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84822026-02-24T04:48:06.332Z[ recovery-image] Feb 24 04:48:05.416 INFO O| Feb 24 04:48:05.416 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 ...
84832026-02-24T04:48:06.335Z[ recovery-image] Feb 24 04:48:05.417 INFO O| Feb 24 04:48:05.417 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
84842026-02-24T04:48:06.335Z[ recovery-image] Feb 24 04:48:05.417 INFO O| Feb 24 04:48:05.417 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84852026-02-24T04:48:06.335Z[ recovery-image] Feb 24 04:48:05.417 INFO O| Feb 24 04:48:05.417 INFO ok!
84862026-02-24T04:48:06.335Z[ recovery-image] Feb 24 04:48:05.417 INFO O| Feb 24 04:48:05.417 INFO STEP 33 (ensure_file) COMPLETE
84872026-02-24T04:48:06.335Z[ recovery-image] Feb 24 04:48:05.417 INFO O| Feb 24 04:48:05.417 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84882026-02-24T04:48:06.347Z[ recovery-image] Feb 24 04:48:05.431 INFO O| Feb 24 04:48:05.429 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84892026-02-24T04:48:06.347Z[ recovery-image] Feb 24 04:48:05.431 INFO O| Feb 24 04:48:05.429 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84902026-02-24T04:48:06.347Z[ recovery-image] Feb 24 04:48:05.431 INFO O| Feb 24 04:48:05.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84912026-02-24T04:48:06.350Z[ recovery-image] Feb 24 04:48:05.431 INFO O| Feb 24 04:48:05.430 INFO ok!
84922026-02-24T04:48:06.350Z[ recovery-image] Feb 24 04:48:05.431 INFO O| Feb 24 04:48:05.430 INFO STEP 34 (ensure_file) COMPLETE
84932026-02-24T04:48:06.350Z[ recovery-image] Feb 24 04:48:05.431 INFO O| Feb 24 04:48:05.430 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84942026-02-24T04:48:06.358Z[ recovery-image] Feb 24 04:48:05.442 INFO O| Feb 24 04:48:05.442 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84952026-02-24T04:48:06.358Z[ recovery-image] Feb 24 04:48:05.442 INFO O| Feb 24 04:48:05.442 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84962026-02-24T04:48:06.361Z[ recovery-image] Feb 24 04:48:05.442 INFO O| Feb 24 04:48:05.442 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84972026-02-24T04:48:06.361Z[ recovery-image] Feb 24 04:48:05.442 INFO O| Feb 24 04:48:05.442 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84982026-02-24T04:48:06.361Z[ recovery-image] Feb 24 04:48:05.442 INFO O| Feb 24 04:48:05.442 INFO ok!
84992026-02-24T04:48:06.361Z[ recovery-image] Feb 24 04:48:05.442 INFO O| Feb 24 04:48:05.442 INFO STEP 35 (ensure_file) COMPLETE
85002026-02-24T04:48:06.361Z[ recovery-image] Feb 24 04:48:05.442 INFO O| Feb 24 04:48:05.442 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85012026-02-24T04:48:06.371Z[ recovery-image] Feb 24 04:48:05.454 INFO O| Feb 24 04:48:05.454 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85022026-02-24T04:48:06.371Z[ recovery-image] Feb 24 04:48:05.455 INFO O| Feb 24 04:48:05.455 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85032026-02-24T04:48:06.371Z[ recovery-image] Feb 24 04:48:05.455 INFO O| Feb 24 04:48:05.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85042026-02-24T04:48:06.374Z[ recovery-image] Feb 24 04:48:05.455 INFO O| Feb 24 04:48:05.455 INFO ok!
85052026-02-24T04:48:06.374Z[ recovery-image] Feb 24 04:48:05.455 INFO O| Feb 24 04:48:05.455 INFO STEP 36 (ensure_file) COMPLETE
85062026-02-24T04:48:06.374Z[ recovery-image] Feb 24 04:48:05.455 INFO O| Feb 24 04:48:05.455 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85072026-02-24T04:48:06.384Z[ recovery-image] Feb 24 04:48:05.468 INFO O| Feb 24 04:48:05.468 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85082026-02-24T04:48:06.384Z[ recovery-image] Feb 24 04:48:05.468 INFO O| Feb 24 04:48:05.468 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85092026-02-24T04:48:06.384Z[ recovery-image] Feb 24 04:48:05.468 INFO O| Feb 24 04:48:05.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85102026-02-24T04:48:06.385Z[ recovery-image] Feb 24 04:48:05.468 INFO O| Feb 24 04:48:05.468 INFO ok!
85112026-02-24T04:48:06.388Z[ recovery-image] Feb 24 04:48:05.468 INFO O| Feb 24 04:48:05.468 INFO STEP 37 (ensure_file) COMPLETE
85122026-02-24T04:48:06.388Z[ recovery-image] Feb 24 04:48:05.468 INFO O| Feb 24 04:48:05.468 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85132026-02-24T04:48:06.397Z[ recovery-image] Feb 24 04:48:05.481 INFO O| Feb 24 04:48:05.481 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85142026-02-24T04:48:06.397Z[ recovery-image] Feb 24 04:48:05.481 INFO O| Feb 24 04:48:05.481 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85152026-02-24T04:48:06.400Z[ recovery-image] Feb 24 04:48:05.482 INFO O| Feb 24 04:48:05.481 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85162026-02-24T04:48:06.400Z[ recovery-image] Feb 24 04:48:05.482 INFO O| Feb 24 04:48:05.482 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85172026-02-24T04:48:06.400Z[ recovery-image] Feb 24 04:48:05.482 INFO O| Feb 24 04:48:05.482 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85182026-02-24T04:48:06.400Z[ recovery-image] Feb 24 04:48:05.482 INFO O| Feb 24 04:48:05.482 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85192026-02-24T04:48:06.400Z[ recovery-image] Feb 24 04:48:05.482 INFO O| Feb 24 04:48:05.482 INFO ok!
85202026-02-24T04:48:06.400Z[ recovery-image] Feb 24 04:48:05.482 INFO O| Feb 24 04:48:05.482 INFO STEP 38 (ensure_file) COMPLETE
85212026-02-24T04:48:06.400Z[ recovery-image] Feb 24 04:48:05.482 INFO O| Feb 24 04:48:05.482 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85222026-02-24T04:48:06.411Z[ recovery-image] Feb 24 04:48:05.494 INFO O| Feb 24 04:48:05.494 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85232026-02-24T04:48:06.414Z[ recovery-image] Feb 24 04:48:05.495 INFO O| Feb 24 04:48:05.494 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85242026-02-24T04:48:06.414Z[ recovery-image] Feb 24 04:48:05.495 INFO O| Feb 24 04:48:05.494 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85252026-02-24T04:48:06.414Z[ recovery-image] Feb 24 04:48:05.495 INFO O| Feb 24 04:48:05.495 INFO STEP 39 (ensure_dir) COMPLETE
85262026-02-24T04:48:06.414Z[ recovery-image] Feb 24 04:48:05.495 INFO O| Feb 24 04:48:05.495 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85272026-02-24T04:48:06.426Z[ recovery-image] Feb 24 04:48:05.510 INFO O| Feb 24 04:48:05.510 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
85282026-02-24T04:48:06.426Z[ recovery-image] Feb 24 04:48:05.510 INFO O| Feb 24 04:48:05.510 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 ...
85292026-02-24T04:48:06.429Z[ recovery-image] Feb 24 04:48:05.511 INFO O| Feb 24 04:48:05.511 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
85302026-02-24T04:48:06.429Z[ recovery-image] Feb 24 04:48:05.511 INFO O| Feb 24 04:48:05.511 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
85312026-02-24T04:48:06.429Z[ recovery-image] Feb 24 04:48:05.511 INFO O| Feb 24 04:48:05.511 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
85322026-02-24T04:48:06.429Z[ recovery-image] Feb 24 04:48:05.511 INFO O| Feb 24 04:48:05.511 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
85332026-02-24T04:48:06.429Z[ recovery-image] Feb 24 04:48:05.511 INFO O| Feb 24 04:48:05.511 INFO ok!
85342026-02-24T04:48:06.429Z[ recovery-image] Feb 24 04:48:05.511 INFO O| Feb 24 04:48:05.511 INFO STEP 40 (ensure_file) COMPLETE
85352026-02-24T04:48:06.429Z[ recovery-image] Feb 24 04:48:05.511 INFO O| Feb 24 04:48:05.511 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85362026-02-24T04:48:06.440Z[ recovery-image] Feb 24 04:48:05.524 INFO O| Feb 24 04:48:05.524 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85372026-02-24T04:48:06.440Z[ recovery-image] Feb 24 04:48:05.524 INFO O| Feb 24 04:48:05.524 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 ...
85382026-02-24T04:48:06.440Z[ recovery-image] Feb 24 04:48:05.524 INFO O| Feb 24 04:48:05.524 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85392026-02-24T04:48:06.443Z[ recovery-image] Feb 24 04:48:05.524 INFO O| Feb 24 04:48:05.524 INFO ok!
85402026-02-24T04:48:06.443Z[ recovery-image] Feb 24 04:48:05.524 INFO O| Feb 24 04:48:05.524 INFO STEP 41 (ensure_symlink) COMPLETE
85412026-02-24T04:48:06.443Z[ recovery-image] Feb 24 04:48:05.524 INFO O| Feb 24 04:48:05.524 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85422026-02-24T04:48:06.453Z[ recovery-image] Feb 24 04:48:05.537 INFO O| Feb 24 04:48:05.537 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85432026-02-24T04:48:06.453Z[ recovery-image] Feb 24 04:48:05.537 INFO O| Feb 24 04:48:05.537 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85442026-02-24T04:48:06.453Z[ recovery-image] Feb 24 04:48:05.537 INFO O| Feb 24 04:48:05.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85452026-02-24T04:48:06.456Z[ recovery-image] Feb 24 04:48:05.537 INFO O| Feb 24 04:48:05.537 INFO ok!
85462026-02-24T04:48:06.456Z[ recovery-image] Feb 24 04:48:05.537 INFO O| Feb 24 04:48:05.537 INFO STEP 42 (ensure_symlink) COMPLETE
85472026-02-24T04:48:06.456Z[ recovery-image] Feb 24 04:48:05.537 INFO O| Feb 24 04:48:05.537 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85482026-02-24T04:48:06.466Z[ recovery-image] Feb 24 04:48:05.549 INFO O| Feb 24 04:48:05.549 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85492026-02-24T04:48:06.466Z[ recovery-image] Feb 24 04:48:05.550 INFO O| Feb 24 04:48:05.549 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85502026-02-24T04:48:06.469Z[ recovery-image] Feb 24 04:48:05.550 INFO O| Feb 24 04:48:05.550 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85512026-02-24T04:48:06.469Z[ recovery-image] Feb 24 04:48:05.550 INFO O| Feb 24 04:48:05.550 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85522026-02-24T04:48:06.469Z[ recovery-image] Feb 24 04:48:05.550 INFO O| Feb 24 04:48:05.550 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85532026-02-24T04:48:06.469Z[ recovery-image] Feb 24 04:48:05.550 INFO O| Feb 24 04:48:05.550 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85542026-02-24T04:48:06.469Z[ recovery-image] Feb 24 04:48:05.550 INFO O| Feb 24 04:48:05.550 INFO ok!
85552026-02-24T04:48:06.469Z[ recovery-image] Feb 24 04:48:05.550 INFO O| Feb 24 04:48:05.550 INFO STEP 43 (ensure_file) COMPLETE
85562026-02-24T04:48:06.469Z[ recovery-image] Feb 24 04:48:05.550 INFO O| Feb 24 04:48:05.550 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85572026-02-24T04:48:06.480Z[ recovery-image] Feb 24 04:48:05.564 INFO O| Feb 24 04:48:05.564 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85582026-02-24T04:48:06.480Z[ recovery-image] Feb 24 04:48:05.564 INFO O| Feb 24 04:48:05.564 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 ...
85592026-02-24T04:48:06.483Z[ recovery-image] Feb 24 04:48:05.565 INFO O| Feb 24 04:48:05.564 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
85602026-02-24T04:48:06.483Z[ recovery-image] Feb 24 04:48:05.565 INFO O| Feb 24 04:48:05.565 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85612026-02-24T04:48:06.483Z[ recovery-image] Feb 24 04:48:05.565 INFO O| Feb 24 04:48:05.565 INFO ok!
85622026-02-24T04:48:06.483Z[ recovery-image] Feb 24 04:48:05.565 INFO O| Feb 24 04:48:05.565 INFO STEP 44 (ensure_file) COMPLETE
85632026-02-24T04:48:06.483Z[ recovery-image] Feb 24 04:48:05.565 INFO O| Feb 24 04:48:05.565 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85642026-02-24T04:48:06.493Z[ recovery-image] Feb 24 04:48:05.577 INFO O| Feb 24 04:48:05.577 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85652026-02-24T04:48:06.493Z[ recovery-image] Feb 24 04:48:05.577 INFO O| Feb 24 04:48:05.577 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85662026-02-24T04:48:06.496Z[ recovery-image] Feb 24 04:48:05.578 INFO O| Feb 24 04:48:05.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85672026-02-24T04:48:06.496Z[ recovery-image] Feb 24 04:48:05.578 INFO O| Feb 24 04:48:05.578 INFO ok!
85682026-02-24T04:48:06.496Z[ recovery-image] Feb 24 04:48:05.578 INFO O| Feb 24 04:48:05.578 INFO STEP 45 (ensure_file) COMPLETE
85692026-02-24T04:48:06.496Z[ recovery-image] Feb 24 04:48:05.578 INFO O| Feb 24 04:48:05.578 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85702026-02-24T04:48:06.506Z[ recovery-image] Feb 24 04:48:05.590 INFO O| Feb 24 04:48:05.590 INFO updating shadow file
85712026-02-24T04:48:06.506Z[ recovery-image] Feb 24 04:48:05.590 INFO O| Feb 24 04:48:05.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85722026-02-24T04:48:06.506Z[ recovery-image] Feb 24 04:48:05.590 INFO O| Feb 24 04:48:05.590 INFO STEP 46 (shadow) COMPLETE
85732026-02-24T04:48:06.510Z[ recovery-image] Feb 24 04:48:05.590 INFO O| Feb 24 04:48:05.590 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85742026-02-24T04:48:06.520Z[ recovery-image] Feb 24 04:48:05.604 INFO O| Feb 24 04:48:05.604 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85752026-02-24T04:48:06.520Z[ recovery-image] Feb 24 04:48:05.604 INFO O| Feb 24 04:48:05.604 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85762026-02-24T04:48:06.520Z[ recovery-image] Feb 24 04:48:05.604 INFO O| Feb 24 04:48:05.604 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85772026-02-24T04:48:06.520Z[ recovery-image] Feb 24 04:48:05.604 INFO O| Feb 24 04:48:05.604 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85782026-02-24T04:48:06.524Z[ recovery-image] Feb 24 04:48:05.604 INFO O| Feb 24 04:48:05.604 INFO ok!
85792026-02-24T04:48:06.524Z[ recovery-image] Feb 24 04:48:05.604 INFO O| Feb 24 04:48:05.604 INFO STEP 47 (ensure_file) COMPLETE
85802026-02-24T04:48:06.524Z[ recovery-image] Feb 24 04:48:05.604 INFO O| Feb 24 04:48:05.604 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85812026-02-24T04:48:06.534Z[ recovery-image] Feb 24 04:48:05.618 INFO O| Feb 24 04:48:05.617 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85822026-02-24T04:48:06.534Z[ recovery-image] Feb 24 04:48:05.618 INFO O| Feb 24 04:48:05.618 INFO STEP 48 (ensure_dir) COMPLETE
85832026-02-24T04:48:06.537Z[ recovery-image] Feb 24 04:48:05.618 INFO O| Feb 24 04:48:05.618 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85842026-02-24T04:48:06.546Z[ recovery-image] Feb 24 04:48:05.630 INFO O| Feb 24 04:48:05.630 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85852026-02-24T04:48:06.546Z[ recovery-image] Feb 24 04:48:05.630 INFO O| Feb 24 04:48:05.630 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85862026-02-24T04:48:06.546Z[ recovery-image] Feb 24 04:48:05.630 INFO O| Feb 24 04:48:05.630 INFO STEP 49 (ensure_dir) COMPLETE
85872026-02-24T04:48:06.546Z[ recovery-image] Feb 24 04:48:05.630 INFO O| Feb 24 04:48:05.630 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85882026-02-24T04:48:06.558Z[ recovery-image] Feb 24 04:48:05.642 INFO O| Feb 24 04:48:05.642 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85892026-02-24T04:48:06.558Z[ recovery-image] Feb 24 04:48:05.642 INFO O| Feb 24 04:48:05.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85902026-02-24T04:48:06.558Z[ recovery-image] Feb 24 04:48:05.642 INFO O| Feb 24 04:48:05.642 INFO STEP 50 (ensure_dir) COMPLETE
85912026-02-24T04:48:06.561Z[ recovery-image] Feb 24 04:48:05.642 INFO O| Feb 24 04:48:05.642 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85922026-02-24T04:48:06.570Z[ recovery-image] Feb 24 04:48:05.654 INFO O| Feb 24 04:48:05.654 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85932026-02-24T04:48:06.570Z[ recovery-image] Feb 24 04:48:05.654 INFO O| Feb 24 04:48:05.654 INFO copying /tmp/.tmpa2ii5w/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85942026-02-24T04:48:06.634Z[ recovery-image] Feb 24 04:48:05.717 INFO O| Feb 24 04:48:05.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85952026-02-24T04:48:06.634Z[ recovery-image] Feb 24 04:48:05.717 INFO O| Feb 24 04:48:05.717 INFO ok!
85962026-02-24T04:48:06.634Z[ recovery-image] Feb 24 04:48:05.717 INFO O| Feb 24 04:48:05.717 INFO STEP 51 (ensure_file) COMPLETE
85972026-02-24T04:48:06.637Z[ recovery-image] Feb 24 04:48:05.717 INFO O| Feb 24 04:48:05.717 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85982026-02-24T04:48:06.647Z[ recovery-image] Feb 24 04:48:05.730 INFO O| Feb 24 04:48:05.730 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85992026-02-24T04:48:06.647Z[ recovery-image] Feb 24 04:48:05.731 INFO O| Feb 24 04:48:05.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86002026-02-24T04:48:06.650Z[ recovery-image] Feb 24 04:48:05.731 INFO O| Feb 24 04:48:05.731 INFO STEP 52 (ensure_dir) COMPLETE
86012026-02-24T04:48:06.650Z[ recovery-image] Feb 24 04:48:05.731 INFO O| Feb 24 04:48:05.731 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86022026-02-24T04:48:06.659Z[ recovery-image] Feb 24 04:48:05.742 INFO O| Feb 24 04:48:05.742 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86032026-02-24T04:48:06.659Z[ recovery-image] Feb 24 04:48:05.742 INFO O| Feb 24 04:48:05.742 INFO copying /tmp/.tmpa2ii5w/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86042026-02-24T04:48:06.659Z[ recovery-image] Feb 24 04:48:05.742 INFO O| Feb 24 04:48:05.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86052026-02-24T04:48:06.659Z[ recovery-image] Feb 24 04:48:05.743 INFO O| Feb 24 04:48:05.742 INFO ok!
86062026-02-24T04:48:06.661Z[ recovery-image] Feb 24 04:48:05.743 INFO O| Feb 24 04:48:05.742 INFO STEP 53 (ensure_file) COMPLETE
86072026-02-24T04:48:06.662Z[ recovery-image] Feb 24 04:48:05.743 INFO O| Feb 24 04:48:05.742 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86082026-02-24T04:48:06.716Z[ recovery-image] Feb 24 04:48:05.800 INFO O| Feb 24 04:48:05.800 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86092026-02-24T04:48:06.716Z[ recovery-image] Feb 24 04:48:05.800 INFO O| Feb 24 04:48:05.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86102026-02-24T04:48:06.719Z[ recovery-image] Feb 24 04:48:05.800 INFO O| Feb 24 04:48:05.800 INFO STEP 54 (ensure_dir) COMPLETE
86112026-02-24T04:48:06.719Z[ recovery-image] Feb 24 04:48:05.800 INFO O| Feb 24 04:48:05.800 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86122026-02-24T04:48:06.728Z[ recovery-image] Feb 24 04:48:05.812 INFO O| Feb 24 04:48:05.811 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86132026-02-24T04:48:06.728Z[ recovery-image] Feb 24 04:48:05.812 INFO O| Feb 24 04:48:05.812 INFO copying /tmp/.tmpa2ii5w/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86142026-02-24T04:48:08.688Z[ recovery-image] Feb 24 04:48:07.772 INFO O| Feb 24 04:48:07.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86152026-02-24T04:48:08.689Z[ recovery-image] Feb 24 04:48:07.772 INFO O| Feb 24 04:48:07.772 INFO ok!
86162026-02-24T04:48:08.692Z[ recovery-image] Feb 24 04:48:07.772 INFO O| Feb 24 04:48:07.772 INFO STEP 55 (ensure_file) COMPLETE
86172026-02-24T04:48:08.692Z[ recovery-image] Feb 24 04:48:07.772 INFO O| Feb 24 04:48:07.772 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86182026-02-24T04:48:08.704Z[ recovery-image] Feb 24 04:48:07.787 INFO O| Feb 24 04:48:07.787 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86192026-02-24T04:48:08.704Z[ recovery-image] Feb 24 04:48:07.787 INFO O| Feb 24 04:48:07.787 INFO copying /tmp/.tmpa2ii5w/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86202026-02-24T04:48:10.583Z[ recovery-image] Feb 24 04:48:09.666 INFO O| Feb 24 04:48:09.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86212026-02-24T04:48:10.583Z[ recovery-image] Feb 24 04:48:09.666 INFO O| Feb 24 04:48:09.666 INFO ok!
86222026-02-24T04:48:10.586Z[ recovery-image] Feb 24 04:48:09.666 INFO O| Feb 24 04:48:09.666 INFO STEP 56 (ensure_file) COMPLETE
86232026-02-24T04:48:10.586Z[ recovery-image] Feb 24 04:48:09.666 INFO O| Feb 24 04:48:09.666 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86242026-02-24T04:48:10.597Z[ recovery-image] Feb 24 04:48:09.680 INFO O| Feb 24 04:48:09.680 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86252026-02-24T04:48:10.597Z[ recovery-image] Feb 24 04:48:09.681 INFO O| Feb 24 04:48:09.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86262026-02-24T04:48:10.600Z[ recovery-image] Feb 24 04:48:09.681 INFO O| Feb 24 04:48:09.681 INFO STEP 57 (ensure_dir) COMPLETE
86272026-02-24T04:48:10.600Z[ recovery-image] Feb 24 04:48:09.681 INFO O| Feb 24 04:48:09.681 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86282026-02-24T04:48:10.610Z[ recovery-image] Feb 24 04:48:09.694 INFO O| Feb 24 04:48:09.694 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86292026-02-24T04:48:10.610Z[ recovery-image] Feb 24 04:48:09.694 INFO O| Feb 24 04:48:09.694 INFO copying /tmp/.tmpa2ii5w/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 ...
86302026-02-24T04:48:10.613Z[ recovery-image] Feb 24 04:48:09.694 INFO O| Feb 24 04:48:09.694 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
86312026-02-24T04:48:10.613Z[ recovery-image] Feb 24 04:48:09.694 INFO O| Feb 24 04:48:09.694 INFO ok!
86322026-02-24T04:48:10.613Z[ recovery-image] Feb 24 04:48:09.694 INFO O| Feb 24 04:48:09.694 INFO STEP 58 (ensure_file) COMPLETE
86332026-02-24T04:48:10.613Z[ recovery-image] Feb 24 04:48:09.694 INFO O| Feb 24 04:48:09.694 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86342026-02-24T04:48:10.623Z[ recovery-image] Feb 24 04:48:09.706 INFO O| Feb 24 04:48:09.706 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86352026-02-24T04:48:10.623Z[ recovery-image] Feb 24 04:48:09.707 INFO O| Feb 24 04:48:09.706 INFO copying /tmp/.tmpa2ii5w/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 ...
86362026-02-24T04:48:10.626Z[ recovery-image] Feb 24 04:48:09.707 INFO O| Feb 24 04:48:09.707 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
86372026-02-24T04:48:10.626Z[ recovery-image] Feb 24 04:48:09.707 INFO O| Feb 24 04:48:09.707 INFO ok!
86382026-02-24T04:48:10.626Z[ recovery-image] Feb 24 04:48:09.707 INFO O| Feb 24 04:48:09.707 INFO STEP 59 (ensure_file) COMPLETE
86392026-02-24T04:48:10.627Z[ recovery-image] Feb 24 04:48:09.707 INFO O| Feb 24 04:48:09.707 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86402026-02-24T04:48:10.636Z[ recovery-image] Feb 24 04:48:09.720 INFO O| Feb 24 04:48:09.720 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86412026-02-24T04:48:10.636Z[ recovery-image] Feb 24 04:48:09.720 INFO O| Feb 24 04:48:09.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86422026-02-24T04:48:10.639Z[ recovery-image] Feb 24 04:48:09.720 INFO O| Feb 24 04:48:09.720 INFO STEP 60 (ensure_dir) COMPLETE
86432026-02-24T04:48:10.639Z[ recovery-image] Feb 24 04:48:09.720 INFO O| Feb 24 04:48:09.720 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86442026-02-24T04:48:10.649Z[ recovery-image] Feb 24 04:48:09.733 INFO O| Feb 24 04:48:09.733 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86452026-02-24T04:48:10.649Z[ recovery-image] Feb 24 04:48:09.733 INFO O| Feb 24 04:48:09.733 INFO copying /tmp/.tmpa2ii5w/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 ...
86462026-02-24T04:48:10.653Z[ recovery-image] Feb 24 04:48:09.733 INFO O| Feb 24 04:48:09.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86472026-02-24T04:48:10.653Z[ recovery-image] Feb 24 04:48:09.733 INFO O| Feb 24 04:48:09.733 INFO ok!
86482026-02-24T04:48:10.653Z[ recovery-image] Feb 24 04:48:09.733 INFO O| Feb 24 04:48:09.733 INFO STEP 61 (ensure_file) COMPLETE
86492026-02-24T04:48:10.653Z[ recovery-image] Feb 24 04:48:09.733 INFO O| Feb 24 04:48:09.733 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86502026-02-24T04:48:10.663Z[ recovery-image] Feb 24 04:48:09.746 INFO O| Feb 24 04:48:09.746 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86512026-02-24T04:48:10.663Z[ recovery-image] Feb 24 04:48:09.746 INFO O| Feb 24 04:48:09.746 INFO copying /tmp/.tmpa2ii5w/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 ...
86522026-02-24T04:48:10.663Z[ recovery-image] Feb 24 04:48:09.747 INFO O| Feb 24 04:48:09.747 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
86532026-02-24T04:48:10.666Z[ recovery-image] Feb 24 04:48:09.747 INFO O| Feb 24 04:48:09.747 INFO ok!
86542026-02-24T04:48:10.666Z[ recovery-image] Feb 24 04:48:09.747 INFO O| Feb 24 04:48:09.747 INFO STEP 62 (ensure_file) COMPLETE
86552026-02-24T04:48:10.666Z[ recovery-image] Feb 24 04:48:09.747 INFO O| Feb 24 04:48:09.747 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86562026-02-24T04:48:10.676Z[ recovery-image] Feb 24 04:48:09.760 INFO O| Feb 24 04:48:09.759 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86572026-02-24T04:48:10.676Z[ recovery-image] Feb 24 04:48:09.760 INFO O| Feb 24 04:48:09.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86582026-02-24T04:48:10.676Z[ recovery-image] Feb 24 04:48:09.760 INFO O| Feb 24 04:48:09.760 INFO STEP 63 (ensure_dir) COMPLETE
86592026-02-24T04:48:10.679Z[ recovery-image] Feb 24 04:48:09.760 INFO O| Feb 24 04:48:09.760 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86602026-02-24T04:48:10.688Z[ recovery-image] Feb 24 04:48:09.772 INFO O| Feb 24 04:48:09.772 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86612026-02-24T04:48:10.688Z[ recovery-image] Feb 24 04:48:09.772 INFO O| Feb 24 04:48:09.772 INFO copying /tmp/.tmpa2ii5w/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 ...
86622026-02-24T04:48:10.688Z[ recovery-image] Feb 24 04:48:09.772 INFO O| Feb 24 04:48:09.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86632026-02-24T04:48:10.691Z[ recovery-image] Feb 24 04:48:09.772 INFO O| Feb 24 04:48:09.772 INFO ok!
86642026-02-24T04:48:10.691Z[ recovery-image] Feb 24 04:48:09.772 INFO O| Feb 24 04:48:09.772 INFO STEP 64 (ensure_file) COMPLETE
86652026-02-24T04:48:10.691Z[ recovery-image] Feb 24 04:48:09.772 INFO O| Feb 24 04:48:09.772 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86662026-02-24T04:48:10.701Z[ recovery-image] Feb 24 04:48:09.784 INFO O| Feb 24 04:48:09.784 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86672026-02-24T04:48:10.701Z[ recovery-image] Feb 24 04:48:09.785 INFO O| Feb 24 04:48:09.784 INFO copying /tmp/.tmpa2ii5w/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86682026-02-24T04:48:10.704Z[ recovery-image] Feb 24 04:48:09.785 INFO O| Feb 24 04:48:09.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86692026-02-24T04:48:10.704Z[ recovery-image] Feb 24 04:48:09.785 INFO O| Feb 24 04:48:09.785 INFO ok!
86702026-02-24T04:48:10.704Z[ recovery-image] Feb 24 04:48:09.785 INFO O| Feb 24 04:48:09.785 INFO STEP 65 (ensure_file) COMPLETE
86712026-02-24T04:48:10.704Z[ recovery-image] Feb 24 04:48:09.785 INFO O| Feb 24 04:48:09.785 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86722026-02-24T04:48:10.713Z[ recovery-image] Feb 24 04:48:09.797 INFO O| Feb 24 04:48:09.797 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86732026-02-24T04:48:10.713Z[ recovery-image] Feb 24 04:48:09.797 INFO O| Feb 24 04:48:09.797 INFO STEP 66 (ensure_dir) COMPLETE
86742026-02-24T04:48:10.713Z[ recovery-image] Feb 24 04:48:09.797 INFO O| Feb 24 04:48:09.797 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752026-02-24T04:48:10.726Z[ recovery-image] Feb 24 04:48:09.809 INFO O| Feb 24 04:48:09.809 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86762026-02-24T04:48:10.726Z[ recovery-image] Feb 24 04:48:09.809 INFO O| Feb 24 04:48:09.809 INFO STEP 67 (ensure_dir) COMPLETE
86772026-02-24T04:48:10.729Z[ recovery-image] Feb 24 04:48:09.809 INFO O| Feb 24 04:48:09.809 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86782026-02-24T04:48:10.738Z[ recovery-image] Feb 24 04:48:09.822 INFO O| Feb 24 04:48:09.822 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86792026-02-24T04:48:10.742Z[ recovery-image] Feb 24 04:48:09.822 INFO O| Feb 24 04:48:09.822 INFO STEP 68 (ensure_dir) COMPLETE
86802026-02-24T04:48:10.742Z[ recovery-image] Feb 24 04:48:09.822 INFO O| Feb 24 04:48:09.822 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86812026-02-24T04:48:10.751Z[ recovery-image] Feb 24 04:48:09.834 INFO O| Feb 24 04:48:09.834 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86822026-02-24T04:48:10.751Z[ recovery-image] Feb 24 04:48:09.834 INFO O| Feb 24 04:48:09.834 INFO STEP 69 (ensure_dir) COMPLETE
86832026-02-24T04:48:10.754Z[ recovery-image] Feb 24 04:48:09.834 INFO O| Feb 24 04:48:09.834 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86842026-02-24T04:48:10.763Z[ recovery-image] Feb 24 04:48:09.847 INFO O| Feb 24 04:48:09.847 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86852026-02-24T04:48:10.763Z[ recovery-image] Feb 24 04:48:09.847 INFO O| Feb 24 04:48:09.847 INFO copying /tmp/.tmpa2ii5w/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86862026-02-24T04:48:10.767Z[ recovery-image] Feb 24 04:48:09.847 INFO O| Feb 24 04:48:09.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86872026-02-24T04:48:10.767Z[ recovery-image] Feb 24 04:48:09.847 INFO O| Feb 24 04:48:09.847 INFO ok!
86882026-02-24T04:48:10.767Z[ recovery-image] Feb 24 04:48:09.847 INFO O| Feb 24 04:48:09.847 INFO STEP 70 (ensure_file) COMPLETE
86892026-02-24T04:48:10.767Z[ recovery-image] Feb 24 04:48:09.847 INFO O| Feb 24 04:48:09.847 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86902026-02-24T04:48:10.776Z[ recovery-image] Feb 24 04:48:09.859 INFO O| Feb 24 04:48:09.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86912026-02-24T04:48:10.778Z[ recovery-image] Feb 24 04:48:09.860 INFO O| Feb 24 04:48:09.860 INFO STEP 71 (remove_files) COMPLETE
86922026-02-24T04:48:10.778Z[ recovery-image] Feb 24 04:48:09.860 INFO O| Feb 24 04:48:09.860 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86932026-02-24T04:48:10.789Z[ recovery-image] Feb 24 04:48:09.872 INFO O| Feb 24 04:48:09.872 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86942026-02-24T04:48:10.789Z[ recovery-image] Feb 24 04:48:09.872 INFO O| Feb 24 04:48:09.872 INFO STEP 72 (remove_files) COMPLETE
86952026-02-24T04:48:10.789Z[ recovery-image] Feb 24 04:48:09.872 INFO O| Feb 24 04:48:09.872 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86962026-02-24T04:48:10.801Z[ recovery-image] Feb 24 04:48:09.885 INFO O| Feb 24 04:48:09.885 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86972026-02-24T04:48:10.804Z[ recovery-image] Feb 24 04:48:09.885 INFO O| Feb 24 04:48:09.885 INFO STEP 73 (remove_files) COMPLETE
86982026-02-24T04:48:10.805Z[ recovery-image] Feb 24 04:48:09.885 INFO O| Feb 24 04:48:09.885 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86992026-02-24T04:48:10.815Z[ recovery-image] Feb 24 04:48:09.898 INFO O| Feb 24 04:48:09.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87002026-02-24T04:48:10.818Z[ recovery-image] Feb 24 04:48:09.899 INFO O| Feb 24 04:48:09.899 INFO STEP 74 (remove_files) COMPLETE
87012026-02-24T04:48:10.818Z[ recovery-image] Feb 24 04:48:09.899 INFO O| Feb 24 04:48:09.899 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87022026-02-24T04:48:10.828Z[ recovery-image] Feb 24 04:48:09.912 INFO O| Feb 24 04:48:09.912 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87032026-02-24T04:48:10.830Z[ recovery-image] Feb 24 04:48:09.912 INFO O| Feb 24 04:48:09.912 INFO STEP 75 (remove_files) COMPLETE
87042026-02-24T04:48:10.830Z[ recovery-image] Feb 24 04:48:09.912 INFO O| Feb 24 04:48:09.912 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87052026-02-24T04:48:10.841Z[ recovery-image] Feb 24 04:48:09.925 INFO O| Feb 24 04:48:09.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87062026-02-24T04:48:10.844Z[ recovery-image] Feb 24 04:48:09.925 INFO O| Feb 24 04:48:09.925 INFO STEP 76 (remove_files) COMPLETE
87072026-02-24T04:48:10.844Z[ recovery-image] Feb 24 04:48:09.925 INFO O| Feb 24 04:48:09.925 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87082026-02-24T04:48:10.855Z[ recovery-image] Feb 24 04:48:09.939 INFO O| Feb 24 04:48:09.938 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87092026-02-24T04:48:10.855Z[ recovery-image] Feb 24 04:48:09.939 INFO O| Feb 24 04:48:09.939 INFO STEP 77 (remove_files) COMPLETE
87102026-02-24T04:48:10.855Z[ recovery-image] Feb 24 04:48:09.939 INFO O| Feb 24 04:48:09.939 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87112026-02-24T04:48:10.869Z[ recovery-image] Feb 24 04:48:09.953 INFO O| Feb 24 04:48:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87122026-02-24T04:48:10.869Z[ recovery-image] Feb 24 04:48:09.953 INFO O| Feb 24 04:48:09.953 INFO STEP 78 (remove_files) COMPLETE
87132026-02-24T04:48:10.869Z[ recovery-image] Feb 24 04:48:09.953 INFO O| Feb 24 04:48:09.953 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87142026-02-24T04:48:10.883Z[ recovery-image] Feb 24 04:48:09.967 INFO O| Feb 24 04:48:09.967 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87152026-02-24T04:48:10.883Z[ recovery-image] Feb 24 04:48:09.967 INFO O| Feb 24 04:48:09.967 INFO STEP 79 (remove_files) COMPLETE
87162026-02-24T04:48:10.886Z[ recovery-image] Feb 24 04:48:09.967 INFO O| Feb 24 04:48:09.967 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172026-02-24T04:48:10.897Z[ recovery-image] Feb 24 04:48:09.981 INFO O| Feb 24 04:48:09.980 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87182026-02-24T04:48:10.897Z[ recovery-image] Feb 24 04:48:09.981 INFO O| Feb 24 04:48:09.981 INFO STEP 80 (remove_files) COMPLETE
87192026-02-24T04:48:10.897Z[ recovery-image] Feb 24 04:48:09.981 INFO O| Feb 24 04:48:09.981 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202026-02-24T04:48:10.910Z[ recovery-image] Feb 24 04:48:09.993 INFO O| Feb 24 04:48:09.993 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87212026-02-24T04:48:10.910Z[ recovery-image] Feb 24 04:48:09.993 INFO O| Feb 24 04:48:09.993 INFO STEP 81 (remove_files) COMPLETE
87222026-02-24T04:48:10.910Z[ recovery-image] Feb 24 04:48:09.993 INFO O| Feb 24 04:48:09.993 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232026-02-24T04:48:10.923Z[ recovery-image] Feb 24 04:48:10.006 INFO O| Feb 24 04:48:10.006 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87242026-02-24T04:48:10.923Z[ recovery-image] Feb 24 04:48:10.006 INFO O| Feb 24 04:48:10.006 INFO STEP 82 (remove_files) COMPLETE
87252026-02-24T04:48:10.923Z[ recovery-image] Feb 24 04:48:10.006 INFO O| Feb 24 04:48:10.006 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262026-02-24T04:48:10.936Z[ recovery-image] Feb 24 04:48:10.019 INFO O| Feb 24 04:48:10.019 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87272026-02-24T04:48:10.936Z[ recovery-image] Feb 24 04:48:10.019 INFO O| Feb 24 04:48:10.019 INFO STEP 83 (remove_files) COMPLETE
87282026-02-24T04:48:10.936Z[ recovery-image] Feb 24 04:48:10.019 INFO O| Feb 24 04:48:10.019 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292026-02-24T04:48:10.950Z[ recovery-image] Feb 24 04:48:10.033 INFO O| Feb 24 04:48:10.033 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87302026-02-24T04:48:10.950Z[ recovery-image] Feb 24 04:48:10.033 INFO O| Feb 24 04:48:10.033 INFO STEP 84 (remove_files) COMPLETE
87312026-02-24T04:48:10.950Z[ recovery-image] Feb 24 04:48:10.033 INFO O| Feb 24 04:48:10.033 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322026-02-24T04:48:10.966Z[ recovery-image] Feb 24 04:48:10.049 INFO O| Feb 24 04:48:10.049 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87332026-02-24T04:48:10.966Z[ recovery-image] Feb 24 04:48:10.049 INFO O| Feb 24 04:48:10.049 INFO STEP 85 (remove_files) COMPLETE
87342026-02-24T04:48:10.969Z[ recovery-image] Feb 24 04:48:10.049 INFO O| Feb 24 04:48:10.049 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352026-02-24T04:48:10.981Z[ recovery-image] Feb 24 04:48:10.065 INFO O| Feb 24 04:48:10.065 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87362026-02-24T04:48:10.981Z[ recovery-image] Feb 24 04:48:10.065 INFO O| Feb 24 04:48:10.065 INFO STEP 86 (remove_files) COMPLETE
87372026-02-24T04:48:10.984Z[ recovery-image] Feb 24 04:48:10.065 INFO O| Feb 24 04:48:10.065 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382026-02-24T04:48:10.995Z[ recovery-image] Feb 24 04:48:10.079 INFO O| Feb 24 04:48:10.079 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87392026-02-24T04:48:10.996Z[ recovery-image] Feb 24 04:48:10.079 INFO O| Feb 24 04:48:10.079 INFO STEP 87 (remove_files) COMPLETE
87402026-02-24T04:48:10.996Z[ recovery-image] Feb 24 04:48:10.079 INFO O| Feb 24 04:48:10.079 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412026-02-24T04:48:11.009Z[ recovery-image] Feb 24 04:48:10.092 INFO O| Feb 24 04:48:10.092 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87422026-02-24T04:48:11.009Z[ recovery-image] Feb 24 04:48:10.092 INFO O| Feb 24 04:48:10.092 INFO STEP 88 (remove_files) COMPLETE
87432026-02-24T04:48:11.009Z[ recovery-image] Feb 24 04:48:10.092 INFO O| Feb 24 04:48:10.092 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442026-02-24T04:48:11.022Z[ recovery-image] Feb 24 04:48:10.105 INFO O| Feb 24 04:48:10.105 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87452026-02-24T04:48:11.022Z[ recovery-image] Feb 24 04:48:10.106 INFO O| Feb 24 04:48:10.105 INFO STEP 89 (remove_files) COMPLETE
87462026-02-24T04:48:11.022Z[ recovery-image] Feb 24 04:48:10.106 INFO O| Feb 24 04:48:10.106 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472026-02-24T04:48:11.035Z[ recovery-image] Feb 24 04:48:10.118 INFO O| Feb 24 04:48:10.118 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87482026-02-24T04:48:11.038Z[ recovery-image] Feb 24 04:48:10.118 INFO O| Feb 24 04:48:10.118 INFO STEP 90 (remove_files) COMPLETE
87492026-02-24T04:48:11.038Z[ recovery-image] Feb 24 04:48:10.119 INFO O| Feb 24 04:48:10.118 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502026-02-24T04:48:11.049Z[ recovery-image] Feb 24 04:48:10.132 INFO O| Feb 24 04:48:10.132 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87512026-02-24T04:48:11.049Z[ recovery-image] Feb 24 04:48:10.132 INFO O| Feb 24 04:48:10.132 INFO STEP 91 (remove_files) COMPLETE
87522026-02-24T04:48:11.052Z[ recovery-image] Feb 24 04:48:10.132 INFO O| Feb 24 04:48:10.132 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87532026-02-24T04:48:11.063Z[ recovery-image] Feb 24 04:48:10.147 INFO O| Feb 24 04:48:10.146 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87542026-02-24T04:48:11.063Z[ recovery-image] Feb 24 04:48:10.147 INFO O| Feb 24 04:48:10.147 INFO STEP 92 (remove_files) COMPLETE
87552026-02-24T04:48:11.066Z[ recovery-image] Feb 24 04:48:10.147 INFO O| Feb 24 04:48:10.147 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87562026-02-24T04:48:11.077Z[ recovery-image] Feb 24 04:48:10.160 INFO O| Feb 24 04:48:10.160 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87572026-02-24T04:48:11.077Z[ recovery-image] Feb 24 04:48:10.160 INFO O| Feb 24 04:48:10.160 INFO STEP 93 (remove_files) COMPLETE
87582026-02-24T04:48:11.080Z[ recovery-image] Feb 24 04:48:10.160 INFO O| Feb 24 04:48:10.160 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87592026-02-24T04:48:11.090Z[ recovery-image] Feb 24 04:48:10.174 INFO O| Feb 24 04:48:10.174 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87602026-02-24T04:48:11.090Z[ recovery-image] Feb 24 04:48:10.174 INFO O| Feb 24 04:48:10.174 INFO STEP 94 (remove_files) COMPLETE
87612026-02-24T04:48:11.093Z[ recovery-image] Feb 24 04:48:10.174 INFO O| Feb 24 04:48:10.174 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87622026-02-24T04:48:11.102Z[ recovery-image] Feb 24 04:48:10.186 INFO O| Feb 24 04:48:10.186 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87632026-02-24T04:48:11.103Z[ recovery-image] Feb 24 04:48:10.186 INFO O| Feb 24 04:48:10.186 INFO STEP 95 (remove_files) COMPLETE
87642026-02-24T04:48:11.103Z[ recovery-image] Feb 24 04:48:10.186 INFO O| Feb 24 04:48:10.186 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87652026-02-24T04:48:11.116Z[ recovery-image] Feb 24 04:48:10.200 INFO O| Feb 24 04:48:10.199 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87662026-02-24T04:48:11.116Z[ recovery-image] Feb 24 04:48:10.200 INFO O| Feb 24 04:48:10.200 INFO STEP 96 (remove_files) COMPLETE
87672026-02-24T04:48:11.120Z[ recovery-image] Feb 24 04:48:10.200 INFO O| Feb 24 04:48:10.200 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87682026-02-24T04:48:11.128Z[ recovery-image] Feb 24 04:48:10.212 INFO O| Feb 24 04:48:10.212 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87692026-02-24T04:48:11.129Z[ recovery-image] Feb 24 04:48:10.212 INFO O| Feb 24 04:48:10.212 INFO STEP 97 (remove_files) COMPLETE
87702026-02-24T04:48:11.132Z[ recovery-image] Feb 24 04:48:10.212 INFO O| Feb 24 04:48:10.212 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87712026-02-24T04:48:11.142Z[ recovery-image] Feb 24 04:48:10.225 INFO O| Feb 24 04:48:10.225 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87722026-02-24T04:48:11.142Z[ recovery-image] Feb 24 04:48:10.225 INFO O| Feb 24 04:48:10.225 INFO STEP 98 (remove_files) COMPLETE
87732026-02-24T04:48:11.142Z[ recovery-image] Feb 24 04:48:10.225 INFO O| Feb 24 04:48:10.225 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87742026-02-24T04:48:11.154Z[ recovery-image] Feb 24 04:48:10.238 INFO O| Feb 24 04:48:10.238 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87752026-02-24T04:48:11.154Z[ recovery-image] Feb 24 04:48:10.238 INFO O| Feb 24 04:48:10.238 INFO STEP 99 (remove_files) COMPLETE
87762026-02-24T04:48:11.154Z[ recovery-image] Feb 24 04:48:10.238 INFO O| Feb 24 04:48:10.238 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87772026-02-24T04:48:11.173Z[ recovery-image] Feb 24 04:48:10.257 INFO O| Feb 24 04:48:10.256 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87782026-02-24T04:48:11.176Z[ recovery-image] Feb 24 04:48:10.259 INFO O| Feb 24 04:48:10.258 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
87792026-02-24T04:48:21.726Z[ recovery-image] Feb 24 04:48:20.809 INFO O| Feb 24 04:48:20.809 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
87802026-02-24T04:48:21.726Z[ recovery-image] Feb 24 04:48:20.809 INFO O| Feb 24 04:48:20.809 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87812026-02-24T04:48:21.768Z[ recovery-image] Feb 24 04:48:20.851 INFO O| Feb 24 04:48:20.851 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_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
87822026-02-24T04:48:22.051Z[ recovery-image] Feb 24 04:48:21.134 INFO O| Feb 24 04:48:21.134 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
87832026-02-24T04:48:22.236Z[ recovery-image] Feb 24 04:48:21.319 INFO O| Feb 24 04:48:21.319 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
87842026-02-24T04:48:22.452Z[ recovery-image] Feb 24 04:48:21.535 INFO O| Feb 24 04:48:21.535 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87852026-02-24T04:48:22.455Z[ recovery-image] Feb 24 04:48:21.535 INFO O| Feb 24 04:48:21.535 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 ...
87862026-02-24T04:48:22.455Z[ recovery-image] Feb 24 04:48:21.538 INFO O| Feb 24 04:48:21.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87872026-02-24T04:48:22.455Z[ recovery-image] Feb 24 04:48:21.538 INFO O| Feb 24 04:48:21.538 INFO ok!
87882026-02-24T04:48:22.455Z[ recovery-image] Feb 24 04:48:21.538 INFO O| Feb 24 04:48:21.538 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87892026-02-24T04:48:22.455Z[ recovery-image] Feb 24 04:48:21.538 INFO O| Feb 24 04:48:21.538 INFO STEP 100 (seed_smf) COMPLETE
87902026-02-24T04:48:22.455Z[ recovery-image] Feb 24 04:48:21.538 INFO O| Feb 24 04:48:21.538 INFO steps complete; finalising image!
87912026-02-24T04:48:22.455Z[ recovery-image] Feb 24 04:48:21.538 INFO O| Feb 24 04:48:21.538 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87922026-02-24T04:48:22.520Z[ recovery-image] Feb 24 04:48:21.603 INFO O| Feb 24 04:48:21.602 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Feb 24 04:48:21 2026)
87932026-02-24T04:48:22.729Z[ recovery-image] Feb 24 04:48:21.812 INFO O| Feb 24 04:48:21.812 INFO trim TEMPORARY-sled-zfs-recovery: (24% trimmed, started at Tue Feb 24 04:48:21 2026)
87942026-02-24T04:48:22.938Z[ recovery-image] Feb 24 04:48:22.021 INFO O| Feb 24 04:48:22.021 INFO trim TEMPORARY-sled-zfs-recovery: (37% trimmed, started at Tue Feb 24 04:48:21 2026)
87952026-02-24T04:48:23.147Z[ recovery-image] Feb 24 04:48:22.230 INFO O| Feb 24 04:48:22.230 INFO trim TEMPORARY-sled-zfs-recovery: (70% trimmed, started at Tue Feb 24 04:48:21 2026)
87962026-02-24T04:48:23.359Z[ recovery-image] Feb 24 04:48:22.441 INFO O| Feb 24 04:48:22.441 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Feb 24 04:48:21 2026)
87972026-02-24T04:48:23.584Z[ recovery-image] Feb 24 04:48:22.667 INFO O| Feb 24 04:48:22.667 INFO temporary pool has 433M used, 1.33G avail, 1.00x compressratio
87982026-02-24T04:48:23.584Z[ recovery-image] Feb 24 04:48:22.667 INFO O| Feb 24 04:48:22.667 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87992026-02-24T04:48:24.282Z[ recovery-image] Feb 24 04:48:23.364 INFO O| Feb 24 04:48:23.364 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
88002026-02-24T04:48:24.282Z[ recovery-image] Feb 24 04:48:23.364 INFO O| Feb 24 04:48:23.364 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88012026-02-24T04:48:26.608Z[ host-image] Feb 24 04:48:25.691 INFO O| Feb 24 04:48:25.691 INFO O| Startup: Caching catalogs ... Done
88022026-02-24T04:48:29.790Z[ recovery-image] Feb 24 04:48:28.872 INFO O| Feb 24 04:48:28.872 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88032026-02-24T04:48:29.790Z[ recovery-image] Feb 24 04:48:28.872 INFO O| Feb 24 04:48:28.872 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88042026-02-24T04:48:29.793Z[ recovery-image] Feb 24 04:48:28.872 INFO O| Feb 24 04:48:28.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88052026-02-24T04:48:29.793Z[ recovery-image] Feb 24 04:48:28.872 INFO O| Feb 24 04:48:28.872 INFO completed processing sled/zfs-recovery
88062026-02-24T04:48:29.793Z[ recovery-image] Feb 24 04:48:28.872 INFO O| Feb 24 04:48:28.872 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88072026-02-24T04:48:30.352Z[ recovery-image] Feb 24 04:48:29.434 INFO O| Feb 24 04:48:29.434 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88082026-02-24T04:48:30.540Z[ recovery-image] Feb 24 04:48:29.622 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
88092026-02-24T04:48:30.543Z[ recovery-image] Feb 24 04:48:29.625 INFO expanded image name: "recovery 924ca7e/${os_short_commit} 2026-02-24 03:49" -> "recovery 924ca7e/3e08689 2026-02-24 03:49"
88102026-02-24T04:48:30.546Z[ recovery-image] Feb 24 04:48:29.626 INFO output artefacts stored in: "/work/os-recovery"
88112026-02-24T04:48:30.546Z[ recovery-image] Feb 24 04:48:29.627 INFO collecting git info from project "image-builder"...
88122026-02-24T04:48:30.613Z[ recovery-image] Feb 24 04:48:29.695 INFO collecting git info from project "pilot"...
88132026-02-24T04:48:30.681Z[ recovery-image] Feb 24 04:48:29.763 INFO collecting git info from project "pinprick"...
88142026-02-24T04:48:30.703Z[ recovery-image] Feb 24 04:48:29.785 INFO collecting git info from project "phbl"...
88152026-02-24T04:48:30.740Z[ recovery-image] Feb 24 04:48:29.822 INFO collecting git info from project "bootserver"...
88162026-02-24T04:48:30.765Z[ recovery-image] Feb 24 04:48:29.847 INFO collecting git info from project "dmar-report"...
88172026-02-24T04:48:30.815Z[ recovery-image] Feb 24 04:48:29.897 INFO collecting git info from project "amd-host-image-builder"...
88182026-02-24T04:48:32.034Z[ recovery-image] Feb 24 04:48:31.117 INFO collecting git info from project "chelsio-t6-roms"...
88192026-02-24T04:48:32.116Z[ recovery-image] Feb 24 04:48:31.198 INFO collecting git info from project "amd-firmware"...
88202026-02-24T04:48:36.213Z[ host-image] Feb 24 04:48:35.295 INFO O| Feb 24 04:48:35.295 INFO O| Planning: Solver setup ... Done
88212026-02-24T04:48:36.225Z[ host-image] Feb 24 04:48:35.307 INFO O| Feb 24 04:48:35.307 INFO O| Planning: Running solver ... Done
88222026-02-24T04:48:36.392Z[ host-image] Feb 24 04:48:35.474 INFO O| Feb 24 04:48:35.473 INFO O| Planning: Finding local manifests ... Done
88232026-02-24T04:48:36.421Z[ host-image] Feb 24 04:48:35.503 INFO O| Feb 24 04:48:35.503 INFO O| Planning: Fetching manifests: 0/1 0% complete
88242026-02-24T04:48:36.427Z[ host-image] Feb 24 04:48:35.509 INFO O| Feb 24 04:48:35.509 INFO O| Planning: Fetching manifests: 1/1 100% complete
88252026-02-24T04:48:36.455Z[ host-image] Feb 24 04:48:35.536 INFO O| Feb 24 04:48:35.536 INFO O| Planning: Package planning ... Done
88262026-02-24T04:48:36.459Z[ host-image] Feb 24 04:48:35.537 INFO O| Feb 24 04:48:35.537 INFO O| Planning: Merging actions ... Done
88272026-02-24T04:48:36.549Z[ host-image] Feb 24 04:48:35.631 INFO O| Feb 24 04:48:35.631 INFO O| Planning: Checking for conflicting actions ... Done
88282026-02-24T04:48:36.552Z[ host-image] Feb 24 04:48:35.632 INFO O| Feb 24 04:48:35.632 INFO O| Planning: Consolidating action changes ... Done
88292026-02-24T04:48:36.871Z[ host-image] Feb 24 04:48:35.953 INFO O| Feb 24 04:48:35.953 INFO O| Planning: Evaluating mediators ... Done
88302026-02-24T04:48:36.874Z[ host-image] Feb 24 04:48:35.954 INFO O| Feb 24 04:48:35.954 INFO O| Planning: Planning completed in 10.07 seconds
88312026-02-24T04:48:36.874Z[ host-image] Feb 24 04:48:35.954 INFO O| Feb 24 04:48:35.954 INFO O| Packages to install: 1
88322026-02-24T04:48:36.903Z[ host-image] Feb 24 04:48:35.985 INFO O| Feb 24 04:48:35.985 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
88332026-02-24T04:48:37.040Z[ host-image] Feb 24 04:48:36.122 INFO O| Feb 24 04:48:36.122 INFO O| Download: Completed 12.26 MB in 0.14 seconds (89.5M/s)
88342026-02-24T04:48:37.067Z[ recovery-image] Feb 24 04:48:36.149 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88352026-02-24T04:48:37.104Z[ host-image] Feb 24 04:48:36.186 INFO O| Feb 24 04:48:36.186 INFO O| Actions: 1/22 actions (Installing new actions)
88362026-02-24T04:48:37.526Z[ host-image] Feb 24 04:48:36.608 INFO O| Feb 24 04:48:36.608 INFO O| Actions: Completed 22 actions in 0.42 seconds.
88372026-02-24T04:48:37.688Z[ recovery-image] Feb 24 04:48:36.770 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88382026-02-24T04:48:38.051Z[ host-image] Feb 24 04:48:37.133 INFO O| Feb 24 04:48:37.133 INFO O| Done
88392026-02-24T04:48:38.051Z[ host-image] Feb 24 04:48:37.133 INFO O| Feb 24 04:48:37.133 INFO O| Done
88402026-02-24T04:48:38.227Z[ recovery-image] Feb 24 04:48:37.309 INFO creating Oxide boot image...
88412026-02-24T04:48:38.230Z[ recovery-image] Feb 24 04:48:37.311 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 924ca7e/3e08689 2026-02-24 03:49", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88422026-02-24T04:48:39.264Z[ host-image] Feb 24 04:48:38.346 INFO O| Feb 24 04:48:38.346 INFO O| Done
88432026-02-24T04:48:40.735Z[ host-image] Feb 24 04:48:39.817 INFO O| Feb 24 04:48:39.817 INFO O| Done
88442026-02-24T04:48:40.763Z[ host-image] Feb 24 04:48:39.845 INFO O| Feb 24 04:48:39.845 INFO O| Done
88452026-02-24T04:48:40.764Z[ host-image] Feb 24 04:48:39.846 INFO O| Feb 24 04:48:39.845 INFO O| Done
88462026-02-24T04:48:40.778Z[ host-image] Feb 24 04:48:39.860 INFO O| Feb 24 04:48:39.860 INFO O| Done
88472026-02-24T04:48:42.117Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO STEP 14 (pkg_install) COMPLETE
88482026-02-24T04:48:42.117Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88492026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO skip step because feature "mbist" is not enabled
88502026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88512026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO skip step because feature "mfg" is not enabled
88522026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88532026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO skip step because feature "compliance" is not enabled
88542026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88552026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO skip step because feature "stress" is not enabled
88562026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88572026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO skip step because feature "compliance" is not enabled
88582026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88592026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO skip step because feature "nfs" is not enabled
88602026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
88612026-02-24T04:48:42.121Z[ host-image] Feb 24 04:48:41.199 INFO O| Feb 24 04:48:41.199 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88622026-02-24T04:48:42.198Z[ host-image] Feb 24 04:48:41.280 INFO O| Feb 24 04:48:41.280 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
88632026-02-24T04:48:42.283Z[ host-image] Feb 24 04:48:41.364 INFO O| Feb 24 04:48:41.364 INFO completed processing sled/ramdisk-01-os
88642026-02-24T04:48:42.286Z[ host-image] Feb 24 04:48:41.366 INFO omicron1 baseline generation...
88652026-02-24T04:48:42.286Z[ host-image] Feb 24 04:48:41.367 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
88662026-02-24T04:48:42.711Z[ host-image] Feb 24 04:48:41.792 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z
88672026-02-24T04:48:48.178Z[verify-libraries] Finished `release` profile [optimized] target(s) in 29m 27s
88682026-02-24T04:48:48.719ZFeb 24 04:48:47.801 INFO [verify-libraries] process exited with exit status: 0 (1775.942403627s)
88692026-02-24T04:49:31.129Z[ host-image] Feb 24 04:49:30.208 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z
88702026-02-24T04:49:31.129Z[ host-image] Feb 24 04:49:30.208 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z
88712026-02-24T04:49:31.132Z[ host-image] Feb 24 04:49:30.208 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88722026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.208 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88732026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.208 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88742026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.208 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88752026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.209 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88762026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.209 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88772026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.209 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260224T035014Z
88782026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.209 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88792026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.209 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88802026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.209 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z
88812026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.210 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z
88822026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.210 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z
88832026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.211 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z
88842026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.211 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88852026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.211 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z
88862026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.211 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z
88872026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.211 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z
88882026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.211 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z
88892026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.211 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z
88902026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z
88912026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z
88922026-02-24T04:49:31.133Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z
88932026-02-24T04:49:31.137Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z
88942026-02-24T04:49:31.137Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z
88952026-02-24T04:49:31.137Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z
88962026-02-24T04:49:31.137Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z
88972026-02-24T04:49:31.137Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z
88982026-02-24T04:49:31.137Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z
88992026-02-24T04:49:31.137Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
89002026-02-24T04:49:31.137Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z
89012026-02-24T04:49:31.137Z[ host-image] Feb 24 04:49:30.212 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z
89022026-02-24T04:49:31.138Z[ host-image] Feb 24 04:49:30.213 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z
89032026-02-24T04:49:31.138Z[ host-image] Feb 24 04:49:30.213 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z
89042026-02-24T04:49:31.138Z[ host-image] Feb 24 04:49:30.213 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z
89052026-02-24T04:49:31.138Z[ host-image] Feb 24 04:49:30.213 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z
89062026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.217 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89072026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.217 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z
89082026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.217 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89092026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.217 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89102026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.217 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89112026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.217 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z
89122026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.217 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89132026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.217 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89142026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.218 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89152026-02-24T04:49:31.141Z[ host-image] Feb 24 04:49:30.218 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89162026-02-24T04:49:31.144Z[ host-image] Feb 24 04:49:30.222 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89172026-02-24T04:49:31.144Z[ host-image] Feb 24 04:49:30.222 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89182026-02-24T04:49:31.144Z[ host-image] Feb 24 04:49:30.222 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89192026-02-24T04:49:31.144Z[ host-image] Feb 24 04:49:30.223 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89202026-02-24T04:49:31.145Z[ host-image] Feb 24 04:49:30.223 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89212026-02-24T04:49:31.145Z[ host-image] Feb 24 04:49:30.223 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89222026-02-24T04:49:31.156Z[ host-image] Feb 24 04:49:30.236 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89232026-02-24T04:49:31.159Z[ host-image] Feb 24 04:49:30.236 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89242026-02-24T04:49:31.159Z[ host-image] Feb 24 04:49:30.236 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89252026-02-24T04:49:31.159Z[ host-image] Feb 24 04:49:30.236 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z
89262026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.236 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z
89272026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.237 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89282026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.237 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z
89292026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.237 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89302026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.237 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89312026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.237 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89322026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.237 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89332026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.237 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z
89342026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.237 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89352026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.238 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89362026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.238 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89372026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.238 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89382026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.239 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z
89392026-02-24T04:49:31.160Z[ host-image] Feb 24 04:49:30.239 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89402026-02-24T04:49:31.165Z[ host-image] Feb 24 04:49:30.244 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89412026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.244 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z
89422026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.245 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z
89432026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.245 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z
89442026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.245 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89452026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.245 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z
89462026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.245 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z
89472026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.245 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z
89482026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.245 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z
89492026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.247 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89502026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.247 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z
89512026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.247 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z
89522026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.247 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89532026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.247 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z
89542026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.247 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z
89552026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.247 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z
89562026-02-24T04:49:31.170Z[ host-image] Feb 24 04:49:30.247 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z
89572026-02-24T04:49:31.174Z[ host-image] Feb 24 04:49:30.250 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z
89582026-02-24T04:49:31.174Z[ host-image] Feb 24 04:49:30.250 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89592026-02-24T04:49:31.174Z[ host-image] Feb 24 04:49:30.251 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z
89602026-02-24T04:49:31.174Z[ host-image] Feb 24 04:49:30.252 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z
89612026-02-24T04:49:31.174Z[ host-image] Feb 24 04:49:30.252 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z
89622026-02-24T04:49:31.174Z[ host-image] Feb 24 04:49:30.252 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z
89632026-02-24T04:49:31.174Z[ host-image] Feb 24 04:49:30.252 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z
89642026-02-24T04:49:31.174Z[ host-image] Feb 24 04:49:30.252 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z
89652026-02-24T04:49:31.174Z[ host-image] Feb 24 04:49:30.252 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z
89662026-02-24T04:49:31.177Z[ host-image] Feb 24 04:49:30.256 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z
89672026-02-24T04:49:31.179Z[ host-image] Feb 24 04:49:30.256 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z
89682026-02-24T04:49:31.180Z[ host-image] Feb 24 04:49:30.256 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z
89692026-02-24T04:49:31.180Z[ host-image] Feb 24 04:49:30.257 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z
89702026-02-24T04:49:31.180Z[ host-image] Feb 24 04:49:30.257 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z
89712026-02-24T04:49:31.185Z[ host-image] Feb 24 04:49:30.265 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z
89722026-02-24T04:49:31.185Z[ host-image] Feb 24 04:49:30.265 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z
89732026-02-24T04:49:31.188Z[ host-image] Feb 24 04:49:30.265 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z
89742026-02-24T04:49:31.188Z[ host-image] Feb 24 04:49:30.265 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89752026-02-24T04:49:31.188Z[ host-image] Feb 24 04:49:30.265 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89762026-02-24T04:49:31.197Z[ host-image] Feb 24 04:49:30.276 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z
89772026-02-24T04:49:31.197Z[ host-image] Feb 24 04:49:30.276 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89782026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.276 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z
89792026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.276 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z
89802026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.277 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z
89812026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.277 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89822026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.277 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89832026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.277 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z
89842026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.277 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z
89852026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.277 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z
89862026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.278 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z
89872026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.278 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z
89882026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.278 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z
89892026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.279 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89902026-02-24T04:49:31.200Z[ host-image] Feb 24 04:49:30.279 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z
89912026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z
89922026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z
89932026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z
89942026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z
89952026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z
89962026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89972026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89982026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z
89992026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z
90002026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90012026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90022026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.280 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90032026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.281 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90042026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.281 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90052026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.281 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90062026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.282 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
90072026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.282 INFO O| tempdir @ "/tmp/.tmpAwx3wI/tmp"
90082026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.282 INFO O| image root @ "/tmp/.tmpAwx3wI/tmp/root"
90092026-02-24T04:49:31.204Z[ host-image] Feb 24 04:49:30.282 INFO O| creating image...
90102026-02-24T04:49:31.611Z[ host-image] Feb 24 04:49:30.690 INFO O| copying publishers...
90112026-02-24T04:49:36.172Z[ recovery-image] Feb 24 04:49:35.251 INFO O| ok, image written!
90122026-02-24T04:49:36.175Z[ recovery-image] Feb 24 04:49:35.251 INFO O| ok, boot_image_csum file written!
90132026-02-24T04:49:36.184Z[ recovery-image] Feb 24 04:49:35.263 INFO creating boot archive (CPIO)...
90142026-02-24T04:49:36.184Z[ recovery-image] Feb 24 04:49:35.263 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
90152026-02-24T04:49:36.195Z[ recovery-image] Feb 24 04:49:35.274 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90162026-02-24T04:49:36.195Z[ recovery-image] Feb 24 04:49:35.274 INFO E| + outfile=/work/os-recovery/cpio
90172026-02-24T04:49:36.195Z[ recovery-image] Feb 24 04:49:35.274 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90182026-02-24T04:49:36.198Z[ recovery-image] Feb 24 04:49:35.278 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90192026-02-24T04:49:36.202Z[ recovery-image] Feb 24 04:49:35.278 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90202026-02-24T04:49:36.233Z[ recovery-image] Feb 24 04:49:35.312 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90212026-02-24T04:49:36.233Z[ recovery-image] Feb 24 04:49:35.312 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90222026-02-24T04:49:36.241Z[ recovery-image] Feb 24 04:49:35.319 INFO creating compressed cpio/unix for dev loaders...
90232026-02-24T04:49:36.244Z[ recovery-image] Feb 24 04:49:35.319 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
90242026-02-24T04:49:36.542Z[ recovery-image] Feb 24 04:49:35.621 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90252026-02-24T04:49:40.925Z[ recovery-image] Feb 24 04:49:40.004 INFO creating reset image...
90262026-02-24T04:49:40.925Z[ recovery-image] Feb 24 04:49:40.004 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90272026-02-24T04:50:07.377Z[ host-image] Feb 24 04:50:06.450 INFO O| adding properties...
90282026-02-24T04:50:11.786Z[ host-image] Feb 24 04:50:10.863 INFO O| installing packages...
90292026-02-24T04:50:18.840Z[ recovery-image] Feb 24 04:50:17.916 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
90302026-02-24T04:50:18.843Z[ recovery-image] Feb 24 04:50:17.917 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")
90312026-02-24T04:50:19.066Z[ recovery-image] Feb 24 04:50:18.142 INFO E| Updating crates.io index
90322026-02-24T04:50:19.433Z[ recovery-image] Feb 24 04:50:18.510 INFO E| Downloading crates ...
90332026-02-24T04:50:19.497Z[ recovery-image] Feb 24 04:50:18.574 INFO E| Downloaded anstyle-query v1.1.5
90342026-02-24T04:50:19.516Z[ recovery-image] Feb 24 04:50:18.579 INFO E| Downloaded signal-hook-registry v1.4.8
90352026-02-24T04:50:19.519Z[ recovery-image] Feb 24 04:50:18.581 INFO E| Downloaded sigchld v0.2.4
90362026-02-24T04:50:19.519Z[ recovery-image] Feb 24 04:50:18.583 INFO E| Downloaded clap_lex v0.7.7
90372026-02-24T04:50:19.519Z[ recovery-image] Feb 24 04:50:18.585 INFO E| Downloaded shared_child v1.1.1
90382026-02-24T04:50:19.519Z[ recovery-image] Feb 24 04:50:18.588 INFO E| Downloaded proc-macro2 v1.0.106
90392026-02-24T04:50:19.519Z[ recovery-image] Feb 24 04:50:18.593 INFO E| Downloaded shared_thread v0.2.0
90402026-02-24T04:50:19.519Z[ recovery-image] Feb 24 04:50:18.594 INFO E| Downloaded os_pipe v1.2.3
90412026-02-24T04:50:19.523Z[ recovery-image] Feb 24 04:50:18.599 INFO E| Downloaded quote v1.0.44
90422026-02-24T04:50:19.525Z[ recovery-image] Feb 24 04:50:18.602 INFO E| Downloaded duct v1.1.1
90432026-02-24T04:50:19.528Z[ recovery-image] Feb 24 04:50:18.605 INFO E| Downloaded unicode-ident v1.0.23
90442026-02-24T04:50:19.531Z[ recovery-image] Feb 24 04:50:18.608 INFO E| Downloaded clap_derive v4.5.55
90452026-02-24T04:50:19.534Z[ recovery-image] Feb 24 04:50:18.611 INFO E| Downloaded clap v4.5.57
90462026-02-24T04:50:19.547Z[ recovery-image] Feb 24 04:50:18.621 INFO E| Downloaded clap_builder v4.5.57
90472026-02-24T04:50:19.590Z[ recovery-image] Feb 24 04:50:18.666 INFO E| Compiling libc v0.2.180
90482026-02-24T04:50:19.590Z[ recovery-image] Feb 24 04:50:18.667 INFO E| Compiling proc-macro2 v1.0.106
90492026-02-24T04:50:19.593Z[ recovery-image] Feb 24 04:50:18.667 INFO E| Compiling unicode-ident v1.0.23
90502026-02-24T04:50:19.593Z[ recovery-image] Feb 24 04:50:18.667 INFO E| Compiling quote v1.0.44
90512026-02-24T04:50:19.593Z[ recovery-image] Feb 24 04:50:18.667 INFO E| Compiling signal-hook v0.3.18
90522026-02-24T04:50:19.593Z[ recovery-image] Feb 24 04:50:18.667 INFO E| Compiling utf8parse v0.2.2
90532026-02-24T04:50:19.593Z[ recovery-image] Feb 24 04:50:18.667 INFO E| Compiling anstyle v1.0.13
90542026-02-24T04:50:19.593Z[ recovery-image] Feb 24 04:50:18.667 INFO E| Compiling colorchoice v1.0.4
90552026-02-24T04:50:19.812Z[ recovery-image] Feb 24 04:50:18.888 INFO E| Compiling anstyle-parse v0.2.7
90562026-02-24T04:50:19.828Z[ recovery-image] Feb 24 04:50:18.905 INFO E| Compiling is_terminal_polyfill v1.70.2
90572026-02-24T04:50:19.837Z[ recovery-image] Feb 24 04:50:18.913 INFO E| Compiling anstyle-query v1.1.5
90582026-02-24T04:50:19.999Z[ recovery-image] Feb 24 04:50:19.070 INFO E| Compiling clap_lex v0.7.7
90592026-02-24T04:50:20.007Z[ recovery-image] Feb 24 04:50:19.083 INFO E| Compiling heck v0.5.0
90602026-02-24T04:50:20.054Z[ recovery-image] Feb 24 04:50:19.130 INFO E| Compiling strsim v0.11.1
90612026-02-24T04:50:20.066Z[ recovery-image] Feb 24 04:50:19.142 INFO E| Compiling shared_thread v0.2.0
90622026-02-24T04:50:20.171Z[ recovery-image] Feb 24 04:50:19.247 INFO E| Compiling anstream v0.6.21
90632026-02-24T04:50:20.654Z[ recovery-image] Feb 24 04:50:19.730 INFO E| Compiling clap_builder v4.5.57
90642026-02-24T04:50:21.095Z[ recovery-image] Feb 24 04:50:20.171 INFO E| Compiling errno v0.3.14
90652026-02-24T04:50:21.095Z[ recovery-image] Feb 24 04:50:20.171 INFO E| Compiling os_pipe v1.2.3
90662026-02-24T04:50:21.236Z[ recovery-image] Feb 24 04:50:20.312 INFO E| Compiling signal-hook-registry v1.4.8
90672026-02-24T04:50:21.509Z[ recovery-image] Feb 24 04:50:20.585 INFO E| Compiling syn v2.0.114
90682026-02-24T04:50:21.675Z[ recovery-image] Feb 24 04:50:20.752 INFO E| Compiling sigchld v0.2.4
90692026-02-24T04:50:21.796Z[ recovery-image] Feb 24 04:50:20.873 INFO E| Compiling shared_child v1.1.1
90702026-02-24T04:50:21.953Z[ recovery-image] Feb 24 04:50:21.029 INFO E| Compiling duct v1.1.1
90712026-02-24T04:50:25.319Z[ recovery-image] Feb 24 04:50:24.395 INFO E| Compiling clap_derive v4.5.55
90722026-02-24T04:50:27.186Z[ recovery-image] Feb 24 04:50:26.262 INFO E| Compiling clap v4.5.57
90732026-02-24T04:50:27.250Z[ recovery-image] Feb 24 04:50:26.325 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90742026-02-24T04:50:28.280Z[ recovery-image] Feb 24 04:50:27.355 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.37s
90752026-02-24T04:50:28.291Z[ recovery-image] Feb 24 04:50:27.367 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90762026-02-24T04:50:28.518Z[ recovery-image] Feb 24 04:50:27.594 INFO E| Downloading crates ...
90772026-02-24T04:50:28.588Z[ recovery-image] Feb 24 04:50:27.664 INFO E| Downloaded cpio_reader v0.1.2
90782026-02-24T04:50:28.597Z[ recovery-image] Feb 24 04:50:27.673 INFO E| Downloaded bit_field v0.10.3
90792026-02-24T04:50:28.600Z[ recovery-image] Feb 24 04:50:27.675 INFO E| Downloaded bitstruct v0.1.1
90802026-02-24T04:50:28.603Z[ recovery-image] Feb 24 04:50:27.678 INFO E| Downloaded bitstruct_derive v0.1.0
90812026-02-24T04:50:28.609Z[ recovery-image] Feb 24 04:50:27.685 INFO E| Downloaded miniz_oxide v0.9.0
90822026-02-24T04:50:28.612Z[ recovery-image] Feb 24 04:50:27.688 INFO E| Downloaded raw-cpuid v10.7.0
90832026-02-24T04:50:28.643Z[ recovery-image] Feb 24 04:50:27.719 INFO E| Downloaded goblin v0.10.4
90842026-02-24T04:50:28.749Z[ recovery-image] Feb 24 04:50:27.825 INFO E| Downloaded x86 v0.52.0
90852026-02-24T04:50:28.797Z[ recovery-image] Feb 24 04:50:27.870 INFO E| Updating crates.io index
90862026-02-24T04:50:28.869Z[ recovery-image] Feb 24 04:50:27.945 INFO E| Downloading crates ...
90872026-02-24T04:50:28.915Z[ recovery-image] Feb 24 04:50:27.989 INFO E| Downloaded rustc-literal-escaper v0.0.7
90882026-02-24T04:50:28.919Z[ recovery-image] Feb 24 04:50:27.995 INFO E| Downloaded rustc-demangle v0.1.27
90892026-02-24T04:50:28.973Z[ recovery-image] Feb 24 04:50:28.049 INFO E| Downloaded libc v0.2.178
90902026-02-24T04:50:29.045Z[ recovery-image] Feb 24 04:50:28.120 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
90912026-02-24T04:50:29.045Z[ recovery-image] Feb 24 04:50:28.120 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
90922026-02-24T04:50:29.045Z[ recovery-image] Feb 24 04:50:28.120 INFO E| Compiling proc-macro2 v1.0.106
90932026-02-24T04:50:29.048Z[ recovery-image] Feb 24 04:50:28.120 INFO E| Compiling unicode-ident v1.0.23
90942026-02-24T04:50:29.048Z[ recovery-image] Feb 24 04:50:28.120 INFO E| Compiling quote v1.0.44
90952026-02-24T04:50:29.048Z[ recovery-image] Feb 24 04:50:28.120 INFO E| Compiling syn v1.0.109
90962026-02-24T04:50:29.048Z[ recovery-image] Feb 24 04:50:28.121 INFO E| Compiling x86 v0.52.0
90972026-02-24T04:50:29.060Z[ recovery-image] Feb 24 04:50:28.136 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
90982026-02-24T04:50:29.230Z[ recovery-image] Feb 24 04:50:28.306 INFO E| Compiling seq-macro v0.3.6
90992026-02-24T04:50:30.518Z[ recovery-image] Feb 24 04:50:29.594 INFO E| Compiling syn v2.0.114
91002026-02-24T04:50:32.957Z[ recovery-image] Feb 24 04:50:32.032 INFO E| Compiling scroll_derive v0.13.1
91012026-02-24T04:50:35.015Z[ recovery-image] Feb 24 04:50:34.090 INFO E| Compiling bitstruct_derive v0.1.0
91022026-02-24T04:50:37.013Z[ host-image] Feb 24 04:50:36.089 INFO O| seeding SMF database...
91032026-02-24T04:50:44.109Z[ host-image] Feb 24 04:50:43.184 INFO O| configuring SMF profile...
91042026-02-24T04:50:44.112Z[ host-image] Feb 24 04:50:43.184 INFO O| modifying shadow(5)...
91052026-02-24T04:50:44.112Z[ host-image] Feb 24 04:50:43.184 INFO O| loading user and group database...
91062026-02-24T04:50:44.112Z[ host-image] Feb 24 04:50:43.184 INFO O| loading facet selections...
91072026-02-24T04:50:44.507Z[ host-image] Feb 24 04:50:43.581 INFO O| devel -> true
91082026-02-24T04:50:44.507Z[ host-image] Feb 24 04:50:43.581 INFO O| doc.man -> true
91092026-02-24T04:50:44.507Z[ host-image] Feb 24 04:50:43.581 INFO O| version-lock.shell/ksh93 -> true
91102026-02-24T04:50:44.510Z[ host-image] Feb 24 04:50:43.582 INFO O| version-lock.system/data/hardware-registry -> true
91112026-02-24T04:50:44.510Z[ host-image] Feb 24 04:50:43.582 INFO O| version-lock.system/data/zoneinfo -> true
91122026-02-24T04:50:44.510Z[ host-image] Feb 24 04:50:43.582 INFO O| version-lock.system/microcode/amd -> true
91132026-02-24T04:50:44.510Z[ host-image] Feb 24 04:50:43.582 INFO O| version-lock.system/microcode/intel -> true
91142026-02-24T04:50:44.510Z[ host-image] Feb 24 04:50:43.582 INFO O| version-lock.system/microcode/oxide -> true
91152026-02-24T04:50:44.510Z[ host-image] Feb 24 04:50:43.582 INFO O| assessing packaged files...
91162026-02-24T04:50:46.842Z[ host-image] Feb 24 04:50:45.917 INFO O| creating archive...
91172026-02-24T04:50:46.869Z[ host-image] Feb 24 04:50:45.944 INFO O| missing from packaging:
91182026-02-24T04:50:46.872Z[ host-image] Feb 24 04:50:45.944 INFO O| "etc/.pwd.lock"
91192026-02-24T04:50:46.873Z[ host-image] Feb 24 04:50:45.944 INFO O| "etc/bash"
91202026-02-24T04:50:46.875Z[ host-image] Feb 24 04:50:45.949 INFO O| "etc/svc/profile/generic.xml"
91212026-02-24T04:50:46.876Z[ host-image] Feb 24 04:50:45.949 INFO O| "etc/svc/profile/inetd_services.xml"
91222026-02-24T04:50:46.876Z[ host-image] Feb 24 04:50:45.949 INFO O| "etc/svc/profile/name_service.xml"
91232026-02-24T04:50:46.876Z[ host-image] Feb 24 04:50:45.949 INFO O| "etc/svc/profile/platform.xml"
91242026-02-24T04:50:46.876Z[ host-image] Feb 24 04:50:45.949 INFO O| "etc/svc/profile/platform_omicron1.xml"
91252026-02-24T04:50:46.876Z[ host-image] Feb 24 04:50:45.949 INFO O| "etc/svc/repository.db"
91262026-02-24T04:50:46.883Z[ host-image] Feb 24 04:50:45.958 INFO O| "opt/ooce/share"
91272026-02-24T04:50:46.885Z[ host-image] Feb 24 04:50:45.958 INFO O| "opt/ooce/share/man"
91282026-02-24T04:50:46.885Z[ host-image] Feb 24 04:50:45.958 INFO O| "opt/ooce/share/man/man1"
91292026-02-24T04:50:46.892Z[ host-image] Feb 24 04:50:45.967 INFO O| finishing archive...
91302026-02-24T04:50:50.187Z[ host-image] Feb 24 04:50:49.262 INFO O| creating gzonly manifest...
91312026-02-24T04:50:50.200Z[ host-image] Feb 24 04:50:49.275 INFO O| ok
91322026-02-24T04:50:50.421Z[ host-image] Feb 24 04:50:49.494 INFO image builder template: ramdisk-02-trim...
91332026-02-24T04:50:50.421Z[ host-image] Feb 24 04:50:49.494 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/.tmpa2ii5w/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
91342026-02-24T04:50:50.443Z[ host-image] Feb 24 04:50:49.518 INFO O| Feb 24 04:50:49.518 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91352026-02-24T04:50:50.448Z[ host-image] Feb 24 04:50:49.523 INFO O| Feb 24 04:50:49.523 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91362026-02-24T04:50:50.641Z[ host-image] Feb 24 04:50:49.716 INFO O| Feb 24 04:50:49.716 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91372026-02-24T04:50:50.785Z[ host-image] Feb 24 04:50:49.859 INFO O| Feb 24 04:50:49.859 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91382026-02-24T04:50:50.785Z[ host-image] Feb 24 04:50:49.859 INFO O| Feb 24 04:50:49.859 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91392026-02-24T04:50:50.789Z[ host-image] Feb 24 04:50:49.864 INFO O| Feb 24 04:50:49.864 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91402026-02-24T04:50:50.792Z[ host-image] Feb 24 04:50:49.867 INFO O| Feb 24 04:50:49.867 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91412026-02-24T04:50:50.796Z[ host-image] Feb 24 04:50:49.871 INFO O| Feb 24 04:50:49.871 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91422026-02-24T04:50:51.051Z[ host-image] Feb 24 04:50:50.125 INFO O| Feb 24 04:50:50.125 INFO rolled back to input snapshot; work may begin
91432026-02-24T04:50:51.051Z[ host-image] Feb 24 04:50:50.125 INFO O| Feb 24 04:50:50.125 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91442026-02-24T04:50:51.054Z[ host-image] Feb 24 04:50:50.129 INFO O| Feb 24 04:50:50.129 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91452026-02-24T04:50:51.063Z[ host-image] Feb 24 04:50:50.137 INFO O| Feb 24 04:50:50.137 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91462026-02-24T04:50:51.119Z[ host-image] Feb 24 04:50:50.194 INFO O| Feb 24 04:50:50.193 INFO STEP 0 (remove_files) COMPLETE
91472026-02-24T04:50:51.119Z[ host-image] Feb 24 04:50:50.194 INFO O| Feb 24 04:50:50.194 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91482026-02-24T04:50:51.128Z[ host-image] Feb 24 04:50:50.202 INFO O| Feb 24 04:50:50.202 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91492026-02-24T04:50:51.131Z[ host-image] Feb 24 04:50:50.204 INFO O| Feb 24 04:50:50.204 INFO STEP 1 (remove_files) COMPLETE
91502026-02-24T04:50:51.131Z[ host-image] Feb 24 04:50:50.204 INFO O| Feb 24 04:50:50.204 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91512026-02-24T04:50:51.137Z[ host-image] Feb 24 04:50:50.212 INFO O| Feb 24 04:50:50.212 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91522026-02-24T04:50:51.153Z[ host-image] Feb 24 04:50:50.228 INFO O| Feb 24 04:50:50.228 INFO STEP 2 (remove_files) COMPLETE
91532026-02-24T04:50:51.153Z[ host-image] Feb 24 04:50:50.228 INFO O| Feb 24 04:50:50.228 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542026-02-24T04:50:51.161Z[ host-image] Feb 24 04:50:50.236 INFO O| Feb 24 04:50:50.236 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91552026-02-24T04:50:51.164Z[ host-image] Feb 24 04:50:50.238 INFO O| Feb 24 04:50:50.238 INFO STEP 3 (remove_files) COMPLETE
91562026-02-24T04:50:51.164Z[ host-image] Feb 24 04:50:50.238 INFO O| Feb 24 04:50:50.238 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91572026-02-24T04:50:51.174Z[ host-image] Feb 24 04:50:50.249 INFO O| Feb 24 04:50:50.249 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91582026-02-24T04:50:51.178Z[ host-image] Feb 24 04:50:50.253 INFO O| Feb 24 04:50:50.253 INFO STEP 4 (remove_files) COMPLETE
91592026-02-24T04:50:51.181Z[ host-image] Feb 24 04:50:50.253 INFO O| Feb 24 04:50:50.253 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91602026-02-24T04:50:51.189Z[ host-image] Feb 24 04:50:50.264 INFO O| Feb 24 04:50:50.264 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91612026-02-24T04:50:51.192Z[ host-image] Feb 24 04:50:50.267 INFO O| Feb 24 04:50:50.266 INFO STEP 5 (remove_files) COMPLETE
91622026-02-24T04:50:51.192Z[ host-image] Feb 24 04:50:50.267 INFO O| Feb 24 04:50:50.267 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91632026-02-24T04:50:51.199Z[ host-image] Feb 24 04:50:50.274 INFO O| Feb 24 04:50:50.274 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91642026-02-24T04:50:51.210Z[ host-image] Feb 24 04:50:50.285 INFO O| Feb 24 04:50:50.285 INFO STEP 6 (remove_files) COMPLETE
91652026-02-24T04:50:51.213Z[ host-image] Feb 24 04:50:50.285 INFO O| Feb 24 04:50:50.285 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91662026-02-24T04:50:51.218Z[ host-image] Feb 24 04:50:50.293 INFO O| Feb 24 04:50:50.293 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91672026-02-24T04:50:51.232Z[ host-image] Feb 24 04:50:50.307 INFO O| Feb 24 04:50:50.307 INFO STEP 7 (remove_files) COMPLETE
91682026-02-24T04:50:51.232Z[ host-image] Feb 24 04:50:50.307 INFO O| Feb 24 04:50:50.307 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91692026-02-24T04:50:51.240Z[ host-image] Feb 24 04:50:50.315 INFO O| Feb 24 04:50:50.315 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91702026-02-24T04:50:51.320Z[ host-image] Feb 24 04:50:50.394 INFO O| Feb 24 04:50:50.394 INFO STEP 8 (remove_files) COMPLETE
91712026-02-24T04:50:51.320Z[ host-image] Feb 24 04:50:50.394 INFO O| Feb 24 04:50:50.394 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91722026-02-24T04:50:51.331Z[ host-image] Feb 24 04:50:50.405 INFO O| Feb 24 04:50:50.404 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91732026-02-24T04:50:51.334Z[ recovery-image] Feb 24 04:50:50.406 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
91742026-02-24T04:50:51.419Z[ host-image] Feb 24 04:50:50.492 INFO O| Feb 24 04:50:50.492 INFO STEP 9 (remove_files) COMPLETE
91752026-02-24T04:50:51.419Z[ host-image] Feb 24 04:50:50.492 INFO O| Feb 24 04:50:50.492 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91762026-02-24T04:50:51.427Z[ host-image] Feb 24 04:50:50.502 INFO O| Feb 24 04:50:50.502 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91772026-02-24T04:50:51.433Z[ host-image] Feb 24 04:50:50.508 INFO O| Feb 24 04:50:50.508 INFO STEP 10 (remove_files) COMPLETE
91782026-02-24T04:50:51.436Z[ host-image] Feb 24 04:50:50.508 INFO O| Feb 24 04:50:50.508 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91792026-02-24T04:50:51.446Z[ host-image] Feb 24 04:50:50.520 INFO O| Feb 24 04:50:50.520 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91802026-02-24T04:50:51.449Z[ host-image] Feb 24 04:50:50.522 INFO O| Feb 24 04:50:50.522 INFO STEP 11 (remove_files) COMPLETE
91812026-02-24T04:50:51.449Z[ host-image] Feb 24 04:50:50.522 INFO O| Feb 24 04:50:50.522 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91822026-02-24T04:50:51.460Z[ host-image] Feb 24 04:50:50.534 INFO O| Feb 24 04:50:50.534 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91832026-02-24T04:50:51.462Z[ host-image] Feb 24 04:50:50.537 INFO O| Feb 24 04:50:50.537 INFO STEP 12 (remove_files) COMPLETE
91842026-02-24T04:50:51.462Z[ host-image] Feb 24 04:50:50.537 INFO O| Feb 24 04:50:50.537 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852026-02-24T04:50:51.478Z[ host-image] Feb 24 04:50:50.552 INFO O| Feb 24 04:50:50.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91862026-02-24T04:50:51.480Z[ host-image] Feb 24 04:50:50.553 INFO O| Feb 24 04:50:50.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91872026-02-24T04:50:51.480Z[ host-image] Feb 24 04:50:50.553 INFO O| Feb 24 04:50:50.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91882026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.553 INFO O| Feb 24 04:50:50.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91892026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.553 INFO O| Feb 24 04:50:50.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91902026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.553 INFO O| Feb 24 04:50:50.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91912026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.554 INFO O| Feb 24 04:50:50.553 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91922026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.554 INFO O| Feb 24 04:50:50.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91932026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.554 INFO O| Feb 24 04:50:50.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91942026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.555 INFO O| Feb 24 04:50:50.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91952026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.555 INFO O| Feb 24 04:50:50.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91962026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.555 INFO O| Feb 24 04:50:50.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91972026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.555 INFO O| Feb 24 04:50:50.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91982026-02-24T04:50:51.481Z[ host-image] Feb 24 04:50:50.555 INFO O| Feb 24 04:50:50.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91992026-02-24T04:50:51.484Z[ host-image] Feb 24 04:50:50.556 INFO O| Feb 24 04:50:50.556 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92002026-02-24T04:50:51.484Z[ host-image] Feb 24 04:50:50.556 INFO O| Feb 24 04:50:50.556 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92012026-02-24T04:50:51.496Z[ host-image] Feb 24 04:50:50.571 INFO O| Feb 24 04:50:50.571 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92022026-02-24T04:50:51.613Z[ host-image] Feb 24 04:50:50.688 INFO O| Feb 24 04:50:50.688 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92032026-02-24T04:50:51.661Z[ host-image] Feb 24 04:50:50.736 INFO O| Feb 24 04:50:50.736 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92042026-02-24T04:50:51.682Z[ host-image] Feb 24 04:50:50.756 INFO O| Feb 24 04:50:50.756 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92052026-02-24T04:50:51.685Z[ host-image] Feb 24 04:50:50.759 INFO O| Feb 24 04:50:50.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92062026-02-24T04:50:51.981Z[ host-image] Feb 24 04:50:51.056 INFO O| Feb 24 04:50:51.056 INFO STEP 13 (remove_files) COMPLETE
92072026-02-24T04:50:51.981Z[ host-image] Feb 24 04:50:51.056 INFO O| Feb 24 04:50:51.056 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92082026-02-24T04:50:51.995Z[ host-image] Feb 24 04:50:51.070 INFO O| Feb 24 04:50:51.069 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92092026-02-24T04:50:51.998Z[ host-image] Feb 24 04:50:51.072 INFO O| Feb 24 04:50:51.072 INFO STEP 14 (remove_files) COMPLETE
92102026-02-24T04:50:51.998Z[ host-image] Feb 24 04:50:51.072 INFO O| Feb 24 04:50:51.072 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92112026-02-24T04:50:52.011Z[ host-image] Feb 24 04:50:51.085 INFO O| Feb 24 04:50:51.085 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92122026-02-24T04:50:52.022Z[ host-image] Feb 24 04:50:51.097 INFO O| Feb 24 04:50:51.097 INFO STEP 15 (remove_files) COMPLETE
92132026-02-24T04:50:52.022Z[ host-image] Feb 24 04:50:51.097 INFO O| Feb 24 04:50:51.097 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92142026-02-24T04:50:52.036Z[ host-image] Feb 24 04:50:51.111 INFO O| Feb 24 04:50:51.111 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92152026-02-24T04:50:52.041Z[ host-image] Feb 24 04:50:51.112 INFO O| Feb 24 04:50:51.111 INFO STEP 16 (remove_files) COMPLETE
92162026-02-24T04:50:52.041Z[ host-image] Feb 24 04:50:51.112 INFO O| Feb 24 04:50:51.111 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92172026-02-24T04:50:52.049Z[ host-image] Feb 24 04:50:51.124 INFO O| Feb 24 04:50:51.124 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92182026-02-24T04:50:52.052Z[ host-image] Feb 24 04:50:51.126 INFO O| Feb 24 04:50:51.126 INFO STEP 17 (remove_files) COMPLETE
92192026-02-24T04:50:52.052Z[ host-image] Feb 24 04:50:51.126 INFO O| Feb 24 04:50:51.126 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92202026-02-24T04:50:52.064Z[ host-image] Feb 24 04:50:51.139 INFO O| Feb 24 04:50:51.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92212026-02-24T04:50:52.064Z[ host-image] Feb 24 04:50:51.139 INFO O| Feb 24 04:50:51.139 INFO STEP 18 (remove_files) COMPLETE
92222026-02-24T04:50:52.064Z[ host-image] Feb 24 04:50:51.139 INFO O| Feb 24 04:50:51.139 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92232026-02-24T04:50:52.077Z[ host-image] Feb 24 04:50:51.151 INFO O| Feb 24 04:50:51.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92242026-02-24T04:50:52.077Z[ host-image] Feb 24 04:50:51.151 INFO O| Feb 24 04:50:51.151 INFO STEP 19 (remove_files) COMPLETE
92252026-02-24T04:50:52.080Z[ host-image] Feb 24 04:50:51.151 INFO O| Feb 24 04:50:51.151 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92262026-02-24T04:50:52.089Z[ host-image] Feb 24 04:50:51.163 INFO O| Feb 24 04:50:51.163 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92272026-02-24T04:50:52.089Z[ host-image] Feb 24 04:50:51.163 INFO O| Feb 24 04:50:51.163 INFO STEP 20 (remove_files) COMPLETE
92282026-02-24T04:50:52.089Z[ host-image] Feb 24 04:50:51.163 INFO O| Feb 24 04:50:51.163 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92292026-02-24T04:50:52.100Z[ host-image] Feb 24 04:50:51.174 INFO O| Feb 24 04:50:51.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92302026-02-24T04:50:52.100Z[ host-image] Feb 24 04:50:51.174 INFO O| Feb 24 04:50:51.174 INFO STEP 21 (remove_files) COMPLETE
92312026-02-24T04:50:52.103Z[ host-image] Feb 24 04:50:51.174 INFO O| Feb 24 04:50:51.174 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92322026-02-24T04:50:52.116Z[ host-image] Feb 24 04:50:51.188 INFO O| Feb 24 04:50:51.188 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92332026-02-24T04:50:52.116Z[ host-image] Feb 24 04:50:51.188 INFO O| Feb 24 04:50:51.188 INFO STEP 22 (remove_files) COMPLETE
92342026-02-24T04:50:52.116Z[ host-image] Feb 24 04:50:51.188 INFO O| Feb 24 04:50:51.188 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92352026-02-24T04:50:52.130Z[ host-image] Feb 24 04:50:51.202 INFO O| Feb 24 04:50:51.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92362026-02-24T04:50:52.130Z[ host-image] Feb 24 04:50:51.202 INFO O| Feb 24 04:50:51.202 INFO STEP 23 (remove_files) COMPLETE
92372026-02-24T04:50:52.134Z[ host-image] Feb 24 04:50:51.202 INFO O| Feb 24 04:50:51.202 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92382026-02-24T04:50:52.140Z[ host-image] Feb 24 04:50:51.214 INFO O| Feb 24 04:50:51.214 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92392026-02-24T04:50:52.140Z[ host-image] Feb 24 04:50:51.214 INFO O| Feb 24 04:50:51.214 INFO STEP 24 (remove_files) COMPLETE
92402026-02-24T04:50:52.143Z[ host-image] Feb 24 04:50:51.214 INFO O| Feb 24 04:50:51.214 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92412026-02-24T04:50:52.151Z[ host-image] Feb 24 04:50:51.226 INFO O| Feb 24 04:50:51.226 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92422026-02-24T04:50:52.151Z[ host-image] Feb 24 04:50:51.226 INFO O| Feb 24 04:50:51.226 INFO STEP 25 (remove_files) COMPLETE
92432026-02-24T04:50:52.154Z[ host-image] Feb 24 04:50:51.226 INFO O| Feb 24 04:50:51.226 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92442026-02-24T04:50:52.163Z[ host-image] Feb 24 04:50:51.237 INFO O| Feb 24 04:50:51.237 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92452026-02-24T04:50:52.163Z[ host-image] Feb 24 04:50:51.238 INFO O| Feb 24 04:50:51.238 INFO STEP 26 (remove_files) COMPLETE
92462026-02-24T04:50:52.163Z[ host-image] Feb 24 04:50:51.238 INFO O| Feb 24 04:50:51.238 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472026-02-24T04:50:52.175Z[ host-image] Feb 24 04:50:51.250 INFO O| Feb 24 04:50:51.250 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92482026-02-24T04:50:52.175Z[ host-image] Feb 24 04:50:51.250 INFO O| Feb 24 04:50:51.250 INFO STEP 27 (remove_files) COMPLETE
92492026-02-24T04:50:52.178Z[ host-image] Feb 24 04:50:51.250 INFO O| Feb 24 04:50:51.250 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502026-02-24T04:50:52.188Z[ host-image] Feb 24 04:50:51.262 INFO O| Feb 24 04:50:51.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92512026-02-24T04:50:52.194Z[ host-image] Feb 24 04:50:51.262 INFO O| Feb 24 04:50:51.262 INFO STEP 28 (remove_files) COMPLETE
92522026-02-24T04:50:52.194Z[ host-image] Feb 24 04:50:51.263 INFO O| Feb 24 04:50:51.262 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532026-02-24T04:50:52.200Z[ host-image] Feb 24 04:50:51.275 INFO O| Feb 24 04:50:51.275 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92542026-02-24T04:50:52.200Z[ host-image] Feb 24 04:50:51.275 INFO O| Feb 24 04:50:51.275 INFO STEP 29 (remove_files) COMPLETE
92552026-02-24T04:50:52.203Z[ host-image] Feb 24 04:50:51.275 INFO O| Feb 24 04:50:51.275 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562026-02-24T04:50:52.212Z[ host-image] Feb 24 04:50:51.287 INFO O| Feb 24 04:50:51.287 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92572026-02-24T04:50:52.212Z[ host-image] Feb 24 04:50:51.287 INFO O| Feb 24 04:50:51.287 INFO STEP 30 (remove_files) COMPLETE
92582026-02-24T04:50:52.212Z[ host-image] Feb 24 04:50:51.287 INFO O| Feb 24 04:50:51.287 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592026-02-24T04:50:52.227Z[ host-image] Feb 24 04:50:51.299 INFO O| Feb 24 04:50:51.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92602026-02-24T04:50:52.227Z[ host-image] Feb 24 04:50:51.299 INFO O| Feb 24 04:50:51.299 INFO STEP 31 (remove_files) COMPLETE
92612026-02-24T04:50:52.227Z[ host-image] Feb 24 04:50:51.299 INFO O| Feb 24 04:50:51.299 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622026-02-24T04:50:52.236Z[ host-image] Feb 24 04:50:51.311 INFO O| Feb 24 04:50:51.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92632026-02-24T04:50:52.236Z[ host-image] Feb 24 04:50:51.311 INFO O| Feb 24 04:50:51.311 INFO STEP 32 (remove_files) COMPLETE
92642026-02-24T04:50:52.236Z[ host-image] Feb 24 04:50:51.311 INFO O| Feb 24 04:50:51.311 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652026-02-24T04:50:52.250Z[ host-image] Feb 24 04:50:51.324 INFO O| Feb 24 04:50:51.324 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92662026-02-24T04:50:52.250Z[ host-image] Feb 24 04:50:51.324 INFO O| Feb 24 04:50:51.324 INFO STEP 33 (remove_files) COMPLETE
92672026-02-24T04:50:52.253Z[ host-image] Feb 24 04:50:51.324 INFO O| Feb 24 04:50:51.324 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682026-02-24T04:50:52.261Z[ host-image] Feb 24 04:50:51.336 INFO O| Feb 24 04:50:51.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92692026-02-24T04:50:52.261Z[ host-image] Feb 24 04:50:51.336 INFO O| Feb 24 04:50:51.336 INFO STEP 34 (remove_files) COMPLETE
92702026-02-24T04:50:52.261Z[ host-image] Feb 24 04:50:51.336 INFO O| Feb 24 04:50:51.336 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712026-02-24T04:50:52.274Z[ host-image] Feb 24 04:50:51.348 INFO O| Feb 24 04:50:51.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92722026-02-24T04:50:52.274Z[ host-image] Feb 24 04:50:51.349 INFO O| Feb 24 04:50:51.349 INFO STEP 35 (remove_files) COMPLETE
92732026-02-24T04:50:52.277Z[ host-image] Feb 24 04:50:51.349 INFO O| Feb 24 04:50:51.349 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742026-02-24T04:50:52.286Z[ host-image] Feb 24 04:50:51.361 INFO O| Feb 24 04:50:51.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92752026-02-24T04:50:52.287Z[ host-image] Feb 24 04:50:51.361 INFO O| Feb 24 04:50:51.361 INFO STEP 36 (remove_files) COMPLETE
92762026-02-24T04:50:52.290Z[ host-image] Feb 24 04:50:51.361 INFO O| Feb 24 04:50:51.361 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772026-02-24T04:50:52.299Z[ host-image] Feb 24 04:50:51.374 INFO O| Feb 24 04:50:51.374 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92782026-02-24T04:50:52.299Z[ host-image] Feb 24 04:50:51.374 INFO O| Feb 24 04:50:51.374 INFO STEP 37 (remove_files) COMPLETE
92792026-02-24T04:50:52.302Z[ host-image] Feb 24 04:50:51.374 INFO O| Feb 24 04:50:51.374 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802026-02-24T04:50:52.309Z[ host-image] Feb 24 04:50:51.384 INFO O| Feb 24 04:50:51.384 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92812026-02-24T04:50:52.312Z[ host-image] Feb 24 04:50:51.384 INFO O| Feb 24 04:50:51.384 INFO STEP 38 (remove_files) COMPLETE
92822026-02-24T04:50:52.312Z[ host-image] Feb 24 04:50:51.384 INFO O| Feb 24 04:50:51.384 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832026-02-24T04:50:52.318Z[ host-image] Feb 24 04:50:51.392 INFO O| Feb 24 04:50:51.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92842026-02-24T04:50:52.318Z[ host-image] Feb 24 04:50:51.392 INFO O| Feb 24 04:50:51.392 INFO STEP 39 (remove_files) COMPLETE
92852026-02-24T04:50:52.320Z[ host-image] Feb 24 04:50:51.392 INFO O| Feb 24 04:50:51.392 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862026-02-24T04:50:52.326Z[ host-image] Feb 24 04:50:51.401 INFO O| Feb 24 04:50:51.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92872026-02-24T04:50:52.326Z[ host-image] Feb 24 04:50:51.401 INFO O| Feb 24 04:50:51.401 INFO STEP 40 (remove_files) COMPLETE
92882026-02-24T04:50:52.326Z[ host-image] Feb 24 04:50:51.401 INFO O| Feb 24 04:50:51.401 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892026-02-24T04:50:52.338Z[ host-image] Feb 24 04:50:51.413 INFO O| Feb 24 04:50:51.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92902026-02-24T04:50:52.341Z[ host-image] Feb 24 04:50:51.413 INFO O| Feb 24 04:50:51.413 INFO STEP 41 (remove_files) COMPLETE
92912026-02-24T04:50:52.341Z[ host-image] Feb 24 04:50:51.413 INFO O| Feb 24 04:50:51.413 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922026-02-24T04:50:52.348Z[ host-image] Feb 24 04:50:51.423 INFO O| Feb 24 04:50:51.423 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92932026-02-24T04:50:52.348Z[ host-image] Feb 24 04:50:51.423 INFO O| Feb 24 04:50:51.423 INFO STEP 42 (remove_files) COMPLETE
92942026-02-24T04:50:52.351Z[ host-image] Feb 24 04:50:51.423 INFO O| Feb 24 04:50:51.423 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952026-02-24T04:50:52.356Z[ host-image] Feb 24 04:50:51.431 INFO O| Feb 24 04:50:51.431 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92962026-02-24T04:50:52.356Z[ host-image] Feb 24 04:50:51.431 INFO O| Feb 24 04:50:51.431 INFO STEP 43 (remove_files) COMPLETE
92972026-02-24T04:50:52.359Z[ host-image] Feb 24 04:50:51.431 INFO O| Feb 24 04:50:51.431 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982026-02-24T04:50:52.367Z[ host-image] Feb 24 04:50:51.441 INFO O| Feb 24 04:50:51.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92992026-02-24T04:50:52.370Z[ host-image] Feb 24 04:50:51.442 INFO O| Feb 24 04:50:51.441 INFO STEP 44 (remove_files) COMPLETE
93002026-02-24T04:50:52.370Z[ host-image] Feb 24 04:50:51.442 INFO O| Feb 24 04:50:51.442 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012026-02-24T04:50:52.375Z[ host-image] Feb 24 04:50:51.450 INFO O| Feb 24 04:50:51.450 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93022026-02-24T04:50:52.375Z[ host-image] Feb 24 04:50:51.450 INFO O| Feb 24 04:50:51.450 INFO STEP 45 (remove_files) COMPLETE
93032026-02-24T04:50:52.378Z[ host-image] Feb 24 04:50:51.450 INFO O| Feb 24 04:50:51.450 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042026-02-24T04:50:52.385Z[ host-image] Feb 24 04:50:51.460 INFO O| Feb 24 04:50:51.460 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93052026-02-24T04:50:52.388Z[ host-image] Feb 24 04:50:51.460 INFO O| Feb 24 04:50:51.460 INFO STEP 46 (remove_files) COMPLETE
93062026-02-24T04:50:52.388Z[ host-image] Feb 24 04:50:51.460 INFO O| Feb 24 04:50:51.460 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072026-02-24T04:50:52.393Z[ host-image] Feb 24 04:50:51.468 INFO O| Feb 24 04:50:51.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93082026-02-24T04:50:52.396Z[ host-image] Feb 24 04:50:51.468 INFO O| Feb 24 04:50:51.468 INFO STEP 47 (remove_files) COMPLETE
93092026-02-24T04:50:52.396Z[ host-image] Feb 24 04:50:51.468 INFO O| Feb 24 04:50:51.468 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102026-02-24T04:50:52.401Z[ host-image] Feb 24 04:50:51.476 INFO O| Feb 24 04:50:51.476 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93112026-02-24T04:50:52.401Z[ host-image] Feb 24 04:50:51.476 INFO O| Feb 24 04:50:51.476 INFO STEP 48 (remove_files) COMPLETE
93122026-02-24T04:50:52.404Z[ host-image] Feb 24 04:50:51.476 INFO O| Feb 24 04:50:51.476 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132026-02-24T04:50:52.410Z[ host-image] Feb 24 04:50:51.485 INFO O| Feb 24 04:50:51.485 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93142026-02-24T04:50:52.413Z[ host-image] Feb 24 04:50:51.485 INFO O| Feb 24 04:50:51.485 INFO STEP 49 (remove_files) COMPLETE
93152026-02-24T04:50:52.413Z[ host-image] Feb 24 04:50:51.485 INFO O| Feb 24 04:50:51.485 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162026-02-24T04:50:52.418Z[ host-image] Feb 24 04:50:51.493 INFO O| Feb 24 04:50:51.493 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93172026-02-24T04:50:52.418Z[ host-image] Feb 24 04:50:51.493 INFO O| Feb 24 04:50:51.493 INFO STEP 50 (remove_files) COMPLETE
93182026-02-24T04:50:52.418Z[ host-image] Feb 24 04:50:51.493 INFO O| Feb 24 04:50:51.493 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192026-02-24T04:50:52.429Z[ host-image] Feb 24 04:50:51.504 INFO O| Feb 24 04:50:51.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93202026-02-24T04:50:52.429Z[ host-image] Feb 24 04:50:51.504 INFO O| Feb 24 04:50:51.504 INFO STEP 51 (remove_files) COMPLETE
93212026-02-24T04:50:52.432Z[ host-image] Feb 24 04:50:51.504 INFO O| Feb 24 04:50:51.504 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222026-02-24T04:50:52.439Z[ host-image] Feb 24 04:50:51.514 INFO O| Feb 24 04:50:51.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93232026-02-24T04:50:52.439Z[ host-image] Feb 24 04:50:51.514 INFO O| Feb 24 04:50:51.514 INFO STEP 52 (remove_files) COMPLETE
93242026-02-24T04:50:52.442Z[ host-image] Feb 24 04:50:51.514 INFO O| Feb 24 04:50:51.514 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252026-02-24T04:50:52.449Z[ host-image] Feb 24 04:50:51.524 INFO O| Feb 24 04:50:51.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93262026-02-24T04:50:52.451Z[ host-image] Feb 24 04:50:51.524 INFO O| Feb 24 04:50:51.524 INFO STEP 53 (remove_files) COMPLETE
93272026-02-24T04:50:52.452Z[ host-image] Feb 24 04:50:51.524 INFO O| Feb 24 04:50:51.524 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282026-02-24T04:50:52.456Z[ host-image] Feb 24 04:50:51.531 INFO O| Feb 24 04:50:51.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93292026-02-24T04:50:52.456Z[ host-image] Feb 24 04:50:51.531 INFO O| Feb 24 04:50:51.531 INFO STEP 54 (remove_files) COMPLETE
93302026-02-24T04:50:52.456Z[ host-image] Feb 24 04:50:51.531 INFO O| Feb 24 04:50:51.531 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312026-02-24T04:50:52.464Z[ host-image] Feb 24 04:50:51.538 INFO O| Feb 24 04:50:51.538 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93322026-02-24T04:50:52.467Z[ host-image] Feb 24 04:50:51.539 INFO O| Feb 24 04:50:51.539 INFO STEP 55 (remove_files) COMPLETE
93332026-02-24T04:50:52.467Z[ host-image] Feb 24 04:50:51.539 INFO O| Feb 24 04:50:51.539 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342026-02-24T04:50:52.473Z[ host-image] Feb 24 04:50:51.547 INFO O| Feb 24 04:50:51.547 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93352026-02-24T04:50:52.473Z[ host-image] Feb 24 04:50:51.547 INFO O| Feb 24 04:50:51.547 INFO STEP 56 (remove_files) COMPLETE
93362026-02-24T04:50:52.475Z[ host-image] Feb 24 04:50:51.547 INFO O| Feb 24 04:50:51.547 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372026-02-24T04:50:52.480Z[ host-image] Feb 24 04:50:51.555 INFO O| Feb 24 04:50:51.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93382026-02-24T04:50:52.483Z[ host-image] Feb 24 04:50:51.555 INFO O| Feb 24 04:50:51.555 INFO STEP 57 (remove_files) COMPLETE
93392026-02-24T04:50:52.483Z[ host-image] Feb 24 04:50:51.555 INFO O| Feb 24 04:50:51.555 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402026-02-24T04:50:52.488Z[ host-image] Feb 24 04:50:51.563 INFO O| Feb 24 04:50:51.563 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93412026-02-24T04:50:52.488Z[ host-image] Feb 24 04:50:51.563 INFO O| Feb 24 04:50:51.563 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93422026-02-24T04:50:52.491Z[ host-image] Feb 24 04:50:51.563 INFO O| Feb 24 04:50:51.563 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93432026-02-24T04:50:52.491Z[ host-image] Feb 24 04:50:51.563 INFO O| Feb 24 04:50:51.563 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93442026-02-24T04:50:52.491Z[ host-image] Feb 24 04:50:51.563 INFO O| Feb 24 04:50:51.563 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93452026-02-24T04:50:52.491Z[ host-image] Feb 24 04:50:51.563 INFO O| Feb 24 04:50:51.563 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93462026-02-24T04:50:52.491Z[ host-image] Feb 24 04:50:51.563 INFO O| Feb 24 04:50:51.563 INFO ok!
93472026-02-24T04:50:52.491Z[ host-image] Feb 24 04:50:51.563 INFO O| Feb 24 04:50:51.563 INFO STEP 58 (ensure_file) COMPLETE
93482026-02-24T04:50:52.491Z[ host-image] Feb 24 04:50:51.563 INFO O| Feb 24 04:50:51.563 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492026-02-24T04:50:52.495Z[ host-image] Feb 24 04:50:51.570 INFO O| Feb 24 04:50:51.570 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93502026-02-24T04:50:52.498Z[ host-image] Feb 24 04:50:51.570 INFO O| Feb 24 04:50:51.570 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93512026-02-24T04:50:52.498Z[ host-image] Feb 24 04:50:51.570 INFO O| Feb 24 04:50:51.570 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93522026-02-24T04:50:52.498Z[ host-image] Feb 24 04:50:51.570 INFO O| Feb 24 04:50:51.570 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93532026-02-24T04:50:52.498Z[ host-image] Feb 24 04:50:51.571 INFO O| Feb 24 04:50:51.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93542026-02-24T04:50:52.498Z[ host-image] Feb 24 04:50:51.571 INFO O| Feb 24 04:50:51.571 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93552026-02-24T04:50:52.499Z[ host-image] Feb 24 04:50:51.571 INFO O| Feb 24 04:50:51.571 INFO ok!
93562026-02-24T04:50:52.499Z[ host-image] Feb 24 04:50:51.571 INFO O| Feb 24 04:50:51.571 INFO STEP 59 (ensure_file) COMPLETE
93572026-02-24T04:50:52.499Z[ host-image] Feb 24 04:50:51.571 INFO O| Feb 24 04:50:51.571 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93582026-02-24T04:50:52.504Z[ host-image] Feb 24 04:50:51.579 INFO O| Feb 24 04:50:51.579 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93592026-02-24T04:50:52.504Z[ host-image] Feb 24 04:50:51.579 INFO O| Feb 24 04:50:51.579 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93602026-02-24T04:50:52.507Z[ host-image] Feb 24 04:50:51.579 INFO O| Feb 24 04:50:51.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93612026-02-24T04:50:52.507Z[ host-image] Feb 24 04:50:51.579 INFO O| Feb 24 04:50:51.579 INFO ok!
93622026-02-24T04:50:52.507Z[ host-image] Feb 24 04:50:51.579 INFO O| Feb 24 04:50:51.579 INFO STEP 60 (ensure_file) COMPLETE
93632026-02-24T04:50:52.507Z[ host-image] Feb 24 04:50:51.579 INFO O| Feb 24 04:50:51.579 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93642026-02-24T04:50:52.512Z[ host-image] Feb 24 04:50:51.587 INFO O| Feb 24 04:50:51.587 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93652026-02-24T04:50:52.515Z[ host-image] Feb 24 04:50:51.587 INFO O| Feb 24 04:50:51.587 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93662026-02-24T04:50:52.515Z[ host-image] Feb 24 04:50:51.587 INFO O| Feb 24 04:50:51.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93672026-02-24T04:50:52.515Z[ host-image] Feb 24 04:50:51.587 INFO O| Feb 24 04:50:51.587 INFO ok!
93682026-02-24T04:50:52.515Z[ host-image] Feb 24 04:50:51.587 INFO O| Feb 24 04:50:51.587 INFO STEP 61 (ensure_file) COMPLETE
93692026-02-24T04:50:52.515Z[ host-image] Feb 24 04:50:51.587 INFO O| Feb 24 04:50:51.587 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702026-02-24T04:50:52.520Z[ host-image] Feb 24 04:50:51.595 INFO O| Feb 24 04:50:51.595 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93712026-02-24T04:50:52.520Z[ host-image] Feb 24 04:50:51.595 INFO O| Feb 24 04:50:51.595 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93722026-02-24T04:50:52.523Z[ host-image] Feb 24 04:50:51.595 INFO O| Feb 24 04:50:51.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93732026-02-24T04:50:52.523Z[ host-image] Feb 24 04:50:51.595 INFO O| Feb 24 04:50:51.595 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93742026-02-24T04:50:52.523Z[ host-image] Feb 24 04:50:51.595 INFO O| Feb 24 04:50:51.595 INFO ok!
93752026-02-24T04:50:52.523Z[ host-image] Feb 24 04:50:51.595 INFO O| Feb 24 04:50:51.595 INFO STEP 62 (ensure_file) COMPLETE
93762026-02-24T04:50:52.523Z[ host-image] Feb 24 04:50:51.595 INFO O| Feb 24 04:50:51.595 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93772026-02-24T04:50:52.528Z[ host-image] Feb 24 04:50:51.603 INFO O| Feb 24 04:50:51.603 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93782026-02-24T04:50:52.528Z[ host-image] Feb 24 04:50:51.603 INFO O| Feb 24 04:50:51.603 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93792026-02-24T04:50:52.531Z[ host-image] Feb 24 04:50:51.603 INFO O| Feb 24 04:50:51.603 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93802026-02-24T04:50:52.531Z[ host-image] Feb 24 04:50:51.603 INFO O| Feb 24 04:50:51.603 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93812026-02-24T04:50:52.531Z[ host-image] Feb 24 04:50:51.603 INFO O| Feb 24 04:50:51.603 INFO ok!
93822026-02-24T04:50:52.531Z[ host-image] Feb 24 04:50:51.603 INFO O| Feb 24 04:50:51.603 INFO STEP 63 (ensure_file) COMPLETE
93832026-02-24T04:50:52.531Z[ host-image] Feb 24 04:50:51.603 INFO O| Feb 24 04:50:51.603 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93842026-02-24T04:50:52.536Z[ host-image] Feb 24 04:50:51.611 INFO O| Feb 24 04:50:51.611 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93852026-02-24T04:50:52.536Z[ host-image] Feb 24 04:50:51.611 INFO O| Feb 24 04:50:51.611 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93862026-02-24T04:50:52.539Z[ host-image] Feb 24 04:50:51.611 INFO O| Feb 24 04:50:51.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93872026-02-24T04:50:52.539Z[ host-image] Feb 24 04:50:51.611 INFO O| Feb 24 04:50:51.611 INFO ok!
93882026-02-24T04:50:52.539Z[ host-image] Feb 24 04:50:51.611 INFO O| Feb 24 04:50:51.611 INFO STEP 64 (assemble_files) COMPLETE
93892026-02-24T04:50:52.539Z[ host-image] Feb 24 04:50:51.611 INFO O| Feb 24 04:50:51.611 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93902026-02-24T04:50:52.546Z[ host-image] Feb 24 04:50:51.620 INFO O| Feb 24 04:50:51.620 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93912026-02-24T04:50:52.546Z[ host-image] Feb 24 04:50:51.620 INFO O| Feb 24 04:50:51.620 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93922026-02-24T04:50:52.549Z[ host-image] Feb 24 04:50:51.620 INFO O| Feb 24 04:50:51.620 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93932026-02-24T04:50:52.549Z[ host-image] Feb 24 04:50:51.620 INFO O| Feb 24 04:50:51.620 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93942026-02-24T04:50:52.549Z[ host-image] Feb 24 04:50:51.621 INFO O| Feb 24 04:50:51.620 INFO ok!
93952026-02-24T04:50:52.549Z[ host-image] Feb 24 04:50:51.621 INFO O| Feb 24 04:50:51.621 INFO STEP 65 (ensure_file) COMPLETE
93962026-02-24T04:50:52.549Z[ host-image] Feb 24 04:50:51.621 INFO O| Feb 24 04:50:51.621 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93972026-02-24T04:50:52.553Z[ host-image] Feb 24 04:50:51.628 INFO O| Feb 24 04:50:51.628 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93982026-02-24T04:50:52.556Z[ host-image] Feb 24 04:50:51.628 INFO O| Feb 24 04:50:51.628 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93992026-02-24T04:50:52.556Z[ host-image] Feb 24 04:50:51.628 INFO O| Feb 24 04:50:51.628 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94002026-02-24T04:50:52.556Z[ host-image] Feb 24 04:50:51.628 INFO O| Feb 24 04:50:51.628 INFO STEP 66 (ensure_dir) COMPLETE
94012026-02-24T04:50:52.556Z[ host-image] Feb 24 04:50:51.628 INFO O| Feb 24 04:50:51.628 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94022026-02-24T04:50:52.561Z[ host-image] Feb 24 04:50:51.636 INFO O| Feb 24 04:50:51.636 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94032026-02-24T04:50:52.561Z[ host-image] Feb 24 04:50:51.636 INFO O| Feb 24 04:50:51.636 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 ...
94042026-02-24T04:50:52.568Z[ host-image] Feb 24 04:50:51.643 INFO O| Feb 24 04:50:51.643 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
94052026-02-24T04:50:52.568Z[ host-image] Feb 24 04:50:51.643 INFO O| Feb 24 04:50:51.643 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94062026-02-24T04:50:52.571Z[ host-image] Feb 24 04:50:51.643 INFO O| Feb 24 04:50:51.643 INFO ok!
94072026-02-24T04:50:52.571Z[ host-image] Feb 24 04:50:51.643 INFO O| Feb 24 04:50:51.643 INFO STEP 67 (ensure_file) COMPLETE
94082026-02-24T04:50:52.571Z[ host-image] Feb 24 04:50:51.643 INFO O| Feb 24 04:50:51.643 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-02-24T04:50:52.576Z[ host-image] Feb 24 04:50:51.651 INFO O| Feb 24 04:50:51.650 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94102026-02-24T04:50:52.576Z[ host-image] Feb 24 04:50:51.651 INFO O| Feb 24 04:50:51.650 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 ...
94112026-02-24T04:50:52.578Z[ host-image] Feb 24 04:50:51.651 INFO O| Feb 24 04:50:51.651 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
94122026-02-24T04:50:52.578Z[ host-image] Feb 24 04:50:51.651 INFO O| Feb 24 04:50:51.651 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94132026-02-24T04:50:52.579Z[ host-image] Feb 24 04:50:51.651 INFO O| Feb 24 04:50:51.651 INFO ok!
94142026-02-24T04:50:52.579Z[ host-image] Feb 24 04:50:51.651 INFO O| Feb 24 04:50:51.651 INFO STEP 68 (ensure_file) COMPLETE
94152026-02-24T04:50:52.579Z[ host-image] Feb 24 04:50:51.651 INFO O| Feb 24 04:50:51.651 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162026-02-24T04:50:52.588Z[ host-image] Feb 24 04:50:51.662 INFO O| Feb 24 04:50:51.662 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94172026-02-24T04:50:52.588Z[ host-image] Feb 24 04:50:51.662 INFO O| Feb 24 04:50:51.662 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94182026-02-24T04:50:54.686Z[ host-image] Feb 24 04:50:53.760 INFO O| Feb 24 04:50:53.760 INFO STEP 69 (pack_tar) COMPLETE
94192026-02-24T04:50:54.686Z[ host-image] Feb 24 04:50:53.760 INFO O| Feb 24 04:50:53.760 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94202026-02-24T04:50:54.689Z[ host-image] Feb 24 04:50:53.760 INFO O| Feb 24 04:50:53.760 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94212026-02-24T04:50:54.953Z[ host-image] Feb 24 04:50:54.027 INFO O| Feb 24 04:50:54.027 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94222026-02-24T04:50:55.037Z[ host-image] Feb 24 04:50:54.112 INFO O| Feb 24 04:50:54.112 INFO completed processing sled/ramdisk-02-trim
94232026-02-24T04:50:55.040Z[ host-image] Feb 24 04:50:54.113 INFO image builder template: zfs...
94242026-02-24T04:50:55.040Z[ host-image] Feb 24 04:50:54.113 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/.tmpa2ii5w/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs"], pwd: None
94252026-02-24T04:50:55.054Z[ host-image] Feb 24 04:50:54.129 INFO O| Feb 24 04:50:54.129 INFO skip include "stress" because feature "stress" is not enabled
94262026-02-24T04:50:55.057Z[ host-image] Feb 24 04:50:54.129 INFO O| Feb 24 04:50:54.129 INFO skip include "stress" because feature "compliance" is not enabled
94272026-02-24T04:50:55.087Z[ host-image] Feb 24 04:50:54.161 INFO O| Feb 24 04:50:54.161 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94282026-02-24T04:50:55.090Z[ host-image] Feb 24 04:50:54.164 INFO O| Feb 24 04:50:54.164 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94292026-02-24T04:50:55.225Z[ host-image] Feb 24 04:50:54.299 INFO O| Feb 24 04:50:54.299 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94302026-02-24T04:50:55.288Z[ host-image] Feb 24 04:50:54.362 INFO O| Feb 24 04:50:54.362 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94312026-02-24T04:50:55.288Z[ host-image] Feb 24 04:50:54.362 INFO O| Feb 24 04:50:54.362 INFO work dataset: rpool/images/build/host/work/sled/zfs
94322026-02-24T04:50:55.291Z[ host-image] Feb 24 04:50:54.365 INFO O| Feb 24 04:50:54.365 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94332026-02-24T04:50:55.427Z[ host-image] Feb 24 04:50:54.502 INFO O| Feb 24 04:50:54.502 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94342026-02-24T04:50:55.444Z[ recovery-image] Feb 24 04:50:54.518 INFO E| Compiling bitflags v1.3.2
94352026-02-24T04:50:55.448Z[ recovery-image] Feb 24 04:50:54.518 INFO E| Compiling adler2 v2.0.1
94362026-02-24T04:50:55.448Z[ recovery-image] Feb 24 04:50:54.518 INFO E| Compiling plain v0.2.3
94372026-02-24T04:50:55.448Z[ recovery-image] Feb 24 04:50:54.518 INFO E| Compiling bit_field v0.10.3
94382026-02-24T04:50:55.448Z[ recovery-image] Feb 24 04:50:54.518 INFO E| Compiling scroll v0.13.0
94392026-02-24T04:50:55.448Z[ recovery-image] Feb 24 04:50:54.519 INFO E| Compiling bitflags v2.10.0
94402026-02-24T04:50:55.448Z[ recovery-image] Feb 24 04:50:54.519 INFO E| Compiling log v0.4.29
94412026-02-24T04:50:55.505Z[ host-image] Feb 24 04:50:54.579 INFO O| Feb 24 04:50:54.579 INFO DESTROY POOL: TEMPORARY-sled-zfs
94422026-02-24T04:50:55.516Z[ host-image] Feb 24 04:50:54.591 INFO O| Feb 24 04:50:54.590 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94432026-02-24T04:50:55.522Z[ host-image] Feb 24 04:50:54.596 INFO O| Feb 24 04:50:54.596 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94442026-02-24T04:50:55.522Z[ host-image] Feb 24 04:50:54.596 INFO O| Feb 24 04:50:54.596 INFO no lofi found
94452026-02-24T04:50:55.526Z[ host-image] Feb 24 04:50:54.596 INFO O| Feb 24 04:50:54.596 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94462026-02-24T04:50:55.526Z[ host-image] Feb 24 04:50:54.596 INFO O| Feb 24 04:50:54.596 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94472026-02-24T04:50:55.553Z[ recovery-image] Feb 24 04:50:54.627 INFO E| Compiling raw-cpuid v10.7.0
94482026-02-24T04:50:55.666Z[ recovery-image] Feb 24 04:50:54.739 INFO E| Compiling miniz_oxide v0.9.0
94492026-02-24T04:50:55.760Z[ recovery-image] Feb 24 04:50:54.808 INFO E| Compiling cpio_reader v0.1.2
94502026-02-24T04:50:55.775Z[ recovery-image] Feb 24 04:50:54.814 INFO E| Compiling bitstruct v0.1.1
94512026-02-24T04:50:55.881Z[ recovery-image] Feb 24 04:50:54.955 INFO E| Compiling static_assertions v1.1.0
94522026-02-24T04:50:55.963Z[ recovery-image] Feb 24 04:50:55.037 INFO E| Compiling goblin v0.10.4
94532026-02-24T04:50:57.929Z[ host-image] Feb 24 04:50:57.003 INFO O| Feb 24 04:50:57.003 INFO lofi device = /dev/dsk/c2t1d0p0
94542026-02-24T04:50:57.929Z[ host-image] Feb 24 04:50:57.003 INFO O| Feb 24 04:50:57.003 INFO pool device = /dev/dsk/c2t1d0p0
94552026-02-24T04:50:57.932Z[ host-image] Feb 24 04:50:57.003 INFO O| Feb 24 04:50:57.003 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"]
94562026-02-24T04:50:58.184Z[ host-image] Feb 24 04:50:57.257 INFO O| Feb 24 04:50:57.257 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94572026-02-24T04:50:58.184Z[ host-image] Feb 24 04:50:57.257 INFO O| Feb 24 04:50:57.257 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94582026-02-24T04:50:58.208Z[ host-image] Feb 24 04:50:57.282 INFO O| Feb 24 04:50:57.282 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94592026-02-24T04:50:58.343Z[ host-image] Feb 24 04:50:57.417 INFO O| Feb 24 04:50:57.417 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94602026-02-24T04:50:58.396Z[ host-image] Feb 24 04:50:57.470 INFO O| Feb 24 04:50:57.470 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94612026-02-24T04:50:58.414Z[ host-image] Feb 24 04:50:57.488 INFO O| Feb 24 04:50:57.488 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94622026-02-24T04:50:58.428Z[ host-image] Feb 24 04:50:57.502 INFO O| Feb 24 04:50:57.502 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94632026-02-24T04:50:58.478Z[ host-image] Feb 24 04:50:57.552 INFO O| Feb 24 04:50:57.552 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94642026-02-24T04:50:58.481Z[ host-image] Feb 24 04:50:57.552 INFO O| Feb 24 04:50:57.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94652026-02-24T04:50:58.481Z[ host-image] Feb 24 04:50:57.553 INFO O| Feb 24 04:50:57.552 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94662026-02-24T04:50:58.484Z[ host-image] Feb 24 04:50:57.559 INFO O| Feb 24 04:50:57.559 INFO boot environment UUID: 4e6d943b-8eee-401b-ac08-1001a37a954f
94672026-02-24T04:50:58.484Z[ host-image] Feb 24 04:50:57.559 INFO O| Feb 24 04:50:57.559 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4e6d943b-8eee-401b-ac08-1001a37a954f
94682026-02-24T04:50:58.494Z[ host-image] Feb 24 04:50:57.568 INFO O| Feb 24 04:50:57.568 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94692026-02-24T04:50:58.502Z[ host-image] Feb 24 04:50:57.576 INFO O| Feb 24 04:50:57.576 INFO STEP 0 (create_be) COMPLETE
94702026-02-24T04:50:58.504Z[ host-image] Feb 24 04:50:57.576 INFO O| Feb 24 04:50:57.576 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94712026-02-24T04:50:58.513Z[ host-image] Feb 24 04:50:57.588 INFO O| Feb 24 04:50:57.588 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94722026-02-24T04:51:02.238Z[ recovery-image] Feb 24 04:51:01.309 INFO E| Finished `release` profile [optimized] target(s) in 33.92s
94732026-02-24T04:51:02.253Z[ recovery-image] Feb 24 04:51:01.328 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
94742026-02-24T04:51:02.326Z[ recovery-image] Feb 24 04:51:01.400 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
94752026-02-24T04:51:02.326Z[ recovery-image] Feb 24 04:51:01.400 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
94762026-02-24T04:51:02.329Z[ recovery-image] Feb 24 04:51:01.400 INFO building ROM for cosmo
94772026-02-24T04:51:02.330Z[ recovery-image] Feb 24 04:51:01.400 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.7.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")
94782026-02-24T04:51:02.661Z[ recovery-image] Feb 24 04:51:01.735 INFO E| Downloading crates ...
94792026-02-24T04:51:02.791Z[ recovery-image] Feb 24 04:51:01.866 INFO E| Downloaded anstyle v1.0.10
94802026-02-24T04:51:02.804Z[ recovery-image] Feb 24 04:51:01.879 INFO E| Downloaded os_pipe v1.2.1
94812026-02-24T04:51:02.807Z[ recovery-image] Feb 24 04:51:01.880 INFO E| Downloaded colorchoice v1.0.3
94822026-02-24T04:51:02.812Z[ recovery-image] Feb 24 04:51:01.886 INFO E| Downloaded anstyle-query v1.1.2
94832026-02-24T04:51:02.815Z[ recovery-image] Feb 24 04:51:01.889 INFO E| Downloaded serde_spanned v0.6.8
94842026-02-24T04:51:02.818Z[ recovery-image] Feb 24 04:51:01.890 INFO E| Downloaded toml_datetime v0.6.9
94852026-02-24T04:51:02.818Z[ recovery-image] Feb 24 04:51:01.891 INFO E| Downloaded shared_child v1.0.1
94862026-02-24T04:51:02.832Z[ recovery-image] Feb 24 04:51:01.905 INFO E| Downloaded anstyle-parse v0.2.6
94872026-02-24T04:51:02.835Z[ recovery-image] Feb 24 04:51:01.909 INFO E| Downloaded duct v0.13.7
94882026-02-24T04:51:02.838Z[ recovery-image] Feb 24 04:51:01.912 INFO E| Downloaded toml_write v0.1.1
94892026-02-24T04:51:02.841Z[ recovery-image] Feb 24 04:51:01.914 INFO E| Downloaded clap v4.5.37
94902026-02-24T04:51:02.852Z[ recovery-image] Feb 24 04:51:01.926 INFO E| Downloaded clap_derive v4.5.32
94912026-02-24T04:51:02.857Z[ recovery-image] Feb 24 04:51:01.931 INFO E| Downloaded toml_edit v0.22.26
94922026-02-24T04:51:02.916Z[ recovery-image] Feb 24 04:51:01.989 INFO E| Downloaded toml v0.8.22
94932026-02-24T04:51:02.958Z[ recovery-image] Feb 24 04:51:02.031 INFO E| Downloaded cc v1.2.20
94942026-02-24T04:51:02.962Z[ recovery-image] Feb 24 04:51:02.036 INFO E| Downloaded winnow v0.7.7
94952026-02-24T04:51:02.974Z[ recovery-image] Feb 24 04:51:02.047 INFO E| Downloaded clap_builder v4.5.37
94962026-02-24T04:51:03.010Z[ recovery-image] Feb 24 04:51:02.084 INFO E| Compiling libc v0.2.172
94972026-02-24T04:51:03.010Z[ recovery-image] Feb 24 04:51:02.084 INFO E| Compiling utf8parse v0.2.2
94982026-02-24T04:51:03.013Z[ recovery-image] Feb 24 04:51:02.084 INFO E| Compiling equivalent v1.0.2
94992026-02-24T04:51:03.013Z[ recovery-image] Feb 24 04:51:02.084 INFO E| Compiling anstyle v1.0.10
95002026-02-24T04:51:03.013Z[ recovery-image] Feb 24 04:51:02.084 INFO E| Compiling anstyle-query v1.1.2
95012026-02-24T04:51:03.013Z[ recovery-image] Feb 24 04:51:02.085 INFO E| Compiling once_cell v1.21.3
95022026-02-24T04:51:03.013Z[ recovery-image] Feb 24 04:51:02.085 INFO E| Compiling hashbrown v0.15.2
95032026-02-24T04:51:03.013Z[ recovery-image] Feb 24 04:51:02.085 INFO E| Compiling syn v2.0.101
95042026-02-24T04:51:03.318Z[ recovery-image] Feb 24 04:51:02.391 INFO E| Compiling anstyle-parse v0.2.6
95052026-02-24T04:51:03.473Z[ recovery-image] Feb 24 04:51:02.543 INFO E| Compiling colorchoice v1.0.3
95062026-02-24T04:51:03.488Z[ recovery-image] Feb 24 04:51:02.562 INFO E| Compiling is_terminal_polyfill v1.70.1
95072026-02-24T04:51:03.647Z[ recovery-image] Feb 24 04:51:02.721 INFO E| Compiling shlex v1.3.0
95082026-02-24T04:51:03.853Z[ recovery-image] Feb 24 04:51:02.926 INFO E| Compiling anstream v0.6.18
95092026-02-24T04:51:03.888Z[ recovery-image] Feb 24 04:51:02.962 INFO E| Compiling strsim v0.11.1
95102026-02-24T04:51:04.043Z[ recovery-image] Feb 24 04:51:03.117 INFO E| Compiling clap_lex v0.7.4
95112026-02-24T04:51:04.122Z[ recovery-image] Feb 24 04:51:03.196 INFO E| Compiling cc v1.2.20
95122026-02-24T04:51:04.267Z[ recovery-image] Feb 24 04:51:03.341 INFO E| Compiling winnow v0.7.7
95132026-02-24T04:51:05.213Z[ recovery-image] Feb 24 04:51:04.285 INFO E| Compiling anyhow v1.0.98
95142026-02-24T04:51:05.316Z[ recovery-image] Feb 24 04:51:04.387 INFO E| Compiling toml_write v0.1.1
95152026-02-24T04:51:05.562Z[ recovery-image] Feb 24 04:51:04.636 INFO E| Compiling clap_builder v4.5.37
95162026-02-24T04:51:05.683Z[ recovery-image] Feb 24 04:51:04.756 INFO E| Compiling indexmap v2.9.0
95172026-02-24T04:51:06.046Z[ recovery-image] Feb 24 04:51:05.120 INFO E| Compiling os_pipe v1.2.1
95182026-02-24T04:51:06.307Z[ recovery-image] Feb 24 04:51:05.380 INFO E| Compiling shared_child v1.0.1
95192026-02-24T04:51:06.982Z[ recovery-image] Feb 24 04:51:06.052 INFO E| Compiling duct v0.13.7
95202026-02-24T04:51:09.502Z[ recovery-image] Feb 24 04:51:08.576 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
95212026-02-24T04:51:13.360Z[ recovery-image] Feb 24 04:51:12.432 INFO E| Compiling serde_derive v1.0.219
95222026-02-24T04:51:13.360Z[ recovery-image] Feb 24 04:51:12.432 INFO E| Compiling clap_derive v4.5.32
95232026-02-24T04:51:16.900Z[ recovery-image] Feb 24 04:51:15.974 INFO E| Compiling clap v4.5.37
95242026-02-24T04:51:18.316Z[ recovery-image] Feb 24 04:51:17.389 INFO E| Compiling serde v1.0.219
95252026-02-24T04:51:19.558Z[ host-image] Feb 24 04:51:18.631 INFO O| Feb 24 04:51:18.631 INFO STEP 1 (unpack_tar) COMPLETE
95262026-02-24T04:51:19.561Z[ host-image] Feb 24 04:51:18.631 INFO O| Feb 24 04:51:18.631 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95272026-02-24T04:51:19.566Z[ host-image] Feb 24 04:51:18.640 INFO O| Feb 24 04:51:18.640 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
95282026-02-24T04:51:19.963Z[ host-image] Feb 24 04:51:19.036 INFO O| Feb 24 04:51:19.036 INFO STEP 2 (devfsadm) COMPLETE
95292026-02-24T04:51:19.963Z[ host-image] Feb 24 04:51:19.036 INFO O| Feb 24 04:51:19.036 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95302026-02-24T04:51:19.972Z[ host-image] Feb 24 04:51:19.046 INFO O| Feb 24 04:51:19.046 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95312026-02-24T04:51:19.972Z[ host-image] Feb 24 04:51:19.046 INFO O| Feb 24 04:51:19.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95322026-02-24T04:51:19.975Z[ host-image] Feb 24 04:51:19.046 INFO O| Feb 24 04:51:19.046 INFO STEP 3 (ensure_dir) COMPLETE
95332026-02-24T04:51:19.975Z[ host-image] Feb 24 04:51:19.046 INFO O| Feb 24 04:51:19.046 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95342026-02-24T04:51:19.980Z[ host-image] Feb 24 04:51:19.053 INFO O| Feb 24 04:51:19.053 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95352026-02-24T04:51:19.980Z[ host-image] Feb 24 04:51:19.053 INFO O| Feb 24 04:51:19.053 INFO STEP 4 (ensure_dir) COMPLETE
95362026-02-24T04:51:19.983Z[ host-image] Feb 24 04:51:19.053 INFO O| Feb 24 04:51:19.053 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95372026-02-24T04:51:19.988Z[ host-image] Feb 24 04:51:19.061 INFO O| Feb 24 04:51:19.061 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95382026-02-24T04:51:19.988Z[ host-image] Feb 24 04:51:19.061 INFO O| Feb 24 04:51:19.061 INFO STEP 5 (ensure_dir) COMPLETE
95392026-02-24T04:51:19.991Z[ host-image] Feb 24 04:51:19.061 INFO O| Feb 24 04:51:19.061 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95402026-02-24T04:51:19.996Z[ host-image] Feb 24 04:51:19.069 INFO O| Feb 24 04:51:19.069 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95412026-02-24T04:51:19.999Z[ host-image] Feb 24 04:51:19.069 INFO O| Feb 24 04:51:19.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95422026-02-24T04:51:19.999Z[ host-image] Feb 24 04:51:19.069 INFO O| Feb 24 04:51:19.069 INFO STEP 6 (ensure_dir) COMPLETE
95432026-02-24T04:51:19.999Z[ host-image] Feb 24 04:51:19.069 INFO O| Feb 24 04:51:19.069 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95442026-02-24T04:51:20.003Z[ host-image] Feb 24 04:51:19.076 INFO O| Feb 24 04:51:19.076 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95452026-02-24T04:51:20.003Z[ host-image] Feb 24 04:51:19.077 INFO O| Feb 24 04:51:19.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95462026-02-24T04:51:20.006Z[ host-image] Feb 24 04:51:19.077 INFO O| Feb 24 04:51:19.077 INFO STEP 7 (ensure_dir) COMPLETE
95472026-02-24T04:51:20.006Z[ host-image] Feb 24 04:51:19.077 INFO O| Feb 24 04:51:19.077 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95482026-02-24T04:51:20.011Z[ host-image] Feb 24 04:51:19.085 INFO O| Feb 24 04:51:19.085 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
95492026-02-24T04:51:20.017Z[ host-image] Feb 24 04:51:19.085 INFO O| Feb 24 04:51:19.085 INFO STEP 8 (remove_files) COMPLETE
95502026-02-24T04:51:20.017Z[ host-image] Feb 24 04:51:19.085 INFO O| Feb 24 04:51:19.085 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95512026-02-24T04:51:20.020Z[ host-image] Feb 24 04:51:19.092 INFO O| Feb 24 04:51:19.092 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95522026-02-24T04:51:20.021Z[ host-image] Feb 24 04:51:19.093 INFO O| Feb 24 04:51:19.093 INFO STEP 9 (remove_files) COMPLETE
95532026-02-24T04:51:20.021Z[ host-image] Feb 24 04:51:19.093 INFO O| Feb 24 04:51:19.093 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95542026-02-24T04:51:20.029Z[ host-image] Feb 24 04:51:19.102 INFO O| Feb 24 04:51:19.102 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95552026-02-24T04:51:20.036Z[ host-image] Feb 24 04:51:19.103 INFO O| Feb 24 04:51:19.103 INFO STEP 10 (remove_files) COMPLETE
95562026-02-24T04:51:20.036Z[ host-image] Feb 24 04:51:19.103 INFO O| Feb 24 04:51:19.103 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95572026-02-24T04:51:20.041Z[ host-image] Feb 24 04:51:19.110 INFO O| Feb 24 04:51:19.110 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95582026-02-24T04:51:20.041Z[ host-image] Feb 24 04:51:19.110 INFO O| Feb 24 04:51:19.110 INFO STEP 11 (remove_files) COMPLETE
95592026-02-24T04:51:20.042Z[ host-image] Feb 24 04:51:19.110 INFO O| Feb 24 04:51:19.110 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95602026-02-24T04:51:20.045Z[ host-image] Feb 24 04:51:19.118 INFO O| Feb 24 04:51:19.118 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95612026-02-24T04:51:20.045Z[ host-image] Feb 24 04:51:19.118 INFO O| Feb 24 04:51:19.118 INFO STEP 12 (remove_files) COMPLETE
95622026-02-24T04:51:20.045Z[ host-image] Feb 24 04:51:19.118 INFO O| Feb 24 04:51:19.118 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95632026-02-24T04:51:20.051Z[ host-image] Feb 24 04:51:19.125 INFO O| Feb 24 04:51:19.125 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95642026-02-24T04:51:20.055Z[ host-image] Feb 24 04:51:19.125 INFO O| Feb 24 04:51:19.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95652026-02-24T04:51:20.055Z[ host-image] Feb 24 04:51:19.125 INFO O| Feb 24 04:51:19.125 INFO STEP 13 (ensure_dir) COMPLETE
95662026-02-24T04:51:20.055Z[ host-image] Feb 24 04:51:19.125 INFO O| Feb 24 04:51:19.125 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95672026-02-24T04:51:20.059Z[ host-image] Feb 24 04:51:19.132 INFO O| Feb 24 04:51:19.132 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95682026-02-24T04:51:20.062Z[ host-image] Feb 24 04:51:19.133 INFO O| Feb 24 04:51:19.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95692026-02-24T04:51:20.062Z[ host-image] Feb 24 04:51:19.133 INFO O| Feb 24 04:51:19.133 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95702026-02-24T04:51:20.062Z[ host-image] Feb 24 04:51:19.133 INFO O| Feb 24 04:51:19.133 INFO STEP 14 (ensure_dir) COMPLETE
95712026-02-24T04:51:20.063Z[ host-image] Feb 24 04:51:19.133 INFO O| Feb 24 04:51:19.133 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95722026-02-24T04:51:20.066Z[ host-image] Feb 24 04:51:19.140 INFO O| Feb 24 04:51:19.140 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95732026-02-24T04:51:20.069Z[ host-image] Feb 24 04:51:19.140 INFO O| Feb 24 04:51:19.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95742026-02-24T04:51:20.069Z[ host-image] Feb 24 04:51:19.140 INFO O| Feb 24 04:51:19.140 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95752026-02-24T04:51:20.069Z[ host-image] Feb 24 04:51:19.140 INFO O| Feb 24 04:51:19.140 INFO STEP 15 (ensure_dir) COMPLETE
95762026-02-24T04:51:20.069Z[ host-image] Feb 24 04:51:19.140 INFO O| Feb 24 04:51:19.140 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95772026-02-24T04:51:20.075Z[ host-image] Feb 24 04:51:19.148 INFO O| Feb 24 04:51:19.148 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95782026-02-24T04:51:20.075Z[ host-image] Feb 24 04:51:19.148 INFO O| Feb 24 04:51:19.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95792026-02-24T04:51:20.078Z[ host-image] Feb 24 04:51:19.148 INFO O| Feb 24 04:51:19.148 INFO STEP 16 (ensure_dir) COMPLETE
95802026-02-24T04:51:20.078Z[ host-image] Feb 24 04:51:19.148 INFO O| Feb 24 04:51:19.148 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95812026-02-24T04:51:20.083Z[ host-image] Feb 24 04:51:19.156 INFO O| Feb 24 04:51:19.156 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95822026-02-24T04:51:20.083Z[ host-image] Feb 24 04:51:19.156 INFO O| Feb 24 04:51:19.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95832026-02-24T04:51:20.087Z[ host-image] Feb 24 04:51:19.156 INFO O| Feb 24 04:51:19.156 INFO STEP 17 (ensure_dir) COMPLETE
95842026-02-24T04:51:20.087Z[ host-image] Feb 24 04:51:19.156 INFO O| Feb 24 04:51:19.156 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95852026-02-24T04:51:20.090Z[ host-image] Feb 24 04:51:19.163 INFO O| Feb 24 04:51:19.163 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95862026-02-24T04:51:20.093Z[ host-image] Feb 24 04:51:19.163 INFO O| Feb 24 04:51:19.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95872026-02-24T04:51:20.093Z[ host-image] Feb 24 04:51:19.163 INFO O| Feb 24 04:51:19.163 INFO ok!
95882026-02-24T04:51:20.093Z[ host-image] Feb 24 04:51:19.163 INFO O| Feb 24 04:51:19.163 INFO STEP 18 (ensure_symlink) COMPLETE
95892026-02-24T04:51:20.093Z[ host-image] Feb 24 04:51:19.163 INFO O| Feb 24 04:51:19.163 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95902026-02-24T04:51:20.097Z[ host-image] Feb 24 04:51:19.171 INFO O| Feb 24 04:51:19.171 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95912026-02-24T04:51:20.097Z[ host-image] Feb 24 04:51:19.171 INFO O| Feb 24 04:51:19.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95922026-02-24T04:51:20.097Z[ host-image] Feb 24 04:51:19.171 INFO O| Feb 24 04:51:19.171 INFO ok!
95932026-02-24T04:51:20.100Z[ host-image] Feb 24 04:51:19.171 INFO O| Feb 24 04:51:19.171 INFO STEP 19 (ensure_file) COMPLETE
95942026-02-24T04:51:20.100Z[ host-image] Feb 24 04:51:19.171 INFO O| Feb 24 04:51:19.171 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95952026-02-24T04:51:20.105Z[ host-image] Feb 24 04:51:19.178 INFO O| Feb 24 04:51:19.178 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95962026-02-24T04:51:20.105Z[ host-image] Feb 24 04:51:19.178 INFO O| Feb 24 04:51:19.178 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95972026-02-24T04:51:20.107Z[ host-image] Feb 24 04:51:19.178 INFO O| Feb 24 04:51:19.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95982026-02-24T04:51:20.107Z[ host-image] Feb 24 04:51:19.178 INFO O| Feb 24 04:51:19.178 INFO ok!
95992026-02-24T04:51:20.107Z[ host-image] Feb 24 04:51:19.178 INFO O| Feb 24 04:51:19.178 INFO STEP 20 (ensure_symlink) COMPLETE
96002026-02-24T04:51:20.107Z[ host-image] Feb 24 04:51:19.178 INFO O| Feb 24 04:51:19.178 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96012026-02-24T04:51:20.112Z[ host-image] Feb 24 04:51:19.185 INFO O| Feb 24 04:51:19.185 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
96022026-02-24T04:51:20.115Z[ host-image] Feb 24 04:51:19.185 INFO O| Feb 24 04:51:19.185 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
96032026-02-24T04:51:20.115Z[ host-image] Feb 24 04:51:19.185 INFO O| Feb 24 04:51:19.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
96042026-02-24T04:51:20.115Z[ host-image] Feb 24 04:51:19.185 INFO O| Feb 24 04:51:19.185 INFO ok!
96052026-02-24T04:51:20.115Z[ host-image] Feb 24 04:51:19.185 INFO O| Feb 24 04:51:19.185 INFO STEP 21 (ensure_symlink) COMPLETE
96062026-02-24T04:51:20.115Z[ host-image] Feb 24 04:51:19.185 INFO O| Feb 24 04:51:19.185 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96072026-02-24T04:51:20.120Z[ host-image] Feb 24 04:51:19.193 INFO O| Feb 24 04:51:19.193 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
96082026-02-24T04:51:20.120Z[ host-image] Feb 24 04:51:19.193 INFO O| Feb 24 04:51:19.193 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
96092026-02-24T04:51:20.120Z[ host-image] Feb 24 04:51:19.193 INFO O| Feb 24 04:51:19.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
96102026-02-24T04:51:20.123Z[ host-image] Feb 24 04:51:19.193 INFO O| Feb 24 04:51:19.193 INFO ok!
96112026-02-24T04:51:20.123Z[ host-image] Feb 24 04:51:19.193 INFO O| Feb 24 04:51:19.193 INFO STEP 22 (ensure_symlink) COMPLETE
96122026-02-24T04:51:20.123Z[ host-image] Feb 24 04:51:19.193 INFO O| Feb 24 04:51:19.193 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96132026-02-24T04:51:20.127Z[ host-image] Feb 24 04:51:19.201 INFO O| Feb 24 04:51:19.201 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
96142026-02-24T04:51:20.128Z[ host-image] Feb 24 04:51:19.201 INFO O| Feb 24 04:51:19.201 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
96152026-02-24T04:51:20.131Z[ host-image] Feb 24 04:51:19.201 INFO O| Feb 24 04:51:19.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
96162026-02-24T04:51:20.131Z[ host-image] Feb 24 04:51:19.201 INFO O| Feb 24 04:51:19.201 INFO ok!
96172026-02-24T04:51:20.131Z[ host-image] Feb 24 04:51:19.201 INFO O| Feb 24 04:51:19.201 INFO STEP 23 (ensure_symlink) COMPLETE
96182026-02-24T04:51:20.131Z[ host-image] Feb 24 04:51:19.201 INFO O| Feb 24 04:51:19.201 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96192026-02-24T04:51:20.135Z[ host-image] Feb 24 04:51:19.209 INFO O| Feb 24 04:51:19.208 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
96202026-02-24T04:51:20.135Z[ host-image] Feb 24 04:51:19.209 INFO O| Feb 24 04:51:19.209 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
96212026-02-24T04:51:20.138Z[ host-image] Feb 24 04:51:19.209 INFO O| Feb 24 04:51:19.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
96222026-02-24T04:51:20.138Z[ host-image] Feb 24 04:51:19.209 INFO O| Feb 24 04:51:19.209 INFO ok!
96232026-02-24T04:51:20.138Z[ host-image] Feb 24 04:51:19.209 INFO O| Feb 24 04:51:19.209 INFO STEP 24 (ensure_file) COMPLETE
96242026-02-24T04:51:20.138Z[ host-image] Feb 24 04:51:19.209 INFO O| Feb 24 04:51:19.209 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
96252026-02-24T04:51:20.143Z[ host-image] Feb 24 04:51:19.216 INFO O| Feb 24 04:51:19.216 INFO updating shadow file
96262026-02-24T04:51:20.145Z[ host-image] Feb 24 04:51:19.216 INFO O| Feb 24 04:51:19.216 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96272026-02-24T04:51:20.145Z[ host-image] Feb 24 04:51:19.216 INFO O| Feb 24 04:51:19.216 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96282026-02-24T04:51:20.145Z[ host-image] Feb 24 04:51:19.216 INFO O| Feb 24 04:51:19.216 INFO STEP 25 (shadow) COMPLETE
96292026-02-24T04:51:20.146Z[ host-image] Feb 24 04:51:19.216 INFO O| Feb 24 04:51:19.216 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96302026-02-24T04:51:20.150Z[ host-image] Feb 24 04:51:19.224 INFO O| Feb 24 04:51:19.224 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
96312026-02-24T04:51:20.151Z[ host-image] Feb 24 04:51:19.224 INFO O| Feb 24 04:51:19.224 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
96322026-02-24T04:51:20.153Z[ host-image] Feb 24 04:51:19.224 INFO O| Feb 24 04:51:19.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
96332026-02-24T04:51:20.153Z[ host-image] Feb 24 04:51:19.224 INFO O| Feb 24 04:51:19.224 INFO ok!
96342026-02-24T04:51:20.153Z[ host-image] Feb 24 04:51:19.224 INFO O| Feb 24 04:51:19.224 INFO STEP 26 (ensure_file) COMPLETE
96352026-02-24T04:51:20.153Z[ host-image] Feb 24 04:51:19.224 INFO O| Feb 24 04:51:19.224 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96362026-02-24T04:51:20.158Z[ host-image] Feb 24 04:51:19.231 INFO O| Feb 24 04:51:19.231 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
96372026-02-24T04:51:20.158Z[ host-image] Feb 24 04:51:19.231 INFO O| Feb 24 04:51:19.231 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
96382026-02-24T04:51:20.158Z[ host-image] Feb 24 04:51:19.232 INFO O| Feb 24 04:51:19.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
96392026-02-24T04:51:20.161Z[ host-image] Feb 24 04:51:19.232 INFO O| Feb 24 04:51:19.232 INFO ok!
96402026-02-24T04:51:20.161Z[ host-image] Feb 24 04:51:19.232 INFO O| Feb 24 04:51:19.232 INFO STEP 27 (ensure_file) COMPLETE
96412026-02-24T04:51:20.161Z[ host-image] Feb 24 04:51:19.232 INFO O| Feb 24 04:51:19.232 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96422026-02-24T04:51:20.166Z[ host-image] Feb 24 04:51:19.239 INFO O| Feb 24 04:51:19.239 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
96432026-02-24T04:51:20.166Z[ host-image] Feb 24 04:51:19.239 INFO O| Feb 24 04:51:19.239 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
96442026-02-24T04:51:20.169Z[ host-image] Feb 24 04:51:19.239 INFO O| Feb 24 04:51:19.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96452026-02-24T04:51:20.169Z[ host-image] Feb 24 04:51:19.240 INFO O| Feb 24 04:51:19.240 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96462026-02-24T04:51:20.169Z[ host-image] Feb 24 04:51:19.240 INFO O| Feb 24 04:51:19.240 INFO ok!
96472026-02-24T04:51:20.169Z[ host-image] Feb 24 04:51:19.240 INFO O| Feb 24 04:51:19.240 INFO STEP 28 (ensure_file) COMPLETE
96482026-02-24T04:51:20.169Z[ host-image] Feb 24 04:51:19.240 INFO O| Feb 24 04:51:19.240 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96492026-02-24T04:51:20.174Z[ host-image] Feb 24 04:51:19.247 INFO O| Feb 24 04:51:19.247 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96502026-02-24T04:51:20.174Z[ host-image] Feb 24 04:51:19.247 INFO O| Feb 24 04:51:19.247 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96512026-02-24T04:51:20.177Z[ host-image] Feb 24 04:51:19.247 INFO O| Feb 24 04:51:19.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96522026-02-24T04:51:20.177Z[ host-image] Feb 24 04:51:19.247 INFO O| Feb 24 04:51:19.247 INFO ok!
96532026-02-24T04:51:20.177Z[ host-image] Feb 24 04:51:19.247 INFO O| Feb 24 04:51:19.247 INFO STEP 29 (ensure_file) COMPLETE
96542026-02-24T04:51:20.177Z[ host-image] Feb 24 04:51:19.247 INFO O| Feb 24 04:51:19.247 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96552026-02-24T04:51:20.181Z[ host-image] Feb 24 04:51:19.255 INFO O| Feb 24 04:51:19.255 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96562026-02-24T04:51:20.181Z[ host-image] Feb 24 04:51:19.255 INFO O| Feb 24 04:51:19.255 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96572026-02-24T04:51:20.185Z[ host-image] Feb 24 04:51:19.255 INFO O| Feb 24 04:51:19.255 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96582026-02-24T04:51:20.185Z[ host-image] Feb 24 04:51:19.255 INFO O| Feb 24 04:51:19.255 INFO STEP 30 (ensure_dir) COMPLETE
96592026-02-24T04:51:20.186Z[ host-image] Feb 24 04:51:19.255 INFO O| Feb 24 04:51:19.255 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96602026-02-24T04:51:20.191Z[ host-image] Feb 24 04:51:19.264 INFO O| Feb 24 04:51:19.264 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96612026-02-24T04:51:20.194Z[ host-image] Feb 24 04:51:19.264 INFO O| Feb 24 04:51:19.264 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96622026-02-24T04:51:20.194Z[ host-image] Feb 24 04:51:19.265 INFO O| Feb 24 04:51:19.265 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96632026-02-24T04:51:20.194Z[ host-image] Feb 24 04:51:19.265 INFO O| Feb 24 04:51:19.265 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96642026-02-24T04:51:20.194Z[ host-image] Feb 24 04:51:19.265 INFO O| Feb 24 04:51:19.265 INFO ok!
96652026-02-24T04:51:20.194Z[ host-image] Feb 24 04:51:19.265 INFO O| Feb 24 04:51:19.265 INFO STEP 31 (ensure_file) COMPLETE
96662026-02-24T04:51:20.194Z[ host-image] Feb 24 04:51:19.265 INFO O| Feb 24 04:51:19.265 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96672026-02-24T04:51:20.199Z[ host-image] Feb 24 04:51:19.272 INFO O| Feb 24 04:51:19.272 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96682026-02-24T04:51:20.199Z[ host-image] Feb 24 04:51:19.272 INFO O| Feb 24 04:51:19.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96692026-02-24T04:51:20.202Z[ host-image] Feb 24 04:51:19.272 INFO O| Feb 24 04:51:19.272 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96702026-02-24T04:51:20.202Z[ host-image] Feb 24 04:51:19.272 INFO O| Feb 24 04:51:19.272 INFO STEP 32 (ensure_dir) COMPLETE
96712026-02-24T04:51:20.202Z[ host-image] Feb 24 04:51:19.272 INFO O| Feb 24 04:51:19.272 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96722026-02-24T04:51:20.207Z[ host-image] Feb 24 04:51:19.280 INFO O| Feb 24 04:51:19.280 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96732026-02-24T04:51:20.207Z[ host-image] Feb 24 04:51:19.280 INFO O| Feb 24 04:51:19.280 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 ...
96742026-02-24T04:51:20.209Z[ host-image] Feb 24 04:51:19.280 INFO O| Feb 24 04:51:19.280 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
96752026-02-24T04:51:20.209Z[ host-image] Feb 24 04:51:19.280 INFO O| Feb 24 04:51:19.280 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96762026-02-24T04:51:20.209Z[ host-image] Feb 24 04:51:19.280 INFO O| Feb 24 04:51:19.280 INFO ok!
96772026-02-24T04:51:20.209Z[ host-image] Feb 24 04:51:19.280 INFO O| Feb 24 04:51:19.280 INFO STEP 33 (ensure_file) COMPLETE
96782026-02-24T04:51:20.209Z[ host-image] Feb 24 04:51:19.280 INFO O| Feb 24 04:51:19.280 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96792026-02-24T04:51:20.214Z[ host-image] Feb 24 04:51:19.288 INFO O| Feb 24 04:51:19.287 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96802026-02-24T04:51:20.214Z[ host-image] Feb 24 04:51:19.288 INFO O| Feb 24 04:51:19.288 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96812026-02-24T04:51:20.217Z[ host-image] Feb 24 04:51:19.288 INFO O| Feb 24 04:51:19.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96822026-02-24T04:51:20.217Z[ host-image] Feb 24 04:51:19.288 INFO O| Feb 24 04:51:19.288 INFO ok!
96832026-02-24T04:51:20.217Z[ host-image] Feb 24 04:51:19.288 INFO O| Feb 24 04:51:19.288 INFO STEP 34 (ensure_file) COMPLETE
96842026-02-24T04:51:20.217Z[ host-image] Feb 24 04:51:19.288 INFO O| Feb 24 04:51:19.288 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96852026-02-24T04:51:20.222Z[ host-image] Feb 24 04:51:19.295 INFO O| Feb 24 04:51:19.295 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96862026-02-24T04:51:20.222Z[ host-image] Feb 24 04:51:19.295 INFO O| Feb 24 04:51:19.295 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96872026-02-24T04:51:20.226Z[ host-image] Feb 24 04:51:19.295 INFO O| Feb 24 04:51:19.295 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96882026-02-24T04:51:20.226Z[ host-image] Feb 24 04:51:19.295 INFO O| Feb 24 04:51:19.295 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96892026-02-24T04:51:20.226Z[ host-image] Feb 24 04:51:19.295 INFO O| Feb 24 04:51:19.295 INFO ok!
96902026-02-24T04:51:20.226Z[ host-image] Feb 24 04:51:19.295 INFO O| Feb 24 04:51:19.295 INFO STEP 35 (ensure_file) COMPLETE
96912026-02-24T04:51:20.226Z[ host-image] Feb 24 04:51:19.295 INFO O| Feb 24 04:51:19.295 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96922026-02-24T04:51:20.230Z[ host-image] Feb 24 04:51:19.303 INFO O| Feb 24 04:51:19.303 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96932026-02-24T04:51:20.230Z[ host-image] Feb 24 04:51:19.303 INFO O| Feb 24 04:51:19.303 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96942026-02-24T04:51:20.233Z[ host-image] Feb 24 04:51:19.303 INFO O| Feb 24 04:51:19.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96952026-02-24T04:51:20.233Z[ host-image] Feb 24 04:51:19.303 INFO O| Feb 24 04:51:19.303 INFO ok!
96962026-02-24T04:51:20.233Z[ host-image] Feb 24 04:51:19.303 INFO O| Feb 24 04:51:19.303 INFO STEP 36 (ensure_file) COMPLETE
96972026-02-24T04:51:20.233Z[ host-image] Feb 24 04:51:19.303 INFO O| Feb 24 04:51:19.303 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96982026-02-24T04:51:20.240Z[ host-image] Feb 24 04:51:19.313 INFO O| Feb 24 04:51:19.313 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96992026-02-24T04:51:20.240Z[ host-image] Feb 24 04:51:19.313 INFO O| Feb 24 04:51:19.313 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
97002026-02-24T04:51:20.242Z[ host-image] Feb 24 04:51:19.313 INFO O| Feb 24 04:51:19.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
97012026-02-24T04:51:20.242Z[ host-image] Feb 24 04:51:19.313 INFO O| Feb 24 04:51:19.313 INFO ok!
97022026-02-24T04:51:20.243Z[ host-image] Feb 24 04:51:19.313 INFO O| Feb 24 04:51:19.313 INFO STEP 37 (ensure_file) COMPLETE
97032026-02-24T04:51:20.243Z[ host-image] Feb 24 04:51:19.313 INFO O| Feb 24 04:51:19.313 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97042026-02-24T04:51:20.247Z[ host-image] Feb 24 04:51:19.321 INFO O| Feb 24 04:51:19.321 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
97052026-02-24T04:51:20.247Z[ host-image] Feb 24 04:51:19.321 INFO O| Feb 24 04:51:19.321 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
97062026-02-24T04:51:20.251Z[ host-image] Feb 24 04:51:19.321 INFO O| Feb 24 04:51:19.321 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97072026-02-24T04:51:20.251Z[ host-image] Feb 24 04:51:19.321 INFO O| Feb 24 04:51:19.321 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97082026-02-24T04:51:20.251Z[ host-image] Feb 24 04:51:19.321 INFO O| Feb 24 04:51:19.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97092026-02-24T04:51:20.251Z[ host-image] Feb 24 04:51:19.321 INFO O| Feb 24 04:51:19.321 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97102026-02-24T04:51:20.251Z[ host-image] Feb 24 04:51:19.321 INFO O| Feb 24 04:51:19.321 INFO ok!
97112026-02-24T04:51:20.252Z[ host-image] Feb 24 04:51:19.321 INFO O| Feb 24 04:51:19.321 INFO STEP 38 (ensure_file) COMPLETE
97122026-02-24T04:51:20.252Z[ host-image] Feb 24 04:51:19.321 INFO O| Feb 24 04:51:19.321 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97132026-02-24T04:51:20.255Z[ host-image] Feb 24 04:51:19.329 INFO O| Feb 24 04:51:19.329 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
97142026-02-24T04:51:20.258Z[ host-image] Feb 24 04:51:19.329 INFO O| Feb 24 04:51:19.329 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
97152026-02-24T04:51:20.258Z[ host-image] Feb 24 04:51:19.329 INFO O| Feb 24 04:51:19.329 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
97162026-02-24T04:51:20.258Z[ host-image] Feb 24 04:51:19.329 INFO O| Feb 24 04:51:19.329 INFO STEP 39 (ensure_dir) COMPLETE
97172026-02-24T04:51:20.258Z[ host-image] Feb 24 04:51:19.329 INFO O| Feb 24 04:51:19.329 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97182026-02-24T04:51:20.263Z[ host-image] Feb 24 04:51:19.336 INFO O| Feb 24 04:51:19.336 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
97192026-02-24T04:51:20.263Z[ host-image] Feb 24 04:51:19.336 INFO O| Feb 24 04:51:19.336 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 ...
97202026-02-24T04:51:20.266Z[ host-image] Feb 24 04:51:19.336 INFO O| Feb 24 04:51:19.336 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
97212026-02-24T04:51:20.266Z[ host-image] Feb 24 04:51:19.336 INFO O| Feb 24 04:51:19.336 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
97222026-02-24T04:51:20.266Z[ host-image] Feb 24 04:51:19.336 INFO O| Feb 24 04:51:19.336 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
97232026-02-24T04:51:20.266Z[ host-image] Feb 24 04:51:19.336 INFO O| Feb 24 04:51:19.336 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
97242026-02-24T04:51:20.266Z[ host-image] Feb 24 04:51:19.336 INFO O| Feb 24 04:51:19.336 INFO ok!
97252026-02-24T04:51:20.266Z[ host-image] Feb 24 04:51:19.336 INFO O| Feb 24 04:51:19.336 INFO STEP 40 (ensure_file) COMPLETE
97262026-02-24T04:51:20.266Z[ host-image] Feb 24 04:51:19.336 INFO O| Feb 24 04:51:19.336 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97272026-02-24T04:51:20.271Z[ host-image] Feb 24 04:51:19.344 INFO O| Feb 24 04:51:19.344 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
97282026-02-24T04:51:20.271Z[ host-image] Feb 24 04:51:19.344 INFO O| Feb 24 04:51:19.344 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 ...
97292026-02-24T04:51:20.274Z[ host-image] Feb 24 04:51:19.344 INFO O| Feb 24 04:51:19.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
97302026-02-24T04:51:20.274Z[ host-image] Feb 24 04:51:19.344 INFO O| Feb 24 04:51:19.344 INFO ok!
97312026-02-24T04:51:20.274Z[ host-image] Feb 24 04:51:19.344 INFO O| Feb 24 04:51:19.344 INFO STEP 41 (ensure_symlink) COMPLETE
97322026-02-24T04:51:20.274Z[ host-image] Feb 24 04:51:19.344 INFO O| Feb 24 04:51:19.344 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97332026-02-24T04:51:20.280Z[ host-image] Feb 24 04:51:19.353 INFO O| Feb 24 04:51:19.353 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
97342026-02-24T04:51:20.280Z[ host-image] Feb 24 04:51:19.354 INFO O| Feb 24 04:51:19.353 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
97352026-02-24T04:51:20.283Z[ host-image] Feb 24 04:51:19.354 INFO O| Feb 24 04:51:19.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
97362026-02-24T04:51:20.283Z[ host-image] Feb 24 04:51:19.354 INFO O| Feb 24 04:51:19.354 INFO ok!
97372026-02-24T04:51:20.283Z[ host-image] Feb 24 04:51:19.354 INFO O| Feb 24 04:51:19.354 INFO STEP 42 (ensure_symlink) COMPLETE
97382026-02-24T04:51:20.283Z[ host-image] Feb 24 04:51:19.354 INFO O| Feb 24 04:51:19.354 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97392026-02-24T04:51:20.288Z[ host-image] Feb 24 04:51:19.361 INFO O| Feb 24 04:51:19.361 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
97402026-02-24T04:51:20.288Z[ host-image] Feb 24 04:51:19.362 INFO O| Feb 24 04:51:19.361 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
97412026-02-24T04:51:20.291Z[ host-image] Feb 24 04:51:19.362 INFO O| Feb 24 04:51:19.362 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97422026-02-24T04:51:20.291Z[ host-image] Feb 24 04:51:19.362 INFO O| Feb 24 04:51:19.362 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97432026-02-24T04:51:20.291Z[ host-image] Feb 24 04:51:19.362 INFO O| Feb 24 04:51:19.362 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97442026-02-24T04:51:20.291Z[ host-image] Feb 24 04:51:19.362 INFO O| Feb 24 04:51:19.362 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97452026-02-24T04:51:20.291Z[ host-image] Feb 24 04:51:19.362 INFO O| Feb 24 04:51:19.362 INFO ok!
97462026-02-24T04:51:20.291Z[ host-image] Feb 24 04:51:19.362 INFO O| Feb 24 04:51:19.362 INFO STEP 43 (ensure_file) COMPLETE
97472026-02-24T04:51:20.291Z[ host-image] Feb 24 04:51:19.362 INFO O| Feb 24 04:51:19.362 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97482026-02-24T04:51:20.298Z[ host-image] Feb 24 04:51:19.372 INFO O| Feb 24 04:51:19.372 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97492026-02-24T04:51:20.301Z[ host-image] Feb 24 04:51:19.372 INFO O| Feb 24 04:51:19.372 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 ...
97502026-02-24T04:51:20.301Z[ host-image] Feb 24 04:51:19.372 INFO O| Feb 24 04:51:19.372 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
97512026-02-24T04:51:20.301Z[ host-image] Feb 24 04:51:19.372 INFO O| Feb 24 04:51:19.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97522026-02-24T04:51:20.301Z[ host-image] Feb 24 04:51:19.372 INFO O| Feb 24 04:51:19.372 INFO ok!
97532026-02-24T04:51:20.301Z[ host-image] Feb 24 04:51:19.372 INFO O| Feb 24 04:51:19.372 INFO STEP 44 (ensure_file) COMPLETE
97542026-02-24T04:51:20.301Z[ host-image] Feb 24 04:51:19.372 INFO O| Feb 24 04:51:19.372 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97552026-02-24T04:51:20.306Z[ host-image] Feb 24 04:51:19.380 INFO O| Feb 24 04:51:19.380 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97562026-02-24T04:51:20.309Z[ host-image] Feb 24 04:51:19.380 INFO O| Feb 24 04:51:19.380 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97572026-02-24T04:51:20.309Z[ host-image] Feb 24 04:51:19.380 INFO O| Feb 24 04:51:19.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97582026-02-24T04:51:20.309Z[ host-image] Feb 24 04:51:19.380 INFO O| Feb 24 04:51:19.380 INFO ok!
97592026-02-24T04:51:20.309Z[ host-image] Feb 24 04:51:19.380 INFO O| Feb 24 04:51:19.380 INFO STEP 45 (ensure_file) COMPLETE
97602026-02-24T04:51:20.309Z[ host-image] Feb 24 04:51:19.380 INFO O| Feb 24 04:51:19.380 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97612026-02-24T04:51:20.314Z[ host-image] Feb 24 04:51:19.388 INFO O| Feb 24 04:51:19.387 INFO updating shadow file
97622026-02-24T04:51:20.317Z[ host-image] Feb 24 04:51:19.388 INFO O| Feb 24 04:51:19.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97632026-02-24T04:51:20.317Z[ host-image] Feb 24 04:51:19.388 INFO O| Feb 24 04:51:19.388 INFO STEP 46 (shadow) COMPLETE
97642026-02-24T04:51:20.317Z[ host-image] Feb 24 04:51:19.388 INFO O| Feb 24 04:51:19.388 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97652026-02-24T04:51:20.322Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97662026-02-24T04:51:20.322Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97672026-02-24T04:51:20.325Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97682026-02-24T04:51:20.325Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97692026-02-24T04:51:20.325Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO ok!
97702026-02-24T04:51:20.325Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO STEP 47 (ensure_file) COMPLETE
97712026-02-24T04:51:20.325Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97722026-02-24T04:51:20.325Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO skip step because feature "mfg" is not enabled
97732026-02-24T04:51:20.325Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97742026-02-24T04:51:20.325Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO skip step because feature "mfg" is not enabled
97752026-02-24T04:51:20.325Z[ host-image] Feb 24 04:51:19.395 INFO O| Feb 24 04:51:19.395 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97762026-02-24T04:51:20.331Z[ host-image] Feb 24 04:51:19.404 INFO O| Feb 24 04:51:19.404 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97772026-02-24T04:51:20.331Z[ host-image] Feb 24 04:51:19.404 INFO O| Feb 24 04:51:19.404 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97782026-02-24T04:51:20.364Z[ host-image] Feb 24 04:51:19.437 INFO O| Feb 24 04:51:19.437 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97792026-02-24T04:51:20.364Z[ host-image] Feb 24 04:51:19.437 INFO O| Feb 24 04:51:19.437 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97802026-02-24T04:51:20.364Z[ host-image] Feb 24 04:51:19.437 INFO O| Feb 24 04:51:19.437 INFO ok!
97812026-02-24T04:51:20.367Z[ host-image] Feb 24 04:51:19.437 INFO O| Feb 24 04:51:19.437 INFO STEP 50 (ensure_file) COMPLETE
97822026-02-24T04:51:20.367Z[ host-image] Feb 24 04:51:19.437 INFO O| Feb 24 04:51:19.437 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97832026-02-24T04:51:20.367Z[ host-image] Feb 24 04:51:19.437 INFO O| Feb 24 04:51:19.437 INFO skip step because feature "compliance" is not enabled
97842026-02-24T04:51:20.367Z[ host-image] Feb 24 04:51:19.437 INFO O| Feb 24 04:51:19.437 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97852026-02-24T04:51:20.372Z[ host-image] Feb 24 04:51:19.446 INFO O| Feb 24 04:51:19.446 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97862026-02-24T04:51:20.373Z[ host-image] Feb 24 04:51:19.446 INFO O| Feb 24 04:51:19.446 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97872026-02-24T04:51:20.375Z[ host-image] Feb 24 04:51:19.447 INFO O| Feb 24 04:51:19.447 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97882026-02-24T04:51:20.375Z[ host-image] Feb 24 04:51:19.447 INFO O| Feb 24 04:51:19.447 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97892026-02-24T04:51:20.375Z[ host-image] Feb 24 04:51:19.447 INFO O| Feb 24 04:51:19.447 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97902026-02-24T04:51:20.375Z[ host-image] Feb 24 04:51:19.447 INFO O| Feb 24 04:51:19.447 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97912026-02-24T04:51:20.375Z[ host-image] Feb 24 04:51:19.447 INFO O| Feb 24 04:51:19.447 INFO ok!
97922026-02-24T04:51:20.375Z[ host-image] Feb 24 04:51:19.447 INFO O| Feb 24 04:51:19.447 INFO STEP 52 (ensure_file) COMPLETE
97932026-02-24T04:51:20.375Z[ host-image] Feb 24 04:51:19.447 INFO O| Feb 24 04:51:19.447 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97942026-02-24T04:51:20.381Z[ host-image] Feb 24 04:51:19.454 INFO O| Feb 24 04:51:19.454 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97952026-02-24T04:51:20.381Z[ host-image] Feb 24 04:51:19.454 INFO O| Feb 24 04:51:19.454 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 ...
97962026-02-24T04:51:20.383Z[ host-image] Feb 24 04:51:19.455 INFO O| Feb 24 04:51:19.455 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
97972026-02-24T04:51:20.384Z[ host-image] Feb 24 04:51:19.455 INFO O| Feb 24 04:51:19.455 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97982026-02-24T04:51:20.384Z[ host-image] Feb 24 04:51:19.455 INFO O| Feb 24 04:51:19.455 INFO ok!
97992026-02-24T04:51:20.384Z[ host-image] Feb 24 04:51:19.455 INFO O| Feb 24 04:51:19.455 INFO STEP 53 (ensure_file) COMPLETE
98002026-02-24T04:51:20.384Z[ host-image] Feb 24 04:51:19.455 INFO O| Feb 24 04:51:19.455 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98012026-02-24T04:51:20.389Z[ host-image] Feb 24 04:51:19.463 INFO O| Feb 24 04:51:19.463 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
98022026-02-24T04:51:20.389Z[ host-image] Feb 24 04:51:19.463 INFO O| Feb 24 04:51:19.463 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 ...
98032026-02-24T04:51:20.392Z[ host-image] Feb 24 04:51:19.463 INFO O| Feb 24 04:51:19.463 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
98042026-02-24T04:51:20.392Z[ host-image] Feb 24 04:51:19.463 INFO O| Feb 24 04:51:19.463 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
98052026-02-24T04:51:20.392Z[ host-image] Feb 24 04:51:19.463 INFO O| Feb 24 04:51:19.463 INFO ok!
98062026-02-24T04:51:20.392Z[ host-image] Feb 24 04:51:19.463 INFO O| Feb 24 04:51:19.463 INFO STEP 54 (ensure_file) COMPLETE
98072026-02-24T04:51:20.392Z[ host-image] Feb 24 04:51:19.463 INFO O| Feb 24 04:51:19.463 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98082026-02-24T04:51:20.400Z[ host-image] Feb 24 04:51:19.473 INFO O| Feb 24 04:51:19.473 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
98092026-02-24T04:51:20.400Z[ host-image] Feb 24 04:51:19.473 INFO O| Feb 24 04:51:19.473 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 ...
98102026-02-24T04:51:20.403Z[ host-image] Feb 24 04:51:19.474 INFO O| Feb 24 04:51:19.474 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
98112026-02-24T04:51:20.403Z[ host-image] Feb 24 04:51:19.474 INFO O| Feb 24 04:51:19.474 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
98122026-02-24T04:51:20.403Z[ host-image] Feb 24 04:51:19.474 INFO O| Feb 24 04:51:19.474 INFO ok!
98132026-02-24T04:51:20.403Z[ host-image] Feb 24 04:51:19.474 INFO O| Feb 24 04:51:19.474 INFO STEP 55 (ensure_file) COMPLETE
98142026-02-24T04:51:20.403Z[ host-image] Feb 24 04:51:19.474 INFO O| Feb 24 04:51:19.474 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98152026-02-24T04:51:20.409Z[ host-image] Feb 24 04:51:19.482 INFO O| Feb 24 04:51:19.482 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
98162026-02-24T04:51:20.411Z[ host-image] Feb 24 04:51:19.482 INFO O| Feb 24 04:51:19.482 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 ...
98172026-02-24T04:51:20.411Z[ host-image] Feb 24 04:51:19.483 INFO O| Feb 24 04:51:19.483 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
98182026-02-24T04:51:20.411Z[ host-image] Feb 24 04:51:19.483 INFO O| Feb 24 04:51:19.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
98192026-02-24T04:51:20.412Z[ host-image] Feb 24 04:51:19.483 INFO O| Feb 24 04:51:19.483 INFO ok!
98202026-02-24T04:51:20.412Z[ host-image] Feb 24 04:51:19.483 INFO O| Feb 24 04:51:19.483 INFO STEP 56 (ensure_file) COMPLETE
98212026-02-24T04:51:20.412Z[ host-image] Feb 24 04:51:19.483 INFO O| Feb 24 04:51:19.483 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98222026-02-24T04:51:20.417Z[ host-image] Feb 24 04:51:19.490 INFO O| Feb 24 04:51:19.490 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
98232026-02-24T04:51:20.417Z[ host-image] Feb 24 04:51:19.490 INFO O| Feb 24 04:51:19.490 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 ...
98242026-02-24T04:51:20.420Z[ host-image] Feb 24 04:51:19.491 INFO O| Feb 24 04:51:19.491 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
98252026-02-24T04:51:20.420Z[ host-image] Feb 24 04:51:19.491 INFO O| Feb 24 04:51:19.491 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
98262026-02-24T04:51:20.420Z[ host-image] Feb 24 04:51:19.491 INFO O| Feb 24 04:51:19.491 INFO ok!
98272026-02-24T04:51:20.420Z[ host-image] Feb 24 04:51:19.491 INFO O| Feb 24 04:51:19.491 INFO STEP 57 (ensure_file) COMPLETE
98282026-02-24T04:51:20.420Z[ host-image] Feb 24 04:51:19.491 INFO O| Feb 24 04:51:19.491 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98292026-02-24T04:51:20.426Z[ host-image] Feb 24 04:51:19.499 INFO O| Feb 24 04:51:19.499 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
98302026-02-24T04:51:20.426Z[ host-image] Feb 24 04:51:19.499 INFO O| Feb 24 04:51:19.499 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 ...
98312026-02-24T04:51:20.429Z[ host-image] Feb 24 04:51:19.500 INFO O| Feb 24 04:51:19.500 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98322026-02-24T04:51:20.429Z[ host-image] Feb 24 04:51:19.500 INFO O| Feb 24 04:51:19.500 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98332026-02-24T04:51:20.429Z[ host-image] Feb 24 04:51:19.500 INFO O| Feb 24 04:51:19.500 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98342026-02-24T04:51:20.429Z[ host-image] Feb 24 04:51:19.500 INFO O| Feb 24 04:51:19.500 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98352026-02-24T04:51:20.429Z[ host-image] Feb 24 04:51:19.500 INFO O| Feb 24 04:51:19.500 INFO ok!
98362026-02-24T04:51:20.429Z[ host-image] Feb 24 04:51:19.500 INFO O| Feb 24 04:51:19.500 INFO STEP 58 (ensure_file) COMPLETE
98372026-02-24T04:51:20.429Z[ host-image] Feb 24 04:51:19.500 INFO O| Feb 24 04:51:19.500 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98382026-02-24T04:51:20.436Z[ host-image] Feb 24 04:51:19.509 INFO O| Feb 24 04:51:19.509 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
98392026-02-24T04:51:20.436Z[ host-image] Feb 24 04:51:19.509 INFO O| Feb 24 04:51:19.509 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 ...
98402026-02-24T04:51:20.439Z[ host-image] Feb 24 04:51:19.510 INFO O| Feb 24 04:51:19.510 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
98412026-02-24T04:51:20.439Z[ host-image] Feb 24 04:51:19.510 INFO O| Feb 24 04:51:19.510 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98422026-02-24T04:51:20.439Z[ host-image] Feb 24 04:51:19.510 INFO O| Feb 24 04:51:19.510 INFO ok!
98432026-02-24T04:51:20.439Z[ host-image] Feb 24 04:51:19.510 INFO O| Feb 24 04:51:19.510 INFO STEP 59 (ensure_file) COMPLETE
98442026-02-24T04:51:20.439Z[ host-image] Feb 24 04:51:19.510 INFO O| Feb 24 04:51:19.510 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98452026-02-24T04:51:20.444Z[ host-image] Feb 24 04:51:19.517 INFO O| Feb 24 04:51:19.517 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98462026-02-24T04:51:20.447Z[ host-image] Feb 24 04:51:19.517 INFO O| Feb 24 04:51:19.517 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98472026-02-24T04:51:20.447Z[ host-image] Feb 24 04:51:19.518 INFO O| Feb 24 04:51:19.518 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98482026-02-24T04:51:20.447Z[ host-image] Feb 24 04:51:19.518 INFO O| Feb 24 04:51:19.518 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98492026-02-24T04:51:20.447Z[ host-image] Feb 24 04:51:19.518 INFO O| Feb 24 04:51:19.518 INFO ok!
98502026-02-24T04:51:20.447Z[ host-image] Feb 24 04:51:19.518 INFO O| Feb 24 04:51:19.518 INFO STEP 60 (ensure_file) COMPLETE
98512026-02-24T04:51:20.447Z[ host-image] Feb 24 04:51:19.518 INFO O| Feb 24 04:51:19.518 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98522026-02-24T04:51:20.454Z[ host-image] Feb 24 04:51:19.528 INFO O| Feb 24 04:51:19.527 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98532026-02-24T04:51:20.454Z[ host-image] Feb 24 04:51:19.528 INFO O| Feb 24 04:51:19.528 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 ...
98542026-02-24T04:51:20.457Z[ host-image] Feb 24 04:51:19.528 INFO O| Feb 24 04:51:19.528 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
98552026-02-24T04:51:20.457Z[ host-image] Feb 24 04:51:19.528 INFO O| Feb 24 04:51:19.528 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98562026-02-24T04:51:20.457Z[ host-image] Feb 24 04:51:19.528 INFO O| Feb 24 04:51:19.528 INFO ok!
98572026-02-24T04:51:20.457Z[ host-image] Feb 24 04:51:19.528 INFO O| Feb 24 04:51:19.528 INFO STEP 61 (ensure_file) COMPLETE
98582026-02-24T04:51:20.457Z[ host-image] Feb 24 04:51:19.528 INFO O| Feb 24 04:51:19.528 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98592026-02-24T04:51:20.462Z[ host-image] Feb 24 04:51:19.536 INFO O| Feb 24 04:51:19.535 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98602026-02-24T04:51:20.465Z[ host-image] Feb 24 04:51:19.536 INFO O| Feb 24 04:51:19.536 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98612026-02-24T04:51:20.465Z[ host-image] Feb 24 04:51:19.536 INFO O| Feb 24 04:51:19.536 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98622026-02-24T04:51:20.465Z[ host-image] Feb 24 04:51:19.536 INFO O| Feb 24 04:51:19.536 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98632026-02-24T04:51:20.465Z[ host-image] Feb 24 04:51:19.536 INFO O| Feb 24 04:51:19.536 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98642026-02-24T04:51:20.465Z[ host-image] Feb 24 04:51:19.536 INFO O| Feb 24 04:51:19.536 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98652026-02-24T04:51:20.465Z[ host-image] Feb 24 04:51:19.536 INFO O| Feb 24 04:51:19.536 INFO ok!
98662026-02-24T04:51:20.465Z[ host-image] Feb 24 04:51:19.536 INFO O| Feb 24 04:51:19.536 INFO STEP 62 (ensure_file) COMPLETE
98672026-02-24T04:51:20.465Z[ host-image] Feb 24 04:51:19.536 INFO O| Feb 24 04:51:19.536 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98682026-02-24T04:51:20.471Z[ host-image] Feb 24 04:51:19.544 INFO O| Feb 24 04:51:19.544 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98692026-02-24T04:51:20.471Z[ host-image] Feb 24 04:51:19.544 INFO O| Feb 24 04:51:19.544 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 ...
98702026-02-24T04:51:20.473Z[ host-image] Feb 24 04:51:19.545 INFO O| Feb 24 04:51:19.545 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
98712026-02-24T04:51:20.473Z[ host-image] Feb 24 04:51:19.545 INFO O| Feb 24 04:51:19.545 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98722026-02-24T04:51:20.473Z[ host-image] Feb 24 04:51:19.545 INFO O| Feb 24 04:51:19.545 INFO ok!
98732026-02-24T04:51:20.474Z[ host-image] Feb 24 04:51:19.545 INFO O| Feb 24 04:51:19.545 INFO STEP 63 (ensure_file) COMPLETE
98742026-02-24T04:51:20.474Z[ host-image] Feb 24 04:51:19.545 INFO O| Feb 24 04:51:19.545 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98752026-02-24T04:51:20.479Z[ host-image] Feb 24 04:51:19.552 INFO O| Feb 24 04:51:19.552 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98762026-02-24T04:51:20.479Z[ host-image] Feb 24 04:51:19.552 INFO O| Feb 24 04:51:19.552 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 ...
98772026-02-24T04:51:20.482Z[ host-image] Feb 24 04:51:19.553 INFO O| Feb 24 04:51:19.553 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
98782026-02-24T04:51:20.482Z[ host-image] Feb 24 04:51:19.553 INFO O| Feb 24 04:51:19.553 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98792026-02-24T04:51:20.482Z[ host-image] Feb 24 04:51:19.553 INFO O| Feb 24 04:51:19.553 INFO ok!
98802026-02-24T04:51:20.482Z[ host-image] Feb 24 04:51:19.553 INFO O| Feb 24 04:51:19.553 INFO STEP 64 (ensure_file) COMPLETE
98812026-02-24T04:51:20.482Z[ host-image] Feb 24 04:51:19.553 INFO O| Feb 24 04:51:19.553 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98822026-02-24T04:51:20.488Z[ host-image] Feb 24 04:51:19.561 INFO O| Feb 24 04:51:19.561 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98832026-02-24T04:51:20.488Z[ host-image] Feb 24 04:51:19.561 INFO O| Feb 24 04:51:19.561 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 ...
98842026-02-24T04:51:20.491Z[ host-image] Feb 24 04:51:19.562 INFO O| Feb 24 04:51:19.562 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
98852026-02-24T04:51:20.491Z[ host-image] Feb 24 04:51:19.562 INFO O| Feb 24 04:51:19.562 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98862026-02-24T04:51:20.491Z[ host-image] Feb 24 04:51:19.562 INFO O| Feb 24 04:51:19.562 INFO ok!
98872026-02-24T04:51:20.491Z[ host-image] Feb 24 04:51:19.562 INFO O| Feb 24 04:51:19.562 INFO STEP 65 (ensure_file) COMPLETE
98882026-02-24T04:51:20.491Z[ host-image] Feb 24 04:51:19.562 INFO O| Feb 24 04:51:19.562 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98892026-02-24T04:51:20.491Z[ host-image] Feb 24 04:51:19.562 INFO O| Feb 24 04:51:19.562 INFO skip step because feature "mbist" is not enabled
98902026-02-24T04:51:20.491Z[ host-image] Feb 24 04:51:19.562 INFO O| Feb 24 04:51:19.562 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912026-02-24T04:51:20.496Z[ host-image] Feb 24 04:51:19.569 INFO O| Feb 24 04:51:19.569 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98922026-02-24T04:51:20.496Z[ host-image] Feb 24 04:51:19.570 INFO O| Feb 24 04:51:19.569 INFO STEP 67 (ensure_dir) COMPLETE
98932026-02-24T04:51:20.499Z[ host-image] Feb 24 04:51:19.570 INFO O| Feb 24 04:51:19.569 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98942026-02-24T04:51:20.504Z[ host-image] Feb 24 04:51:19.577 INFO O| Feb 24 04:51:19.577 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98952026-02-24T04:51:20.504Z[ host-image] Feb 24 04:51:19.577 INFO O| Feb 24 04:51:19.577 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98962026-02-24T04:51:20.504Z[ host-image] Feb 24 04:51:19.577 INFO O| Feb 24 04:51:19.577 INFO STEP 68 (ensure_dir) COMPLETE
98972026-02-24T04:51:20.504Z[ host-image] Feb 24 04:51:19.577 INFO O| Feb 24 04:51:19.577 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982026-02-24T04:51:20.512Z[ host-image] Feb 24 04:51:19.584 INFO O| Feb 24 04:51:19.584 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98992026-02-24T04:51:20.516Z[ host-image] Feb 24 04:51:19.584 INFO O| Feb 24 04:51:19.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
99002026-02-24T04:51:20.516Z[ host-image] Feb 24 04:51:19.584 INFO O| Feb 24 04:51:19.584 INFO STEP 69 (ensure_dir) COMPLETE
99012026-02-24T04:51:20.516Z[ host-image] Feb 24 04:51:19.584 INFO O| Feb 24 04:51:19.584 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99022026-02-24T04:51:20.519Z[ host-image] Feb 24 04:51:19.591 INFO O| Feb 24 04:51:19.591 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
99032026-02-24T04:51:20.519Z[ host-image] Feb 24 04:51:19.591 INFO O| Feb 24 04:51:19.591 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
99042026-02-24T04:51:21.239Z[ host-image] Feb 24 04:51:20.312 INFO O| Feb 24 04:51:20.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
99052026-02-24T04:51:21.239Z[ host-image] Feb 24 04:51:20.312 INFO O| Feb 24 04:51:20.312 INFO ok!
99062026-02-24T04:51:21.242Z[ host-image] Feb 24 04:51:20.312 INFO O| Feb 24 04:51:20.312 INFO STEP 70 (ensure_file) COMPLETE
99072026-02-24T04:51:21.242Z[ host-image] Feb 24 04:51:20.312 INFO O| Feb 24 04:51:20.312 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99082026-02-24T04:51:21.248Z[ host-image] Feb 24 04:51:20.321 INFO O| Feb 24 04:51:20.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
99092026-02-24T04:51:21.248Z[ host-image] Feb 24 04:51:20.321 INFO O| Feb 24 04:51:20.321 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
99102026-02-24T04:51:22.417Z[ host-image] Feb 24 04:51:21.490 INFO O| Feb 24 04:51:21.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
99112026-02-24T04:51:22.417Z[ host-image] Feb 24 04:51:21.490 INFO O| Feb 24 04:51:21.490 INFO ok!
99122026-02-24T04:51:22.417Z[ host-image] Feb 24 04:51:21.490 INFO O| Feb 24 04:51:21.490 INFO STEP 71 (ensure_file) COMPLETE
99132026-02-24T04:51:22.420Z[ host-image] Feb 24 04:51:21.490 INFO O| Feb 24 04:51:21.490 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99142026-02-24T04:51:22.426Z[ host-image] Feb 24 04:51:21.499 INFO O| Feb 24 04:51:21.499 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
99152026-02-24T04:51:22.426Z[ host-image] Feb 24 04:51:21.499 INFO O| Feb 24 04:51:21.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
99162026-02-24T04:51:22.426Z[ host-image] Feb 24 04:51:21.499 INFO O| Feb 24 04:51:21.499 INFO STEP 72 (ensure_dir) COMPLETE
99172026-02-24T04:51:22.429Z[ host-image] Feb 24 04:51:21.499 INFO O| Feb 24 04:51:21.499 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99182026-02-24T04:51:22.435Z[ host-image] Feb 24 04:51:21.508 INFO O| Feb 24 04:51:21.508 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
99192026-02-24T04:51:22.435Z[ host-image] Feb 24 04:51:21.508 INFO O| Feb 24 04:51:21.508 INFO copying /tmp/.tmpa2ii5w/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 ...
99202026-02-24T04:51:22.438Z[ host-image] Feb 24 04:51:21.508 INFO O| Feb 24 04:51:21.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
99212026-02-24T04:51:22.438Z[ host-image] Feb 24 04:51:21.508 INFO O| Feb 24 04:51:21.508 INFO ok!
99222026-02-24T04:51:22.438Z[ host-image] Feb 24 04:51:21.508 INFO O| Feb 24 04:51:21.508 INFO STEP 73 (ensure_file) COMPLETE
99232026-02-24T04:51:22.438Z[ host-image] Feb 24 04:51:21.508 INFO O| Feb 24 04:51:21.508 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242026-02-24T04:51:22.444Z[ host-image] Feb 24 04:51:21.517 INFO O| Feb 24 04:51:21.517 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
99252026-02-24T04:51:22.444Z[ host-image] Feb 24 04:51:21.517 INFO O| Feb 24 04:51:21.517 INFO copying /tmp/.tmpa2ii5w/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 ...
99262026-02-24T04:51:22.446Z[ host-image] Feb 24 04:51:21.517 INFO O| Feb 24 04:51:21.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
99272026-02-24T04:51:22.446Z[ host-image] Feb 24 04:51:21.517 INFO O| Feb 24 04:51:21.517 INFO ok!
99282026-02-24T04:51:22.446Z[ host-image] Feb 24 04:51:21.517 INFO O| Feb 24 04:51:21.517 INFO STEP 74 (ensure_file) COMPLETE
99292026-02-24T04:51:22.446Z[ host-image] Feb 24 04:51:21.517 INFO O| Feb 24 04:51:21.517 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302026-02-24T04:51:22.452Z[ host-image] Feb 24 04:51:21.525 INFO O| Feb 24 04:51:21.525 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99312026-02-24T04:51:22.452Z[ host-image] Feb 24 04:51:21.525 INFO O| Feb 24 04:51:21.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99322026-02-24T04:51:22.455Z[ host-image] Feb 24 04:51:21.525 INFO O| Feb 24 04:51:21.525 INFO STEP 75 (ensure_dir) COMPLETE
99332026-02-24T04:51:22.455Z[ host-image] Feb 24 04:51:21.525 INFO O| Feb 24 04:51:21.525 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342026-02-24T04:51:22.459Z[ host-image] Feb 24 04:51:21.532 INFO O| Feb 24 04:51:21.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
99352026-02-24T04:51:22.459Z[ host-image] Feb 24 04:51:21.532 INFO O| Feb 24 04:51:21.532 INFO copying /tmp/.tmpa2ii5w/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 ...
99362026-02-24T04:51:22.462Z[ host-image] Feb 24 04:51:21.532 INFO O| Feb 24 04:51:21.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
99372026-02-24T04:51:22.462Z[ host-image] Feb 24 04:51:21.532 INFO O| Feb 24 04:51:21.532 INFO ok!
99382026-02-24T04:51:22.462Z[ host-image] Feb 24 04:51:21.532 INFO O| Feb 24 04:51:21.532 INFO STEP 76 (ensure_file) COMPLETE
99392026-02-24T04:51:22.462Z[ host-image] Feb 24 04:51:21.532 INFO O| Feb 24 04:51:21.532 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402026-02-24T04:51:22.468Z[ host-image] Feb 24 04:51:21.541 INFO O| Feb 24 04:51:21.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
99412026-02-24T04:51:22.469Z[ host-image] Feb 24 04:51:21.541 INFO O| Feb 24 04:51:21.541 INFO copying /tmp/.tmpa2ii5w/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 ...
99422026-02-24T04:51:22.472Z[ host-image] Feb 24 04:51:21.541 INFO O| Feb 24 04:51:21.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99432026-02-24T04:51:22.472Z[ host-image] Feb 24 04:51:21.542 INFO O| Feb 24 04:51:21.541 INFO ok!
99442026-02-24T04:51:22.472Z[ host-image] Feb 24 04:51:21.542 INFO O| Feb 24 04:51:21.541 INFO STEP 77 (ensure_file) COMPLETE
99452026-02-24T04:51:22.472Z[ host-image] Feb 24 04:51:21.542 INFO O| Feb 24 04:51:21.541 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99462026-02-24T04:51:22.478Z[ host-image] Feb 24 04:51:21.552 INFO O| Feb 24 04:51:21.551 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99472026-02-24T04:51:22.478Z[ host-image] Feb 24 04:51:21.552 INFO O| Feb 24 04:51:21.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99482026-02-24T04:51:22.478Z[ host-image] Feb 24 04:51:21.552 INFO O| Feb 24 04:51:21.552 INFO STEP 78 (ensure_dir) COMPLETE
99492026-02-24T04:51:22.481Z[ host-image] Feb 24 04:51:21.552 INFO O| Feb 24 04:51:21.552 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99502026-02-24T04:51:22.486Z[ host-image] Feb 24 04:51:21.559 INFO O| Feb 24 04:51:21.559 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99512026-02-24T04:51:22.486Z[ host-image] Feb 24 04:51:21.559 INFO O| Feb 24 04:51:21.559 INFO copying /tmp/.tmpa2ii5w/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 ...
99522026-02-24T04:51:22.486Z[ host-image] Feb 24 04:51:21.559 INFO O| Feb 24 04:51:21.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99532026-02-24T04:51:22.491Z[ host-image] Feb 24 04:51:21.559 INFO O| Feb 24 04:51:21.559 INFO ok!
99542026-02-24T04:51:22.491Z[ host-image] Feb 24 04:51:21.559 INFO O| Feb 24 04:51:21.559 INFO STEP 79 (ensure_file) COMPLETE
99552026-02-24T04:51:22.491Z[ host-image] Feb 24 04:51:21.559 INFO O| Feb 24 04:51:21.559 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99562026-02-24T04:51:22.494Z[ host-image] Feb 24 04:51:21.567 INFO O| Feb 24 04:51:21.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99572026-02-24T04:51:22.497Z[ host-image] Feb 24 04:51:21.567 INFO O| Feb 24 04:51:21.567 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99582026-02-24T04:51:22.497Z[ host-image] Feb 24 04:51:21.567 INFO O| Feb 24 04:51:21.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99592026-02-24T04:51:22.497Z[ host-image] Feb 24 04:51:21.567 INFO O| Feb 24 04:51:21.567 INFO ok!
99602026-02-24T04:51:22.497Z[ host-image] Feb 24 04:51:21.567 INFO O| Feb 24 04:51:21.567 INFO STEP 80 (ensure_file) COMPLETE
99612026-02-24T04:51:22.497Z[ host-image] Feb 24 04:51:21.567 INFO O| Feb 24 04:51:21.567 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99622026-02-24T04:51:22.502Z[ host-image] Feb 24 04:51:21.575 INFO O| Feb 24 04:51:21.575 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99632026-02-24T04:51:22.502Z[ host-image] Feb 24 04:51:21.576 INFO O| Feb 24 04:51:21.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99642026-02-24T04:51:22.505Z[ host-image] Feb 24 04:51:21.576 INFO O| Feb 24 04:51:21.576 INFO STEP 81 (ensure_dir) COMPLETE
99652026-02-24T04:51:22.505Z[ host-image] Feb 24 04:51:21.576 INFO O| Feb 24 04:51:21.576 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99662026-02-24T04:51:22.510Z[ host-image] Feb 24 04:51:21.583 INFO O| Feb 24 04:51:21.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99672026-02-24T04:51:22.510Z[ host-image] Feb 24 04:51:21.583 INFO O| Feb 24 04:51:21.583 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99682026-02-24T04:51:22.523Z[ recovery-image] Feb 24 04:51:21.592 INFO E| Compiling serde_spanned v0.6.8
99692026-02-24T04:51:22.526Z[ recovery-image] Feb 24 04:51:21.592 INFO E| Compiling toml_datetime v0.6.9
99702026-02-24T04:51:22.843Z[ recovery-image] Feb 24 04:51:21.915 INFO E| Compiling toml_edit v0.22.26
99712026-02-24T04:51:23.671Z[ host-image] Feb 24 04:51:22.744 INFO O| Feb 24 04:51:22.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99722026-02-24T04:51:23.671Z[ host-image] Feb 24 04:51:22.744 INFO O| Feb 24 04:51:22.743 INFO ok!
99732026-02-24T04:51:23.671Z[ host-image] Feb 24 04:51:22.744 INFO O| Feb 24 04:51:22.743 INFO STEP 82 (ensure_file) COMPLETE
99742026-02-24T04:51:23.674Z[ host-image] Feb 24 04:51:22.744 INFO O| Feb 24 04:51:22.744 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752026-02-24T04:51:23.681Z[ host-image] Feb 24 04:51:22.754 INFO O| Feb 24 04:51:22.754 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
99762026-02-24T04:51:23.681Z[ host-image] Feb 24 04:51:22.754 INFO O| Feb 24 04:51:22.754 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
99772026-02-24T04:51:24.312Z[ host-image] Feb 24 04:51:23.385 INFO O| Feb 24 04:51:23.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
99782026-02-24T04:51:24.313Z[ host-image] Feb 24 04:51:23.385 INFO O| Feb 24 04:51:23.385 INFO ok!
99792026-02-24T04:51:24.316Z[ host-image] Feb 24 04:51:23.385 INFO O| Feb 24 04:51:23.385 INFO STEP 83 (ensure_file) COMPLETE
99802026-02-24T04:51:24.316Z[ host-image] Feb 24 04:51:23.385 INFO O| Feb 24 04:51:23.385 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812026-02-24T04:51:24.321Z[ host-image] Feb 24 04:51:23.394 INFO O| Feb 24 04:51:23.394 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99822026-02-24T04:51:24.321Z[ host-image] Feb 24 04:51:23.394 INFO O| Feb 24 04:51:23.394 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99832026-02-24T04:51:25.564Z[ recovery-image] Feb 24 04:51:24.637 INFO E| Compiling toml v0.8.22
99842026-02-24T04:51:27.224Z[ host-image] Feb 24 04:51:26.297 INFO O| Feb 24 04:51:26.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99852026-02-24T04:51:27.225Z[ host-image] Feb 24 04:51:26.297 INFO O| Feb 24 04:51:26.297 INFO ok!
99862026-02-24T04:51:27.227Z[ host-image] Feb 24 04:51:26.297 INFO O| Feb 24 04:51:26.297 INFO STEP 84 (ensure_file) COMPLETE
99872026-02-24T04:51:27.228Z[ host-image] Feb 24 04:51:26.297 INFO O| Feb 24 04:51:26.297 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882026-02-24T04:51:27.238Z[ host-image] Feb 24 04:51:26.311 INFO O| Feb 24 04:51:26.311 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99892026-02-24T04:51:27.238Z[ host-image] Feb 24 04:51:26.311 INFO O| Feb 24 04:51:26.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99902026-02-24T04:51:27.241Z[ host-image] Feb 24 04:51:26.311 INFO O| Feb 24 04:51:26.311 INFO STEP 85 (ensure_dir) COMPLETE
99912026-02-24T04:51:27.241Z[ host-image] Feb 24 04:51:26.311 INFO O| Feb 24 04:51:26.311 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99922026-02-24T04:51:27.250Z[ host-image] Feb 24 04:51:26.323 INFO O| Feb 24 04:51:26.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99932026-02-24T04:51:27.253Z[ host-image] Feb 24 04:51:26.323 INFO O| Feb 24 04:51:26.323 INFO copying /tmp/.tmpa2ii5w/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 ...
99942026-02-24T04:51:27.253Z[ host-image] Feb 24 04:51:26.323 INFO O| Feb 24 04:51:26.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99952026-02-24T04:51:27.253Z[ host-image] Feb 24 04:51:26.323 INFO O| Feb 24 04:51:26.323 INFO ok!
99962026-02-24T04:51:27.253Z[ host-image] Feb 24 04:51:26.323 INFO O| Feb 24 04:51:26.323 INFO STEP 86 (ensure_file) COMPLETE
99972026-02-24T04:51:27.253Z[ host-image] Feb 24 04:51:26.323 INFO O| Feb 24 04:51:26.323 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99982026-02-24T04:51:27.261Z[ host-image] Feb 24 04:51:26.334 INFO O| Feb 24 04:51:26.334 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99992026-02-24T04:51:27.261Z[ host-image] Feb 24 04:51:26.334 INFO O| Feb 24 04:51:26.334 INFO copying /tmp/.tmpa2ii5w/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 ...
100002026-02-24T04:51:27.264Z[ host-image] Feb 24 04:51:26.334 INFO O| Feb 24 04:51:26.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
100012026-02-24T04:51:27.264Z[ host-image] Feb 24 04:51:26.334 INFO O| Feb 24 04:51:26.334 INFO ok!
100022026-02-24T04:51:27.265Z[ host-image] Feb 24 04:51:26.334 INFO O| Feb 24 04:51:26.334 INFO STEP 87 (ensure_file) COMPLETE
100032026-02-24T04:51:27.265Z[ host-image] Feb 24 04:51:26.334 INFO O| Feb 24 04:51:26.334 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100042026-02-24T04:51:27.273Z[ host-image] Feb 24 04:51:26.345 INFO O| Feb 24 04:51:26.345 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
100052026-02-24T04:51:27.273Z[ host-image] Feb 24 04:51:26.345 INFO O| Feb 24 04:51:26.345 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
100062026-02-24T04:51:27.276Z[ host-image] Feb 24 04:51:26.345 INFO O| Feb 24 04:51:26.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
100072026-02-24T04:51:27.276Z[ host-image] Feb 24 04:51:26.346 INFO O| Feb 24 04:51:26.345 INFO ok!
100082026-02-24T04:51:27.276Z[ host-image] Feb 24 04:51:26.346 INFO O| Feb 24 04:51:26.345 INFO STEP 88 (ensure_file) COMPLETE
100092026-02-24T04:51:27.276Z[ host-image] Feb 24 04:51:26.346 INFO O| Feb 24 04:51:26.346 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100102026-02-24T04:51:27.286Z[ host-image] Feb 24 04:51:26.358 INFO O| Feb 24 04:51:26.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
100112026-02-24T04:51:27.288Z[ host-image] Feb 24 04:51:26.358 INFO O| Feb 24 04:51:26.358 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
100122026-02-24T04:51:27.288Z[ host-image] Feb 24 04:51:26.358 INFO O| Feb 24 04:51:26.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
100132026-02-24T04:51:27.288Z[ host-image] Feb 24 04:51:26.359 INFO O| Feb 24 04:51:26.358 INFO ok!
100142026-02-24T04:51:27.288Z[ host-image] Feb 24 04:51:26.359 INFO O| Feb 24 04:51:26.359 INFO STEP 89 (ensure_file) COMPLETE
100152026-02-24T04:51:27.288Z[ host-image] Feb 24 04:51:26.359 INFO O| Feb 24 04:51:26.359 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162026-02-24T04:51:27.298Z[ host-image] Feb 24 04:51:26.370 INFO O| Feb 24 04:51:26.370 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100172026-02-24T04:51:27.298Z[ host-image] Feb 24 04:51:26.370 INFO O| Feb 24 04:51:26.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100182026-02-24T04:51:27.301Z[ host-image] Feb 24 04:51:26.370 INFO O| Feb 24 04:51:26.370 INFO STEP 90 (ensure_dir) COMPLETE
100192026-02-24T04:51:27.301Z[ host-image] Feb 24 04:51:26.370 INFO O| Feb 24 04:51:26.370 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202026-02-24T04:51:27.308Z[ host-image] Feb 24 04:51:26.381 INFO O| Feb 24 04:51:26.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
100212026-02-24T04:51:27.308Z[ host-image] Feb 24 04:51:26.381 INFO O| Feb 24 04:51:26.381 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
100222026-02-24T04:51:27.314Z[ host-image] Feb 24 04:51:26.386 INFO O| Feb 24 04:51:26.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
100232026-02-24T04:51:27.314Z[ host-image] Feb 24 04:51:26.386 INFO O| Feb 24 04:51:26.386 INFO ok!
100242026-02-24T04:51:27.317Z[ host-image] Feb 24 04:51:26.387 INFO O| Feb 24 04:51:26.386 INFO STEP 91 (ensure_file) COMPLETE
100252026-02-24T04:51:27.317Z[ host-image] Feb 24 04:51:26.387 INFO O| Feb 24 04:51:26.386 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100262026-02-24T04:51:27.326Z[ host-image] Feb 24 04:51:26.399 INFO O| Feb 24 04:51:26.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
100272026-02-24T04:51:27.326Z[ host-image] Feb 24 04:51:26.399 INFO O| Feb 24 04:51:26.399 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
100282026-02-24T04:51:27.326Z[ host-image] Feb 24 04:51:26.399 INFO O| Feb 24 04:51:26.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
100292026-02-24T04:51:27.329Z[ host-image] Feb 24 04:51:26.399 INFO O| Feb 24 04:51:26.399 INFO ok!
100302026-02-24T04:51:27.329Z[ host-image] Feb 24 04:51:26.399 INFO O| Feb 24 04:51:26.399 INFO STEP 92 (ensure_file) COMPLETE
100312026-02-24T04:51:27.329Z[ host-image] Feb 24 04:51:26.399 INFO O| Feb 24 04:51:26.399 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322026-02-24T04:51:27.339Z[ host-image] Feb 24 04:51:26.411 INFO O| Feb 24 04:51:26.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
100332026-02-24T04:51:27.339Z[ host-image] Feb 24 04:51:26.411 INFO O| Feb 24 04:51:26.411 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
100342026-02-24T04:51:28.632Z[ host-image] Feb 24 04:51:27.705 INFO O| Feb 24 04:51:27.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
100352026-02-24T04:51:28.632Z[ host-image] Feb 24 04:51:27.705 INFO O| Feb 24 04:51:27.705 INFO ok!
100362026-02-24T04:51:28.636Z[ host-image] Feb 24 04:51:27.705 INFO O| Feb 24 04:51:27.705 INFO STEP 93 (ensure_file) COMPLETE
100372026-02-24T04:51:28.636Z[ host-image] Feb 24 04:51:27.705 INFO O| Feb 24 04:51:27.705 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100382026-02-24T04:51:28.642Z[ host-image] Feb 24 04:51:27.714 INFO O| Feb 24 04:51:27.714 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100392026-02-24T04:51:28.642Z[ host-image] Feb 24 04:51:27.714 INFO O| Feb 24 04:51:27.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100402026-02-24T04:51:28.645Z[ host-image] Feb 24 04:51:27.714 INFO O| Feb 24 04:51:27.714 INFO STEP 94 (ensure_dir) COMPLETE
100412026-02-24T04:51:28.645Z[ host-image] Feb 24 04:51:27.714 INFO O| Feb 24 04:51:27.714 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100422026-02-24T04:51:28.650Z[ host-image] Feb 24 04:51:27.722 INFO O| Feb 24 04:51:27.722 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100432026-02-24T04:51:28.652Z[ host-image] Feb 24 04:51:27.723 INFO O| Feb 24 04:51:27.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100442026-02-24T04:51:28.652Z[ host-image] Feb 24 04:51:27.723 INFO O| Feb 24 04:51:27.723 INFO STEP 95 (ensure_dir) COMPLETE
100452026-02-24T04:51:28.652Z[ host-image] Feb 24 04:51:27.723 INFO O| Feb 24 04:51:27.723 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100462026-02-24T04:51:28.657Z[ host-image] Feb 24 04:51:27.730 INFO O| Feb 24 04:51:27.730 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100472026-02-24T04:51:28.657Z[ host-image] Feb 24 04:51:27.730 INFO O| Feb 24 04:51:27.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100482026-02-24T04:51:28.660Z[ host-image] Feb 24 04:51:27.730 INFO O| Feb 24 04:51:27.730 INFO STEP 96 (ensure_dir) COMPLETE
100492026-02-24T04:51:28.660Z[ host-image] Feb 24 04:51:27.730 INFO O| Feb 24 04:51:27.730 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100502026-02-24T04:51:28.665Z[ host-image] Feb 24 04:51:27.738 INFO O| Feb 24 04:51:27.738 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100512026-02-24T04:51:28.665Z[ host-image] Feb 24 04:51:27.738 INFO O| Feb 24 04:51:27.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100522026-02-24T04:51:28.668Z[ host-image] Feb 24 04:51:27.738 INFO O| Feb 24 04:51:27.738 INFO STEP 97 (ensure_dir) COMPLETE
100532026-02-24T04:51:28.668Z[ host-image] Feb 24 04:51:27.738 INFO O| Feb 24 04:51:27.738 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100542026-02-24T04:51:28.676Z[ host-image] Feb 24 04:51:27.748 INFO O| Feb 24 04:51:27.748 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100552026-02-24T04:51:28.676Z[ host-image] Feb 24 04:51:27.748 INFO O| Feb 24 04:51:27.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100562026-02-24T04:51:28.676Z[ host-image] Feb 24 04:51:27.748 INFO O| Feb 24 04:51:27.748 INFO STEP 98 (ensure_dir) COMPLETE
100572026-02-24T04:51:28.679Z[ host-image] Feb 24 04:51:27.748 INFO O| Feb 24 04:51:27.748 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100582026-02-24T04:51:28.682Z[ host-image] Feb 24 04:51:27.755 INFO O| Feb 24 04:51:27.755 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100592026-02-24T04:51:28.682Z[ host-image] Feb 24 04:51:27.755 INFO O| Feb 24 04:51:27.755 INFO copying /tmp/.tmpa2ii5w/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 ...
100602026-02-24T04:51:28.686Z[ host-image] Feb 24 04:51:27.755 INFO O| Feb 24 04:51:27.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100612026-02-24T04:51:28.686Z[ host-image] Feb 24 04:51:27.756 INFO O| Feb 24 04:51:27.755 INFO ok!
100622026-02-24T04:51:28.686Z[ host-image] Feb 24 04:51:27.756 INFO O| Feb 24 04:51:27.755 INFO STEP 99 (ensure_file) COMPLETE
100632026-02-24T04:51:28.686Z[ host-image] Feb 24 04:51:27.756 INFO O| Feb 24 04:51:27.755 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100642026-02-24T04:51:28.690Z[ host-image] Feb 24 04:51:27.763 INFO O| Feb 24 04:51:27.763 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100652026-02-24T04:51:28.690Z[ host-image] Feb 24 04:51:27.763 INFO O| Feb 24 04:51:27.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100662026-02-24T04:51:28.693Z[ host-image] Feb 24 04:51:27.763 INFO O| Feb 24 04:51:27.763 INFO STEP 100 (ensure_dir) COMPLETE
100672026-02-24T04:51:28.693Z[ host-image] Feb 24 04:51:27.763 INFO O| Feb 24 04:51:27.763 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100682026-02-24T04:51:28.700Z[ host-image] Feb 24 04:51:27.773 INFO O| Feb 24 04:51:27.773 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100692026-02-24T04:51:28.700Z[ host-image] Feb 24 04:51:27.773 INFO O| Feb 24 04:51:27.773 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100702026-02-24T04:51:28.719Z[ host-image] Feb 24 04:51:27.792 INFO O| Feb 24 04:51:27.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100712026-02-24T04:51:28.719Z[ host-image] Feb 24 04:51:27.792 INFO O| Feb 24 04:51:27.792 INFO ok!
100722026-02-24T04:51:28.719Z[ host-image] Feb 24 04:51:27.792 INFO O| Feb 24 04:51:27.792 INFO STEP 101 (ensure_file) COMPLETE
100732026-02-24T04:51:28.722Z[ host-image] Feb 24 04:51:27.792 INFO O| Feb 24 04:51:27.792 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100742026-02-24T04:51:28.730Z[ host-image] Feb 24 04:51:27.803 INFO O| Feb 24 04:51:27.803 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100752026-02-24T04:51:28.733Z[ host-image] Feb 24 04:51:27.803 INFO O| Feb 24 04:51:27.803 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100762026-02-24T04:51:28.733Z[ host-image] Feb 24 04:51:27.803 INFO O| Feb 24 04:51:27.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100772026-02-24T04:51:28.733Z[ host-image] Feb 24 04:51:27.803 INFO O| Feb 24 04:51:27.803 INFO ok!
100782026-02-24T04:51:28.733Z[ host-image] Feb 24 04:51:27.803 INFO O| Feb 24 04:51:27.803 INFO STEP 102 (ensure_file) COMPLETE
100792026-02-24T04:51:28.733Z[ host-image] Feb 24 04:51:27.803 INFO O| Feb 24 04:51:27.803 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100802026-02-24T04:51:28.740Z[ host-image] Feb 24 04:51:27.812 INFO O| Feb 24 04:51:27.812 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100812026-02-24T04:51:28.740Z[ host-image] Feb 24 04:51:27.812 INFO O| Feb 24 04:51:27.812 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100822026-02-24T04:51:29.326Z[ host-image] Feb 24 04:51:28.399 INFO O| Feb 24 04:51:28.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100832026-02-24T04:51:29.326Z[ host-image] Feb 24 04:51:28.399 INFO O| Feb 24 04:51:28.399 INFO ok!
100842026-02-24T04:51:29.329Z[ host-image] Feb 24 04:51:28.399 INFO O| Feb 24 04:51:28.399 INFO STEP 103 (ensure_file) COMPLETE
100852026-02-24T04:51:29.329Z[ host-image] Feb 24 04:51:28.399 INFO O| Feb 24 04:51:28.399 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100862026-02-24T04:51:29.338Z[ host-image] Feb 24 04:51:28.411 INFO O| Feb 24 04:51:28.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100872026-02-24T04:51:29.338Z[ host-image] Feb 24 04:51:28.411 INFO O| Feb 24 04:51:28.411 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100882026-02-24T04:51:29.342Z[ host-image] Feb 24 04:51:28.411 INFO O| Feb 24 04:51:28.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100892026-02-24T04:51:29.342Z[ host-image] Feb 24 04:51:28.411 INFO O| Feb 24 04:51:28.411 INFO ok!
100902026-02-24T04:51:29.342Z[ host-image] Feb 24 04:51:28.411 INFO O| Feb 24 04:51:28.411 INFO STEP 104 (ensure_file) COMPLETE
100912026-02-24T04:51:29.342Z[ host-image] Feb 24 04:51:28.411 INFO O| Feb 24 04:51:28.411 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100922026-02-24T04:51:29.349Z[ host-image] Feb 24 04:51:28.422 INFO O| Feb 24 04:51:28.422 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100932026-02-24T04:51:29.349Z[ host-image] Feb 24 04:51:28.422 INFO O| Feb 24 04:51:28.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100942026-02-24T04:51:29.352Z[ host-image] Feb 24 04:51:28.422 INFO O| Feb 24 04:51:28.422 INFO STEP 105 (ensure_dir) COMPLETE
100952026-02-24T04:51:29.352Z[ host-image] Feb 24 04:51:28.422 INFO O| Feb 24 04:51:28.422 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100962026-02-24T04:51:29.358Z[ host-image] Feb 24 04:51:28.431 INFO O| Feb 24 04:51:28.431 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
100972026-02-24T04:51:29.358Z[ host-image] Feb 24 04:51:28.431 INFO O| Feb 24 04:51:28.431 INFO copying /tmp/.tmpa2ii5w/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 ...
100982026-02-24T04:51:29.829Z[ host-image] Feb 24 04:51:28.902 INFO O| Feb 24 04:51:28.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
100992026-02-24T04:51:29.829Z[ host-image] Feb 24 04:51:28.902 INFO O| Feb 24 04:51:28.902 INFO ok!
101002026-02-24T04:51:29.829Z[ host-image] Feb 24 04:51:28.902 INFO O| Feb 24 04:51:28.902 INFO STEP 106 (ensure_file) COMPLETE
101012026-02-24T04:51:29.829Z[ host-image] Feb 24 04:51:28.902 INFO O| Feb 24 04:51:28.902 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101022026-02-24T04:51:29.838Z[ host-image] Feb 24 04:51:28.911 INFO O| Feb 24 04:51:28.911 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
101032026-02-24T04:51:29.838Z[ host-image] Feb 24 04:51:28.911 INFO O| Feb 24 04:51:28.911 INFO copying /tmp/.tmpa2ii5w/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 ...
101042026-02-24T04:51:29.841Z[ host-image] Feb 24 04:51:28.911 INFO O| Feb 24 04:51:28.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
101052026-02-24T04:51:29.841Z[ host-image] Feb 24 04:51:28.911 INFO O| Feb 24 04:51:28.911 INFO ok!
101062026-02-24T04:51:29.841Z[ host-image] Feb 24 04:51:28.911 INFO O| Feb 24 04:51:28.911 INFO STEP 107 (ensure_file) COMPLETE
101072026-02-24T04:51:29.841Z[ host-image] Feb 24 04:51:28.911 INFO O| Feb 24 04:51:28.911 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101082026-02-24T04:51:29.846Z[ host-image] Feb 24 04:51:28.918 INFO O| Feb 24 04:51:28.918 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
101092026-02-24T04:51:29.848Z[ host-image] Feb 24 04:51:28.918 INFO O| Feb 24 04:51:28.918 INFO copying /tmp/.tmpa2ii5w/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 ...
101102026-02-24T04:51:29.849Z[ host-image] Feb 24 04:51:28.918 INFO O| Feb 24 04:51:28.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
101112026-02-24T04:51:29.849Z[ host-image] Feb 24 04:51:28.919 INFO O| Feb 24 04:51:28.918 INFO ok!
101122026-02-24T04:51:29.849Z[ host-image] Feb 24 04:51:28.919 INFO O| Feb 24 04:51:28.918 INFO STEP 108 (ensure_file) COMPLETE
101132026-02-24T04:51:29.849Z[ host-image] Feb 24 04:51:28.919 INFO O| Feb 24 04:51:28.919 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101142026-02-24T04:51:29.854Z[ host-image] Feb 24 04:51:28.926 INFO O| Feb 24 04:51:28.926 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
101152026-02-24T04:51:29.854Z[ host-image] Feb 24 04:51:28.926 INFO O| Feb 24 04:51:28.926 INFO copying /tmp/.tmpa2ii5w/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 ...
101162026-02-24T04:51:29.856Z[ host-image] Feb 24 04:51:28.926 INFO O| Feb 24 04:51:28.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
101172026-02-24T04:51:29.856Z[ host-image] Feb 24 04:51:28.926 INFO O| Feb 24 04:51:28.926 INFO ok!
101182026-02-24T04:51:29.856Z[ host-image] Feb 24 04:51:28.926 INFO O| Feb 24 04:51:28.926 INFO STEP 109 (ensure_file) COMPLETE
101192026-02-24T04:51:29.856Z[ host-image] Feb 24 04:51:28.926 INFO O| Feb 24 04:51:28.926 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101202026-02-24T04:51:29.861Z[ host-image] Feb 24 04:51:28.934 INFO O| Feb 24 04:51:28.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
101212026-02-24T04:51:29.861Z[ host-image] Feb 24 04:51:28.934 INFO O| Feb 24 04:51:28.934 INFO copying /tmp/.tmpa2ii5w/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 ...
101222026-02-24T04:51:29.864Z[ host-image] Feb 24 04:51:28.934 INFO O| Feb 24 04:51:28.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
101232026-02-24T04:51:29.864Z[ host-image] Feb 24 04:51:28.934 INFO O| Feb 24 04:51:28.934 INFO ok!
101242026-02-24T04:51:29.864Z[ host-image] Feb 24 04:51:28.934 INFO O| Feb 24 04:51:28.934 INFO STEP 110 (ensure_file) COMPLETE
101252026-02-24T04:51:29.864Z[ host-image] Feb 24 04:51:28.934 INFO O| Feb 24 04:51:28.934 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-02-24T04:51:29.869Z[ host-image] Feb 24 04:51:28.941 INFO O| Feb 24 04:51:28.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
101272026-02-24T04:51:29.869Z[ host-image] Feb 24 04:51:28.941 INFO O| Feb 24 04:51:28.941 INFO copying /tmp/.tmpa2ii5w/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 ...
101282026-02-24T04:51:29.872Z[ host-image] Feb 24 04:51:28.942 INFO O| Feb 24 04:51:28.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
101292026-02-24T04:51:29.872Z[ host-image] Feb 24 04:51:28.942 INFO O| Feb 24 04:51:28.942 INFO ok!
101302026-02-24T04:51:29.872Z[ host-image] Feb 24 04:51:28.942 INFO O| Feb 24 04:51:28.942 INFO STEP 111 (ensure_file) COMPLETE
101312026-02-24T04:51:29.872Z[ host-image] Feb 24 04:51:28.942 INFO O| Feb 24 04:51:28.942 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322026-02-24T04:51:29.877Z[ host-image] Feb 24 04:51:28.949 INFO O| Feb 24 04:51:28.949 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
101332026-02-24T04:51:29.877Z[ host-image] Feb 24 04:51:28.950 INFO O| Feb 24 04:51:28.949 INFO copying /tmp/.tmpa2ii5w/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 ...
101342026-02-24T04:51:29.880Z[ host-image] Feb 24 04:51:28.950 INFO O| Feb 24 04:51:28.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
101352026-02-24T04:51:29.880Z[ host-image] Feb 24 04:51:28.950 INFO O| Feb 24 04:51:28.950 INFO ok!
101362026-02-24T04:51:29.880Z[ host-image] Feb 24 04:51:28.950 INFO O| Feb 24 04:51:28.950 INFO STEP 112 (ensure_file) COMPLETE
101372026-02-24T04:51:29.880Z[ host-image] Feb 24 04:51:28.950 INFO O| Feb 24 04:51:28.950 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-02-24T04:51:29.885Z[ host-image] Feb 24 04:51:28.957 INFO O| Feb 24 04:51:28.957 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
101392026-02-24T04:51:29.885Z[ host-image] Feb 24 04:51:28.957 INFO O| Feb 24 04:51:28.957 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
101402026-02-24T04:51:29.888Z[ host-image] Feb 24 04:51:28.958 INFO O| Feb 24 04:51:28.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
101412026-02-24T04:51:29.888Z[ host-image] Feb 24 04:51:28.958 INFO O| Feb 24 04:51:28.958 INFO ok!
101422026-02-24T04:51:29.888Z[ host-image] Feb 24 04:51:28.958 INFO O| Feb 24 04:51:28.958 INFO STEP 113 (ensure_file) COMPLETE
101432026-02-24T04:51:29.888Z[ host-image] Feb 24 04:51:28.958 INFO O| Feb 24 04:51:28.958 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-02-24T04:51:29.894Z[ host-image] Feb 24 04:51:28.966 INFO O| Feb 24 04:51:28.966 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
101452026-02-24T04:51:29.894Z[ host-image] Feb 24 04:51:28.966 INFO O| Feb 24 04:51:28.966 INFO copying /tmp/.tmpa2ii5w/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 ...
101462026-02-24T04:51:29.896Z[ host-image] Feb 24 04:51:28.966 INFO O| Feb 24 04:51:28.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
101472026-02-24T04:51:29.896Z[ host-image] Feb 24 04:51:28.967 INFO O| Feb 24 04:51:28.966 INFO ok!
101482026-02-24T04:51:29.897Z[ host-image] Feb 24 04:51:28.967 INFO O| Feb 24 04:51:28.966 INFO STEP 114 (ensure_file) COMPLETE
101492026-02-24T04:51:29.897Z[ host-image] Feb 24 04:51:28.967 INFO O| Feb 24 04:51:28.966 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-02-24T04:51:29.902Z[ host-image] Feb 24 04:51:28.974 INFO O| Feb 24 04:51:28.974 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
101512026-02-24T04:51:29.902Z[ host-image] Feb 24 04:51:28.975 INFO O| Feb 24 04:51:28.974 INFO copying /tmp/.tmpa2ii5w/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 ...
101522026-02-24T04:51:29.905Z[ host-image] Feb 24 04:51:28.975 INFO O| Feb 24 04:51:28.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
101532026-02-24T04:51:29.905Z[ host-image] Feb 24 04:51:28.975 INFO O| Feb 24 04:51:28.975 INFO ok!
101542026-02-24T04:51:29.905Z[ host-image] Feb 24 04:51:28.975 INFO O| Feb 24 04:51:28.975 INFO STEP 115 (ensure_file) COMPLETE
101552026-02-24T04:51:29.905Z[ host-image] Feb 24 04:51:28.975 INFO O| Feb 24 04:51:28.975 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-02-24T04:51:29.910Z[ host-image] Feb 24 04:51:28.982 INFO O| Feb 24 04:51:28.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
101572026-02-24T04:51:29.910Z[ host-image] Feb 24 04:51:28.982 INFO O| Feb 24 04:51:28.982 INFO copying /tmp/.tmpa2ii5w/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 ...
101582026-02-24T04:51:29.912Z[ host-image] Feb 24 04:51:28.983 INFO O| Feb 24 04:51:28.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
101592026-02-24T04:51:29.913Z[ host-image] Feb 24 04:51:28.983 INFO O| Feb 24 04:51:28.983 INFO ok!
101602026-02-24T04:51:29.913Z[ host-image] Feb 24 04:51:28.983 INFO O| Feb 24 04:51:28.983 INFO STEP 116 (ensure_file) COMPLETE
101612026-02-24T04:51:29.913Z[ host-image] Feb 24 04:51:28.983 INFO O| Feb 24 04:51:28.983 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622026-02-24T04:51:29.918Z[ host-image] Feb 24 04:51:28.990 INFO O| Feb 24 04:51:28.990 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
101632026-02-24T04:51:29.918Z[ host-image] Feb 24 04:51:28.990 INFO O| Feb 24 04:51:28.990 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
101642026-02-24T04:51:29.920Z[ host-image] Feb 24 04:51:28.990 INFO O| Feb 24 04:51:28.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
101652026-02-24T04:51:29.920Z[ host-image] Feb 24 04:51:28.991 INFO O| Feb 24 04:51:28.990 INFO ok!
101662026-02-24T04:51:29.920Z[ host-image] Feb 24 04:51:28.991 INFO O| Feb 24 04:51:28.990 INFO STEP 117 (ensure_file) COMPLETE
101672026-02-24T04:51:29.921Z[ host-image] Feb 24 04:51:28.991 INFO O| Feb 24 04:51:28.990 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-02-24T04:51:29.925Z[ host-image] Feb 24 04:51:28.998 INFO O| Feb 24 04:51:28.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
101692026-02-24T04:51:29.928Z[ host-image] Feb 24 04:51:28.998 INFO O| Feb 24 04:51:28.998 INFO copying /tmp/.tmpa2ii5w/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 ...
101702026-02-24T04:51:29.928Z[ host-image] Feb 24 04:51:28.998 INFO O| Feb 24 04:51:28.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
101712026-02-24T04:51:29.928Z[ host-image] Feb 24 04:51:28.998 INFO O| Feb 24 04:51:28.998 INFO ok!
101722026-02-24T04:51:29.928Z[ host-image] Feb 24 04:51:28.998 INFO O| Feb 24 04:51:28.998 INFO STEP 118 (ensure_file) COMPLETE
101732026-02-24T04:51:29.928Z[ host-image] Feb 24 04:51:28.998 INFO O| Feb 24 04:51:28.998 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-02-24T04:51:29.934Z[ host-image] Feb 24 04:51:29.007 INFO O| Feb 24 04:51:29.007 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
101752026-02-24T04:51:29.937Z[ host-image] Feb 24 04:51:29.007 INFO O| Feb 24 04:51:29.007 INFO copying /tmp/.tmpa2ii5w/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 ...
101762026-02-24T04:51:29.937Z[ host-image] Feb 24 04:51:29.007 INFO O| Feb 24 04:51:29.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
101772026-02-24T04:51:29.937Z[ host-image] Feb 24 04:51:29.007 INFO O| Feb 24 04:51:29.007 INFO ok!
101782026-02-24T04:51:29.937Z[ host-image] Feb 24 04:51:29.007 INFO O| Feb 24 04:51:29.007 INFO STEP 119 (ensure_file) COMPLETE
101792026-02-24T04:51:29.937Z[ host-image] Feb 24 04:51:29.007 INFO O| Feb 24 04:51:29.007 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-02-24T04:51:29.942Z[ host-image] Feb 24 04:51:29.015 INFO O| Feb 24 04:51:29.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
101812026-02-24T04:51:29.942Z[ host-image] Feb 24 04:51:29.015 INFO O| Feb 24 04:51:29.015 INFO copying /tmp/.tmpa2ii5w/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 ...
101822026-02-24T04:51:29.945Z[ host-image] Feb 24 04:51:29.015 INFO O| Feb 24 04:51:29.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
101832026-02-24T04:51:29.945Z[ host-image] Feb 24 04:51:29.015 INFO O| Feb 24 04:51:29.015 INFO ok!
101842026-02-24T04:51:29.945Z[ host-image] Feb 24 04:51:29.015 INFO O| Feb 24 04:51:29.015 INFO STEP 120 (ensure_file) COMPLETE
101852026-02-24T04:51:29.945Z[ host-image] Feb 24 04:51:29.015 INFO O| Feb 24 04:51:29.015 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-02-24T04:51:29.951Z[ host-image] Feb 24 04:51:29.023 INFO O| Feb 24 04:51:29.023 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
101872026-02-24T04:51:29.951Z[ host-image] Feb 24 04:51:29.023 INFO O| Feb 24 04:51:29.023 INFO copying /tmp/.tmpa2ii5w/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 ...
101882026-02-24T04:51:29.954Z[ host-image] Feb 24 04:51:29.024 INFO O| Feb 24 04:51:29.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
101892026-02-24T04:51:29.954Z[ host-image] Feb 24 04:51:29.024 INFO O| Feb 24 04:51:29.024 INFO ok!
101902026-02-24T04:51:29.954Z[ host-image] Feb 24 04:51:29.024 INFO O| Feb 24 04:51:29.024 INFO STEP 121 (ensure_file) COMPLETE
101912026-02-24T04:51:29.954Z[ host-image] Feb 24 04:51:29.024 INFO O| Feb 24 04:51:29.024 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-02-24T04:51:29.958Z[ host-image] Feb 24 04:51:29.031 INFO O| Feb 24 04:51:29.031 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
101932026-02-24T04:51:29.961Z[ host-image] Feb 24 04:51:29.031 INFO O| Feb 24 04:51:29.031 INFO copying /tmp/.tmpa2ii5w/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 ...
101942026-02-24T04:51:29.961Z[ host-image] Feb 24 04:51:29.031 INFO O| Feb 24 04:51:29.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
101952026-02-24T04:51:29.961Z[ host-image] Feb 24 04:51:29.031 INFO O| Feb 24 04:51:29.031 INFO ok!
101962026-02-24T04:51:29.961Z[ host-image] Feb 24 04:51:29.031 INFO O| Feb 24 04:51:29.031 INFO STEP 122 (ensure_file) COMPLETE
101972026-02-24T04:51:29.961Z[ host-image] Feb 24 04:51:29.031 INFO O| Feb 24 04:51:29.031 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982026-02-24T04:51:29.966Z[ host-image] Feb 24 04:51:29.039 INFO O| Feb 24 04:51:29.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
101992026-02-24T04:51:29.966Z[ host-image] Feb 24 04:51:29.039 INFO O| Feb 24 04:51:29.039 INFO copying /tmp/.tmpa2ii5w/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 ...
102002026-02-24T04:51:29.969Z[ host-image] Feb 24 04:51:29.039 INFO O| Feb 24 04:51:29.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
102012026-02-24T04:51:29.969Z[ host-image] Feb 24 04:51:29.039 INFO O| Feb 24 04:51:29.039 INFO ok!
102022026-02-24T04:51:29.969Z[ host-image] Feb 24 04:51:29.039 INFO O| Feb 24 04:51:29.039 INFO STEP 123 (ensure_file) COMPLETE
102032026-02-24T04:51:29.969Z[ host-image] Feb 24 04:51:29.039 INFO O| Feb 24 04:51:29.039 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-02-24T04:51:29.974Z[ host-image] Feb 24 04:51:29.046 INFO O| Feb 24 04:51:29.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
102052026-02-24T04:51:29.974Z[ host-image] Feb 24 04:51:29.046 INFO O| Feb 24 04:51:29.046 INFO copying /tmp/.tmpa2ii5w/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 ...
102062026-02-24T04:51:29.976Z[ host-image] Feb 24 04:51:29.047 INFO O| Feb 24 04:51:29.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
102072026-02-24T04:51:29.977Z[ host-image] Feb 24 04:51:29.047 INFO O| Feb 24 04:51:29.047 INFO ok!
102082026-02-24T04:51:29.977Z[ host-image] Feb 24 04:51:29.047 INFO O| Feb 24 04:51:29.047 INFO STEP 124 (ensure_file) COMPLETE
102092026-02-24T04:51:29.977Z[ host-image] Feb 24 04:51:29.047 INFO O| Feb 24 04:51:29.047 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-02-24T04:51:29.982Z[ host-image] Feb 24 04:51:29.054 INFO O| Feb 24 04:51:29.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
102112026-02-24T04:51:29.982Z[ host-image] Feb 24 04:51:29.054 INFO O| Feb 24 04:51:29.054 INFO copying /tmp/.tmpa2ii5w/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 ...
102122026-02-24T04:51:29.984Z[ host-image] Feb 24 04:51:29.055 INFO O| Feb 24 04:51:29.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
102132026-02-24T04:51:29.985Z[ host-image] Feb 24 04:51:29.055 INFO O| Feb 24 04:51:29.054 INFO ok!
102142026-02-24T04:51:29.985Z[ host-image] Feb 24 04:51:29.055 INFO O| Feb 24 04:51:29.055 INFO STEP 125 (ensure_file) COMPLETE
102152026-02-24T04:51:29.985Z[ host-image] Feb 24 04:51:29.055 INFO O| Feb 24 04:51:29.055 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-02-24T04:51:29.989Z[ host-image] Feb 24 04:51:29.062 INFO O| Feb 24 04:51:29.062 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
102172026-02-24T04:51:29.989Z[ host-image] Feb 24 04:51:29.062 INFO O| Feb 24 04:51:29.062 INFO copying /tmp/.tmpa2ii5w/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 ...
102182026-02-24T04:51:29.992Z[ host-image] Feb 24 04:51:29.062 INFO O| Feb 24 04:51:29.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
102192026-02-24T04:51:29.992Z[ host-image] Feb 24 04:51:29.062 INFO O| Feb 24 04:51:29.062 INFO ok!
102202026-02-24T04:51:29.992Z[ host-image] Feb 24 04:51:29.062 INFO O| Feb 24 04:51:29.062 INFO STEP 126 (ensure_file) COMPLETE
102212026-02-24T04:51:29.992Z[ host-image] Feb 24 04:51:29.062 INFO O| Feb 24 04:51:29.062 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-02-24T04:51:29.997Z[ host-image] Feb 24 04:51:29.070 INFO O| Feb 24 04:51:29.070 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
102232026-02-24T04:51:30.001Z[ host-image] Feb 24 04:51:29.070 INFO O| Feb 24 04:51:29.070 INFO copying /tmp/.tmpa2ii5w/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 ...
102242026-02-24T04:51:30.001Z[ host-image] Feb 24 04:51:29.070 INFO O| Feb 24 04:51:29.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
102252026-02-24T04:51:30.001Z[ host-image] Feb 24 04:51:29.070 INFO O| Feb 24 04:51:29.070 INFO ok!
102262026-02-24T04:51:30.001Z[ host-image] Feb 24 04:51:29.070 INFO O| Feb 24 04:51:29.070 INFO STEP 127 (ensure_file) COMPLETE
102272026-02-24T04:51:30.001Z[ host-image] Feb 24 04:51:29.070 INFO O| Feb 24 04:51:29.070 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-02-24T04:51:30.005Z[ host-image] Feb 24 04:51:29.078 INFO O| Feb 24 04:51:29.078 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
102292026-02-24T04:51:30.005Z[ host-image] Feb 24 04:51:29.078 INFO O| Feb 24 04:51:29.078 INFO copying /tmp/.tmpa2ii5w/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 ...
102302026-02-24T04:51:30.008Z[ host-image] Feb 24 04:51:29.078 INFO O| Feb 24 04:51:29.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
102312026-02-24T04:51:30.008Z[ host-image] Feb 24 04:51:29.078 INFO O| Feb 24 04:51:29.078 INFO ok!
102322026-02-24T04:51:30.008Z[ host-image] Feb 24 04:51:29.078 INFO O| Feb 24 04:51:29.078 INFO STEP 128 (ensure_file) COMPLETE
102332026-02-24T04:51:30.008Z[ host-image] Feb 24 04:51:29.078 INFO O| Feb 24 04:51:29.078 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-02-24T04:51:30.014Z[ host-image] Feb 24 04:51:29.087 INFO O| Feb 24 04:51:29.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
102352026-02-24T04:51:30.014Z[ host-image] Feb 24 04:51:29.087 INFO O| Feb 24 04:51:29.087 INFO copying /tmp/.tmpa2ii5w/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 ...
102362026-02-24T04:51:30.017Z[ host-image] Feb 24 04:51:29.087 INFO O| Feb 24 04:51:29.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
102372026-02-24T04:51:30.017Z[ host-image] Feb 24 04:51:29.087 INFO O| Feb 24 04:51:29.087 INFO ok!
102382026-02-24T04:51:30.017Z[ host-image] Feb 24 04:51:29.087 INFO O| Feb 24 04:51:29.087 INFO STEP 129 (ensure_file) COMPLETE
102392026-02-24T04:51:30.017Z[ host-image] Feb 24 04:51:29.087 INFO O| Feb 24 04:51:29.087 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-02-24T04:51:30.021Z[ host-image] Feb 24 04:51:29.094 INFO O| Feb 24 04:51:29.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
102412026-02-24T04:51:30.021Z[ host-image] Feb 24 04:51:29.094 INFO O| Feb 24 04:51:29.094 INFO copying /tmp/.tmpa2ii5w/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 ...
102422026-02-24T04:51:30.024Z[ host-image] Feb 24 04:51:29.094 INFO O| Feb 24 04:51:29.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
102432026-02-24T04:51:30.024Z[ host-image] Feb 24 04:51:29.094 INFO O| Feb 24 04:51:29.094 INFO ok!
102442026-02-24T04:51:30.024Z[ host-image] Feb 24 04:51:29.094 INFO O| Feb 24 04:51:29.094 INFO STEP 130 (ensure_file) COMPLETE
102452026-02-24T04:51:30.024Z[ host-image] Feb 24 04:51:29.094 INFO O| Feb 24 04:51:29.094 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-02-24T04:51:30.030Z[ host-image] Feb 24 04:51:29.103 INFO O| Feb 24 04:51:29.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
102472026-02-24T04:51:30.030Z[ host-image] Feb 24 04:51:29.103 INFO O| Feb 24 04:51:29.103 INFO copying /tmp/.tmpa2ii5w/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 ...
102482026-02-24T04:51:30.033Z[ host-image] Feb 24 04:51:29.103 INFO O| Feb 24 04:51:29.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
102492026-02-24T04:51:30.033Z[ host-image] Feb 24 04:51:29.103 INFO O| Feb 24 04:51:29.103 INFO ok!
102502026-02-24T04:51:30.033Z[ host-image] Feb 24 04:51:29.103 INFO O| Feb 24 04:51:29.103 INFO STEP 131 (ensure_file) COMPLETE
102512026-02-24T04:51:30.033Z[ host-image] Feb 24 04:51:29.103 INFO O| Feb 24 04:51:29.103 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-02-24T04:51:30.038Z[ host-image] Feb 24 04:51:29.111 INFO O| Feb 24 04:51:29.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
102532026-02-24T04:51:30.041Z[ host-image] Feb 24 04:51:29.111 INFO O| Feb 24 04:51:29.111 INFO copying /tmp/.tmpa2ii5w/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 ...
102542026-02-24T04:51:30.041Z[ host-image] Feb 24 04:51:29.111 INFO O| Feb 24 04:51:29.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
102552026-02-24T04:51:30.041Z[ host-image] Feb 24 04:51:29.111 INFO O| Feb 24 04:51:29.111 INFO ok!
102562026-02-24T04:51:30.042Z[ host-image] Feb 24 04:51:29.111 INFO O| Feb 24 04:51:29.111 INFO STEP 132 (ensure_file) COMPLETE
102572026-02-24T04:51:30.042Z[ host-image] Feb 24 04:51:29.111 INFO O| Feb 24 04:51:29.111 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-02-24T04:51:30.046Z[ host-image] Feb 24 04:51:29.118 INFO O| Feb 24 04:51:29.118 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
102592026-02-24T04:51:30.046Z[ host-image] Feb 24 04:51:29.118 INFO O| Feb 24 04:51:29.118 INFO copying /tmp/.tmpa2ii5w/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 ...
102602026-02-24T04:51:30.046Z[ host-image] Feb 24 04:51:29.118 INFO O| Feb 24 04:51:29.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
102612026-02-24T04:51:30.049Z[ host-image] Feb 24 04:51:29.118 INFO O| Feb 24 04:51:29.118 INFO ok!
102622026-02-24T04:51:30.049Z[ host-image] Feb 24 04:51:29.118 INFO O| Feb 24 04:51:29.118 INFO STEP 133 (ensure_file) COMPLETE
102632026-02-24T04:51:30.049Z[ host-image] Feb 24 04:51:29.118 INFO O| Feb 24 04:51:29.118 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-02-24T04:51:30.054Z[ host-image] Feb 24 04:51:29.126 INFO O| Feb 24 04:51:29.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
102652026-02-24T04:51:30.054Z[ host-image] Feb 24 04:51:29.126 INFO O| Feb 24 04:51:29.126 INFO copying /tmp/.tmpa2ii5w/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 ...
102662026-02-24T04:51:30.056Z[ host-image] Feb 24 04:51:29.127 INFO O| Feb 24 04:51:29.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
102672026-02-24T04:51:30.057Z[ host-image] Feb 24 04:51:29.127 INFO O| Feb 24 04:51:29.126 INFO ok!
102682026-02-24T04:51:30.057Z[ host-image] Feb 24 04:51:29.127 INFO O| Feb 24 04:51:29.127 INFO STEP 134 (ensure_file) COMPLETE
102692026-02-24T04:51:30.057Z[ host-image] Feb 24 04:51:29.127 INFO O| Feb 24 04:51:29.127 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-02-24T04:51:30.062Z[ host-image] Feb 24 04:51:29.135 INFO O| Feb 24 04:51:29.135 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
102712026-02-24T04:51:30.062Z[ host-image] Feb 24 04:51:29.135 INFO O| Feb 24 04:51:29.135 INFO copying /tmp/.tmpa2ii5w/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 ...
102722026-02-24T04:51:30.062Z[ host-image] Feb 24 04:51:29.135 INFO O| Feb 24 04:51:29.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
102732026-02-24T04:51:30.065Z[ host-image] Feb 24 04:51:29.135 INFO O| Feb 24 04:51:29.135 INFO ok!
102742026-02-24T04:51:30.065Z[ host-image] Feb 24 04:51:29.135 INFO O| Feb 24 04:51:29.135 INFO STEP 135 (ensure_file) COMPLETE
102752026-02-24T04:51:30.066Z[ host-image] Feb 24 04:51:29.135 INFO O| Feb 24 04:51:29.135 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-02-24T04:51:30.070Z[ host-image] Feb 24 04:51:29.143 INFO O| Feb 24 04:51:29.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
102772026-02-24T04:51:30.073Z[ host-image] Feb 24 04:51:29.143 INFO O| Feb 24 04:51:29.143 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
102782026-02-24T04:51:30.073Z[ host-image] Feb 24 04:51:29.143 INFO O| Feb 24 04:51:29.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
102792026-02-24T04:51:30.073Z[ host-image] Feb 24 04:51:29.143 INFO O| Feb 24 04:51:29.143 INFO ok!
102802026-02-24T04:51:30.073Z[ host-image] Feb 24 04:51:29.143 INFO O| Feb 24 04:51:29.143 INFO STEP 136 (ensure_file) COMPLETE
102812026-02-24T04:51:30.073Z[ host-image] Feb 24 04:51:29.143 INFO O| Feb 24 04:51:29.143 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102822026-02-24T04:51:30.078Z[ host-image] Feb 24 04:51:29.151 INFO O| Feb 24 04:51:29.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
102832026-02-24T04:51:30.078Z[ host-image] Feb 24 04:51:29.151 INFO O| Feb 24 04:51:29.150 INFO copying /tmp/.tmpa2ii5w/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 ...
102842026-02-24T04:51:30.081Z[ host-image] Feb 24 04:51:29.151 INFO O| Feb 24 04:51:29.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
102852026-02-24T04:51:30.081Z[ host-image] Feb 24 04:51:29.151 INFO O| Feb 24 04:51:29.151 INFO ok!
102862026-02-24T04:51:30.081Z[ host-image] Feb 24 04:51:29.151 INFO O| Feb 24 04:51:29.151 INFO STEP 137 (ensure_file) COMPLETE
102872026-02-24T04:51:30.081Z[ host-image] Feb 24 04:51:29.151 INFO O| Feb 24 04:51:29.151 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-02-24T04:51:30.085Z[ host-image] Feb 24 04:51:29.158 INFO O| Feb 24 04:51:29.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
102892026-02-24T04:51:30.085Z[ host-image] Feb 24 04:51:29.158 INFO O| Feb 24 04:51:29.158 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
102902026-02-24T04:51:30.088Z[ host-image] Feb 24 04:51:29.158 INFO O| Feb 24 04:51:29.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
102912026-02-24T04:51:30.088Z[ host-image] Feb 24 04:51:29.158 INFO O| Feb 24 04:51:29.158 INFO ok!
102922026-02-24T04:51:30.088Z[ host-image] Feb 24 04:51:29.158 INFO O| Feb 24 04:51:29.158 INFO STEP 138 (ensure_file) COMPLETE
102932026-02-24T04:51:30.088Z[ host-image] Feb 24 04:51:29.158 INFO O| Feb 24 04:51:29.158 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-02-24T04:51:30.092Z[ host-image] Feb 24 04:51:29.165 INFO O| Feb 24 04:51:29.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102952026-02-24T04:51:30.093Z[ host-image] Feb 24 04:51:29.165 INFO O| Feb 24 04:51:29.165 INFO copying /tmp/.tmpa2ii5w/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102962026-02-24T04:51:30.818Z[ recovery-image] Feb 24 04:51:29.890 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.41s
102972026-02-24T04:51:30.842Z[ recovery-image] Feb 24 04:51:29.915 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.7.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
102982026-02-24T04:51:30.863Z[ recovery-image] Feb 24 04:51:29.935 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
102992026-02-24T04:51:31.286Z[ recovery-image] Feb 24 04:51:30.358 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
103002026-02-24T04:51:31.295Z[ recovery-image] Feb 24 04:51:30.367 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.7 -o /work/os-recovery/cosmo.rom`
103012026-02-24T04:51:32.024Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
103022026-02-24T04:51:32.024Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
103032026-02-24T04:51:32.028Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
103042026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
103052026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103062026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
103072026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
103082026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
103092026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
103102026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
103112026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
103122026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
103132026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
103142026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
103152026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
103162026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
103172026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
103182026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
103192026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
103202026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
103212026-02-24T04:51:32.033Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
103222026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
103232026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
103242026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
103252026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
103262026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
103272026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
103282026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
103292026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
103302026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
103312026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
103322026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
103332026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
103342026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
103352026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
103362026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
103372026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
103382026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
103392026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
103402026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
103412026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
103422026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
103432026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
103442026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
103452026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
103462026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
103472026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
103482026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
103492026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
103502026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
103512026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
103522026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
103532026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
103542026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO O| Info: ABL version: 0x1007f011
103552026-02-24T04:51:32.038Z[ recovery-image] Feb 24 04:51:31.091 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
103562026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.091 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
103572026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
103582026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
103592026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
103602026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
103612026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
103622026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
103632026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
103642026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
103652026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
103662026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
103672026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
103682026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
103692026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
103702026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
103712026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
103722026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
103732026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
103742026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
103752026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
103762026-02-24T04:51:32.039Z[ recovery-image] Feb 24 04:51:31.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
103772026-02-24T04:51:32.090Z[ recovery-image] Feb 24 04:51:31.162 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
103782026-02-24T04:51:32.090Z[ recovery-image] Feb 24 04:51:31.162 INFO building ROM for gimlet
103792026-02-24T04:51:32.093Z[ recovery-image] Feb 24 04:51:31.162 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")
103802026-02-24T04:51:32.335Z[ recovery-image] Feb 24 04:51:31.407 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
103812026-02-24T04:51:32.338Z[ recovery-image] Feb 24 04:51:31.411 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`
103822026-02-24T04:51:32.360Z[ recovery-image] Feb 24 04:51:31.430 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
103832026-02-24T04:51:32.529Z[ recovery-image] Feb 24 04:51:31.595 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
103842026-02-24T04:51:32.533Z[ recovery-image] Feb 24 04:51:31.601 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`
103852026-02-24T04:51:32.846Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
103862026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
103872026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
103882026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
103892026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
103902026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
103912026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
103922026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
103932026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
103942026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
103952026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
103962026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
103972026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
103982026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
103992026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104002026-02-24T04:51:32.853Z[ recovery-image] Feb 24 04:51:31.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104012026-02-24T04:51:32.854Z[ recovery-image] Feb 24 04:51:31.913 INFO O| Info: ABL version: 0x100f5010
104022026-02-24T04:51:32.854Z[ recovery-image] Feb 24 04:51:31.913 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104032026-02-24T04:51:32.854Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104042026-02-24T04:51:32.854Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104052026-02-24T04:51:32.854Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104062026-02-24T04:51:32.854Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104072026-02-24T04:51:32.854Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104082026-02-24T04:51:32.854Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104092026-02-24T04:51:32.854Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104102026-02-24T04:51:32.858Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104112026-02-24T04:51:32.858Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104122026-02-24T04:51:32.858Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104132026-02-24T04:51:32.858Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104142026-02-24T04:51:32.859Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104152026-02-24T04:51:32.859Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104162026-02-24T04:51:32.859Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104172026-02-24T04:51:32.859Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104182026-02-24T04:51:32.859Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104192026-02-24T04:51:32.859Z[ recovery-image] Feb 24 04:51:31.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104202026-02-24T04:51:32.906Z[ recovery-image] Feb 24 04:51:31.978 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
104212026-02-24T04:51:36.033Z[ host-image] Feb 24 04:51:35.105 INFO O| Feb 24 04:51:35.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104222026-02-24T04:51:36.033Z[ host-image] Feb 24 04:51:35.105 INFO O| Feb 24 04:51:35.104 INFO ok!
104232026-02-24T04:51:36.033Z[ host-image] Feb 24 04:51:35.105 INFO O| Feb 24 04:51:35.104 INFO STEP 139 (ensure_file) COMPLETE
104242026-02-24T04:51:36.033Z[ host-image] Feb 24 04:51:35.105 INFO O| Feb 24 04:51:35.104 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-02-24T04:51:36.041Z[ host-image] Feb 24 04:51:35.114 INFO O| Feb 24 04:51:35.113 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104262026-02-24T04:51:36.042Z[ host-image] Feb 24 04:51:35.114 INFO O| Feb 24 04:51:35.114 INFO STEP 140 (ensure_dir) COMPLETE
104272026-02-24T04:51:36.042Z[ host-image] Feb 24 04:51:35.114 INFO O| Feb 24 04:51:35.114 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-02-24T04:51:36.049Z[ host-image] Feb 24 04:51:35.121 INFO O| Feb 24 04:51:35.121 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104292026-02-24T04:51:36.049Z[ host-image] Feb 24 04:51:35.121 INFO O| Feb 24 04:51:35.121 INFO STEP 141 (ensure_dir) COMPLETE
104302026-02-24T04:51:36.049Z[ host-image] Feb 24 04:51:35.121 INFO O| Feb 24 04:51:35.121 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-02-24T04:51:36.057Z[ host-image] Feb 24 04:51:35.129 INFO O| Feb 24 04:51:35.129 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104322026-02-24T04:51:36.060Z[ host-image] Feb 24 04:51:35.129 INFO O| Feb 24 04:51:35.129 INFO STEP 142 (ensure_dir) COMPLETE
104332026-02-24T04:51:36.060Z[ host-image] Feb 24 04:51:35.129 INFO O| Feb 24 04:51:35.129 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-02-24T04:51:36.064Z[ host-image] Feb 24 04:51:35.136 INFO O| Feb 24 04:51:35.136 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104352026-02-24T04:51:36.064Z[ host-image] Feb 24 04:51:35.136 INFO O| Feb 24 04:51:35.136 INFO STEP 143 (ensure_dir) COMPLETE
104362026-02-24T04:51:36.067Z[ host-image] Feb 24 04:51:35.136 INFO O| Feb 24 04:51:35.136 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-02-24T04:51:36.072Z[ host-image] Feb 24 04:51:35.144 INFO O| Feb 24 04:51:35.144 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104382026-02-24T04:51:36.072Z[ host-image] Feb 24 04:51:35.144 INFO O| Feb 24 04:51:35.144 INFO copying /tmp/.tmpa2ii5w/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 ...
104392026-02-24T04:51:36.075Z[ host-image] Feb 24 04:51:35.144 INFO O| Feb 24 04:51:35.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
104402026-02-24T04:51:36.075Z[ host-image] Feb 24 04:51:35.144 INFO O| Feb 24 04:51:35.144 INFO ok!
104412026-02-24T04:51:36.075Z[ host-image] Feb 24 04:51:35.144 INFO O| Feb 24 04:51:35.144 INFO STEP 144 (ensure_file) COMPLETE
104422026-02-24T04:51:36.075Z[ host-image] Feb 24 04:51:35.144 INFO O| Feb 24 04:51:35.144 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-02-24T04:51:36.080Z[ host-image] Feb 24 04:51:35.152 INFO O| Feb 24 04:51:35.151 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
104442026-02-24T04:51:36.083Z[ host-image] Feb 24 04:51:35.152 INFO O| Feb 24 04:51:35.152 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
104452026-02-24T04:51:36.083Z[ host-image] Feb 24 04:51:35.152 INFO O| Feb 24 04:51:35.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
104462026-02-24T04:51:36.083Z[ host-image] Feb 24 04:51:35.152 INFO O| Feb 24 04:51:35.152 INFO STEP 145 (ensure_dir) COMPLETE
104472026-02-24T04:51:36.083Z[ host-image] Feb 24 04:51:35.152 INFO O| Feb 24 04:51:35.152 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104482026-02-24T04:51:36.087Z[ host-image] Feb 24 04:51:35.159 INFO O| Feb 24 04:51:35.159 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
104492026-02-24T04:51:36.087Z[ host-image] Feb 24 04:51:35.159 INFO O| Feb 24 04:51:35.159 INFO copying /tmp/.tmpa2ii5w/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
104502026-02-24T04:51:36.090Z[ host-image] Feb 24 04:51:35.159 INFO O| Feb 24 04:51:35.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
104512026-02-24T04:51:36.090Z[ host-image] Feb 24 04:51:35.160 INFO O| Feb 24 04:51:35.159 INFO ok!
104522026-02-24T04:51:36.090Z[ host-image] Feb 24 04:51:35.160 INFO O| Feb 24 04:51:35.160 INFO STEP 146 (ensure_file) COMPLETE
104532026-02-24T04:51:36.090Z[ host-image] Feb 24 04:51:35.160 INFO O| Feb 24 04:51:35.160 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104542026-02-24T04:51:36.095Z[ host-image] Feb 24 04:51:35.167 INFO O| Feb 24 04:51:35.167 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
104552026-02-24T04:51:36.097Z[ host-image] Feb 24 04:51:35.167 INFO O| Feb 24 04:51:35.167 INFO STEP 147 (remove_files) COMPLETE
104562026-02-24T04:51:36.097Z[ host-image] Feb 24 04:51:35.167 INFO O| Feb 24 04:51:35.167 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104572026-02-24T04:51:36.102Z[ host-image] Feb 24 04:51:35.175 INFO O| Feb 24 04:51:35.175 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
104582026-02-24T04:51:36.105Z[ host-image] Feb 24 04:51:35.175 INFO O| Feb 24 04:51:35.175 INFO STEP 148 (remove_files) COMPLETE
104592026-02-24T04:51:36.105Z[ host-image] Feb 24 04:51:35.175 INFO O| Feb 24 04:51:35.175 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104602026-02-24T04:51:36.110Z[ host-image] Feb 24 04:51:35.182 INFO O| Feb 24 04:51:35.182 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
104612026-02-24T04:51:36.112Z[ host-image] Feb 24 04:51:35.182 INFO O| Feb 24 04:51:35.182 INFO STEP 149 (remove_files) COMPLETE
104622026-02-24T04:51:36.112Z[ host-image] Feb 24 04:51:35.182 INFO O| Feb 24 04:51:35.182 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104632026-02-24T04:51:36.119Z[ host-image] Feb 24 04:51:35.191 INFO O| Feb 24 04:51:35.191 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
104642026-02-24T04:51:36.121Z[ host-image] Feb 24 04:51:35.191 INFO O| Feb 24 04:51:35.191 INFO STEP 150 (remove_files) COMPLETE
104652026-02-24T04:51:36.121Z[ host-image] Feb 24 04:51:35.191 INFO O| Feb 24 04:51:35.191 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104662026-02-24T04:51:36.126Z[ host-image] Feb 24 04:51:35.198 INFO O| Feb 24 04:51:35.198 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
104672026-02-24T04:51:36.129Z[ host-image] Feb 24 04:51:35.198 INFO O| Feb 24 04:51:35.198 INFO STEP 151 (remove_files) COMPLETE
104682026-02-24T04:51:36.129Z[ host-image] Feb 24 04:51:35.198 INFO O| Feb 24 04:51:35.198 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104692026-02-24T04:51:36.134Z[ host-image] Feb 24 04:51:35.206 INFO O| Feb 24 04:51:35.206 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
104702026-02-24T04:51:36.136Z[ host-image] Feb 24 04:51:35.206 INFO O| Feb 24 04:51:35.206 INFO STEP 152 (remove_files) COMPLETE
104712026-02-24T04:51:36.137Z[ host-image] Feb 24 04:51:35.206 INFO O| Feb 24 04:51:35.206 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104722026-02-24T04:51:36.141Z[ host-image] Feb 24 04:51:35.214 INFO O| Feb 24 04:51:35.214 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
104732026-02-24T04:51:36.141Z[ host-image] Feb 24 04:51:35.214 INFO O| Feb 24 04:51:35.214 INFO STEP 153 (remove_files) COMPLETE
104742026-02-24T04:51:36.144Z[ host-image] Feb 24 04:51:35.214 INFO O| Feb 24 04:51:35.214 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104752026-02-24T04:51:36.149Z[ host-image] Feb 24 04:51:35.221 INFO O| Feb 24 04:51:35.221 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
104762026-02-24T04:51:36.152Z[ host-image] Feb 24 04:51:35.221 INFO O| Feb 24 04:51:35.221 INFO STEP 154 (remove_files) COMPLETE
104772026-02-24T04:51:36.152Z[ host-image] Feb 24 04:51:35.221 INFO O| Feb 24 04:51:35.221 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104782026-02-24T04:51:36.157Z[ host-image] Feb 24 04:51:35.229 INFO O| Feb 24 04:51:35.229 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
104792026-02-24T04:51:36.157Z[ host-image] Feb 24 04:51:35.229 INFO O| Feb 24 04:51:35.229 INFO STEP 155 (remove_files) COMPLETE
104802026-02-24T04:51:36.160Z[ host-image] Feb 24 04:51:35.229 INFO O| Feb 24 04:51:35.229 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104812026-02-24T04:51:36.164Z[ host-image] Feb 24 04:51:35.237 INFO O| Feb 24 04:51:35.237 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
104822026-02-24T04:51:36.164Z[ host-image] Feb 24 04:51:35.237 INFO O| Feb 24 04:51:35.237 INFO STEP 156 (remove_files) COMPLETE
104832026-02-24T04:51:36.167Z[ host-image] Feb 24 04:51:35.237 INFO O| Feb 24 04:51:35.237 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104842026-02-24T04:51:36.172Z[ host-image] Feb 24 04:51:35.244 INFO O| Feb 24 04:51:35.244 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
104852026-02-24T04:51:36.172Z[ host-image] Feb 24 04:51:35.244 INFO O| Feb 24 04:51:35.244 INFO STEP 157 (remove_files) COMPLETE
104862026-02-24T04:51:36.172Z[ host-image] Feb 24 04:51:35.244 INFO O| Feb 24 04:51:35.244 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104872026-02-24T04:51:36.179Z[ host-image] Feb 24 04:51:35.252 INFO O| Feb 24 04:51:35.252 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
104882026-02-24T04:51:36.179Z[ host-image] Feb 24 04:51:35.252 INFO O| Feb 24 04:51:35.252 INFO STEP 158 (remove_files) COMPLETE
104892026-02-24T04:51:36.182Z[ host-image] Feb 24 04:51:35.252 INFO O| Feb 24 04:51:35.252 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104902026-02-24T04:51:36.187Z[ host-image] Feb 24 04:51:35.259 INFO O| Feb 24 04:51:35.259 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
104912026-02-24T04:51:36.187Z[ host-image] Feb 24 04:51:35.259 INFO O| Feb 24 04:51:35.259 INFO STEP 159 (remove_files) COMPLETE
104922026-02-24T04:51:36.189Z[ host-image] Feb 24 04:51:35.259 INFO O| Feb 24 04:51:35.259 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104932026-02-24T04:51:36.194Z[ host-image] Feb 24 04:51:35.266 INFO O| Feb 24 04:51:35.266 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
104942026-02-24T04:51:36.194Z[ host-image] Feb 24 04:51:35.266 INFO O| Feb 24 04:51:35.266 INFO STEP 160 (remove_files) COMPLETE
104952026-02-24T04:51:36.197Z[ host-image] Feb 24 04:51:35.266 INFO O| Feb 24 04:51:35.266 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104962026-02-24T04:51:36.201Z[ host-image] Feb 24 04:51:35.274 INFO O| Feb 24 04:51:35.273 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
104972026-02-24T04:51:36.201Z[ host-image] Feb 24 04:51:35.274 INFO O| Feb 24 04:51:35.274 INFO STEP 161 (remove_files) COMPLETE
104982026-02-24T04:51:36.204Z[ host-image] Feb 24 04:51:35.274 INFO O| Feb 24 04:51:35.274 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104992026-02-24T04:51:36.210Z[ host-image] Feb 24 04:51:35.282 INFO O| Feb 24 04:51:35.282 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105002026-02-24T04:51:36.210Z[ host-image] Feb 24 04:51:35.282 INFO O| Feb 24 04:51:35.282 INFO STEP 162 (remove_files) COMPLETE
105012026-02-24T04:51:36.212Z[ host-image] Feb 24 04:51:35.282 INFO O| Feb 24 04:51:35.282 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105022026-02-24T04:51:36.217Z[ host-image] Feb 24 04:51:35.290 INFO O| Feb 24 04:51:35.290 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
105032026-02-24T04:51:36.217Z[ host-image] Feb 24 04:51:35.290 INFO O| Feb 24 04:51:35.290 INFO STEP 163 (remove_files) COMPLETE
105042026-02-24T04:51:36.220Z[ host-image] Feb 24 04:51:35.290 INFO O| Feb 24 04:51:35.290 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105052026-02-24T04:51:36.226Z[ host-image] Feb 24 04:51:35.298 INFO O| Feb 24 04:51:35.298 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105062026-02-24T04:51:36.226Z[ host-image] Feb 24 04:51:35.298 INFO O| Feb 24 04:51:35.298 INFO STEP 164 (remove_files) COMPLETE
105072026-02-24T04:51:36.229Z[ host-image] Feb 24 04:51:35.298 INFO O| Feb 24 04:51:35.298 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105082026-02-24T04:51:36.233Z[ host-image] Feb 24 04:51:35.305 INFO O| Feb 24 04:51:35.305 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105092026-02-24T04:51:36.233Z[ host-image] Feb 24 04:51:35.305 INFO O| Feb 24 04:51:35.305 INFO STEP 165 (remove_files) COMPLETE
105102026-02-24T04:51:36.233Z[ host-image] Feb 24 04:51:35.305 INFO O| Feb 24 04:51:35.305 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105112026-02-24T04:51:36.240Z[ host-image] Feb 24 04:51:35.313 INFO O| Feb 24 04:51:35.313 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105122026-02-24T04:51:36.240Z[ host-image] Feb 24 04:51:35.313 INFO O| Feb 24 04:51:35.313 INFO STEP 166 (remove_files) COMPLETE
105132026-02-24T04:51:36.243Z[ host-image] Feb 24 04:51:35.313 INFO O| Feb 24 04:51:35.313 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105142026-02-24T04:51:36.248Z[ host-image] Feb 24 04:51:35.321 INFO O| Feb 24 04:51:35.321 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105152026-02-24T04:51:36.251Z[ host-image] Feb 24 04:51:35.321 INFO O| Feb 24 04:51:35.321 INFO STEP 167 (remove_files) COMPLETE
105162026-02-24T04:51:36.251Z[ host-image] Feb 24 04:51:35.321 INFO O| Feb 24 04:51:35.321 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105172026-02-24T04:51:36.256Z[ host-image] Feb 24 04:51:35.328 INFO O| Feb 24 04:51:35.328 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105182026-02-24T04:51:36.259Z[ host-image] Feb 24 04:51:35.328 INFO O| Feb 24 04:51:35.328 INFO STEP 168 (remove_files) COMPLETE
105192026-02-24T04:51:36.259Z[ host-image] Feb 24 04:51:35.328 INFO O| Feb 24 04:51:35.328 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105202026-02-24T04:51:36.263Z[ host-image] Feb 24 04:51:35.336 INFO O| Feb 24 04:51:35.336 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105212026-02-24T04:51:36.263Z[ host-image] Feb 24 04:51:35.336 INFO O| Feb 24 04:51:35.336 INFO STEP 169 (remove_files) COMPLETE
105222026-02-24T04:51:36.266Z[ host-image] Feb 24 04:51:35.336 INFO O| Feb 24 04:51:35.336 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105232026-02-24T04:51:36.270Z[ host-image] Feb 24 04:51:35.343 INFO O| Feb 24 04:51:35.343 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105242026-02-24T04:51:36.270Z[ host-image] Feb 24 04:51:35.343 INFO O| Feb 24 04:51:35.343 INFO STEP 170 (remove_files) COMPLETE
105252026-02-24T04:51:36.270Z[ host-image] Feb 24 04:51:35.343 INFO O| Feb 24 04:51:35.343 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105262026-02-24T04:51:36.278Z[ host-image] Feb 24 04:51:35.350 INFO O| Feb 24 04:51:35.350 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105272026-02-24T04:51:36.278Z[ host-image] Feb 24 04:51:35.350 INFO O| Feb 24 04:51:35.350 INFO STEP 171 (remove_files) COMPLETE
105282026-02-24T04:51:36.281Z[ host-image] Feb 24 04:51:35.350 INFO O| Feb 24 04:51:35.350 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105292026-02-24T04:51:36.285Z[ host-image] Feb 24 04:51:35.357 INFO O| Feb 24 04:51:35.357 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105302026-02-24T04:51:36.288Z[ host-image] Feb 24 04:51:35.357 INFO O| Feb 24 04:51:35.357 INFO STEP 172 (remove_files) COMPLETE
105312026-02-24T04:51:36.288Z[ host-image] Feb 24 04:51:35.357 INFO O| Feb 24 04:51:35.357 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105322026-02-24T04:51:36.292Z[ host-image] Feb 24 04:51:35.365 INFO O| Feb 24 04:51:35.365 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105332026-02-24T04:51:36.295Z[ host-image] Feb 24 04:51:35.365 INFO O| Feb 24 04:51:35.365 INFO STEP 173 (remove_files) COMPLETE
105342026-02-24T04:51:36.295Z[ host-image] Feb 24 04:51:35.365 INFO O| Feb 24 04:51:35.365 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105352026-02-24T04:51:36.301Z[ host-image] Feb 24 04:51:35.374 INFO O| Feb 24 04:51:35.374 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105362026-02-24T04:51:36.301Z[ host-image] Feb 24 04:51:35.374 INFO O| Feb 24 04:51:35.374 INFO STEP 174 (remove_files) COMPLETE
105372026-02-24T04:51:36.304Z[ host-image] Feb 24 04:51:35.374 INFO O| Feb 24 04:51:35.374 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105382026-02-24T04:51:36.309Z[ host-image] Feb 24 04:51:35.381 INFO O| Feb 24 04:51:35.381 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105392026-02-24T04:51:36.309Z[ host-image] Feb 24 04:51:35.381 INFO O| Feb 24 04:51:35.381 INFO STEP 175 (remove_files) COMPLETE
105402026-02-24T04:51:36.312Z[ host-image] Feb 24 04:51:35.381 INFO O| Feb 24 04:51:35.381 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105412026-02-24T04:51:36.320Z[ host-image] Feb 24 04:51:35.392 INFO O| Feb 24 04:51:35.392 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
105422026-02-24T04:51:36.320Z[ host-image] Feb 24 04:51:35.392 INFO O| Feb 24 04:51:35.392 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", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105432026-02-24T04:51:37.307Z[ recovery-image] Feb 24 04:51:36.379 INFO image complete! materials are in "/work/os-recovery"
105442026-02-24T04:51:37.311Z[ recovery-image]
105452026-02-24T04:51:37.314Z[ recovery-image] real 32:24.122163631
105462026-02-24T04:51:37.314Z[ recovery-image] user 24:22.059339981
105472026-02-24T04:51:37.314Z[ recovery-image] sys 1:37.831600944
105482026-02-24T04:51:37.314Z[ recovery-image] trap 1.132161892
105492026-02-24T04:51:37.314Z[ recovery-image] tflt 1.550578960
105502026-02-24T04:51:37.314Z[ recovery-image] dflt 3.298868774
105512026-02-24T04:51:37.314Z[ recovery-image] kflt 0.096854905
105522026-02-24T04:51:37.314Z[ recovery-image] lock 22:06.974612165
105532026-02-24T04:51:37.314Z[ recovery-image] slp 3:12:54.578521201
105542026-02-24T04:51:37.314Z[ recovery-image] lat 7:12.039433006
105552026-02-24T04:51:37.314Z[ recovery-image] stop 8.570723936
105562026-02-24T04:51:37.315ZFeb 24 04:51:36.384 INFO [recovery-image] process exited with exit status: 0 (1944.151636373s)
105572026-02-24T04:51:43.202Z[ host-image] Feb 24 04:51:42.274 INFO O| Feb 24 04:51:42.274 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
105582026-02-24T04:51:43.202Z[ host-image] Feb 24 04:51:42.274 INFO O| Feb 24 04:51:42.274 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105592026-02-24T04:51:43.216Z[ host-image] Feb 24 04:51:42.288 INFO O| Feb 24 04:51:42.288 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
105602026-02-24T04:51:43.361Z[ host-image] Feb 24 04:51:42.432 INFO O| Feb 24 04:51:42.432 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", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105612026-02-24T04:51:43.435Z[ host-image] Feb 24 04:51:42.506 INFO O| Feb 24 04:51:42.506 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
105622026-02-24T04:51:43.523Z[ host-image] Feb 24 04:51:42.594 INFO O| Feb 24 04:51:42.594 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105632026-02-24T04:51:43.523Z[ host-image] Feb 24 04:51:42.594 INFO O| Feb 24 04:51:42.594 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105642026-02-24T04:51:43.526Z[ host-image] Feb 24 04:51:42.596 INFO O| Feb 24 04:51:42.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105652026-02-24T04:51:43.526Z[ host-image] Feb 24 04:51:42.597 INFO O| Feb 24 04:51:42.596 INFO ok!
105662026-02-24T04:51:43.526Z[ host-image] Feb 24 04:51:42.597 INFO O| Feb 24 04:51:42.596 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105672026-02-24T04:51:43.526Z[ host-image] Feb 24 04:51:42.597 INFO O| Feb 24 04:51:42.597 INFO STEP 176 (seed_smf) COMPLETE
105682026-02-24T04:51:43.526Z[ host-image] Feb 24 04:51:42.597 INFO O| Feb 24 04:51:42.597 INFO steps complete; finalising image!
105692026-02-24T04:51:43.526Z[ host-image] Feb 24 04:51:42.597 INFO O| Feb 24 04:51:42.597 INFO TRIM POOL: TEMPORARY-sled-zfs
105702026-02-24T04:51:43.668Z[ host-image] Feb 24 04:51:42.740 INFO O| Feb 24 04:51:42.740 INFO trim TEMPORARY-sled-zfs: (1% trimmed, started at Tue Feb 24 04:51:42 2026)
105712026-02-24T04:51:43.884Z[ host-image] Feb 24 04:51:42.956 INFO O| Feb 24 04:51:42.956 INFO temporary pool has 809M used, 87.3M avail, 1.80x compressratio
105722026-02-24T04:51:43.884Z[ host-image] Feb 24 04:51:42.956 INFO O| Feb 24 04:51:42.956 INFO EXPORT POOL: TEMPORARY-sled-zfs
105732026-02-24T04:51:44.118Z[ host-image] Feb 24 04:51:43.189 INFO O| Feb 24 04:51:43.189 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105742026-02-24T04:51:44.118Z[ host-image] Feb 24 04:51:43.190 INFO O| Feb 24 04:51:43.189 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105752026-02-24T04:51:45.069Z[ host-image] Feb 24 04:51:44.141 INFO O| Feb 24 04:51:44.141 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105762026-02-24T04:51:45.069Z[ host-image] Feb 24 04:51:44.141 INFO O| Feb 24 04:51:44.141 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105772026-02-24T04:51:45.072Z[ host-image] Feb 24 04:51:44.141 INFO O| Feb 24 04:51:44.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105782026-02-24T04:51:45.072Z[ host-image] Feb 24 04:51:44.141 INFO O| Feb 24 04:51:44.141 INFO completed processing sled/zfs
105792026-02-24T04:51:45.072Z[ host-image] Feb 24 04:51:44.141 INFO O| Feb 24 04:51:44.141 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105802026-02-24T04:51:55.412Z[ host-image] Feb 24 04:51:54.483 INFO O| Feb 24 04:51:54.483 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105812026-02-24T04:51:55.509Z[ host-image] Feb 24 04:51:54.580 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
105822026-02-24T04:51:55.509Z[ host-image] Feb 24 04:51:54.580 INFO expanded image name: "ci 924ca7e/${os_short_commit} 2026-02-24 03:49" -> "ci 924ca7e/3e08689 2026-02-24 03:49"
105832026-02-24T04:51:55.512Z[ host-image] Feb 24 04:51:54.580 INFO output artefacts stored in: "/work/os-host"
105842026-02-24T04:51:55.512Z[ host-image] Feb 24 04:51:54.580 INFO collecting git info from project "image-builder"...
105852026-02-24T04:51:55.515Z[ host-image] Feb 24 04:51:54.586 INFO collecting git info from project "pilot"...
105862026-02-24T04:51:55.520Z[ host-image] Feb 24 04:51:54.591 INFO collecting git info from project "pinprick"...
105872026-02-24T04:51:55.524Z[ host-image] Feb 24 04:51:54.595 INFO collecting git info from project "phbl"...
105882026-02-24T04:51:55.529Z[ host-image] Feb 24 04:51:54.600 INFO collecting git info from project "bootserver"...
105892026-02-24T04:51:55.533Z[ host-image] Feb 24 04:51:54.604 INFO collecting git info from project "dmar-report"...
105902026-02-24T04:51:55.537Z[ host-image] Feb 24 04:51:54.609 INFO collecting git info from project "amd-host-image-builder"...
105912026-02-24T04:51:55.542Z[ host-image] Feb 24 04:51:54.614 INFO collecting git info from project "chelsio-t6-roms"...
105922026-02-24T04:51:55.547Z[ host-image] Feb 24 04:51:54.618 INFO collecting git info from project "amd-firmware"...
105932026-02-24T04:51:55.559Z[ host-image] Feb 24 04:51:54.629 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105942026-02-24T04:51:55.933Z[ host-image] Feb 24 04:51:55.004 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105952026-02-24T04:51:56.285Z[ host-image] Feb 24 04:51:55.356 INFO creating Oxide boot image...
105962026-02-24T04:51:56.285Z[ host-image] Feb 24 04:51:55.356 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 924ca7e/3e08689 2026-02-24 03:49", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105972026-02-24T04:51:57.367Z[ host-image] Feb 24 04:51:56.438 INFO O| ok, image written!
105982026-02-24T04:51:57.368Z[ host-image] Feb 24 04:51:56.439 INFO O| ok, boot_image_csum file written!
105992026-02-24T04:51:57.371Z[ host-image] Feb 24 04:51:56.441 INFO creating boot archive (CPIO)...
106002026-02-24T04:51:57.371Z[ host-image] Feb 24 04:51:56.441 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
106012026-02-24T04:51:57.375Z[ host-image] Feb 24 04:51:56.446 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106022026-02-24T04:51:57.375Z[ host-image] Feb 24 04:51:56.446 INFO E| + outfile=/work/os-host/cpio
106032026-02-24T04:51:57.377Z[ host-image] Feb 24 04:51:56.446 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106042026-02-24T04:51:57.377Z[ host-image] Feb 24 04:51:56.448 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106052026-02-24T04:51:57.377Z[ host-image] Feb 24 04:51:56.448 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106062026-02-24T04:51:57.410Z[ host-image] Feb 24 04:51:56.481 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106072026-02-24T04:51:57.410Z[ host-image] Feb 24 04:51:56.481 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106082026-02-24T04:51:57.418Z[ host-image] Feb 24 04:51:56.489 INFO creating compressed cpio/unix for dev loaders...
106092026-02-24T04:51:57.421Z[ host-image] Feb 24 04:51:56.489 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
106102026-02-24T04:51:57.723Z[ host-image] Feb 24 04:51:56.794 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106112026-02-24T04:52:02.092Z[ host-image] Feb 24 04:52:01.163 INFO creating reset image...
106122026-02-24T04:52:02.092Z[ host-image] Feb 24 04:52:01.163 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106132026-02-24T04:52:02.144Z[ host-image] Feb 24 04:52:01.215 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
106142026-02-24T04:52:02.144Z[ host-image] Feb 24 04:52:01.215 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")
106152026-02-24T04:52:02.250Z[ host-image] Feb 24 04:52:01.321 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
106162026-02-24T04:52:02.253Z[ host-image] Feb 24 04:52:01.323 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106172026-02-24T04:52:02.551Z[ host-image] Feb 24 04:52:01.622 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
106182026-02-24T04:52:02.551Z[ host-image] Feb 24 04:52:01.622 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
106192026-02-24T04:52:02.554Z[ host-image] Feb 24 04:52:01.622 INFO E| Compiling proc-macro2 v1.0.106
106202026-02-24T04:52:02.554Z[ host-image] Feb 24 04:52:01.622 INFO E| Compiling quote v1.0.44
106212026-02-24T04:52:02.554Z[ host-image] Feb 24 04:52:01.622 INFO E| Compiling unicode-ident v1.0.23
106222026-02-24T04:52:02.566Z[ host-image] Feb 24 04:52:01.637 INFO E| Compiling syn v1.0.109
106232026-02-24T04:52:02.569Z[ host-image] Feb 24 04:52:01.637 INFO E| Compiling x86 v0.52.0
106242026-02-24T04:52:02.569Z[ host-image] Feb 24 04:52:01.637 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106252026-02-24T04:52:02.790Z[ host-image] Feb 24 04:52:01.860 INFO E| Compiling seq-macro v0.3.6
106262026-02-24T04:52:04.165Z[ host-image] Feb 24 04:52:03.235 INFO E| Compiling syn v2.0.114
106272026-02-24T04:52:06.799Z[ host-image] Feb 24 04:52:05.870 INFO E| Compiling scroll_derive v0.13.1
106282026-02-24T04:52:09.049Z[ host-image] Feb 24 04:52:08.119 INFO E| Compiling bitstruct_derive v0.1.0
106292026-02-24T04:52:25.360Z[ host-image] Feb 24 04:52:24.429 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
106302026-02-24T04:52:29.292Z[ host-image] Feb 24 04:52:28.361 INFO E| Compiling bitflags v1.3.2
106312026-02-24T04:52:29.292Z[ host-image] Feb 24 04:52:28.361 INFO E| Compiling scroll v0.13.0
106322026-02-24T04:52:29.295Z[ host-image] Feb 24 04:52:28.361 INFO E| Compiling adler2 v2.0.1
106332026-02-24T04:52:29.295Z[ host-image] Feb 24 04:52:28.361 INFO E| Compiling plain v0.2.3
106342026-02-24T04:52:29.295Z[ host-image] Feb 24 04:52:28.361 INFO E| Compiling log v0.4.29
106352026-02-24T04:52:29.295Z[ host-image] Feb 24 04:52:28.361 INFO E| Compiling bitflags v2.10.0
106362026-02-24T04:52:29.295Z[ host-image] Feb 24 04:52:28.362 INFO E| Compiling bit_field v0.10.3
106372026-02-24T04:52:29.394Z[ host-image] Feb 24 04:52:28.464 INFO E| Compiling raw-cpuid v10.7.0
106382026-02-24T04:52:29.478Z[ host-image] Feb 24 04:52:28.547 INFO E| Compiling miniz_oxide v0.9.0
106392026-02-24T04:52:29.605Z[ host-image] Feb 24 04:52:28.674 INFO E| Compiling cpio_reader v0.1.2
106402026-02-24T04:52:29.615Z[ host-image] Feb 24 04:52:28.684 INFO E| Compiling bitstruct v0.1.1
106412026-02-24T04:52:29.751Z[ host-image] Feb 24 04:52:28.820 INFO E| Compiling static_assertions v1.1.0
106422026-02-24T04:52:29.822Z[ host-image] Feb 24 04:52:28.891 INFO E| Compiling goblin v0.10.4
106432026-02-24T04:52:34.879Z[ host-image] Feb 24 04:52:33.947 INFO E| Finished `release` profile [optimized] target(s) in 32.61s
106442026-02-24T04:52:34.892Z[ host-image] Feb 24 04:52:33.961 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106452026-02-24T04:52:34.955Z[ host-image] Feb 24 04:52:34.024 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
106462026-02-24T04:52:34.955Z[ host-image] Feb 24 04:52:34.024 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106472026-02-24T04:52:34.955Z[ host-image] Feb 24 04:52:34.024 INFO building ROM for cosmo
106482026-02-24T04:52:34.958Z[ host-image] Feb 24 04:52:34.024 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.7.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")
106492026-02-24T04:52:35.096Z[ host-image] Feb 24 04:52:34.165 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106502026-02-24T04:52:35.099Z[ host-image] Feb 24 04:52:34.168 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.7.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
106512026-02-24T04:52:35.110Z[ host-image] Feb 24 04:52:34.179 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106522026-02-24T04:52:35.198Z[ host-image] Feb 24 04:52:34.267 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106532026-02-24T04:52:35.202Z[ host-image] Feb 24 04:52:34.271 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.7 -o /work/os-host/cosmo.rom`
106542026-02-24T04:52:35.544Z[ host-image] Feb 24 04:52:34.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106552026-02-24T04:52:35.544Z[ host-image] Feb 24 04:52:34.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106562026-02-24T04:52:35.544Z[ host-image] Feb 24 04:52:34.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106572026-02-24T04:52:35.547Z[ host-image] Feb 24 04:52:34.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106582026-02-24T04:52:35.547Z[ host-image] Feb 24 04:52:34.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106592026-02-24T04:52:35.547Z[ host-image] Feb 24 04:52:34.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106602026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106612026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106622026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106632026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106642026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106652026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106662026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106672026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106682026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106692026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106702026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106712026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106722026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106732026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106742026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106752026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106762026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106772026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106782026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106792026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106802026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
106812026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106822026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
106832026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106842026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
106852026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
106862026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
106872026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106882026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
106892026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
106902026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
106912026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
106922026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
106932026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
106942026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
106952026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
106962026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
106972026-02-24T04:52:35.548Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
106982026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
106992026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107002026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107012026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107022026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107032026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107042026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107052026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107062026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107072026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO O| Info: ABL version: 0x1007f011
107082026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107092026-02-24T04:52:35.549Z[ host-image] Feb 24 04:52:34.616 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107102026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107112026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107122026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107132026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107142026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107152026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107162026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107172026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107182026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107192026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107202026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107212026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107222026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107232026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107242026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107252026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107262026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107272026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107282026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107292026-02-24T04:52:35.552Z[ host-image] Feb 24 04:52:34.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107302026-02-24T04:52:35.584Z[ host-image] Feb 24 04:52:34.653 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107312026-02-24T04:52:35.587Z[ host-image] Feb 24 04:52:34.653 INFO building ROM for gimlet
107322026-02-24T04:52:35.587Z[ host-image] Feb 24 04:52:34.653 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")
107332026-02-24T04:52:35.720Z[ host-image] Feb 24 04:52:34.789 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107342026-02-24T04:52:35.723Z[ host-image] Feb 24 04:52:34.792 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`
107352026-02-24T04:52:35.733Z[ host-image] Feb 24 04:52:34.803 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107362026-02-24T04:52:35.822Z[ host-image] Feb 24 04:52:34.891 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
107372026-02-24T04:52:35.826Z[ host-image] Feb 24 04:52:34.895 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`
107382026-02-24T04:52:36.022Z[ host-image] Feb 24 04:52:35.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107392026-02-24T04:52:36.022Z[ host-image] Feb 24 04:52:35.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107402026-02-24T04:52:36.022Z[ host-image] Feb 24 04:52:35.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107412026-02-24T04:52:36.025Z[ host-image] Feb 24 04:52:35.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107422026-02-24T04:52:36.025Z[ host-image] Feb 24 04:52:35.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107432026-02-24T04:52:36.025Z[ host-image] Feb 24 04:52:35.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107442026-02-24T04:52:36.025Z[ host-image] Feb 24 04:52:35.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107452026-02-24T04:52:36.025Z[ host-image] Feb 24 04:52:35.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107462026-02-24T04:52:36.025Z[ host-image] Feb 24 04:52:35.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107472026-02-24T04:52:36.025Z[ host-image] Feb 24 04:52:35.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107482026-02-24T04:52:36.025Z[ host-image] Feb 24 04:52:35.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107492026-02-24T04:52:36.025Z[ host-image] Feb 24 04:52:35.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107502026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107512026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107522026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107532026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.092 INFO O| Info: ABL version: 0x100f5010
107542026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.092 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107552026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107562026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.092 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107572026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107582026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107592026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107602026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107612026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107622026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107632026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107642026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107652026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107662026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107672026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107682026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107692026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107702026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107712026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107722026-02-24T04:52:36.026Z[ host-image] Feb 24 04:52:35.093 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107732026-02-24T04:52:36.064Z[ host-image] Feb 24 04:52:35.132 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107742026-02-24T04:52:58.900Z[ host-image] Feb 24 04:52:57.968 INFO image complete! materials are in "/work/os-host"
107752026-02-24T04:52:58.903Z[ host-image]
107762026-02-24T04:52:58.903Z[ host-image] real 34:31.445020096
107772026-02-24T04:52:58.903Z[ host-image] user 25:19.432428007
107782026-02-24T04:52:58.903Z[ host-image] sys 1:27.830084389
107792026-02-24T04:52:58.903Z[ host-image] trap 1.129938376
107802026-02-24T04:52:58.903Z[ host-image] tflt 0.188093536
107812026-02-24T04:52:58.903Z[ host-image] dflt 0.516816032
107822026-02-24T04:52:58.907Z[ host-image] kflt 0.167793720
107832026-02-24T04:52:58.907Z[ host-image] lock 35:55.626346221
107842026-02-24T04:52:58.907Z[ host-image] slp 3:23:49.201890315
107852026-02-24T04:52:58.907Z[ host-image] lat 6:22.935516563
107862026-02-24T04:52:58.907Z[ host-image] stop 3.122082597
107872026-02-24T04:52:58.907ZFeb 24 04:52:57.972 INFO [host-image] process exited with exit status: 0 (2071.450448271s)
107882026-02-24T04:52:58.907ZFeb 24 04:52:57.972 INFO [tuf-repo] running task
107892026-02-24T04:53:25.459ZFeb 24 04:53:24.525 INFO assembling repository in `/tmp/tufaceous4tGtQZ`, component: OmicronRepoAssembler
107902026-02-24T04:53:33.045ZFeb 24 04:53:32.111 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107912026-02-24T04:53:33.335ZFeb 24 04:53:32.401 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107922026-02-24T04:53:51.668ZFeb 24 04:53:50.733 INFO extracting uploaded archive to /tmp/.tmpoXVVZw
107932026-02-24T04:53:54.855ZFeb 24 04:53:53.920 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.fkrVW9
107942026-02-24T04:53:54.934ZFeb 24 04:53:53.999 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
107952026-02-24T04:53:55.075ZFeb 24 04:53:54.139 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
107962026-02-24T04:53:55.206ZFeb 24 04:53:54.271 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
107972026-02-24T04:53:55.328ZFeb 24 04:53:54.393 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
107982026-02-24T04:53:55.450ZFeb 24 04:53:54.515 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
107992026-02-24T04:53:55.572ZFeb 24 04:53:54.637 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108002026-02-24T04:53:55.694ZFeb 24 04:53:54.759 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108012026-02-24T04:53:55.832ZFeb 24 04:53:54.897 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108022026-02-24T04:53:55.832ZFeb 24 04:53:54.897 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108032026-02-24T04:53:55.910ZFeb 24 04:53:54.975 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108042026-02-24T04:53:55.910ZFeb 24 04:53:54.975 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108052026-02-24T04:53:55.992ZFeb 24 04:53:55.056 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108062026-02-24T04:53:55.992ZFeb 24 04:53:55.056 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108072026-02-24T04:53:56.072ZFeb 24 04:53:55.137 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108082026-02-24T04:53:56.072ZFeb 24 04:53:55.137 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108092026-02-24T04:53:56.153ZFeb 24 04:53:55.217 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108102026-02-24T04:53:56.156ZFeb 24 04:53:55.217 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108112026-02-24T04:53:56.230ZFeb 24 04:53:55.295 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108122026-02-24T04:53:56.231ZFeb 24 04:53:55.295 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108132026-02-24T04:53:56.309ZFeb 24 04:53:55.373 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108142026-02-24T04:53:56.309ZFeb 24 04:53:55.373 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108152026-02-24T04:53:56.312ZFeb 24 04:53:55.374 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108162026-02-24T04:53:56.312ZFeb 24 04:53:55.375 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108172026-02-24T04:53:56.312ZFeb 24 04:53:55.376 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108182026-02-24T04:53:56.315ZFeb 24 04:53:55.377 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108192026-02-24T04:53:56.315ZFeb 24 04:53:55.379 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108202026-02-24T04:54:04.893ZFeb 24 04:54:03.957 INFO added artifact, length: 33554432, hash: 1809e0ccf7328f2f64a5ac32da560a9ae25ba2b091b3b20356fd03f2bc888351, version: 19.0.0-0.ci+git924ca7e25be, kind: gimlet_host_phase_1, name: host
108212026-02-24T04:54:04.893ZFeb 24 04:54:03.957 INFO added artifact, length: 33554432, hash: fccc74975637ced201dad1d256d072c4fe3dbe9f2de76f831c7e550bc235a5fb, version: 19.0.0-0.ci+git924ca7e25be, kind: cosmo_host_phase_1, name: host
108222026-02-24T04:54:04.893ZFeb 24 04:54:03.957 INFO added artifact, length: 1101008896, hash: e7c23f8befadcf82396b55e6dab2c986773d29d358155b1c2a386f96f4082863, version: 19.0.0-0.ci+git924ca7e25be, kind: host_phase_2, name: host
108232026-02-24T04:54:06.382ZFeb 24 04:54:05.446 INFO added artifact, length: 33554432, hash: f98b998ee866e158e33fcc5c3dc2977d60ce3433c3c9d3a3d492ef0c7ad18071, version: 19.0.0-0.ci+git924ca7e25be, kind: gimlet_trampoline_phase_1, name: trampoline
108242026-02-24T04:54:06.382ZFeb 24 04:54:05.446 INFO added artifact, length: 33554432, hash: 38d06bc2056b8e24b5f112b20923ee7c3d79a1bb4561e2db65494130b546d3ac, version: 19.0.0-0.ci+git924ca7e25be, kind: cosmo_trampoline_phase_1, name: trampoline
108252026-02-24T04:54:06.382ZFeb 24 04:54:05.446 INFO added artifact, length: 147654805, hash: 6fe2f0b6019f80e46d5a6811358244baeb4e7cc679b5b64863c872e42d9879db, version: 19.0.0-0.ci+git924ca7e25be, kind: trampoline_phase_2, name: trampoline
108262026-02-24T04:54:09.421ZFeb 24 04:54:08.485 INFO added artifact, length: 309740466, hash: 53524bdf93eb8196674d6f79ffb9939ffb9e8439d072a77c136260bcd6701431, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: clickhouse_keeper
108272026-02-24T04:54:12.621ZFeb 24 04:54:11.684 INFO added artifact, length: 327157971, hash: 3b6699ba9b3fe6f0abd10938af23621807315bc99ce510499a3957e5a41fb33f, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: clickhouse_server
108282026-02-24T04:54:16.168ZFeb 24 04:54:15.232 INFO added artifact, length: 327159335, hash: 6c325c661fb2550838ec5bd4cd42c6c1d03f215e4c087e6313d0cfdc1eec5b9a, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: clickhouse
108292026-02-24T04:54:17.797ZFeb 24 04:54:16.860 INFO added artifact, length: 169067906, hash: dbb85a27a8764ac96d93f20662044933e4f84441d8dde2e87782c50c2e15553e, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: cockroachdb
108302026-02-24T04:54:18.206ZFeb 24 04:54:17.269 INFO added artifact, length: 42533982, hash: ecca40301d1176dfb368c8716889b130d868b91d71d9e1b01f88bef3a842af30, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: crucible-pantry-zone
108312026-02-24T04:54:18.764ZFeb 24 04:54:17.827 INFO added artifact, length: 57011336, hash: 0b75f1125ed3a113d600efe2be95d79fa2708ce33ad48ac4b5491b468f7b6b6d, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: crucible-zone
108322026-02-24T04:54:19.246ZFeb 24 04:54:18.309 INFO added artifact, length: 49925453, hash: 77e2295cfb591fbdc806607605df7fe987a5683f9f7bd41a362c0123b09b66e7, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: external-dns
108332026-02-24T04:54:19.732ZFeb 24 04:54:18.795 INFO added artifact, length: 49925051, hash: 8a860a83175520e129f8ae2eefdddfd2ba29c41a63a3c25023f65d028578c956, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: internal-dns
108342026-02-24T04:54:21.836ZFeb 24 04:54:20.900 INFO added artifact, length: 217417949, hash: 8eead6431ea8bf02997296bfe6a5e969d9c252c46c50c7fcef9ec4c46a40376c, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: nexus
108352026-02-24T04:54:22.127ZFeb 24 04:54:21.190 INFO added artifact, length: 30353016, hash: 992bb9b37056fb028a4657559a280d51e9141e51290f932a0b4e45318c33963c, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: ntp
108362026-02-24T04:54:22.764ZFeb 24 04:54:21.827 INFO added artifact, length: 66021684, hash: 0b8db32e1ef6cf2c63bf6337457d9ec658c6a06004a6a272b7831ca46f16c50f, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: oximeter
108372026-02-24T04:54:22.794ZFeb 24 04:54:21.857 INFO added artifact, length: 3109590, hash: 7eb32d5a8d0459915eeafa06dd8a850d7cff1363769aabdb322fd873ce6c6622, version: 19.0.0-0.ci+git924ca7e25be, kind: zone, name: probe
108382026-02-24T04:54:22.796ZFeb 24 04:54:21.857 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108392026-02-24T04:54:22.797ZFeb 24 04:54:21.858 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108402026-02-24T04:54:22.797ZFeb 24 04:54:21.858 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108412026-02-24T04:54:22.841ZFeb 24 04:54:21.905 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108422026-02-24T04:54:22.888ZFeb 24 04:54:21.951 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108432026-02-24T04:54:22.966ZFeb 24 04:54:22.029 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108442026-02-24T04:54:22.966ZFeb 24 04:54:22.029 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108452026-02-24T04:54:23.048ZFeb 24 04:54:22.110 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108462026-02-24T04:54:23.048ZFeb 24 04:54:22.111 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108472026-02-24T04:54:23.129ZFeb 24 04:54:22.192 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108482026-02-24T04:54:23.129ZFeb 24 04:54:22.192 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108492026-02-24T04:54:23.207ZFeb 24 04:54:22.270 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108502026-02-24T04:54:23.207ZFeb 24 04:54:22.270 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108512026-02-24T04:54:23.210ZFeb 24 04:54:22.271 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108522026-02-24T04:54:23.210ZFeb 24 04:54:22.272 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108532026-02-24T04:54:23.210ZFeb 24 04:54:22.273 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108542026-02-24T04:54:23.284ZFeb 24 04:54:22.347 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108552026-02-24T04:54:23.430ZFeb 24 04:54:22.493 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108562026-02-24T04:54:23.573ZFeb 24 04:54:22.637 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108572026-02-24T04:54:23.722ZFeb 24 04:54:22.785 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108582026-02-24T04:54:23.722ZFeb 24 04:54:22.785 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108592026-02-24T04:54:23.803ZFeb 24 04:54:22.866 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108602026-02-24T04:54:23.803ZFeb 24 04:54:22.866 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108612026-02-24T04:54:23.884ZFeb 24 04:54:22.947 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108622026-02-24T04:54:23.884ZFeb 24 04:54:22.947 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108632026-02-24T04:54:23.961ZFeb 24 04:54:23.025 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108642026-02-24T04:54:23.961ZFeb 24 04:54:23.025 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108652026-02-24T04:54:23.965ZFeb 24 04:54:23.026 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108662026-02-24T04:54:23.965ZFeb 24 04:54:23.026 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108672026-02-24T04:54:23.965ZFeb 24 04:54:23.027 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108682026-02-24T04:54:23.965ZFeb 24 04:54:23.028 INFO added artifact, length: 924, hash: 4b22d93cd31bcb2fc9ee3a1e4611c1ce5bb903a2aebdbb470e1c6dd4b85b745d, version: 19.0.0-0.ci+git924ca7e25be, kind: installinator_document, name: installinator_document
108692026-02-24T04:54:24.474ZFeb 24 04:54:23.537 INFO extracting uploaded archive to /tmp/.tmp5oRcwW
108702026-02-24T04:54:27.609ZFeb 24 04:54:26.672 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.X2z7ls
108712026-02-24T04:54:27.680ZFeb 24 04:54:26.743 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108722026-02-24T04:54:27.817ZFeb 24 04:54:26.881 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108732026-02-24T04:54:27.948ZFeb 24 04:54:27.011 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108742026-02-24T04:54:28.071ZFeb 24 04:54:27.134 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108752026-02-24T04:54:28.193ZFeb 24 04:54:27.256 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108762026-02-24T04:54:28.316ZFeb 24 04:54:27.379 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108772026-02-24T04:54:28.439ZFeb 24 04:54:27.501 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108782026-02-24T04:54:28.576ZFeb 24 04:54:27.639 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108792026-02-24T04:54:28.576ZFeb 24 04:54:27.639 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108802026-02-24T04:54:28.654ZFeb 24 04:54:27.717 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108812026-02-24T04:54:28.654ZFeb 24 04:54:27.717 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108822026-02-24T04:54:28.734ZFeb 24 04:54:27.797 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108832026-02-24T04:54:28.734ZFeb 24 04:54:27.797 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108842026-02-24T04:54:28.813ZFeb 24 04:54:27.877 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108852026-02-24T04:54:28.814ZFeb 24 04:54:27.877 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108862026-02-24T04:54:28.895ZFeb 24 04:54:27.957 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108872026-02-24T04:54:28.896ZFeb 24 04:54:27.957 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108882026-02-24T04:54:28.972ZFeb 24 04:54:28.035 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108892026-02-24T04:54:28.972ZFeb 24 04:54:28.035 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108902026-02-24T04:54:29.049ZFeb 24 04:54:28.112 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108912026-02-24T04:54:29.049ZFeb 24 04:54:28.112 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108922026-02-24T04:54:29.053ZFeb 24 04:54:28.113 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108932026-02-24T04:54:29.053ZFeb 24 04:54:28.114 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108942026-02-24T04:54:29.053ZFeb 24 04:54:28.115 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108952026-02-24T04:54:29.055ZFeb 24 04:54:28.116 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108962026-02-24T04:54:29.055ZFeb 24 04:54:28.117 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108972026-02-24T04:54:37.328ZFeb 24 04:54:36.391 INFO added artifact, length: 33554432, hash: 1809e0ccf7328f2f64a5ac32da560a9ae25ba2b091b3b20356fd03f2bc888351, version: 19.0.0-0.ci+git924ca7e25be, kind: gimlet_host_phase_1, name: host
108982026-02-24T04:54:37.328ZFeb 24 04:54:36.391 INFO added artifact, length: 33554432, hash: fccc74975637ced201dad1d256d072c4fe3dbe9f2de76f831c7e550bc235a5fb, version: 19.0.0-0.ci+git924ca7e25be, kind: cosmo_host_phase_1, name: host
108992026-02-24T04:54:37.328ZFeb 24 04:54:36.391 INFO added artifact, length: 1101008896, hash: e7c23f8befadcf82396b55e6dab2c986773d29d358155b1c2a386f96f4082863, version: 19.0.0-0.ci+git924ca7e25be, kind: host_phase_2, name: host
109002026-02-24T04:54:38.776ZFeb 24 04:54:37.838 INFO added artifact, length: 33554432, hash: f98b998ee866e158e33fcc5c3dc2977d60ce3433c3c9d3a3d492ef0c7ad18071, version: 19.0.0-0.ci+git924ca7e25be, kind: gimlet_trampoline_phase_1, name: trampoline
109012026-02-24T04:54:38.776ZFeb 24 04:54:37.838 INFO added artifact, length: 33554432, hash: 38d06bc2056b8e24b5f112b20923ee7c3d79a1bb4561e2db65494130b546d3ac, version: 19.0.0-0.ci+git924ca7e25be, kind: cosmo_trampoline_phase_1, name: trampoline
109022026-02-24T04:54:38.779ZFeb 24 04:54:37.839 INFO added artifact, length: 147654805, hash: 6fe2f0b6019f80e46d5a6811358244baeb4e7cc679b5b64863c872e42d9879db, version: 19.0.0-0.ci+git924ca7e25be, kind: trampoline_phase_2, name: trampoline
109032026-02-24T04:54:49.635ZFeb 24 04:54:48.697 INFO added artifact, length: 1706829671, hash: 5ea596e9bdd675ffc74cf1cdb05701406442cecee023834b14c5368a0d6a8287, version: 19.0.0-0.ci+git924ca7e25be, kind: control_plane, name: control-plane
109042026-02-24T04:54:49.638ZFeb 24 04:54:48.697 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109052026-02-24T04:54:49.638ZFeb 24 04:54:48.698 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109062026-02-24T04:54:49.638ZFeb 24 04:54:48.698 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109072026-02-24T04:54:49.684ZFeb 24 04:54:48.746 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109082026-02-24T04:54:49.733ZFeb 24 04:54:48.795 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109092026-02-24T04:54:49.816ZFeb 24 04:54:48.878 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109102026-02-24T04:54:49.816ZFeb 24 04:54:48.878 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109112026-02-24T04:54:49.903ZFeb 24 04:54:48.965 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109122026-02-24T04:54:49.903ZFeb 24 04:54:48.965 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109132026-02-24T04:54:49.990ZFeb 24 04:54:49.052 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109142026-02-24T04:54:49.990ZFeb 24 04:54:49.052 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109152026-02-24T04:54:50.071ZFeb 24 04:54:49.133 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109162026-02-24T04:54:50.072ZFeb 24 04:54:49.133 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109172026-02-24T04:54:50.076ZFeb 24 04:54:49.134 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109182026-02-24T04:54:50.076ZFeb 24 04:54:49.135 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109192026-02-24T04:54:50.076ZFeb 24 04:54:49.136 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109202026-02-24T04:54:50.151ZFeb 24 04:54:49.213 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109212026-02-24T04:54:50.301ZFeb 24 04:54:49.363 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109222026-02-24T04:54:50.453ZFeb 24 04:54:49.515 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109232026-02-24T04:54:50.610ZFeb 24 04:54:49.672 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109242026-02-24T04:54:50.610ZFeb 24 04:54:49.672 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109252026-02-24T04:54:50.697ZFeb 24 04:54:49.757 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109262026-02-24T04:54:50.697ZFeb 24 04:54:49.757 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109272026-02-24T04:54:50.780ZFeb 24 04:54:49.842 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109282026-02-24T04:54:50.780ZFeb 24 04:54:49.842 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109292026-02-24T04:54:50.863ZFeb 24 04:54:49.924 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109302026-02-24T04:54:50.863ZFeb 24 04:54:49.925 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109312026-02-24T04:54:50.866ZFeb 24 04:54:49.926 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109322026-02-24T04:54:50.866ZFeb 24 04:54:49.926 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109332026-02-24T04:54:50.866ZFeb 24 04:54:49.927 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109342026-02-24T04:54:50.868ZFeb 24 04:54:49.928 INFO added artifact, length: 924, hash: 4b22d93cd31bcb2fc9ee3a1e4611c1ce5bb903a2aebdbb470e1c6dd4b85b745d, version: 19.0.0-0.ci+git924ca7e25be, kind: installinator_document, name: installinator_document
109352026-02-24T04:54:51.390ZFeb 24 04:54:50.452 INFO [tuf-repo] task succeeded (112.479846077s)
109362026-02-24T04:54:51.390ZFeb 24 04:54:50.452 INFO all jobs completed in 3944.788305337s
109372026-02-24T04:54:52.504Zprocess exited: duration 4785857 ms, exit code 0
 
109382026-02-24T04:54:52.523Zfound 41 output files
109392026-02-24T04:54:52.523Zuploading: /work/manifest.toml (17174 bytes)
109402026-02-24T04:54:53.540Zuploaded: /work/manifest.toml
109412026-02-24T04:54:53.540Zuploading: /work/repo.zip (2950512538 bytes)
109422026-02-24T04:55:38.646Zuploaded: /work/repo.zip
109432026-02-24T04:55:38.646Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109442026-02-24T04:55:39.670Zuploaded: /work/repo.zip.sha256.txt
109452026-02-24T04:55:39.673Zuploading: /work/helios.json (647 bytes)
109462026-02-24T04:55:40.710Zuploaded: /work/helios.json
109472026-02-24T04:55:40.710Zuploading: /work/incorporation.p5m (100410 bytes)
109482026-02-24T04:55:41.726Zuploaded: /work/incorporation.p5m
109492026-02-24T04:55:41.726Zuploading: /work/incorporation.p5p (122880 bytes)
109502026-02-24T04:55:42.740Zuploaded: /work/incorporation.p5p
109512026-02-24T04:55:42.744Zuploading: /work/helios-incorp.log (526 bytes)
109522026-02-24T04:55:43.751Zuploaded: /work/helios-incorp.log
109532026-02-24T04:55:43.751Zuploading: /work/helios-setup.log (57811 bytes)
109542026-02-24T04:55:44.764Zuploaded: /work/helios-setup.log
109552026-02-24T04:55:44.767Zuploading: /work/host-image.log (234220 bytes)
109562026-02-24T04:55:45.781Zuploaded: /work/host-image.log
109572026-02-24T04:55:45.781Zuploading: /work/host-package.log (33405 bytes)
109582026-02-24T04:55:46.794Zuploaded: /work/host-package.log
109592026-02-24T04:55:46.794Zuploading: /work/host-target.log (101 bytes)
109602026-02-24T04:55:47.805Zuploaded: /work/host-target.log
109612026-02-24T04:55:47.809Zuploading: /work/incorp-create.log (0 bytes)
109622026-02-24T04:55:48.811Zuploaded: /work/incorp-create.log
109632026-02-24T04:55:48.811Zuploading: /work/incorp-fmt.log (0 bytes)
109642026-02-24T04:55:49.821Zuploaded: /work/incorp-fmt.log
109652026-02-24T04:55:49.821Zuploading: /work/incorp-pkgsend.log (108 bytes)
109662026-02-24T04:55:50.832Zuploaded: /work/incorp-pkgsend.log
109672026-02-24T04:55:50.832Zuploading: /work/incorp-publisher.log (0 bytes)
109682026-02-24T04:55:51.838Zuploaded: /work/incorp-publisher.log
109692026-02-24T04:55:51.838Zuploading: /work/omicron-package.log (6790 bytes)
109702026-02-24T04:55:52.849Zuploaded: /work/omicron-package.log
109712026-02-24T04:55:52.851Zuploading: /work/recovery-image.log (604654 bytes)
109722026-02-24T04:55:53.870Zuploaded: /work/recovery-image.log
109732026-02-24T04:55:53.870Zuploading: /work/recovery-package.log (1870 bytes)
109742026-02-24T04:55:54.880Zuploaded: /work/recovery-package.log
109752026-02-24T04:55:54.883Zuploading: /work/recovery-target.log (98 bytes)
109762026-02-24T04:55:55.892Zuploaded: /work/recovery-target.log
109772026-02-24T04:55:55.895Zuploading: /work/stamp-clickhouse.log (117 bytes)
109782026-02-24T04:55:56.904Zuploaded: /work/stamp-clickhouse.log
109792026-02-24T04:55:56.907Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109802026-02-24T04:55:57.913Zuploaded: /work/stamp-clickhouse_keeper.log
109812026-02-24T04:55:57.916Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109822026-02-24T04:55:58.922Zuploaded: /work/stamp-clickhouse_server.log
109832026-02-24T04:55:58.925Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109842026-02-24T04:55:59.932Zuploaded: /work/stamp-cockroachdb.log
109852026-02-24T04:55:59.936Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109862026-02-24T04:56:00.944Zuploaded: /work/stamp-crucible-pantry-zone.log
109872026-02-24T04:56:00.944Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109882026-02-24T04:56:01.952Zuploaded: /work/stamp-crucible-utils.log
109892026-02-24T04:56:01.952Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109902026-02-24T04:56:02.962Zuploaded: /work/stamp-crucible-zone.log
109912026-02-24T04:56:02.965Zuploading: /work/stamp-external-dns.log (119 bytes)
109922026-02-24T04:56:03.972Zuploaded: /work/stamp-external-dns.log
109932026-02-24T04:56:03.972Zuploading: /work/stamp-installinator.log (103 bytes)
109942026-02-24T04:56:04.982Zuploaded: /work/stamp-installinator.log
109952026-02-24T04:56:04.985Zuploading: /work/stamp-internal-dns.log (119 bytes)
109962026-02-24T04:56:05.993Zuploaded: /work/stamp-internal-dns.log
109972026-02-24T04:56:05.996Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109982026-02-24T04:56:07.003Zuploaded: /work/stamp-mg-ddm-gz.log
109992026-02-24T04:56:07.003Zuploading: /work/stamp-nexus.log (112 bytes)
110002026-02-24T04:56:08.017Zuploaded: /work/stamp-nexus.log
110012026-02-24T04:56:08.023Zuploading: /work/stamp-ntp.log (110 bytes)
110022026-02-24T04:56:09.035Zuploaded: /work/stamp-ntp.log
110032026-02-24T04:56:09.038Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110042026-02-24T04:56:10.046Zuploaded: /work/stamp-omicron-sled-agent.log
110052026-02-24T04:56:10.049Zuploading: /work/stamp-overlay.log (114 bytes)
110062026-02-24T04:56:11.056Zuploaded: /work/stamp-overlay.log
110072026-02-24T04:56:11.059Zuploading: /work/stamp-oximeter.log (115 bytes)
110082026-02-24T04:56:12.075Zuploaded: /work/stamp-oximeter.log
110092026-02-24T04:56:12.075Zuploading: /work/stamp-oxlog.log (109 bytes)
110102026-02-24T04:56:13.087Zuploaded: /work/stamp-oxlog.log
110112026-02-24T04:56:13.087Zuploading: /work/stamp-probe.log (112 bytes)
110122026-02-24T04:56:14.098Zuploaded: /work/stamp-probe.log
110132026-02-24T04:56:14.101Zuploading: /work/stamp-propolis-server.log (122 bytes)
110142026-02-24T04:56:15.108Zuploaded: /work/stamp-propolis-server.log
110152026-02-24T04:56:15.111Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110162026-02-24T04:56:16.118Zuploaded: /work/stamp-pumpkind-gz.log
110172026-02-24T04:56:16.121Zuploading: /work/stamp-switch-asic.log (118 bytes)
110182026-02-24T04:56:17.130Zuploaded: /work/stamp-switch-asic.log
110192026-02-24T04:56:17.130Zuploading: /work/verify-libraries.log (11451 bytes)
110202026-02-24T04:56:18.143Zuploaded: /work/verify-libraries.log