01KHVW3E4M4HPQZK7YMC7MC78P: 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: 01KHVW3ZZTEFFK3QDQMDWXACJX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-19T21:16:17.348Zjob assigned to worker 01KHVW438P53B9BP7MSK416FGB [factory aws, i-04eb9db66564a7df5] (queued for 48 s)
 
22026-02-19T21:16:25.877Zstarting task 0: "setup"
32026-02-19T21:16:25.882Z++ uname -s
42026-02-19T21:16:25.886Z+ kern=SunOS
52026-02-19T21:16:25.886Z+ build_user=build
62026-02-19T21:16:25.886Z+ build_uid=12345
72026-02-19T21:16:25.886Z+ work_dir=/work
82026-02-19T21:16:25.886Z+ input_dir=/input
92026-02-19T21:16:25.886Z+ [[ 0 == 12345 ]]
102026-02-19T21:16:25.886Z+ case "$kern" in
112026-02-19T21:16:25.887Z+ groupadd -g 12345 build
122026-02-19T21:16:25.890Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-19T21:16:27.894Z+ zfs create -o mountpoint=/work rpool/work
142026-02-19T21:16:28.030Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-19T21:16:28.034Z+ home_fs=zfs
162026-02-19T21:16:28.034Z+ [[ zfs == autofs ]]
172026-02-19T21:16:28.034Z+ mkdir -p /home/build
182026-02-19T21:16:28.037Z+ chown build:build /home/build /work
192026-02-19T21:16:29.037Z+ chmod 0700 /home/build /work
202026-02-19T21:16:29.041Zprocess exited: duration 3164 ms, exit code 0
 
212026-02-19T21:16:29.048Zstarting task 1: "rust-toolchain"
222026-02-19T21:16:29.053Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-19T21:16:29.053Z * rust toolchain channel = "1.91.1"
242026-02-19T21:16:29.053Z * rust toolchain profile = "default"
252026-02-19T21:16:29.053Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-19T21:16:29.053Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-19T21:16:29.053Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-19T21:16:29.056Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-19T21:16:29.056Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-19T21:16:29.170Zinfo: downloading installer
312026-02-19T21:16:30.950Zwarn: It looks like you have an existing installation of Rust at:
322026-02-19T21:16:30.950Zwarn: /opt/ooce/bin
332026-02-19T21:16:30.950Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-19T21:16:30.950Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-19T21:16:30.950Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-19T21:16:30.950Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-19T21:16:30.950Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-19T21:16:30.950Zerror: cannot install while Rust is installed
392026-02-19T21:16:30.950Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-19T21:16:30.977Zinfo: profile set to 'default'
412026-02-19T21:16:30.978Zinfo: default host triple is x86_64-unknown-illumos
422026-02-19T21:16:30.981Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-19T21:16:31.162Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-19T21:16:31.162Zinfo: downloading component 'cargo'
452026-02-19T21:16:32.208Zinfo: downloading component 'clippy'
462026-02-19T21:16:32.677Zinfo: downloading component 'rust-docs'
472026-02-19T21:16:34.163Zinfo: downloading component 'rust-std'
482026-02-19T21:16:36.346Zinfo: downloading component 'rustc'
492026-02-19T21:16:45.709Zinfo: downloading component 'rustfmt'
502026-02-19T21:16:45.999Zinfo: installing component 'cargo'
512026-02-19T21:16:46.915Zinfo: installing component 'clippy'
522026-02-19T21:16:47.309Zinfo: installing component 'rust-docs'
532026-02-19T21:16:49.273Zinfo: installing component 'rust-std'
542026-02-19T21:16:51.136Zinfo: installing component 'rustc'
552026-02-19T21:16:57.820Zinfo: installing component 'rustfmt'
562026-02-19T21:16:58.167Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-19T21:16:58.167Z
582026-02-19T21:16:58.629Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-19T21:16:58.629Z
602026-02-19T21:16:58.632Z
612026-02-19T21:16:58.632ZRust is installed now. Great!
622026-02-19T21:16:58.632Z
632026-02-19T21:16:58.632ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-19T21:16:58.632Zenvironment variable. This has not been done automatically.
652026-02-19T21:16:58.632Z
662026-02-19T21:16:58.632ZTo configure your current shell, you need to source
672026-02-19T21:16:58.632Zthe corresponding env file under $HOME/.cargo.
682026-02-19T21:16:58.632Z
692026-02-19T21:16:58.632ZThis is usually done by running one of the following (note the leading DOT):
702026-02-19T21:16:58.632Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-19T21:16:58.632Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-19T21:16:58.632Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-19T21:16:58.726Z+ rustup --version
742026-02-19T21:16:58.738Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-19T21:16:58.741Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-19T21:16:58.827Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-19T21:16:58.832Z+ cargo --version
782026-02-19T21:16:58.906Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-19T21:16:58.909Z+ rustc --version
802026-02-19T21:16:58.987Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-19T21:16:58.991Zprocess exited: duration 29941 ms, exit code 0
 
822026-02-19T21:16:58.998Zstarting task 2: "authentication"
832026-02-19T21:16:59.022Zprocess exited: duration 23 ms, exit code 0
 
842026-02-19T21:16:59.031Zstarting task 3: "clone repository"
852026-02-19T21:16:59.034Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-19T21:16:59.037Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-19T21:16:59.070ZCloning into '/work/oxidecomputer/omicron'...
882026-02-19T21:17:11.679Z+ cd /work/oxidecomputer/omicron
892026-02-19T21:17:11.679Z+ git fetch origin 0d8d9b740335dbbe4787fef51bbf65fc17b54740
902026-02-19T21:17:12.013ZFrom https://github.com/oxidecomputer/omicron
912026-02-19T21:17:12.013Z * branch 0d8d9b740335dbbe4787fef51bbf65fc17b54740 -> FETCH_HEAD
922026-02-19T21:17:12.024Z+ [[ -n tq-expunge ]]
932026-02-19T21:17:12.027Z++ git branch --show-current
942026-02-19T21:17:12.030Z+ current=main
952026-02-19T21:17:12.030Z+ [[ main != tq-expunge ]]
962026-02-19T21:17:12.031Z+ git branch -f tq-expunge 0d8d9b740335dbbe4787fef51bbf65fc17b54740
972026-02-19T21:17:12.034Z+ git checkout -f tq-expunge
982026-02-19T21:17:12.557ZSwitched to branch 'tq-expunge'
992026-02-19T21:17:12.560Z+ git reset --hard 0d8d9b740335dbbe4787fef51bbf65fc17b54740
1002026-02-19T21:17:12.583ZHEAD is now at 0d8d9b740 Merge branch 'main' into tq-expunge
1012026-02-19T21:17:12.590Zprocess exited: duration 13554 ms, exit code 0
 
1022026-02-19T21:17:12.632Zstarting task 4: "build"
1032026-02-19T21:17:12.637Z+ source .github/buildomat/ci-env.sh
1042026-02-19T21:17:12.637Z++ export CARGO_TERM_COLOR=always
1052026-02-19T21:17:12.637Z++ CARGO_TERM_COLOR=always
1062026-02-19T21:17:12.637Z+ cargo --version
1072026-02-19T21:17:12.700Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-19T21:17:12.703Z+ rustc --version
1092026-02-19T21:17:12.777Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-19T21:17:13.784Z+ cargo tree --locked
1112026-02-19T21:17:13.787Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-19T21:17:13.787Z Updating crates.io index
1132026-02-19T21:17:13.788Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-19T21:17:13.788Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-19T21:17:14.367Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-19T21:17:15.421Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-19T21:17:15.855Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-19T21:17:16.333Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-19T21:17:17.697Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-19T21:17:20.068Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-19T21:17:20.869Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-19T21:17:21.320Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-19T21:17:22.345Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-19T21:17:22.973Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-19T21:17:23.262Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-19T21:17:23.923Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-19T21:17:24.276Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-19T21:17:25.113Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-19T21:17:25.748Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-19T21:17:26.035Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-19T21:17:26.364Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-19T21:17:26.809Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-19T21:17:27.384Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-19T21:17:27.650Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-19T21:17:27.919Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-19T21:17:28.307Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-19T21:17:28.902Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-19T21:17:29.328Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-19T21:17:29.652Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-19T21:17:29.977Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-19T21:17:30.291Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-19T21:17:31.643Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-19T21:17:32.115Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-19T21:17:32.518Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-19T21:17:32.945Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-19T21:17:33.304Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-19T21:17:33.720Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-19T21:17:34.265Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-19T21:17:34.531Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-19T21:17:34.798Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-19T21:17:35.162Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-19T21:17:47.731Z Downloading crates ...
1532026-02-19T21:17:47.828Z Downloaded assert-json-diff v2.0.2
1542026-02-19T21:17:47.836Z Downloaded ahash v0.8.12
1552026-02-19T21:17:47.844Z Downloaded async-channel v1.9.0
1562026-02-19T21:17:47.848Z Downloaded adler2 v2.0.0
1572026-02-19T21:17:47.853Z Downloaded async-attributes v1.1.2
1582026-02-19T21:17:47.858Z Downloaded async-bb8-diesel v0.2.1
1592026-02-19T21:17:47.864Z Downloaded cfg_aliases v0.1.1
1602026-02-19T21:17:47.869Z Downloaded cpufeatures v0.2.14
1612026-02-19T21:17:47.875Z Downloaded cookie v0.18.1
1622026-02-19T21:17:47.881Z Downloaded convert_case v0.4.0
1632026-02-19T21:17:47.886Z Downloaded bytecount v0.6.8
1642026-02-19T21:17:47.892Z Downloaded defmt-parser v0.3.4
1652026-02-19T21:17:47.897Z Downloaded corncobs v0.1.4
1662026-02-19T21:17:47.903Z Downloaded deranged v0.5.3
1672026-02-19T21:17:47.908Z Downloaded criterion-plot v0.6.0
1682026-02-19T21:17:47.914Z Downloaded crc-any v2.5.0
1692026-02-19T21:17:47.920Z Downloaded cookie_store v0.21.1
1702026-02-19T21:17:47.926Z Downloaded derive_builder_core v0.20.2
1712026-02-19T21:17:47.932Z Downloaded clap v4.5.48
1722026-02-19T21:17:47.945Z Downloaded doc-comment v0.3.3
1732026-02-19T21:17:47.950Z Downloaded debug-ignore v1.0.5
1742026-02-19T21:17:47.955Z Downloaded crossbeam-channel v0.5.15
1752026-02-19T21:17:47.963Z Downloaded derive_builder_macro v0.20.2
1762026-02-19T21:17:47.967Z Downloaded dsl_auto_type v0.1.2
1772026-02-19T21:17:47.972Z Downloaded env_filter v0.1.2
1782026-02-19T21:17:47.977Z Downloaded dtrace-parser v0.3.0
1792026-02-19T21:17:47.982Z Downloaded dyn-clone v1.0.20
1802026-02-19T21:17:47.988Z Downloaded enum-as-inner v0.6.1
1812026-02-19T21:17:47.993Z Downloaded equivalent v1.0.2
1822026-02-19T21:17:47.997Z Downloaded async-trait v0.1.89
1832026-02-19T21:17:48.005Z Downloaded errno v0.3.12
1842026-02-19T21:17:48.010Z Downloaded byteorder v1.5.0
1852026-02-19T21:17:48.015Z Downloaded foreign-types-macros v0.2.3
1862026-02-19T21:17:48.020Z Downloaded foreign-types-shared v0.3.1
1872026-02-19T21:17:48.024Z Downloaded futures-sink v0.3.31
1882026-02-19T21:17:48.028Z Downloaded defmt-macros v0.3.9
1892026-02-19T21:17:48.036Z Downloaded fnv v1.0.7
1902026-02-19T21:17:48.040Z Downloaded form_urlencoded v1.2.2
1912026-02-19T21:17:48.044Z Downloaded ena v0.14.3
1922026-02-19T21:17:48.049Z Downloaded futures-task v0.3.31
1932026-02-19T21:17:48.053Z Downloaded generic-array v0.14.7
1942026-02-19T21:17:48.058Z Downloaded daft-derive v0.1.4
1952026-02-19T21:17:48.066Z Downloaded ghash v0.5.1
1962026-02-19T21:17:48.071Z Downloaded erased-serde v0.4.6
1972026-02-19T21:17:48.076Z Downloaded hash32 v0.2.1
1982026-02-19T21:17:48.081Z Downloaded guppy-workspace-hack v0.1.0
1992026-02-19T21:17:48.084Z Downloaded hex-literal v0.4.1
2002026-02-19T21:17:48.089Z Downloaded hex v0.4.3
2012026-02-19T21:17:48.094Z Downloaded fs_extra v1.3.0
2022026-02-19T21:17:48.099Z Downloaded clap_derive v4.5.47
2032026-02-19T21:17:48.104Z Downloaded home v0.5.9
2042026-02-19T21:17:48.109Z Downloaded heck v0.5.0
2052026-02-19T21:17:48.114Z Downloaded futures-timer v3.0.3
2062026-02-19T21:17:48.119Z Downloaded httpdate v1.0.3
2072026-02-19T21:17:48.123Z Downloaded group v0.13.0
2082026-02-19T21:17:48.128Z Downloaded hubpack_derive v0.1.1
2092026-02-19T21:17:48.132Z Downloaded icu_provider_macros v1.5.0
2102026-02-19T21:17:48.135Z Downloaded glob v0.3.2
2112026-02-19T21:17:48.140Z Downloaded http-range v0.1.5
2122026-02-19T21:17:48.144Z Downloaded indent_write v2.2.0
2132026-02-19T21:17:48.148Z Downloaded instability v0.3.2
2142026-02-19T21:17:48.152Z Downloaded crossbeam-epoch v0.9.18
2152026-02-19T21:17:48.157Z Downloaded heck v0.3.3
2162026-02-19T21:17:48.161Z Downloaded is_ci v1.2.0
2172026-02-19T21:17:48.165Z Downloaded console v0.15.10
2182026-02-19T21:17:48.171Z Downloaded internet-checksum v0.2.1
2192026-02-19T21:17:48.174Z Downloaded keccak v0.1.5
2202026-02-19T21:17:48.178Z Downloaded is-terminal v0.4.13
2212026-02-19T21:17:48.182Z Downloaded derive_more-impl v2.0.1
2222026-02-19T21:17:48.190Z Downloaded itoa v1.0.11
2232026-02-19T21:17:48.195Z Downloaded hostname v0.3.1
2242026-02-19T21:17:48.199Z Downloaded lazy_static v1.5.0
2252026-02-19T21:17:48.203Z Downloaded linked-hash-map v0.5.6
2262026-02-19T21:17:48.207Z Downloaded lru-cache v0.1.2
2272026-02-19T21:17:48.212Z Downloaded macaddr v1.0.1
2282026-02-19T21:17:48.216Z Downloaded http-body-util v0.1.3
2292026-02-19T21:17:48.220Z Downloaded maplit v1.0.2
2302026-02-19T21:17:48.224Z Downloaded maybe-uninit v2.0.0
2312026-02-19T21:17:48.228Z Downloaded lzss v0.8.2
2322026-02-19T21:17:48.233Z Downloaded md5 v0.7.0
2332026-02-19T21:17:48.237Z Downloaded chacha20poly1305 v0.10.1
2342026-02-19T21:17:48.241Z Downloaded ipnetwork v0.21.1
2352026-02-19T21:17:48.246Z Downloaded indoc v2.0.6
2362026-02-19T21:17:48.251Z Downloaded mime v0.3.17
2372026-02-19T21:17:48.255Z Downloaded miette-derive v5.10.0
2382026-02-19T21:17:48.259Z Downloaded futures-lite v2.3.0
2392026-02-19T21:17:48.264Z Downloaded nibble_vec v0.1.0
2402026-02-19T21:17:48.268Z Downloaded hickory-client v0.25.2
2412026-02-19T21:17:48.273Z Downloaded iana-time-zone v0.1.63
2422026-02-19T21:17:48.278Z Downloaded num v0.4.3
2432026-02-19T21:17:48.283Z Downloaded num-iter v0.1.45
2442026-02-19T21:17:48.286Z Downloaded libz-rs-sys v0.5.1
2452026-02-19T21:17:48.290Z Downloaded icu_locid_transform_data v1.5.0
2462026-02-19T21:17:48.294Z Downloaded md-5 v0.10.6
2472026-02-19T21:17:48.298Z Downloaded hyper-rustls v0.27.7
2482026-02-19T21:17:48.303Z Downloaded number_prefix v0.4.0
2492026-02-19T21:17:48.307Z Downloaded opaque-debug v0.3.1
2502026-02-19T21:17:48.310Z Downloaded num-derive v0.4.2
2512026-02-19T21:17:48.315Z Downloaded ordered-float v2.10.1
2522026-02-19T21:17:48.318Z Downloaded oorandom v11.1.4
2532026-02-19T21:17:48.322Z Downloaded openssl-probe v0.1.5
2542026-02-19T21:17:48.325Z Downloaded ingot-macros v0.1.1
2552026-02-19T21:17:48.329Z Downloaded libloading v0.8.5
2562026-02-19T21:17:48.334Z Downloaded native-tls v0.2.12
2572026-02-19T21:17:48.338Z Downloaded oso-derive v0.27.3
2582026-02-19T21:17:48.342Z Downloaded num-complex v0.4.6
2592026-02-19T21:17:48.345Z Downloaded newtype-uuid v1.3.2
2602026-02-19T21:17:48.348Z Downloaded libsw v3.5.0
2612026-02-19T21:17:48.352Z Downloaded num-rational v0.4.2
2622026-02-19T21:17:48.356Z Downloaded parking v2.2.1
2632026-02-19T21:17:48.359Z Downloaded pathdiff v0.2.3
2642026-02-19T21:17:48.363Z Downloaded memmap2 v0.9.8
2652026-02-19T21:17:48.366Z Downloaded icu_locid_transform v1.5.0
2662026-02-19T21:17:48.371Z Downloaded pbkdf2 v0.11.0
2672026-02-19T21:17:48.376Z Downloaded aes-gcm v0.10.3
2682026-02-19T21:17:48.382Z Downloaded num-integer v0.1.46
2692026-02-19T21:17:48.385Z Downloaded pbkdf2 v0.12.2
2702026-02-19T21:17:48.389Z Downloaded path-slash v0.1.5
2712026-02-19T21:17:48.392Z Downloaded pin-utils v0.1.0
2722026-02-19T21:17:48.396Z Downloaded phf_shared v0.11.2
2732026-02-19T21:17:48.399Z Downloaded icu_normalizer v1.5.0
2742026-02-19T21:17:48.404Z Downloaded heapless v0.8.0
2752026-02-19T21:17:48.410Z Downloaded packed_struct_codegen v0.10.1
2762026-02-19T21:17:48.413Z Downloaded plotters-svg v0.3.7
2772026-02-19T21:17:48.416Z Downloaded piper v0.2.4
2782026-02-19T21:17:48.420Z Downloaded plain v0.2.3
2792026-02-19T21:17:48.423Z Downloaded packed_struct v0.10.1
2802026-02-19T21:17:48.427Z Downloaded icu_properties v1.5.1
2812026-02-19T21:17:48.432Z Downloaded powerfmt v0.2.0
2822026-02-19T21:17:48.435Z Downloaded predicates-tree v1.0.12
2832026-02-19T21:17:48.438Z Downloaded predicates-core v1.0.8
2842026-02-19T21:17:48.441Z Downloaded pretty-hex v0.4.1
2852026-02-19T21:17:48.445Z Downloaded proc-macro-error-attr v1.0.4
2862026-02-19T21:17:48.448Z Downloaded proc-macro-crate v1.3.1
2872026-02-19T21:17:48.451Z Downloaded miniz_oxide v0.8.5
2882026-02-19T21:17:48.455Z Downloaded phf v0.11.2
2892026-02-19T21:17:48.458Z Downloaded paste v1.0.15
2902026-02-19T21:17:48.464Z Downloaded psl-types v2.0.11
2912026-02-19T21:17:48.467Z Downloaded progenitor v0.8.0
2922026-02-19T21:17:48.470Z Downloaded progenitor-macro v0.10.0
2932026-02-19T21:17:48.474Z Downloaded quick-error v1.2.3
2942026-02-19T21:17:48.477Z Downloaded pest_generator v2.8.2
2952026-02-19T21:17:48.480Z Downloaded indicatif v0.18.0
2962026-02-19T21:17:48.485Z Downloaded plotters-backend v0.3.7
2972026-02-19T21:17:48.488Z Downloaded progenitor-macro v0.11.2
2982026-02-19T21:17:48.491Z Downloaded pkg-config v0.3.31
2992026-02-19T21:17:48.495Z Downloaded pin-project-internal v1.1.6
3002026-02-19T21:17:48.504Z Downloaded polyval v0.6.2
3012026-02-19T21:17:48.508Z Downloaded postgres-protocol v0.6.8
3022026-02-19T21:17:48.512Z Downloaded rand_chacha v0.3.1
3032026-02-19T21:17:48.516Z Downloaded radium v0.7.0
3042026-02-19T21:17:48.519Z Downloaded ppv-lite86 v0.2.20
3052026-02-19T21:17:48.522Z Downloaded primeorder v0.13.6
3062026-02-19T21:17:48.525Z Downloaded rand_xorshift v0.4.0
3072026-02-19T21:17:48.528Z Downloaded predicates v3.1.3
3082026-02-19T21:17:48.532Z Downloaded proc-macro-error v1.0.4
3092026-02-19T21:17:48.537Z Downloaded progenitor-client v0.11.2
3102026-02-19T21:17:48.540Z Downloaded pest_meta v2.8.2
3112026-02-19T21:17:48.544Z Downloaded ref-cast-impl v1.0.25
3122026-02-19T21:17:48.547Z Downloaded ref-cast v1.0.25
3132026-02-19T21:17:48.551Z Downloaded pkcs1 v0.7.5
3142026-02-19T21:17:48.555Z Downloaded rfc6979 v0.4.0
3152026-02-19T21:17:48.558Z Downloaded pkcs5 v0.7.1
3162026-02-19T21:17:48.563Z Downloaded pin-project-lite v0.2.14
3172026-02-19T21:17:48.570Z Downloaded rustc-hash v1.1.0
3182026-02-19T21:17:48.573Z Downloaded rtoolbox v0.0.2
3192026-02-19T21:17:48.576Z Downloaded rustc-hash v2.1.1
3202026-02-19T21:17:48.579Z Downloaded russh-cryptovec v0.7.3
3212026-02-19T21:17:48.582Z Downloaded r2d2 v0.8.10
3222026-02-19T21:17:48.586Z Downloaded rand_core v0.9.3
3232026-02-19T21:17:48.589Z Downloaded rand_chacha v0.9.0
3242026-02-19T21:17:48.592Z Downloaded postgres-types v0.2.9
3252026-02-19T21:17:48.595Z Downloaded rustc_version v0.1.7
3262026-02-19T21:17:48.598Z Downloaded rand_seeder v0.4.0
3272026-02-19T21:17:48.601Z Downloaded indexmap v2.13.0
3282026-02-19T21:17:48.606Z Downloaded same-file v1.0.6
3292026-02-19T21:17:48.609Z Downloaded hickory-server v0.25.2
3302026-02-19T21:17:48.615Z Downloaded salsa20 v0.10.2
3312026-02-19T21:17:48.618Z Downloaded scheduled-thread-pool v0.2.7
3322026-02-19T21:17:48.621Z Downloaded progenitor-impl v0.8.0
3332026-02-19T21:17:48.624Z Downloaded pest_derive v2.8.2
3342026-02-19T21:17:48.628Z Downloaded scrypt v0.11.0
3352026-02-19T21:17:48.632Z Downloaded secrecy v0.8.0
3362026-02-19T21:17:48.635Z Downloaded scroll_derive v0.13.1
3372026-02-19T21:17:48.638Z Downloaded scroll_derive v0.12.0
3382026-02-19T21:17:48.642Z Downloaded libm v0.2.8
3392026-02-19T21:17:48.649Z Downloaded seq-macro v0.3.6
3402026-02-19T21:17:48.652Z Downloaded secrecy v0.10.3
3412026-02-19T21:17:48.655Z Downloaded serde_bytes v0.11.19
3422026-02-19T21:17:48.658Z Downloaded serde-big-array v0.5.1
3432026-02-19T21:17:48.681Z Downloaded rustls-pemfile v2.2.0
3442026-02-19T21:17:48.681Z Downloaded rusty-fork v0.3.0
3452026-02-19T21:17:48.681Z Downloaded serde_spanned v0.6.9
3462026-02-19T21:17:48.681Z Downloaded serde_regex v1.1.0
3472026-02-19T21:17:48.681Z Downloaded serde_spanned v1.0.4
3482026-02-19T21:17:48.681Z Downloaded serde_plain v1.0.2
3492026-02-19T21:17:48.681Z Downloaded prefix-trie v0.7.0
3502026-02-19T21:17:48.686Z Downloaded rustls-native-certs v0.8.1
3512026-02-19T21:17:48.689Z Downloaded serde_repr v0.1.19
3522026-02-19T21:17:48.692Z Downloaded sha1 v0.10.6
3532026-02-19T21:17:48.696Z Downloaded serde_urlencoded v0.7.1
3542026-02-19T21:17:48.696Z Downloaded minimal-lexical v0.2.1
3552026-02-19T21:17:48.701Z Downloaded progenitor-impl v0.11.2
3562026-02-19T21:17:48.705Z Downloaded sec1 v0.7.3
3572026-02-19T21:17:48.708Z Downloaded signal-hook-tokio v0.3.1
3582026-02-19T21:17:48.712Z Downloaded sigpipe v0.1.3
3592026-02-19T21:17:48.716Z Downloaded scroll v0.13.0
3602026-02-19T21:17:48.719Z Downloaded signature v2.2.0
3612026-02-19T21:17:48.722Z Downloaded siphasher v1.0.1
3622026-02-19T21:17:48.722Z Downloaded serde-hex v0.1.0
3632026-02-19T21:17:48.725Z Downloaded russh-keys v0.45.0
3642026-02-19T21:17:48.729Z Downloaded serde-untagged v0.1.7
3652026-02-19T21:17:48.732Z Downloaded semver v1.0.27
3662026-02-19T21:17:48.735Z Downloaded serde_derive_internals v0.29.1
3672026-02-19T21:17:48.738Z Downloaded siphasher v0.3.11
3682026-02-19T21:17:48.742Z Downloaded hashbrown v0.13.2
3692026-02-19T21:17:48.749Z Downloaded http v1.4.0
3702026-02-19T21:17:48.753Z Downloaded aws-lc-rs v1.12.4
3712026-02-19T21:17:48.762Z Downloaded smawk v0.3.2
3722026-02-19T21:17:48.765Z Downloaded serde_path_to_error v0.1.20
3732026-02-19T21:17:48.768Z Downloaded itertools v0.10.5
3742026-02-19T21:17:48.775Z Downloaded slog-envlogger v2.2.0
3752026-02-19T21:17:48.778Z Downloaded stable_deref_trait v1.2.0
3762026-02-19T21:17:48.781Z Downloaded ssh-cipher v0.2.0
3772026-02-19T21:17:48.784Z Downloaded ssh-encoding v0.2.0
3782026-02-19T21:17:48.788Z Downloaded rcgen v0.12.1
3792026-02-19T21:17:48.791Z Downloaded sha2 v0.10.9
3802026-02-19T21:17:48.794Z Downloaded shlex v1.3.0
3812026-02-19T21:17:48.797Z Downloaded strum v0.26.3
3822026-02-19T21:17:48.797Z Downloaded structmeta-derive v0.3.0
3832026-02-19T21:17:48.800Z Downloaded strip-ansi-escapes v0.2.0
3842026-02-19T21:17:48.804Z Downloaded strsim v0.11.1
3852026-02-19T21:17:48.804Z Downloaded rustls-pki-types v1.10.0
3862026-02-19T21:17:48.808Z Downloaded slog-async v2.8.0
3872026-02-19T21:17:48.811Z Downloaded supports-unicode v2.1.0
3882026-02-19T21:17:48.814Z Downloaded swrite v0.1.0
3892026-02-19T21:17:48.818Z Downloaded rand_distr v0.5.1
3902026-02-19T21:17:48.821Z Downloaded strum v0.27.2
3912026-02-19T21:17:48.825Z Downloaded structmeta v0.3.0
3922026-02-19T21:17:48.825Z Downloaded rstest v0.25.0
3932026-02-19T21:17:48.831Z Downloaded smf v0.2.3
3942026-02-19T21:17:48.834Z Downloaded serde_cbor v0.11.2
3952026-02-19T21:17:48.838Z Downloaded sync-ptr v0.1.4
3962026-02-19T21:17:48.841Z Downloaded supports-color v2.1.0
3972026-02-19T21:17:48.844Z Downloaded idna v1.0.3
3982026-02-19T21:17:48.847Z Downloaded slog-stdlog v4.1.1
3992026-02-19T21:17:48.850Z Downloaded tagptr v0.2.0
4002026-02-19T21:17:48.854Z Downloaded tabwriter v1.4.0
4012026-02-19T21:17:48.857Z Downloaded tabled_derive v0.11.0
4022026-02-19T21:17:48.857Z Downloaded tap v1.0.1
4032026-02-19T21:17:48.860Z Downloaded take_mut v0.2.2
4042026-02-19T21:17:48.860Z Downloaded bindgen v0.71.1
4052026-02-19T21:17:48.868Z Downloaded target-triple v0.1.3
4062026-02-19T21:17:48.871Z Downloaded stringprep v0.1.5
4072026-02-19T21:17:48.875Z Downloaded terminal_size v0.1.17
4082026-02-19T21:17:48.875Z Downloaded stringmetrics v2.2.2
4092026-02-19T21:17:48.878Z Downloaded strum_macros v0.27.2
4102026-02-19T21:17:48.881Z Downloaded qorb v0.4.1
4112026-02-19T21:17:48.887Z Downloaded termtree v0.5.1
4122026-02-19T21:17:48.891Z Downloaded publicsuffix v2.3.0
4132026-02-19T21:17:48.894Z Downloaded terminal_size v0.4.0
4142026-02-19T21:17:48.894Z Downloaded thread-id v4.2.2
4152026-02-19T21:17:48.898Z Downloaded testing_table v0.3.0
4162026-02-19T21:17:48.898Z Downloaded strum_macros v0.24.3
4172026-02-19T21:17:48.901Z Downloaded smallvec v1.15.1
4182026-02-19T21:17:48.904Z Downloaded support-bundle-viewer v0.1.2
4192026-02-19T21:17:48.908Z Downloaded synstructure v0.13.1
4202026-02-19T21:17:48.911Z Downloaded serde_core v1.0.228
4212026-02-19T21:17:48.914Z Downloaded thread-id v5.0.0
4222026-02-19T21:17:48.914Z Downloaded time-core v0.1.6
4232026-02-19T21:17:48.918Z Downloaded thiserror-impl-no-std v2.0.2
4242026-02-19T21:17:48.918Z Downloaded sync_wrapper v1.0.1
4252026-02-19T21:17:48.921Z Downloaded serde_derive v1.0.228
4262026-02-19T21:17:48.924Z Downloaded serde_yaml v0.9.34+deprecated
4272026-02-19T21:17:48.927Z Downloaded target-lexicon v0.13.2
4282026-02-19T21:17:48.931Z Downloaded tinyvec_macros v0.1.1
4292026-02-19T21:17:48.934Z Downloaded spin v0.9.8
4302026-02-19T21:17:48.937Z Downloaded rsa v0.9.8
4312026-02-19T21:17:48.940Z Downloaded signal-hook v0.3.18
4322026-02-19T21:17:48.944Z Downloaded snafu-derive v0.8.5
4332026-02-19T21:17:48.947Z Downloaded topological-sort v0.2.2
4342026-02-19T21:17:48.950Z Downloaded termios v0.3.3
4352026-02-19T21:17:48.954Z Downloaded static_assertions v1.1.0
4362026-02-19T21:17:48.954Z Downloaded rand v0.9.2
4372026-02-19T21:17:48.957Z Downloaded bindgen v0.69.5
4382026-02-19T21:17:48.965Z Downloaded termcolor v1.4.1
4392026-02-19T21:17:48.968Z Downloaded itertools v0.14.0
4402026-02-19T21:17:48.975Z Downloaded trait-variant v0.1.2
4412026-02-19T21:17:48.978Z Downloaded tower-service v0.3.3
4422026-02-19T21:17:48.978Z Downloaded tower-layer v0.3.3
4432026-02-19T21:17:48.981Z Downloaded hyper v1.8.1
4442026-02-19T21:17:48.987Z Downloaded try-lock v0.2.5
4452026-02-19T21:17:48.990Z Downloaded tiny-keccak v2.0.2
4462026-02-19T21:17:48.993Z Downloaded typeid v1.0.3
4472026-02-19T21:17:48.993Z Downloaded tinystr v0.7.6
4482026-02-19T21:17:48.997Z Downloaded unarray v0.1.4
4492026-02-19T21:17:49.000Z Downloaded tinytemplate v1.2.1
4502026-02-19T21:17:49.001Z Downloaded time-macros v0.2.24
4512026-02-19T21:17:49.004Z Downloaded thread_local v1.1.8
4522026-02-19T21:17:49.007Z Downloaded thiserror-impl v2.0.18
4532026-02-19T21:17:49.007Z Downloaded typify-macro v0.4.3
4542026-02-19T21:17:49.011Z Downloaded tokio-tungstenite v0.23.1
4552026-02-19T21:17:49.011Z Downloaded tokio-tungstenite v0.21.0
4562026-02-19T21:17:49.014Z Downloaded toml_datetime v0.6.11
4572026-02-19T21:17:49.017Z Downloaded tokio-rustls v0.25.0
4582026-02-19T21:17:49.020Z Downloaded tokio-native-tls v0.3.1
4592026-02-19T21:17:49.020Z Downloaded untrusted v0.9.0
4602026-02-19T21:17:49.024Z Downloaded unicode-linebreak v0.1.5
4612026-02-19T21:17:49.024Z Downloaded untrusted v0.7.1
4622026-02-19T21:17:49.027Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4632026-02-19T21:17:49.027Z Downloaded goblin v0.8.2
4642026-02-19T21:17:49.033Z Downloaded toml_writer v1.0.6+spec-1.1.0
4652026-02-19T21:17:49.036Z Downloaded usdt-attr-macro v0.5.0
4662026-02-19T21:17:49.041Z Downloaded subprocess v0.2.9
4672026-02-19T21:17:49.041Z Downloaded usdt-macro v0.6.0
4682026-02-19T21:17:49.044Z Downloaded p521 v0.13.3
4692026-02-19T21:17:49.047Z Downloaded universal-hash v0.5.1
4702026-02-19T21:17:49.047Z Downloaded async-std v1.13.0
4712026-02-19T21:17:49.067Z Downloaded usdt-macro v0.5.0
4722026-02-19T21:17:49.071Z Downloaded usdt-attr-macro v0.6.0
4732026-02-19T21:17:49.071Z Downloaded usdt v0.5.0
4742026-02-19T21:17:49.071Z Downloaded unicode-truncate v1.1.0
4752026-02-19T21:17:49.074Z Downloaded tinyvec v1.8.0
4762026-02-19T21:17:49.078Z Downloaded utf8parse v0.2.2
4772026-02-19T21:17:49.078Z Downloaded utf-8 v0.7.6
4782026-02-19T21:17:49.078Z Downloaded unicase v2.8.1
4792026-02-19T21:17:49.081Z Downloaded unit-prefix v0.5.1
4802026-02-19T21:17:49.081Z Downloaded unicode-xid v0.2.6
4812026-02-19T21:17:49.085Z Downloaded typify v0.2.0
4822026-02-19T21:17:49.089Z Downloaded toml v0.8.23
4832026-02-19T21:17:49.089Z Downloaded tokio-rustls v0.24.1
4842026-02-19T21:17:49.092Z Downloaded tokio-stream v0.1.17
4852026-02-19T21:17:49.095Z Downloaded tokio-rustls v0.26.0
4862026-02-19T21:17:49.100Z Downloaded utf8_iter v1.0.4
4872026-02-19T21:17:49.103Z Downloaded tls_codec_derive v0.4.1
4882026-02-19T21:17:49.103Z Downloaded utf16_iter v1.0.5
4892026-02-19T21:17:49.103Z Downloaded test-strategy v0.4.3
4902026-02-19T21:17:49.106Z Downloaded trybuild v1.0.106
4912026-02-19T21:17:49.111Z Downloaded want v0.3.1
4922026-02-19T21:17:49.114Z Downloaded void v1.0.2
4932026-02-19T21:17:49.114Z Downloaded toml_parser v1.0.6+spec-1.1.0
4942026-02-19T21:17:49.117Z Downloaded vte_generate_state_changes v0.1.2
4952026-02-19T21:17:49.117Z Downloaded textwrap v0.16.2
4962026-02-19T21:17:49.121Z Downloaded xshell-macros v0.2.7
4972026-02-19T21:17:49.124Z Downloaded write16 v1.0.0
4982026-02-19T21:17:49.124Z Downloaded wait-timeout v0.2.0
4992026-02-19T21:17:49.124Z Downloaded textwrap v0.15.2
5002026-02-19T21:17:49.127Z Downloaded plotters v0.3.7
5012026-02-19T21:17:49.135Z Downloaded zerofrom-derive v0.1.4
5022026-02-19T21:17:49.139Z Downloaded xattr v1.3.1
5032026-02-19T21:17:49.139Z Downloaded which v4.4.2
5042026-02-19T21:17:49.143Z Downloaded twox-hash v2.1.0
5052026-02-19T21:17:49.143Z Downloaded russh v0.45.0
5062026-02-19T21:17:49.148Z Downloaded zerofrom v0.1.4
5072026-02-19T21:17:49.151Z Downloaded zeroize_derive v1.4.2
5082026-02-19T21:17:49.152Z Downloaded yoke-derive v0.7.4
5092026-02-19T21:17:49.160Z Downloaded typenum v1.17.0
5102026-02-19T21:17:49.160Z Downloaded schemars v1.0.4
5112026-02-19T21:17:49.169Z Downloaded zone_cfg_derive v0.3.0
5122026-02-19T21:17:49.173Z Downloaded zone_cfg_derive v0.1.2
5132026-02-19T21:17:49.173Z Downloaded zone v0.3.1
5142026-02-19T21:17:49.173Z Downloaded zone v0.1.8
5152026-02-19T21:17:49.176Z Downloaded vergen-git2 v1.0.7
5162026-02-19T21:17:49.176Z Downloaded unicode-properties v0.1.3
5172026-02-19T21:17:49.179Z Downloaded tracing-attributes v0.1.27
5182026-02-19T21:17:49.182Z Downloaded unicode-ident v1.0.19
5192026-02-19T21:17:49.185Z Downloaded tracing-core v0.1.32
5202026-02-19T21:17:49.188Z Downloaded writeable v0.5.5
5212026-02-19T21:17:49.188Z Downloaded walkdir v2.5.0
5222026-02-19T21:17:49.191Z Downloaded vsss-rs v3.3.4
5232026-02-19T21:17:49.194Z Downloaded reedline v0.40.0
5242026-02-19T21:17:49.199Z Downloaded zeroize v1.8.1
5252026-02-19T21:17:49.202Z Downloaded wyz v0.5.1
5262026-02-19T21:17:49.202Z Downloaded xz2 v0.1.7
5272026-02-19T21:17:49.205Z Downloaded xshell v0.2.7
5282026-02-19T21:17:49.209Z Downloaded whoami v1.5.2
5292026-02-19T21:17:49.209Z Downloaded usdt-impl v0.5.0
5302026-02-19T21:17:49.213Z Downloaded typify v0.4.3
5312026-02-19T21:17:49.216Z Downloaded yoke v0.7.4
5322026-02-19T21:17:49.219Z Downloaded zerovec-derive v0.10.3
5332026-02-19T21:17:49.219Z Downloaded value-bag v1.12.0
5342026-02-19T21:17:49.222Z Downloaded git2 v0.20.2
5352026-02-19T21:17:49.230Z Downloaded zstd v0.13.3
5362026-02-19T21:17:49.235Z Downloaded zmij v1.0.15
5372026-02-19T21:17:49.238Z Downloaded vergen v9.0.6
5382026-02-19T21:17:49.238Z Downloaded unicode-bidi v0.3.17
5392026-02-19T21:17:49.241Z Downloaded ucd-trie v0.1.7
5402026-02-19T21:17:49.244Z Downloaded p384 v0.13.1
5412026-02-19T21:17:49.247Z Downloaded vte v0.11.1
5422026-02-19T21:17:49.251Z Downloaded tracing v0.1.40
5432026-02-19T21:17:49.255Z Downloaded yasna v0.5.2
5442026-02-19T21:17:49.258Z Downloaded portable-atomic v1.11.0
5452026-02-19T21:17:49.265Z Downloaded zerocopy v0.6.6
5462026-02-19T21:17:49.269Z Downloaded tungstenite v0.23.0
5472026-02-19T21:17:49.272Z Downloaded uuid v1.19.0
5482026-02-19T21:17:49.275Z Downloaded steno v0.4.1
5492026-02-19T21:17:49.279Z Downloaded tokio-postgres v0.7.13
5502026-02-19T21:17:49.284Z Downloaded ssh-key v0.6.6
5512026-02-19T21:17:49.291Z Downloaded toml_edit v0.22.27
5522026-02-19T21:17:49.295Z Downloaded unsafe-libyaml v0.2.11
5532026-02-19T21:17:49.299Z Downloaded url v2.5.4
5542026-02-19T21:17:49.302Z Downloaded toml_edit v0.19.15
5552026-02-19T21:17:49.319Z Downloaded rayon v1.10.0
5562026-02-19T21:17:49.328Z Downloaded zerocopy-derive v0.7.35
5572026-02-19T21:17:49.332Z Downloaded gimli v0.31.1
5582026-02-19T21:17:49.340Z Downloaded regex v1.11.3
5592026-02-19T21:17:49.347Z Downloaded zstd-safe v7.2.3
5602026-02-19T21:17:49.350Z Downloaded unicode_categories v0.1.1
5612026-02-19T21:17:49.351Z Downloaded serde_json v1.0.149
5622026-02-19T21:17:49.357Z Downloaded rustls-webpki v0.101.7
5632026-02-19T21:17:49.373Z Downloaded zopfli v0.8.1
5642026-02-19T21:17:49.376Z Downloaded zip v0.6.6
5652026-02-19T21:17:49.380Z Downloaded yansi v1.0.1
5662026-02-19T21:17:49.383Z Downloaded unicode-segmentation v1.12.0
5672026-02-19T21:17:49.386Z Downloaded quick-xml v0.37.2
5682026-02-19T21:17:49.391Z Downloaded tower v0.5.2
5692026-02-19T21:17:49.400Z Downloaded salty v0.3.0
5702026-02-19T21:17:49.407Z Downloaded zerocopy-derive v0.8.27
5712026-02-19T21:17:49.414Z Downloaded proptest v1.7.0
5722026-02-19T21:17:49.424Z Downloaded x509-cert v0.2.5
5732026-02-19T21:17:49.430Z Downloaded tower-http v0.6.6
5742026-02-19T21:17:49.438Z Downloaded time v0.3.43
5752026-02-19T21:17:49.446Z Downloaded sqlparser v0.45.0
5762026-02-19T21:17:49.451Z Downloaded tough v0.20.0
5772026-02-19T21:17:49.460Z Downloaded rustls-webpki v0.102.8
5782026-02-19T21:17:49.479Z Downloaded unicode-normalization v0.1.24
5792026-02-19T21:17:49.483Z Downloaded petname v2.0.2
5802026-02-19T21:17:49.488Z Downloaded openssl v0.10.73
5812026-02-19T21:17:49.497Z Downloaded zip v4.2.0
5822026-02-19T21:17:49.501Z Downloaded bstr v1.10.0
5832026-02-19T21:17:49.511Z Downloaded radix_trie v0.2.1
5842026-02-19T21:17:49.515Z Downloaded serde_with v3.16.1
5852026-02-19T21:17:49.527Z Downloaded nix v0.27.1
5862026-02-19T21:17:49.538Z Downloaded winnow v0.5.40
5872026-02-19T21:17:49.546Z Downloaded tabled v0.15.0
5882026-02-19T21:17:49.562Z Downloaded regex-syntax v0.6.29
5892026-02-19T21:17:49.568Z Downloaded diesel v2.2.12
5902026-02-19T21:17:49.586Z Downloaded zerovec v0.10.4
5912026-02-19T21:17:49.591Z Downloaded zerocopy v0.7.35
5922026-02-19T21:17:49.607Z Downloaded dropshot v0.16.7
5932026-02-19T21:17:49.628Z Downloaded tabled v0.20.0
5942026-02-19T21:17:49.646Z Downloaded rustls v0.22.4
5952026-02-19T21:17:49.658Z Downloaded unicode-width v0.1.14
5962026-02-19T21:17:49.664Z Downloaded zlib-rs v0.5.1
5972026-02-19T21:17:49.669Z Downloaded winnow v0.7.14
5982026-02-19T21:17:49.678Z Downloaded regex-syntax v0.8.5
5992026-02-19T21:17:49.686Z Downloaded openapiv3 v2.2.0
6002026-02-19T21:17:49.697Z Downloaded hickory-proto v0.24.4
6012026-02-19T21:17:49.712Z Downloaded hickory-proto v0.25.2
6022026-02-19T21:17:49.727Z Downloaded webpki-roots v1.0.1
6032026-02-19T21:17:49.730Z Downloaded regress v0.10.4
6042026-02-19T21:17:49.739Z Downloaded zerocopy v0.8.27
6052026-02-19T21:17:49.761Z Downloaded vcpkg v0.2.15
6062026-02-19T21:17:49.797Z Downloaded unicode-width v0.2.0
6072026-02-19T21:17:49.802Z Downloaded rustix v0.38.37
6082026-02-19T21:17:49.825Z Downloaded syn v2.0.114
6092026-02-19T21:17:49.835Z Downloaded smoltcp v0.11.0
6102026-02-19T21:17:49.846Z Downloaded smoltcp v0.9.1
6112026-02-19T21:17:49.857Z Downloaded sled v0.34.7
6122026-02-19T21:17:49.867Z Downloaded rustix v1.1.3
6132026-02-19T21:17:49.891Z Downloaded typify-impl v0.2.0
6142026-02-19T21:17:49.903Z Downloaded object v0.36.5
6152026-02-19T21:17:49.913Z Downloaded rustls v0.23.19
6162026-02-19T21:17:49.924Z Downloaded tabled v0.18.0
6172026-02-19T21:17:49.942Z Downloaded syn v1.0.109
6182026-02-19T21:17:49.951Z Downloaded ratatui v0.29.0
6192026-02-19T21:17:49.971Z Downloaded bzip2-sys v0.1.13+1.0.8
6202026-02-19T21:17:49.981Z Downloaded rustls v0.21.12
6212026-02-19T21:17:49.992Z Downloaded typify-impl v0.4.3
6222026-02-19T21:17:50.006Z Downloaded jiff v0.2.15
6232026-02-19T21:17:50.021Z Downloaded zerocopy-derive v0.6.6
6242026-02-19T21:17:50.031Z Downloaded regex-automata v0.4.11
6252026-02-19T21:17:50.045Z Downloaded petgraph v0.6.5
6262026-02-19T21:17:50.063Z Downloaded lzma-sys v0.1.20
6272026-02-19T21:17:50.089Z Downloaded libc v0.2.180
6282026-02-19T21:17:50.118Z Downloaded petgraph v0.8.2
6292026-02-19T21:17:50.137Z Downloaded chrono-tz v0.10.4
6302026-02-19T21:17:50.155Z Downloaded libz-sys v1.1.20
6312026-02-19T21:17:50.173Z Downloaded csv v1.3.1
6322026-02-19T21:17:50.190Z Downloaded winnow v0.6.26
6332026-02-19T21:17:50.198Z Downloaded nix v0.30.1
6342026-02-19T21:17:50.208Z Downloaded nix v0.28.0
6352026-02-19T21:17:50.220Z Downloaded polar-core v0.27.3
6362026-02-19T21:17:50.227Z Downloaded nix v0.29.0
6372026-02-19T21:17:50.238Z Downloaded object v0.30.4
6382026-02-19T21:17:50.246Z Downloaded curve25519-dalek v4.1.3
6392026-02-19T21:17:50.254Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6402026-02-19T21:17:50.272Z Downloaded moka v0.12.10
6412026-02-19T21:17:50.284Z Downloaded sha3 v0.10.8
6422026-02-19T21:17:50.288Z Downloaded typed-path v0.9.3
6432026-02-19T21:17:50.293Z Downloaded tokio v1.49.0
6442026-02-19T21:17:50.330Z Downloaded tokio-util v0.7.15
6452026-02-19T21:17:50.336Z Downloaded quinn-proto v0.11.8
6462026-02-19T21:17:50.339Z Downloaded icu_properties_data v1.5.0
6472026-02-19T21:17:50.349Z Downloaded goblin v0.10.2
6482026-02-19T21:17:50.355Z Downloaded reqwest v0.12.24
6492026-02-19T21:17:50.361Z Downloaded lalrpop v0.19.12
6502026-02-19T21:17:50.373Z Downloaded rustyline v14.0.0
6512026-02-19T21:17:50.377Z Downloaded vergen-lib v0.1.6
6522026-02-19T21:17:50.380Z Downloaded uzers v0.12.1
6532026-02-19T21:17:50.380Z Downloaded version_check v0.9.5
6542026-02-19T21:17:50.383Z Downloaded vergen-gitcl v1.0.8
6552026-02-19T21:17:50.383Z Downloaded tungstenite v0.21.0
6562026-02-19T21:17:50.386Z Downloaded toml v0.9.11+spec-1.1.0
6572026-02-19T21:17:50.389Z Downloaded toml v0.7.8
6582026-02-19T21:17:50.393Z Downloaded rpassword v7.4.0
6592026-02-19T21:17:50.396Z Downloaded usdt-impl v0.6.0
6602026-02-19T21:17:50.396Z Downloaded waitgroup v0.1.2
6612026-02-19T21:17:50.396Z Downloaded tar v0.4.44
6622026-02-19T21:17:50.399Z Downloaded bitvec v1.0.1
6632026-02-19T21:17:50.432Z Downloaded similar v2.7.0
6642026-02-19T21:17:50.436Z Downloaded socket2 v0.5.10
6652026-02-19T21:17:50.436Z Downloaded snafu v0.8.5
6662026-02-19T21:17:50.436Z Downloaded httpmock v0.8.0-alpha.1
6672026-02-19T21:17:50.443Z Downloaded usdt v0.6.0
6682026-02-19T21:17:50.446Z Downloaded tui-tree-widget v0.23.1
6692026-02-19T21:17:50.446Z Downloaded encoding_rs v0.8.34
6702026-02-19T21:17:50.465Z Downloaded thiserror-impl v1.0.69
6712026-02-19T21:17:50.468Z Downloaded tokio-macros v2.6.0
6722026-02-19T21:17:50.468Z Downloaded tokio-dtrace v0.1.0
6732026-02-19T21:17:50.472Z Downloaded tls_codec v0.4.1
6742026-02-19T21:17:50.472Z Downloaded term v1.1.0
6752026-02-19T21:17:50.475Z Downloaded term v0.7.0
6762026-02-19T21:17:50.478Z Downloaded tempfile v3.24.0
6772026-02-19T21:17:50.481Z Downloaded typify-macro v0.2.0
6782026-02-19T21:17:50.481Z Downloaded target-spec v3.5.0
6792026-02-19T21:17:50.481Z Downloaded serde v1.0.228
6802026-02-19T21:17:50.485Z Downloaded thiserror v1.0.69
6812026-02-19T21:17:50.490Z Downloaded socket2 v0.6.1
6822026-02-19T21:17:50.493Z Downloaded slog-term v2.9.2
6832026-02-19T21:17:50.497Z Downloaded slog-dtrace v0.3.0
6842026-02-19T21:17:50.497Z Downloaded ring v0.17.14
6852026-02-19T21:17:50.536Z Downloaded schemars v0.9.0
6862026-02-19T21:17:50.546Z Downloaded samael v0.0.19
6872026-02-19T21:17:50.552Z Downloaded pest v2.8.2
6882026-02-19T21:17:50.557Z Downloaded toml_write v0.1.2
6892026-02-19T21:17:50.561Z Downloaded thiserror-no-std v2.0.2
6902026-02-19T21:17:50.565Z Downloaded thiserror v2.0.18
6912026-02-19T21:17:50.568Z Downloaded slog v2.8.2
6922026-02-19T21:17:50.571Z Downloaded iri-string v0.7.8
6932026-02-19T21:17:50.576Z Downloaded h2 v0.4.6
6942026-02-19T21:17:50.581Z Downloaded itertools v0.13.0
6952026-02-19T21:17:50.588Z Downloaded hkdf v0.12.4
6962026-02-19T21:17:50.591Z Downloaded rand v0.8.5
6972026-02-19T21:17:50.594Z Downloaded num-bigint-dig v0.8.6
6982026-02-19T21:17:50.597Z Downloaded libgit2-sys v0.18.2+1.9.1
6992026-02-19T21:17:50.650Z Downloaded rstest_macros v0.25.0
7002026-02-19T21:17:50.653Z Downloaded strum_macros v0.26.4
7012026-02-19T21:17:50.656Z Downloaded slog-bunyan v2.5.0
7022026-02-19T21:17:50.657Z Downloaded string_cache v0.8.9
7032026-02-19T21:17:50.657Z Downloaded sqlformat v0.3.5
7042026-02-19T21:17:50.660Z Downloaded serde_with_macros v3.16.1
7052026-02-19T21:17:50.660Z Downloaded rayon-core v1.12.1
7062026-02-19T21:17:50.663Z Downloaded spki v0.7.3
7072026-02-19T21:17:50.666Z Downloaded tabled_derive v0.10.0
7082026-02-19T21:17:50.666Z Downloaded tabled_derive v0.7.0
7092026-02-19T21:17:50.666Z Downloaded slog-scope v4.4.0
7102026-02-19T21:17:50.670Z Downloaded itertools v0.12.1
7112026-02-19T21:17:50.673Z Downloaded chrono v0.4.43
7122026-02-19T21:17:50.680Z Downloaded hashbrown v0.16.1
7132026-02-19T21:17:50.684Z Downloaded clap_builder v4.5.48
7142026-02-19T21:17:50.690Z Downloaded slog-json v2.6.1
7152026-02-19T21:17:50.693Z Downloaded smallvec v0.6.14
7162026-02-19T21:17:50.693Z Downloaded schemars v0.8.22
7172026-02-19T21:17:50.704Z Downloaded papergrid v0.17.0
7182026-02-19T21:17:50.710Z Downloaded simd-adler32 v0.3.7
7192026-02-19T21:17:50.714Z Downloaded ron v0.8.1
7202026-02-19T21:17:50.717Z Downloaded supports-hyperlinks v2.1.0
7212026-02-19T21:17:50.717Z Downloaded supports-color v3.0.2
7222026-02-19T21:17:50.720Z Downloaded quinn v0.11.5
7232026-02-19T21:17:50.723Z Downloaded subtle v2.6.1
7242026-02-19T21:17:50.723Z Downloaded slab v0.4.9
7252026-02-19T21:17:50.723Z Downloaded libxml v0.3.3
7262026-02-19T21:17:50.728Z Downloaded num-bigint v0.4.6
7272026-02-19T21:17:50.732Z Downloaded nom v7.1.3
7282026-02-19T21:17:50.738Z Downloaded mio v1.0.2
7292026-02-19T21:17:50.742Z Downloaded signal-hook-registry v1.4.2
7302026-02-19T21:17:50.746Z Downloaded ron v0.7.1
7312026-02-19T21:17:50.750Z Downloaded sqlparser_derive v0.2.2
7322026-02-19T21:17:50.750Z Downloaded futures-util v0.3.31
7332026-02-19T21:17:50.760Z Downloaded serde_tokenstream v0.2.2
7342026-02-19T21:17:50.764Z Downloaded iddqd v0.3.16
7352026-02-19T21:17:50.767Z Downloaded pretty_assertions v1.4.1
7362026-02-19T21:17:50.770Z Downloaded hashbrown v0.15.4
7372026-02-19T21:17:50.773Z Downloaded guppy v0.17.20
7382026-02-19T21:17:50.777Z Downloaded similar-asserts v1.7.0
7392026-02-19T21:17:50.781Z Downloaded ryu v1.0.18
7402026-02-19T21:17:50.784Z Downloaded prettyplease v0.2.36
7412026-02-19T21:17:50.787Z Downloaded signal-hook-mio v0.2.4
7422026-02-19T21:17:50.787Z Downloaded shell-words v1.1.0
7432026-02-19T21:17:50.787Z Downloaded sct v0.7.1
7442026-02-19T21:17:50.790Z Downloaded scroll v0.12.0
7452026-02-19T21:17:50.793Z Downloaded scopeguard v1.2.0
7462026-02-19T21:17:50.793Z Downloaded schemars_derive v0.8.22
7472026-02-19T21:17:50.793Z Downloaded progenitor-impl v0.10.0
7482026-02-19T21:17:50.797Z Downloaded openssl-sys v0.9.109
7492026-02-19T21:17:50.800Z Downloaded proc-macro2 v1.0.101
7502026-02-19T21:17:50.803Z Downloaded crossterm v0.28.1
7512026-02-19T21:17:50.813Z Downloaded memchr v2.7.4
7522026-02-19T21:17:50.820Z Downloaded rustversion v1.0.22
7532026-02-19T21:17:50.823Z Downloaded rustls-pemfile v1.0.4
7542026-02-19T21:17:50.827Z Downloaded rustc-demangle v0.1.24
7552026-02-19T21:17:50.831Z Downloaded hashbrown v0.14.5
7562026-02-19T21:17:50.835Z Downloaded rand_core v0.6.4
7572026-02-19T21:17:50.848Z Downloaded sapling-renderdag v0.1.0
7582026-02-19T21:17:50.849Z Downloaded rust-argon2 v2.1.0
7592026-02-19T21:17:50.849Z Downloaded serde-value v0.7.0
7602026-02-19T21:17:50.849Z Downloaded semver v0.1.20
7612026-02-19T21:17:50.849Z Downloaded rustc_version v0.4.1
7622026-02-19T21:17:50.853Z Downloaded polling v3.7.3
7632026-02-19T21:17:50.853Z Downloaded papergrid v0.14.0
7642026-02-19T21:17:50.859Z Downloaded p256 v0.13.2
7652026-02-19T21:17:50.862Z Downloaded blake3 v1.5.4
7662026-02-19T21:17:50.872Z Downloaded resolv-conf v0.7.0
7672026-02-19T21:17:50.875Z Downloaded relative-path v1.9.3
7682026-02-19T21:17:50.879Z Downloaded miette v5.10.0
7692026-02-19T21:17:50.888Z Downloaded pin-project v1.1.6
7702026-02-19T21:17:50.897Z Downloaded hyper-util v0.1.19
7712026-02-19T21:17:50.904Z Downloaded postcard v1.0.10
7722026-02-19T21:17:50.907Z Downloaded poly1305 v0.8.0
7732026-02-19T21:17:50.911Z Downloaded parking_lot v0.11.2
7742026-02-19T21:17:50.914Z Downloaded quote v1.0.40
7752026-02-19T21:17:50.918Z Downloaded quinn-udp v0.5.5
7762026-02-19T21:17:50.918Z Downloaded papergrid v0.11.0
7772026-02-19T21:17:50.924Z Downloaded num-traits v0.2.19
7782026-02-19T21:17:50.927Z Downloaded progenitor v0.11.2
7792026-02-19T21:17:50.931Z Downloaded progenitor v0.10.0
7802026-02-19T21:17:50.931Z Downloaded proc-macro-error2 v2.0.1
7812026-02-19T21:17:50.934Z Downloaded oso v0.27.3
7822026-02-19T21:17:50.937Z Downloaded proc-macro-crate v3.2.0
7832026-02-19T21:17:50.938Z Downloaded hashbrown v0.12.3
7842026-02-19T21:17:50.945Z Downloaded pretty-hex v0.2.1
7852026-02-19T21:17:50.945Z Downloaded pem-rfc7468 v0.7.0
7862026-02-19T21:17:50.948Z Downloaded password-hash v0.5.0
7872026-02-19T21:17:50.948Z Downloaded pkcs8 v0.10.2
7882026-02-19T21:17:50.952Z Downloaded knuffel v3.2.0
7892026-02-19T21:17:50.952Z Downloaded hickory-resolver v0.25.2
7902026-02-19T21:17:50.957Z Downloaded hickory-resolver v0.24.4
7912026-02-19T21:17:50.961Z Downloaded owo-colors v4.2.3
7922026-02-19T21:17:50.961Z Downloaded parking_lot v0.12.3
7932026-02-19T21:17:50.965Z Downloaded once_cell v1.21.3
7942026-02-19T21:17:50.965Z Downloaded omicron-zone-package v0.12.2
7952026-02-19T21:17:50.969Z Downloaded indicatif v0.17.11
7962026-02-19T21:17:50.973Z Downloaded icu_collections v1.5.0
7972026-02-19T21:17:50.976Z Downloaded flume v0.11.1
7982026-02-19T21:17:50.979Z Downloaded progenitor-macro v0.8.0
7992026-02-19T21:17:50.979Z Downloaded progenitor-client v0.10.0
8002026-02-19T21:17:50.984Z Downloaded progenitor-client v0.8.0
8012026-02-19T21:17:50.984Z Downloaded proc-macro-error-attr2 v2.0.0
8022026-02-19T21:17:50.984Z Downloaded phf v0.12.1
8032026-02-19T21:17:50.984Z Downloaded peg-runtime v0.8.5
8042026-02-19T21:17:50.987Z Downloaded peg-macros v0.8.5
8052026-02-19T21:17:50.987Z Downloaded peg v0.8.5
8062026-02-19T21:17:50.991Z Downloaded path-tree v0.8.1
8072026-02-19T21:17:50.992Z Downloaded password-hash v0.4.2
8082026-02-19T21:17:50.992Z Downloaded crossterm v0.29.0
8092026-02-19T21:17:50.997Z Downloaded cc v1.2.30
8102026-02-19T21:17:51.001Z Downloaded jiff-static v0.2.15
8112026-02-19T21:17:51.006Z Downloaded aho-corasick v1.1.3
8122026-02-19T21:17:51.013Z Downloaded pem v3.0.5
8132026-02-19T21:17:51.016Z Downloaded oxide-tokio-rt v0.1.2
8142026-02-19T21:17:51.016Z Downloaded precomputed-hash v0.1.1
8152026-02-19T21:17:51.016Z Downloaded parking_lot_core v0.9.10
8162026-02-19T21:17:51.020Z Downloaded parking_lot_core v0.8.6
8172026-02-19T21:17:51.023Z Downloaded log v0.4.29
8182026-02-19T21:17:51.026Z Downloaded fancy-regex v0.14.0
8192026-02-19T21:17:51.030Z Downloaded partial-io v0.5.4
8202026-02-19T21:17:51.030Z Downloaded parse-display-derive v0.10.0
8212026-02-19T21:17:51.030Z Downloaded expectorate v1.2.0
8222026-02-19T21:17:51.033Z Downloaded phf_shared v0.12.1
8232026-02-19T21:17:51.033Z Downloaded multer v3.1.0
8242026-02-19T21:17:51.037Z Downloaded heapless v0.7.17
8252026-02-19T21:17:51.040Z Downloaded num_enum v0.5.11
8262026-02-19T21:17:51.044Z Downloaded percent-encoding v2.3.2
8272026-02-19T21:17:51.047Z Downloaded oxnet v0.1.4
8282026-02-19T21:17:51.047Z Downloaded owo-colors v3.5.0
8292026-02-19T21:17:51.050Z Downloaded ed25519-dalek v2.1.1
8302026-02-19T21:17:51.053Z Downloaded parse-size v1.1.0
8312026-02-19T21:17:51.053Z Downloaded parse-display v0.10.0
8322026-02-19T21:17:51.053Z Downloaded nu-ansi-term v0.50.1
8332026-02-19T21:17:51.057Z Downloaded litrs v0.4.1
8342026-02-19T21:17:51.060Z Downloaded flate2 v1.1.2
8352026-02-19T21:17:51.063Z Downloaded indexmap v1.9.3
8362026-02-19T21:17:51.066Z Downloaded ignore v0.4.23
8372026-02-19T21:17:51.069Z Downloaded icu_provider v1.5.0
8382026-02-19T21:17:51.072Z Downloaded icu_normalizer_data v1.5.0
8392026-02-19T21:17:51.072Z Downloaded headers v0.4.1
8402026-02-19T21:17:51.076Z Downloaded elliptic-curve v0.13.8
8412026-02-19T21:17:51.080Z Downloaded dropshot-api-manager v0.3.0
8422026-02-19T21:17:51.083Z Downloaded nanorand v0.7.0
8432026-02-19T21:17:51.086Z Downloaded mime_guess v2.0.5
8442026-02-19T21:17:51.090Z Downloaded icu_locid v1.5.0
8452026-02-19T21:17:51.093Z Downloaded openssl-macros v0.1.1
8462026-02-19T21:17:51.093Z Downloaded multimap v0.10.1
8472026-02-19T21:17:51.093Z Downloaded kv-log-macro v1.0.7
8482026-02-19T21:17:51.097Z Downloaded num_enum_derive v0.5.11
8492026-02-19T21:17:51.097Z Downloaded jobserver v0.1.32
8502026-02-19T21:17:51.101Z Downloaded olpc-cjson v0.1.4
8512026-02-19T21:17:51.101Z Downloaded ipnet v2.11.0
8522026-02-19T21:17:51.101Z Downloaded httparse v1.9.5
8532026-02-19T21:17:51.104Z Downloaded hmac v0.12.1
8542026-02-19T21:17:51.104Z Downloaded derive_more v2.0.1
8552026-02-19T21:17:51.112Z Downloaded der v0.7.10
8562026-02-19T21:17:51.118Z Downloaded const_format v0.2.34
8572026-02-19T21:17:51.121Z Downloaded num_threads v0.1.7
8582026-02-19T21:17:51.125Z Downloaded num-derive v0.3.3
8592026-02-19T21:17:51.125Z Downloaded num-conv v0.1.0
8602026-02-19T21:17:51.125Z Downloaded managed v0.8.0
8612026-02-19T21:17:51.128Z Downloaded crypto-bigint v0.5.5
8622026-02-19T21:17:51.131Z Downloaded litemap v0.7.3
8632026-02-19T21:17:51.135Z Downloaded half v2.4.1
8642026-02-19T21:17:51.138Z Downloaded half v1.8.3
8652026-02-19T21:17:51.138Z Downloaded bumpalo v3.16.0
8662026-02-19T21:17:51.142Z Downloaded base64 v0.21.7
8672026-02-19T21:17:51.145Z Downloaded normalize-line-endings v0.3.0
8682026-02-19T21:17:51.145Z Downloaded nonempty v0.12.0
8692026-02-19T21:17:51.145Z Downloaded nodrop v0.1.14
8702026-02-19T21:17:51.148Z Downloaded newtype_derive v0.1.6
8712026-02-19T21:17:51.148Z Downloaded lock_api v0.4.12
8722026-02-19T21:17:51.148Z Downloaded linear-map v1.2.0
8732026-02-19T21:17:51.153Z Downloaded libtest-mimic v0.8.1
8742026-02-19T21:17:51.153Z Downloaded libefi-sys v0.1.0
8752026-02-19T21:17:51.156Z Downloaded knuffel-derive v3.2.0
8762026-02-19T21:17:51.156Z Downloaded httptest v0.16.3
8772026-02-19T21:17:51.156Z Downloaded getrandom v0.3.4
8782026-02-19T21:17:51.159Z Downloaded futures-channel v0.3.31
8792026-02-19T21:17:51.162Z Downloaded futures v0.3.31
8802026-02-19T21:17:51.166Z Downloaded newtype-uuid-macros v0.1.0
8812026-02-19T21:17:51.166Z Downloaded newline-converter v0.3.0
8822026-02-19T21:17:51.169Z Downloaded new_debug_unreachable v1.0.6
8832026-02-19T21:17:51.169Z Downloaded nested v0.1.1
8842026-02-19T21:17:51.169Z Downloaded memoffset v0.9.1
8852026-02-19T21:17:51.173Z Downloaded memmap v0.7.0
8862026-02-19T21:17:51.173Z Downloaded is_terminal_polyfill v1.70.1
8872026-02-19T21:17:51.173Z Downloaded ingot v0.1.1
8882026-02-19T21:17:51.177Z Downloaded diesel_derives v2.2.3
8892026-02-19T21:17:51.180Z Downloaded backtrace v0.3.74
8902026-02-19T21:17:51.183Z Downloaded aes v0.8.4
8912026-02-19T21:17:51.187Z Downloaded match_cfg v0.1.0
8922026-02-19T21:17:51.187Z Downloaded lru v0.12.5
8932026-02-19T21:17:51.187Z Downloaded darling_core v0.21.0
8942026-02-19T21:17:51.191Z Downloaded hyper-staticfile v0.10.1
8952026-02-19T21:17:51.195Z Downloaded ingot-types v0.1.2
8962026-02-19T21:17:51.195Z Downloaded criterion v0.7.0
8972026-02-19T21:17:51.201Z Downloaded fatfs v0.3.6
8982026-02-19T21:17:51.205Z Downloaded allocator-api2 v0.2.21
8992026-02-19T21:17:51.208Z Downloaded lockfree-object-pool v0.1.6
9002026-02-19T21:17:51.208Z Downloaded libsw-core v0.3.1
9012026-02-19T21:17:51.211Z Downloaded bytes v1.11.1
9022026-02-19T21:17:51.214Z Downloaded libscf-sys v1.1.0
9032026-02-19T21:17:51.214Z Downloaded lazycell v1.3.0
9042026-02-19T21:17:51.214Z Downloaded lalrpop-util v0.19.12
9052026-02-19T21:17:51.217Z Downloaded kstat-rs v0.2.4
9062026-02-19T21:17:51.217Z Downloaded humantime v2.2.0
9072026-02-19T21:17:51.217Z Downloaded getrandom v0.2.15
9082026-02-19T21:17:51.221Z Downloaded fs-err v2.11.0
9092026-02-19T21:17:51.221Z Downloaded dropshot_endpoint v0.16.7
9102026-02-19T21:17:51.224Z Downloaded instant v0.1.13
9112026-02-19T21:17:51.228Z Downloaded chumsky v0.9.3
9122026-02-19T21:17:51.231Z Downloaded highway v1.3.0
9132026-02-19T21:17:51.231Z Downloaded base64 v0.22.1
9142026-02-19T21:17:51.234Z Downloaded idna_adapter v1.2.0
9152026-02-19T21:17:51.234Z Downloaded ident_case v1.0.1
9162026-02-19T21:17:51.237Z Downloaded derive_more v0.99.20
9172026-02-19T21:17:51.242Z Downloaded arc-swap v1.7.1
9182026-02-19T21:17:51.245Z Downloaded inout v0.1.3
9192026-02-19T21:17:51.245Z Downloaded indoc v1.0.9
9202026-02-19T21:17:51.245Z Downloaded impl-trait-for-tuples v0.2.2
9212026-02-19T21:17:51.248Z Downloaded hostname v0.4.2
9222026-02-19T21:17:51.252Z Downloaded hyper-tls v0.6.0
9232026-02-19T21:17:51.252Z Downloaded http-body v1.0.1
9242026-02-19T21:17:51.252Z Downloaded event-listener v5.3.1
9252026-02-19T21:17:51.255Z Downloaded blake2 v0.10.6
9262026-02-19T21:17:51.259Z Downloaded blake2b_simd v1.0.2
9272026-02-19T21:17:51.259Z Downloaded anyhow v1.0.99
9282026-02-19T21:17:51.300Z Downloaded hubpack v0.1.2
9292026-02-19T21:17:51.300Z Downloaded globset v0.4.15
9302026-02-19T21:17:51.300Z Downloaded bitflags v2.9.4
9312026-02-19T21:17:51.300Z Downloaded erased-serde v0.3.31
9322026-02-19T21:17:51.300Z Downloaded derive-where v1.5.0
9332026-02-19T21:17:51.300Z Downloaded futures-core v0.3.31
9342026-02-19T21:17:51.300Z Downloaded futures-executor v0.3.31
9352026-02-19T21:17:51.300Z Downloaded fs-err v3.1.1
9362026-02-19T21:17:51.300Z Downloaded drift v0.1.3
9372026-02-19T21:17:51.300Z Downloaded derive_builder v0.20.2
9382026-02-19T21:17:51.300Z Downloaded ciborium v0.2.2
9392026-02-19T21:17:51.300Z Downloaded darling v0.21.0
9402026-02-19T21:17:51.305Z Downloaded critical-section v1.1.3
9412026-02-19T21:17:51.305Z Downloaded colored v2.2.0
9422026-02-19T21:17:51.305Z Downloaded base64 v0.13.1
9432026-02-19T21:17:51.305Z Downloaded foldhash v0.1.5
9442026-02-19T21:17:51.305Z Downloaded diff v0.1.13
9452026-02-19T21:17:51.308Z Downloaded camino-tempfile v1.4.1
9462026-02-19T21:17:51.308Z Downloaded heck v0.4.1
9472026-02-19T21:17:51.308Z Downloaded headers-core v0.3.0
9482026-02-19T21:17:51.313Z Downloaded hash32 v0.3.1
9492026-02-19T21:17:51.313Z Downloaded foldhash v0.2.0
9502026-02-19T21:17:51.313Z Downloaded fixedbitset v0.5.7
9512026-02-19T21:17:51.316Z Downloaded filetime v0.2.26
9522026-02-19T21:17:51.316Z Downloaded fallible-iterator v0.2.0
9532026-02-19T21:17:51.316Z Downloaded cfg-expr v0.20.1
9542026-02-19T21:17:51.320Z Downloaded globwalk v0.9.1
9552026-02-19T21:17:51.320Z Downloaded ff v0.13.0
9562026-02-19T21:17:51.323Z Downloaded fastrand v2.1.1
9572026-02-19T21:17:51.323Z Downloaded camino v1.2.2
9582026-02-19T21:17:51.326Z Downloaded bzip2 v0.5.2
9592026-02-19T21:17:51.326Z Downloaded async-process v2.3.0
9602026-02-19T21:17:51.329Z Downloaded derive-ex v0.1.8
9612026-02-19T21:17:51.329Z Downloaded crc32fast v1.4.2
9622026-02-19T21:17:51.332Z Downloaded cargo-util-schemas v0.8.2
9632026-02-19T21:17:51.332Z Downloaded base64ct v1.6.0
9642026-02-19T21:17:51.335Z Downloaded gethostname v0.5.0
9652026-02-19T21:17:51.335Z Downloaded des v0.8.1
9662026-02-19T21:17:51.339Z Downloaded darling_core v0.20.10
9672026-02-19T21:17:51.343Z Downloaded crossbeam-utils v0.8.21
9682026-02-19T21:17:51.347Z Downloaded async-task v4.7.1
9692026-02-19T21:17:51.347Z Downloaded async-io v2.3.4
9702026-02-19T21:17:51.350Z Downloaded colored v3.0.0
9712026-02-19T21:17:51.353Z Downloaded fxhash v0.2.1
9722026-02-19T21:17:51.353Z Downloaded funty v2.0.0
9732026-02-19T21:17:51.353Z Downloaded futures-macro v0.3.31
9742026-02-19T21:17:51.353Z Downloaded futures-io v0.3.31
9752026-02-19T21:17:51.356Z Downloaded env_logger v0.11.8
9762026-02-19T21:17:51.356Z Downloaded der_derive v0.7.3
9772026-02-19T21:17:51.360Z Downloaded either v1.15.0
9782026-02-19T21:17:51.360Z Downloaded ed25519 v2.2.3
9792026-02-19T21:17:51.363Z Downloaded ecdsa v0.16.9
9802026-02-19T21:17:51.363Z Downloaded defmt v0.3.8
9812026-02-19T21:17:51.366Z Downloaded darling v0.20.10
9822026-02-19T21:17:51.370Z Downloaded digest v0.10.7
9832026-02-19T21:17:51.373Z Downloaded bcrypt-pbkdf v0.10.0
9842026-02-19T21:17:51.373Z Downloaded diesel-dtrace v0.4.2
9852026-02-19T21:17:51.373Z Downloaded datatest-stable v0.3.2
9862026-02-19T21:17:51.377Z Downloaded curve25519-dalek-derive v0.1.1
9872026-02-19T21:17:51.377Z Downloaded ctr v0.9.2
9882026-02-19T21:17:51.380Z Downloaded csv-core v0.1.11
9892026-02-19T21:17:51.380Z Downloaded cancel-safe-futures v0.1.5
9902026-02-19T21:17:51.384Z Downloaded bzip2 v0.4.4
9912026-02-19T21:17:51.387Z Downloaded async-signal v0.2.10
9922026-02-19T21:17:51.387Z Downloaded constant_time_eq v0.3.1
9932026-02-19T21:17:51.387Z Downloaded concurrent-queue v2.5.0
9942026-02-19T21:17:51.390Z Downloaded cipher v0.4.4
9952026-02-19T21:17:51.390Z Downloaded foreign-types-shared v0.1.1
9962026-02-19T21:17:51.390Z Downloaded async-lock v3.4.0
9972026-02-19T21:17:51.394Z Downloaded async-executor v1.13.1
9982026-02-19T21:17:51.394Z Downloaded foreign-types v0.3.2
9992026-02-19T21:17:51.394Z Downloaded float-ord v0.3.2
10002026-02-19T21:17:51.399Z Downloaded float-cmp v0.10.0
10012026-02-19T21:17:51.399Z Downloaded flagset v0.4.6
10022026-02-19T21:17:51.399Z Downloaded event-listener-strategy v0.5.2
10032026-02-19T21:17:51.399Z Downloaded event-listener v2.5.3
10042026-02-19T21:17:51.402Z Downloaded escape8259 v0.5.3
10052026-02-19T21:17:51.402Z Downloaded foreign-types v0.5.0
10062026-02-19T21:17:51.402Z Downloaded fixedbitset v0.4.2
10072026-02-19T21:17:51.402Z Downloaded fd-lock v4.0.2
10082026-02-19T21:17:51.405Z Downloaded compact_str v0.8.0
10092026-02-19T21:17:51.409Z Downloaded clang-sys v1.8.1
10102026-02-19T21:17:51.412Z Downloaded cfg-if v1.0.4
10112026-02-19T21:17:51.412Z Downloaded cargo_metadata v0.21.0
10122026-02-19T21:17:51.412Z Downloaded blowfish v0.9.1
10132026-02-19T21:17:51.416Z Downloaded bcs v0.1.6
10142026-02-19T21:17:51.416Z Downloaded anes v0.1.6
10152026-02-19T21:17:51.419Z Downloaded arrayvec v0.7.6
10162026-02-19T21:17:51.422Z Downloaded displaydoc v0.2.5
10172026-02-19T21:17:51.422Z Downloaded daft v0.1.4
10182026-02-19T21:17:51.427Z Downloaded convert_case v0.7.1
10192026-02-19T21:17:51.430Z Downloaded cmake v0.1.51
10202026-02-19T21:17:51.430Z Downloaded cassowary v0.3.0
10212026-02-19T21:17:51.430Z Downloaded buf-list v1.0.3
10222026-02-19T21:17:51.433Z Downloaded bit-vec v0.6.3
10232026-02-19T21:17:51.434Z Downloaded anstyle-parse v0.2.5
10242026-02-19T21:17:51.434Z Downloaded embedded-io v0.6.1
10252026-02-19T21:17:51.437Z Downloaded cargo_metadata v0.19.2
10262026-02-19T21:17:51.437Z Downloaded endian-type v0.1.2
10272026-02-19T21:17:51.437Z Downloaded embedded-io v0.4.0
10282026-02-19T21:17:51.440Z Downloaded crypto-common v0.1.6
10292026-02-19T21:17:51.440Z Downloaded dunce v1.0.5
10302026-02-19T21:17:51.440Z Downloaded document-features v0.2.11
10312026-02-19T21:17:51.443Z Downloaded cobs v0.2.3
10322026-02-19T21:17:51.443Z Downloaded dtrace-parser v0.2.0
10332026-02-19T21:17:51.443Z Downloaded dof v0.4.0
10342026-02-19T21:17:51.447Z Downloaded dirs-sys-next v0.1.2
10352026-02-19T21:17:51.447Z Downloaded dof v0.3.0
10362026-02-19T21:17:51.447Z Downloaded diesel_table_macro_syntax v0.2.0
10372026-02-19T21:17:51.447Z Downloaded camino-tempfile-ext v0.3.2
10382026-02-19T21:17:51.450Z Downloaded dropshot-api-manager-types v0.3.0
10392026-02-19T21:17:51.450Z Downloaded anstream v0.6.18
10402026-02-19T21:17:51.454Z Downloaded crc v3.2.1
10412026-02-19T21:17:51.454Z Downloaded ciborium-ll v0.2.2
10422026-02-19T21:17:51.454Z Downloaded ciborium-io v0.2.2
10432026-02-19T21:17:51.457Z Downloaded bitfield v0.19.2
10442026-02-19T21:17:51.457Z Downloaded bit-vec v0.8.0
10452026-02-19T21:17:51.457Z Downloaded console v0.16.0
10462026-02-19T21:17:51.461Z Downloaded cbc v0.1.2
10472026-02-19T21:17:51.461Z Downloaded bitflags v1.3.2
10482026-02-19T21:17:51.464Z Downloaded cargo-platform v0.2.0
10492026-02-19T21:17:51.464Z Downloaded cargo-platform v0.1.8
10502026-02-19T21:17:51.467Z Downloaded display-error-chain v0.2.2
10512026-02-19T21:17:51.467Z Downloaded dirs-next v2.0.0
10522026-02-19T21:17:51.467Z Downloaded difflib v0.4.0
10532026-02-19T21:17:51.471Z Downloaded darling_macro v0.20.10
10542026-02-19T21:17:51.471Z Downloaded cstr-argument v0.1.2
10552026-02-19T21:17:51.471Z Downloaded crunchy v0.2.2
10562026-02-19T21:17:51.471Z Downloaded crucible-workspace-hack v0.1.0
10572026-02-19T21:17:51.471Z Downloaded clap_lex v0.7.4
10582026-02-19T21:17:51.474Z Downloaded bitfield-struct v0.6.2
10592026-02-19T21:17:51.474Z Downloaded atomicwrites v0.4.4
10602026-02-19T21:17:51.474Z Downloaded async-object-pool v0.1.5
10612026-02-19T21:17:51.474Z Downloaded bitfield-macros v0.19.2
10622026-02-19T21:17:51.474Z Downloaded async-stream v0.3.6
10632026-02-19T21:17:51.477Z Downloaded array-init v0.0.4
10642026-02-19T21:17:51.477Z Downloaded darling_macro v0.21.0
10652026-02-19T21:17:51.477Z Downloaded chacha20 v0.9.1
10662026-02-19T21:17:51.481Z Downloaded const-oid v0.9.6
10672026-02-19T21:17:51.484Z Downloaded castaway v0.2.3
10682026-02-19T21:17:51.484Z Downloaded cast v0.3.0
10692026-02-19T21:17:51.484Z Downloaded atty v0.2.14
10702026-02-19T21:17:51.488Z Downloaded anstyle v1.0.11
10712026-02-19T21:17:51.488Z Downloaded block-buffer v0.10.4
10722026-02-19T21:17:51.488Z Downloaded anstyle-query v1.1.1
10732026-02-19T21:17:51.488Z Downloaded data-encoding v2.9.0
10742026-02-19T21:17:51.491Z Downloaded crossbeam-deque v0.8.5
10752026-02-19T21:17:51.491Z Downloaded crc8 v0.1.1
10762026-02-19T21:17:51.491Z Downloaded crc-catalog v2.4.0
10772026-02-19T21:17:51.495Z Downloaded const_format_proc_macros v0.2.34
10782026-02-19T21:17:51.495Z Downloaded colorchoice v1.0.2
10792026-02-19T21:17:51.495Z Downloaded blocking v1.6.1
10802026-02-19T21:17:51.498Z Downloaded argon2 v0.5.3
10812026-02-19T21:17:51.498Z Downloaded backtrace-ext v0.2.1
10822026-02-19T21:17:51.498Z Downloaded async-stream-impl v0.3.6
10832026-02-19T21:17:51.505Z Downloaded async-recursion v1.1.1
10842026-02-19T21:17:51.505Z Downloaded async-global-executor v2.4.1
10852026-02-19T21:17:51.509Z Downloaded cfg_aliases v0.2.1
10862026-02-19T21:17:51.509Z Downloaded atomic-waker v1.1.2
10872026-02-19T21:17:51.509Z Downloaded bit-set v0.8.0
10882026-02-19T21:17:51.509Z Downloaded bb8 v0.8.5
10892026-02-19T21:17:51.509Z Downloaded base16ct v0.2.0
10902026-02-19T21:17:51.509Z Downloaded arrayref v0.3.9
10912026-02-19T21:17:51.509Z Downloaded autocfg v1.4.0
10922026-02-19T21:17:51.513Z Downloaded approx v0.5.1
10932026-02-19T21:17:51.513Z Downloaded cexpr v0.6.0
10942026-02-19T21:17:51.516Z Downloaded block-padding v0.3.3
10952026-02-19T21:17:51.516Z Downloaded bit-set v0.5.3
10962026-02-19T21:17:51.516Z Downloaded backoff v0.4.0
10972026-02-19T21:17:51.523Z Downloaded async-channel v2.3.1
10982026-02-19T21:17:51.523Z Downloaded assert_matches v1.5.0
10992026-02-19T21:17:51.523Z Downloaded addr2line v0.24.2
11002026-02-19T21:17:51.523Z Downloaded assert_cmd v2.0.17
11012026-02-19T21:17:51.527Z Downloaded ascii-canvas v3.0.0
11022026-02-19T21:17:51.527Z Downloaded aead v0.5.2
11032026-02-19T21:17:51.597Z Downloaded aws-lc-sys v0.26.0
11042026-02-19T21:17:52.108Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-02-19T21:18:04.777Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-02-19T21:18:15.171Z Startup: Caching catalogs ... Done
11072026-02-19T21:18:37.849ZPlanning: Solver setup ... Done (20.937s)
11082026-02-19T21:18:38.009ZPlanning: Running solver ... Done (0.159s)
11092026-02-19T21:18:38.215ZPlanning: Finding local manifests ... Done (0.002s)
11102026-02-19T21:18:38.282ZPlanning: Fetching manifests: 0/4 0% complete
11112026-02-19T21:18:38.348ZPlanning: Fetching manifests: 4/4 100% complete
11122026-02-19T21:18:38.395ZPlanning: Package planning ... Done (0.048s)
11132026-02-19T21:18:38.444ZPlanning: Merging actions ... Done (0.050s)
11142026-02-19T21:18:38.738ZPlanning: Checking for conflicting actions ... Done (0.278s)
11152026-02-19T21:18:38.768ZPlanning: Consolidating action changes ... Done (0.011s)
11162026-02-19T21:18:40.662ZPlanning: Evaluating mediators ... Done (1.922s)
11172026-02-19T21:18:40.681ZPlanning: Planning completed in 25.33 seconds
11182026-02-19T21:18:40.700Z Packages to install: 4
11192026-02-19T21:18:40.700Z Mediators to change: 2
11202026-02-19T21:18:40.700Z Services to change: 1
11212026-02-19T21:18:40.700Z Estimated space available: 155.09 GB
11222026-02-19T21:18:40.700ZEstimated space to be consumed: 1.81 GB
11232026-02-19T21:18:40.700Z Create boot environment: No
11242026-02-19T21:18:40.700ZCreate backup boot environment: No
11252026-02-19T21:18:40.700Z Rebuild boot archive: No
11262026-02-19T21:18:40.700Z
11272026-02-19T21:18:40.700ZChanged mediators:
11282026-02-19T21:18:40.700Z mediator clang:
11292026-02-19T21:18:40.700Z version: None -> 15 (system default)
11302026-02-19T21:18:40.700Z
11312026-02-19T21:18:40.700Z mediator llvm:
11322026-02-19T21:18:40.701Z version: 14 (system default) -> 15 (system default)
11332026-02-19T21:18:40.701Z
11342026-02-19T21:18:40.701ZChanged packages:
11352026-02-19T21:18:40.701Zhelios-dev
11362026-02-19T21:18:40.701Z developer/build-essential
11372026-02-19T21:18:40.701Z None -> 11-2.0
11382026-02-19T21:18:40.702Z library/libxmlsec1
11392026-02-19T21:18:40.702Z None -> 1.2.35-2.0
11402026-02-19T21:18:40.702Z ooce/developer/clang-15
11412026-02-19T21:18:40.702Z None -> 15.0.7-2.0
11422026-02-19T21:18:40.702Z ooce/developer/llvm-15
11432026-02-19T21:18:40.702Z None -> 15.0.7-2.0
11442026-02-19T21:18:40.702Z
11452026-02-19T21:18:40.703ZServices:
11462026-02-19T21:18:40.703Z restart_fmri:
11472026-02-19T21:18:40.703Z svc:/system/update-man-index:default
11482026-02-19T21:18:40.872Z
11492026-02-19T21:18:40.872ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-02-19T21:18:45.839ZDownload: 2359/3290 items 119.7/212.6MB 56% complete (24.1M/s)
11512026-02-19T21:18:49.218ZDownload: Completed 212.60 MB in 8.38 seconds (25.4M/s)
11522026-02-19T21:18:49.498Z Actions: 1/3689 actions (Installing new actions)
11532026-02-19T21:18:54.177Z Actions: Completed 3689 actions in 4.68 seconds.
11542026-02-19T21:18:54.960Z Done (0.779s)
11552026-02-19T21:18:54.960Z Done (0.000s)
11562026-02-19T21:18:56.074Z Done (1.114s)
11572026-02-19T21:19:00.362Z Done (3.903s)
11582026-02-19T21:19:00.446Z Done (0.020s)
11592026-02-19T21:19:00.449Z Done (0.000s)
11602026-02-19T21:19:00.620Z Done (0.000s)
11612026-02-19T21:19:01.611ZPlanning: Evaluating mediator changes ... Done
11622026-02-19T21:19:01.777ZPlanning: Checking for conflicting actions ... Done
11632026-02-19T21:19:01.781ZPlanning: Consolidating action changes ... Done
11642026-02-19T21:19:02.056ZPlanning: Evaluating mediators ... Done
11652026-02-19T21:19:02.059ZPlanning: Planning completed in 0.45 seconds
11662026-02-19T21:19:02.090Z Mediators to change: 2
11672026-02-19T21:19:02.090Z Create boot environment: No
11682026-02-19T21:19:02.093ZCreate backup boot environment: No
11692026-02-19T21:19:02.186Z Done
11702026-02-19T21:19:02.186Z Done
11712026-02-19T21:19:02.968Z Done
11722026-02-19T21:19:06.690Z Done
11732026-02-19T21:19:06.777Z Done
11742026-02-19T21:19:06.781Z Done
11752026-02-19T21:19:06.928Z Done
11762026-02-19T21:19:07.560ZPlanning: Evaluating mediator changes ... Done
11772026-02-19T21:19:07.564ZPlanning: Merging actions ... Done
11782026-02-19T21:19:07.751ZPlanning: Checking for conflicting actions ... Done
11792026-02-19T21:19:07.754ZPlanning: Consolidating action changes ... Done
11802026-02-19T21:19:08.022ZPlanning: Evaluating mediators ... Done
11812026-02-19T21:19:08.078ZPlanning: Planning completed in 0.77 seconds
11822026-02-19T21:19:08.113Z Packages to change: 1
11832026-02-19T21:19:08.113Z Mediators to change: 1
11842026-02-19T21:19:08.113Z Services to change: 1
11852026-02-19T21:19:08.113Z Create boot environment: No
11862026-02-19T21:19:08.116ZCreate backup boot environment: Yes
11872026-02-19T21:19:10.693Z Actions: 1/6 actions (Updating modified actions)
11882026-02-19T21:19:10.696Z Actions: Completed 6 actions in 0.00 seconds.
11892026-02-19T21:19:10.696Z Done
11902026-02-19T21:19:10.696Z Done
11912026-02-19T21:19:10.913Z Done
11922026-02-19T21:19:14.603Z Done
11932026-02-19T21:19:14.690Z Done
11942026-02-19T21:19:14.693Z Done
11952026-02-19T21:19:14.848Z Done
11962026-02-19T21:19:15.305ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11972026-02-19T21:19:15.305Zclang system 15 system
11982026-02-19T21:19:15.305Zcsh system system illumos
11992026-02-19T21:19:15.305Zctags system system illumos
12002026-02-19T21:19:15.306Zfile system system illumos
12012026-02-19T21:19:15.306Zgcc vendor 12 vendor
12022026-02-19T21:19:15.306Zgcc system 10 system
12032026-02-19T21:19:15.306Zgcc system 7 system
12042026-02-19T21:19:15.306Zgo system 1.20 system
12052026-02-19T21:19:15.306Zgo system 1.19 system
12062026-02-19T21:19:15.306Zllvm system 15 system
12072026-02-19T21:19:15.306Zllvm system 14 system
12082026-02-19T21:19:15.306Zmariadb system 10.6 system
12092026-02-19T21:19:15.306Zmta vendor vendor dma
12102026-02-19T21:19:15.306Zopenjdk system 17 system
12112026-02-19T21:19:15.306Zopenjdk system 11 system
12122026-02-19T21:19:15.306Zopenjdk system 1.8 system
12132026-02-19T21:19:15.306Zopenssl vendor 3 vendor
12142026-02-19T21:19:15.306Zperl system 5.36 system
12152026-02-19T21:19:15.307Zpostgresql system 15 system
12162026-02-19T21:19:15.307Zpostgresql system 13 system
12172026-02-19T21:19:15.307Zpython vendor 3 vendor
12182026-02-19T21:19:15.307Zpython system 2 system
12192026-02-19T21:19:15.307Zpython3 system 3.11 system
12202026-02-19T21:19:15.307Zruby system 3.0 system
12212026-02-19T21:19:15.307Zwords vendor vendor american-english
12222026-02-19T21:19:15.307Zwords system system australian-english
12232026-02-19T21:19:15.307Zwords system system british-english
12242026-02-19T21:19:15.308Zwords system system canadian-english
12252026-02-19T21:19:15.308Zwords system system french
12262026-02-19T21:19:15.308Zwords system system italian
12272026-02-19T21:19:15.308Zwords system system ngerman
12282026-02-19T21:19:15.308Zwords system system ogerman
12292026-02-19T21:19:15.308Zwords system system spanish
12302026-02-19T21:19:15.667ZPUBLISHER TYPE STATUS P LOCATION
12312026-02-19T21:19:15.667Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12322026-02-19T21:19:22.268ZFMRI IFO
12332026-02-19T21:19:22.268Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12342026-02-19T21:19:22.268Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12352026-02-19T21:19:22.268Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12362026-02-19T21:19:22.268Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12372026-02-19T21:19:22.268Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12382026-02-19T21:19:22.268Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12392026-02-19T21:19:22.268Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12402026-02-19T21:19:22.268Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12412026-02-19T21:19:22.268Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12422026-02-19T21:19:22.268Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12432026-02-19T21:19:22.268Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12442026-02-19T21:19:22.268Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12452026-02-19T21:19:22.268Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12462026-02-19T21:19:22.268Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12472026-02-19T21:19:22.268Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12482026-02-19T21:19:22.268Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12492026-02-19T21:19:24.002Z Downloading crates ...
12502026-02-19T21:19:24.138Z Downloaded cargo_toml v0.21.0
12512026-02-19T21:19:24.209Z Compiling proc-macro2 v1.0.101
12522026-02-19T21:19:24.213Z Compiling unicode-ident v1.0.19
12532026-02-19T21:19:24.213Z Compiling serde_core v1.0.228
12542026-02-19T21:19:24.213Z Compiling version_check v0.9.5
12552026-02-19T21:19:24.213Z Compiling serde v1.0.228
12562026-02-19T21:19:24.213Z Compiling libc v0.2.180
12572026-02-19T21:19:24.213Z Compiling memchr v2.7.4
12582026-02-19T21:19:24.213Z Compiling stable_deref_trait v1.2.0
12592026-02-19T21:19:24.501Z Compiling thiserror v2.0.18
12602026-02-19T21:19:24.562Z Compiling zmij v1.0.15
12612026-02-19T21:19:24.993Z Compiling litemap v0.7.3
12622026-02-19T21:19:25.103Z Compiling ucd-trie v0.1.7
12632026-02-19T21:19:25.366Z Compiling itoa v1.0.11
12642026-02-19T21:19:25.535Z Compiling autocfg v1.4.0
12652026-02-19T21:19:25.632Z Compiling writeable v0.5.5
12662026-02-19T21:19:25.665Z Compiling thiserror v1.0.69
12672026-02-19T21:19:26.156Z Compiling bitflags v2.9.4
12682026-02-19T21:19:26.386Z Compiling errno v0.3.12
12692026-02-19T21:19:26.489Z Compiling quote v1.0.40
12702026-02-19T21:19:26.505Z Compiling icu_locid_transform_data v1.5.0
12712026-02-19T21:19:26.564Z Compiling byteorder v1.5.0
12722026-02-19T21:19:26.631Z Compiling serde_json v1.0.149
12732026-02-19T21:19:26.644Z Compiling icu_properties_data v1.5.0
12742026-02-19T21:19:26.887Z Compiling syn v2.0.114
12752026-02-19T21:19:26.997Z Compiling num-traits v0.2.19
12762026-02-19T21:19:27.040Z Compiling rustix v0.38.37
12772026-02-19T21:19:27.127Z Compiling hashbrown v0.16.1
12782026-02-19T21:19:27.336Z Compiling utf8_iter v1.0.4
12792026-02-19T21:19:27.448Z Compiling icu_normalizer_data v1.5.0
12802026-02-19T21:19:27.484Z Compiling typeid v1.0.3
12812026-02-19T21:19:27.554Z Compiling write16 v1.0.0
12822026-02-19T21:19:27.576Z Compiling equivalent v1.0.2
12832026-02-19T21:19:27.713Z Compiling smallvec v1.15.1
12842026-02-19T21:19:27.729Z Compiling utf16_iter v1.0.5
12852026-02-19T21:19:28.060Z Compiling proc-macro-error-attr v1.0.4
12862026-02-19T21:19:28.106Z Compiling usdt-impl v0.5.0
12872026-02-19T21:19:28.227Z Compiling winnow v0.7.14
12882026-02-19T21:19:28.345Z Compiling indexmap v2.13.0
12892026-02-19T21:19:28.405Z Compiling toml_write v0.1.2
12902026-02-19T21:19:28.512Z Compiling syn v1.0.109
12912026-02-19T21:19:28.785Z Compiling thread-id v4.2.2
12922026-02-19T21:19:29.184Z Compiling proc-macro-error v1.0.4
12932026-02-19T21:19:29.729Z Compiling utf8parse v0.2.2
12942026-02-19T21:19:29.799Z Compiling log v0.4.29
12952026-02-19T21:19:29.974Z Compiling camino v1.2.2
12962026-02-19T21:19:30.152Z Compiling percent-encoding v2.3.2
12972026-02-19T21:19:30.500Z Compiling plain v0.2.3
12982026-02-19T21:19:30.588Z Compiling getrandom v0.3.4
12992026-02-19T21:19:30.609Z Compiling rustix v1.1.3
13002026-02-19T21:19:30.681Z Compiling ordered-float v2.10.1
13012026-02-19T21:19:31.089Z Compiling form_urlencoded v1.2.2
13022026-02-19T21:19:31.231Z Compiling terminal_size v0.4.0
13032026-02-19T21:19:31.412Z Compiling anstyle-parse v0.2.5
13042026-02-19T21:19:31.894Z Compiling anstyle v1.0.11
13052026-02-19T21:19:32.017Z Compiling cfg-if v1.0.4
13062026-02-19T21:19:32.042Z Compiling pretty-hex v0.4.1
13072026-02-19T21:19:32.118Z Compiling anstyle-query v1.1.1
13082026-02-19T21:19:32.137Z Compiling is_terminal_polyfill v1.70.1
13092026-02-19T21:19:32.268Z Compiling colorchoice v1.0.2
13102026-02-19T21:19:32.436Z Compiling anstream v0.6.18
13112026-02-19T21:19:32.461Z Compiling semver v1.0.27
13122026-02-19T21:19:33.078Z Compiling fs-err v3.1.1
13132026-02-19T21:19:33.221Z Compiling anyhow v1.0.99
13142026-02-19T21:19:33.266Z Compiling unicode-width v0.1.14
13152026-02-19T21:19:33.298Z Compiling strsim v0.11.1
13162026-02-19T21:19:33.422Z Compiling heck v0.4.1
13172026-02-19T21:19:33.821Z Compiling synstructure v0.13.1
13182026-02-19T21:19:33.859Z Compiling bytecount v0.6.8
13192026-02-19T21:19:33.863Z Compiling fnv v1.0.7
13202026-02-19T21:19:33.988Z Compiling clap_lex v0.7.4
13212026-02-19T21:19:34.034Z Compiling once_cell v1.21.3
13222026-02-19T21:19:34.067Z Compiling heck v0.5.0
13232026-02-19T21:19:34.434Z Compiling unicode-xid v0.2.6
13242026-02-19T21:19:34.462Z Compiling fastrand v2.1.1
13252026-02-19T21:19:34.564Z Compiling clap_builder v4.5.48
13262026-02-19T21:19:34.649Z Compiling papergrid v0.11.0
13272026-02-19T21:19:34.998Z Compiling tempfile v3.24.0
13282026-02-19T21:19:35.366Z Compiling memmap v0.7.0
13292026-02-19T21:19:35.505Z Compiling unicode-width v0.2.0
13302026-02-19T21:19:35.707Z Compiling unicode-linebreak v0.1.5
13312026-02-19T21:19:35.835Z Compiling smawk v0.3.2
13322026-02-19T21:19:36.076Z Compiling camino-tempfile v1.4.1
13332026-02-19T21:19:36.195Z Compiling textwrap v0.16.2
13342026-02-19T21:19:36.830Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13352026-02-19T21:19:36.880Z Compiling tabled_derive v0.7.0
13362026-02-19T21:19:37.079Z Compiling swrite v0.1.0
13372026-02-19T21:19:37.850Z Compiling serde_derive v1.0.228
13382026-02-19T21:19:37.850Z Compiling zerofrom-derive v0.1.4
13392026-02-19T21:19:37.850Z Compiling yoke-derive v0.7.4
13402026-02-19T21:19:37.888Z Compiling zerovec-derive v0.10.3
13412026-02-19T21:19:37.892Z Compiling thiserror-impl v2.0.18
13422026-02-19T21:19:38.361Z Compiling displaydoc v0.2.5
13432026-02-19T21:19:39.931Z Compiling icu_provider_macros v1.5.0
13442026-02-19T21:19:40.328Z Compiling thiserror-impl v1.0.69
13452026-02-19T21:19:40.655Z Compiling zerocopy-derive v0.7.35
13462026-02-19T21:19:40.943Z Compiling scroll_derive v0.12.0
13472026-02-19T21:19:41.179Z Compiling pest v2.8.2
13482026-02-19T21:19:41.218Z Compiling zerofrom v0.1.4
13492026-02-19T21:19:41.451Z Compiling yoke v0.7.4
13502026-02-19T21:19:41.798Z Compiling zerovec v0.10.4
13512026-02-19T21:19:42.182Z Compiling clap_derive v4.5.47
13522026-02-19T21:19:42.305Z Compiling scroll v0.12.0
13532026-02-19T21:19:42.623Z Compiling zerocopy v0.7.35
13542026-02-19T21:19:42.846Z Compiling goblin v0.8.2
13552026-02-19T21:19:43.213Z Compiling tabled v0.15.0
13562026-02-19T21:19:43.797Z Compiling tinystr v0.7.6
13572026-02-19T21:19:43.905Z Compiling pest_meta v2.8.2
13582026-02-19T21:19:44.008Z Compiling icu_collections v1.5.0
13592026-02-19T21:19:44.107Z Compiling icu_locid v1.5.0
13602026-02-19T21:19:45.340Z Compiling icu_provider v1.5.0
13612026-02-19T21:19:46.054Z Compiling pest_generator v2.8.2
13622026-02-19T21:19:46.070Z Compiling icu_locid_transform v1.5.0
13632026-02-19T21:19:46.110Z Compiling serde_spanned v0.6.9
13642026-02-19T21:19:46.222Z Compiling toml_datetime v0.6.11
13652026-02-19T21:19:46.323Z Compiling dof v0.3.0
13662026-02-19T21:19:46.350Z Compiling serde_tokenstream v0.2.2
13672026-02-19T21:19:46.748Z Compiling toml_edit v0.22.27
13682026-02-19T21:19:46.939Z Compiling erased-serde v0.4.6
13692026-02-19T21:19:47.193Z Compiling serde-value v0.7.0
13702026-02-19T21:19:47.818Z Compiling icu_properties v1.5.1
13712026-02-19T21:19:47.987Z Compiling serde-untagged v0.1.7
13722026-02-19T21:19:48.087Z Compiling cargo-platform v0.2.0
13732026-02-19T21:19:48.351Z Compiling pest_derive v2.8.2
13742026-02-19T21:19:48.376Z Compiling clap v4.5.48
13752026-02-19T21:19:48.510Z Compiling macaddr v1.0.1
13762026-02-19T21:19:49.173Z Compiling dtrace-parser v0.2.0
13772026-02-19T21:19:50.098Z Compiling toml v0.8.23
13782026-02-19T21:19:50.980Z Compiling cargo_toml v0.21.0
13792026-02-19T21:19:51.034Z Compiling usdt-macro v0.5.0
13802026-02-19T21:19:51.070Z Compiling usdt-attr-macro v0.5.0
13812026-02-19T21:19:51.398Z Compiling icu_normalizer v1.5.0
13822026-02-19T21:19:52.097Z Compiling idna_adapter v1.2.0
13832026-02-19T21:19:52.141Z Compiling usdt v0.5.0
13842026-02-19T21:19:52.254Z Compiling idna v1.0.3
13852026-02-19T21:19:52.646Z Compiling url v2.5.4
13862026-02-19T21:19:53.308Z Compiling cargo-util-schemas v0.8.2
13872026-02-19T21:19:54.944Z Compiling cargo_metadata v0.21.0
13882026-02-19T21:19:56.459Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13892026-02-19T21:19:59.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.74s
13902026-02-19T21:20:00.046Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13912026-02-19T21:20:01.217Z Compiling value-bag v1.12.0
13922026-02-19T21:20:01.217Z Compiling lock_api v0.4.12
13932026-02-19T21:20:01.217Z Compiling scopeguard v1.2.0
13942026-02-19T21:20:01.221Z Compiling shlex v1.3.0
13952026-02-19T21:20:01.221Z Compiling smallvec v1.15.1
13962026-02-19T21:20:01.376Z Compiling syn v2.0.114
13972026-02-19T21:20:01.390Z Compiling getrandom v0.2.15
13982026-02-19T21:20:01.393Z Compiling jobserver v0.1.32
13992026-02-19T21:20:01.496Z Compiling typenum v1.17.0
14002026-02-19T21:20:01.726Z Compiling rand_core v0.6.4
14012026-02-19T21:20:01.796Z Compiling log v0.4.29
14022026-02-19T21:20:01.839Z Compiling cc v1.2.30
14032026-02-19T21:20:01.907Z Compiling generic-array v0.14.7
14042026-02-19T21:20:02.233Z Compiling subtle v2.6.1
14052026-02-19T21:20:02.280Z Compiling portable-atomic v1.11.0
14062026-02-19T21:20:02.283Z Compiling critical-section v1.1.3
14072026-02-19T21:20:02.330Z Compiling const-oid v0.9.6
14082026-02-19T21:20:02.484Z Compiling pkg-config v0.3.31
14092026-02-19T21:20:02.526Z Compiling getrandom v0.3.4
14102026-02-19T21:20:02.584Z Compiling serde_json v1.0.149
14112026-02-19T21:20:02.972Z Compiling spin v0.9.8
14122026-02-19T21:20:03.351Z Compiling pin-project-lite v0.2.14
14132026-02-19T21:20:03.509Z Compiling parking_lot_core v0.9.10
14142026-02-19T21:20:03.716Z Compiling regex-syntax v0.8.5
14152026-02-19T21:20:04.009Z Compiling libm v0.2.8
14162026-02-19T21:20:04.250Z Compiling rustix v0.38.37
14172026-02-19T21:20:04.370Z Compiling once_cell v1.21.3
14182026-02-19T21:20:04.562Z Compiling signal-hook-registry v1.4.2
14192026-02-19T21:20:04.807Z Compiling num-traits v0.2.19
14202026-02-19T21:20:04.957Z Compiling allocator-api2 v0.2.21
14212026-02-19T21:20:05.141Z Compiling parking_lot v0.12.3
14222026-02-19T21:20:05.407Z Compiling mio v1.0.2
14232026-02-19T21:20:05.646Z Compiling futures-core v0.3.31
14242026-02-19T21:20:05.709Z Compiling lazy_static v1.5.0
14252026-02-19T21:20:05.856Z Compiling aho-corasick v1.1.3
14262026-02-19T21:20:05.915Z Compiling percent-encoding v2.3.2
14272026-02-19T21:20:05.944Z Compiling socket2 v0.6.1
14282026-02-19T21:20:06.463Z Compiling slab v0.4.9
14292026-02-19T21:20:06.585Z Compiling cpufeatures v0.2.14
14302026-02-19T21:20:06.695Z Compiling either v1.15.0
14312026-02-19T21:20:06.716Z Compiling glob v0.3.2
14322026-02-19T21:20:06.908Z Compiling futures-sink v0.3.31
14332026-02-19T21:20:07.084Z Compiling futures-channel v0.3.31
14342026-02-19T21:20:07.137Z Compiling hashbrown v0.16.1
14352026-02-19T21:20:07.323Z Compiling futures-task v0.3.31
14362026-02-19T21:20:07.506Z Compiling futures-io v0.3.31
14372026-02-19T21:20:07.527Z Compiling clang-sys v1.8.1
14382026-02-19T21:20:07.660Z Compiling pin-utils v0.1.0
14392026-02-19T21:20:07.781Z Compiling rustversion v1.0.22
14402026-02-19T21:20:07.802Z Compiling prettyplease v0.2.36
14412026-02-19T21:20:08.063Z Compiling regex-automata v0.4.11
14422026-02-19T21:20:08.206Z Compiling minimal-lexical v0.2.1
14432026-02-19T21:20:08.259Z Compiling libloading v0.8.5
14442026-02-19T21:20:08.377Z Compiling indexmap v2.13.0
14452026-02-19T21:20:08.549Z Compiling synstructure v0.13.1
14462026-02-19T21:20:08.638Z Compiling nom v7.1.3
14472026-02-19T21:20:09.552Z Compiling ident_case v1.0.1
14482026-02-19T21:20:09.790Z Compiling base64ct v1.6.0
14492026-02-19T21:20:09.874Z Compiling home v0.5.9
14502026-02-19T21:20:09.945Z Compiling bindgen v0.69.5
14512026-02-19T21:20:10.223Z Compiling itertools v0.12.1
14522026-02-19T21:20:10.371Z Compiling pem-rfc7468 v0.7.0
14532026-02-19T21:20:10.990Z Compiling form_urlencoded v1.2.2
14542026-02-19T21:20:11.011Z Compiling lazycell v1.3.0
14552026-02-19T21:20:11.208Z Compiling flagset v0.4.6
14562026-02-19T21:20:11.317Z Compiling rustc-hash v1.1.0
14572026-02-19T21:20:11.441Z Compiling rand_core v0.9.3
14582026-02-19T21:20:11.499Z Compiling cmake v0.1.51
14592026-02-19T21:20:12.029Z Compiling cexpr v0.6.0
14602026-02-19T21:20:12.071Z Compiling foldhash v0.1.5
14612026-02-19T21:20:12.347Z Compiling iana-time-zone v0.1.63
14622026-02-19T21:20:12.393Z Compiling fs_extra v1.3.0
14632026-02-19T21:20:12.716Z Compiling dunce v1.0.5
14642026-02-19T21:20:12.863Z Compiling paste v1.0.15
14652026-02-19T21:20:12.884Z Compiling hashbrown v0.15.4
14662026-02-19T21:20:12.909Z Compiling rustc_version v0.4.1
14672026-02-19T21:20:13.078Z Compiling uuid v1.19.0
14682026-02-19T21:20:13.349Z Compiling serde_derive v1.0.228
14692026-02-19T21:20:13.375Z Compiling zeroize_derive v1.4.2
14702026-02-19T21:20:13.530Z Compiling zerofrom-derive v0.1.4
14712026-02-19T21:20:13.581Z Compiling yoke-derive v0.7.4
14722026-02-19T21:20:14.171Z Compiling zerovec-derive v0.10.3
14732026-02-19T21:20:14.593Z Compiling displaydoc v0.2.5
14742026-02-19T21:20:14.772Z Compiling zeroize v1.8.1
14752026-02-19T21:20:16.213Z Compiling icu_provider_macros v1.5.0
14762026-02-19T21:20:16.348Z Compiling zerocopy-derive v0.7.35
14772026-02-19T21:20:16.646Z Compiling crypto-common v0.1.6
14782026-02-19T21:20:16.716Z Compiling block-buffer v0.10.4
14792026-02-19T21:20:16.920Z Compiling tokio-macros v2.6.0
14802026-02-19T21:20:16.978Z Compiling zerofrom v0.1.4
14812026-02-19T21:20:17.002Z Compiling digest v0.10.7
14822026-02-19T21:20:17.238Z Compiling yoke v0.7.4
14832026-02-19T21:20:17.242Z Compiling thiserror-impl v2.0.18
14842026-02-19T21:20:17.484Z Compiling hmac v0.12.1
14852026-02-19T21:20:17.636Z Compiling zerovec v0.10.4
14862026-02-19T21:20:17.759Z Compiling block-padding v0.3.3
14872026-02-19T21:20:18.063Z Compiling futures-macro v0.3.31
14882026-02-19T21:20:18.297Z Compiling zerocopy v0.7.35
14892026-02-19T21:20:18.434Z Compiling inout v0.1.3
14902026-02-19T21:20:18.525Z Compiling regex v1.11.3
14912026-02-19T21:20:18.769Z Compiling cipher v0.4.4
14922026-02-19T21:20:19.284Z Compiling sha2 v0.10.9
14932026-02-19T21:20:19.504Z Compiling tinystr v0.7.6
14942026-02-19T21:20:19.687Z Compiling icu_collections v1.5.0
14952026-02-19T21:20:19.754Z Compiling ppv-lite86 v0.2.20
14962026-02-19T21:20:19.947Z Compiling icu_locid v1.5.0
14972026-02-19T21:20:19.960Z Compiling futures-util v0.3.31
14982026-02-19T21:20:20.324Z Compiling der_derive v0.7.3
14992026-02-19T21:20:20.388Z Compiling thiserror v2.0.18
15002026-02-19T21:20:20.563Z Compiling pest v2.8.2
15012026-02-19T21:20:20.586Z Compiling salsa20 v0.10.2
15022026-02-19T21:20:20.840Z Compiling serde v1.0.228
15032026-02-19T21:20:20.862Z Compiling pbkdf2 v0.12.2
15042026-02-19T21:20:21.052Z Compiling icu_provider v1.5.0
15052026-02-19T21:20:21.077Z Compiling zerocopy v0.8.27
15062026-02-19T21:20:21.902Z Compiling icu_locid_transform v1.5.0
15072026-02-19T21:20:21.942Z Compiling vcpkg v0.2.15
15082026-02-19T21:20:22.021Z Compiling bitflags v2.9.4
15092026-02-19T21:20:22.098Z Compiling bytes v1.11.1
15102026-02-19T21:20:22.599Z Compiling der v0.7.10
15112026-02-19T21:20:22.965Z Compiling chrono v0.4.43
15122026-02-19T21:20:23.578Z Compiling tokio v1.49.0
15132026-02-19T21:20:23.603Z Compiling icu_properties v1.5.1
15142026-02-19T21:20:23.606Z Compiling openssl-sys v0.9.109
15152026-02-19T21:20:24.222Z Compiling http v1.4.0
15162026-02-19T21:20:24.736Z Compiling spki v0.7.3
15172026-02-19T21:20:25.162Z Compiling pest_meta v2.8.2
15182026-02-19T21:20:25.645Z Compiling scrypt v0.11.0
15192026-02-19T21:20:26.152Z Compiling which v4.4.2
15202026-02-19T21:20:26.414Z Compiling rand_chacha v0.9.0
15212026-02-19T21:20:26.500Z Compiling cbc v0.1.2
15222026-02-19T21:20:26.744Z Compiling aes v0.8.4
15232026-02-19T21:20:26.788Z Compiling zerocopy-derive v0.8.27
15242026-02-19T21:20:27.066Z Compiling rand v0.9.2
15252026-02-19T21:20:28.028Z Compiling icu_normalizer v1.5.0
15262026-02-19T21:20:28.282Z Compiling pkcs5 v0.7.1
15272026-02-19T21:20:28.905Z Compiling pest_generator v2.8.2
15282026-02-19T21:20:29.393Z Compiling idna_adapter v1.2.0
15292026-02-19T21:20:29.631Z Compiling idna v1.0.3
15302026-02-19T21:20:29.651Z Compiling tracing-attributes v0.1.27
15312026-02-19T21:20:29.715Z Compiling serde_derive_internals v0.29.1
15322026-02-19T21:20:29.781Z Compiling ring v0.17.14
15332026-02-19T21:20:30.714Z Compiling url v2.5.4
15342026-02-19T21:20:30.910Z Compiling tracing-core v0.1.32
15352026-02-19T21:20:31.181Z Compiling aws-lc-rs v1.12.4
15362026-02-19T21:20:31.673Z Compiling rustix v1.1.3
15372026-02-19T21:20:31.923Z Compiling adler2 v2.0.0
15382026-02-19T21:20:32.109Z Compiling schemars v0.8.22
15392026-02-19T21:20:32.166Z Compiling miniz_oxide v0.8.5
15402026-02-19T21:20:32.472Z Compiling schemars_derive v0.8.22
15412026-02-19T21:20:32.534Z Compiling tokio-util v0.7.15
15422026-02-19T21:20:32.854Z Compiling tracing v0.1.40
15432026-02-19T21:20:33.397Z Compiling pest_derive v2.8.2
15442026-02-19T21:20:33.553Z Compiling pkcs8 v0.10.2
15452026-02-19T21:20:33.769Z Compiling http-body v1.0.1
15462026-02-19T21:20:34.036Z Compiling scroll_derive v0.13.1
15472026-02-19T21:20:34.128Z Compiling darling_core v0.20.10
15482026-02-19T21:20:34.218Z Compiling tinyvec_macros v0.1.1
15492026-02-19T21:20:34.336Z Compiling rustls-pki-types v1.10.0
15502026-02-19T21:20:34.851Z Compiling dyn-clone v1.0.20
15512026-02-19T21:20:35.098Z Compiling httparse v1.9.5
15522026-02-19T21:20:35.319Z Compiling base64 v0.22.1
15532026-02-19T21:20:35.878Z Compiling tinyvec v1.8.0
15542026-02-19T21:20:35.946Z Compiling scroll v0.13.0
15552026-02-19T21:20:36.469Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15562026-02-19T21:20:37.268Z Compiling bzip2-sys v0.1.13+1.0.8
15572026-02-19T21:20:37.272Z Compiling untrusted v0.7.1
15582026-02-19T21:20:37.488Z Compiling untrusted v0.9.0
15592026-02-19T21:20:37.629Z Compiling openssl v0.10.73
15602026-02-19T21:20:37.687Z Compiling tower-layer v0.3.3
15612026-02-19T21:20:37.828Z Compiling foreign-types-shared v0.1.1
15622026-02-19T21:20:37.982Z Compiling atomic-waker v1.1.2
15632026-02-19T21:20:38.005Z Compiling num-conv v0.1.0
15642026-02-19T21:20:38.075Z Compiling tower-service v0.3.3
15652026-02-19T21:20:38.191Z Compiling openssl-probe v0.1.5
15662026-02-19T21:20:38.232Z Compiling time-core v0.1.6
15672026-02-19T21:20:38.263Z Compiling powerfmt v0.2.0
15682026-02-19T21:20:38.309Z Compiling try-lock v0.2.5
15692026-02-19T21:20:38.494Z Compiling want v0.3.1
15702026-02-19T21:20:38.562Z Compiling time-macros v0.2.24
15712026-02-19T21:20:38.642Z Compiling deranged v0.5.3
15722026-02-19T21:20:38.664Z Compiling tempfile v3.24.0
15732026-02-19T21:20:38.797Z Compiling h2 v0.4.6
15742026-02-19T21:20:38.853Z Compiling foreign-types v0.3.2
15752026-02-19T21:20:39.777Z Compiling darling_macro v0.20.10
15762026-02-19T21:20:40.559Z Compiling goblin v0.10.2
15772026-02-19T21:20:40.671Z Compiling darling v0.20.10
15782026-02-19T21:20:41.305Z Compiling ipnet v2.11.0
15792026-02-19T21:20:41.406Z Compiling openssl-macros v0.1.1
15802026-02-19T21:20:42.164Z Compiling wait-timeout v0.2.0
15812026-02-19T21:20:42.413Z Compiling native-tls v0.2.12
15822026-02-19T21:20:42.433Z Compiling bit-vec v0.8.0
15832026-02-19T21:20:42.683Z Compiling httpdate v1.0.3
15842026-02-19T21:20:42.704Z Compiling quick-error v1.2.3
15852026-02-19T21:20:42.805Z Compiling num_threads v0.1.7
15862026-02-19T21:20:42.865Z Compiling crossbeam-utils v0.8.21
15872026-02-19T21:20:42.892Z Compiling rustls v0.23.19
15882026-02-19T21:20:42.970Z Compiling usdt-impl v0.6.0
15892026-02-19T21:20:43.080Z Compiling syn v1.0.109
15902026-02-19T21:20:43.232Z Compiling gimli v0.31.1
15912026-02-19T21:20:43.364Z Compiling time v0.3.43
15922026-02-19T21:20:43.445Z Compiling rusty-fork v0.3.0
15932026-02-19T21:20:43.804Z Compiling bit-set v0.8.0
15942026-02-19T21:20:44.139Z Compiling derive_builder_core v0.20.2
15952026-02-19T21:20:46.388Z Compiling hyper v1.8.1
15962026-02-19T21:20:47.314Z Compiling unicode-normalization v0.1.24
15972026-02-19T21:20:48.140Z Compiling dof v0.4.0
15982026-02-19T21:20:48.350Z Compiling addr2line v0.24.2
15992026-02-19T21:20:48.428Z Compiling dtrace-parser v0.3.0
16002026-02-19T21:20:49.044Z Compiling signature v2.2.0
16012026-02-19T21:20:49.366Z Compiling heapless v0.7.17
16022026-02-19T21:20:49.845Z Compiling scroll_derive v0.12.0
16032026-02-19T21:20:50.033Z Compiling thiserror-impl v1.0.69
16042026-02-19T21:20:50.220Z Compiling rand_xorshift v0.4.0
16052026-02-19T21:20:50.301Z Compiling slog v2.8.2
16062026-02-19T21:20:50.526Z Compiling darling_core v0.21.0
16072026-02-19T21:20:50.674Z Compiling thread-id v5.0.0
16082026-02-19T21:20:50.821Z Compiling cookie v0.18.1
16092026-02-19T21:20:51.179Z Compiling object v0.36.5
16102026-02-19T21:20:51.232Z Compiling crc32fast v1.4.2
16112026-02-19T21:20:51.325Z Compiling siphasher v0.3.11
16122026-02-19T21:20:51.553Z Compiling zlib-rs v0.5.1
16132026-02-19T21:20:51.556Z Compiling unicode-properties v0.1.3
16142026-02-19T21:20:51.726Z Compiling rustc-demangle v0.1.24
16152026-02-19T21:20:51.970Z Compiling zstd-safe v7.2.3
16162026-02-19T21:20:52.348Z Compiling unicode-bidi v0.3.17
16172026-02-19T21:20:52.597Z Compiling anyhow v1.0.99
16182026-02-19T21:20:52.959Z Compiling signal-hook v0.3.18
16192026-02-19T21:20:53.215Z Compiling unarray v0.1.4
16202026-02-19T21:20:53.364Z Compiling proptest v1.7.0
16212026-02-19T21:20:53.496Z Compiling stringprep v0.1.5
16222026-02-19T21:20:53.784Z Compiling thiserror v1.0.69
16232026-02-19T21:20:53.865Z Compiling phf_shared v0.11.2
16242026-02-19T21:20:53.955Z Compiling scroll v0.12.0
16252026-02-19T21:20:54.563Z Compiling hyper-util v0.1.19
16262026-02-19T21:20:55.194Z Compiling derive_builder_macro v0.20.2
16272026-02-19T21:20:56.682Z Compiling darling_macro v0.21.0
16282026-02-19T21:20:57.222Z Compiling ipnetwork v0.21.1
16292026-02-19T21:20:57.622Z Compiling backtrace v0.3.74
16302026-02-19T21:20:58.040Z Compiling libz-rs-sys v0.5.1
16312026-02-19T21:20:58.178Z Compiling serde_tokenstream v0.2.2
16322026-02-19T21:20:58.351Z Compiling erased-serde v0.3.31
16332026-02-19T21:20:58.668Z Compiling serde_spanned v0.6.9
16342026-02-19T21:20:58.722Z Compiling toml_datetime v0.6.11
16352026-02-19T21:20:58.764Z Compiling rand_chacha v0.3.1
16362026-02-19T21:20:58.916Z Compiling md-5 v0.10.6
16372026-02-19T21:20:59.235Z Compiling curve25519-dalek v4.1.3
16382026-02-19T21:20:59.279Z Compiling vergen-lib v0.1.6
16392026-02-19T21:20:59.635Z Compiling num-integer v0.1.46
16402026-02-19T21:20:59.719Z Compiling sync_wrapper v1.0.1
16412026-02-19T21:20:59.939Z Compiling ff v0.13.0
16422026-02-19T21:20:59.991Z Compiling hash32 v0.2.1
16432026-02-19T21:21:00.191Z Compiling memoffset v0.9.1
16442026-02-19T21:21:00.390Z Compiling smoltcp v0.9.1
16452026-02-19T21:21:00.419Z Compiling ref-cast v1.0.25
16462026-02-19T21:21:00.489Z Compiling num-bigint-dig v0.8.6
16472026-02-19T21:21:00.555Z Compiling cfg_aliases v0.2.1
16482026-02-19T21:21:00.679Z Compiling base16ct v0.2.0
16492026-02-19T21:21:00.739Z Compiling litrs v0.4.1
16502026-02-19T21:21:00.851Z Compiling fallible-iterator v0.2.0
16512026-02-19T21:21:01.003Z Compiling psl-types v2.0.11
16522026-02-19T21:21:01.071Z Compiling sec1 v0.7.3
16532026-02-19T21:21:01.131Z Compiling nix v0.29.0
16542026-02-19T21:21:01.217Z Compiling publicsuffix v2.3.0
16552026-02-19T21:21:01.535Z Compiling postgres-protocol v0.6.8
16562026-02-19T21:21:01.779Z Compiling num-iter v0.1.45
16572026-02-19T21:21:01.835Z Compiling document-features v0.2.11
16582026-02-19T21:21:01.991Z Compiling group v0.13.0
16592026-02-19T21:21:02.135Z Compiling tower v0.5.2
16602026-02-19T21:21:02.697Z Compiling newtype-uuid v1.3.2
16612026-02-19T21:21:02.746Z Compiling rand v0.8.5
16622026-02-19T21:21:03.156Z Compiling flate2 v1.1.2
16632026-02-19T21:21:03.210Z Compiling oxnet v0.1.4
16642026-02-19T21:21:03.418Z Compiling darling v0.21.0
16652026-02-19T21:21:03.558Z Compiling derive_builder v0.20.2
16662026-02-19T21:21:03.770Z Compiling tokio-native-tls v0.3.1
16672026-02-19T21:21:03.844Z Compiling goblin v0.8.2
16682026-02-19T21:21:04.553Z Compiling rustls-native-certs v0.8.1
16692026-02-19T21:21:04.722Z Compiling webpki-roots v1.0.1
16702026-02-19T21:21:04.970Z Compiling http-body-util v0.1.3
16712026-02-19T21:21:05.031Z Compiling strum_macros v0.27.2
16722026-02-19T21:21:05.160Z Compiling terminal_size v0.4.0
16732026-02-19T21:21:05.258Z Compiling cargo-platform v0.1.8
16742026-02-19T21:21:05.401Z Compiling hkdf v0.12.4
16752026-02-19T21:21:05.492Z Compiling crypto-bigint v0.5.5
16762026-02-19T21:21:05.705Z Compiling ref-cast-impl v1.0.25
16772026-02-19T21:21:05.745Z Compiling curve25519-dalek-derive v0.1.1
16782026-02-19T21:21:06.942Z Compiling async-trait v0.1.89
16792026-02-19T21:21:07.188Z Compiling daft-derive v0.1.4
16802026-02-19T21:21:07.462Z Compiling hubpack_derive v0.1.1
16812026-02-19T21:21:08.384Z Compiling vergen v9.0.6
16822026-02-19T21:21:08.719Z Compiling ahash v0.8.12
16832026-02-19T21:21:08.796Z Compiling fs-err v3.1.1
16842026-02-19T21:21:09.147Z Compiling ryu v1.0.18
16852026-02-19T21:21:09.173Z Compiling managed v0.8.0
16862026-02-19T21:21:09.441Z Compiling bitflags v1.3.2
16872026-02-19T21:21:09.482Z Compiling buf-list v1.0.3
16882026-02-19T21:21:09.554Z Compiling bumpalo v3.16.0
16892026-02-19T21:21:09.622Z Compiling simd-adler32 v0.3.7
16902026-02-19T21:21:10.103Z Compiling iri-string v0.7.8
16912026-02-19T21:21:10.124Z Compiling unicode-segmentation v1.12.0
16922026-02-19T21:21:10.144Z Compiling lockfree-object-pool v0.1.6
16932026-02-19T21:21:10.167Z Compiling winnow v0.5.40
16942026-02-19T21:21:10.418Z Compiling zopfli v0.8.1
16952026-02-19T21:21:11.006Z Compiling strum v0.27.2
16962026-02-19T21:21:11.299Z Compiling dof v0.3.0
16972026-02-19T21:21:11.983Z Compiling clap_builder v4.5.48
16982026-02-19T21:21:12.964Z Compiling serde_urlencoded v0.7.1
16992026-02-19T21:21:13.108Z Compiling tower-http v0.6.6
17002026-02-19T21:21:13.501Z Compiling toml_edit v0.19.15
17012026-02-19T21:21:13.710Z Compiling daft v0.1.4
17022026-02-19T21:21:13.803Z Compiling elliptic-curve v0.13.8
17032026-02-19T21:21:13.968Z Compiling hubpack v0.1.2
17042026-02-19T21:21:14.403Z Compiling cargo_metadata v0.19.2
17052026-02-19T21:21:14.442Z Compiling hyper-tls v0.6.0
17062026-02-19T21:21:14.693Z Compiling cookie_store v0.21.1
17072026-02-19T21:21:14.914Z Compiling signal-hook-mio v0.2.4
17082026-02-19T21:21:15.117Z Compiling zstd v0.13.3
17092026-02-19T21:21:17.054Z Compiling serde_with_macros v3.16.1
17102026-02-19T21:21:17.794Z Compiling postgres-types v0.2.9
17112026-02-19T21:21:19.282Z Compiling usdt-macro v0.6.0
17122026-02-19T21:21:19.440Z Compiling usdt-attr-macro v0.6.0
17132026-02-19T21:21:19.640Z Compiling phf v0.11.2
17142026-02-19T21:21:19.811Z Compiling dtrace-parser v0.2.0
17152026-02-19T21:21:20.004Z Compiling ed25519 v2.2.3
17162026-02-19T21:21:20.232Z Compiling bzip2 v0.4.4
17172026-02-19T21:21:20.661Z Compiling bzip2 v0.5.2
17182026-02-19T21:21:20.852Z Compiling pkcs1 v0.7.5
17192026-02-19T21:21:21.066Z Compiling clap_derive v4.5.47
17202026-02-19T21:21:21.128Z Compiling strum_macros v0.26.4
17212026-02-19T21:21:21.717Z Compiling enum-as-inner v0.6.1
17222026-02-19T21:21:21.767Z Compiling serde-big-array v0.5.1
17232026-02-19T21:21:21.967Z Compiling hex v0.4.3
17242026-02-19T21:21:22.015Z Compiling rfc6979 v0.4.0
17252026-02-19T21:21:22.043Z Compiling bstr v1.10.0
17262026-02-19T21:21:22.247Z Compiling serde_repr v0.1.19
17272026-02-19T21:21:22.592Z Compiling float-cmp v0.10.0
17282026-02-19T21:21:22.769Z Compiling env_filter v0.1.2
17292026-02-19T21:21:22.868Z Compiling socket2 v0.5.10
17302026-02-19T21:21:23.368Z Compiling memmap2 v0.9.8
17312026-02-19T21:21:23.405Z Compiling encoding_rs v0.8.34
17322026-02-19T21:21:23.585Z Compiling rustc-hash v2.1.1
17332026-02-19T21:21:23.768Z Compiling whoami v1.5.2
17342026-02-19T21:21:23.792Z Compiling keccak v0.1.5
17352026-02-19T21:21:23.795Z Compiling difflib v0.4.0
17362026-02-19T21:21:24.330Z Compiling fixedbitset v0.5.7
17372026-02-19T21:21:25.027Z Compiling new_debug_unreachable v1.0.6
17382026-02-19T21:21:25.149Z Compiling fixedbitset v0.4.2
17392026-02-19T21:21:25.152Z Compiling precomputed-hash v0.1.1
17402026-02-19T21:21:25.314Z Compiling foldhash v0.2.0
17412026-02-19T21:21:25.470Z Compiling predicates-core v1.0.8
17422026-02-19T21:21:25.523Z Compiling jiff v0.2.15
17432026-02-19T21:21:25.584Z Compiling normalize-line-endings v0.3.0
17442026-02-19T21:21:25.739Z Compiling mime v0.3.17
17452026-02-19T21:21:25.760Z Compiling data-encoding v2.9.0
17462026-02-19T21:21:25.814Z Compiling static_assertions v1.1.0
17472026-02-19T21:21:25.948Z Compiling toml_edit v0.22.27
17482026-02-19T21:21:26.030Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17492026-02-19T21:21:26.270Z Compiling predicates v3.1.3
17502026-02-19T21:21:27.093Z Compiling hickory-proto v0.25.2
17512026-02-19T21:21:27.487Z Compiling iddqd v0.3.16
17522026-02-19T21:21:27.763Z Compiling strum v0.26.3
17532026-02-19T21:21:27.987Z Compiling clap v4.5.48
17542026-02-19T21:21:28.137Z Compiling petgraph v0.6.5
17552026-02-19T21:21:28.900Z Compiling string_cache v0.8.9
17562026-02-19T21:21:29.356Z Compiling petgraph v0.8.2
17572026-02-19T21:21:30.091Z Compiling sha3 v0.10.8
17582026-02-19T21:21:31.217Z Compiling tokio-postgres v0.7.13
17592026-02-19T21:21:31.799Z Compiling usdt v0.6.0
17602026-02-19T21:21:32.317Z Compiling usdt-impl v0.5.0
17612026-02-19T21:21:32.852Z Compiling zip v4.2.0
17622026-02-19T21:21:33.073Z Compiling env_logger v0.11.8
17632026-02-19T21:21:33.644Z Compiling similar v2.7.0
17642026-02-19T21:21:33.836Z Compiling serde_with v3.16.1
17652026-02-19T21:21:34.043Z Compiling ecdsa v0.16.9
17662026-02-19T21:21:34.897Z Compiling rsa v0.9.8
17672026-02-19T21:21:35.078Z Compiling zip v0.6.6
17682026-02-19T21:21:35.686Z Compiling ed25519-dalek v2.1.1
17692026-02-19T21:21:36.644Z Compiling toml v0.7.8
17702026-02-19T21:21:37.348Z Compiling crossterm v0.28.1
17712026-02-19T21:21:38.392Z Compiling heck v0.4.1
17722026-02-19T21:21:38.470Z Compiling crossbeam-epoch v0.9.18
17732026-02-19T21:21:38.853Z Compiling tokio-stream v0.1.17
17742026-02-19T21:21:38.898Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17752026-02-19T21:21:38.935Z Compiling x509-cert v0.2.5
17762026-02-19T21:21:39.004Z Compiling openapiv3 v2.2.0
17772026-02-19T21:21:39.149Z Compiling sha1 v0.10.6
17782026-02-19T21:21:39.329Z Compiling itertools v0.13.0
17792026-02-19T21:21:39.603Z Compiling itertools v0.10.5
17802026-02-19T21:21:39.896Z Compiling winnow v0.6.26
17812026-02-19T21:21:40.581Z Compiling peg-runtime v0.8.5
17822026-02-19T21:21:41.169Z Compiling lalrpop-util v0.19.12
17832026-02-19T21:21:41.552Z Compiling thread_local v1.1.8
17842026-02-19T21:21:42.062Z Compiling slog-async v2.8.0
17852026-02-19T21:21:42.219Z Compiling crossbeam-channel v0.5.15
17862026-02-19T21:21:42.354Z Compiling xattr v1.3.1
17872026-02-19T21:21:42.651Z Compiling futures-executor v0.3.31
17882026-02-19T21:21:42.676Z Compiling is-terminal v0.4.13
17892026-02-19T21:21:42.693Z Compiling filetime v0.2.26
17902026-02-19T21:21:42.837Z Compiling take_mut v0.2.2
17912026-02-19T21:21:42.897Z Compiling term v1.1.0
17922026-02-19T21:21:43.048Z Compiling tar v0.4.44
17932026-02-19T21:21:43.144Z Compiling futures v0.3.31
17942026-02-19T21:21:44.036Z Compiling slog-term v2.9.2
17952026-02-19T21:21:46.297Z Compiling aws-lc-sys v0.26.0
17962026-02-19T21:22:15.964Z Compiling rustls-webpki v0.102.8
17972026-02-19T21:22:20.526Z Compiling tokio-rustls v0.26.0
17982026-02-19T21:22:20.788Z Compiling hyper-rustls v0.27.7
17992026-02-19T21:22:21.107Z Compiling reqwest v0.12.24
18002026-02-19T21:22:24.958Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012026-02-19T21:22:25.254Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18022026-02-19T21:22:29.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
18032026-02-19T21:22:30.150Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18042026-02-19T21:22:30.204ZFeb 19 21:22:29.226 INFO Starting download, target: Clickhouse
18052026-02-19T21:22:30.204ZFeb 19 21:22:29.227 INFO Starting download, target: Cockroach
18062026-02-19T21:22:30.204ZFeb 19 21:22:29.227 INFO Starting download, target: Console
18072026-02-19T21:22:30.207ZFeb 19 21:22:29.227 INFO Starting download, target: DendriteStub
18082026-02-19T21:22:30.207ZFeb 19 21:22:29.227 INFO Starting download, target: MaghemiteMgd
18092026-02-19T21:22:30.207ZFeb 19 21:22:29.227 INFO Starting download, target: TransceiverControl
18102026-02-19T21:22:30.207ZFeb 19 21:22:29.227 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18112026-02-19T21:22:30.207ZFeb 19 21:22:29.227 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18122026-02-19T21:22:30.207ZFeb 19 21:22:29.227 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18132026-02-19T21:22:30.207ZFeb 19 21:22:29.228 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18142026-02-19T21:22:30.208ZFeb 19 21:22:29.228 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18152026-02-19T21:22:30.208ZFeb 19 21:22:29.228 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18162026-02-19T21:22:30.759ZFeb 19 21:22:29.767 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18172026-02-19T21:22:30.876ZFeb 19 21:22:29.866 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18182026-02-19T21:22:31.184ZFeb 19 21:22:30.200 INFO Download complete, target: TransceiverControl
18192026-02-19T21:22:31.299ZFeb 19 21:22:30.319 INFO Download complete, target: Console
18202026-02-19T21:22:31.677ZFeb 19 21:22:30.688 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18212026-02-19T21:22:31.738ZFeb 19 21:22:30.761 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18222026-02-19T21:22:32.400ZFeb 19 21:22:31.371 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18232026-02-19T21:22:32.576ZFeb 19 21:22:31.579 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18242026-02-19T21:22:32.576ZFeb 19 21:22:31.579 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18252026-02-19T21:22:35.633ZFeb 19 21:22:34.656 INFO Download complete, target: MaghemiteMgd
18262026-02-19T21:22:35.736ZFeb 19 21:22:34.759 INFO Download complete, target: DendriteStub
18272026-02-19T21:22:40.174ZFeb 19 21:22:39.197 INFO Checking that binary works, target: Cockroach
18282026-02-19T21:22:40.306ZFeb 19 21:22:39.329 INFO Download complete, target: Cockroach
18292026-02-19T21:22:43.241ZFeb 19 21:22:42.262 INFO Checking that binary works, target: Clickhouse
18302026-02-19T21:22:43.426ZFeb 19 21:22:42.449 INFO Download complete, target: Clickhouse
18312026-02-19T21:22:43.434ZAll prerequisites installed successfully
18322026-02-19T21:22:43.437Z
18332026-02-19T21:22:43.437Zreal 4:51.303196439
18342026-02-19T21:22:43.437Zuser 18:35.298211011
18352026-02-19T21:22:43.437Zsys 2:31.037188673
18362026-02-19T21:22:43.437Ztrap 0.637878549
18372026-02-19T21:22:43.437Ztflt 1.226514768
18382026-02-19T21:22:43.437Zdflt 1.509802760
18392026-02-19T21:22:43.437Zkflt 0.086995768
18402026-02-19T21:22:43.437Zlock 48:02.639017824
18412026-02-19T21:22:43.437Zslp 1:08:19.553767495
18422026-02-19T21:22:43.437Zlat 1:19.182809784
18432026-02-19T21:22:43.437Zstop 3:09.114578165
18442026-02-19T21:22:43.437Z+ source ./tools/include/force-git-over-https.sh
18452026-02-19T21:22:43.437Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18462026-02-19T21:22:43.437Z++ (( i = 0 ))
18472026-02-19T21:22:43.437Z++ (( i < 5 ))
18482026-02-19T21:22:43.437Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18492026-02-19T21:22:43.441Z++ (( i++ ))
18502026-02-19T21:22:43.441Z++ (( i < 5 ))
18512026-02-19T21:22:43.441Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18522026-02-19T21:22:43.445Z++ (( i++ ))
18532026-02-19T21:22:43.445Z++ (( i < 5 ))
18542026-02-19T21:22:43.445Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18552026-02-19T21:22:43.448Z++ (( i++ ))
18562026-02-19T21:22:43.448Z++ (( i < 5 ))
18572026-02-19T21:22:43.448Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18582026-02-19T21:22:43.452Z++ (( i++ ))
18592026-02-19T21:22:43.452Z++ (( i < 5 ))
18602026-02-19T21:22:43.452Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18612026-02-19T21:22:43.452Z++ (( i++ ))
18622026-02-19T21:22:43.452Z++ (( i < 5 ))
18632026-02-19T21:22:43.452Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18642026-02-19T21:22:43.452Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18652026-02-19T21:22:43.455Z+ rc=0
18662026-02-19T21:22:43.455Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18672026-02-19T21:23:29.591Z+ case $rc in
18682026-02-19T21:23:29.591Z+ pfexec zfs create -p rpool/images/build/host
18692026-02-19T21:23:29.879Z+ pfexec zfs create -p rpool/images/build/recovery
18702026-02-19T21:23:29.959Z+ cargo xtask releng --output-dir /work --mkincorp
18712026-02-19T21:23:30.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18722026-02-19T21:23:30.769Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18732026-02-19T21:23:32.017Z Compiling proc-macro2 v1.0.101
18742026-02-19T21:23:32.017Z Compiling unicode-ident v1.0.19
18752026-02-19T21:23:32.021Z Compiling libc v0.2.180
18762026-02-19T21:23:32.021Z Compiling serde_core v1.0.228
18772026-02-19T21:23:32.021Z Compiling serde v1.0.228
18782026-02-19T21:23:32.021Z Compiling autocfg v1.4.0
18792026-02-19T21:23:32.021Z Compiling cfg-if v1.0.4
18802026-02-19T21:23:32.348Z Compiling version_check v0.9.5
18812026-02-19T21:23:32.376Z Compiling memchr v2.7.4
18822026-02-19T21:23:32.404Z Compiling shlex v1.3.0
18832026-02-19T21:23:32.763Z Compiling typenum v1.17.0
18842026-02-19T21:23:32.812Z Compiling value-bag v1.12.0
18852026-02-19T21:23:33.370Z Compiling lock_api v0.4.12
18862026-02-19T21:23:33.644Z Compiling generic-array v0.14.7
18872026-02-19T21:23:33.714Z Compiling log v0.4.29
18882026-02-19T21:23:33.878Z Compiling portable-atomic v1.11.0
18892026-02-19T21:23:34.125Z Compiling getrandom v0.3.4
18902026-02-19T21:23:34.305Z Compiling quote v1.0.40
18912026-02-19T21:23:34.492Z Compiling jobserver v0.1.32
18922026-02-19T21:23:34.742Z Compiling zmij v1.0.15
18932026-02-19T21:23:34.810Z Compiling syn v2.0.114
18942026-02-19T21:23:34.975Z Compiling libm v0.2.8
18952026-02-19T21:23:35.011Z Compiling cc v1.2.30
18962026-02-19T21:23:35.325Z Compiling serde_json v1.0.149
18972026-02-19T21:23:35.354Z Compiling num-traits v0.2.19
18982026-02-19T21:23:35.641Z Compiling scopeguard v1.2.0
18992026-02-19T21:23:35.738Z Compiling smallvec v1.15.1
19002026-02-19T21:23:35.779Z Compiling parking_lot_core v0.9.10
19012026-02-19T21:23:36.316Z Compiling rustix v0.38.37
19022026-02-19T21:23:36.343Z Compiling pkg-config v0.3.31
19032026-02-19T21:23:36.442Z Compiling getrandom v0.2.15
19042026-02-19T21:23:37.074Z Compiling thiserror v2.0.18
19052026-02-19T21:23:37.419Z Compiling itoa v1.0.11
19062026-02-19T21:23:37.697Z Compiling regex-syntax v0.8.5
19072026-02-19T21:23:37.762Z Compiling errno v0.3.12
19082026-02-19T21:23:38.279Z Compiling spin v0.9.8
19092026-02-19T21:23:38.427Z Compiling aho-corasick v1.1.3
19102026-02-19T21:23:38.527Z Compiling slab v0.4.9
19112026-02-19T21:23:38.707Z Compiling stable_deref_trait v1.2.0
19122026-02-19T21:23:38.739Z Compiling subtle v2.6.1
19132026-02-19T21:23:38.798Z Compiling lazy_static v1.5.0
19142026-02-19T21:23:38.924Z Compiling critical-section v1.1.3
19152026-02-19T21:23:38.979Z Compiling heck v0.5.0
19162026-02-19T21:23:39.062Z Compiling semver v1.0.27
19172026-02-19T21:23:39.116Z Compiling rand_core v0.6.4
19182026-02-19T21:23:39.816Z Compiling either v1.15.0
19192026-02-19T21:23:40.049Z Compiling once_cell v1.21.3
19202026-02-19T21:23:40.171Z Compiling glob v0.3.2
19212026-02-19T21:23:40.958Z Compiling clang-sys v1.8.1
19222026-02-19T21:23:41.416Z Compiling regex-automata v0.4.11
19232026-02-19T21:23:41.987Z Compiling prettyplease v0.2.36
19242026-02-19T21:23:42.580Z Compiling synstructure v0.13.1
19252026-02-19T21:23:42.796Z Compiling schemars v0.8.22
19262026-02-19T21:23:42.966Z Compiling minimal-lexical v0.2.1
19272026-02-19T21:23:43.313Z Compiling serde_derive_internals v0.29.1
19282026-02-19T21:23:43.408Z Compiling nom v7.1.3
19292026-02-19T21:23:43.538Z Compiling libloading v0.8.5
19302026-02-19T21:23:43.771Z Compiling paste v1.0.15
19312026-02-19T21:23:43.848Z Compiling writeable v0.5.5
19322026-02-19T21:23:43.930Z Compiling bindgen v0.69.5
19332026-02-19T21:23:44.263Z Compiling litemap v0.7.3
19342026-02-19T21:23:44.668Z Compiling home v0.5.9
19352026-02-19T21:23:45.200Z Compiling itertools v0.12.1
19362026-02-19T21:23:46.638Z Compiling serde_derive v1.0.228
19372026-02-19T21:23:46.978Z Compiling zeroize_derive v1.4.2
19382026-02-19T21:23:47.759Z Compiling zerofrom-derive v0.1.4
19392026-02-19T21:23:47.892Z Compiling yoke-derive v0.7.4
19402026-02-19T21:23:48.423Z Compiling zerovec-derive v0.10.3
19412026-02-19T21:23:48.567Z Compiling displaydoc v0.2.5
19422026-02-19T21:23:50.141Z Compiling icu_provider_macros v1.5.0
19432026-02-19T21:23:50.203Z Compiling zeroize v1.8.1
19442026-02-19T21:23:50.577Z Compiling thiserror-impl v2.0.18
19452026-02-19T21:23:50.874Z Compiling tokio-macros v2.6.0
19462026-02-19T21:23:50.914Z Compiling zerocopy-derive v0.7.35
19472026-02-19T21:23:51.225Z Compiling regex v1.11.3
19482026-02-19T21:23:51.317Z Compiling zerofrom v0.1.4
19492026-02-19T21:23:51.349Z Compiling futures-macro v0.3.31
19502026-02-19T21:23:51.719Z Compiling yoke v0.7.4
19512026-02-19T21:23:52.225Z Compiling zerovec v0.10.4
19522026-02-19T21:23:53.300Z Compiling cexpr v0.6.0
19532026-02-19T21:23:53.352Z Compiling schemars_derive v0.8.22
19542026-02-19T21:23:53.507Z Compiling lazycell v1.3.0
19552026-02-19T21:23:53.767Z Compiling rustc-hash v1.1.0
19562026-02-19T21:23:53.824Z Compiling allocator-api2 v0.2.21
19572026-02-19T21:23:53.997Z Compiling byteorder v1.5.0
19582026-02-19T21:23:54.440Z Compiling percent-encoding v2.3.2
19592026-02-19T21:23:54.576Z Compiling tinystr v0.7.6
19602026-02-19T21:23:55.128Z Compiling bitflags v2.9.4
19612026-02-19T21:23:55.182Z Compiling bytes v1.11.1
19622026-02-19T21:23:55.221Z Compiling icu_locid v1.5.0
19632026-02-19T21:23:56.095Z Compiling cmake v0.1.51
19642026-02-19T21:23:56.520Z Compiling icu_locid_transform_data v1.5.0
19652026-02-19T21:23:56.676Z Compiling icu_provider v1.5.0
19662026-02-19T21:23:56.751Z Compiling fs_extra v1.3.0
19672026-02-19T21:23:56.802Z Compiling dunce v1.0.5
19682026-02-19T21:23:56.981Z Compiling equivalent v1.0.2
19692026-02-19T21:23:57.316Z Compiling icu_collections v1.5.0
19702026-02-19T21:23:57.376Z Compiling icu_properties_data v1.5.0
19712026-02-19T21:23:57.444Z Compiling crypto-common v0.1.6
19722026-02-19T21:23:57.543Z Compiling utf8_iter v1.0.4
19732026-02-19T21:23:57.726Z Compiling icu_locid_transform v1.5.0
19742026-02-19T21:23:57.895Z Compiling write16 v1.0.0
19752026-02-19T21:23:58.116Z Compiling utf16_iter v1.0.5
19762026-02-19T21:23:58.411Z Compiling pin-project-lite v0.2.14
19772026-02-19T21:23:58.527Z Compiling icu_normalizer_data v1.5.0
19782026-02-19T21:23:58.865Z Compiling der_derive v0.7.3
19792026-02-19T21:23:59.452Z Compiling icu_properties v1.5.1
19802026-02-19T21:23:59.597Z Compiling which v4.4.2
19812026-02-19T21:23:59.811Z Compiling rustversion v1.0.22
19822026-02-19T21:24:00.208Z Compiling const-oid v0.9.6
19832026-02-19T21:24:01.184Z Compiling ring v0.17.14
19842026-02-19T21:24:03.114Z Compiling form_urlencoded v1.2.2
19852026-02-19T21:24:03.777Z Compiling icu_normalizer v1.5.0
19862026-02-19T21:24:03.873Z Compiling aws-lc-rs v1.12.4
19872026-02-19T21:24:03.911Z Compiling vcpkg v0.2.15
19882026-02-19T21:24:04.101Z Compiling futures-core v0.3.31
19892026-02-19T21:24:04.400Z Compiling fnv v1.0.7
19902026-02-19T21:24:04.585Z Compiling block-buffer v0.10.4
19912026-02-19T21:24:05.016Z Compiling idna_adapter v1.2.0
19922026-02-19T21:24:05.312Z Compiling idna v1.0.3
19932026-02-19T21:24:05.509Z Compiling signal-hook-registry v1.4.2
19942026-02-19T21:24:05.623Z Compiling openssl-sys v0.9.109
19952026-02-19T21:24:05.755Z Compiling zerocopy v0.8.27
19962026-02-19T21:24:06.553Z Compiling url v2.5.4
19972026-02-19T21:24:06.978Z Compiling parking_lot v0.12.3
19982026-02-19T21:24:07.039Z Compiling digest v0.10.7
19992026-02-19T21:24:07.715Z Compiling hashbrown v0.16.1
20002026-02-19T21:24:08.502Z Compiling tracing-attributes v0.1.27
20012026-02-19T21:24:09.316Z Compiling mio v1.0.2
20022026-02-19T21:24:10.575Z Compiling zerocopy-derive v0.8.27
20032026-02-19T21:24:10.668Z Compiling rustix v1.1.3
20042026-02-19T21:24:11.168Z Compiling httparse v1.9.5
20052026-02-19T21:24:11.433Z Compiling indexmap v2.13.0
20062026-02-19T21:24:11.493Z Compiling socket2 v0.6.1
20072026-02-19T21:24:12.337Z Compiling tokio v1.49.0
20082026-02-19T21:24:12.525Z Compiling foldhash v0.1.5
20092026-02-19T21:24:12.529Z Compiling iana-time-zone v0.1.63
20102026-02-19T21:24:12.802Z Compiling aws-lc-sys v0.26.0
20112026-02-19T21:24:12.914Z Compiling hashbrown v0.15.4
20122026-02-19T21:24:13.309Z Compiling chrono v0.4.43
20132026-02-19T21:24:13.596Z Compiling zerocopy v0.7.35
20142026-02-19T21:24:14.152Z Compiling time-core v0.1.6
20152026-02-19T21:24:14.229Z Compiling num-conv v0.1.0
20162026-02-19T21:24:14.584Z Compiling futures-sink v0.3.31
20172026-02-19T21:24:14.662Z Compiling time-macros v0.2.24
20182026-02-19T21:24:14.831Z Compiling futures-channel v0.3.31
20192026-02-19T21:24:15.353Z Compiling uuid v1.19.0
20202026-02-19T21:24:15.692Z Compiling futures-task v0.3.31
20212026-02-19T21:24:15.976Z Compiling futures-io v0.3.31
20222026-02-19T21:24:16.143Z Compiling pin-utils v0.1.0
20232026-02-19T21:24:16.333Z Compiling openssl v0.10.73
20242026-02-19T21:24:16.608Z Compiling futures-util v0.3.31
20252026-02-19T21:24:17.754Z Compiling cpufeatures v0.2.14
20262026-02-19T21:24:18.394Z Compiling ppv-lite86 v0.2.20
20272026-02-19T21:24:18.878Z Compiling openssl-macros v0.1.1
20282026-02-19T21:24:19.337Z Compiling rustc_version v0.4.1
20292026-02-19T21:24:20.020Z Compiling native-tls v0.2.12
20302026-02-19T21:24:20.160Z Compiling ucd-trie v0.1.7
20312026-02-19T21:24:20.188Z Compiling strsim v0.11.1
20322026-02-19T21:24:20.699Z Compiling rustls v0.23.19
20332026-02-19T21:24:20.740Z Compiling pest v2.8.2
20342026-02-19T21:24:20.811Z Compiling hmac v0.12.1
20352026-02-19T21:24:20.900Z Compiling serde_tokenstream v0.2.2
20362026-02-19T21:24:21.127Z Compiling dyn-clone v1.0.20
20372026-02-19T21:24:21.965Z Compiling block-padding v0.3.3
20382026-02-19T21:24:22.179Z Compiling bzip2-sys v0.1.13+1.0.8
20392026-02-19T21:24:22.302Z Compiling cookie v0.18.1
20402026-02-19T21:24:22.707Z Compiling ident_case v1.0.1
20412026-02-19T21:24:22.994Z Compiling thiserror v1.0.69
20422026-02-19T21:24:23.057Z Compiling inout v0.1.3
20432026-02-19T21:24:23.723Z Compiling pest_meta v2.8.2
20442026-02-19T21:24:23.920Z Compiling http v1.4.0
20452026-02-19T21:24:24.999Z Compiling syn v1.0.109
20462026-02-19T21:24:25.424Z Compiling pest_generator v2.8.2
20472026-02-19T21:24:25.734Z Compiling base64 v0.22.1
20482026-02-19T21:24:27.405Z Compiling pest_derive v2.8.2
20492026-02-19T21:24:28.374Z Compiling cipher v0.4.4
20502026-02-19T21:24:28.440Z Compiling sha2 v0.10.9
20512026-02-19T21:24:28.990Z Compiling slog v2.8.2
20522026-02-19T21:24:31.781Z Compiling scroll_derive v0.13.1
20532026-02-19T21:24:32.459Z Compiling thiserror-impl v1.0.69
20542026-02-19T21:24:33.785Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20552026-02-19T21:24:34.104Z Compiling rustls-pki-types v1.10.0
20562026-02-19T21:24:34.633Z Compiling crossbeam-utils v0.8.21
20572026-02-19T21:24:35.205Z Compiling base64ct v1.6.0
20582026-02-19T21:24:35.822Z Compiling pem-rfc7468 v0.7.0
20592026-02-19T21:24:36.417Z Compiling flagset v0.4.6
20602026-02-19T21:24:36.702Z Compiling litrs v0.4.1
20612026-02-19T21:24:36.789Z Compiling der v0.7.10
20622026-02-19T21:24:37.726Z Compiling document-features v0.2.11
20632026-02-19T21:24:39.815Z Compiling tokio-util v0.7.15
20642026-02-19T21:24:41.066Z Compiling rand_core v0.9.3
20652026-02-19T21:24:41.495Z Compiling tracing-core v0.1.32
20662026-02-19T21:24:41.555Z Compiling plain v0.2.3
20672026-02-19T21:24:41.750Z Compiling powerfmt v0.2.0
20682026-02-19T21:24:42.336Z Compiling camino v1.2.2
20692026-02-19T21:24:43.037Z Compiling untrusted v0.9.0
20702026-02-19T21:24:43.647Z Compiling untrusted v0.7.1
20712026-02-19T21:24:43.958Z Compiling tracing v0.1.40
20722026-02-19T21:24:43.997Z Compiling deranged v0.5.3
20732026-02-19T21:24:44.649Z Compiling spki v0.7.3
20742026-02-19T21:24:44.969Z Compiling salsa20 v0.10.2
20752026-02-19T21:24:45.111Z Compiling http-body v1.0.1
20762026-02-19T21:24:45.286Z Compiling pbkdf2 v0.12.2
20772026-02-19T21:24:45.895Z Compiling num-bigint-dig v0.8.6
20782026-02-19T21:24:46.297Z Compiling num_threads v0.1.7
20792026-02-19T21:24:46.564Z Compiling atomic-waker v1.1.2
20802026-02-19T21:24:47.322Z Compiling time v0.3.43
20812026-02-19T21:24:47.552Z Compiling scrypt v0.11.0
20822026-02-19T21:24:48.183Z Compiling rand_chacha v0.9.0
20832026-02-19T21:24:48.897Z Compiling cbc v0.1.2
20842026-02-19T21:24:49.025Z Compiling aes v0.8.4
20852026-02-19T21:24:50.028Z Compiling ahash v0.8.12
20862026-02-19T21:24:50.495Z Compiling try-lock v0.2.5
20872026-02-19T21:24:50.552Z Compiling pretty-hex v0.4.1
20882026-02-19T21:24:50.773Z Compiling tower-layer v0.3.3
20892026-02-19T21:24:50.838Z Compiling anyhow v1.0.99
20902026-02-19T21:24:51.192Z Compiling zstd-safe v7.2.3
20912026-02-19T21:24:51.418Z Compiling usdt-impl v0.6.0
20922026-02-19T21:24:51.602Z Compiling tower-service v0.3.3
20932026-02-19T21:24:51.684Z Compiling want v0.3.1
20942026-02-19T21:24:51.811Z Compiling pkcs5 v0.7.1
20952026-02-19T21:24:54.106Z Compiling rand v0.9.2
20962026-02-19T21:24:54.384Z Compiling h2 v0.4.6
20972026-02-19T21:24:56.795Z Compiling scroll v0.13.0
20982026-02-19T21:24:57.071Z Compiling heapless v0.7.17
20992026-02-19T21:24:57.574Z Compiling ipnet v2.11.0
21002026-02-19T21:24:57.787Z Compiling clap_derive v4.5.47
21012026-02-19T21:24:57.934Z Compiling async-trait v0.1.89
21022026-02-19T21:24:58.090Z Compiling scroll_derive v0.12.0
21032026-02-19T21:24:58.317Z Compiling daft-derive v0.1.4
21042026-02-19T21:24:59.639Z Compiling foreign-types-shared v0.1.1
21052026-02-19T21:24:59.921Z Compiling signal-hook v0.3.18
21062026-02-19T21:24:59.968Z Compiling adler2 v2.0.0
21072026-02-19T21:25:00.305Z Compiling fastrand v2.1.1
21082026-02-19T21:25:00.333Z Compiling httpdate v1.0.3
21092026-02-19T21:25:00.337Z Compiling openssl-probe v0.1.5
21102026-02-19T21:25:00.645Z Compiling miniz_oxide v0.8.5
21112026-02-19T21:25:00.935Z Compiling tempfile v3.24.0
21122026-02-19T21:25:01.240Z Compiling foreign-types v0.3.2
21132026-02-19T21:25:01.401Z Compiling goblin v0.10.2
21142026-02-19T21:25:02.184Z Compiling pkcs8 v0.10.2
21152026-02-19T21:25:03.413Z Compiling darling_core v0.20.10
21162026-02-19T21:25:04.220Z Compiling hyper v1.8.1
21172026-02-19T21:25:10.645Z Compiling tinyvec_macros v0.1.1
21182026-02-19T21:25:10.800Z Compiling tinyvec v1.8.0
21192026-02-19T21:25:12.494Z Compiling dof v0.4.0
21202026-02-19T21:25:12.542Z Compiling darling_macro v0.20.10
21212026-02-19T21:25:14.502Z Compiling hyper-util v0.1.19
21222026-02-19T21:25:18.349Z Compiling dtrace-parser v0.3.0
21232026-02-19T21:25:19.663Z Compiling darling_core v0.21.0
21242026-02-19T21:25:19.772Z Compiling curve25519-dalek v4.1.3
21252026-02-19T21:25:20.237Z Compiling strum_macros v0.26.4
21262026-02-19T21:25:20.386Z Compiling hex v0.4.3
21272026-02-19T21:25:21.180Z Compiling thread-id v5.0.0
21282026-02-19T21:25:21.398Z Compiling memoffset v0.9.1
21292026-02-19T21:25:22.122Z Compiling anstyle v1.0.11
21302026-02-19T21:25:23.687Z Compiling utf8parse v0.2.2
21312026-02-19T21:25:23.789Z Compiling ref-cast v1.0.25
21322026-02-19T21:25:24.274Z Compiling smoltcp v0.9.1
21332026-02-19T21:25:24.763Z Compiling ryu v1.0.18
21342026-02-19T21:25:25.115Z Compiling anstyle-parse v0.2.5
21352026-02-19T21:25:25.565Z Compiling darling_macro v0.21.0
21362026-02-19T21:25:29.796Z Compiling darling v0.20.10
21372026-02-19T21:25:30.385Z Compiling http-body-util v0.1.3
21382026-02-19T21:25:32.365Z Compiling sync_wrapper v1.0.1
21392026-02-19T21:25:32.394Z Compiling erased-serde v0.3.31
21402026-02-19T21:25:32.616Z Compiling serde_spanned v0.6.9
21412026-02-19T21:25:32.923Z Compiling toml_datetime v0.6.11
21422026-02-19T21:25:33.847Z Compiling wait-timeout v0.2.0
21432026-02-19T21:25:34.154Z Compiling encoding_rs v0.8.34
21442026-02-19T21:25:34.333Z Compiling is_terminal_polyfill v1.70.1
21452026-02-19T21:25:35.757Z Compiling cfg_aliases v0.2.1
21462026-02-19T21:25:35.799Z Compiling colorchoice v1.0.2
21472026-02-19T21:25:35.804Z Compiling psl-types v2.0.11
21482026-02-19T21:25:35.901Z Compiling mime v0.3.17
21492026-02-19T21:25:36.047Z Compiling buf-list v1.0.3
21502026-02-19T21:25:36.117Z Compiling anstyle-query v1.1.1
21512026-02-19T21:25:36.308Z Compiling bit-vec v0.8.0
21522026-02-19T21:25:36.664Z Compiling gimli v0.31.1
21532026-02-19T21:25:36.984Z Compiling quick-error v1.2.3
21542026-02-19T21:25:37.379Z Compiling rusty-fork v0.3.0
21552026-02-19T21:25:38.034Z Compiling bit-set v0.8.0
21562026-02-19T21:25:38.388Z Compiling anstream v0.6.18
21572026-02-19T21:25:38.896Z Compiling publicsuffix v2.3.0
21582026-02-19T21:25:39.364Z Compiling nix v0.29.0
21592026-02-19T21:25:41.962Z Compiling addr2line v0.24.2
21602026-02-19T21:25:42.814Z Compiling serde_urlencoded v0.7.1
21612026-02-19T21:25:43.645Z Compiling tower v0.5.2
21622026-02-19T21:25:45.268Z Compiling derive_builder_core v0.20.2
21632026-02-19T21:25:45.724Z Compiling tokio-native-tls v0.3.1
21642026-02-19T21:25:46.148Z Compiling darling v0.21.0
21652026-02-19T21:25:46.354Z Compiling unicode-normalization v0.1.24
21662026-02-19T21:25:46.968Z Compiling rustls-native-certs v0.8.1
21672026-02-19T21:25:47.541Z Compiling hubpack_derive v0.1.1
21682026-02-19T21:25:47.627Z Compiling rand_xorshift v0.4.0
21692026-02-19T21:25:48.197Z Compiling webpki-roots v1.0.1
21702026-02-19T21:25:48.514Z Compiling ipnetwork v0.21.1
21712026-02-19T21:25:49.070Z Compiling openapiv3 v2.2.0
21722026-02-19T21:25:49.122Z Compiling signature v2.2.0
21732026-02-19T21:25:49.434Z Compiling curve25519-dalek-derive v0.1.1
21742026-02-19T21:25:50.869Z Compiling ref-cast-impl v1.0.25
21752026-02-19T21:25:52.214Z Compiling strum_macros v0.27.2
21762026-02-19T21:25:52.539Z Compiling object v0.36.5
21772026-02-19T21:25:53.310Z Compiling fs-err v3.1.1
21782026-02-19T21:25:53.662Z Compiling usdt-impl v0.5.0
21792026-02-19T21:25:53.949Z Compiling crc32fast v1.4.2
21802026-02-19T21:25:54.352Z Compiling iri-string v0.7.8
21812026-02-19T21:25:55.269Z Compiling siphasher v0.3.11
21822026-02-19T21:25:55.889Z Compiling unicode-properties v0.1.3
21832026-02-19T21:25:56.067Z Compiling zlib-rs v0.5.1
21842026-02-19T21:25:56.410Z Compiling rustc-demangle v0.1.24
21852026-02-19T21:25:57.904Z Compiling unarray v0.1.4
21862026-02-19T21:25:58.188Z Compiling unicode-bidi v0.3.17
21872026-02-19T21:25:58.225Z Compiling tower-http v0.6.6
21882026-02-19T21:25:59.376Z Compiling stringprep v0.1.5
21892026-02-19T21:26:00.463Z Compiling backtrace v0.3.74
21902026-02-19T21:26:00.537Z Compiling proptest v1.7.0
21912026-02-19T21:26:00.914Z Compiling libz-rs-sys v0.5.1
21922026-02-19T21:26:01.819Z Compiling phf_shared v0.11.2
21932026-02-19T21:26:03.087Z Compiling oxnet v0.1.4
21942026-02-19T21:26:03.666Z Compiling derive_builder_macro v0.20.2
21952026-02-19T21:26:04.721Z Compiling serde_with_macros v3.16.1
21962026-02-19T21:26:05.023Z Compiling hyper-tls v0.6.0
21972026-02-19T21:26:06.259Z Compiling cookie_store v0.21.1
21982026-02-19T21:26:07.141Z Compiling usdt-attr-macro v0.6.0
21992026-02-19T21:26:07.425Z Compiling usdt-macro v0.6.0
22002026-02-19T21:26:09.028Z Compiling rustls-webpki v0.102.8
22012026-02-19T21:26:09.152Z Compiling scroll v0.12.0
22022026-02-19T21:26:09.365Z Compiling terminal_size v0.4.0
22032026-02-19T21:26:09.792Z Compiling rand_chacha v0.3.1
22042026-02-19T21:26:10.840Z Compiling md-5 v0.10.6
22052026-02-19T21:26:10.929Z Compiling num-integer v0.1.46
22062026-02-19T21:26:11.134Z Compiling vergen-lib v0.1.6
22072026-02-19T21:26:11.218Z Compiling hash32 v0.2.1
22082026-02-19T21:26:11.570Z Compiling ff v0.13.0
22092026-02-19T21:26:11.893Z Compiling clap_lex v0.7.4
22102026-02-19T21:26:12.052Z Compiling winnow v0.7.14
22112026-02-19T21:26:12.167Z Compiling fallible-iterator v0.2.0
22122026-02-19T21:26:13.009Z Compiling base16ct v0.2.0
22132026-02-19T21:26:14.125Z Compiling clap_builder v4.5.48
22142026-02-19T21:26:15.368Z Compiling sec1 v0.7.3
22152026-02-19T21:26:16.040Z Compiling postgres-protocol v0.6.8
22162026-02-19T21:26:17.283Z Compiling tokio-rustls v0.26.0
22172026-02-19T21:26:17.310Z Compiling group v0.13.0
22182026-02-19T21:26:18.263Z Compiling num-iter v0.1.45
22192026-02-19T21:26:18.570Z Compiling rand v0.8.5
22202026-02-19T21:26:22.571Z Compiling goblin v0.8.2
22212026-02-19T21:26:23.257Z Compiling newtype-uuid v1.3.2
22222026-02-19T21:26:23.830Z Compiling derive_builder v0.20.2
22232026-02-19T21:26:24.115Z Compiling flate2 v1.1.2
22242026-02-19T21:26:25.869Z Compiling hkdf v0.12.4
22252026-02-19T21:26:26.201Z Compiling regress v0.10.4
22262026-02-19T21:26:26.258Z Compiling vergen v9.0.6
22272026-02-19T21:26:28.820Z Compiling crypto-bigint v0.5.5
22282026-02-19T21:26:30.112Z Compiling cargo-platform v0.1.8
22292026-02-19T21:26:30.681Z Compiling enum-as-inner v0.6.1
22302026-02-19T21:26:31.810Z Compiling serde_repr v0.1.19
22312026-02-19T21:26:31.975Z Compiling unicode-segmentation v1.12.0
22322026-02-19T21:26:32.679Z Compiling lockfree-object-pool v0.1.6
22332026-02-19T21:26:32.836Z Compiling winnow v0.5.40
22342026-02-19T21:26:33.151Z Compiling bumpalo v3.16.0
22352026-02-19T21:26:33.154Z Compiling bitflags v1.3.2
22362026-02-19T21:26:33.367Z Compiling simd-adler32 v0.3.7
22372026-02-19T21:26:33.677Z Compiling managed v0.8.0
22382026-02-19T21:26:36.818Z Compiling toml_edit v0.19.15
22392026-02-19T21:26:37.210Z Compiling hyper-rustls v0.27.7
22402026-02-19T21:26:38.092Z Compiling reqwest v0.12.24
22412026-02-19T21:26:39.478Z Compiling zopfli v0.8.1
22422026-02-19T21:26:41.040Z Compiling elliptic-curve v0.13.8
22432026-02-19T21:26:41.275Z Compiling cargo_metadata v0.19.2
22442026-02-19T21:26:41.452Z Compiling typify-impl v0.4.3
22452026-02-19T21:26:41.937Z Compiling dof v0.3.0
22462026-02-19T21:26:44.807Z Compiling daft v0.1.4
22472026-02-19T21:26:44.810Z Compiling signal-hook-mio v0.2.4
22482026-02-19T21:26:45.191Z Compiling zstd v0.13.3
22492026-02-19T21:26:45.845Z Compiling clap v4.5.48
22502026-02-19T21:26:46.187Z Compiling postgres-types v0.2.9
22512026-02-19T21:26:46.458Z Compiling dtrace-parser v0.2.0
22522026-02-19T21:26:47.327Z Compiling phf v0.11.2
22532026-02-19T21:26:47.573Z Compiling strum v0.27.2
22542026-02-19T21:26:47.757Z Compiling ed25519 v2.2.3
22552026-02-19T21:26:47.845Z Compiling hubpack v0.1.2
22562026-02-19T21:26:47.895Z Compiling bzip2 v0.5.2
22572026-02-19T21:26:48.017Z Compiling bzip2 v0.4.4
22582026-02-19T21:26:48.354Z Compiling pkcs1 v0.7.5
22592026-02-19T21:26:48.573Z Compiling rfc6979 v0.4.0
22602026-02-19T21:26:48.576Z Compiling float-cmp v0.10.0
22612026-02-19T21:26:48.806Z Compiling serde-big-array v0.5.1
22622026-02-19T21:26:49.104Z Compiling bstr v1.10.0
22632026-02-19T21:26:49.223Z Compiling structmeta-derive v0.3.0
22642026-02-19T21:26:49.746Z Compiling env_filter v0.1.2
22652026-02-19T21:26:50.356Z Compiling socket2 v0.5.10
22662026-02-19T21:26:50.397Z Compiling memmap2 v0.9.8
22672026-02-19T21:26:50.687Z Compiling thread-id v4.2.2
22682026-02-19T21:26:50.944Z Compiling fixedbitset v0.5.7
22692026-02-19T21:26:51.238Z Compiling radium v0.7.0
22702026-02-19T21:26:51.348Z Compiling fixedbitset v0.4.2
22712026-02-19T21:26:51.570Z Compiling new_debug_unreachable v1.0.6
22722026-02-19T21:26:51.683Z Compiling normalize-line-endings v0.3.0
22732026-02-19T21:26:51.717Z Compiling difflib v0.4.0
22742026-02-19T21:26:51.789Z Compiling data-encoding v2.9.0
22752026-02-19T21:26:51.835Z Compiling static_assertions v1.1.0
22762026-02-19T21:26:51.964Z Compiling precomputed-hash v0.1.1
22772026-02-19T21:26:52.181Z Compiling jiff v0.2.15
22782026-02-19T21:26:52.455Z Compiling whoami v1.5.2
22792026-02-19T21:26:52.974Z Compiling toml_write v0.1.2
22802026-02-19T21:26:53.009Z Compiling rustc-hash v2.1.1
22812026-02-19T21:26:53.520Z Compiling predicates-core v1.0.8
22822026-02-19T21:26:54.134Z Compiling foldhash v0.2.0
22832026-02-19T21:26:54.597Z Compiling keccak v0.1.5
22842026-02-19T21:26:55.158Z Compiling sha3 v0.10.8
22852026-02-19T21:26:55.942Z Compiling iddqd v0.3.16
22862026-02-19T21:26:57.499Z Compiling toml_edit v0.22.27
22872026-02-19T21:26:59.743Z Compiling zip v4.2.0
22882026-02-19T21:27:00.467Z Compiling predicates v3.1.3
22892026-02-19T21:27:02.152Z Compiling tokio-postgres v0.7.13
22902026-02-19T21:27:02.918Z Compiling hickory-proto v0.25.2
22912026-02-19T21:27:04.242Z Compiling string_cache v0.8.9
22922026-02-19T21:27:04.770Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22932026-02-19T21:27:07.911Z Compiling petgraph v0.6.5
22942026-02-19T21:27:12.044Z Compiling structmeta v0.3.0
22952026-02-19T21:27:12.321Z Compiling petgraph v0.8.2
22962026-02-19T21:27:12.360Z Compiling typify-macro v0.4.3
22972026-02-19T21:27:14.148Z Compiling usdt v0.6.0
22982026-02-19T21:27:14.580Z Compiling similar v2.7.0
22992026-02-19T21:27:15.342Z Compiling env_logger v0.11.8
23002026-02-19T21:27:15.648Z Compiling serde_with v3.16.1
23012026-02-19T21:27:16.178Z Compiling rsa v0.9.8
23022026-02-19T21:27:16.431Z Compiling ecdsa v0.16.9
23032026-02-19T21:27:17.461Z Compiling zip v0.6.6
23042026-02-19T21:27:18.598Z Compiling ed25519-dalek v2.1.1
23052026-02-19T21:27:19.964Z Compiling crossterm v0.28.1
23062026-02-19T21:27:20.160Z Compiling crossbeam-epoch v0.9.18
23072026-02-19T21:27:20.326Z Compiling toml v0.7.8
23082026-02-19T21:27:20.697Z Compiling heck v0.4.1
23092026-02-19T21:27:20.867Z Compiling strum v0.26.3
23102026-02-19T21:27:21.581Z Compiling tokio-stream v0.1.17
23112026-02-19T21:27:21.617Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23122026-02-19T21:27:22.292Z Compiling x509-cert v0.2.5
23132026-02-19T21:27:23.145Z Compiling sha1 v0.10.6
23142026-02-19T21:27:23.495Z Compiling itertools v0.13.0
23152026-02-19T21:27:23.673Z Compiling itertools v0.10.5
23162026-02-19T21:27:25.782Z Compiling winnow v0.6.26
23172026-02-19T21:27:26.495Z Compiling lalrpop-util v0.19.12
23182026-02-19T21:27:26.664Z Compiling peg-runtime v0.8.5
23192026-02-19T21:27:26.931Z Compiling tap v1.0.1
23202026-02-19T21:27:27.364Z Compiling maybe-uninit v2.0.0
23212026-02-19T21:27:28.085Z Compiling wyz v0.5.1
23222026-02-19T21:27:29.612Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23232026-02-19T21:27:38.104Z Compiling funty v2.0.0
23242026-02-19T21:27:38.104Z Compiling packed_struct v0.10.1
23252026-02-19T21:27:38.104Z Compiling bitvec v1.0.1
23262026-02-19T21:27:45.285Z Compiling packed_struct_codegen v0.10.1
23272026-02-19T21:27:45.346Z Compiling futures-executor v0.3.31
23282026-02-19T21:27:46.045Z Compiling zerocopy-derive v0.6.6
23292026-02-19T21:27:46.167Z Compiling bitfield-macros v0.19.2
23302026-02-19T21:27:47.024Z Compiling indexmap v1.9.3
23312026-02-19T21:27:47.548Z Compiling typeid v1.0.3
23322026-02-19T21:27:47.833Z Compiling nodrop v0.1.14
23332026-02-19T21:27:48.364Z Compiling crc-catalog v2.4.0
23342026-02-19T21:27:49.585Z Compiling crc v3.2.1
23352026-02-19T21:27:50.520Z Compiling array-init v0.0.4
23362026-02-19T21:27:51.649Z Compiling zerocopy v0.6.6
23372026-02-19T21:27:51.884Z Compiling bitfield v0.19.2
23382026-02-19T21:27:53.047Z Compiling futures v0.3.31
23392026-02-19T21:27:54.367Z Compiling smallvec v0.6.14
23402026-02-19T21:27:56.013Z Compiling typify v0.4.3
23412026-02-19T21:27:56.222Z Compiling derive-ex v0.1.8
23422026-02-19T21:27:58.222Z Compiling base64 v0.21.7
23432026-02-19T21:27:58.483Z Compiling rustls v0.22.4
23442026-02-19T21:27:59.430Z Compiling unsafe-libyaml v0.2.11
23452026-02-19T21:28:00.133Z Compiling hashbrown v0.12.3
23462026-02-19T21:28:00.487Z Compiling test-strategy v0.4.3
23472026-02-19T21:28:01.299Z Compiling serde_yaml v0.9.34+deprecated
23482026-02-19T21:28:03.961Z Compiling ron v0.8.1
23492026-02-19T21:28:06.517Z Compiling progenitor-impl v0.11.2
23502026-02-19T21:28:06.684Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23512026-02-19T21:28:10.437Z Compiling serde-hex v0.1.0
23522026-02-19T21:28:12.608Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23532026-02-19T21:28:13.273Z Compiling toml v0.8.23
23542026-02-19T21:28:17.178Z Compiling hashbrown v0.13.2
23552026-02-19T21:28:18.847Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23562026-02-19T21:28:19.141Z Compiling xattr v1.3.1
23572026-02-19T21:28:19.499Z Compiling pin-project-internal v1.1.6
23582026-02-19T21:28:20.056Z Compiling thread_local v1.1.8
23592026-02-19T21:28:20.790Z Compiling filetime v0.2.26
23602026-02-19T21:28:21.381Z Compiling multer v3.1.0
23612026-02-19T21:28:22.173Z Compiling rayon-core v1.12.1
23622026-02-19T21:28:23.715Z Compiling same-file v1.0.6
23632026-02-19T21:28:23.718Z Compiling crc-any v2.5.0
23642026-02-19T21:28:24.206Z Compiling match_cfg v0.1.0
23652026-02-19T21:28:25.102Z Compiling slog-async v2.8.0
23662026-02-19T21:28:29.036Z Compiling hostname v0.3.1
23672026-02-19T21:28:29.416Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23682026-02-19T21:28:29.954Z Compiling walkdir v2.5.0
23692026-02-19T21:28:35.368Z Compiling pin-project v1.1.6
23702026-02-19T21:28:37.090Z Compiling tar v0.4.44
23712026-02-19T21:28:38.925Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23722026-02-19T21:28:42.800Z Compiling object v0.30.4
23732026-02-19T21:28:43.593Z Compiling erased-serde v0.4.6
23742026-02-19T21:28:43.628Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23752026-02-19T21:28:43.656Z Compiling progenitor-macro v0.11.2
23762026-02-19T21:28:51.998Z Compiling progenitor-client v0.11.2
23772026-02-19T21:28:53.061Z Compiling toml_parser v1.0.6+spec-1.1.0
23782026-02-19T21:28:53.086Z Compiling crossbeam-channel v0.5.15
23792026-02-19T21:28:54.607Z Compiling slog-json v2.6.1
23802026-02-19T21:28:55.149Z Compiling async-stream-impl v0.3.6
23812026-02-19T21:28:55.362Z Compiling snafu-derive v0.8.5
23822026-02-19T21:28:55.917Z Compiling ordered-float v2.10.1
23832026-02-19T21:28:56.311Z Compiling serde_path_to_error v0.1.20
23842026-02-19T21:28:56.352Z Compiling toml_datetime v0.7.5+spec-1.1.0
23852026-02-19T21:28:56.410Z Compiling serde_spanned v1.0.4
23862026-02-19T21:28:56.696Z Compiling is-terminal v0.4.13
23872026-02-19T21:28:56.887Z Compiling fs-err v2.11.0
23882026-02-19T21:28:57.240Z Compiling dropshot v0.16.7
23892026-02-19T21:28:57.292Z Compiling toml_writer v1.0.6+spec-1.1.0
23902026-02-19T21:28:57.317Z Compiling path-slash v0.1.5
23912026-02-19T21:28:57.601Z Compiling unicode-width v0.1.14
23922026-02-19T21:28:57.835Z Compiling debug-ignore v1.0.5
23932026-02-19T21:28:58.051Z Compiling term v1.1.0
23942026-02-19T21:28:58.109Z Compiling take_mut v0.2.2
23952026-02-19T21:28:59.473Z Compiling snafu v0.8.5
23962026-02-19T21:28:59.517Z Compiling slog-term v2.9.2
23972026-02-19T21:29:00.678Z Compiling tabwriter v1.4.0
23982026-02-19T21:29:00.807Z Compiling toml v0.9.11+spec-1.1.0
23992026-02-19T21:29:01.177Z Compiling serde-value v0.7.0
24002026-02-19T21:29:01.295Z Compiling async-stream v0.3.6
24012026-02-19T21:29:01.437Z Compiling slog-bunyan v2.5.0
24022026-02-19T21:29:01.657Z Compiling progenitor v0.11.2
24032026-02-19T21:29:01.776Z Compiling tokio-rustls v0.25.0
24042026-02-19T21:29:02.066Z Compiling serde-untagged v0.1.7
24052026-02-19T21:29:02.282Z Compiling globset v0.4.15
24062026-02-19T21:29:02.706Z Compiling crossbeam-deque v0.8.5
24072026-02-19T21:29:02.752Z Compiling camino-tempfile v1.4.1
24082026-02-19T21:29:02.851Z Compiling parse-display-derive v0.10.0
24092026-02-19T21:29:03.160Z Compiling olpc-cjson v0.1.4
24102026-02-19T21:29:03.534Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24112026-02-19T21:29:03.560Z Compiling waitgroup v0.1.2
24122026-02-19T21:29:03.845Z Compiling rustls-pemfile v2.2.0
24132026-02-19T21:29:04.363Z Compiling pem v3.0.5
24142026-02-19T21:29:04.923Z Compiling dropshot_endpoint v0.16.7
24152026-02-19T21:29:05.863Z Compiling newtype-uuid-macros v0.1.0
24162026-02-19T21:29:06.180Z Compiling serde_plain v1.0.2
24172026-02-19T21:29:06.320Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24182026-02-19T21:29:06.826Z Compiling async-recursion v1.1.1
24192026-02-19T21:29:07.088Z Compiling blake3 v1.5.4
24202026-02-19T21:29:07.410Z Compiling hostname v0.4.2
24212026-02-19T21:29:07.711Z Compiling instant v0.1.13
24222026-02-19T21:29:07.737Z Compiling half v2.4.1
24232026-02-19T21:29:07.926Z Compiling ciborium-io v0.2.2
24242026-02-19T21:29:08.088Z Compiling typed-path v0.9.3
24252026-02-19T21:29:08.113Z Compiling colored v3.0.0
24262026-02-19T21:29:08.385Z Compiling unicode-xid v0.2.6
24272026-02-19T21:29:08.456Z Compiling ciborium-ll v0.2.2
24282026-02-19T21:29:08.648Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24292026-02-19T21:29:08.979Z Compiling cargo-util-schemas v0.8.2
24302026-02-19T21:29:09.491Z Compiling backoff v0.4.0
24312026-02-19T21:29:10.266Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24322026-02-19T21:29:10.551Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24332026-02-19T21:29:10.823Z Compiling tough v0.20.0
24342026-02-19T21:29:13.507Z Compiling parse-display v0.10.0
24352026-02-19T21:29:14.596Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24362026-02-19T21:29:15.410Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24372026-02-19T21:29:15.506Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24382026-02-19T21:29:15.865Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24392026-02-19T21:29:16.061Z Compiling itertools v0.14.0
24402026-02-19T21:29:17.949Z Compiling progenitor-client v0.10.0
24412026-02-19T21:29:18.986Z Compiling cargo-platform v0.2.0
24422026-02-19T21:29:19.696Z Compiling macaddr v1.0.1
24432026-02-19T21:29:20.211Z Compiling arrayref v0.3.9
24442026-02-19T21:29:20.318Z Compiling constant_time_eq v0.3.1
24452026-02-19T21:29:20.352Z Compiling parse-size v1.1.0
24462026-02-19T21:29:20.561Z Compiling indent_write v2.2.0
24472026-02-19T21:29:20.714Z Compiling arrayvec v0.7.6
24482026-02-19T21:29:20.862Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24492026-02-19T21:29:22.050Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24502026-02-19T21:29:23.377Z Compiling cargo_metadata v0.21.0
24512026-02-19T21:29:23.611Z Compiling ciborium v0.2.2
24522026-02-19T21:29:25.774Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24532026-02-19T21:29:29.986Z Compiling topological-sort v0.2.2
24542026-02-19T21:29:30.337Z Compiling display-error-chain v0.2.2
24552026-02-19T21:29:30.608Z Compiling omicron-zone-package v0.12.2
24562026-02-19T21:29:34.449Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24572026-02-19T21:29:37.822Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24582026-02-19T21:29:38.502Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24592026-02-19T21:29:40.283Z Compiling shell-words v1.1.0
24602026-02-19T21:29:57.054Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24612026-02-19T21:30:15.898Z Finished `release` profile [optimized] target(s) in 6m 45s
24622026-02-19T21:30:16.088Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24632026-02-19T21:30:16.147ZFeb 19 21:30:15.136 DEBG changing working directory to /work/oxidecomputer/omicron
24642026-02-19T21:30:16.279ZFeb 19 21:30:15.271 DEBG running: git rev-parse HEAD
24652026-02-19T21:30:16.282ZFeb 19 21:30:15.274 DEBG process exited with exit status: 0 (3.262796ms)
24662026-02-19T21:30:16.282ZFeb 19 21:30:15.274 INFO version: 19.0.0-0.ci+git0d8d9b74033
24672026-02-19T21:30:16.322ZFeb 19 21:30:15.314 INFO cloning helios to /work/oxidecomputer/helios
24682026-02-19T21:30:16.322ZFeb 19 21:30:15.314 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24692026-02-19T21:30:16.326ZCloning into '/work/oxidecomputer/helios'...
24702026-02-19T21:30:16.849ZFeb 19 21:30:15.841 DEBG process exited with exit status: 0 (526.5497ms)
24712026-02-19T21:30:16.849ZFeb 19 21:30:15.841 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24722026-02-19T21:30:16.853ZFeb 19 21:30:15.844 DEBG process exited with exit status: 0 (3.38258ms)
24732026-02-19T21:30:16.853ZFeb 19 21:30:15.845 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24742026-02-19T21:30:18.178ZFeb 19 21:30:17.170 DEBG process exited with exit status: 0 (1.325436474s)
24752026-02-19T21:30:18.178ZFeb 19 21:30:17.170 DEBG running: zfs list rpool/images/build/host
24762026-02-19T21:30:18.183ZNAME USED AVAIL REFER MOUNTPOINT
24772026-02-19T21:30:18.183Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24782026-02-19T21:30:18.186ZFeb 19 21:30:17.176 DEBG process exited with exit status: 0 (5.768708ms)
24792026-02-19T21:30:18.186ZFeb 19 21:30:17.176 DEBG running: zfs list rpool/images/build/recovery
24802026-02-19T21:30:18.189ZNAME USED AVAIL REFER MOUNTPOINT
24812026-02-19T21:30:18.189Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24822026-02-19T21:30:18.189ZFeb 19 21:30:17.181 DEBG process exited with exit status: 0 (4.908609ms)
24832026-02-19T21:30:18.189ZFeb 19 21:30:17.181 INFO [incorp-manifest] running task
24842026-02-19T21:30:18.193ZFeb 19 21:30:17.182 INFO [hubris-production] running task
24852026-02-19T21:30:18.193ZFeb 19 21:30:17.182 INFO [hubris-staging] running task
24862026-02-19T21:30:18.193ZFeb 19 21:30:17.182 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
24872026-02-19T21:30:18.193ZFeb 19 21:30:17.182 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24882026-02-19T21:30:18.193ZFeb 19 21:30:17.182 INFO [incorp-create] running: pkgrepo create /work/incorporation
24892026-02-19T21:30:18.193ZFeb 19 21:30:17.184 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24902026-02-19T21:30:18.285Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24912026-02-19T21:30:18.569ZFeb 19 21:30:17.561 INFO [incorp-create] process exited with exit status: 0 (378.742527ms)
24922026-02-19T21:30:18.573ZFeb 19 21:30:17.561 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24932026-02-19T21:30:18.943ZFeb 19 21:30:17.935 INFO [incorp-publisher] process exited with exit status: 0 (373.071254ms)
24942026-02-19T21:30:19.056Z[ omicron-package] Blocking waiting for file lock on package cache
24952026-02-19T21:30:19.617Z[ omicron-package] Blocking waiting for file lock on package cache
24962026-02-19T21:30:19.692ZFeb 19 21:30:18.684 INFO [hubris-production] task succeeded (1.501941723s)
24972026-02-19T21:30:20.844Z[ omicron-package] Compiling ring v0.17.14
24982026-02-19T21:30:21.097Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24992026-02-19T21:30:21.310Z[ omicron-package] Compiling itertools v0.14.0
25002026-02-19T21:30:21.360Z[ omicron-package] Compiling heapless v0.8.0
25012026-02-19T21:30:21.481Z[ omicron-package] Compiling hash32 v0.3.1
25022026-02-19T21:30:21.485Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25032026-02-19T21:30:21.485Z[ omicron-package] Compiling smoltcp v0.11.0
25042026-02-19T21:30:22.244Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25052026-02-19T21:30:22.466Z[ omicron-package] Compiling num_enum_derive v0.5.11
25062026-02-19T21:30:23.135Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25072026-02-19T21:30:23.427Z[ omicron-package] Compiling cobs v0.2.3
25082026-02-19T21:30:23.904Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25092026-02-19T21:30:24.542Z[ omicron-package] Compiling postcard v1.0.10
25102026-02-19T21:30:24.621Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25112026-02-19T21:30:25.724Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25122026-02-19T21:30:26.417Z[ omicron-package] Compiling proc-macro-error v1.0.4
25132026-02-19T21:30:26.682Z[ omicron-package] Compiling num_enum v0.5.11
25142026-02-19T21:30:26.817Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25152026-02-19T21:30:27.200Z[ omicron-package] Compiling rustls v0.23.19
25162026-02-19T21:30:27.645Z[ omicron-package] Compiling foreign-types v0.5.0
25172026-02-19T21:30:28.144Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25182026-02-19T21:30:28.145Z[ omicron-package] Compiling cstr-argument v0.1.2
25192026-02-19T21:30:28.439Z[ omicron-package] Compiling ingot-macros v0.1.1
25202026-02-19T21:30:28.545Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25212026-02-19T21:30:29.243Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25222026-02-19T21:30:30.052Z[ omicron-package] Compiling pretty-hex v0.2.1
25232026-02-19T21:30:30.204Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25242026-02-19T21:30:30.406Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25252026-02-19T21:30:30.721Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25262026-02-19T21:30:31.346Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25272026-02-19T21:30:31.512Z[ omicron-package] Compiling rayon v1.10.0
25282026-02-19T21:30:32.296Z[ omicron-package] Compiling colored v2.2.0
25292026-02-19T21:30:32.296Z[ omicron-package] Compiling nix v0.30.1
25302026-02-19T21:30:33.573Z[ omicron-package] Compiling rustls-webpki v0.102.8
25312026-02-19T21:30:34.215Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25322026-02-19T21:30:35.090Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25332026-02-19T21:30:37.101Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25342026-02-19T21:30:37.985Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25352026-02-19T21:30:38.644Z[ omicron-package] Compiling secrecy v0.10.3
25362026-02-19T21:30:39.047Z[ omicron-package] Compiling num-derive v0.4.2
25372026-02-19T21:30:39.207Z[ omicron-package] Compiling sigpipe v0.1.3
25382026-02-19T21:30:39.471Z[ omicron-package] Compiling glob v0.3.2
25392026-02-19T21:30:39.953Z[ omicron-package] Compiling ingot-types v0.1.2
25402026-02-19T21:30:40.529Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-02-19T21:30:41.148Z[ omicron-package] Compiling libefi-sys v0.1.0
25422026-02-19T21:30:41.702Z[ omicron-package] Compiling ingot v0.1.1
25432026-02-19T21:30:41.910Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25442026-02-19T21:30:41.932ZFeb 19 21:30:40.922 INFO [hubris-staging] task succeeded (23.740077821s)
25452026-02-19T21:30:42.179Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25462026-02-19T21:30:42.294Z[ omicron-package] Compiling zone v0.3.1
25472026-02-19T21:30:44.228Z[ omicron-package] Compiling rustls v0.22.4
25482026-02-19T21:30:44.257Z[ omicron-package] Compiling usdt-macro v0.5.0
25492026-02-19T21:30:44.346Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25502026-02-19T21:30:46.570Z[ omicron-package] Compiling tokio-rustls v0.26.0
25512026-02-19T21:30:46.712Z[ omicron-package] Compiling smf v0.2.3
25522026-02-19T21:30:47.345Z[ omicron-package] Compiling hyper-rustls v0.27.7
25532026-02-19T21:30:47.433Z[ omicron-package] Compiling bitfield-struct v0.6.2
25542026-02-19T21:30:48.184Z[ omicron-package] Compiling reqwest v0.12.24
25552026-02-19T21:30:49.202Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25562026-02-19T21:30:49.326Z[ omicron-package] Compiling memmap v0.7.0
25572026-02-19T21:30:49.395Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-02-19T21:30:50.181Z[ omicron-package] Compiling usdt v0.5.0
25592026-02-19T21:30:50.341Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-02-19T21:30:52.085Z[ omicron-package] Compiling unicode-width v0.2.0
25612026-02-19T21:30:52.312Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25622026-02-19T21:30:53.197Z[ omicron-package] Compiling console v0.16.0
25632026-02-19T21:30:54.978Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-02-19T21:30:55.125Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25652026-02-19T21:30:56.264Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25662026-02-19T21:30:56.305Z[ omicron-package] Compiling gethostname v0.5.0
25672026-02-19T21:30:56.772Z[ omicron-package] Compiling unit-prefix v0.5.1
25682026-02-19T21:30:56.853Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25692026-02-19T21:30:57.372Z[ omicron-package] Compiling indicatif v0.18.0
25702026-02-19T21:30:57.759Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25712026-02-19T21:30:58.764Z[ omicron-package] Compiling tokio-rustls v0.25.0
25722026-02-19T21:30:59.336Z[ omicron-package] Compiling dropshot v0.16.7
25732026-02-19T21:30:59.831Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25742026-02-19T21:31:00.011Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-02-19T21:31:00.862Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25762026-02-19T21:31:01.514Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25772026-02-19T21:31:01.514Z[ helios-setup] --> src/main.rs:79:10
25782026-02-19T21:31:01.519Z[ helios-setup] |
25792026-02-19T21:31:01.519Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25802026-02-19T21:31:01.519Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25812026-02-19T21:31:01.519Z[ helios-setup] | |
25822026-02-19T21:31:01.519Z[ helios-setup] | the lifetime is elided here
25832026-02-19T21:31:01.519Z[ helios-setup] |
25842026-02-19T21:31:01.519Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25852026-02-19T21:31:01.519Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25862026-02-19T21:31:01.519Z[ helios-setup] help: use `'_` for type paths
25872026-02-19T21:31:01.519Z[ helios-setup] |
25882026-02-19T21:31:01.519Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25892026-02-19T21:31:01.519Z[ helios-setup] | ++++
25902026-02-19T21:31:01.519Z[ helios-setup]
25912026-02-19T21:31:09.462Z[ helios-setup] Feb 19 21:31:08.449 INFO helios repository root is: /work/oxidecomputer/helios
25922026-02-19T21:31:09.468Z[ helios-setup] Feb 19 21:31:08.452 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
25932026-02-19T21:31:09.468Z[ helios-setup] Feb 19 21:31:08.452 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25942026-02-19T21:31:09.473Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25952026-02-19T21:31:10.710Z[ helios-setup] Feb 19 21:31:09.697 INFO clone ok!, project: pilot
25962026-02-19T21:31:10.717Z[ helios-setup] Feb 19 21:31:09.697 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25972026-02-19T21:31:10.717Z[ helios-setup] Feb 19 21:31:09.697 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
25982026-02-19T21:31:10.717Z[ helios-setup] Feb 19 21:31:09.697 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25992026-02-19T21:31:10.717Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26002026-02-19T21:31:11.550Z[ omicron-package] Compiling progenitor-client v0.11.2
26012026-02-19T21:31:11.753Z[ helios-setup] Feb 19 21:31:10.741 INFO clone ok!, project: chelsio-t6-roms
26022026-02-19T21:31:11.767Z[ helios-setup] Feb 19 21:31:10.741 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
26032026-02-19T21:31:11.767Z[ helios-setup] Feb 19 21:31:10.741 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26042026-02-19T21:31:11.767Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26052026-02-19T21:31:12.573Z[ helios-setup] Feb 19 21:31:11.558 INFO clone ok!, project: phbl
26062026-02-19T21:31:12.591Z[ helios-setup] Feb 19 21:31:11.558 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
26072026-02-19T21:31:12.591Z[ helios-setup] Feb 19 21:31:11.559 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26082026-02-19T21:31:12.591Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26092026-02-19T21:31:13.215Z[ omicron-package] Compiling progenitor v0.11.2
26102026-02-19T21:31:13.364Z[ helios-setup] Feb 19 21:31:12.332 INFO clone ok!, project: pinprick
26112026-02-19T21:31:13.376Z[ helios-setup] Feb 19 21:31:12.332 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
26122026-02-19T21:31:13.376Z[ helios-setup] Feb 19 21:31:12.332 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26132026-02-19T21:31:13.376Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26142026-02-19T21:31:13.625Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26152026-02-19T21:31:14.419Z[ omicron-package] Compiling progenitor-client v0.10.0
26162026-02-19T21:31:15.592Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-02-19T21:31:21.268Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26182026-02-19T21:31:21.490Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26192026-02-19T21:31:24.606Z[ helios-setup] Feb 19 21:31:23.593 INFO clone ok!, project: amd-firmware
26202026-02-19T21:31:24.612Z[ helios-setup] Feb 19 21:31:23.593 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
26212026-02-19T21:31:24.612Z[ helios-setup] Feb 19 21:31:23.593 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26222026-02-19T21:31:24.612Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26232026-02-19T21:31:25.265ZFeb 19 21:31:24.252 DEBG process exited with exit status: 0 (67.069685465s)
26242026-02-19T21:31:25.270ZFeb 19 21:31:24.255 INFO [incorp-manifest] task succeeded (67.073170552s)
26252026-02-19T21:31:25.270ZFeb 19 21:31:24.255 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26262026-02-19T21:31:25.465Z[ helios-setup] Feb 19 21:31:24.447 INFO clone ok!, project: bootserver
26272026-02-19T21:31:25.554Z[ helios-setup] Feb 19 21:31:24.447 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
26282026-02-19T21:31:25.555Z[ helios-setup] Feb 19 21:31:24.447 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
26292026-02-19T21:31:25.555Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26302026-02-19T21:31:25.764ZFeb 19 21:31:24.731 INFO [incorp-fmt] process exited with exit status: 0 (475.790393ms)
26312026-02-19T21:31:25.772ZFeb 19 21:31:24.731 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26322026-02-19T21:31:26.467Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260219T213125Z
26332026-02-19T21:31:26.467Z[ incorp-pkgsend] PUBLISHED
26342026-02-19T21:31:26.551ZFeb 19 21:31:25.537 INFO [incorp-pkgsend] process exited with exit status: 0 (805.973879ms)
26352026-02-19T21:31:26.582ZFeb 19 21:31:25.537 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26362026-02-19T21:31:26.871Z[ helios-setup] Feb 19 21:31:25.858 INFO clone ok!, project: amd-host-image-builder
26372026-02-19T21:31:26.879Z[ helios-setup] Feb 19 21:31:25.858 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
26382026-02-19T21:31:26.879Z[ helios-setup] Feb 19 21:31:25.858 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26392026-02-19T21:31:26.879Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26402026-02-19T21:31:27.037Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26412026-02-19T21:31:27.048Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26422026-02-19T21:31:27.111Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26432026-02-19T21:31:27.111Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26442026-02-19T21:31:27.119Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26452026-02-19T21:31:27.129Z[ helios-incorp]
26462026-02-19T21:31:27.129Z[ helios-incorp] Archiving packages ...
26472026-02-19T21:31:27.129Z[ helios-incorp] Packages to add: 1
26482026-02-19T21:31:27.129Z[ helios-incorp] Files to retrieve: 0
26492026-02-19T21:31:27.129Z[ helios-incorp] Estimated transfer size: 0.00 B
26502026-02-19T21:31:27.129Z[ helios-incorp]
26512026-02-19T21:31:27.129Z[ helios-incorp] Packages to archive:
26522026-02-19T21:31:27.129Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260219T213125Z
26532026-02-19T21:31:27.130Z[ helios-incorp]
26542026-02-19T21:31:27.130Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26552026-02-19T21:31:27.130Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26562026-02-19T21:31:27.244ZFeb 19 21:31:26.231 INFO [helios-incorp] process exited with exit status: 0 (693.965928ms)
26572026-02-19T21:31:27.724Z[ helios-setup] Feb 19 21:31:26.711 INFO clone ok!, project: dmar-report
26582026-02-19T21:31:27.734Z[ helios-setup] Feb 19 21:31:26.711 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26592026-02-19T21:31:27.735Z[ helios-setup] Feb 19 21:31:26.711 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26602026-02-19T21:31:27.735Z[ helios-setup] Feb 19 21:31:26.711 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
26612026-02-19T21:31:27.735Z[ helios-setup] Feb 19 21:31:26.712 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26622026-02-19T21:31:27.735Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26632026-02-19T21:31:28.261Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26642026-02-19T21:31:28.753Z[ helios-setup] Feb 19 21:31:27.738 INFO clone ok!, project: image-builder
26652026-02-19T21:31:28.767Z[ helios-setup] Feb 19 21:31:27.738 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26662026-02-19T21:31:29.335Z[ helios-setup] Feb 19 21:31:28.321 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26672026-02-19T21:31:30.057Z[ helios-setup] Feb 19 21:31:28.895 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26682026-02-19T21:31:30.057Z[ helios-setup] Feb 19 21:31:28.895 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26692026-02-19T21:31:30.573Z[ helios-setup] Feb 19 21:31:29.556 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26702026-02-19T21:31:35.530Z[ helios-setup] Feb 19 21:31:30.194 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26712026-02-19T21:31:35.530Z[ helios-setup] Feb 19 21:31:30.194 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26722026-02-19T21:31:35.610Z[ helios-setup] Feb 19 21:31:30.710 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26732026-02-19T21:31:35.610Z[ helios-setup] Feb 19 21:31:31.261 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26742026-02-19T21:31:35.610Z[ helios-setup] Feb 19 21:31:31.261 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26752026-02-19T21:31:35.610Z[ helios-setup] Feb 19 21:31:31.261 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26762026-02-19T21:31:35.610Z[ helios-setup] Feb 19 21:31:31.261 INFO ok!
26772026-02-19T21:31:35.610Z[ helios-setup] Feb 19 21:31:31.261 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26782026-02-19T21:31:35.610Z[ helios-setup] Feb 19 21:31:31.261 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26792026-02-19T21:31:35.610Z[ helios-setup] Feb 19 21:31:31.261 INFO ok!
26802026-02-19T21:31:35.613Z[ helios-setup] Feb 19 21:31:31.261 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26812026-02-19T21:31:35.613Z[ helios-setup] Feb 19 21:31:31.261 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26822026-02-19T21:31:35.613Z[ helios-setup] Feb 19 21:31:31.261 INFO ok!
26832026-02-19T21:31:35.613Z[ helios-setup] Feb 19 21:31:31.261 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26842026-02-19T21:31:35.613Z[ helios-setup] Feb 19 21:31:31.409 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
26852026-02-19T21:31:35.613Z[ helios-setup] Feb 19 21:31:31.409 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26862026-02-19T21:31:35.613Z[ helios-setup] Feb 19 21:31:31.410 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26872026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:31.761 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26882026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:32.301 INFO E| From https://github.com/jclulow/hiercmd
26892026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:32.301 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26902026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:32.315 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26912026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:32.610 INFO E| From https://github.com/oxidecomputer/network-interface
26922026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:32.610 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26932026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:32.623 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26942026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:32.941 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26952026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:32.941 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26962026-02-19T21:31:35.614Z[ helios-setup] Feb 19 21:31:32.961 INFO E| Updating crates.io index
26972026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.299 INFO E| Downloading crates ...
26982026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.382 INFO E| Downloaded adler2 v2.0.1
26992026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.385 INFO E| Downloaded itoa v1.0.15
27002026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.389 INFO E| Downloaded clap_derive v4.5.49
27012026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.393 INFO E| Downloaded base64ct v1.8.0
27022026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.406 INFO E| Downloaded bitfield-macros v0.19.3
27032026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.407 INFO E| Downloaded clap v4.5.51
27042026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.416 INFO E| Downloaded cc v1.2.44
27052026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.419 INFO E| Downloaded bitflags v2.10.0
27062026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.422 INFO E| Downloaded anstyle v1.0.13
27072026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.426 INFO E| Downloaded anstream v0.6.21
27082026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.433 INFO E| Downloaded tls_codec_derive v0.4.2
27092026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.440 INFO E| Downloaded crc v3.3.0
27102026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.443 INFO E| Downloaded chrono v0.4.42
27112026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.460 INFO E| Downloaded env_filter v0.1.4
27122026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.464 INFO E| Downloaded clap_lex v0.7.6
27132026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.465 INFO E| Downloaded anstyle-parse v0.2.7
27142026-02-19T21:31:35.617Z[ helios-setup] Feb 19 21:31:33.468 INFO E| Downloaded bytes v1.10.1
27152026-02-19T21:31:35.618Z[ helios-setup] Feb 19 21:31:33.471 INFO E| Downloaded devinfo v0.1.0
27162026-02-19T21:31:35.618Z[ helios-setup] Feb 19 21:31:33.478 INFO E| Downloaded errno v0.3.14
27172026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.487 INFO E| Downloaded proc-macro-crate v3.4.0
27182026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.489 INFO E| Downloaded libdevinfo-sys v1.1.0
27192026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.490 INFO E| Downloaded colorchoice v1.0.4
27202026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.492 INFO E| Downloaded serde_spanned v1.0.3
27212026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.501 INFO E| Downloaded is_terminal_polyfill v1.70.2
27222026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.506 INFO E| Downloaded terminal_size v0.4.3
27232026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.507 INFO E| Downloaded anstyle-query v1.1.4
27242026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.508 INFO E| Downloaded is-terminal v0.4.17
27252026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.509 INFO E| Downloaded flagset v0.4.7
27262026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.511 INFO E| Downloaded cpufeatures v0.2.17
27272026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.513 INFO E| Downloaded tls_codec v0.4.2
27282026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.517 INFO E| Downloaded find-msvc-tools v0.1.4
27292026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.520 INFO E| Downloaded zeroize v1.8.2
27302026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.521 INFO E| Downloaded num_enum v0.7.5
27312026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.525 INFO E| Downloaded typenum v1.19.0
27322026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.528 INFO E| Downloaded parking_lot_core v0.9.12
27332026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.530 INFO E| Downloaded signal-hook-registry v1.4.6
27342026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.531 INFO E| Downloaded ppv-lite86 v0.2.21
27352026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.532 INFO E| Downloaded thread_local v1.1.9
27362026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.533 INFO E| Downloaded thiserror v2.0.17
27372026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.538 INFO E| Downloaded thiserror-impl v2.0.17
27382026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.540 INFO E| Downloaded num_enum_derive v0.7.5
27392026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.541 INFO E| Downloaded lock_api v0.4.14
27402026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.542 INFO E| Downloaded getopts v0.2.24
27412026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.544 INFO E| Downloaded autocfg v1.5.0
27422026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.545 INFO E| Downloaded pin-project-lite v0.2.16
27432026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.550 INFO E| Downloaded toml_writer v1.0.4
27442026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.551 INFO E| Downloaded slab v0.4.11
27452026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.553 INFO E| Downloaded deranged v0.5.5
27462026-02-19T21:31:35.620Z[ helios-setup] Feb 19 21:31:33.554 INFO E| Downloaded generic-array v0.14.9
27472026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.557 INFO E| Downloaded crc32fast v1.5.0
27482026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.565 INFO E| Downloaded quote v1.0.41
27492026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.569 INFO E| Downloaded pkg-config v0.3.32
27502026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.572 INFO E| Downloaded toml_datetime v0.7.3
27512026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.574 INFO E| Downloaded iana-time-zone v0.1.64
27522026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.587 INFO E| Downloaded log v0.4.28
27532026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.589 INFO E| Downloaded bitfield v0.19.3
27542026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.590 INFO E| Downloaded anyhow v1.0.100
27552026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.594 INFO E| Downloaded toml_parser v1.0.4
27562026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.596 INFO E| Downloaded parking_lot v0.12.5
27572026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.600 INFO E| Downloaded uuid v1.18.1
27582026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.603 INFO E| Downloaded unicode-ident v1.0.22
27592026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.606 INFO E| Downloaded ryu v1.0.20
27602026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.609 INFO E| Downloaded proc-macro2 v1.0.103
27612026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.615 INFO E| Downloaded term v1.2.0
27622026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.618 INFO E| Downloaded getrandom v0.2.16
27632026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.622 INFO E| Downloaded toml v0.9.8
27642026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.626 INFO E| Downloaded toml_edit v0.23.7
27652026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.630 INFO E| Downloaded miniz_oxide v0.8.9
27662026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.632 INFO E| Downloaded flate2 v1.1.5
27672026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.637 INFO E| Downloaded indexmap v2.12.0
27682026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.641 INFO E| Downloaded memchr v2.7.6
27692026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.645 INFO E| Downloaded mio v1.1.0
27702026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.651 INFO E| Downloaded clap_builder v4.5.51
27712026-02-19T21:31:35.621Z[ helios-setup] Feb 19 21:31:33.657 INFO E| Downloaded iddqd v0.3.14
27722026-02-19T21:31:35.684Z[ helios-setup] Feb 19 21:31:33.670 INFO E| Downloaded num-bigint-dig v0.8.4
27732026-02-19T21:31:35.684Z[ helios-setup] Feb 19 21:31:33.679 INFO E| Downloaded hashbrown v0.16.0
27742026-02-19T21:31:35.684Z[ helios-setup] Feb 19 21:31:33.684 INFO E| Downloaded time v0.3.44
27752026-02-19T21:31:35.684Z[ helios-setup] Feb 19 21:31:33.691 INFO E| Downloaded serde_json v1.0.145
27762026-02-19T21:31:35.684Z[ helios-setup] Feb 19 21:31:33.697 INFO E| Downloaded libm v0.2.15
27772026-02-19T21:31:35.684Z[ helios-setup] Feb 19 21:31:33.707 INFO E| Downloaded winnow v0.7.13
27782026-02-19T21:31:35.684Z[ helios-setup] Feb 19 21:31:33.728 INFO E| Downloaded syn v2.0.108
27792026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.741 INFO E| Downloaded unicode-width v0.2.2
27802026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.762 INFO E| Downloaded rustix v1.1.2
27812026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.821 INFO E| Downloaded libc v0.2.177
27822026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.844 INFO E| Downloaded tokio v1.48.0
27832026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.954 INFO E| Compiling proc-macro2 v1.0.103
27842026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.955 INFO E| Compiling quote v1.0.41
27852026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.955 INFO E| Compiling unicode-ident v1.0.22
27862026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.955 INFO E| Compiling libc v0.2.177
27872026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.955 INFO E| Compiling serde_core v1.0.228
27882026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.955 INFO E| Compiling cfg-if v1.0.4
27892026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.955 INFO E| Compiling serde v1.0.228
27902026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:33.955 INFO E| Compiling version_check v0.9.5
27912026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:34.139 INFO E| Compiling autocfg v1.5.0
27922026-02-19T21:31:35.685Z[ helios-setup] Feb 19 21:31:34.238 INFO E| Compiling typenum v1.19.0
27932026-02-19T21:31:35.735Z[ helios-setup] Feb 19 21:31:34.717 INFO E| Compiling const-oid v0.9.6
27942026-02-19T21:31:35.763Z[ helios-setup] Feb 19 21:31:34.736 INFO E| Compiling generic-array v0.14.9
27952026-02-19T21:31:35.787Z[ helios-setup] Feb 19 21:31:34.768 INFO E| Compiling libm v0.2.15
27962026-02-19T21:31:36.006Z[ helios-setup] Feb 19 21:31:34.992 INFO E| Compiling num-traits v0.2.19
27972026-02-19T21:31:36.384Z[ helios-setup] Feb 19 21:31:35.370 INFO E| Compiling zerocopy v0.8.27
27982026-02-19T21:31:36.901Z[ helios-setup] Feb 19 21:31:35.886 INFO E| Compiling rustversion v1.0.22
27992026-02-19T21:31:36.996Z[ helios-setup] Feb 19 21:31:35.982 INFO E| Compiling zeroize v1.8.2
28002026-02-19T21:31:37.590Z[ helios-setup] Feb 19 21:31:36.576 INFO E| Compiling smallvec v1.15.1
28012026-02-19T21:31:37.770Z[ helios-setup] Feb 19 21:31:36.756 INFO E| Compiling syn v2.0.108
28022026-02-19T21:31:38.071Z[ helios-setup] Feb 19 21:31:37.057 INFO E| Compiling base64ct v1.8.0
28032026-02-19T21:31:38.118Z[ helios-setup] Feb 19 21:31:37.101 INFO E| Compiling getrandom v0.2.16
28042026-02-19T21:31:38.150Z[ helios-setup] Feb 19 21:31:37.136 INFO E| Compiling hashbrown v0.16.0
28052026-02-19T21:31:39.007Z[ helios-setup] Feb 19 21:31:37.993 INFO E| Compiling block-buffer v0.10.4
28062026-02-19T21:31:39.119Z[ helios-setup] Feb 19 21:31:38.105 INFO E| Compiling crypto-common v0.1.6
28072026-02-19T21:31:39.295Z[ helios-setup] Feb 19 21:31:38.281 INFO E| Compiling pem-rfc7468 v0.7.0
28082026-02-19T21:31:39.357Z[ helios-setup] Feb 19 21:31:38.343 INFO E| Compiling digest v0.10.7
28092026-02-19T21:31:39.381Z[ helios-setup] Feb 19 21:31:38.367 INFO E| Compiling crc32fast v1.5.0
28102026-02-19T21:31:39.418Z[ helios-setup] Feb 19 21:31:38.404 INFO E| Compiling winnow v0.7.13
28112026-02-19T21:31:40.040Z[ helios-setup] Feb 19 21:31:39.026 INFO E| Compiling byteorder v1.5.0
28122026-02-19T21:31:40.099Z[ helios-setup] Feb 19 21:31:39.085 INFO E| Compiling utf8parse v0.2.2
28132026-02-19T21:31:40.370Z[ helios-setup] Feb 19 21:31:39.356 INFO E| Compiling memchr v2.7.6
28142026-02-19T21:31:40.762Z[ helios-setup] Feb 19 21:31:39.748 INFO E| Compiling anyhow v1.0.100
28152026-02-19T21:31:40.782Z[ helios-setup] Feb 19 21:31:39.768 INFO E| Compiling flagset v0.4.7
28162026-02-19T21:31:40.916Z[ helios-setup] Feb 19 21:31:39.902 INFO E| Compiling rustix v1.1.2
28172026-02-19T21:31:41.082Z[ helios-setup] Feb 19 21:31:40.067 INFO E| Compiling equivalent v1.0.2
28182026-02-19T21:31:41.260Z[ helios-setup] Feb 19 21:31:40.246 INFO E| Compiling bitflags v2.10.0
28192026-02-19T21:31:41.275Z[ helios-setup] Feb 19 21:31:40.261 INFO E| Compiling indexmap v2.12.0
28202026-02-19T21:31:41.714Z[ helios-setup] Feb 19 21:31:40.700 INFO E| Compiling anstyle-parse v0.2.7
28212026-02-19T21:31:42.194Z[ helios-setup] Feb 19 21:31:41.180 INFO E| Compiling rand_core v0.6.4
28222026-02-19T21:31:42.225Z[ helios-setup] Feb 19 21:31:41.210 INFO E| Compiling errno v0.3.14
28232026-02-19T21:31:42.225Z[ helios-setup] Feb 19 21:31:41.210 INFO E| Compiling anstyle-query v1.1.4
28242026-02-19T21:31:42.240Z[ helios-setup] Feb 19 21:31:41.226 INFO E| Compiling syn v1.0.109
28252026-02-19T21:31:42.422Z[ helios-setup] Feb 19 21:31:41.408 INFO E| Compiling cpufeatures v0.2.17
28262026-02-19T21:31:42.542Z[ helios-setup] Feb 19 21:31:41.528 INFO E| Compiling allocator-api2 v0.2.21
28272026-02-19T21:31:42.685Z[ helios-setup] Feb 19 21:31:41.670 INFO E| Compiling radium v0.7.0
28282026-02-19T21:31:42.707Z[ helios-setup] Feb 19 21:31:41.693 INFO E| Compiling find-msvc-tools v0.1.4
28292026-02-19T21:31:42.707Z[ helios-setup] Feb 19 21:31:41.693 INFO E| Compiling anstyle v1.0.13
28302026-02-19T21:31:42.935Z[ helios-setup] Feb 19 21:31:41.920 INFO E| Compiling toml_parser v1.0.4
28312026-02-19T21:31:43.154Z[ helios-setup] Feb 19 21:31:42.140 INFO E| Compiling toml_datetime v0.7.3
28322026-02-19T21:31:43.183Z[ helios-setup] Feb 19 21:31:42.169 INFO E| Compiling shlex v1.3.0
28332026-02-19T21:31:43.187Z[ helios-setup] Feb 19 21:31:42.169 INFO E| Compiling is_terminal_polyfill v1.70.2
28342026-02-19T21:31:43.292Z[ helios-setup] Feb 19 21:31:42.278 INFO E| Compiling colorchoice v1.0.4
28352026-02-19T21:31:43.370Z[ helios-setup] Feb 19 21:31:42.356 INFO E| Compiling sha2 v0.10.9
28362026-02-19T21:31:43.548Z[ helios-setup] Feb 19 21:31:42.534 INFO E| Compiling cc v1.2.44
28372026-02-19T21:31:43.548Z[ helios-setup] Feb 19 21:31:42.534 INFO E| Compiling anstream v0.6.21
28382026-02-19T21:31:44.254Z[ helios-setup] Feb 19 21:31:43.239 INFO E| Compiling toml_edit v0.23.7
28392026-02-19T21:31:44.766Z[ helios-setup] Feb 19 21:31:43.752 INFO E| Compiling slog v2.8.2
28402026-02-19T21:31:45.215Z[ helios-setup] Feb 19 21:31:44.195 INFO E| Compiling pin-project-lite v0.2.16
28412026-02-19T21:31:45.658Z[ helios-setup] Feb 19 21:31:44.643 INFO E| Compiling futures-core v0.3.31
28422026-02-19T21:31:45.738Z[ helios-setup] Feb 19 21:31:44.723 INFO E| Compiling parking_lot_core v0.9.12
28432026-02-19T21:31:46.236Z[ helios-setup] Feb 19 21:31:45.221 INFO E| Compiling maybe-uninit v2.0.0
28442026-02-19T21:31:46.474Z[ helios-setup] Feb 19 21:31:45.460 INFO E| Compiling unicode-width v0.2.2
28452026-02-19T21:31:46.477Z[ helios-setup] Feb 19 21:31:45.462 INFO E| Compiling tap v1.0.1
28462026-02-19T21:31:46.995Z[ helios-setup] Feb 19 21:31:45.981 INFO E| Compiling pkg-config v0.3.32
28472026-02-19T21:31:47.175Z[ helios-setup] Feb 19 21:31:46.160 INFO E| Compiling futures-sink v0.3.31
28482026-02-19T21:31:47.294Z[ helios-setup] Feb 19 21:31:46.280 INFO E| Compiling wyz v0.5.1
28492026-02-19T21:31:47.332Z[ helios-setup] Feb 19 21:31:46.317 INFO E| Compiling proc-macro-crate v3.4.0
28502026-02-19T21:31:47.489Z[ helios-setup] Feb 19 21:31:46.474 INFO E| Compiling terminal_size v0.4.3
28512026-02-19T21:31:47.650Z[ helios-setup] Feb 19 21:31:46.636 INFO E| Compiling getopts v0.2.24
28522026-02-19T21:31:47.905Z[ helios-setup] Feb 19 21:31:46.891 INFO E| Compiling futures-channel v0.3.31
28532026-02-19T21:31:48.246Z[ helios-setup] Feb 19 21:31:47.231 INFO E| Compiling num-integer v0.1.46
28542026-02-19T21:31:48.833Z[ helios-setup] Feb 19 21:31:47.818 INFO E| Compiling ahash v0.8.12
28552026-02-19T21:31:48.899Z[ helios-setup] Feb 19 21:31:47.885 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28562026-02-19T21:31:49.102Z[ helios-setup] Feb 19 21:31:48.087 INFO E| Compiling pin-utils v0.1.0
28572026-02-19T21:31:49.299Z[ helios-setup] Feb 19 21:31:48.285 INFO E| Compiling itoa v1.0.15
28582026-02-19T21:31:49.527Z[ helios-setup] Feb 19 21:31:48.512 INFO E| Compiling slab v0.4.11
28592026-02-19T21:31:49.762Z[ helios-setup] Feb 19 21:31:48.747 INFO E| Compiling clap_lex v0.7.6
28602026-02-19T21:31:49.813Z[ helios-setup] Feb 19 21:31:48.799 INFO E| Compiling spin v0.9.8
28612026-02-19T21:31:49.977Z[ helios-setup] Feb 19 21:31:48.962 INFO E| Compiling num-conv v0.1.0
28622026-02-19T21:31:50.139Z[ helios-setup] Feb 19 21:31:49.124 INFO E| Compiling powerfmt v0.2.0
28632026-02-19T21:31:50.257Z[ helios-setup] Feb 19 21:31:49.242 INFO E| Compiling futures-io v0.3.31
28642026-02-19T21:31:50.302Z[ helios-setup] Feb 19 21:31:49.287 INFO E| Compiling time-core v0.1.6
28652026-02-19T21:31:50.375Z[ helios-setup] Feb 19 21:31:49.360 INFO E| Compiling bytes v1.10.1
28662026-02-19T21:31:50.444Z[ helios-setup] Feb 19 21:31:49.430 INFO E| Compiling serde_derive v1.0.228
28672026-02-19T21:31:50.690Z[ helios-setup] Feb 19 21:31:49.674 INFO E| Compiling zerocopy-derive v0.8.27
28682026-02-19T21:31:50.830Z[ helios-setup] Feb 19 21:31:49.816 INFO E| Compiling der_derive v0.7.3
28692026-02-19T21:31:50.913Z[ helios-setup] Feb 19 21:31:49.885 INFO E| Compiling futures-macro v0.3.31
28702026-02-19T21:31:50.917Z[ helios-setup] Feb 19 21:31:49.900 INFO E| Compiling getrandom v0.3.4
28712026-02-19T21:31:51.531Z[ helios-setup] Feb 19 21:31:50.516 INFO E| Compiling thiserror v1.0.69
28722026-02-19T21:31:51.858Z[ helios-setup] Feb 19 21:31:50.843 INFO E| Compiling strsim v0.11.1
28732026-02-19T21:31:52.273Z[ helios-setup] Feb 19 21:31:51.258 INFO E| Compiling packed_struct v0.10.1
28742026-02-19T21:31:53.138Z[ helios-setup] Feb 19 21:31:52.120 INFO E| Compiling futures-task v0.3.31
28752026-02-19T21:31:53.518Z[ helios-setup] Feb 19 21:31:52.502 INFO E| Compiling num-bigint-dig v0.8.4
28762026-02-19T21:31:53.581Z[ helios-setup] Feb 19 21:31:52.567 INFO E| Compiling funty v2.0.0
28772026-02-19T21:31:54.237Z[ helios-setup] Feb 19 21:31:53.222 INFO E| Compiling der v0.7.10
28782026-02-19T21:31:54.246Z[ helios-setup] Feb 19 21:31:53.231 INFO E| Compiling scopeguard v1.2.0
28792026-02-19T21:31:54.470Z[ helios-setup] Feb 19 21:31:53.455 INFO E| Compiling heck v0.5.0
28802026-02-19T21:31:54.833Z[ helios-setup] Feb 19 21:31:53.816 INFO E| Compiling lock_api v0.4.14
28812026-02-19T21:31:54.941Z[ helios-setup] Feb 19 21:31:53.926 INFO E| Compiling futures-util v0.3.31
28822026-02-19T21:31:55.313Z[ helios-setup] Feb 19 21:31:54.298 INFO E| Compiling clap_derive v4.5.49
28832026-02-19T21:31:56.102Z[ helios-setup] Feb 19 21:31:55.087 INFO E| Compiling bitvec v1.0.1
28842026-02-19T21:31:56.863Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28852026-02-19T21:31:58.614Z[ helios-setup] Feb 19 21:31:57.599 INFO E| Compiling clap_builder v4.5.51
28862026-02-19T21:31:58.931Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28872026-02-19T21:32:01.656Z[ helios-setup] Feb 19 21:32:00.640 INFO E| Compiling spki v0.7.3
28882026-02-19T21:32:02.501Z[ helios-setup] Feb 19 21:32:01.486 INFO E| Compiling pkcs8 v0.10.2
28892026-02-19T21:32:04.114Z[ helios-setup] Feb 19 21:32:03.099 INFO E| Compiling ppv-lite86 v0.2.21
28902026-02-19T21:32:04.442Z[ helios-setup] Feb 19 21:32:03.426 INFO E| Compiling packed_struct_codegen v0.10.1
28912026-02-19T21:32:05.361Z[ helios-setup] Feb 19 21:32:04.346 INFO E| Compiling erased-serde v0.3.31
28922026-02-19T21:32:05.866Z[ helios-setup] Feb 19 21:32:04.850 INFO E| Compiling time-macros v0.2.24
28932026-02-19T21:32:06.092Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28942026-02-19T21:32:06.281Z[ helios-setup] Feb 19 21:32:05.265 INFO E| Compiling rand_chacha v0.3.1
28952026-02-19T21:32:06.437Z[ helios-setup] Feb 19 21:32:05.421 INFO E| Compiling deranged v0.5.5
28962026-02-19T21:32:06.717Z[ helios-setup] Feb 19 21:32:05.700 INFO E| Compiling zerocopy-derive v0.6.6
28972026-02-19T21:32:07.593Z[ helios-setup] Feb 19 21:32:06.577 INFO E| Compiling rand v0.8.5
28982026-02-19T21:32:08.885Z[ helios-setup] Feb 19 21:32:07.869 INFO E| Compiling bitfield-macros v0.19.3
28992026-02-19T21:32:09.505Z[ helios-setup] Feb 19 21:32:08.489 INFO E| Compiling thiserror-impl v1.0.69
29002026-02-19T21:32:09.576Z[ helios-setup] Feb 19 21:32:08.560 INFO E| Compiling num_enum_derive v0.7.5
29012026-02-19T21:32:10.044Z[ helios-setup] Feb 19 21:32:09.027 INFO E| Compiling lazy_static v1.5.0
29022026-02-19T21:32:10.328Z[ helios-setup] Feb 19 21:32:09.312 INFO E| Compiling num-iter v0.1.45
29032026-02-19T21:32:10.796Z[ helios-setup] Feb 19 21:32:09.779 INFO E| Compiling indexmap v1.9.3
29042026-02-19T21:32:11.024Z[ helios-setup] Feb 19 21:32:10.008 INFO E| Compiling once_cell v1.21.3
29052026-02-19T21:32:11.133Z[ helios-setup] Feb 19 21:32:10.117 INFO E| Compiling thiserror v2.0.17
29062026-02-19T21:32:11.641Z[ helios-setup] Feb 19 21:32:10.625 INFO E| Compiling iana-time-zone v0.1.64
29072026-02-19T21:32:12.105Z[ helios-setup] Feb 19 21:32:11.088 INFO E| Compiling crc-catalog v2.4.0
29082026-02-19T21:32:12.475Z[ helios-setup] Feb 19 21:32:11.459 INFO E| Compiling adler2 v2.0.1
29092026-02-19T21:32:12.890Z[ helios-setup] Feb 19 21:32:11.874 INFO E| Compiling serde_json v1.0.145
29102026-02-19T21:32:13.139Z[ helios-setup] Feb 19 21:32:12.123 INFO E| Compiling simd-adler32 v0.3.7
29112026-02-19T21:32:13.327Z[ helios-setup] Feb 19 21:32:12.236 INFO E| Compiling log v0.4.28
29122026-02-19T21:32:13.338Z[ helios-setup] Feb 19 21:32:12.321 INFO E| Compiling nodrop v0.1.14
29132026-02-19T21:32:13.639Z[ helios-setup] Feb 19 21:32:12.623 INFO E| Compiling miniz_oxide v0.8.9
29142026-02-19T21:32:13.727Z[ helios-setup] Feb 19 21:32:12.711 INFO E| Compiling array-init v0.0.4
29152026-02-19T21:32:13.881Z[ helios-setup] Feb 19 21:32:12.864 INFO E| Compiling env_filter v0.1.4
29162026-02-19T21:32:13.906Z[ helios-setup] Feb 19 21:32:12.889 INFO E| Compiling time v0.3.44
29172026-02-19T21:32:16.167Z[ helios-setup] Feb 19 21:32:15.151 INFO E| Compiling num_enum v0.7.5
29182026-02-19T21:32:16.909Z[ helios-setup] Feb 19 21:32:15.893 INFO E| Compiling crc v3.3.0
29192026-02-19T21:32:16.993Z[ helios-setup] Feb 19 21:32:15.976 INFO E| Compiling chrono v0.4.42
29202026-02-19T21:32:17.651Z[ helios-setup] Feb 19 21:32:16.634 INFO E| Compiling parking_lot v0.12.5
29212026-02-19T21:32:18.081Z[ helios-setup] Feb 19 21:32:17.064 INFO E| Compiling bitfield v0.19.3
29222026-02-19T21:32:18.893Z[ helios-setup] Feb 19 21:32:17.876 INFO E| Compiling smallvec v0.6.14
29232026-02-19T21:32:19.423Z[ helios-setup] Feb 19 21:32:18.406 INFO E| Compiling zerocopy v0.6.6
29242026-02-19T21:32:20.104Z[ helios-setup] Feb 19 21:32:19.087 INFO E| Compiling clap v4.5.51
29252026-02-19T21:32:20.250Z[ helios-setup] Feb 19 21:32:19.232 INFO E| Compiling futures-executor v0.3.31
29262026-02-19T21:32:20.661Z[ helios-setup] Feb 19 21:32:19.644 INFO E| Compiling serde_spanned v0.6.9
29272026-02-19T21:32:20.707Z[ helios-setup] Feb 19 21:32:19.685 INFO E| Compiling toml_datetime v0.6.11
29282026-02-19T21:32:21.119Z[ helios-setup] Feb 19 21:32:19.934 INFO E| Compiling pkcs1 v0.7.5
29292026-02-19T21:32:21.544Z[ helios-setup] Feb 19 21:32:20.527 INFO E| Compiling tokio-macros v2.6.0
29302026-02-19T21:32:21.621Z[ helios-setup] Feb 19 21:32:20.602 INFO E| Compiling thiserror-impl v2.0.17
29312026-02-19T21:32:23.497Z[ helios-setup] Feb 19 21:32:22.480 INFO E| Compiling signature v2.2.0
29322026-02-19T21:32:24.374Z[ helios-setup] Feb 19 21:32:23.355 INFO E| Compiling serde_spanned v1.0.3
29332026-02-19T21:32:25.206Z[ helios-setup] Feb 19 21:32:24.188 INFO E| Compiling is-terminal v0.4.17
29342026-02-19T21:32:25.506Z[ helios-setup] Feb 19 21:32:24.488 INFO E| Compiling socket2 v0.6.1
29352026-02-19T21:32:25.779Z[ helios-setup] Feb 19 21:32:24.761 INFO E| Compiling signal-hook-registry v1.4.6
29362026-02-19T21:32:25.897Z[ helios-setup] Feb 19 21:32:24.880 INFO E| Compiling mio v1.1.0
29372026-02-19T21:32:25.940Z[ helios-setup] Feb 19 21:32:24.922 INFO E| Compiling thread_local v1.1.9
29382026-02-19T21:32:26.048Z[ helios-setup] Feb 19 21:32:25.030 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29392026-02-19T21:32:26.854Z[ helios-setup] Feb 19 21:32:25.836 INFO E| Compiling winnow v0.5.40
29402026-02-19T21:32:27.455Z[ helios-setup] Feb 19 21:32:26.437 INFO E| Compiling subtle v2.6.1
29412026-02-19T21:32:28.188Z[ helios-setup] Feb 19 21:32:27.170 INFO E| Compiling toml_writer v1.0.4
29422026-02-19T21:32:28.628Z[ helios-setup] Feb 19 21:32:27.603 INFO E| Compiling hashbrown v0.12.3
29432026-02-19T21:32:28.769Z[ helios-setup] Feb 19 21:32:27.751 INFO E| Compiling ryu v1.0.20
29442026-02-19T21:32:28.833Z[ helios-setup] Feb 19 21:32:27.816 INFO E| Compiling libdevinfo-sys v1.1.0
29452026-02-19T21:32:29.121Z[ helios-setup] Feb 19 21:32:28.075 INFO E| Compiling term v1.2.0
29462026-02-19T21:32:29.158Z[ helios-setup] Feb 19 21:32:28.141 INFO E| Compiling base64 v0.21.7
29472026-02-19T21:32:29.749Z[ helios-setup] Feb 19 21:32:28.730 INFO E| Compiling devinfo v0.1.0
29482026-02-19T21:32:30.880Z[ helios-setup] Feb 19 21:32:29.845 INFO E| Compiling slog-term v2.9.2
29492026-02-19T21:32:32.826Z[ helios-setup] Feb 19 21:32:31.807 INFO E| Compiling ron v0.8.1
29502026-02-19T21:32:33.440Z[ helios-setup] Feb 19 21:32:32.210 INFO E| Compiling toml v0.9.8
29512026-02-19T21:32:36.341Z[ helios-setup] Feb 19 21:32:33.801 INFO E| Compiling toml_edit v0.19.15
29522026-02-19T21:32:36.497Z[ helios-setup] Feb 19 21:32:34.902 INFO E| Compiling rsa v0.9.8
29532026-02-19T21:32:36.870Z[ helios-setup] Feb 19 21:32:35.852 INFO E| Compiling tokio v1.48.0
29542026-02-19T21:32:37.492Z[ helios-setup] Feb 19 21:32:36.473 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
29552026-02-19T21:32:38.947Z[ helios-setup] Feb 19 21:32:37.929 INFO E| Compiling uuid v1.18.1
29562026-02-19T21:32:39.364Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 21s
29572026-02-19T21:32:39.803Z[ omicron-package]
29582026-02-19T21:32:39.803Z[ omicron-package] real 2:21.526370223
29592026-02-19T21:32:39.807Z[ omicron-package] user 8:58.527666562
29602026-02-19T21:32:39.808Z[ omicron-package] sys 35.563978995
29612026-02-19T21:32:39.808Z[ omicron-package] trap 0.978862417
29622026-02-19T21:32:39.808Z[ omicron-package] tflt 1.715387363
29632026-02-19T21:32:39.808Z[ omicron-package] dflt 2.514095808
29642026-02-19T21:32:39.810Z[ omicron-package] kflt 0.000029677
29652026-02-19T21:32:39.810Z[ omicron-package] lock 29:41.035596278
29662026-02-19T21:32:39.810Z[ omicron-package] slp 32:11.694560591
29672026-02-19T21:32:39.810Z[ omicron-package] lat 5:58.932050580
29682026-02-19T21:32:39.810Z[ omicron-package] stop 1:31.725724337
29692026-02-19T21:32:39.810ZFeb 19 21:32:38.786 INFO [omicron-package] process exited with exit status: 0 (141.603810541s)
29702026-02-19T21:32:39.810ZFeb 19 21:32:38.786 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29712026-02-19T21:32:39.810ZFeb 19 21:32:38.786 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29722026-02-19T21:32:39.826Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29732026-02-19T21:32:39.831Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29742026-02-19T21:32:39.831Z[ recovery-target] Created new build target 'recovery' and set it as active
29752026-02-19T21:32:39.831Z[ host-target] Created new build target 'host' and set it as active
29762026-02-19T21:32:39.836ZFeb 19 21:32:38.813 INFO [recovery-target] process exited with exit status: 0 (26.839655ms)
29772026-02-19T21:32:39.838ZFeb 19 21:32:38.813 INFO [host-target] process exited with exit status: 0 (27.454106ms)
29782026-02-19T21:32:39.839ZFeb 19 21:32:38.814 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29792026-02-19T21:32:39.849Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29802026-02-19T21:32:40.394Z[ helios-setup] Feb 19 21:32:39.376 INFO E| Compiling futures v0.3.31
29812026-02-19T21:32:40.420Z[ helios-setup] Feb 19 21:32:39.401 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29822026-02-19T21:32:40.515Z[ helios-setup] Feb 19 21:32:39.496 INFO E| Compiling serde-hex v0.1.0
29832026-02-19T21:32:40.848Z[ helios-setup] Feb 19 21:32:39.829 INFO E| Compiling bzip2 v0.4.4
29842026-02-19T21:32:41.359Z[ helios-setup] Feb 19 21:32:40.341 INFO E| Compiling hashbrown v0.13.2
29852026-02-19T21:32:41.568Z[ helios-setup] Feb 19 21:32:40.548 INFO E| Compiling flate2 v1.1.5
29862026-02-19T21:32:42.563Z[ helios-setup] Feb 19 21:32:41.544 INFO E| Compiling env_logger v0.11.8
29872026-02-19T21:32:42.795Z[ helios-setup] Feb 19 21:32:41.776 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
29882026-02-19T21:32:42.988Z[ helios-setup] Feb 19 21:32:41.969 INFO E| Compiling x509-cert v0.2.5
29892026-02-19T21:32:43.925Z[ host-package] Compiling ring v0.17.14
29902026-02-19T21:32:44.378Z[ host-package] Compiling convert_case v0.4.0
29912026-02-19T21:32:44.378Z[ host-package] Compiling progenitor-impl v0.10.0
29922026-02-19T21:32:44.382Z[ host-package] Compiling is-terminal v0.4.13
29932026-02-19T21:32:44.511Z[ host-package] Compiling thread_local v1.1.8
29942026-02-19T21:32:44.514Z[ host-package] Compiling match_cfg v0.1.0
29952026-02-19T21:32:44.731Z[ helios-setup] Feb 19 21:32:43.712 INFO E| Compiling crc-any v2.5.0
29962026-02-19T21:32:45.195Z[ host-package] Compiling bytecount v0.6.8
29972026-02-19T21:32:45.542Z[ host-package] Compiling hostname v0.3.1
29982026-02-19T21:32:45.721Z[ host-package] Compiling multer v3.1.0
29992026-02-19T21:32:46.037Z[ host-package] Compiling slog-async v2.8.0
30002026-02-19T21:32:46.143Z[ host-package] Compiling crossbeam-channel v0.5.15
30012026-02-19T21:32:46.334Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
30022026-02-19T21:32:46.334Z[ host-package] Compiling slog-json v2.6.1
30032026-02-19T21:32:46.556Z[ host-package] Compiling derive_more v0.99.20
30042026-02-19T21:32:46.663Z[ helios-setup] Feb 19 21:32:45.644 INFO E| Compiling rustc-hash v2.1.1
30052026-02-19T21:32:47.198Z[ helios-setup] Feb 19 21:32:46.179 INFO E| Compiling foldhash v0.2.0
30062026-02-19T21:32:47.461Z[ helios-setup] Feb 19 21:32:46.442 INFO E| Compiling bitflags v1.3.2
30072026-02-19T21:32:47.665Z[ host-package] Compiling futures-executor v0.3.31
30082026-02-19T21:32:47.938Z[ helios-setup] Feb 19 21:32:46.917 INFO E| Compiling hex v0.4.3
30092026-02-19T21:32:48.128Z[ helios-setup] Feb 19 21:32:47.108 INFO E| Compiling iddqd v0.3.14
30102026-02-19T21:32:48.192Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
30112026-02-19T21:32:48.206Z[ helios-setup] Feb 19 21:32:47.186 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30122026-02-19T21:32:48.258Z[ helios-setup] Feb 19 21:32:47.239 INFO E| Compiling object v0.30.4
30132026-02-19T21:32:48.760Z[ host-package] Compiling serde_spanned v1.0.4
30142026-02-19T21:32:49.105Z[ host-package] Compiling term v1.1.0
30152026-02-19T21:32:49.215Z[ helios-setup] Feb 19 21:32:48.196 INFO E| Compiling zip v0.6.6
30162026-02-19T21:32:49.460Z[ host-package] Compiling swrite v0.1.0
30172026-02-19T21:32:49.788Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30182026-02-19T21:32:50.187Z[ host-package] Compiling unicode-width v0.1.14
30192026-02-19T21:32:50.577Z[ helios-setup] Feb 19 21:32:49.558 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30202026-02-19T21:32:50.925Z[ host-package] Compiling rustls v0.23.19
30212026-02-19T21:32:51.115Z[ host-package] Compiling rustls v0.22.4
30222026-02-19T21:32:51.284Z[ host-package] Compiling take_mut v0.2.2
30232026-02-19T21:32:51.515Z[ host-package] Compiling tabwriter v1.4.0
30242026-02-19T21:32:51.821Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
30252026-02-19T21:32:52.546Z[ host-package] Compiling slog-term v2.9.2
30262026-02-19T21:32:53.704Z[ helios-setup] Feb 19 21:32:52.684 INFO E| Compiling toml v0.7.8
30272026-02-19T21:32:53.878Z[ host-package] Compiling futures v0.3.31
30282026-02-19T21:32:54.223Z[ host-package] Compiling slog-bunyan v2.5.0
30292026-02-19T21:32:54.441Z[ helios-setup] Feb 19 21:32:53.422 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30302026-02-19T21:32:55.434Z[ host-package] Compiling progenitor-macro v0.10.0
30312026-02-19T21:32:55.493Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30322026-02-19T21:32:56.557Z[ helios-setup] Feb 19 21:32:55.537 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30332026-02-19T21:32:56.690Z[ helios-setup] Feb 19 21:32:55.666 INFO E| Compiling path-slash v0.1.5
30342026-02-19T21:32:57.302Z[ helios-setup] Feb 19 21:32:56.282 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30352026-02-19T21:32:57.354Z[ host-package] Compiling rustls-webpki v0.102.8
30362026-02-19T21:32:57.418Z[ host-package] Compiling dropshot v0.16.7
30372026-02-19T21:32:57.619Z[ host-package] Compiling async-stream v0.3.6
30382026-02-19T21:32:58.199Z[ host-package] Compiling password-hash v0.5.0
30392026-02-19T21:32:58.286Z[ host-package] Compiling blake2 v0.10.6
30402026-02-19T21:32:58.465Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30412026-02-19T21:32:59.188Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30422026-02-19T21:33:00.116Z[ helios-setup] Feb 19 21:32:59.095 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30432026-02-19T21:33:01.107Z[ host-package] Compiling universal-hash v0.5.1
30442026-02-19T21:33:01.832Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
30452026-02-19T21:33:02.462Z[ host-package] Compiling waitgroup v0.1.2
30462026-02-19T21:33:02.999Z[ host-package] Compiling rustls-pemfile v2.2.0
30472026-02-19T21:33:03.199Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30482026-02-19T21:33:03.719Z[ host-package] Compiling serde_path_to_error v0.1.20
30492026-02-19T21:33:03.811Z[ helios-setup] Feb 19 21:33:02.786 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
30502026-02-19T21:33:05.364Z[ host-package] Compiling instant v0.1.13
30512026-02-19T21:33:06.007Z[ host-package] Compiling hostname v0.4.2
30522026-02-19T21:33:06.675Z[ host-package] Compiling debug-ignore v1.0.5
30532026-02-19T21:33:06.881Z[ host-package] Compiling colored v3.0.0
30542026-02-19T21:33:07.185Z[ host-package] Compiling opaque-debug v0.3.1
30552026-02-19T21:33:07.726Z[ host-package] Compiling thiserror-no-std v2.0.2
30562026-02-19T21:33:07.907Z[ host-package] Compiling poly1305 v0.8.0
30572026-02-19T21:33:08.503Z[ host-package] Compiling backoff v0.4.0
30582026-02-19T21:33:08.618Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
30592026-02-19T21:33:09.305Z[ host-package] Compiling argon2 v0.5.3
30602026-02-19T21:33:10.703Z[ host-package] Compiling tokio-rustls v0.25.0
30612026-02-19T21:33:14.430Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30622026-02-19T21:33:16.489Z[ host-package] Compiling tokio-rustls v0.26.0
30632026-02-19T21:33:17.480Z[ host-package] Compiling parse-display v0.10.0
30642026-02-19T21:33:18.063Z[ host-package] Compiling hyper-rustls v0.27.7
30652026-02-19T21:33:18.971Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-02-19T21:33:19.638Z[ host-package] Compiling reqwest v0.12.24
30672026-02-19T21:33:25.169Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-02-19T21:33:25.984Z[ host-package] Compiling chacha20 v0.9.1
30692026-02-19T21:33:26.478Z[ helios-setup] Feb 19 21:33:25.455 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30702026-02-19T21:33:26.595Z[ host-package] Compiling progenitor-client v0.11.2
30712026-02-19T21:33:26.798Z[ host-package] Compiling progenitor-client v0.10.0
30722026-02-19T21:33:27.332Z[ host-package] Compiling progenitor v0.11.2
30732026-02-19T21:33:27.480Z[ host-package] Compiling aead v0.5.2
30742026-02-19T21:33:27.688Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30752026-02-19T21:33:28.049Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30762026-02-19T21:33:30.476Z[ host-package] Compiling macaddr v1.0.1
30772026-02-19T21:33:35.562Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30782026-02-19T21:33:35.673Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-02-19T21:33:35.673Z[ host-package] Compiling derive-where v1.5.0
30802026-02-19T21:33:35.673Z[ host-package] Compiling chacha20poly1305 v0.10.1
30812026-02-19T21:33:36.190Z[ host-package] Compiling vsss-rs v3.3.4
30822026-02-19T21:33:41.473Z[ host-package] Compiling num-rational v0.4.2
30832026-02-19T21:33:47.364Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30842026-02-19T21:33:47.396Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30852026-02-19T21:33:47.422Z[ host-package] Compiling progenitor v0.10.0
30862026-02-19T21:33:47.423Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30872026-02-19T21:33:51.414Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30882026-02-19T21:33:52.470Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30892026-02-19T21:33:52.873Z[ host-package] Compiling num-complex v0.4.6
30902026-02-19T21:33:52.938Z[ host-package] Compiling console v0.15.10
30912026-02-19T21:33:54.477Z[ host-package] Compiling num v0.4.3
30922026-02-19T21:33:57.515Z[ helios-setup] Feb 19 21:33:56.491 INFO E| Finished `release` profile [optimized] target(s) in 2m 24s
30932026-02-19T21:33:57.519Z[ helios-setup] Feb 19 21:33:56.491 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
30942026-02-19T21:33:57.519Z[ helios-setup] Feb 19 21:33:56.495 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30952026-02-19T21:33:57.607Z[ helios-setup] Feb 19 21:33:56.583 INFO building project "pilot" ok (145 seconds)
30962026-02-19T21:33:57.607Z[ helios-setup] Feb 19 21:33:56.583 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
30972026-02-19T21:33:57.718Z[ helios-setup] Feb 19 21:33:56.694 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
30982026-02-19T21:33:57.718Z[ helios-setup] Feb 19 21:33:56.694 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30992026-02-19T21:33:57.722Z[ helios-setup] Feb 19 21:33:56.694 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31002026-02-19T21:33:57.816Z[ host-package] Compiling float-ord v0.3.2
31012026-02-19T21:33:58.136Z[ helios-setup] Feb 19 21:33:57.112 INFO E| Downloading crates ...
31022026-02-19T21:33:58.172Z[ host-package] Compiling toml v0.8.23
31032026-02-19T21:33:58.240Z[ helios-setup] Feb 19 21:33:57.216 INFO E| Downloaded miniz_oxide v0.8.8
31042026-02-19T21:33:58.301Z[ helios-setup] Feb 19 21:33:57.277 INFO E| Compiling adler2 v2.0.0
31052026-02-19T21:33:58.391Z[ host-package] Compiling newline-converter v0.3.0
31062026-02-19T21:33:58.479Z[ helios-setup] Feb 19 21:33:57.455 INFO E| Compiling miniz_oxide v0.8.8
31072026-02-19T21:33:58.738Z[ host-package] Compiling atomicwrites v0.4.4
31082026-02-19T21:33:59.442Z[ host-package] Compiling prettyplease v0.2.36
31092026-02-19T21:33:59.516Z[ host-package] Compiling slog-dtrace v0.3.0
31102026-02-19T21:34:00.335Z[ host-package] Compiling expectorate v1.2.0
31112026-02-19T21:34:00.954Z[ host-package] Compiling cancel-safe-futures v0.1.5
31122026-02-19T21:34:01.248Z[ helios-setup] Feb 19 21:34:00.224 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31132026-02-19T21:34:02.312Z[ helios-setup] Feb 19 21:34:01.285 INFO E| Finished `release` profile [optimized] target(s) in 4.46s
31142026-02-19T21:34:02.322Z[ helios-setup] Feb 19 21:34:01.298 INFO building project "pinprick" ok (4 seconds)
31152026-02-19T21:34:02.322Z[ helios-setup] Feb 19 21:34:01.298 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31162026-02-19T21:34:02.478Z[ helios-setup] Feb 19 21:34:01.452 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
31172026-02-19T21:34:02.478Z[ helios-setup] Feb 19 21:34:01.452 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31182026-02-19T21:34:02.482Z[ helios-setup] Feb 19 21:34:01.452 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31192026-02-19T21:34:02.769Z[ helios-setup] Feb 19 21:34:01.745 INFO E| Downloading crates ...
31202026-02-19T21:34:02.897Z[ helios-setup] Feb 19 21:34:01.873 INFO E| Downloaded typenum v1.15.0
31212026-02-19T21:34:02.901Z[ helios-setup] Feb 19 21:34:01.878 INFO E| Downloaded generic-array v0.14.6
31222026-02-19T21:34:02.905Z[ helios-setup] Feb 19 21:34:01.880 INFO E| Downloaded sha2 v0.10.5
31232026-02-19T21:34:02.909Z[ helios-setup] Feb 19 21:34:01.884 INFO E| Downloaded unicode-width v0.1.10
31242026-02-19T21:34:02.914Z[ helios-setup] Feb 19 21:34:01.886 INFO E| Downloaded digest v0.10.3
31252026-02-19T21:34:02.914Z[ helios-setup] Feb 19 21:34:01.889 INFO E| Downloaded block-buffer v0.10.3
31262026-02-19T21:34:02.919Z[ helios-setup] Feb 19 21:34:01.891 INFO E| Downloaded flate2 v1.0.25
31272026-02-19T21:34:02.923Z[ helios-setup] Feb 19 21:34:01.898 INFO E| Downloaded bytes v1.2.1
31282026-02-19T21:34:02.928Z[ helios-setup] Feb 19 21:34:01.904 INFO E| Downloaded anyhow v1.0.62
31292026-02-19T21:34:02.934Z[ helios-setup] Feb 19 21:34:01.909 INFO E| Downloaded cpufeatures v0.2.5
31302026-02-19T21:34:02.947Z[ helios-setup] Feb 19 21:34:01.911 INFO E| Downloaded miniz_oxide v0.6.2
31312026-02-19T21:34:03.010Z[ helios-setup] Feb 19 21:34:01.986 INFO E| Compiling version_check v0.9.4
31322026-02-19T21:34:03.010Z[ helios-setup] Feb 19 21:34:01.986 INFO E| Compiling typenum v1.15.0
31332026-02-19T21:34:03.017Z[ helios-setup] Feb 19 21:34:01.986 INFO E| Compiling cfg-if v1.0.0
31342026-02-19T21:34:03.017Z[ helios-setup] Feb 19 21:34:01.986 INFO E| Compiling crc32fast v1.3.2
31352026-02-19T21:34:03.017Z[ helios-setup] Feb 19 21:34:01.986 INFO E| Compiling anyhow v1.0.62
31362026-02-19T21:34:03.017Z[ helios-setup] Feb 19 21:34:01.986 INFO E| Compiling adler v1.0.2
31372026-02-19T21:34:03.017Z[ helios-setup] Feb 19 21:34:01.986 INFO E| Compiling unicode-width v0.1.10
31382026-02-19T21:34:03.017Z[ helios-setup] Feb 19 21:34:01.986 INFO E| Compiling cpufeatures v0.2.5
31392026-02-19T21:34:03.379Z[ helios-setup] Feb 19 21:34:02.355 INFO E| Compiling bitflags v1.3.2
31402026-02-19T21:34:03.467Z[ helios-setup] Feb 19 21:34:02.443 INFO E| Compiling miniz_oxide v0.6.2
31412026-02-19T21:34:03.595Z[ helios-setup] Feb 19 21:34:02.570 INFO E| Compiling getopts v0.2.21
31422026-02-19T21:34:03.713Z[ helios-setup] Feb 19 21:34:02.689 INFO E| Compiling bytes v1.2.1
31432026-02-19T21:34:04.160Z[ helios-setup] Feb 19 21:34:03.127 INFO E| Compiling generic-array v0.14.6
31442026-02-19T21:34:04.621Z[ host-package] Compiling owo-colors v4.2.3
31452026-02-19T21:34:05.305Z[ helios-setup] Feb 19 21:34:04.281 INFO E| Compiling flate2 v1.0.25
31462026-02-19T21:34:08.880Z[ host-package] Compiling resolv-conf v0.7.0
31472026-02-19T21:34:09.000Z[ helios-setup] Feb 19 21:34:07.975 INFO E| Compiling crypto-common v0.1.6
31482026-02-19T21:34:09.000Z[ helios-setup] Feb 19 21:34:07.975 INFO E| Compiling block-buffer v0.10.3
31492026-02-19T21:34:09.243Z[ helios-setup] Feb 19 21:34:08.217 INFO E| Compiling digest v0.10.3
31502026-02-19T21:34:09.724Z[ helios-setup] Feb 19 21:34:08.699 INFO E| Compiling sha2 v0.10.5
31512026-02-19T21:34:10.289Z[ helios-setup] Feb 19 21:34:09.264 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31522026-02-19T21:34:10.888Z[ host-package] Compiling libsw-core v0.3.1
31532026-02-19T21:34:11.580Z[ host-package] Compiling libsw v3.5.0
31542026-02-19T21:34:15.169Z[ helios-setup] Feb 19 21:34:14.144 INFO E| Finished `release` profile [optimized] target(s) in 12.55s
31552026-02-19T21:34:15.184Z[ helios-setup] Feb 19 21:34:14.160 INFO building project "bootserver" ok (12 seconds)
31562026-02-19T21:34:15.184Z[ helios-setup] Feb 19 21:34:14.160 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
31572026-02-19T21:34:15.338Z[ helios-setup] Feb 19 21:34:14.312 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')"
31582026-02-19T21:34:15.339Z[ helios-setup] Feb 19 21:34:14.312 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31592026-02-19T21:34:15.343Z[ helios-setup] Feb 19 21:34:14.312 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31602026-02-19T21:34:15.729Z[ helios-setup] Feb 19 21:34:14.704 INFO E| Updating crates.io index
31612026-02-19T21:34:15.852Z[ helios-setup] Feb 19 21:34:14.828 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31622026-02-19T21:34:16.490Z[ helios-setup] Feb 19 21:34:15.465 INFO E| From https://github.com/oxidecomputer/amd-apcb
31632026-02-19T21:34:16.490Z[ helios-setup] Feb 19 21:34:15.465 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
31642026-02-19T21:34:16.516Z[ helios-setup] Feb 19 21:34:15.492 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
31652026-02-19T21:34:16.879Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31662026-02-19T21:34:17.028Z[ helios-setup] Feb 19 21:34:16.003 INFO E| From https://github.com/oxidecomputer/amd-efs
31672026-02-19T21:34:17.028Z[ helios-setup] Feb 19 21:34:16.003 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
31682026-02-19T21:34:17.209Z[ host-package] Compiling linear-map v1.2.0
31692026-02-19T21:34:17.425Z[ helios-setup] Feb 19 21:34:16.400 INFO E| Downloading crates ...
31702026-02-19T21:34:17.547Z[ helios-setup] Feb 19 21:34:16.522 INFO E| Downloaded strum_macros v0.27.1
31712026-02-19T21:34:17.551Z[ helios-setup] Feb 19 21:34:16.527 INFO E| Downloaded four-cc v0.4.0
31722026-02-19T21:34:17.556Z[ helios-setup] Feb 19 21:34:16.529 INFO E| Downloaded unic-ucd-ident v0.9.0
31732026-02-19T21:34:17.559Z[ helios-setup] Feb 19 21:34:16.532 INFO E| Downloaded unic-char-range v0.9.0
31742026-02-19T21:34:17.559Z[ helios-setup] Feb 19 21:34:16.534 INFO E| Downloaded strum v0.27.1
31752026-02-19T21:34:17.562Z[ helios-setup] Feb 19 21:34:16.537 INFO E| Downloaded unic-common v0.9.0
31762026-02-19T21:34:17.562Z[ helios-setup] Feb 19 21:34:16.538 INFO E| Downloaded dyn-clone v1.0.19
31772026-02-19T21:34:17.565Z[ helios-setup] Feb 19 21:34:16.540 INFO E| Downloaded unic-char-property v0.9.0
31782026-02-19T21:34:17.568Z[ helios-setup] Feb 19 21:34:16.543 INFO E| Downloaded vec_map v0.8.2
31792026-02-19T21:34:17.574Z[ helios-setup] Feb 19 21:34:16.544 INFO E| Downloaded scroll_derive v0.12.1
31802026-02-19T21:34:17.574Z[ helios-setup] Feb 19 21:34:16.546 INFO E| Downloaded pest_generator v2.8.0
31812026-02-19T21:34:17.574Z[ helios-setup] Feb 19 21:34:16.548 INFO E| Downloaded log v0.4.27
31822026-02-19T21:34:17.579Z[ helios-setup] Feb 19 21:34:16.551 INFO E| Downloaded unic-ucd-version v0.9.0
31832026-02-19T21:34:17.579Z[ helios-setup] Feb 19 21:34:16.553 INFO E| Downloaded thiserror-impl v2.0.12
31842026-02-19T21:34:17.583Z[ helios-setup] Feb 19 21:34:16.554 INFO E| Downloaded thiserror v2.0.12
31852026-02-19T21:34:17.595Z[ helios-setup] Feb 19 21:34:16.570 INFO E| Downloaded structopt-derive v0.4.18
31862026-02-19T21:34:17.600Z[ helios-setup] Feb 19 21:34:16.572 INFO E| Downloaded pest_meta v2.8.0
31872026-02-19T21:34:17.605Z[ helios-setup] Feb 19 21:34:16.576 INFO E| Downloaded parse_int v0.9.0
31882026-02-19T21:34:17.605Z[ helios-setup] Feb 19 21:34:16.577 INFO E| Downloaded pest_derive v2.8.0
31892026-02-19T21:34:17.609Z[ helios-setup] Feb 19 21:34:16.581 INFO E| Downloaded rustversion v1.0.20
31902026-02-19T21:34:17.612Z[ helios-setup] Feb 19 21:34:16.586 INFO E| Downloaded serde v1.0.219
31912026-02-19T21:34:17.616Z[ helios-setup] Feb 19 21:34:16.592 INFO E| Downloaded unicode-ident v1.0.18
31922026-02-19T21:34:17.690Z[ helios-setup] Feb 19 21:34:16.665 INFO E| Downloaded typenum v1.18.0
31932026-02-19T21:34:17.697Z[ helios-setup] Feb 19 21:34:16.671 INFO E| Downloaded zerocopy-derive v0.8.25
31942026-02-19T21:34:17.707Z[ helios-setup] Feb 19 21:34:16.682 INFO E| Downloaded serde_derive v1.0.219
31952026-02-19T21:34:17.711Z[ helios-setup] Feb 19 21:34:16.687 INFO E| Downloaded structopt v0.3.26
31962026-02-19T21:34:17.724Z[ helios-setup] Feb 19 21:34:16.700 INFO E| Downloaded modular-bitfield-impl v0.11.2
31972026-02-19T21:34:17.727Z[ helios-setup] Feb 19 21:34:16.702 INFO E| Downloaded modular-bitfield v0.11.2
31982026-02-19T21:34:17.744Z[ helios-setup] Feb 19 21:34:16.719 INFO E| Downloaded serde_json v1.0.140
31992026-02-19T21:34:17.755Z[ helios-setup] Feb 19 21:34:16.731 INFO E| Downloaded goblin v0.9.3
32002026-02-19T21:34:17.765Z[ helios-setup] Feb 19 21:34:16.740 INFO E| Downloaded pest v2.8.0
32012026-02-19T21:34:17.773Z[ helios-setup] Feb 19 21:34:16.749 INFO E| Downloaded clap v2.34.0
32022026-02-19T21:34:17.783Z[ helios-setup] Feb 19 21:34:16.759 INFO E| Downloaded proc-macro2 v1.0.95
32032026-02-19T21:34:17.787Z[ helios-setup] Feb 19 21:34:16.763 INFO E| Downloaded fletcher v1.0.0
32042026-02-19T21:34:17.791Z[ helios-setup] Feb 19 21:34:16.764 INFO E| Downloaded modular-bitfield-impl v0.13.1
32052026-02-19T21:34:17.794Z[ helios-setup] Feb 19 21:34:16.767 INFO E| Downloaded textwrap v0.11.0
32062026-02-19T21:34:17.794Z[ helios-setup] Feb 19 21:34:16.769 INFO E| Downloaded zerocopy v0.8.25
32072026-02-19T21:34:17.835Z[ helios-setup] Feb 19 21:34:16.811 INFO E| Downloaded bytesize v2.0.1
32082026-02-19T21:34:17.839Z[ helios-setup] Feb 19 21:34:16.813 INFO E| Downloaded ansi_term v0.12.1
32092026-02-19T21:34:17.844Z[ helios-setup] Feb 19 21:34:16.816 INFO E| Downloaded syn v2.0.101
32102026-02-19T21:34:17.858Z[ helios-setup] Feb 19 21:34:16.833 INFO E| Downloaded strsim v0.8.0
32112026-02-19T21:34:17.863Z[ helios-setup] Feb 19 21:34:16.834 INFO E| Downloaded modular-bitfield v0.13.1
32122026-02-19T21:34:17.914Z[ helios-setup] Feb 19 21:34:16.889 INFO E| Downloaded libc v0.2.172
32132026-02-19T21:34:17.952Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32142026-02-19T21:34:18.031Z[ helios-setup] Feb 19 21:34:17.006 INFO E| Compiling proc-macro2 v1.0.95
32152026-02-19T21:34:18.031Z[ helios-setup] Feb 19 21:34:17.006 INFO E| Compiling unicode-ident v1.0.18
32162026-02-19T21:34:18.031Z[ helios-setup] Feb 19 21:34:17.006 INFO E| Compiling memchr v2.7.4
32172026-02-19T21:34:18.034Z[ helios-setup] Feb 19 21:34:17.006 INFO E| Compiling thiserror v2.0.12
32182026-02-19T21:34:18.034Z[ helios-setup] Feb 19 21:34:17.006 INFO E| Compiling autocfg v1.4.0
32192026-02-19T21:34:18.035Z[ helios-setup] Feb 19 21:34:17.006 INFO E| Compiling syn v1.0.109
32202026-02-19T21:34:18.035Z[ helios-setup] Feb 19 21:34:17.006 INFO E| Compiling serde v1.0.219
32212026-02-19T21:34:18.035Z[ helios-setup] Feb 19 21:34:17.006 INFO E| Compiling version_check v0.9.5
32222026-02-19T21:34:18.741Z[ helios-setup] Feb 19 21:34:17.716 INFO E| Compiling serde_json v1.0.140
32232026-02-19T21:34:18.934Z[ host-package] Compiling linked-hash-map v0.5.6
32242026-02-19T21:34:19.238Z[ helios-setup] Feb 19 21:34:18.214 INFO E| Compiling ryu v1.0.20
32252026-02-19T21:34:19.389Z[ helios-setup] Feb 19 21:34:18.364 INFO E| Compiling schemars v0.8.22
32262026-02-19T21:34:19.454Z[ helios-setup] Feb 19 21:34:18.429 INFO E| Compiling itoa v1.0.15
32272026-02-19T21:34:19.538Z[ helios-setup] Feb 19 21:34:18.513 INFO E| Compiling num-traits v0.2.19
32282026-02-19T21:34:19.839Z[ host-package] Compiling lru-cache v0.1.2
32292026-02-19T21:34:19.908Z[ helios-setup] Feb 19 21:34:18.883 INFO E| Compiling memoffset v0.9.1
32302026-02-19T21:34:19.957Z[ helios-setup] Feb 19 21:34:18.932 INFO E| Compiling proc-macro-error-attr v1.0.4
32312026-02-19T21:34:20.136Z[ helios-setup] Feb 19 21:34:19.111 INFO E| Compiling paste v1.0.15
32322026-02-19T21:34:20.215Z[ helios-setup] Feb 19 21:34:19.190 INFO E| Compiling static_assertions v1.1.0
32332026-02-19T21:34:20.341Z[ helios-setup] Feb 19 21:34:19.315 INFO E| Compiling rustversion v1.0.20
32342026-02-19T21:34:20.446Z[ helios-setup] Feb 19 21:34:19.421 INFO E| Compiling libc v0.2.172
32352026-02-19T21:34:20.621Z[ helios-setup] Feb 19 21:34:19.596 INFO E| Compiling zerocopy v0.8.25
32362026-02-19T21:34:20.732Z[ host-package] Compiling unicode-xid v0.2.6
32372026-02-19T21:34:21.096Z[ helios-setup] Feb 19 21:34:20.071 INFO E| Compiling ucd-trie v0.1.7
32382026-02-19T21:34:21.146Z[ helios-setup] Feb 19 21:34:20.121 INFO E| Compiling dyn-clone v1.0.19
32392026-02-19T21:34:21.213Z[ host-package] Compiling hickory-proto v0.24.4
32402026-02-19T21:34:21.803Z[ helios-setup] Feb 19 21:34:20.777 INFO E| Compiling proc-macro-error v1.0.4
32412026-02-19T21:34:21.809Z[ helios-setup] Feb 19 21:34:20.784 INFO E| Compiling once_cell v1.21.3
32422026-02-19T21:34:22.062Z[ helios-setup] Feb 19 21:34:21.037 INFO E| Compiling quote v1.0.40
32432026-02-19T21:34:22.787Z[ helios-setup] Feb 19 21:34:21.762 INFO E| Compiling unicode-width v0.1.14
32442026-02-19T21:34:22.913Z[ helios-setup] Feb 19 21:34:21.888 INFO E| Compiling syn v2.0.101
32452026-02-19T21:34:23.987Z[ helios-setup] Feb 19 21:34:22.960 INFO E| Compiling heck v0.5.0
32462026-02-19T21:34:24.315Z[ helios-setup] Feb 19 21:34:23.290 INFO E| Compiling unicode-segmentation v1.12.0
32472026-02-19T21:34:24.358Z[ helios-setup] Feb 19 21:34:23.332 INFO E| Compiling textwrap v0.11.0
32482026-02-19T21:34:24.358Z[ helios-setup] Feb 19 21:34:23.332 INFO E| Compiling atty v0.2.14
32492026-02-19T21:34:24.547Z[ helios-setup] Feb 19 21:34:23.522 INFO E| Compiling unic-common v0.9.0
32502026-02-19T21:34:24.795Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32512026-02-19T21:34:24.803Z[ helios-setup] Feb 19 21:34:23.778 INFO E| Compiling parse_int v0.9.0
32522026-02-19T21:34:25.171Z[ helios-setup] Feb 19 21:34:24.146 INFO E| Compiling byteorder v1.5.0
32532026-02-19T21:34:25.189Z[ helios-setup] Feb 19 21:34:24.164 INFO E| Compiling vec_map v0.8.2
32542026-02-19T21:34:25.213Z[ helios-setup] Feb 19 21:34:24.188 INFO E| Compiling bitflags v1.3.2
32552026-02-19T21:34:25.337Z[ helios-setup] Feb 19 21:34:24.311 INFO E| Compiling unic-char-range v0.9.0
32562026-02-19T21:34:25.365Z[ helios-setup] Feb 19 21:34:24.340 INFO E| Compiling strum v0.27.1
32572026-02-19T21:34:25.505Z[ helios-setup] Feb 19 21:34:24.479 INFO E| Compiling strsim v0.8.0
32582026-02-19T21:34:25.812Z[ helios-setup] Feb 19 21:34:24.786 INFO E| Compiling heck v0.3.3
32592026-02-19T21:34:25.921Z[ helios-setup] Feb 19 21:34:24.895 INFO E| Compiling fletcher v1.0.0
32602026-02-19T21:34:26.047Z[ helios-setup] Feb 19 21:34:25.022 INFO E| Compiling ansi_term v0.12.1
32612026-02-19T21:34:26.151Z[ helios-setup] Feb 19 21:34:25.126 INFO E| Compiling unic-char-property v0.9.0
32622026-02-19T21:34:26.247Z[ helios-setup] Feb 19 21:34:25.221 INFO E| Compiling unic-ucd-version v0.9.0
32632026-02-19T21:34:26.308Z[ helios-setup] Feb 19 21:34:25.282 INFO E| Compiling log v0.4.27
32642026-02-19T21:34:26.375Z[ helios-setup] Feb 19 21:34:25.349 INFO E| Compiling plain v0.2.3
32652026-02-19T21:34:26.576Z[ helios-setup] Feb 19 21:34:25.550 INFO E| Compiling lazy_static v1.5.0
32662026-02-19T21:34:26.640Z[ helios-setup] Feb 19 21:34:25.614 INFO E| Compiling clap v2.34.0
32672026-02-19T21:34:26.643Z[ helios-setup] Feb 19 21:34:25.615 INFO E| Compiling unic-ucd-ident v0.9.0
32682026-02-19T21:34:26.672Z[ helios-setup] Feb 19 21:34:25.646 INFO E| Compiling bytesize v2.0.1
32692026-02-19T21:34:27.392Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32702026-02-19T21:34:28.803Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32712026-02-19T21:34:30.783Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-02-19T21:34:31.842Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32732026-02-19T21:34:32.699Z[ helios-setup] Feb 19 21:34:31.673 INFO E| Compiling serde_derive_internals v0.29.1
32742026-02-19T21:34:32.753Z[ helios-setup] Feb 19 21:34:31.727 INFO E| Compiling modular-bitfield-impl v0.11.2
32752026-02-19T21:34:32.753Z[ helios-setup] Feb 19 21:34:31.727 INFO E| Compiling structopt-derive v0.4.18
32762026-02-19T21:34:36.065Z[ helios-setup] Feb 19 21:34:35.033 INFO E| Compiling thiserror-impl v2.0.12
32772026-02-19T21:34:36.065Z[ helios-setup] Feb 19 21:34:35.033 INFO E| Compiling serde_derive v1.0.219
32782026-02-19T21:34:36.065Z[ helios-setup] Feb 19 21:34:35.033 INFO E| Compiling schemars_derive v0.8.22
32792026-02-19T21:34:36.070Z[ helios-setup] Feb 19 21:34:35.033 INFO E| Compiling zerocopy-derive v0.8.25
32802026-02-19T21:34:36.198Z[ helios-setup] Feb 19 21:34:35.172 INFO E| Compiling num-derive v0.4.2
32812026-02-19T21:34:36.631Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32822026-02-19T21:34:37.541Z[ helios-setup] Feb 19 21:34:36.514 INFO E| Compiling modular-bitfield-impl v0.13.1
32832026-02-19T21:34:37.561Z[ helios-setup] Feb 19 21:34:36.535 INFO E| Compiling modular-bitfield v0.11.2
32842026-02-19T21:34:39.320Z[ helios-setup] Feb 19 21:34:38.293 INFO E| Compiling scroll_derive v0.12.1
32852026-02-19T21:34:39.368Z[ helios-setup] Feb 19 21:34:38.342 INFO E| Compiling strum_macros v0.27.1
32862026-02-19T21:34:40.408Z[ helios-setup] Feb 19 21:34:39.382 INFO E| Compiling structopt v0.3.26
32872026-02-19T21:34:42.035Z[ helios-setup] Feb 19 21:34:41.009 INFO E| Compiling pest v2.8.0
32882026-02-19T21:34:42.386Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32892026-02-19T21:34:42.589Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32902026-02-19T21:34:42.651Z[ helios-setup] Feb 19 21:34:41.621 INFO E| Compiling scroll v0.12.0
32912026-02-19T21:34:43.298Z[ helios-setup] Feb 19 21:34:42.271 INFO E| Compiling modular-bitfield v0.13.1
32922026-02-19T21:34:43.715Z[ helios-setup] Feb 19 21:34:42.688 INFO E| Compiling goblin v0.9.3
32932026-02-19T21:34:47.235Z[ helios-setup] Feb 19 21:34:46.208 INFO E| Compiling pest_meta v2.8.0
32942026-02-19T21:34:48.326Z[ host-package] Compiling hickory-resolver v0.24.4
32952026-02-19T21:34:49.431Z[ helios-setup] Feb 19 21:34:48.404 INFO E| Compiling pest_generator v2.8.0
32962026-02-19T21:34:52.122Z[ helios-setup] Feb 19 21:34:51.095 INFO E| Compiling pest_derive v2.8.0
32972026-02-19T21:34:53.965Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32982026-02-19T21:34:55.569Z[ helios-setup] Feb 19 21:34:54.541 INFO E| Compiling json5 v0.4.1
32992026-02-19T21:34:56.256Z[ host-package] Compiling convert_case v0.7.1
33002026-02-19T21:34:57.292Z[ host-package] Compiling qorb v0.4.1
33012026-02-19T21:34:57.412Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33022026-02-19T21:34:57.574Z[ host-package] Compiling derive_more-impl v2.0.1
33032026-02-19T21:34:58.224Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33042026-02-19T21:35:00.868Z[ helios-setup] Feb 19 21:34:59.840 INFO E| Compiling four-cc v0.4.0
33052026-02-19T21:35:00.868Z[ helios-setup] Feb 19 21:34:59.840 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33062026-02-19T21:35:01.145Z[ helios-setup] Feb 19 21:35:00.117 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33072026-02-19T21:35:08.061Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33082026-02-19T21:35:10.954Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33092026-02-19T21:35:14.341Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33102026-02-19T21:35:14.401Z[ host-package] Compiling derive_more v2.0.1
33112026-02-19T21:35:14.601Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33122026-02-19T21:35:14.668Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33132026-02-19T21:35:15.134Z[ host-package] Compiling vte_generate_state_changes v0.1.2
33142026-02-19T21:35:15.178Z[ host-package] Compiling termtree v0.5.1
33152026-02-19T21:35:15.194Z[ host-package] Compiling siphasher v1.0.1
33162026-02-19T21:35:15.628Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-02-19T21:35:15.880Z[ host-package] Compiling phf_shared v0.12.1
33182026-02-19T21:35:16.007Z[ host-package] Compiling vte v0.11.1
33192026-02-19T21:35:16.595Z[ host-package] Compiling crossterm v0.29.0
33202026-02-19T21:35:17.838Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33212026-02-19T21:35:24.683Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33222026-02-19T21:35:24.744Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33232026-02-19T21:35:25.489Z[ host-package] Compiling csv-core v0.1.11
33242026-02-19T21:35:26.098Z[ host-package] Compiling chrono-tz v0.10.4
33252026-02-19T21:35:26.472Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33262026-02-19T21:35:26.953Z[ host-package] Compiling csv v1.3.1
33272026-02-19T21:35:27.038Z[ host-package] Compiling strip-ansi-escapes v0.2.0
33282026-02-19T21:35:27.945Z[ host-package] Compiling phf v0.12.1
33292026-02-19T21:35:28.072Z[ host-package] Compiling const_format_proc_macros v0.2.34
33302026-02-19T21:35:28.352Z[ host-package] Compiling papergrid v0.11.0
33312026-02-19T21:35:29.856Z[ host-package] Compiling tabled_derive v0.7.0
33322026-02-19T21:35:30.211Z[ host-package] Compiling fd-lock v4.0.2
33332026-02-19T21:35:30.585Z[ host-package] Compiling peg-macros v0.8.5
33342026-02-19T21:35:32.241Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33352026-02-19T21:35:32.372Z[ host-package] Compiling nu-ansi-term v0.50.1
33362026-02-19T21:35:33.373Z[ host-package] Compiling highway v1.3.0
33372026-02-19T21:35:33.717Z[ host-package] Compiling reedline v0.40.0
33382026-02-19T21:35:34.054Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33392026-02-19T21:35:34.391Z[ host-package] Compiling peg v0.8.5
33402026-02-19T21:35:34.572Z[ host-package] Compiling tough v0.20.0
33412026-02-19T21:35:35.115Z[ host-package] Compiling tabled v0.15.0
33422026-02-19T21:35:37.739Z[ host-package] Compiling const_format v0.2.34
33432026-02-19T21:35:39.086Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-02-19T21:35:45.426Z[ helios-setup] Feb 19 21:35:44.395 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33452026-02-19T21:35:48.104Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33462026-02-19T21:35:48.669Z[ host-package] Compiling bcs v0.1.6
33472026-02-19T21:35:49.885Z[ host-package] Compiling semver v0.1.20
33482026-02-19T21:35:50.710Z[ host-package] Compiling rustc_version v0.1.7
33492026-02-19T21:35:51.062Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33502026-02-19T21:35:51.281Z[ host-package] Compiling newtype_derive v0.1.6
33512026-02-19T21:35:51.599Z[ host-package] Compiling smawk v0.3.2
33522026-02-19T21:35:51.735Z[ host-package] Compiling humantime v2.2.0
33532026-02-19T21:35:52.131Z[ host-package] Compiling unicode-linebreak v0.1.5
33542026-02-19T21:35:53.291Z[ host-package] Compiling textwrap v0.16.2
33552026-02-19T21:35:53.630Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
33562026-02-19T21:35:54.706Z[ helios-setup] Feb 19 21:35:53.671 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33572026-02-19T21:35:55.079Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33582026-02-19T21:35:56.329Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33592026-02-19T21:35:57.442Z[ host-package] Compiling steno v0.4.1
33602026-02-19T21:35:58.632Z[ host-package] Compiling utf-8 v0.7.6
33612026-02-19T21:35:59.314Z[ host-package] Compiling moka v0.12.10
33622026-02-19T21:35:59.731Z[ host-package] Compiling tagptr v0.2.0
33632026-02-19T21:36:00.985Z[ host-package] Compiling tungstenite v0.21.0
33642026-02-19T21:36:04.009Z[ host-package] Compiling hickory-resolver v0.25.2
33652026-02-19T21:36:04.372Z[ host-package] Compiling tokio-tungstenite v0.21.0
33662026-02-19T21:36:05.243Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33672026-02-19T21:36:05.718Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33682026-02-19T21:36:06.536Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
33692026-02-19T21:36:06.715Z[ host-package] Compiling proc-macro-error2 v2.0.1
33702026-02-19T21:36:07.660Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33712026-02-19T21:36:13.750Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33722026-02-19T21:36:19.825Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33732026-02-19T21:36:22.125Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33742026-02-19T21:36:22.960Z[ helios-setup] Feb 19 21:36:21.926 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
33752026-02-19T21:36:23.013Z[ helios-setup] Feb 19 21:36:21.979 INFO building project "amd-host-image-builder" ok (127 seconds)
33762026-02-19T21:36:23.016Z[ helios-setup] Feb 19 21:36:21.979 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33772026-02-19T21:36:23.129Z[ helios-setup] Feb 19 21:36:22.096 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
33782026-02-19T21:36:23.132Z[ helios-setup] Feb 19 21:36:22.096 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33792026-02-19T21:36:23.132Z[ helios-setup] Feb 19 21:36:22.096 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33802026-02-19T21:36:23.714Z[ host-package] Compiling num-derive v0.3.3
33812026-02-19T21:36:23.788Z[ helios-setup] Feb 19 21:36:22.755 INFO E| Downloading crates ...
33822026-02-19T21:36:23.923Z[ helios-setup] Feb 19 21:36:22.889 INFO E| Downloaded darling_macro v0.20.11
33832026-02-19T21:36:23.926Z[ helios-setup] Feb 19 21:36:22.892 INFO E| Downloaded darling v0.20.11
33842026-02-19T21:36:23.933Z[ helios-setup] Feb 19 21:36:22.900 INFO E| Downloaded deranged v0.4.0
33852026-02-19T21:36:23.936Z[ helios-setup] Feb 19 21:36:22.902 INFO E| Downloaded bitflags v2.9.1
33862026-02-19T21:36:23.972Z[ helios-setup] Feb 19 21:36:22.938 INFO E| Downloaded time-macros v0.2.22
33872026-02-19T21:36:23.975Z[ helios-setup] Feb 19 21:36:22.942 INFO E| Downloaded fastrand v2.3.0
33882026-02-19T21:36:23.978Z[ helios-setup] Feb 19 21:36:22.944 INFO E| Downloaded time-core v0.1.4
33892026-02-19T21:36:24.067Z[ helios-setup] Feb 19 21:36:23.033 INFO E| Downloaded serde_with_macros v3.12.0
33902026-02-19T21:36:24.070Z[ helios-setup] Feb 19 21:36:23.037 INFO E| Downloaded tempfile v3.20.0
33912026-02-19T21:36:24.075Z[ helios-setup] Feb 19 21:36:23.042 INFO E| Downloaded anyhow v1.0.98
33922026-02-19T21:36:24.081Z[ helios-setup] Feb 19 21:36:23.048 INFO E| Downloaded indexmap v2.9.0
33932026-02-19T21:36:24.089Z[ helios-setup] Feb 19 21:36:23.055 INFO E| Downloaded getrandom v0.3.3
33942026-02-19T21:36:24.094Z[ helios-setup] Feb 19 21:36:23.061 INFO E| Downloaded darling_core v0.20.11
33952026-02-19T21:36:24.132Z[ helios-setup] Feb 19 21:36:23.099 INFO E| Downloaded hashbrown v0.15.3
33962026-02-19T21:36:24.141Z[ helios-setup] Feb 19 21:36:23.108 INFO E| Downloaded serde_with v3.12.0
33972026-02-19T21:36:24.165Z[ helios-setup] Feb 19 21:36:23.132 INFO E| Downloaded time v0.3.41
33982026-02-19T21:36:24.181Z[ helios-setup] Feb 19 21:36:23.147 INFO E| Downloaded chrono v0.4.41
33992026-02-19T21:36:24.201Z[ helios-setup] Feb 19 21:36:23.168 INFO E| Downloaded rustix v1.0.7
34002026-02-19T21:36:24.330Z[ helios-setup] Feb 19 21:36:23.296 INFO E| Compiling proc-macro2 v1.0.95
34012026-02-19T21:36:24.330Z[ helios-setup] Feb 19 21:36:23.296 INFO E| Compiling unicode-ident v1.0.18
34022026-02-19T21:36:24.333Z[ helios-setup] Feb 19 21:36:23.296 INFO E| Compiling libc v0.2.172
34032026-02-19T21:36:24.334Z[ helios-setup] Feb 19 21:36:23.296 INFO E| Compiling ident_case v1.0.1
34042026-02-19T21:36:24.334Z[ helios-setup] Feb 19 21:36:23.297 INFO E| Compiling fnv v1.0.7
34052026-02-19T21:36:24.334Z[ helios-setup] Feb 19 21:36:23.297 INFO E| Compiling strsim v0.11.1
34062026-02-19T21:36:24.334Z[ helios-setup] Feb 19 21:36:23.297 INFO E| Compiling serde v1.0.219
34072026-02-19T21:36:24.371Z[ helios-setup] Feb 19 21:36:23.337 INFO E| Compiling rustix v1.0.7
34082026-02-19T21:36:24.787Z[ helios-setup] Feb 19 21:36:23.754 INFO E| Compiling getrandom v0.3.3
34092026-02-19T21:36:24.970Z[ helios-setup] Feb 19 21:36:23.936 INFO E| Compiling serde_json v1.0.140
34102026-02-19T21:36:25.167Z[ helios-setup] Feb 19 21:36:24.134 INFO E| Compiling bitflags v2.9.1
34112026-02-19T21:36:25.455Z[ helios-setup] Feb 19 21:36:24.422 INFO E| Compiling anyhow v1.0.98
34122026-02-19T21:36:25.930Z[ host-package] Compiling vergen-gitcl v1.0.8
34132026-02-19T21:36:25.972Z[ helios-setup] Feb 19 21:36:24.939 INFO E| Compiling cfg-if v1.0.0
34142026-02-19T21:36:26.055Z[ helios-setup] Feb 19 21:36:25.022 INFO E| Compiling thiserror v2.0.12
34152026-02-19T21:36:26.131Z[ helios-setup] Feb 19 21:36:25.097 INFO E| Compiling itoa v1.0.15
34162026-02-19T21:36:26.261Z[ helios-setup] Feb 19 21:36:25.227 INFO E| Compiling once_cell v1.21.3
34172026-02-19T21:36:26.278Z[ helios-setup] Feb 19 21:36:25.241 INFO E| Compiling memchr v2.7.4
34182026-02-19T21:36:26.728Z[ helios-setup] Feb 19 21:36:25.694 INFO E| Compiling fastrand v2.3.0
34192026-02-19T21:36:26.933Z[ host-package] Compiling dirs-sys-next v0.1.2
34202026-02-19T21:36:27.086Z[ helios-setup] Feb 19 21:36:26.048 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34212026-02-19T21:36:27.223Z[ helios-setup] Feb 19 21:36:26.188 INFO E| Compiling ryu v1.0.20
34222026-02-19T21:36:27.293Z[ host-package] Compiling libscf-sys v1.1.0
34232026-02-19T21:36:27.887Z[ helios-setup] Feb 19 21:36:26.849 INFO E| Compiling errno v0.3.12
34242026-02-19T21:36:27.937Z[ host-package] Compiling crunchy v0.2.2
34252026-02-19T21:36:28.027Z[ host-package] Compiling maplit v1.0.2
34262026-02-19T21:36:28.327Z[ helios-setup] Feb 19 21:36:27.294 INFO E| Compiling quote v1.0.40
34272026-02-19T21:36:28.363Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34282026-02-19T21:36:28.889Z[ helios-setup] Feb 19 21:36:27.856 INFO E| Compiling syn v2.0.101
34292026-02-19T21:36:29.390Z[ host-package] Compiling dirs-next v2.0.0
34302026-02-19T21:36:30.106Z[ host-package] Compiling dsl_auto_type v0.1.2
34312026-02-19T21:36:30.925Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34322026-02-19T21:36:31.087Z[ helios-setup] Feb 19 21:36:30.054 INFO E| Compiling tempfile v3.20.0
34332026-02-19T21:36:31.687Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34342026-02-19T21:36:31.772Z[ host-package] Compiling tiny-keccak v2.0.2
34352026-02-19T21:36:32.263Z[ host-package] Compiling diesel_derives v2.2.3
34362026-02-19T21:36:32.721Z[ host-package] Compiling r2d2 v0.8.10
34372026-02-19T21:36:32.928Z[ host-package] Compiling term v0.7.0
34382026-02-19T21:36:33.457Z[ host-package] Compiling tabled_derive v0.11.0
34392026-02-19T21:36:33.606Z[ host-package] Compiling papergrid v0.17.0
34402026-02-19T21:36:34.220Z[ host-package] Compiling testing_table v0.3.0
34412026-02-19T21:36:34.275Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34422026-02-19T21:36:35.204Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34432026-02-19T21:36:35.720Z[ host-package] Compiling arc-swap v1.7.1
34442026-02-19T21:36:36.300Z[ host-package] Compiling bit-vec v0.6.3
34452026-02-19T21:36:36.447Z[ helios-setup] Feb 19 21:36:35.413 INFO E| Compiling darling_core v0.20.11
34462026-02-19T21:36:36.609Z[ host-package] Compiling xshell-macros v0.2.7
34472026-02-19T21:36:37.085Z[ host-package] Compiling tabled v0.20.0
34482026-02-19T21:36:37.703Z[ host-package] Compiling xshell v0.2.7
34492026-02-19T21:36:38.255Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34502026-02-19T21:36:38.802Z[ helios-setup] Feb 19 21:36:37.768 INFO E| Compiling serde_derive v1.0.219
34512026-02-19T21:36:38.806Z[ helios-setup] Feb 19 21:36:37.768 INFO E| Compiling thiserror-impl v2.0.12
34522026-02-19T21:36:41.629Z[ host-package] Compiling bit-set v0.5.3
34532026-02-19T21:36:42.279Z[ host-package] Compiling slog-scope v4.4.0
34542026-02-19T21:36:42.656Z[ helios-setup] Feb 19 21:36:41.622 INFO E| Compiling darling_macro v0.20.11
34552026-02-19T21:36:43.566Z[ host-package] Compiling ascii-canvas v3.0.0
34562026-02-19T21:36:44.115Z[ helios-setup] Feb 19 21:36:43.079 INFO E| Compiling darling v0.20.11
34572026-02-19T21:36:44.289Z[ helios-setup] Feb 19 21:36:43.254 INFO E| Compiling serde_with_macros v3.12.0
34582026-02-19T21:36:45.129Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34592026-02-19T21:36:45.635Z[ host-package] Compiling diesel v2.2.12
34602026-02-19T21:36:50.731Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34612026-02-19T21:36:51.807Z[ host-package] Compiling ena v0.14.3
34622026-02-19T21:36:51.879Z[ host-package] Compiling diff v0.1.13
34632026-02-19T21:36:52.322Z[ host-package] Compiling unicase v2.8.1
34642026-02-19T21:36:52.432Z[ host-package] Compiling regex-syntax v0.6.29
34652026-02-19T21:36:53.096Z[ host-package] Compiling bindgen v0.71.1
34662026-02-19T21:36:53.619Z[ helios-setup] Feb 19 21:36:52.583 INFO E| Compiling serde_with v3.12.0
34672026-02-19T21:36:54.099Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34682026-02-19T21:36:56.853Z[ host-package] Compiling lalrpop v0.19.12
34692026-02-19T21:36:58.595Z[ host-package] Compiling slog-stdlog v4.1.1
34702026-02-19T21:36:59.666Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34712026-02-19T21:37:01.383Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34722026-02-19T21:37:03.486Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34732026-02-19T21:37:03.993Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34742026-02-19T21:37:04.054Z[ host-package] Compiling crc8 v0.1.1
34752026-02-19T21:37:04.272Z[ helios-setup] Feb 19 21:37:03.236 INFO E| Finished `release` profile [optimized] target(s) in 41.01s
34762026-02-19T21:37:04.307Z[ helios-setup] Feb 19 21:37:03.270 INFO building project "dmar-report" ok (41 seconds)
34772026-02-19T21:37:04.307Z[ helios-setup] Feb 19 21:37:03.271 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34782026-02-19T21:37:04.491Z[ helios-setup] Feb 19 21:37:03.435 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
34792026-02-19T21:37:04.491Z[ helios-setup] Feb 19 21:37:03.435 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34802026-02-19T21:37:04.492Z[ helios-setup] Feb 19 21:37:03.435 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34812026-02-19T21:37:04.534Z[ host-package] Compiling slog-envlogger v2.2.0
34822026-02-19T21:37:04.758Z[ helios-setup] Feb 19 21:37:03.721 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34832026-02-19T21:37:04.803Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34842026-02-19T21:37:05.211Z[ helios-setup] Feb 19 21:37:04.174 INFO E| From https://github.com/jclulow/rust-jmclib
34852026-02-19T21:37:05.211Z[ helios-setup] Feb 19 21:37:04.174 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34862026-02-19T21:37:05.230Z[ helios-setup] Feb 19 21:37:04.194 INFO E| Updating crates.io index
34872026-02-19T21:37:05.343Z[ helios-setup] Feb 19 21:37:04.306 INFO E| Downloading crates ...
34882026-02-19T21:37:05.514Z[ helios-setup] Feb 19 21:37:04.478 INFO E| Downloaded md-5 v0.9.1
34892026-02-19T21:37:05.517Z[ helios-setup] Feb 19 21:37:04.481 INFO E| Downloaded opaque-debug v0.3.0
34902026-02-19T21:37:05.520Z[ helios-setup] Feb 19 21:37:04.482 INFO E| Downloaded libdevinfo-sys v1.0.0
34912026-02-19T21:37:05.521Z[ helios-setup] Feb 19 21:37:04.484 INFO E| Downloaded anyhow v1.0.72
34922026-02-19T21:37:05.524Z[ helios-setup] Feb 19 21:37:04.489 INFO E| Downloaded cpufeatures v0.2.9
34932026-02-19T21:37:05.528Z[ helios-setup] Feb 19 21:37:04.490 INFO E| Downloaded digest v0.9.0
34942026-02-19T21:37:05.532Z[ helios-setup] Feb 19 21:37:04.492 INFO E| Downloaded errno v0.3.1
34952026-02-19T21:37:05.532Z[ helios-setup] Feb 19 21:37:04.494 INFO E| Downloaded sha-1 v0.9.8
34962026-02-19T21:37:05.535Z[ helios-setup] Feb 19 21:37:04.497 INFO E| Downloaded itoa v1.0.9
34972026-02-19T21:37:05.535Z[ helios-setup] Feb 19 21:37:04.498 INFO E| Downloaded block-buffer v0.9.0
34982026-02-19T21:37:05.569Z[ helios-setup] Feb 19 21:37:04.533 INFO E| Downloaded walkdir v2.3.3
34992026-02-19T21:37:05.572Z[ helios-setup] Feb 19 21:37:04.536 INFO E| Downloaded glob v0.3.1
35002026-02-19T21:37:05.576Z[ helios-setup] Feb 19 21:37:04.537 INFO E| Downloaded fastrand v2.0.0
35012026-02-19T21:37:05.612Z[ helios-setup] Feb 19 21:37:04.576 INFO E| Downloaded uuid v0.8.2
35022026-02-19T21:37:05.616Z[ helios-setup] Feb 19 21:37:04.580 INFO E| Downloaded ryu v1.0.15
35032026-02-19T21:37:05.623Z[ helios-setup] Feb 19 21:37:04.584 INFO E| Downloaded proc-macro2 v1.0.66
35042026-02-19T21:37:05.626Z[ helios-setup] Feb 19 21:37:04.588 INFO E| Downloaded once_cell v1.18.0
35052026-02-19T21:37:05.630Z[ helios-setup] Feb 19 21:37:04.591 INFO E| Downloaded serde_derive v1.0.193
35062026-02-19T21:37:05.633Z[ helios-setup] Feb 19 21:37:04.594 INFO E| Downloaded toml v0.5.11
35072026-02-19T21:37:05.637Z[ helios-setup] Feb 19 21:37:04.598 INFO E| Downloaded unicode-ident v1.0.11
35082026-02-19T21:37:05.640Z[ helios-setup] Feb 19 21:37:04.601 INFO E| Downloaded serde v1.0.193
35092026-02-19T21:37:05.710Z[ helios-setup] Feb 19 21:37:04.621 INFO E| Downloaded getrandom v0.2.10
35102026-02-19T21:37:05.710Z[ helios-setup] Feb 19 21:37:04.626 INFO E| Downloaded bitflags v2.3.3
35112026-02-19T21:37:05.714Z[ helios-setup] Feb 19 21:37:04.630 INFO E| Downloaded typenum v1.16.0
35122026-02-19T21:37:05.714Z[ helios-setup] Feb 19 21:37:04.634 INFO E| Downloaded serde_json v1.0.103
35132026-02-19T21:37:05.714Z[ helios-setup] Feb 19 21:37:04.645 INFO E| Downloaded tempfile v3.7.0
35142026-02-19T21:37:05.714Z[ helios-setup] Feb 19 21:37:04.648 INFO E| Downloaded syn v2.0.32
35152026-02-19T21:37:05.714Z[ helios-setup] Feb 19 21:37:04.674 INFO E| Downloaded quote v1.0.31
35162026-02-19T21:37:05.738Z[ helios-setup] Feb 19 21:37:04.702 INFO E| Downloaded rustix v0.38.4
35172026-02-19T21:37:05.803Z[ helios-setup] Feb 19 21:37:04.766 INFO E| Downloaded libc v0.2.147
35182026-02-19T21:37:05.870Z[ host-package] Compiling headers-core v0.3.0
35192026-02-19T21:37:05.912Z[ helios-setup] Feb 19 21:37:04.875 INFO E| Compiling libc v0.2.147
35202026-02-19T21:37:05.915Z[ helios-setup] Feb 19 21:37:04.876 INFO E| Compiling proc-macro2 v1.0.66
35212026-02-19T21:37:05.916Z[ helios-setup] Feb 19 21:37:04.876 INFO E| Compiling cfg-if v1.0.0
35222026-02-19T21:37:05.916Z[ helios-setup] Feb 19 21:37:04.876 INFO E| Compiling unicode-ident v1.0.11
35232026-02-19T21:37:05.916Z[ helios-setup] Feb 19 21:37:04.876 INFO E| Compiling typenum v1.16.0
35242026-02-19T21:37:05.916Z[ helios-setup] Feb 19 21:37:04.876 INFO E| Compiling version_check v0.9.4
35252026-02-19T21:37:05.916Z[ helios-setup] Feb 19 21:37:04.876 INFO E| Compiling serde v1.0.193
35262026-02-19T21:37:05.916Z[ helios-setup] Feb 19 21:37:04.876 INFO E| Compiling num-conv v0.1.0
35272026-02-19T21:37:06.133Z[ host-package] Compiling libxml v0.3.3
35282026-02-19T21:37:06.543Z[ helios-setup] Feb 19 21:37:05.506 INFO E| Compiling rustix v0.38.4
35292026-02-19T21:37:06.682Z[ helios-setup] Feb 19 21:37:05.645 INFO E| Compiling slog v2.7.0
35302026-02-19T21:37:06.682Z[ helios-setup] Feb 19 21:37:05.645 INFO E| Compiling time-core v0.1.2
35312026-02-19T21:37:07.111Z[ helios-setup] Feb 19 21:37:06.075 INFO E| Compiling itoa v1.0.9
35322026-02-19T21:37:07.337Z[ helios-setup] Feb 19 21:37:06.300 INFO E| Compiling generic-array v0.14.7
35332026-02-19T21:37:07.448Z[ helios-setup] Feb 19 21:37:06.412 INFO E| Compiling powerfmt v0.2.0
35342026-02-19T21:37:07.544Z[ host-package] Compiling headers v0.4.1
35352026-02-19T21:37:07.807Z[ helios-setup] Feb 19 21:37:06.770 INFO E| Compiling time-macros v0.2.18
35362026-02-19T21:37:07.956Z[ helios-setup] Feb 19 21:37:06.920 INFO E| Compiling deranged v0.3.11
35372026-02-19T21:37:08.029Z[ helios-setup] Feb 19 21:37:06.992 INFO E| Compiling bitflags v2.3.3
35382026-02-19T21:37:08.241Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35392026-02-19T21:37:08.332Z[ helios-setup] Feb 19 21:37:07.292 INFO E| Compiling once_cell v1.18.0
35402026-02-19T21:37:08.483Z[ helios-setup] Feb 19 21:37:07.446 INFO E| Compiling num_threads v0.1.6
35412026-02-19T21:37:09.057Z[ helios-setup] Feb 19 21:37:08.020 INFO E| Compiling thread_local v1.1.7
35422026-02-19T21:37:09.258Z[ helios-setup] Feb 19 21:37:08.179 INFO E| Compiling opaque-debug v0.3.0
35432026-02-19T21:37:09.640Z[ helios-setup] Feb 19 21:37:08.603 INFO E| Compiling quote v1.0.31
35442026-02-19T21:37:10.259Z[ helios-setup] Feb 19 21:37:09.220 INFO E| Compiling dirs-sys-next v0.1.2
35452026-02-19T21:37:10.333Z[ helios-setup] Feb 19 21:37:09.296 INFO E| Compiling errno v0.3.1
35462026-02-19T21:37:10.358Z[ helios-setup] Feb 19 21:37:09.321 INFO E| Compiling atty v0.2.14
35472026-02-19T21:37:10.726Z[ helios-setup] Feb 19 21:37:09.688 INFO E| Compiling syn v2.0.32
35482026-02-19T21:37:10.836Z[ helios-setup] Feb 19 21:37:09.799 INFO E| Compiling dirs-next v2.0.0
35492026-02-19T21:37:10.972Z[ helios-setup] Feb 19 21:37:09.935 INFO E| Compiling serde_json v1.0.103
35502026-02-19T21:37:11.217Z[ helios-setup] Feb 19 21:37:10.180 INFO E| Compiling term v0.7.0
35512026-02-19T21:37:11.302Z[ helios-setup] Feb 19 21:37:10.266 INFO E| Compiling anyhow v1.0.72
35522026-02-19T21:37:11.676Z[ helios-setup] Feb 19 21:37:10.639 INFO E| Compiling fastrand v2.0.0
35532026-02-19T21:37:12.221Z[ helios-setup] Feb 19 21:37:11.184 INFO E| Compiling digest v0.9.0
35542026-02-19T21:37:12.315Z[ helios-setup] Feb 19 21:37:11.278 INFO E| Compiling block-buffer v0.9.0
35552026-02-19T21:37:12.707Z[ helios-setup] Feb 19 21:37:11.670 INFO E| Compiling getrandom v0.2.10
35562026-02-19T21:37:12.718Z[ helios-setup] Feb 19 21:37:11.681 INFO E| Compiling cpufeatures v0.2.9
35572026-02-19T21:37:12.838Z[ helios-setup] Feb 19 21:37:11.802 INFO E| Compiling same-file v1.0.6
35582026-02-19T21:37:12.985Z[ helios-setup] Feb 19 21:37:11.949 INFO E| Compiling time v0.3.36
35592026-02-19T21:37:13.049Z[ helios-setup] Feb 19 21:37:12.012 INFO E| Compiling unicode-width v0.1.10
35602026-02-19T21:37:13.401Z[ helios-setup] Feb 19 21:37:12.365 INFO E| Compiling ryu v1.0.15
35612026-02-19T21:37:13.402Z[ helios-setup] Feb 19 21:37:12.365 INFO E| Compiling getopts v0.2.21
35622026-02-19T21:37:13.480Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35632026-02-19T21:37:13.571Z[ helios-setup] Feb 19 21:37:12.534 INFO E| Compiling walkdir v2.3.3
35642026-02-19T21:37:14.211Z[ helios-setup] Feb 19 21:37:13.173 INFO E| Compiling tempfile v3.7.0
35652026-02-19T21:37:14.299Z[ helios-setup] Feb 19 21:37:13.262 INFO E| Compiling sha-1 v0.9.8
35662026-02-19T21:37:14.456Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35672026-02-19T21:37:14.887Z[ helios-setup] Feb 19 21:37:13.850 INFO E| Compiling md-5 v0.9.1
35682026-02-19T21:37:14.982Z[ helios-setup] Feb 19 21:37:13.945 INFO E| Compiling glob v0.3.1
35692026-02-19T21:37:15.161Z[ helios-setup] Feb 19 21:37:14.124 INFO E| Compiling libdevinfo-sys v1.0.0
35702026-02-19T21:37:16.393Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35712026-02-19T21:37:16.809Z[ helios-setup] Feb 19 21:37:15.771 INFO E| Compiling slog-term v2.9.0
35722026-02-19T21:37:17.180Z[ host-package] Compiling strum_macros v0.24.3
35732026-02-19T21:37:17.551Z[ helios-setup] Feb 19 21:37:16.512 INFO E| Compiling serde_derive v1.0.193
35742026-02-19T21:37:20.968Z[ host-package] Compiling indoc v1.0.9
35752026-02-19T21:37:23.596Z[ host-package] Compiling samael v0.0.19
35762026-02-19T21:37:26.637Z[ host-package] Compiling polar-core v0.27.3
35772026-02-19T21:37:26.935Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35782026-02-19T21:37:27.261Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35792026-02-19T21:37:27.480Z[ host-package] Compiling derive_builder v0.20.2
35802026-02-19T21:37:27.878Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35812026-02-19T21:37:29.607Z[ host-package] Compiling oso-derive v0.27.3
35822026-02-19T21:37:30.201Z[ helios-setup] Feb 19 21:37:29.163 INFO E| Compiling toml v0.5.11
35832026-02-19T21:37:30.201Z[ helios-setup] Feb 19 21:37:29.163 INFO E| Compiling uuid v0.8.2
35842026-02-19T21:37:30.970Z[ host-package] Compiling quick-xml v0.37.2
35852026-02-19T21:37:32.512Z[ helios-setup] Feb 19 21:37:31.474 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35862026-02-19T21:37:34.296Z[ helios-setup] Feb 19 21:37:33.258 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35872026-02-19T21:37:34.756Z[ host-package] Compiling half v1.8.3
35882026-02-19T21:37:34.814Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35892026-02-19T21:37:35.904Z[ host-package] Compiling serde_cbor v0.11.2
35902026-02-19T21:37:38.392Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35912026-02-19T21:37:38.483Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35922026-02-19T21:37:44.221Z[ helios-setup] Feb 19 21:37:43.182 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.61s
35932026-02-19T21:37:44.256Z[ helios-setup] Feb 19 21:37:43.217 INFO building project "image-builder" ok (39 seconds)
35942026-02-19T21:37:44.261Z[ helios-setup] rm -f helios-build
35952026-02-19T21:37:44.264Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35962026-02-19T21:37:44.268Z[ helios-setup]
35972026-02-19T21:37:44.268Z[ helios-setup] Setup complete! ./helios-build is now available.
35982026-02-19T21:37:44.271Z[ helios-setup]
35992026-02-19T21:37:44.271Z[ helios-setup]
36002026-02-19T21:37:44.271Z[ helios-setup] real 7:26.044194250
36012026-02-19T21:37:44.271Z[ helios-setup] user 17:11.290239855
36022026-02-19T21:37:44.271Z[ helios-setup] sys 1:57.545640605
36032026-02-19T21:37:44.271Z[ helios-setup] trap 1.165570780
36042026-02-19T21:37:44.271Z[ helios-setup] tflt 3.784243401
36052026-02-19T21:37:44.271Z[ helios-setup] dflt 12.441960350
36062026-02-19T21:37:44.271Z[ helios-setup] kflt 0.000539877
36072026-02-19T21:37:44.271Z[ helios-setup] lock 1:19:24.571299162
36082026-02-19T21:37:44.271Z[ helios-setup] slp 2:00:59.192343148
36092026-02-19T21:37:44.271Z[ helios-setup] lat 15:24.679212595
36102026-02-19T21:37:44.271Z[ helios-setup] stop 2:25.098825541
36112026-02-19T21:37:44.272ZFeb 19 21:37:43.232 INFO [helios-setup] process exited with exit status: 0 (446.048044297s)
36122026-02-19T21:37:44.272ZFeb 19 21:37:43.232 INFO [helios-record] running task
36132026-02-19T21:37:44.272ZFeb 19 21:37:43.232 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36142026-02-19T21:37:44.278ZFeb 19 21:37:43.239 DEBG process exited with exit status: 0 (7.201581ms)
36152026-02-19T21:37:44.279ZFeb 19 21:37:43.239 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36162026-02-19T21:37:44.284ZFeb 19 21:37:43.246 DEBG process exited with exit status: 0 (6.16058ms)
36172026-02-19T21:37:44.284ZFeb 19 21:37:43.246 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36182026-02-19T21:37:44.290ZFeb 19 21:37:43.252 DEBG process exited with exit status: 0 (6.038366ms)
36192026-02-19T21:37:44.290ZFeb 19 21:37:43.252 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36202026-02-19T21:37:44.296ZFeb 19 21:37:43.257 DEBG process exited with exit status: 0 (5.686661ms)
36212026-02-19T21:37:44.296ZFeb 19 21:37:43.257 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36222026-02-19T21:37:44.302ZFeb 19 21:37:43.263 DEBG process exited with exit status: 0 (5.807186ms)
36232026-02-19T21:37:44.302ZFeb 19 21:37:43.263 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36242026-02-19T21:37:44.307ZFeb 19 21:37:43.269 DEBG process exited with exit status: 0 (5.441673ms)
36252026-02-19T21:37:44.307ZFeb 19 21:37:43.269 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36262026-02-19T21:37:44.314ZFeb 19 21:37:43.275 DEBG process exited with exit status: 0 (6.306863ms)
36272026-02-19T21:37:44.314ZFeb 19 21:37:43.275 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36282026-02-19T21:37:44.320ZFeb 19 21:37:43.281 DEBG process exited with exit status: 0 (6.326452ms)
36292026-02-19T21:37:44.320ZFeb 19 21:37:43.281 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36302026-02-19T21:37:44.326ZFeb 19 21:37:43.288 DEBG process exited with exit status: 0 (6.252686ms)
36312026-02-19T21:37:44.330ZFeb 19 21:37:43.288 INFO [helios-record] task succeeded (56.335344ms)
36322026-02-19T21:37:47.904Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36332026-02-19T21:37:48.835Z[ host-package] Compiling diesel-dtrace v0.4.2
36342026-02-19T21:37:52.432Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36352026-02-19T21:37:58.284Z[ host-package] Compiling oso v0.27.3
36362026-02-19T21:37:58.872Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36372026-02-19T21:37:59.300Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36382026-02-19T21:38:02.390Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36392026-02-19T21:38:02.747Z[ host-package] Compiling bb8 v0.8.5
36402026-02-19T21:38:03.481Z[ host-package] Compiling trait-variant v0.1.2
36412026-02-19T21:38:03.520Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36422026-02-19T21:38:03.880Z[ host-package] Compiling async-bb8-diesel v0.2.1
36432026-02-19T21:38:04.645Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36442026-02-19T21:38:04.684Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36452026-02-19T21:38:04.735Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36462026-02-19T21:38:07.850Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36472026-02-19T21:38:08.271Z[ host-package] Compiling fxhash v0.2.1
36482026-02-19T21:38:08.582Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36492026-02-19T21:38:09.149Z[ host-package] Compiling typify-impl v0.2.0
36502026-02-19T21:38:09.417Z[ host-package] Compiling kstat-rs v0.2.4
36512026-02-19T21:38:10.425Z[ host-package] Compiling libz-sys v1.1.20
36522026-02-19T21:38:11.203Z[ host-package] Compiling nonempty v0.12.0
36532026-02-19T21:38:11.650Z[ host-package] Compiling salty v0.3.0
36542026-02-19T21:38:12.437Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36552026-02-19T21:38:14.555Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36562026-02-19T21:38:18.518Z[ host-package] Compiling typify-macro v0.2.0
36572026-02-19T21:38:19.645Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36582026-02-19T21:38:22.063Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36592026-02-19T21:38:27.097Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36602026-02-19T21:38:29.252Z[ host-package] Compiling nanorand v0.7.0
36612026-02-19T21:38:30.028Z[ host-package] Compiling parking_lot_core v0.8.6
36622026-02-19T21:38:31.017Z[ host-package] Compiling mime_guess v2.0.5
36632026-02-19T21:38:32.163Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36642026-02-19T21:38:32.338Z[ host-package] Compiling flume v0.11.1
36652026-02-19T21:38:33.162Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36662026-02-19T21:38:37.198Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36672026-02-19T21:38:41.187Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36682026-02-19T21:38:42.078Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36692026-02-19T21:38:56.814Z[ host-package] Compiling tabled_derive v0.10.0
36702026-02-19T21:38:59.156Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36712026-02-19T21:38:59.219Z[ host-package] Compiling ignore v0.4.23
36722026-02-19T21:39:05.711Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36732026-02-19T21:39:06.397Z[ host-package] Compiling papergrid v0.14.0
36742026-02-19T21:39:08.333Z[ host-package] Compiling primeorder v0.13.6
36752026-02-19T21:39:08.995Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36762026-02-19T21:39:10.224Z[ host-package] Compiling castaway v0.2.3
36772026-02-19T21:39:10.499Z[ host-package] Compiling nibble_vec v0.1.0
36782026-02-19T21:39:10.773Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36792026-02-19T21:39:11.170Z[ host-package] Compiling atty v0.2.14
36802026-02-19T21:39:11.410Z[ host-package] Compiling endian-type v0.1.2
36812026-02-19T21:39:11.769Z[ host-package] Compiling http-range v0.1.5
36822026-02-19T21:39:11.851Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36832026-02-19T21:39:12.212Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36842026-02-19T21:39:12.333Z[ host-package] Compiling radix_trie v0.2.1
36852026-02-19T21:39:12.396Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36862026-02-19T21:39:13.397Z[ host-package] Compiling compact_str v0.8.0
36872026-02-19T21:39:15.899Z[ host-package] Compiling p384 v0.13.1
36882026-02-19T21:39:15.937Z[ host-package] Compiling tabled v0.18.0
36892026-02-19T21:39:18.552Z[ host-package] Compiling globwalk v0.9.1
36902026-02-19T21:39:21.284Z[ host-package] Compiling parking_lot v0.11.2
36912026-02-19T21:39:21.624Z[ host-package] Compiling typify v0.2.0
36922026-02-19T21:39:21.872Z[ host-package] Compiling predicates-tree v1.0.12
36932026-02-19T21:39:22.745Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36942026-02-19T21:39:22.802Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36952026-02-19T21:39:23.313Z[ host-package] Compiling unicode-truncate v1.1.0
36962026-02-19T21:39:27.098Z[ host-package] Compiling prefix-trie v0.7.0
36972026-02-19T21:39:28.171Z[ host-package] Compiling lru v0.12.5
36982026-02-19T21:39:28.616Z[ host-package] Compiling vergen-git2 v1.0.7
36992026-02-19T21:39:29.045Z[ host-package] Compiling instability v0.3.2
37002026-02-19T21:39:30.066Z[ host-package] Compiling indoc v2.0.6
37012026-02-19T21:39:30.370Z[ host-package] Compiling cassowary v0.3.0
37022026-02-19T21:39:30.961Z[ host-package] Compiling ratatui v0.29.0
37032026-02-19T21:39:33.585Z[ host-package] Compiling git2 v0.20.2
37042026-02-19T21:39:34.103Z[ host-package] Compiling hickory-server v0.25.2
37052026-02-19T21:39:35.171Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37062026-02-19T21:39:36.659Z[ host-package] Compiling progenitor-impl v0.8.0
37072026-02-19T21:39:41.606Z[ host-package] Compiling sled v0.34.7
37082026-02-19T21:39:42.527Z[ host-package] Compiling hyper-staticfile v0.10.1
37092026-02-19T21:39:45.987Z[ host-package] Compiling hickory-client v0.25.2
37102026-02-19T21:39:48.433Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37112026-02-19T21:39:49.736Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37122026-02-19T21:39:50.087Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37132026-02-19T21:39:50.977Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37142026-02-19T21:39:51.740Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37152026-02-19T21:39:52.204Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37162026-02-19T21:39:54.094Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37172026-02-19T21:39:57.192Z[ host-package] Compiling rand_seeder v0.4.0
37182026-02-19T21:39:57.676Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37192026-02-19T21:39:58.695Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
37202026-02-19T21:39:59.160Z[ host-package] Compiling lzma-sys v0.1.20
37212026-02-19T21:39:59.650Z[ host-package] Compiling corncobs v0.1.4
37222026-02-19T21:39:59.937Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37232026-02-19T21:40:00.108Z[ host-package] Compiling rustls v0.21.12
37242026-02-19T21:40:00.547Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37252026-02-19T21:40:00.667Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37262026-02-19T21:40:01.021Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37272026-02-19T21:40:02.020Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-02-19T21:40:03.185Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37292026-02-19T21:40:15.320Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37302026-02-19T21:40:15.811Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37312026-02-19T21:40:17.136Z[ host-package] Compiling progenitor-macro v0.8.0
37322026-02-19T21:40:26.115Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37332026-02-19T21:40:28.243Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37342026-02-19T21:40:33.411Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37352026-02-19T21:40:35.174Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37362026-02-19T21:40:35.419Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37372026-02-19T21:40:35.836Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37382026-02-19T21:40:36.254Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37392026-02-19T21:40:36.664Z[ host-package] Compiling progenitor-client v0.8.0
37402026-02-19T21:40:37.657Z[ host-package] Compiling rustls-webpki v0.101.7
37412026-02-19T21:40:41.365Z[ host-package] Compiling sct v0.7.1
37422026-02-19T21:40:41.911Z[ host-package] Compiling heck v0.3.3
37432026-02-19T21:40:42.320Z[ host-package] Compiling secrecy v0.8.0
37442026-02-19T21:40:42.701Z[ host-package] Compiling void v1.0.2
37452026-02-19T21:40:42.957Z[ host-package] Compiling lzss v0.8.2
37462026-02-19T21:40:43.567Z[ host-package] Compiling zone_cfg_derive v0.1.2
37472026-02-19T21:40:44.944Z[ host-package] Compiling progenitor v0.8.0
37482026-02-19T21:40:45.338Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37492026-02-19T21:40:47.958Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37502026-02-19T21:40:52.782Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37512026-02-19T21:40:54.282Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37522026-02-19T21:40:56.633Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37532026-02-19T21:40:58.307Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-02-19T21:40:58.480Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37552026-02-19T21:41:00.449Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37562026-02-19T21:41:00.883Z[ host-package] Compiling tungstenite v0.23.0
37572026-02-19T21:41:04.648Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37582026-02-19T21:41:05.089Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37592026-02-19T21:41:05.533Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37602026-02-19T21:41:05.963Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37612026-02-19T21:41:06.378Z[ host-package] Compiling nix v0.27.1
37622026-02-19T21:41:06.418Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37632026-02-19T21:41:07.223Z[ host-package] Compiling serde_bytes v0.11.19
37642026-02-19T21:41:07.849Z[ host-package] Compiling base64 v0.13.1
37652026-02-19T21:41:08.363Z[ host-package] Compiling number_prefix v0.4.0
37662026-02-19T21:41:08.692Z[ host-package] Compiling indicatif v0.17.11
37672026-02-19T21:41:08.728Z[ host-package] Compiling ron v0.7.1
37682026-02-19T21:41:09.190Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37692026-02-19T21:41:12.874Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37702026-02-19T21:41:13.890Z[ host-package] Compiling tokio-tungstenite v0.23.1
37712026-02-19T21:41:13.949Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37722026-02-19T21:41:14.609Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37732026-02-19T21:41:15.213Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37742026-02-19T21:41:27.559Z[ host-package] Compiling xz2 v0.1.7
37752026-02-19T21:41:28.267Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37762026-02-19T21:41:35.586Z[ host-package] Compiling tokio-rustls v0.24.1
37772026-02-19T21:41:36.158Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37782026-02-19T21:41:42.099Z[ host-package] Compiling zone v0.1.8
37792026-02-19T21:41:45.448Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37802026-02-19T21:41:51.295Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37812026-02-19T21:41:52.075Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
37822026-02-19T21:41:56.086Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37832026-02-19T21:41:57.527Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37842026-02-19T21:41:58.646Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37852026-02-19T21:42:00.561Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37862026-02-19T21:42:01.138Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37872026-02-19T21:42:08.547Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37882026-02-19T21:42:15.669Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37892026-02-19T21:42:21.741Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37902026-02-19T21:42:25.332Z[ host-package] Compiling rustls-pemfile v1.0.4
37912026-02-19T21:42:26.134Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37922026-02-19T21:42:26.543Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37932026-02-19T21:42:29.723Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37942026-02-19T21:42:30.135Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37952026-02-19T21:42:30.323Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37962026-02-19T21:42:30.857Z[ host-package] Compiling signal-hook-tokio v0.3.1
37972026-02-19T21:42:31.168Z[ host-package] Compiling twox-hash v2.1.0
37982026-02-19T21:42:32.042Z[ host-package] Compiling yasna v0.5.2
37992026-02-19T21:42:32.244Z[ host-package] Compiling is_ci v1.2.0
38002026-02-19T21:42:32.624Z[ host-package] Compiling supports-color v3.0.2
38012026-02-19T21:42:34.739Z[ host-package] Compiling rcgen v0.12.1
38022026-02-19T21:42:35.127Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38032026-02-19T21:42:36.235Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38042026-02-19T21:42:44.089Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38052026-02-19T21:42:46.502Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38062026-02-19T21:42:51.797Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38072026-02-19T21:43:15.224Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38082026-02-19T21:43:23.671Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38092026-02-19T21:43:24.049Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38102026-02-19T21:43:26.927Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38112026-02-19T21:43:41.123Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38122026-02-19T21:43:43.303Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38132026-02-19T21:43:45.053Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38142026-02-19T21:43:45.491Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38152026-02-19T21:43:45.904Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38162026-02-19T21:43:46.273Z[ host-package] Compiling fatfs v0.3.6
38172026-02-19T21:43:49.144Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38182026-02-19T21:43:50.297Z[ host-package] Compiling subprocess v0.2.9
38192026-02-19T21:43:54.902Z[ host-package] Compiling rtoolbox v0.0.2
38202026-02-19T21:43:55.392Z[ host-package] Compiling assert_matches v1.5.0
38212026-02-19T21:43:55.572Z[ host-package] Compiling seq-macro v0.3.6
38222026-02-19T21:43:58.447Z[ host-package] Compiling rpassword v7.4.0
38232026-02-19T21:43:59.002Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38242026-02-19T21:44:04.501Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38252026-02-19T21:44:10.798Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38262026-02-19T21:44:27.080Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38272026-02-19T21:44:32.495Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38282026-02-19T21:44:32.750Z[ host-package] Compiling tui-tree-widget v0.23.1
38292026-02-19T21:44:33.281Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38302026-02-19T21:44:39.690Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38312026-02-19T21:44:40.658Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38322026-02-19T21:44:44.027Z[ host-package] Compiling uzers v0.12.1
38332026-02-19T21:44:46.557Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38342026-02-19T21:44:47.408Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38352026-02-19T21:44:57.185Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38362026-02-19T21:45:20.269Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38372026-02-19T21:45:27.851Z[ host-package] Compiling support-bundle-viewer v0.1.2
38382026-02-19T21:45:29.420Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38392026-02-19T21:45:32.036Z[ host-package] Compiling multimap v0.10.1
38402026-02-19T21:47:46.284Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38412026-02-19T21:58:57.016Z[ host-package] Finished `release` profile [optimized] target(s) in 26m 16s
38422026-02-19T21:59:56.996ZFeb 19 21:59:55.867 INFO [host-package] process exited with exit status: 0 (1637.052873585s)
38432026-02-19T21:59:56.996ZFeb 19 21:59:55.867 INFO [host-stamp] running task
38442026-02-19T21:59:57.000ZFeb 19 21:59:55.867 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38452026-02-19T21:59:57.001ZFeb 19 21:59:55.867 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+git0d8d9b74033
38462026-02-19T21:59:57.001ZFeb 19 21:59:55.868 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+git0d8d9b74033
38472026-02-19T21:59:57.001ZFeb 19 21:59:55.868 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+git0d8d9b74033
38482026-02-19T21:59:57.001ZFeb 19 21:59:55.869 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+git0d8d9b74033
38492026-02-19T21:59:57.001ZFeb 19 21:59:55.869 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+git0d8d9b74033
38502026-02-19T21:59:57.001ZFeb 19 21:59:55.869 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+git0d8d9b74033
38512026-02-19T21:59:57.001ZFeb 19 21:59:55.869 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+git0d8d9b74033
38522026-02-19T21:59:57.001ZFeb 19 21:59:55.870 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+git0d8d9b74033
38532026-02-19T21:59:57.012Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38542026-02-19T21:59:57.012Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-02-19T21:59:57.012Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38562026-02-19T21:59:57.012Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-02-19T21:59:57.015Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-02-19T21:59:57.015Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-02-19T21:59:57.015Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-02-19T21:59:57.015Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38612026-02-19T21:59:57.015Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38622026-02-19T21:59:57.023Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38632026-02-19T21:59:57.032ZFeb 19 21:59:55.902 INFO [stamp-overlay] process exited with exit status: 0 (33.780108ms)
38642026-02-19T21:59:57.035Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38652026-02-19T21:59:57.038ZFeb 19 21:59:55.907 INFO [stamp-oxlog] process exited with exit status: 0 (37.53868ms)
38662026-02-19T21:59:57.080Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38672026-02-19T21:59:57.083ZFeb 19 21:59:55.954 INFO [stamp-crucible-utils] process exited with exit status: 0 (85.161056ms)
38682026-02-19T21:59:57.115Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38692026-02-19T21:59:57.120ZFeb 19 21:59:55.990 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.301922ms)
38702026-02-19T21:59:57.310Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38712026-02-19T21:59:57.314ZFeb 19 21:59:56.185 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (316.694693ms)
38722026-02-19T21:59:57.699Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38732026-02-19T21:59:57.703ZFeb 19 21:59:56.573 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (704.443515ms)
38742026-02-19T21:59:58.472Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38752026-02-19T21:59:58.475ZFeb 19 21:59:57.345 INFO [stamp-propolis-server] process exited with exit status: 0 (1.475150077s)
38762026-02-19T21:59:58.677Z[recovery-package] Compiling newtype-uuid v1.3.2
38772026-02-19T21:59:59.020Z[recovery-package] Compiling daft v0.1.4
38782026-02-19T21:59:59.358Z[recovery-package] Compiling iddqd v0.3.16
38792026-02-19T22:00:01.010Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38802026-02-19T22:00:01.399Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38812026-02-19T22:00:01.399Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38822026-02-19T22:00:01.403Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38832026-02-19T22:00:01.403Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38842026-02-19T22:00:01.476Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38852026-02-19T22:00:02.230Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38862026-02-19T22:00:05.842Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38872026-02-19T22:00:05.845ZFeb 19 22:00:04.715 INFO [stamp-switch-asic] process exited with exit status: 0 (8.847852882s)
38882026-02-19T22:00:05.845ZFeb 19 22:00:04.715 INFO [host-stamp] task succeeded (8.848589937s)
38892026-02-19T22:00:05.845ZFeb 19 22:00:04.715 INFO [host-proto] running task
38902026-02-19T22:00:06.481ZFeb 19 22:00:05.350 INFO [host-proto] task succeeded (634.983609ms)
38912026-02-19T22:00:06.481ZFeb 19 22:00:05.350 INFO [host-profile] running task
38922026-02-19T22:00:06.485ZFeb 19 22:00:05.350 INFO [host-profile] task succeeded (262.827µs)
38932026-02-19T22:00:06.486ZFeb 19 22:00:05.351 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/.tmpwYIS1K/proto/host/root -N 'ci 0d8d9b7/${os_short_commit} 2026-02-19 21:30' -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/'
38942026-02-19T22:00:06.490Z[ host-image] Feb 19 22:00:05.358 INFO Checking files for board 'gimlet'
38952026-02-19T22:00:06.491Z[ host-image] Feb 19 22:00:05.359 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38962026-02-19T22:00:06.491Z[ host-image] Feb 19 22:00:05.359 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38972026-02-19T22:00:06.491Z[ host-image] Feb 19 22:00:05.359 INFO Checking files for board 'cosmo'
38982026-02-19T22:00:06.491Z[ host-image] Feb 19 22:00:05.359 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38992026-02-19T22:00:06.491Z[ host-image] Feb 19 22:00:05.359 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39002026-02-19T22:00:06.491Z[ host-image] Feb 19 22:00:05.359 INFO Checking files for board 'cosmo-mbist-noaggr'
39012026-02-19T22:00:06.491Z[ host-image] Feb 19 22:00:05.359 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39022026-02-19T22:00:06.491Z[ host-image] Feb 19 22:00:05.359 INFO Checking files for board 'cosmo-mbist'
39032026-02-19T22:00:06.494Z[ host-image] Feb 19 22:00:05.359 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39042026-02-19T22:00:06.501Z[ host-image] Feb 19 22:00:05.371 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpwYIS1K/proto/host/root"
39052026-02-19T22:00:06.501Z[ host-image] Feb 19 22:00:05.371 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39062026-02-19T22:00:06.501Z[ host-image] Feb 19 22:00:05.371 INFO image builder template: ramdisk-01-os...
39072026-02-19T22:00:06.505Z[ host-image] Feb 19 22:00:05.371 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/.tmpwYIS1K/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
39082026-02-19T22:00:06.519Z[ host-image] Feb 19 22:00:05.389 INFO O| Feb 19 22:00:05.389 INFO CREATE DATASET: rpool/images/build/host/output
39092026-02-19T22:00:06.973Z[ host-image] Feb 19 22:00:05.843 INFO O| Feb 19 22:00:05.843 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39102026-02-19T22:00:06.978Z[ host-image] Feb 19 22:00:05.847 INFO O| Feb 19 22:00:05.847 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39112026-02-19T22:00:07.086Z[ host-image] Feb 19 22:00:05.956 INFO O| Feb 19 22:00:05.956 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39122026-02-19T22:00:07.119Z[ host-image] Feb 19 22:00:05.989 INFO O| Feb 19 22:00:05.989 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39132026-02-19T22:00:07.123Z[ host-image] Feb 19 22:00:05.989 INFO O| Feb 19 22:00:05.989 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39142026-02-19T22:00:07.123Z[ host-image] Feb 19 22:00:05.989 INFO O| Feb 19 22:00:05.989 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39152026-02-19T22:00:07.123Z[ host-image] Feb 19 22:00:05.989 INFO O| Feb 19 22:00:05.989 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39162026-02-19T22:00:07.126Z[ host-image] Feb 19 22:00:05.996 INFO O| Feb 19 22:00:05.996 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39172026-02-19T22:00:07.340Z[ host-image] Feb 19 22:00:06.210 INFO O| Feb 19 22:00:06.210 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39182026-02-19T22:00:07.349Z[ host-image] Feb 19 22:00:06.219 INFO O| Feb 19 22:00:06.218 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39192026-02-19T22:00:07.717Z[ host-image] Feb 19 22:00:06.587 INFO O| Feb 19 22:00:06.587 INFO O| Caching catalogs ... Done
39202026-02-19T22:00:07.805Z[ host-image] Feb 19 22:00:06.672 INFO O| Feb 19 22:00:06.671 INFO STEP 0 (pkg_image_create) COMPLETE
39212026-02-19T22:00:07.805Z[ host-image] Feb 19 22:00:06.672 INFO O| Feb 19 22:00:06.672 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-02-19T22:00:07.812Z[ host-image] Feb 19 22:00:06.681 INFO O| Feb 19 22:00:06.681 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"]
39232026-02-19T22:00:08.157Z[ host-image] Feb 19 22:00:07.027 INFO O| Feb 19 22:00:07.027 INFO STEP 1 (pkg_set_publisher) COMPLETE
39242026-02-19T22:00:08.157Z[ host-image] Feb 19 22:00:07.027 INFO O| Feb 19 22:00:07.027 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-02-19T22:00:08.157Z[ host-image] Feb 19 22:00:07.027 INFO O| Feb 19 22:00:07.027 INFO skip step because feature "publisher_1_name" is not enabled
39262026-02-19T22:00:08.161Z[ host-image] Feb 19 22:00:07.027 INFO O| Feb 19 22:00:07.027 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39272026-02-19T22:00:08.161Z[ host-image] Feb 19 22:00:07.027 INFO O| Feb 19 22:00:07.027 INFO skip step because feature "publisher_2_name" is not enabled
39282026-02-19T22:00:08.161Z[ host-image] Feb 19 22:00:07.027 INFO O| Feb 19 22:00:07.027 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-02-19T22:00:08.161Z[ host-image] Feb 19 22:00:07.027 INFO O| Feb 19 22:00:07.027 INFO skip step because feature "publisher_3_name" is not enabled
39302026-02-19T22:00:08.161Z[ host-image] Feb 19 22:00:07.027 INFO O| Feb 19 22:00:07.027 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39312026-02-19T22:00:08.503Z[ host-image] Feb 19 22:00:07.373 INFO O| Feb 19 22:00:07.373 INFO variant opensolaris.zone is already global
39322026-02-19T22:00:08.503Z[ host-image] Feb 19 22:00:07.373 INFO O| Feb 19 22:00:07.373 INFO STEP 5 (pkg_change_variant) COMPLETE
39332026-02-19T22:00:08.503Z[ host-image] Feb 19 22:00:07.373 INFO O| Feb 19 22:00:07.373 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39342026-02-19T22:00:08.844Z[ host-image] Feb 19 22:00:07.713 INFO O| Feb 19 22:00:07.713 INFO variant opensolaris.imagetype is full; changing to partial
39352026-02-19T22:00:08.844Z[ host-image] Feb 19 22:00:07.714 INFO O| Feb 19 22:00:07.713 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39362026-02-19T22:00:13.267Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39372026-02-19T22:00:13.267Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39382026-02-19T22:00:13.271Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39392026-02-19T22:00:13.271Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39402026-02-19T22:00:20.471Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39412026-02-19T22:00:20.706Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39422026-02-19T22:00:22.033Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39432026-02-19T22:00:22.292Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39442026-02-19T22:00:26.113Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39452026-02-19T22:00:27.664Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39462026-02-19T22:00:42.971Z[ host-image] Feb 19 22:00:41.837 INFO O| Feb 19 22:00:41.837 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39472026-02-19T22:00:52.123Z[recovery-package] Finished `release` profile [optimized] target(s) in 54.81s
39482026-02-19T22:00:56.727ZFeb 19 22:00:53.501 INFO [recovery-package] process exited with exit status: 0 (57.633587544s)
39492026-02-19T22:00:56.727ZFeb 19 22:00:53.501 INFO [recovery-stamp] running task
39502026-02-19T22:00:56.757ZFeb 19 22:00:53.501 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39512026-02-19T22:00:56.757ZFeb 19 22:00:53.501 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git0d8d9b74033
39522026-02-19T22:00:56.757ZFeb 19 22:00:53.502 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+git0d8d9b74033
39532026-02-19T22:00:56.757Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39542026-02-19T22:00:56.757Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39552026-02-19T22:00:56.757Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39562026-02-19T22:00:56.757ZFeb 19 22:00:53.622 INFO [stamp-installinator] process exited with exit status: 0 (121.287263ms)
39572026-02-19T22:00:56.757Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39582026-02-19T22:00:56.757ZFeb 19 22:00:53.684 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (182.195972ms)
39592026-02-19T22:00:56.757ZFeb 19 22:00:53.684 INFO [recovery-stamp] task succeeded (183.0862ms)
39602026-02-19T22:00:56.757ZFeb 19 22:00:53.684 INFO [recovery-proto] running task
39612026-02-19T22:00:56.757ZFeb 19 22:00:53.684 INFO [tuf-stamp] running task
39622026-02-19T22:00:56.757ZFeb 19 22:00:53.684 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+git0d8d9b74033
39632026-02-19T22:00:56.757ZFeb 19 22:00:53.685 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+git0d8d9b74033
39642026-02-19T22:00:56.757ZFeb 19 22:00:53.685 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+git0d8d9b74033
39652026-02-19T22:00:56.757ZFeb 19 22:00:53.686 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+git0d8d9b74033
39662026-02-19T22:00:56.757ZFeb 19 22:00:53.686 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+git0d8d9b74033
39672026-02-19T22:00:56.758ZFeb 19 22:00:53.691 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+git0d8d9b74033
39682026-02-19T22:00:56.758ZFeb 19 22:00:53.692 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+git0d8d9b74033
39692026-02-19T22:00:56.758ZFeb 19 22:00:53.692 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+git0d8d9b74033
39702026-02-19T22:00:56.758ZFeb 19 22:00:53.692 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+git0d8d9b74033
39712026-02-19T22:00:56.758ZFeb 19 22:00:53.693 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+git0d8d9b74033
39722026-02-19T22:00:56.758ZFeb 19 22:00:53.693 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+git0d8d9b74033
39732026-02-19T22:00:56.758ZFeb 19 22:00:53.693 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+git0d8d9b74033
39742026-02-19T22:00:56.758Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39752026-02-19T22:00:56.758Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39762026-02-19T22:00:56.758Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39772026-02-19T22:00:56.758Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-02-19T22:00:56.758Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39792026-02-19T22:00:56.758Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39802026-02-19T22:00:56.758Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-02-19T22:00:56.758Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-02-19T22:00:56.758Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-02-19T22:00:56.758Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-02-19T22:00:56.758Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-02-19T22:00:56.758Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-02-19T22:00:56.758Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39872026-02-19T22:00:56.758ZFeb 19 22:00:53.869 INFO [recovery-proto] task succeeded (184.937203ms)
39882026-02-19T22:00:56.758ZFeb 19 22:00:53.869 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/.tmpwYIS1K/proto/recovery/root -N 'recovery 0d8d9b7/${os_short_commit} 2026-02-19 21:30' -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/'
39892026-02-19T22:00:56.758Z[ recovery-image] Feb 19 22:00:53.879 INFO Checking files for board 'gimlet'
39902026-02-19T22:00:56.758Z[ recovery-image] Feb 19 22:00:53.880 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39912026-02-19T22:00:56.758Z[ recovery-image] Feb 19 22:00:53.880 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39922026-02-19T22:00:56.758Z[ recovery-image] Feb 19 22:00:53.880 INFO Checking files for board 'cosmo'
39932026-02-19T22:00:56.758Z[ recovery-image] Feb 19 22:00:53.880 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39942026-02-19T22:00:56.758Z[ recovery-image] Feb 19 22:00:53.880 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39952026-02-19T22:00:56.758Z[ recovery-image] Feb 19 22:00:53.880 INFO Checking files for board 'cosmo-mbist'
39962026-02-19T22:00:56.758Z[ recovery-image] Feb 19 22:00:53.880 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39972026-02-19T22:00:56.758Z[ recovery-image] Feb 19 22:00:53.880 INFO Checking files for board 'cosmo-mbist-noaggr'
39982026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:53.880 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39992026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:53.894 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpwYIS1K/proto/recovery/root"
40002026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:53.895 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40012026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:53.895 INFO image builder template: ramdisk-01-os...
40022026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:53.895 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/.tmpwYIS1K/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40032026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:53.921 INFO O| Feb 19 22:00:53.921 INFO CREATE DATASET: rpool/images/build/recovery/output
40042026-02-19T22:00:56.759ZFeb 19 22:00:54.041 INFO [stamp-probe] process exited with exit status: 0 (348.026705ms)
40052026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:54.305 INFO O| Feb 19 22:00:54.305 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40062026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:54.311 INFO O| Feb 19 22:00:54.311 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40072026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:54.678 INFO O| Feb 19 22:00:54.677 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40082026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:54.772 INFO O| Feb 19 22:00:54.772 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40092026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:54.772 INFO O| Feb 19 22:00:54.772 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40102026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:54.772 INFO O| Feb 19 22:00:54.772 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40112026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:54.773 INFO O| Feb 19 22:00:54.772 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40122026-02-19T22:00:56.759Z[ recovery-image] Feb 19 22:00:54.781 INFO O| Feb 19 22:00:54.781 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40132026-02-19T22:00:56.771Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40142026-02-19T22:00:56.771ZFeb 19 22:00:55.292 INFO [stamp-ntp] process exited with exit status: 0 (1.598290882s)
40152026-02-19T22:00:56.771Z[ recovery-image] Feb 19 22:00:55.330 INFO O| Feb 19 22:00:55.329 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40162026-02-19T22:00:56.771Z[ recovery-image] Feb 19 22:00:55.343 INFO O| Feb 19 22:00:55.343 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40172026-02-19T22:00:56.771Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
40182026-02-19T22:00:56.771Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40192026-02-19T22:00:56.771ZFeb 19 22:00:55.617 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.931309794s)
40202026-02-19T22:00:56.812Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40212026-02-19T22:00:57.084Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40222026-02-19T22:00:57.091ZFeb 19 22:00:55.957 INFO [stamp-internal-dns] process exited with exit status: 0 (2.272682923s)
40232026-02-19T22:00:57.125Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40242026-02-19T22:00:57.130ZFeb 19 22:00:55.997 INFO [stamp-external-dns] process exited with exit status: 0 (2.312028059s)
40252026-02-19T22:00:57.220Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40262026-02-19T22:00:57.252ZFeb 19 22:00:56.117 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.425840893s)
40272026-02-19T22:00:57.301Z[ recovery-image] Feb 19 22:00:56.167 INFO O| Feb 19 22:00:56.167 INFO O| Caching catalogs ... Done
40282026-02-19T22:00:57.448Z[ recovery-image] Feb 19 22:00:56.313 INFO O| Feb 19 22:00:56.313 INFO STEP 0 (pkg_image_create) COMPLETE
40292026-02-19T22:00:57.448Z[ recovery-image] Feb 19 22:00:56.314 INFO O| Feb 19 22:00:56.313 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-02-19T22:00:57.459Z[ recovery-image] Feb 19 22:00:56.325 INFO O| Feb 19 22:00:56.325 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"]
40312026-02-19T22:00:57.502Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40322026-02-19T22:00:57.539ZFeb 19 22:00:56.405 INFO [stamp-oximeter] process exited with exit status: 0 (2.718611074s)
40332026-02-19T22:00:57.991Z[ recovery-image] Feb 19 22:00:56.856 INFO O| Feb 19 22:00:56.856 INFO STEP 1 (pkg_set_publisher) COMPLETE
40342026-02-19T22:00:57.991Z[ recovery-image] Feb 19 22:00:56.856 INFO O| Feb 19 22:00:56.856 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40352026-02-19T22:00:57.994Z[ recovery-image] Feb 19 22:00:56.856 INFO O| Feb 19 22:00:56.856 INFO skip step because feature "publisher_1_name" is not enabled
40362026-02-19T22:00:57.995Z[ recovery-image] Feb 19 22:00:56.856 INFO O| Feb 19 22:00:56.856 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40372026-02-19T22:00:57.995Z[ recovery-image] Feb 19 22:00:56.856 INFO O| Feb 19 22:00:56.856 INFO skip step because feature "publisher_2_name" is not enabled
40382026-02-19T22:00:57.995Z[ recovery-image] Feb 19 22:00:56.856 INFO O| Feb 19 22:00:56.856 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40392026-02-19T22:00:57.995Z[ recovery-image] Feb 19 22:00:56.856 INFO O| Feb 19 22:00:56.856 INFO skip step because feature "publisher_3_name" is not enabled
40402026-02-19T22:00:57.995Z[ recovery-image] Feb 19 22:00:56.856 INFO O| Feb 19 22:00:56.856 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-02-19T22:00:58.245Z[ host-image] Feb 19 22:00:57.111 INFO O| Feb 19 22:00:57.111 INFO O| Startup: Caching catalogs ... Done
40422026-02-19T22:00:58.381Z[ host-image] Feb 19 22:00:57.246 INFO O| Feb 19 22:00:57.246 INFO O| Planning: Planning completed in 0.00 seconds
40432026-02-19T22:00:58.384Z[ host-image] Feb 19 22:00:57.247 INFO O| Feb 19 22:00:57.247 INFO O| Planning: Consolidating action changes ... Done
40442026-02-19T22:00:58.384Z[ host-image] Feb 19 22:00:57.247 INFO O| Feb 19 22:00:57.247 INFO O| Planning: Evaluating mediators ... Done
40452026-02-19T22:00:58.384Z[ host-image] Feb 19 22:00:57.248 INFO O| Feb 19 22:00:57.248 INFO O| Planning: Planning completed in 0.00 seconds
40462026-02-19T22:00:58.384Z[ host-image] Feb 19 22:00:57.248 INFO O| Feb 19 22:00:57.248 INFO O| Variants/Facets to change: 1
40472026-02-19T22:00:58.408Z[ host-image] Feb 19 22:00:57.274 INFO O| Feb 19 22:00:57.274 INFO O| Done
40482026-02-19T22:00:58.408Z[ host-image] Feb 19 22:00:57.274 INFO O| Feb 19 22:00:57.274 INFO O| Done
40492026-02-19T22:00:58.560Z[ recovery-image] Feb 19 22:00:57.425 INFO O| Feb 19 22:00:57.425 INFO variant opensolaris.zone is already global
40502026-02-19T22:00:58.563Z[ recovery-image] Feb 19 22:00:57.425 INFO O| Feb 19 22:00:57.425 INFO STEP 5 (pkg_change_variant) COMPLETE
40512026-02-19T22:00:58.563Z[ recovery-image] Feb 19 22:00:57.425 INFO O| Feb 19 22:00:57.425 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40522026-02-19T22:00:59.253Z[ recovery-image] Feb 19 22:00:58.119 INFO O| Feb 19 22:00:58.118 INFO variant opensolaris.imagetype is full; changing to partial
40532026-02-19T22:00:59.253Z[ recovery-image] Feb 19 22:00:58.119 INFO O| Feb 19 22:00:58.119 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40542026-02-19T22:01:00.912Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40552026-02-19T22:01:00.919ZFeb 19 22:00:59.783 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.097727893s)
40562026-02-19T22:01:01.212Z[ host-image] Feb 19 22:01:00.078 INFO O| Feb 19 22:01:00.077 INFO O| Done
40572026-02-19T22:01:01.420Z[ host-image] Feb 19 22:01:00.285 INFO O| Feb 19 22:01:00.284 INFO O| Done
40582026-02-19T22:01:01.423Z[ host-image] Feb 19 22:01:00.286 INFO O| Feb 19 22:01:00.286 INFO O| Done
40592026-02-19T22:01:01.423Z[ host-image] Feb 19 22:01:00.286 INFO O| Feb 19 22:01:00.286 INFO O| Done
40602026-02-19T22:01:01.423Z[ host-image] Feb 19 22:01:00.288 INFO O| Feb 19 22:01:00.288 INFO O| Done
40612026-02-19T22:01:02.040Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40622026-02-19T22:01:02.045ZFeb 19 22:01:00.909 INFO [stamp-nexus] process exited with exit status: 0 (7.217566878s)
40632026-02-19T22:01:03.292Z[ host-image] Feb 19 22:01:02.125 INFO O| Feb 19 22:01:02.125 INFO STEP 6 (pkg_change_variant) COMPLETE
40642026-02-19T22:01:03.292Z[ host-image] Feb 19 22:01:02.125 INFO O| Feb 19 22:01:02.125 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40652026-02-19T22:01:03.302Z[ host-image] Feb 19 22:01:02.125 INFO O| Feb 19 22:01:02.125 INFO skip step because feature "debug_variant" is not enabled
40662026-02-19T22:01:03.302Z[ host-image] Feb 19 22:01:02.125 INFO O| Feb 19 22:01:02.125 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40672026-02-19T22:01:03.722Z[ host-image] Feb 19 22:01:02.582 INFO O| Feb 19 22:01:02.582 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40682026-02-19T22:01:04.179Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40692026-02-19T22:01:04.195ZFeb 19 22:01:03.036 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.350080328s)
40702026-02-19T22:01:04.559Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40712026-02-19T22:01:04.587ZFeb 19 22:01:03.411 INFO [stamp-clickhouse] process exited with exit status: 0 (9.717644063s)
40722026-02-19T22:01:04.587Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40732026-02-19T22:01:04.588ZFeb 19 22:01:03.427 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.734606593s)
40742026-02-19T22:01:04.588ZFeb 19 22:01:03.427 INFO [tuf-stamp] task succeeded (9.743443486s)
40752026-02-19T22:01:04.876Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40762026-02-19T22:01:05.064Z[verify-libraries] Compiling cfg_aliases v0.1.1
40772026-02-19T22:01:05.087Z[verify-libraries] Compiling home v0.5.9
40782026-02-19T22:01:05.122Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40792026-02-19T22:01:05.131Z[verify-libraries] Compiling sqlparser_derive v0.2.2
40802026-02-19T22:01:05.177Z[verify-libraries] Compiling unicode_categories v0.1.1
40812026-02-19T22:01:05.199Z[verify-libraries] Compiling nix v0.28.0
40822026-02-19T22:01:05.247Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40832026-02-19T22:01:05.255Z[verify-libraries] Compiling polyval v0.6.2
40842026-02-19T22:01:05.395Z[verify-libraries] Compiling ctr v0.9.2
40852026-02-19T22:01:05.662Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40862026-02-19T22:01:05.828Z[verify-libraries] Compiling sqlformat v0.3.5
40872026-02-19T22:01:06.011Z[verify-libraries] Compiling ghash v0.5.1
40882026-02-19T22:01:06.089Z[verify-libraries] Compiling ssh-encoding v0.2.0
40892026-02-19T22:01:06.294Z[verify-libraries] Compiling blowfish v0.9.1
40902026-02-19T22:01:06.300Z[verify-libraries] Compiling sqlparser v0.45.0
40912026-02-19T22:01:06.414Z[verify-libraries] Compiling aes-gcm v0.10.3
40922026-02-19T22:01:06.996Z[verify-libraries] Compiling ssh-cipher v0.2.0
40932026-02-19T22:01:07.202Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40942026-02-19T22:01:07.835Z[verify-libraries] Compiling password-hash v0.4.2
40952026-02-19T22:01:07.886Z[verify-libraries] Compiling petname v2.0.2
40962026-02-19T22:01:08.473Z[verify-libraries] Compiling ssh-key v0.6.6
40972026-02-19T22:01:09.155Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40982026-02-19T22:01:10.159Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40992026-02-19T22:01:10.886Z[verify-libraries] Compiling rustyline v14.0.0
41002026-02-19T22:01:11.546Z[verify-libraries] Compiling pbkdf2 v0.11.0
41012026-02-19T22:01:12.398Z[verify-libraries] Compiling p256 v0.13.2
41022026-02-19T22:01:13.107Z[verify-libraries] Compiling p521 v0.13.3
41032026-02-19T22:01:15.347Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41042026-02-19T22:01:15.931Z[verify-libraries] Compiling md5 v0.7.0
41052026-02-19T22:01:16.900Z[verify-libraries] Compiling russh-keys v0.45.0
41062026-02-19T22:01:17.621Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41072026-02-19T22:01:18.202Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41082026-02-19T22:01:18.984Z[verify-libraries] Compiling num-bigint v0.4.6
41092026-02-19T22:01:24.927Z[verify-libraries] Compiling des v0.8.1
41102026-02-19T22:01:25.307Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41112026-02-19T22:01:25.716Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41122026-02-19T22:01:26.554Z[verify-libraries] Compiling sync-ptr v0.1.4
41132026-02-19T22:01:26.753Z[verify-libraries] Compiling hex-literal v0.4.1
41142026-02-19T22:01:26.970Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41152026-02-19T22:01:27.166Z[verify-libraries] Compiling russh v0.45.0
41162026-02-19T22:01:28.762Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41172026-02-19T22:01:29.443Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41182026-02-19T22:01:37.507Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41192026-02-19T22:01:40.930Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41202026-02-19T22:01:45.606Z[ recovery-image] Feb 19 22:01:44.469 INFO O| Feb 19 22:01:44.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41212026-02-19T22:01:55.072Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41222026-02-19T22:01:58.158Z[ host-image] Feb 19 22:01:57.020 INFO O| Feb 19 22:01:57.020 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41232026-02-19T22:02:06.278Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41242026-02-19T22:02:07.755Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41252026-02-19T22:02:09.724Z[ recovery-image] Feb 19 22:02:08.586 INFO O| Feb 19 22:02:08.586 INFO O| Startup: Caching catalogs ... Done
41262026-02-19T22:02:09.923Z[ recovery-image] Feb 19 22:02:08.784 INFO O| Feb 19 22:02:08.784 INFO O| Planning: Planning completed in 0.01 seconds
41272026-02-19T22:02:09.927Z[ recovery-image] Feb 19 22:02:08.785 INFO O| Feb 19 22:02:08.785 INFO O| Planning: Consolidating action changes ... Done
41282026-02-19T22:02:09.927Z[ recovery-image] Feb 19 22:02:08.785 INFO O| Feb 19 22:02:08.785 INFO O| Planning: Evaluating mediators ... Done
41292026-02-19T22:02:09.927Z[ recovery-image] Feb 19 22:02:08.786 INFO O| Feb 19 22:02:08.786 INFO O| Planning: Planning completed in 0.02 seconds
41302026-02-19T22:02:09.927Z[ recovery-image] Feb 19 22:02:08.786 INFO O| Feb 19 22:02:08.786 INFO O| Variants/Facets to change: 1
41312026-02-19T22:02:09.991Z[ recovery-image] Feb 19 22:02:08.852 INFO O| Feb 19 22:02:08.852 INFO O| Done
41322026-02-19T22:02:09.995Z[ recovery-image] Feb 19 22:02:08.852 INFO O| Feb 19 22:02:08.852 INFO O| Done
41332026-02-19T22:02:13.313Z[ recovery-image] Feb 19 22:02:12.174 INFO O| Feb 19 22:02:12.174 INFO O| Done
41342026-02-19T22:02:13.538Z[ recovery-image] Feb 19 22:02:12.399 INFO O| Feb 19 22:02:12.399 INFO O| Done
41352026-02-19T22:02:13.542Z[ recovery-image] Feb 19 22:02:12.401 INFO O| Feb 19 22:02:12.401 INFO O| Done
41362026-02-19T22:02:13.542Z[ recovery-image] Feb 19 22:02:12.401 INFO O| Feb 19 22:02:12.401 INFO O| Done
41372026-02-19T22:02:13.545Z[ recovery-image] Feb 19 22:02:12.403 INFO O| Feb 19 22:02:12.403 INFO O| Done
41382026-02-19T22:02:15.951Z[ recovery-image] Feb 19 22:02:14.811 INFO O| Feb 19 22:02:14.811 INFO STEP 6 (pkg_change_variant) COMPLETE
41392026-02-19T22:02:15.951Z[ recovery-image] Feb 19 22:02:14.811 INFO O| Feb 19 22:02:14.811 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41402026-02-19T22:02:15.954Z[ recovery-image] Feb 19 22:02:14.811 INFO O| Feb 19 22:02:14.811 INFO skip step because feature "debug_variant" is not enabled
41412026-02-19T22:02:15.954Z[ recovery-image] Feb 19 22:02:14.811 INFO O| Feb 19 22:02:14.811 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41422026-02-19T22:02:16.795Z[ recovery-image] Feb 19 22:02:15.656 INFO O| Feb 19 22:02:15.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41432026-02-19T22:02:20.186Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41442026-02-19T22:02:22.262Z[ host-image] Feb 19 22:02:21.122 INFO O| Feb 19 22:02:21.122 INFO O| Startup: Caching catalogs ... Done
41452026-02-19T22:02:22.496Z[ host-image] Feb 19 22:02:21.356 INFO O| Feb 19 22:02:21.356 INFO O| Planning: Planning completed in 0.00 seconds
41462026-02-19T22:02:22.496Z[ host-image] Feb 19 22:02:21.356 INFO O| Feb 19 22:02:21.356 INFO O| Planning: Consolidating action changes ... Done
41472026-02-19T22:02:22.499Z[ host-image] Feb 19 22:02:21.356 INFO O| Feb 19 22:02:21.356 INFO O| Planning: Evaluating mediators ... Done
41482026-02-19T22:02:22.499Z[ host-image] Feb 19 22:02:21.356 INFO O| Feb 19 22:02:21.356 INFO O| Planning: Planning completed in 0.00 seconds
41492026-02-19T22:02:22.499Z[ host-image] Feb 19 22:02:21.357 INFO O| Feb 19 22:02:21.357 INFO O| Variants/Facets to change: 1
41502026-02-19T22:02:22.533Z[ host-image] Feb 19 22:02:21.393 INFO O| Feb 19 22:02:21.393 INFO O| Done
41512026-02-19T22:02:22.533Z[ host-image] Feb 19 22:02:21.393 INFO O| Feb 19 22:02:21.393 INFO O| Done
41522026-02-19T22:02:25.350Z[ host-image] Feb 19 22:02:24.210 INFO O| Feb 19 22:02:24.210 INFO O| Done
41532026-02-19T22:02:25.783Z[ host-image] Feb 19 22:02:24.643 INFO O| Feb 19 22:02:24.643 INFO O| Done
41542026-02-19T22:02:25.786Z[ host-image] Feb 19 22:02:24.645 INFO O| Feb 19 22:02:24.644 INFO O| Done
41552026-02-19T22:02:25.786Z[ host-image] Feb 19 22:02:24.645 INFO O| Feb 19 22:02:24.645 INFO O| Done
41562026-02-19T22:02:25.790Z[ host-image] Feb 19 22:02:24.647 INFO O| Feb 19 22:02:24.647 INFO O| Done
41572026-02-19T22:02:28.972Z[ host-image] Feb 19 22:02:27.832 INFO O| Feb 19 22:02:27.832 INFO STEP 8 (pkg_change_facet) COMPLETE
41582026-02-19T22:02:28.972Z[ host-image] Feb 19 22:02:27.832 INFO O| Feb 19 22:02:27.832 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-02-19T22:02:28.976Z[ host-image] Feb 19 22:02:27.832 INFO O| Feb 19 22:02:27.832 INFO skip step because feature "recovery" is not enabled
41602026-02-19T22:02:28.976Z[ host-image] Feb 19 22:02:27.832 INFO O| Feb 19 22:02:27.832 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41612026-02-19T22:02:28.976Z[ host-image] Feb 19 22:02:27.832 INFO O| Feb 19 22:02:27.832 INFO skip step because feature "recovery" is not enabled
41622026-02-19T22:02:28.977Z[ host-image] Feb 19 22:02:27.832 INFO O| Feb 19 22:02:27.832 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41632026-02-19T22:02:28.994Z[ host-image] Feb 19 22:02:27.854 INFO O| Feb 19 22:02:27.854 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"]
41642026-02-19T22:02:36.424Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41652026-02-19T22:02:43.191Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41662026-02-19T22:02:48.482Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41672026-02-19T22:02:50.164Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41682026-02-19T22:02:54.401Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41692026-02-19T22:02:55.971Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41702026-02-19T22:02:57.583Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41712026-02-19T22:03:03.116Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41722026-02-19T22:03:11.056Z[ recovery-image] Feb 19 22:03:09.913 INFO O| Feb 19 22:03:09.913 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41732026-02-19T22:03:12.206Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41742026-02-19T22:03:13.230Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41752026-02-19T22:03:21.888Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41762026-02-19T22:03:22.663Z[ host-image] Feb 19 22:03:21.519 INFO O| Feb 19 22:03:21.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41772026-02-19T22:03:32.310Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41782026-02-19T22:03:34.888Z[ recovery-image] Feb 19 22:03:33.742 INFO O| Feb 19 22:03:33.742 INFO O| Startup: Caching catalogs ... Done
41792026-02-19T22:03:35.089Z[ recovery-image] Feb 19 22:03:33.936 INFO O| Feb 19 22:03:33.936 INFO O| Planning: Planning completed in 0.00 seconds
41802026-02-19T22:03:35.100Z[ recovery-image] Feb 19 22:03:33.936 INFO O| Feb 19 22:03:33.936 INFO O| Planning: Consolidating action changes ... Done
41812026-02-19T22:03:35.100Z[ recovery-image] Feb 19 22:03:33.937 INFO O| Feb 19 22:03:33.937 INFO O| Planning: Evaluating mediators ... Done
41822026-02-19T22:03:35.100Z[ recovery-image] Feb 19 22:03:33.937 INFO O| Feb 19 22:03:33.937 INFO O| Planning: Planning completed in 0.00 seconds
41832026-02-19T22:03:35.100Z[ recovery-image] Feb 19 22:03:33.938 INFO O| Feb 19 22:03:33.938 INFO O| Variants/Facets to change: 1
41842026-02-19T22:03:35.147Z[ recovery-image] Feb 19 22:03:34.002 INFO O| Feb 19 22:03:34.002 INFO O| Done
41852026-02-19T22:03:35.147Z[ recovery-image] Feb 19 22:03:34.002 INFO O| Feb 19 22:03:34.002 INFO O| Done
41862026-02-19T22:03:35.513Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41872026-02-19T22:03:38.477Z[ recovery-image] Feb 19 22:03:37.331 INFO O| Feb 19 22:03:37.331 INFO O| Done
41882026-02-19T22:03:38.736Z[ recovery-image] Feb 19 22:03:37.590 INFO O| Feb 19 22:03:37.590 INFO O| Done
41892026-02-19T22:03:38.746Z[ recovery-image] Feb 19 22:03:37.591 INFO O| Feb 19 22:03:37.591 INFO O| Done
41902026-02-19T22:03:38.747Z[ recovery-image] Feb 19 22:03:37.591 INFO O| Feb 19 22:03:37.591 INFO O| Done
41912026-02-19T22:03:38.747Z[ recovery-image] Feb 19 22:03:37.593 INFO O| Feb 19 22:03:37.593 INFO O| Done
41922026-02-19T22:03:40.969Z[ recovery-image] Feb 19 22:03:39.824 INFO O| Feb 19 22:03:39.824 INFO STEP 8 (pkg_change_facet) COMPLETE
41932026-02-19T22:03:40.969Z[ recovery-image] Feb 19 22:03:39.824 INFO O| Feb 19 22:03:39.824 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41942026-02-19T22:03:41.108Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41952026-02-19T22:03:41.622Z[ recovery-image] Feb 19 22:03:40.476 INFO O| Feb 19 22:03:40.476 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41962026-02-19T22:03:45.776Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41972026-02-19T22:03:45.866Z[ host-image] Feb 19 22:03:44.720 INFO O| Feb 19 22:03:44.720 INFO O| Startup: Caching catalogs ... Done
41982026-02-19T22:04:11.095Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41992026-02-19T22:04:11.525Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42002026-02-19T22:04:27.082Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42012026-02-19T22:04:32.425Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42022026-02-19T22:04:37.780Z[ recovery-image] Feb 19 22:04:36.631 INFO O| Feb 19 22:04:36.631 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42032026-02-19T22:05:03.550Z[ recovery-image] Feb 19 22:05:02.399 INFO O| Feb 19 22:05:02.399 INFO O| Startup: Caching catalogs ... Done
42042026-02-19T22:05:03.716Z[ recovery-image] Feb 19 22:05:02.565 INFO O| Feb 19 22:05:02.565 INFO O| Planning: Planning completed in 0.00 seconds
42052026-02-19T22:05:03.722Z[ recovery-image] Feb 19 22:05:02.566 INFO O| Feb 19 22:05:02.566 INFO O| Planning: Consolidating action changes ... Done
42062026-02-19T22:05:03.722Z[ recovery-image] Feb 19 22:05:02.566 INFO O| Feb 19 22:05:02.566 INFO O| Planning: Evaluating mediators ... Done
42072026-02-19T22:05:03.722Z[ recovery-image] Feb 19 22:05:02.567 INFO O| Feb 19 22:05:02.567 INFO O| Planning: Planning completed in 0.00 seconds
42082026-02-19T22:05:03.722Z[ recovery-image] Feb 19 22:05:02.567 INFO O| Feb 19 22:05:02.567 INFO O| Variants/Facets to change: 1
42092026-02-19T22:05:03.887Z[ recovery-image] Feb 19 22:05:02.736 INFO O| Feb 19 22:05:02.736 INFO O| Done
42102026-02-19T22:05:03.887Z[ recovery-image] Feb 19 22:05:02.736 INFO O| Feb 19 22:05:02.736 INFO O| Done
42112026-02-19T22:05:08.909Z[ recovery-image] Feb 19 22:05:07.758 INFO O| Feb 19 22:05:07.758 INFO O| Done
42122026-02-19T22:05:09.132Z[ recovery-image] Feb 19 22:05:07.980 INFO O| Feb 19 22:05:07.980 INFO O| Done
42132026-02-19T22:05:09.136Z[ recovery-image] Feb 19 22:05:07.981 INFO O| Feb 19 22:05:07.981 INFO O| Done
42142026-02-19T22:05:09.136Z[ recovery-image] Feb 19 22:05:07.981 INFO O| Feb 19 22:05:07.981 INFO O| Done
42152026-02-19T22:05:09.136Z[ recovery-image] Feb 19 22:05:07.984 INFO O| Feb 19 22:05:07.984 INFO O| Done
42162026-02-19T22:05:11.335Z[ recovery-image] Feb 19 22:05:10.183 INFO O| Feb 19 22:05:10.183 INFO STEP 9 (pkg_change_facet) COMPLETE
42172026-02-19T22:05:11.335Z[ recovery-image] Feb 19 22:05:10.184 INFO O| Feb 19 22:05:10.183 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42182026-02-19T22:05:15.201Z[ recovery-image] Feb 19 22:05:14.048 INFO O| Feb 19 22:05:14.048 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42192026-02-19T22:05:18.616Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42202026-02-19T22:05:23.466Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42212026-02-19T22:05:27.344Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42222026-02-19T22:05:36.750Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42232026-02-19T22:05:38.894Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42242026-02-19T22:06:01.459Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42252026-02-19T22:06:05.038Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42262026-02-19T22:06:09.628Z[ recovery-image] Feb 19 22:06:08.473 INFO O| Feb 19 22:06:08.473 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42272026-02-19T22:06:22.897Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42282026-02-19T22:06:25.361Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42292026-02-19T22:06:33.863Z[ recovery-image] Feb 19 22:06:32.706 INFO O| Feb 19 22:06:32.706 INFO O| Startup: Caching catalogs ... Done
42302026-02-19T22:06:34.111Z[ recovery-image] Feb 19 22:06:32.954 INFO O| Feb 19 22:06:32.954 INFO O| Planning: Planning completed in 0.00 seconds
42312026-02-19T22:06:34.114Z[ recovery-image] Feb 19 22:06:32.954 INFO O| Feb 19 22:06:32.954 INFO O| Planning: Consolidating action changes ... Done
42322026-02-19T22:06:34.114Z[ recovery-image] Feb 19 22:06:32.955 INFO O| Feb 19 22:06:32.955 INFO O| Planning: Evaluating mediators ... Done
42332026-02-19T22:06:34.114Z[ recovery-image] Feb 19 22:06:32.955 INFO O| Feb 19 22:06:32.955 INFO O| Planning: Planning completed in 0.00 seconds
42342026-02-19T22:06:34.114Z[ recovery-image] Feb 19 22:06:32.956 INFO O| Feb 19 22:06:32.955 INFO O| Variants/Facets to change: 1
42352026-02-19T22:06:34.302Z[ recovery-image] Feb 19 22:06:33.145 INFO O| Feb 19 22:06:33.145 INFO O| Done
42362026-02-19T22:06:34.302Z[ recovery-image] Feb 19 22:06:33.146 INFO O| Feb 19 22:06:33.145 INFO O| Done
42372026-02-19T22:06:37.486Z[ recovery-image] Feb 19 22:06:36.329 INFO O| Feb 19 22:06:36.329 INFO O| Done
42382026-02-19T22:06:37.717Z[ recovery-image] Feb 19 22:06:36.560 INFO O| Feb 19 22:06:36.560 INFO O| Done
42392026-02-19T22:06:37.721Z[ recovery-image] Feb 19 22:06:36.562 INFO O| Feb 19 22:06:36.562 INFO O| Done
42402026-02-19T22:06:37.721Z[ recovery-image] Feb 19 22:06:36.562 INFO O| Feb 19 22:06:36.562 INFO O| Done
42412026-02-19T22:06:37.724Z[ recovery-image] Feb 19 22:06:36.564 INFO O| Feb 19 22:06:36.564 INFO O| Done
42422026-02-19T22:06:39.943Z[ recovery-image] Feb 19 22:06:38.786 INFO O| Feb 19 22:06:38.786 INFO STEP 10 (pkg_change_facet) COMPLETE
42432026-02-19T22:06:39.943Z[ recovery-image] Feb 19 22:06:38.786 INFO O| Feb 19 22:06:38.786 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42442026-02-19T22:06:39.959Z[ recovery-image] Feb 19 22:06:38.802 INFO O| Feb 19 22:06:38.802 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"]
42452026-02-19T22:06:43.382Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42462026-02-19T22:06:50.249Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42472026-02-19T22:07:04.287Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42482026-02-19T22:07:20.905Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42492026-02-19T22:07:22.132Z[verify-libraries] Compiling internet-checksum v0.2.1
42502026-02-19T22:07:22.563Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42512026-02-19T22:07:30.710Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42522026-02-19T22:07:34.957Z[ recovery-image] Feb 19 22:07:33.796 INFO O| Feb 19 22:07:33.796 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42532026-02-19T22:07:44.096Z[ host-image] Feb 19 22:07:42.934 INFO O| Feb 19 22:07:42.934 INFO O| Planning: Solver setup ... Done
42542026-02-19T22:08:00.984Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-02-19T22:08:06.053Z[ recovery-image] Feb 19 22:08:04.888 INFO O| Feb 19 22:08:04.888 INFO O| Startup: Caching catalogs ... Done
42562026-02-19T22:08:07.698Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42572026-02-19T22:08:17.973Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42582026-02-19T22:08:24.745Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42592026-02-19T22:08:32.750Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42602026-02-19T22:08:34.128Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42612026-02-19T22:08:42.113Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42622026-02-19T22:08:52.328Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-02-19T22:09:13.344Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42642026-02-19T22:10:19.809Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42652026-02-19T22:10:20.168Z[verify-libraries] Compiling diff v0.1.13
42662026-02-19T22:10:21.823Z[verify-libraries] Compiling yansi v1.0.1
42672026-02-19T22:10:21.986Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42682026-02-19T22:10:22.907Z[verify-libraries] Compiling pretty_assertions v1.4.1
42692026-02-19T22:10:23.258Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42702026-02-19T22:10:23.891Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42712026-02-19T22:10:24.302Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42722026-02-19T22:10:24.605Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42732026-02-19T22:10:25.294Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42742026-02-19T22:10:26.129Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42752026-02-19T22:10:26.698Z[verify-libraries] Compiling drift v0.1.3
42762026-02-19T22:10:34.998Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42772026-02-19T22:11:05.296Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42782026-02-19T22:11:07.288Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
42792026-02-19T22:11:07.895Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42802026-02-19T22:11:37.882Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42812026-02-19T22:11:54.795Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42822026-02-19T22:12:02.679Z[ recovery-image] Feb 19 22:12:01.499 INFO O| Feb 19 22:12:01.499 INFO O| Planning: Solver setup ... Done
42832026-02-19T22:12:03.667Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42842026-02-19T22:12:08.713Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42852026-02-19T22:12:47.795Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42862026-02-19T22:12:48.543Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42872026-02-19T22:12:52.933Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42882026-02-19T22:12:54.488Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42892026-02-19T22:12:58.828Z[verify-libraries] Compiling termios v0.3.3
42902026-02-19T22:12:59.377Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42912026-02-19T22:13:01.281Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42922026-02-19T22:13:02.980Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42932026-02-19T22:13:31.092Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42942026-02-19T22:13:32.355Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42952026-02-19T22:13:51.178Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42962026-02-19T22:17:46.311Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42972026-02-19T22:17:48.105Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42982026-02-19T22:18:46.368Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42992026-02-19T22:19:08.427Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43002026-02-19T22:19:12.557Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43012026-02-19T22:19:18.740Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43022026-02-19T22:19:19.980Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43032026-02-19T22:22:01.491Z[ host-image] Feb 19 22:22:00.271 INFO O| Feb 19 22:22:00.271 INFO O| Planning: Running solver ... Done
43042026-02-19T22:22:03.301Z[ host-image] Feb 19 22:22:02.081 INFO O| Feb 19 22:22:02.081 INFO O| Planning: Finding local manifests ... Done
43052026-02-19T22:22:03.409Z[ host-image] Feb 19 22:22:02.188 INFO O| Feb 19 22:22:02.188 INFO O| Planning: Fetching manifests: 0/126 0% complete
43062026-02-19T22:22:08.411Z[ host-image] Feb 19 22:22:07.190 INFO O| Feb 19 22:22:07.190 INFO O| Planning: Fetching manifests: 101/126 80% complete
43072026-02-19T22:22:09.411Z[ host-image] Feb 19 22:22:08.191 INFO O| Feb 19 22:22:08.191 INFO O| Planning: Fetching manifests: 126/126 100% complete
43082026-02-19T22:22:10.786Z[ host-image] Feb 19 22:22:09.565 INFO O| Feb 19 22:22:09.565 INFO O| Planning: Package planning ... Done
43092026-02-19T22:22:12.148Z[ host-image] Feb 19 22:22:10.928 INFO O| Feb 19 22:22:10.928 INFO O| Planning: Merging actions ... Done
43102026-02-19T22:22:12.567Z[ host-image] Feb 19 22:22:11.346 INFO O| Feb 19 22:22:11.346 INFO O| Planning: Checking for conflicting actions ... Done
43112026-02-19T22:22:12.881Z[ host-image] Feb 19 22:22:11.660 INFO O| Feb 19 22:22:11.660 INFO O| Planning: Consolidating action changes ... Done
43122026-02-19T22:22:13.466Z[ host-image] Feb 19 22:22:12.245 INFO O| Feb 19 22:22:12.245 INFO O| Planning: Evaluating mediators ... Done
43132026-02-19T22:22:19.996Z[ host-image] Feb 19 22:22:18.775 INFO O| Feb 19 22:22:18.775 INFO O| Planning: Planning completed in 1113.92 seconds
43142026-02-19T22:22:20.002Z[ host-image] Feb 19 22:22:18.780 INFO O| Feb 19 22:22:18.780 INFO O| Packages to install: 126
43152026-02-19T22:22:20.007Z[ host-image] Feb 19 22:22:18.781 INFO O| Feb 19 22:22:18.781 INFO O| Mediators to change: 5
43162026-02-19T22:22:20.007Z[ host-image] Feb 19 22:22:18.781 INFO O| Feb 19 22:22:18.781 INFO O| Services to change: 6
43172026-02-19T22:22:20.156Z[ host-image] Feb 19 22:22:18.935 INFO O| Feb 19 22:22:18.935 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43182026-02-19T22:22:25.169Z[ host-image] Feb 19 22:22:23.947 INFO O| Feb 19 22:22:23.947 INFO O| Download: 1438/22925 items 8.1/210.6MB 3% complete (1.6M/s)
43192026-02-19T22:22:30.192Z[ host-image] Feb 19 22:22:28.970 INFO O| Feb 19 22:22:28.970 INFO O| Download: 1875/22925 items 20.1/210.6MB 9% complete (2.0M/s)
43202026-02-19T22:22:35.199Z[ host-image] Feb 19 22:22:33.977 INFO O| Feb 19 22:22:33.976 INFO O| Download: 2707/22925 items 31.2/210.6MB 14% complete (2.3M/s)
43212026-02-19T22:22:40.206Z[ host-image] Feb 19 22:22:38.983 INFO O| Feb 19 22:22:38.983 INFO O| Download: 4260/22925 items 41.1/210.6MB 19% complete (2.1M/s)
43222026-02-19T22:22:45.207Z[ host-image] Feb 19 22:22:43.984 INFO O| Feb 19 22:22:43.984 INFO O| Download: 5200/22925 items 46.4/210.6MB 22% complete (1.5M/s)
43232026-02-19T22:22:50.208Z[ host-image] Feb 19 22:22:48.985 INFO O| Feb 19 22:22:48.985 INFO O| Download: 6716/22925 items 47.2/210.6MB 22% complete (634k/s)
43242026-02-19T22:22:55.220Z[ host-image] Feb 19 22:22:53.995 INFO O| Feb 19 22:22:53.994 INFO O| Download: 7896/22925 items 59.5/210.6MB 28% complete (1.3M/s)
43252026-02-19T22:23:00.235Z[ host-image] Feb 19 22:22:59.011 INFO O| Feb 19 22:22:59.011 INFO O| Download: 8642/22925 items 74.9/210.6MB 35% complete (2.7M/s)
43262026-02-19T22:23:05.249Z[ host-image] Feb 19 22:23:04.024 INFO O| Feb 19 22:23:04.024 INFO O| Download: 10206/22925 items 89.8/210.6MB 42% complete (3.0M/s)
43272026-02-19T22:23:10.252Z[ host-image] Feb 19 22:23:09.027 INFO O| Feb 19 22:23:09.027 INFO O| Download: 11217/22925 items 98.1/210.6MB 46% complete (2.3M/s)
43282026-02-19T22:23:15.307Z[ host-image] Feb 19 22:23:14.082 INFO O| Feb 19 22:23:14.082 INFO O| Download: 12189/22925 items 105.9/210.6MB 50% complete (1.7M/s)
43292026-02-19T22:23:20.401Z[ host-image] Feb 19 22:23:19.176 INFO O| Feb 19 22:23:19.176 INFO O| Download: 13397/22925 items 114.8/210.6MB 54% complete (1.7M/s)
43302026-02-19T22:23:25.424Z[ host-image] Feb 19 22:23:24.199 INFO O| Feb 19 22:23:24.198 INFO O| Download: 14488/22925 items 116.6/210.6MB 55% complete (1.1M/s)
43312026-02-19T22:23:30.431Z[ host-image] Feb 19 22:23:29.205 INFO O| Feb 19 22:23:29.205 INFO O| Download: 15624/22925 items 130.4/210.6MB 61% complete (1.6M/s)
43322026-02-19T22:23:35.432Z[ host-image] Feb 19 22:23:34.205 INFO O| Feb 19 22:23:34.205 INFO O| Download: 16847/22925 items 142.6/210.6MB 67% complete (2.5M/s)
43332026-02-19T22:23:40.608Z[ host-image] Feb 19 22:23:39.381 INFO O| Feb 19 22:23:39.381 INFO O| Download: 18005/22925 items 163.1/210.6MB 77% complete (3.0M/s)
43342026-02-19T22:23:45.621Z[ host-image] Feb 19 22:23:44.394 INFO O| Feb 19 22:23:44.394 INFO O| Download: 19279/22925 items 171.9/210.6MB 81% complete (2.7M/s)
43352026-02-19T22:23:50.630Z[ host-image] Feb 19 22:23:49.402 INFO O| Feb 19 22:23:49.402 INFO O| Download: 20738/22925 items 178.0/210.6MB 84% complete (1.5M/s)
43362026-02-19T22:23:55.649Z[ host-image] Feb 19 22:23:54.422 INFO O| Feb 19 22:23:54.422 INFO O| Download: 21670/22925 items 188.8/210.6MB 89% complete (1.7M/s)
43372026-02-19T22:24:00.722Z[ host-image] Feb 19 22:23:59.494 INFO O| Feb 19 22:23:59.494 INFO O| Download: 22369/22925 items 208.6/210.6MB 99% complete (3.1M/s)
43382026-02-19T22:24:03.371Z[ host-image] Feb 19 22:24:02.143 INFO O| Feb 19 22:24:02.143 INFO O| Download: Completed 210.62 MB in 103.21 seconds (2.0M/s)
43392026-02-19T22:24:05.129Z[ host-image] Feb 19 22:24:03.901 INFO O| Feb 19 22:24:03.900 INFO O| Actions: 1/50885 actions (Installing new actions)
43402026-02-19T22:24:10.129Z[ host-image] Feb 19 22:24:08.901 INFO O| Feb 19 22:24:08.900 INFO O| Actions: 10550/50885 actions (Installing new actions)
43412026-02-19T22:24:15.131Z[ host-image] Feb 19 22:24:13.901 INFO O| Feb 19 22:24:13.901 INFO O| Actions: 17797/50885 actions (Installing new actions)
43422026-02-19T22:24:20.131Z[ host-image] Feb 19 22:24:18.902 INFO O| Feb 19 22:24:18.902 INFO O| Actions: 24428/50885 actions (Installing new actions)
43432026-02-19T22:24:25.133Z[ host-image] Feb 19 22:24:23.902 INFO O| Feb 19 22:24:23.902 INFO O| Actions: 47275/50885 actions (Installing new actions)
43442026-02-19T22:24:27.226Z[ host-image] Feb 19 22:24:25.996 INFO O| Feb 19 22:24:25.996 INFO O| Actions: Completed 50885 actions in 22.09 seconds.
43452026-02-19T22:24:28.308Z[ host-image] Feb 19 22:24:27.078 INFO O| Feb 19 22:24:27.078 INFO O| Done
43462026-02-19T22:24:28.311Z[ host-image] Feb 19 22:24:27.078 INFO O| Feb 19 22:24:27.078 INFO O| Done
43472026-02-19T22:24:31.736Z[ host-image] Feb 19 22:24:30.505 INFO O| Feb 19 22:24:30.505 INFO O| Done
43482026-02-19T22:24:35.002Z[ host-image] Feb 19 22:24:33.772 INFO O| Feb 19 22:24:33.772 INFO O| Done
43492026-02-19T22:24:35.090Z[ host-image] Feb 19 22:24:33.859 INFO O| Feb 19 22:24:33.859 INFO O| Done
43502026-02-19T22:24:43.115Z[ host-image] Feb 19 22:24:41.884 INFO O| Feb 19 22:24:41.884 INFO O| Done
43512026-02-19T22:24:44.123Z[ host-image] Feb 19 22:24:42.892 INFO O| Feb 19 22:24:42.892 INFO O| Done
43522026-02-19T22:24:49.371Z[ host-image] Feb 19 22:24:48.139 INFO O| Feb 19 22:24:48.139 INFO STEP 11 (pkg_install) COMPLETE
43532026-02-19T22:24:49.371Z[ host-image] Feb 19 22:24:48.139 INFO O| Feb 19 22:24:48.139 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43542026-02-19T22:24:49.407Z[ host-image] Feb 19 22:24:48.176 INFO O| Feb 19 22:24:48.175 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"]
43552026-02-19T22:25:34.315Z[ recovery-image] Feb 19 22:25:33.080 INFO O| Feb 19 22:25:33.080 INFO O| Planning: Running solver ... Done
43562026-02-19T22:25:35.368Z[ recovery-image] Feb 19 22:25:34.133 INFO O| Feb 19 22:25:34.133 INFO O| Planning: Finding local manifests ... Done
43572026-02-19T22:25:35.400Z[ recovery-image] Feb 19 22:25:34.165 INFO O| Feb 19 22:25:34.165 INFO O| Planning: Fetching manifests: 0/126 0% complete
43582026-02-19T22:25:37.580Z[ host-image] Feb 19 22:25:36.345 INFO O| Feb 19 22:25:36.345 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43592026-02-19T22:25:38.850Z[ recovery-image] Feb 19 22:25:37.616 INFO O| Feb 19 22:25:37.615 INFO O| Planning: Fetching manifests: 126/126 100% complete
43602026-02-19T22:25:39.405Z[ recovery-image] Feb 19 22:25:38.170 INFO O| Feb 19 22:25:38.170 INFO O| Planning: Package planning ... Done
43612026-02-19T22:25:40.768Z[ recovery-image] Feb 19 22:25:39.533 INFO O| Feb 19 22:25:39.533 INFO O| Planning: Merging actions ... Done
43622026-02-19T22:25:40.870Z[ recovery-image] Feb 19 22:25:39.635 INFO O| Feb 19 22:25:39.635 INFO O| Planning: Checking for conflicting actions ... Done
43632026-02-19T22:25:40.942Z[ recovery-image] Feb 19 22:25:39.707 INFO O| Feb 19 22:25:39.707 INFO O| Planning: Consolidating action changes ... Done
43642026-02-19T22:25:41.137Z[ recovery-image] Feb 19 22:25:39.901 INFO O| Feb 19 22:25:39.901 INFO O| Planning: Evaluating mediators ... Done
43652026-02-19T22:25:43.939Z[ recovery-image] Feb 19 22:25:42.669 INFO O| Feb 19 22:25:42.669 INFO O| Planning: Planning completed in 1057.63 seconds
43662026-02-19T22:25:43.944Z[ recovery-image] Feb 19 22:25:42.672 INFO O| Feb 19 22:25:42.672 INFO O| Packages to install: 126
43672026-02-19T22:25:43.944Z[ recovery-image] Feb 19 22:25:42.672 INFO O| Feb 19 22:25:42.672 INFO O| Mediators to change: 5
43682026-02-19T22:25:43.944Z[ recovery-image] Feb 19 22:25:42.672 INFO O| Feb 19 22:25:42.672 INFO O| Services to change: 5
43692026-02-19T22:25:43.957Z[ recovery-image] Feb 19 22:25:42.722 INFO O| Feb 19 22:25:42.722 INFO O| Download: 0/15969 items 0.0/187.2MB 0% complete
43702026-02-19T22:25:48.791Z[ host-image] Feb 19 22:25:47.555 INFO O| Feb 19 22:25:47.555 INFO O| Startup: Caching catalogs ... Done
43712026-02-19T22:25:48.958Z[ recovery-image] Feb 19 22:25:47.722 INFO O| Feb 19 22:25:47.722 INFO O| Download: 1325/15969 items 20.4/187.2MB 10% complete (4.1M/s)
43722026-02-19T22:25:54.007Z[ recovery-image] Feb 19 22:25:52.770 INFO O| Feb 19 22:25:52.770 INFO O| Download: 3668/15969 items 39.4/187.2MB 21% complete (4.0M/s)
43732026-02-19T22:25:56.196Z[ host-image] Feb 19 22:25:54.960 INFO O| Feb 19 22:25:54.960 INFO O| Planning: Solver setup ... Done
43742026-02-19T22:25:56.204Z[ host-image] Feb 19 22:25:54.968 INFO O| Feb 19 22:25:54.968 INFO O| Planning: Running solver ... Done
43752026-02-19T22:25:56.357Z[ host-image] Feb 19 22:25:55.121 INFO O| Feb 19 22:25:55.121 INFO O| Planning: Finding local manifests ... Done
43762026-02-19T22:25:56.383Z[ host-image] Feb 19 22:25:55.148 INFO O| Feb 19 22:25:55.148 INFO O| Planning: Fetching manifests: 0/6 0% complete
43772026-02-19T22:25:56.479Z[ host-image] Feb 19 22:25:55.243 INFO O| Feb 19 22:25:55.243 INFO O| Planning: Fetching manifests: 6/6 100% complete
43782026-02-19T22:25:56.508Z[ host-image] Feb 19 22:25:55.272 INFO O| Feb 19 22:25:55.272 INFO O| Planning: Package planning ... Done
43792026-02-19T22:25:56.513Z[ host-image] Feb 19 22:25:55.277 INFO O| Feb 19 22:25:55.277 INFO O| Planning: Merging actions ... Done
43802026-02-19T22:25:56.603Z[ host-image] Feb 19 22:25:55.367 INFO O| Feb 19 22:25:55.367 INFO O| Planning: Checking for conflicting actions ... Done
43812026-02-19T22:25:56.606Z[ host-image] Feb 19 22:25:55.369 INFO O| Feb 19 22:25:55.369 INFO O| Planning: Consolidating action changes ... Done
43822026-02-19T22:25:56.864Z[ host-image] Feb 19 22:25:55.628 INFO O| Feb 19 22:25:55.628 INFO O| Planning: Evaluating mediators ... Done
43832026-02-19T22:25:56.867Z[ host-image] Feb 19 22:25:55.630 INFO O| Feb 19 22:25:55.630 INFO O| Planning: Planning completed in 7.96 seconds
43842026-02-19T22:25:56.867Z[ host-image] Feb 19 22:25:55.630 INFO O| Feb 19 22:25:55.630 INFO O| Packages to install: 6
43852026-02-19T22:25:56.867Z[ host-image] Feb 19 22:25:55.631 INFO O| Feb 19 22:25:55.630 INFO O| Services to change: 2
43862026-02-19T22:25:56.886Z[ host-image] Feb 19 22:25:55.650 INFO O| Feb 19 22:25:55.650 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43872026-02-19T22:25:59.155Z[ recovery-image] Feb 19 22:25:57.919 INFO O| Feb 19 22:25:57.919 INFO O| Download: 5737/15969 items 44.9/187.2MB 23% complete (2.8M/s)
43882026-02-19T22:25:59.524Z[ host-image] Feb 19 22:25:58.287 INFO O| Feb 19 22:25:58.287 INFO O| Download: Completed 1.75 MB in 2.64 seconds (677k/s)
43892026-02-19T22:25:59.558Z[ host-image] Feb 19 22:25:58.322 INFO O| Feb 19 22:25:58.322 INFO O| Actions: 1/390 actions (Installing new actions)
43902026-02-19T22:25:59.768Z[ host-image] Feb 19 22:25:58.532 INFO O| Feb 19 22:25:58.532 INFO O| Actions: Completed 390 actions in 0.21 seconds.
43912026-02-19T22:26:00.228Z[ host-image] Feb 19 22:25:58.992 INFO O| Feb 19 22:25:58.992 INFO O| Done
43922026-02-19T22:26:00.228Z[ host-image] Feb 19 22:25:58.992 INFO O| Feb 19 22:25:58.992 INFO O| Done
43932026-02-19T22:26:01.344Z[ host-image] Feb 19 22:26:00.107 INFO O| Feb 19 22:26:00.107 INFO O| Done
43942026-02-19T22:26:02.752Z[ host-image] Feb 19 22:26:01.516 INFO O| Feb 19 22:26:01.516 INFO O| Done
43952026-02-19T22:26:02.778Z[ host-image] Feb 19 22:26:01.542 INFO O| Feb 19 22:26:01.542 INFO O| Done
43962026-02-19T22:26:02.778Z[ host-image] Feb 19 22:26:01.542 INFO O| Feb 19 22:26:01.542 INFO O| Done
43972026-02-19T22:26:02.802Z[ host-image] Feb 19 22:26:01.566 INFO O| Feb 19 22:26:01.566 INFO O| Done
43982026-02-19T22:26:04.156Z[ recovery-image] Feb 19 22:26:02.920 INFO O| Feb 19 22:26:02.920 INFO O| Download: 7551/15969 items 78.3/187.2MB 41% complete (3.9M/s)
43992026-02-19T22:26:04.237Z[ host-image] Feb 19 22:26:03.000 INFO O| Feb 19 22:26:03.000 INFO STEP 12 (pkg_install) COMPLETE
44002026-02-19T22:26:04.237Z[ host-image] Feb 19 22:26:03.000 INFO O| Feb 19 22:26:03.000 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44012026-02-19T22:26:04.247Z[ host-image] Feb 19 22:26:03.011 INFO O| Feb 19 22:26:03.011 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44022026-02-19T22:26:09.290Z[ recovery-image] Feb 19 22:26:08.053 INFO O| Feb 19 22:26:08.053 INFO O| Download: 8839/15969 items 89.0/187.2MB 47% complete (4.4M/s)
44032026-02-19T22:26:14.310Z[ recovery-image] Feb 19 22:26:13.072 INFO O| Feb 19 22:26:13.072 INFO O| Download: 10980/15969 items 98.7/187.2MB 52% complete (2.0M/s)
44042026-02-19T22:26:19.313Z[ recovery-image] Feb 19 22:26:18.075 INFO O| Feb 19 22:26:18.075 INFO O| Download: 12063/15969 items 144.1/187.2MB 76% complete (5.5M/s)
44052026-02-19T22:26:24.314Z[ recovery-image] Feb 19 22:26:23.076 INFO O| Feb 19 22:26:23.076 INFO O| Download: 14766/15969 items 156.0/187.2MB 83% complete (5.7M/s)
44062026-02-19T22:26:29.314Z[ recovery-image] Feb 19 22:26:28.076 INFO O| Feb 19 22:26:28.076 INFO O| Download: 15629/15969 items 180.8/187.2MB 96% complete (3.7M/s)
44072026-02-19T22:26:30.642Z[ host-image] Feb 19 22:26:29.403 INFO O| Feb 19 22:26:29.403 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44082026-02-19T22:26:32.711Z[ recovery-image] Feb 19 22:26:31.473 INFO O| Feb 19 22:26:31.473 INFO O| Download: Completed 187.23 MB in 48.75 seconds (3.8M/s)
44092026-02-19T22:26:33.632Z[ recovery-image] Feb 19 22:26:32.393 INFO O| Feb 19 22:26:32.393 INFO O| Actions: 1/26357 actions (Installing new actions)
44102026-02-19T22:26:38.634Z[ recovery-image] Feb 19 22:26:37.395 INFO O| Feb 19 22:26:37.395 INFO O| Actions: 10852/26357 actions (Installing new actions)
44112026-02-19T22:26:43.637Z[ recovery-image] Feb 19 22:26:42.398 INFO O| Feb 19 22:26:42.398 INFO O| Actions: 17422/26357 actions (Installing new actions)
44122026-02-19T22:26:48.198Z[ recovery-image] Feb 19 22:26:46.958 INFO O| Feb 19 22:26:46.958 INFO O| Actions: Completed 26357 actions in 14.56 seconds.
44132026-02-19T22:26:49.238Z[ recovery-image] Feb 19 22:26:47.999 INFO O| Feb 19 22:26:47.999 INFO O| Done
44142026-02-19T22:26:49.238Z[ recovery-image] Feb 19 22:26:47.999 INFO O| Feb 19 22:26:47.999 INFO O| Done
44152026-02-19T22:26:52.798Z[ recovery-image] Feb 19 22:26:51.558 INFO O| Feb 19 22:26:51.558 INFO O| Done
44162026-02-19T22:26:54.228Z[ host-image] Feb 19 22:26:52.988 INFO O| Feb 19 22:26:52.987 INFO O| Startup: Caching catalogs ... Done
44172026-02-19T22:26:55.125Z[ recovery-image] Feb 19 22:26:53.885 INFO O| Feb 19 22:26:53.885 INFO O| Done
44182026-02-19T22:26:55.153Z[ recovery-image] Feb 19 22:26:53.912 INFO O| Feb 19 22:26:53.912 INFO O| Done
44192026-02-19T22:27:00.742Z[ recovery-image] Feb 19 22:26:59.502 INFO O| Feb 19 22:26:59.502 INFO O| Done
44202026-02-19T22:27:01.514Z[ recovery-image] Feb 19 22:27:00.274 INFO O| Feb 19 22:27:00.274 INFO O| Done
44212026-02-19T22:27:05.007Z[ host-image] Feb 19 22:27:03.767 INFO O| Feb 19 22:27:03.766 INFO O| Planning: Solver setup ... Done
44222026-02-19T22:27:05.022Z[ host-image] Feb 19 22:27:03.781 INFO O| Feb 19 22:27:03.781 INFO O| Planning: Running solver ... Done
44232026-02-19T22:27:05.212Z[ host-image] Feb 19 22:27:03.971 INFO O| Feb 19 22:27:03.971 INFO O| Planning: Finding local manifests ... Done
44242026-02-19T22:27:05.323Z[ host-image] Feb 19 22:27:04.083 INFO O| Feb 19 22:27:04.082 INFO O| Planning: Fetching manifests: 0/6 0% complete
44252026-02-19T22:27:05.563Z[ recovery-image] Feb 19 22:27:04.322 INFO O| Feb 19 22:27:04.322 INFO STEP 11 (pkg_install) COMPLETE
44262026-02-19T22:27:05.563Z[ recovery-image] Feb 19 22:27:04.322 INFO O| Feb 19 22:27:04.322 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44272026-02-19T22:27:05.567Z[ recovery-image] Feb 19 22:27:04.322 INFO O| Feb 19 22:27:04.322 INFO skip step because feature "recovery" is enabled
44282026-02-19T22:27:05.567Z[ recovery-image] Feb 19 22:27:04.322 INFO O| Feb 19 22:27:04.322 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44292026-02-19T22:27:05.567Z[ recovery-image] Feb 19 22:27:04.322 INFO O| Feb 19 22:27:04.322 INFO skip step because feature "omicron1" is not enabled
44302026-02-19T22:27:05.567Z[ recovery-image] Feb 19 22:27:04.322 INFO O| Feb 19 22:27:04.322 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44312026-02-19T22:27:05.578Z[ recovery-image] Feb 19 22:27:04.337 INFO O| Feb 19 22:27:04.337 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44322026-02-19T22:27:05.653Z[ host-image] Feb 19 22:27:04.410 INFO O| Feb 19 22:27:04.410 INFO O| Planning: Fetching manifests: 6/6 100% complete
44332026-02-19T22:27:05.790Z[ host-image] Feb 19 22:27:04.548 INFO O| Feb 19 22:27:04.548 INFO O| Planning: Package planning ... Done
44342026-02-19T22:27:05.825Z[ host-image] Feb 19 22:27:04.584 INFO O| Feb 19 22:27:04.584 INFO O| Planning: Merging actions ... Done
44352026-02-19T22:27:05.986Z[ host-image] Feb 19 22:27:04.745 INFO O| Feb 19 22:27:04.745 INFO O| Planning: Checking for conflicting actions ... Done
44362026-02-19T22:27:05.994Z[ host-image] Feb 19 22:27:04.753 INFO O| Feb 19 22:27:04.753 INFO O| Planning: Consolidating action changes ... Done
44372026-02-19T22:27:06.424Z[ host-image] Feb 19 22:27:05.183 INFO O| Feb 19 22:27:05.183 INFO O| Planning: Evaluating mediators ... Done
44382026-02-19T22:27:06.451Z[ host-image] Feb 19 22:27:05.211 INFO O| Feb 19 22:27:05.211 INFO O| Planning: Planning completed in 12.02 seconds
44392026-02-19T22:27:06.455Z[ host-image] Feb 19 22:27:05.212 INFO O| Feb 19 22:27:05.212 INFO O| Packages to install: 6
44402026-02-19T22:27:06.455Z[ host-image] Feb 19 22:27:05.212 INFO O| Feb 19 22:27:05.212 INFO O| Mediators to change: 1
44412026-02-19T22:27:06.455Z[ host-image] Feb 19 22:27:05.212 INFO O| Feb 19 22:27:05.212 INFO O| Services to change: 1
44422026-02-19T22:27:06.490Z[ host-image] Feb 19 22:27:05.249 INFO O| Feb 19 22:27:05.249 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44432026-02-19T22:27:11.392Z[ host-image] Feb 19 22:27:10.151 INFO O| Feb 19 22:27:10.151 INFO O| Download: Completed 7.71 MB in 4.90 seconds (1.6M/s)
44442026-02-19T22:27:11.590Z[ host-image] Feb 19 22:27:10.349 INFO O| Feb 19 22:27:10.349 INFO O| Actions: 1/1361 actions (Installing new actions)
44452026-02-19T22:27:12.305Z[ host-image] Feb 19 22:27:11.064 INFO O| Feb 19 22:27:11.063 INFO O| Actions: Completed 1361 actions in 0.71 seconds.
44462026-02-19T22:27:13.381Z[ host-image] Feb 19 22:27:12.140 INFO O| Feb 19 22:27:12.139 INFO O| Done
44472026-02-19T22:27:13.381Z[ host-image] Feb 19 22:27:12.140 INFO O| Feb 19 22:27:12.140 INFO O| Done
44482026-02-19T22:27:15.833Z[ host-image] Feb 19 22:27:14.591 INFO O| Feb 19 22:27:14.591 INFO O| Done
44492026-02-19T22:27:19.228Z[ host-image] Feb 19 22:27:17.986 INFO O| Feb 19 22:27:17.986 INFO O| Done
44502026-02-19T22:27:19.285Z[ host-image] Feb 19 22:27:18.043 INFO O| Feb 19 22:27:18.043 INFO O| Done
44512026-02-19T22:27:19.288Z[ host-image] Feb 19 22:27:18.043 INFO O| Feb 19 22:27:18.043 INFO O| Done
44522026-02-19T22:27:19.407Z[ host-image] Feb 19 22:27:18.166 INFO O| Feb 19 22:27:18.166 INFO O| Done
44532026-02-19T22:27:21.862Z[ host-image] Feb 19 22:27:20.620 INFO O| Feb 19 22:27:20.620 INFO STEP 13 (pkg_install) COMPLETE
44542026-02-19T22:27:21.862Z[ host-image] Feb 19 22:27:20.620 INFO O| Feb 19 22:27:20.620 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44552026-02-19T22:27:21.877Z[ host-image] Feb 19 22:27:20.635 INFO O| Feb 19 22:27:20.635 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44562026-02-19T22:28:00.080Z[ recovery-image] Feb 19 22:27:58.836 INFO O| Feb 19 22:27:58.836 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44572026-02-19T22:28:12.127Z[ host-image] Feb 19 22:28:10.882 INFO O| Feb 19 22:28:10.881 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44582026-02-19T22:28:23.713Z[ recovery-image] Feb 19 22:28:22.467 INFO O| Feb 19 22:28:22.467 INFO O| Startup: Caching catalogs ... Done
44592026-02-19T22:28:33.792Z[ recovery-image] Feb 19 22:28:32.545 INFO O| Feb 19 22:28:32.545 INFO O| Planning: Solver setup ... Done
44602026-02-19T22:28:33.806Z[ recovery-image] Feb 19 22:28:32.560 INFO O| Feb 19 22:28:32.559 INFO O| Planning: Running solver ... Done
44612026-02-19T22:28:34.047Z[ recovery-image] Feb 19 22:28:32.800 INFO O| Feb 19 22:28:32.800 INFO O| Planning: Finding local manifests ... Done
44622026-02-19T22:28:34.116Z[ recovery-image] Feb 19 22:28:32.869 INFO O| Feb 19 22:28:32.869 INFO O| Planning: Fetching manifests: 0/1 0% complete
44632026-02-19T22:28:34.140Z[ recovery-image] Feb 19 22:28:32.894 INFO O| Feb 19 22:28:32.894 INFO O| Planning: Fetching manifests: 1/1 100% complete
44642026-02-19T22:28:34.203Z[ recovery-image] Feb 19 22:28:32.956 INFO O| Feb 19 22:28:32.956 INFO O| Planning: Package planning ... Done
44652026-02-19T22:28:34.206Z[ recovery-image] Feb 19 22:28:32.957 INFO O| Feb 19 22:28:32.957 INFO O| Planning: Merging actions ... Done
44662026-02-19T22:28:34.269Z[ recovery-image] Feb 19 22:28:33.022 INFO O| Feb 19 22:28:33.021 INFO O| Planning: Checking for conflicting actions ... Done
44672026-02-19T22:28:34.272Z[ recovery-image] Feb 19 22:28:33.022 INFO O| Feb 19 22:28:33.022 INFO O| Planning: Consolidating action changes ... Done
44682026-02-19T22:28:34.540Z[ recovery-image] Feb 19 22:28:33.293 INFO O| Feb 19 22:28:33.293 INFO O| Planning: Evaluating mediators ... Done
44692026-02-19T22:28:34.543Z[ recovery-image] Feb 19 22:28:33.294 INFO O| Feb 19 22:28:33.294 INFO O| Planning: Planning completed in 10.65 seconds
44702026-02-19T22:28:34.543Z[ recovery-image] Feb 19 22:28:33.294 INFO O| Feb 19 22:28:33.294 INFO O| Packages to install: 1
44712026-02-19T22:28:34.584Z[ recovery-image] Feb 19 22:28:33.337 INFO O| Feb 19 22:28:33.337 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44722026-02-19T22:28:35.202Z[ host-image] Feb 19 22:28:33.953 INFO O| Feb 19 22:28:33.953 INFO O| Startup: Caching catalogs ... Done
44732026-02-19T22:28:35.379Z[ recovery-image] Feb 19 22:28:34.133 INFO O| Feb 19 22:28:34.132 INFO O| Download: Completed 12.26 MB in 0.80 seconds (15.4M/s)
44742026-02-19T22:28:35.455Z[ recovery-image] Feb 19 22:28:34.208 INFO O| Feb 19 22:28:34.208 INFO O| Actions: 1/22 actions (Installing new actions)
44752026-02-19T22:28:36.032Z[ recovery-image] Feb 19 22:28:34.784 INFO O| Feb 19 22:28:34.784 INFO O| Actions: Completed 22 actions in 0.58 seconds.
44762026-02-19T22:28:36.937Z[ recovery-image] Feb 19 22:28:35.690 INFO O| Feb 19 22:28:35.690 INFO O| Done
44772026-02-19T22:28:36.937Z[ recovery-image] Feb 19 22:28:35.690 INFO O| Feb 19 22:28:35.690 INFO O| Done
44782026-02-19T22:28:39.673Z[ recovery-image] Feb 19 22:28:38.426 INFO O| Feb 19 22:28:38.426 INFO O| Done
44792026-02-19T22:28:42.225Z[ recovery-image] Feb 19 22:28:40.978 INFO O| Feb 19 22:28:40.978 INFO O| Done
44802026-02-19T22:28:42.274Z[ recovery-image] Feb 19 22:28:41.027 INFO O| Feb 19 22:28:41.027 INFO O| Done
44812026-02-19T22:28:42.277Z[ recovery-image] Feb 19 22:28:41.027 INFO O| Feb 19 22:28:41.027 INFO O| Done
44822026-02-19T22:28:42.299Z[ recovery-image] Feb 19 22:28:41.051 INFO O| Feb 19 22:28:41.051 INFO O| Done
44832026-02-19T22:28:44.494Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO STEP 14 (pkg_install) COMPLETE
44842026-02-19T22:28:44.494Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44852026-02-19T22:28:44.494Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO skip step because feature "mbist" is not enabled
44862026-02-19T22:28:44.497Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44872026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO skip step because feature "mfg" is not enabled
44882026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44892026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO skip step because feature "compliance" is not enabled
44902026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44912026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO skip step because feature "stress" is not enabled
44922026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO skip step because feature "compliance" is not enabled
44942026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO skip step because feature "nfs" is not enabled
44962026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44972026-02-19T22:28:44.498Z[ recovery-image] Feb 19 22:28:43.246 INFO O| Feb 19 22:28:43.246 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44982026-02-19T22:28:44.569Z[ recovery-image] Feb 19 22:28:43.322 INFO O| Feb 19 22:28:43.322 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44992026-02-19T22:28:44.689Z[ recovery-image] Feb 19 22:28:43.441 INFO O| Feb 19 22:28:43.441 INFO completed processing sled/ramdisk-01-os
45002026-02-19T22:28:44.706Z[ recovery-image] Feb 19 22:28:43.459 INFO image builder template: ramdisk-02-trim...
45012026-02-19T22:28:44.706Z[ recovery-image] Feb 19 22:28:43.459 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/.tmpwYIS1K/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45022026-02-19T22:28:44.748Z[ recovery-image] Feb 19 22:28:43.501 INFO O| Feb 19 22:28:43.500 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45032026-02-19T22:28:44.753Z[ recovery-image] Feb 19 22:28:43.506 INFO O| Feb 19 22:28:43.506 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45042026-02-19T22:28:44.930Z[ recovery-image] Feb 19 22:28:43.683 INFO O| Feb 19 22:28:43.683 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45052026-02-19T22:28:45.000Z[ recovery-image] Feb 19 22:28:43.753 INFO O| Feb 19 22:28:43.753 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45062026-02-19T22:28:45.001Z[ recovery-image] Feb 19 22:28:43.753 INFO O| Feb 19 22:28:43.753 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45072026-02-19T22:28:45.008Z[ recovery-image] Feb 19 22:28:43.760 INFO O| Feb 19 22:28:43.760 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45082026-02-19T22:28:45.013Z[ recovery-image] Feb 19 22:28:43.766 INFO O| Feb 19 22:28:43.766 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45092026-02-19T22:28:45.021Z[ recovery-image] Feb 19 22:28:43.773 INFO O| Feb 19 22:28:43.773 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45102026-02-19T22:28:45.385Z[ recovery-image] Feb 19 22:28:44.137 INFO O| Feb 19 22:28:44.137 INFO rolled back to input snapshot; work may begin
45112026-02-19T22:28:45.385Z[ recovery-image] Feb 19 22:28:44.137 INFO O| Feb 19 22:28:44.137 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45122026-02-19T22:28:45.393Z[ recovery-image] Feb 19 22:28:44.146 INFO O| Feb 19 22:28:44.145 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45132026-02-19T22:28:45.412Z[ recovery-image] Feb 19 22:28:44.164 INFO O| Feb 19 22:28:44.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45142026-02-19T22:28:45.481Z[ recovery-image] Feb 19 22:28:44.233 INFO O| Feb 19 22:28:44.233 INFO STEP 0 (remove_files) COMPLETE
45152026-02-19T22:28:45.481Z[ recovery-image] Feb 19 22:28:44.233 INFO O| Feb 19 22:28:44.233 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45162026-02-19T22:28:45.496Z[ recovery-image] Feb 19 22:28:44.248 INFO O| Feb 19 22:28:44.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45172026-02-19T22:28:45.499Z[ recovery-image] Feb 19 22:28:44.251 INFO O| Feb 19 22:28:44.251 INFO STEP 1 (remove_files) COMPLETE
45182026-02-19T22:28:45.499Z[ recovery-image] Feb 19 22:28:44.251 INFO O| Feb 19 22:28:44.251 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45192026-02-19T22:28:45.512Z[ recovery-image] Feb 19 22:28:44.265 INFO O| Feb 19 22:28:44.265 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45202026-02-19T22:28:45.531Z[ recovery-image] Feb 19 22:28:44.283 INFO O| Feb 19 22:28:44.283 INFO STEP 2 (remove_files) COMPLETE
45212026-02-19T22:28:45.531Z[ recovery-image] Feb 19 22:28:44.284 INFO O| Feb 19 22:28:44.283 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45222026-02-19T22:28:45.547Z[ recovery-image] Feb 19 22:28:44.299 INFO O| Feb 19 22:28:44.299 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45232026-02-19T22:28:45.550Z[ recovery-image] Feb 19 22:28:44.302 INFO O| Feb 19 22:28:44.302 INFO STEP 3 (remove_files) COMPLETE
45242026-02-19T22:28:45.550Z[ recovery-image] Feb 19 22:28:44.302 INFO O| Feb 19 22:28:44.302 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45252026-02-19T22:28:45.564Z[ recovery-image] Feb 19 22:28:44.316 INFO O| Feb 19 22:28:44.316 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45262026-02-19T22:28:45.568Z[ recovery-image] Feb 19 22:28:44.321 INFO O| Feb 19 22:28:44.321 INFO STEP 4 (remove_files) COMPLETE
45272026-02-19T22:28:45.572Z[ recovery-image] Feb 19 22:28:44.321 INFO O| Feb 19 22:28:44.321 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45282026-02-19T22:28:45.585Z[ recovery-image] Feb 19 22:28:44.336 INFO O| Feb 19 22:28:44.336 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45292026-02-19T22:28:45.585Z[ recovery-image] Feb 19 22:28:44.336 INFO O| Feb 19 22:28:44.336 INFO STEP 5 (remove_files) COMPLETE
45302026-02-19T22:28:45.585Z[ recovery-image] Feb 19 22:28:44.337 INFO O| Feb 19 22:28:44.336 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45312026-02-19T22:28:45.598Z[ recovery-image] Feb 19 22:28:44.350 INFO O| Feb 19 22:28:44.350 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45322026-02-19T22:28:45.612Z[ recovery-image] Feb 19 22:28:44.365 INFO O| Feb 19 22:28:44.365 INFO STEP 6 (remove_files) COMPLETE
45332026-02-19T22:28:45.612Z[ recovery-image] Feb 19 22:28:44.365 INFO O| Feb 19 22:28:44.365 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45342026-02-19T22:28:45.616Z[ recovery-image] Feb 19 22:28:44.365 INFO O| Feb 19 22:28:44.365 INFO skip step because feature "recovery" is enabled
45352026-02-19T22:28:45.616Z[ recovery-image] Feb 19 22:28:44.365 INFO O| Feb 19 22:28:44.365 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45362026-02-19T22:28:45.616Z[ recovery-image] Feb 19 22:28:44.365 INFO O| Feb 19 22:28:44.365 INFO skip step because feature "recovery" is enabled
45372026-02-19T22:28:45.616Z[ recovery-image] Feb 19 22:28:44.365 INFO O| Feb 19 22:28:44.365 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45382026-02-19T22:28:45.616Z[ recovery-image] Feb 19 22:28:44.365 INFO O| Feb 19 22:28:44.365 INFO skip step because feature "recovery" is enabled
45392026-02-19T22:28:45.616Z[ recovery-image] Feb 19 22:28:44.365 INFO O| Feb 19 22:28:44.365 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45402026-02-19T22:28:45.628Z[ recovery-image] Feb 19 22:28:44.381 INFO O| Feb 19 22:28:44.381 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45412026-02-19T22:28:45.633Z[ recovery-image] Feb 19 22:28:44.386 INFO O| Feb 19 22:28:44.386 INFO STEP 10 (remove_files) COMPLETE
45422026-02-19T22:28:45.633Z[ recovery-image] Feb 19 22:28:44.386 INFO O| Feb 19 22:28:44.386 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45432026-02-19T22:28:45.650Z[ recovery-image] Feb 19 22:28:44.402 INFO O| Feb 19 22:28:44.402 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45442026-02-19T22:28:45.653Z[ recovery-image] Feb 19 22:28:44.403 INFO O| Feb 19 22:28:44.403 INFO STEP 11 (remove_files) COMPLETE
45452026-02-19T22:28:45.653Z[ recovery-image] Feb 19 22:28:44.403 INFO O| Feb 19 22:28:44.403 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45462026-02-19T22:28:45.666Z[ recovery-image] Feb 19 22:28:44.419 INFO O| Feb 19 22:28:44.419 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45472026-02-19T22:28:45.669Z[ recovery-image] Feb 19 22:28:44.420 INFO O| Feb 19 22:28:44.420 INFO STEP 12 (remove_files) COMPLETE
45482026-02-19T22:28:45.669Z[ recovery-image] Feb 19 22:28:44.421 INFO O| Feb 19 22:28:44.420 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45492026-02-19T22:28:45.996Z[ recovery-image] Feb 19 22:28:44.749 INFO O| Feb 19 22:28:44.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45502026-02-19T22:28:46.008Z[ recovery-image] Feb 19 22:28:44.760 INFO O| Feb 19 22:28:44.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45512026-02-19T22:28:46.013Z[ recovery-image] Feb 19 22:28:44.765 INFO O| Feb 19 22:28:44.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45522026-02-19T22:28:46.052Z[ recovery-image] Feb 19 22:28:44.804 INFO O| Feb 19 22:28:44.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45532026-02-19T22:28:46.089Z[ recovery-image] Feb 19 22:28:44.841 INFO O| Feb 19 22:28:44.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45542026-02-19T22:28:46.092Z[ recovery-image] Feb 19 22:28:44.843 INFO O| Feb 19 22:28:44.843 INFO STEP 13 (remove_files) COMPLETE
45552026-02-19T22:28:46.092Z[ recovery-image] Feb 19 22:28:44.843 INFO O| Feb 19 22:28:44.843 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45562026-02-19T22:28:46.148Z[ recovery-image] Feb 19 22:28:44.901 INFO O| Feb 19 22:28:44.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45572026-02-19T22:28:46.152Z[ recovery-image] Feb 19 22:28:44.903 INFO O| Feb 19 22:28:44.903 INFO STEP 14 (remove_files) COMPLETE
45582026-02-19T22:28:46.152Z[ recovery-image] Feb 19 22:28:44.903 INFO O| Feb 19 22:28:44.903 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592026-02-19T22:28:46.165Z[ recovery-image] Feb 19 22:28:44.917 INFO O| Feb 19 22:28:44.917 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45602026-02-19T22:28:46.178Z[ recovery-image] Feb 19 22:28:44.927 INFO O| Feb 19 22:28:44.927 INFO STEP 15 (remove_files) COMPLETE
45612026-02-19T22:28:46.178Z[ recovery-image] Feb 19 22:28:44.927 INFO O| Feb 19 22:28:44.927 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622026-02-19T22:28:46.189Z[ recovery-image] Feb 19 22:28:44.941 INFO O| Feb 19 22:28:44.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45632026-02-19T22:28:46.192Z[ recovery-image] Feb 19 22:28:44.941 INFO O| Feb 19 22:28:44.941 INFO STEP 16 (remove_files) COMPLETE
45642026-02-19T22:28:46.192Z[ recovery-image] Feb 19 22:28:44.941 INFO O| Feb 19 22:28:44.941 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652026-02-19T22:28:46.201Z[ recovery-image] Feb 19 22:28:44.953 INFO O| Feb 19 22:28:44.953 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45662026-02-19T22:28:46.203Z[ recovery-image] Feb 19 22:28:44.955 INFO O| Feb 19 22:28:44.955 INFO STEP 17 (remove_files) COMPLETE
45672026-02-19T22:28:46.203Z[ recovery-image] Feb 19 22:28:44.955 INFO O| Feb 19 22:28:44.955 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682026-02-19T22:28:46.215Z[ recovery-image] Feb 19 22:28:44.967 INFO O| Feb 19 22:28:44.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45692026-02-19T22:28:46.218Z[ recovery-image] Feb 19 22:28:44.967 INFO O| Feb 19 22:28:44.967 INFO STEP 18 (remove_files) COMPLETE
45702026-02-19T22:28:46.218Z[ recovery-image] Feb 19 22:28:44.967 INFO O| Feb 19 22:28:44.967 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-02-19T22:28:46.229Z[ recovery-image] Feb 19 22:28:44.979 INFO O| Feb 19 22:28:44.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45722026-02-19T22:28:46.229Z[ recovery-image] Feb 19 22:28:44.979 INFO O| Feb 19 22:28:44.979 INFO STEP 19 (remove_files) COMPLETE
45732026-02-19T22:28:46.229Z[ recovery-image] Feb 19 22:28:44.979 INFO O| Feb 19 22:28:44.979 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742026-02-19T22:28:46.238Z[ recovery-image] Feb 19 22:28:44.991 INFO O| Feb 19 22:28:44.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45752026-02-19T22:28:46.239Z[ recovery-image] Feb 19 22:28:44.991 INFO O| Feb 19 22:28:44.991 INFO STEP 20 (remove_files) COMPLETE
45762026-02-19T22:28:46.239Z[ recovery-image] Feb 19 22:28:44.991 INFO O| Feb 19 22:28:44.991 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-02-19T22:28:46.249Z[ recovery-image] Feb 19 22:28:45.002 INFO O| Feb 19 22:28:45.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45782026-02-19T22:28:46.249Z[ recovery-image] Feb 19 22:28:45.002 INFO O| Feb 19 22:28:45.002 INFO STEP 21 (remove_files) COMPLETE
45792026-02-19T22:28:46.250Z[ recovery-image] Feb 19 22:28:45.002 INFO O| Feb 19 22:28:45.002 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-02-19T22:28:46.252Z[ host-image] Feb 19 22:28:45.003 INFO O| Feb 19 22:28:45.002 INFO O| Planning: Solver setup ... Done
45812026-02-19T22:28:46.261Z[ recovery-image] Feb 19 22:28:45.013 INFO O| Feb 19 22:28:45.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45822026-02-19T22:28:46.261Z[ recovery-image] Feb 19 22:28:45.013 INFO O| Feb 19 22:28:45.013 INFO STEP 22 (remove_files) COMPLETE
45832026-02-19T22:28:46.261Z[ recovery-image] Feb 19 22:28:45.013 INFO O| Feb 19 22:28:45.013 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45842026-02-19T22:28:46.264Z[ host-image] Feb 19 22:28:45.016 INFO O| Feb 19 22:28:45.016 INFO O| Planning: Running solver ... Done
45852026-02-19T22:28:46.274Z[ recovery-image] Feb 19 22:28:45.026 INFO O| Feb 19 22:28:45.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45862026-02-19T22:28:46.274Z[ recovery-image] Feb 19 22:28:45.026 INFO O| Feb 19 22:28:45.026 INFO STEP 23 (remove_files) COMPLETE
45872026-02-19T22:28:46.278Z[ recovery-image] Feb 19 22:28:45.026 INFO O| Feb 19 22:28:45.026 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-02-19T22:28:46.288Z[ recovery-image] Feb 19 22:28:45.039 INFO O| Feb 19 22:28:45.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45892026-02-19T22:28:46.288Z[ recovery-image] Feb 19 22:28:45.040 INFO O| Feb 19 22:28:45.039 INFO STEP 24 (remove_files) COMPLETE
45902026-02-19T22:28:46.288Z[ recovery-image] Feb 19 22:28:45.040 INFO O| Feb 19 22:28:45.040 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-02-19T22:28:46.300Z[ recovery-image] Feb 19 22:28:45.052 INFO O| Feb 19 22:28:45.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45922026-02-19T22:28:46.301Z[ recovery-image] Feb 19 22:28:45.053 INFO O| Feb 19 22:28:45.052 INFO STEP 25 (remove_files) COMPLETE
45932026-02-19T22:28:46.305Z[ recovery-image] Feb 19 22:28:45.053 INFO O| Feb 19 22:28:45.052 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-02-19T22:28:46.314Z[ recovery-image] Feb 19 22:28:45.066 INFO O| Feb 19 22:28:45.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45952026-02-19T22:28:46.317Z[ recovery-image] Feb 19 22:28:45.066 INFO O| Feb 19 22:28:45.066 INFO STEP 26 (remove_files) COMPLETE
45962026-02-19T22:28:46.317Z[ recovery-image] Feb 19 22:28:45.066 INFO O| Feb 19 22:28:45.066 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-02-19T22:28:46.326Z[ recovery-image] Feb 19 22:28:45.078 INFO O| Feb 19 22:28:45.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
45982026-02-19T22:28:46.326Z[ recovery-image] Feb 19 22:28:45.078 INFO O| Feb 19 22:28:45.078 INFO STEP 27 (remove_files) COMPLETE
45992026-02-19T22:28:46.330Z[ recovery-image] Feb 19 22:28:45.078 INFO O| Feb 19 22:28:45.078 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-02-19T22:28:46.338Z[ recovery-image] Feb 19 22:28:45.089 INFO O| Feb 19 22:28:45.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46012026-02-19T22:28:46.338Z[ recovery-image] Feb 19 22:28:45.089 INFO O| Feb 19 22:28:45.089 INFO STEP 28 (remove_files) COMPLETE
46022026-02-19T22:28:46.342Z[ recovery-image] Feb 19 22:28:45.090 INFO O| Feb 19 22:28:45.089 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-02-19T22:28:46.349Z[ recovery-image] Feb 19 22:28:45.101 INFO O| Feb 19 22:28:45.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46042026-02-19T22:28:46.349Z[ recovery-image] Feb 19 22:28:45.101 INFO O| Feb 19 22:28:45.101 INFO STEP 29 (remove_files) COMPLETE
46052026-02-19T22:28:46.353Z[ recovery-image] Feb 19 22:28:45.101 INFO O| Feb 19 22:28:45.101 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-02-19T22:28:46.361Z[ recovery-image] Feb 19 22:28:45.113 INFO O| Feb 19 22:28:45.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46072026-02-19T22:28:46.361Z[ recovery-image] Feb 19 22:28:45.113 INFO O| Feb 19 22:28:45.113 INFO STEP 30 (remove_files) COMPLETE
46082026-02-19T22:28:46.361Z[ recovery-image] Feb 19 22:28:45.113 INFO O| Feb 19 22:28:45.113 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-02-19T22:28:46.372Z[ recovery-image] Feb 19 22:28:45.124 INFO O| Feb 19 22:28:45.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46102026-02-19T22:28:46.372Z[ recovery-image] Feb 19 22:28:45.124 INFO O| Feb 19 22:28:45.124 INFO STEP 31 (remove_files) COMPLETE
46112026-02-19T22:28:46.372Z[ recovery-image] Feb 19 22:28:45.124 INFO O| Feb 19 22:28:45.124 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-02-19T22:28:46.385Z[ recovery-image] Feb 19 22:28:45.137 INFO O| Feb 19 22:28:45.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46132026-02-19T22:28:46.385Z[ recovery-image] Feb 19 22:28:45.137 INFO O| Feb 19 22:28:45.137 INFO STEP 32 (remove_files) COMPLETE
46142026-02-19T22:28:46.388Z[ recovery-image] Feb 19 22:28:45.137 INFO O| Feb 19 22:28:45.137 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-02-19T22:28:46.399Z[ recovery-image] Feb 19 22:28:45.152 INFO O| Feb 19 22:28:45.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46162026-02-19T22:28:46.399Z[ recovery-image] Feb 19 22:28:45.152 INFO O| Feb 19 22:28:45.152 INFO STEP 33 (remove_files) COMPLETE
46172026-02-19T22:28:46.403Z[ recovery-image] Feb 19 22:28:45.152 INFO O| Feb 19 22:28:45.152 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-02-19T22:28:46.413Z[ recovery-image] Feb 19 22:28:45.166 INFO O| Feb 19 22:28:45.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46192026-02-19T22:28:46.413Z[ recovery-image] Feb 19 22:28:45.166 INFO O| Feb 19 22:28:45.166 INFO STEP 34 (remove_files) COMPLETE
46202026-02-19T22:28:46.413Z[ recovery-image] Feb 19 22:28:45.166 INFO O| Feb 19 22:28:45.166 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-02-19T22:28:46.430Z[ recovery-image] Feb 19 22:28:45.182 INFO O| Feb 19 22:28:45.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46222026-02-19T22:28:46.430Z[ recovery-image] Feb 19 22:28:45.182 INFO O| Feb 19 22:28:45.182 INFO STEP 35 (remove_files) COMPLETE
46232026-02-19T22:28:46.434Z[ recovery-image] Feb 19 22:28:45.182 INFO O| Feb 19 22:28:45.182 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-02-19T22:28:46.445Z[ recovery-image] Feb 19 22:28:45.197 INFO O| Feb 19 22:28:45.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46252026-02-19T22:28:46.445Z[ recovery-image] Feb 19 22:28:45.197 INFO O| Feb 19 22:28:45.197 INFO STEP 36 (remove_files) COMPLETE
46262026-02-19T22:28:46.448Z[ recovery-image] Feb 19 22:28:45.197 INFO O| Feb 19 22:28:45.197 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-02-19T22:28:46.458Z[ recovery-image] Feb 19 22:28:45.211 INFO O| Feb 19 22:28:45.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46282026-02-19T22:28:46.458Z[ recovery-image] Feb 19 22:28:45.211 INFO O| Feb 19 22:28:45.211 INFO STEP 37 (remove_files) COMPLETE
46292026-02-19T22:28:46.458Z[ recovery-image] Feb 19 22:28:45.211 INFO O| Feb 19 22:28:45.211 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-02-19T22:28:46.472Z[ recovery-image] Feb 19 22:28:45.224 INFO O| Feb 19 22:28:45.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46312026-02-19T22:28:46.472Z[ recovery-image] Feb 19 22:28:45.224 INFO O| Feb 19 22:28:45.224 INFO STEP 38 (remove_files) COMPLETE
46322026-02-19T22:28:46.472Z[ recovery-image] Feb 19 22:28:45.224 INFO O| Feb 19 22:28:45.224 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-02-19T22:28:46.486Z[ recovery-image] Feb 19 22:28:45.238 INFO O| Feb 19 22:28:45.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46342026-02-19T22:28:46.486Z[ recovery-image] Feb 19 22:28:45.238 INFO O| Feb 19 22:28:45.238 INFO STEP 39 (remove_files) COMPLETE
46352026-02-19T22:28:46.486Z[ recovery-image] Feb 19 22:28:45.238 INFO O| Feb 19 22:28:45.238 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-02-19T22:28:46.502Z[ recovery-image] Feb 19 22:28:45.253 INFO O| Feb 19 22:28:45.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46372026-02-19T22:28:46.502Z[ recovery-image] Feb 19 22:28:45.253 INFO O| Feb 19 22:28:45.253 INFO STEP 40 (remove_files) COMPLETE
46382026-02-19T22:28:46.502Z[ recovery-image] Feb 19 22:28:45.253 INFO O| Feb 19 22:28:45.253 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-02-19T22:28:46.515Z[ recovery-image] Feb 19 22:28:45.267 INFO O| Feb 19 22:28:45.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46402026-02-19T22:28:46.515Z[ recovery-image] Feb 19 22:28:45.267 INFO O| Feb 19 22:28:45.267 INFO STEP 41 (remove_files) COMPLETE
46412026-02-19T22:28:46.515Z[ recovery-image] Feb 19 22:28:45.267 INFO O| Feb 19 22:28:45.267 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-02-19T22:28:46.529Z[ recovery-image] Feb 19 22:28:45.281 INFO O| Feb 19 22:28:45.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46432026-02-19T22:28:46.529Z[ host-image] Feb 19 22:28:45.281 INFO O| Feb 19 22:28:45.281 INFO O| Planning: Finding local manifests ... Done
46442026-02-19T22:28:46.529Z[ recovery-image] Feb 19 22:28:45.281 INFO O| Feb 19 22:28:45.281 INFO STEP 42 (remove_files) COMPLETE
46452026-02-19T22:28:46.532Z[ recovery-image] Feb 19 22:28:45.281 INFO O| Feb 19 22:28:45.281 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-02-19T22:28:46.542Z[ recovery-image] Feb 19 22:28:45.294 INFO O| Feb 19 22:28:45.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46472026-02-19T22:28:46.542Z[ recovery-image] Feb 19 22:28:45.294 INFO O| Feb 19 22:28:45.294 INFO STEP 43 (remove_files) COMPLETE
46482026-02-19T22:28:46.545Z[ recovery-image] Feb 19 22:28:45.294 INFO O| Feb 19 22:28:45.294 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-02-19T22:28:46.555Z[ recovery-image] Feb 19 22:28:45.307 INFO O| Feb 19 22:28:45.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46502026-02-19T22:28:46.555Z[ recovery-image] Feb 19 22:28:45.307 INFO O| Feb 19 22:28:45.307 INFO STEP 44 (remove_files) COMPLETE
46512026-02-19T22:28:46.555Z[ recovery-image] Feb 19 22:28:45.307 INFO O| Feb 19 22:28:45.307 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-02-19T22:28:46.568Z[ recovery-image] Feb 19 22:28:45.321 INFO O| Feb 19 22:28:45.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46532026-02-19T22:28:46.568Z[ recovery-image] Feb 19 22:28:45.321 INFO O| Feb 19 22:28:45.321 INFO STEP 45 (remove_files) COMPLETE
46542026-02-19T22:28:46.568Z[ recovery-image] Feb 19 22:28:45.321 INFO O| Feb 19 22:28:45.321 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-02-19T22:28:46.583Z[ recovery-image] Feb 19 22:28:45.335 INFO O| Feb 19 22:28:45.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46562026-02-19T22:28:46.583Z[ recovery-image] Feb 19 22:28:45.335 INFO O| Feb 19 22:28:45.335 INFO STEP 46 (remove_files) COMPLETE
46572026-02-19T22:28:46.586Z[ recovery-image] Feb 19 22:28:45.335 INFO O| Feb 19 22:28:45.335 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-02-19T22:28:46.596Z[ recovery-image] Feb 19 22:28:45.348 INFO O| Feb 19 22:28:45.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46592026-02-19T22:28:46.596Z[ recovery-image] Feb 19 22:28:45.348 INFO O| Feb 19 22:28:45.348 INFO STEP 47 (remove_files) COMPLETE
46602026-02-19T22:28:46.599Z[ recovery-image] Feb 19 22:28:45.348 INFO O| Feb 19 22:28:45.348 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-02-19T22:28:46.610Z[ recovery-image] Feb 19 22:28:45.362 INFO O| Feb 19 22:28:45.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46622026-02-19T22:28:46.610Z[ recovery-image] Feb 19 22:28:45.362 INFO O| Feb 19 22:28:45.362 INFO STEP 48 (remove_files) COMPLETE
46632026-02-19T22:28:46.610Z[ recovery-image] Feb 19 22:28:45.362 INFO O| Feb 19 22:28:45.362 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-02-19T22:28:46.617Z[ host-image] Feb 19 22:28:45.370 INFO O| Feb 19 22:28:45.369 INFO O| Planning: Fetching manifests: 0/1 0% complete
46652026-02-19T22:28:46.624Z[ recovery-image] Feb 19 22:28:45.376 INFO O| Feb 19 22:28:45.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46662026-02-19T22:28:46.624Z[ recovery-image] Feb 19 22:28:45.376 INFO O| Feb 19 22:28:45.376 INFO STEP 49 (remove_files) COMPLETE
46672026-02-19T22:28:46.624Z[ recovery-image] Feb 19 22:28:45.376 INFO O| Feb 19 22:28:45.376 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682026-02-19T22:28:46.637Z[ recovery-image] Feb 19 22:28:45.390 INFO O| Feb 19 22:28:45.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46692026-02-19T22:28:46.637Z[ recovery-image] Feb 19 22:28:45.390 INFO O| Feb 19 22:28:45.390 INFO STEP 50 (remove_files) COMPLETE
46702026-02-19T22:28:46.637Z[ recovery-image] Feb 19 22:28:45.390 INFO O| Feb 19 22:28:45.390 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712026-02-19T22:28:46.650Z[ recovery-image] Feb 19 22:28:45.402 INFO O| Feb 19 22:28:45.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46722026-02-19T22:28:46.650Z[ recovery-image] Feb 19 22:28:45.402 INFO O| Feb 19 22:28:45.402 INFO STEP 51 (remove_files) COMPLETE
46732026-02-19T22:28:46.650Z[ recovery-image] Feb 19 22:28:45.402 INFO O| Feb 19 22:28:45.402 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742026-02-19T22:28:46.653Z[ host-image] Feb 19 22:28:45.403 INFO O| Feb 19 22:28:45.403 INFO O| Planning: Fetching manifests: 1/1 100% complete
46752026-02-19T22:28:46.662Z[ recovery-image] Feb 19 22:28:45.415 INFO O| Feb 19 22:28:45.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46762026-02-19T22:28:46.662Z[ recovery-image] Feb 19 22:28:45.415 INFO O| Feb 19 22:28:45.415 INFO STEP 52 (remove_files) COMPLETE
46772026-02-19T22:28:46.666Z[ recovery-image] Feb 19 22:28:45.415 INFO O| Feb 19 22:28:45.415 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-02-19T22:28:46.677Z[ recovery-image] Feb 19 22:28:45.429 INFO O| Feb 19 22:28:45.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46792026-02-19T22:28:46.677Z[ recovery-image] Feb 19 22:28:45.429 INFO O| Feb 19 22:28:45.429 INFO STEP 53 (remove_files) COMPLETE
46802026-02-19T22:28:46.677Z[ recovery-image] Feb 19 22:28:45.429 INFO O| Feb 19 22:28:45.429 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-02-19T22:28:46.691Z[ recovery-image] Feb 19 22:28:45.443 INFO O| Feb 19 22:28:45.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46822026-02-19T22:28:46.691Z[ recovery-image] Feb 19 22:28:45.444 INFO O| Feb 19 22:28:45.443 INFO STEP 54 (remove_files) COMPLETE
46832026-02-19T22:28:46.695Z[ recovery-image] Feb 19 22:28:45.444 INFO O| Feb 19 22:28:45.444 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-02-19T22:28:46.695Z[ host-image] Feb 19 22:28:45.445 INFO O| Feb 19 22:28:45.445 INFO O| Planning: Package planning ... Done
46852026-02-19T22:28:46.695Z[ host-image] Feb 19 22:28:45.445 INFO O| Feb 19 22:28:45.445 INFO O| Planning: Merging actions ... Done
46862026-02-19T22:28:46.705Z[ recovery-image] Feb 19 22:28:45.457 INFO O| Feb 19 22:28:45.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46872026-02-19T22:28:46.705Z[ recovery-image] Feb 19 22:28:45.458 INFO O| Feb 19 22:28:45.458 INFO STEP 55 (remove_files) COMPLETE
46882026-02-19T22:28:46.708Z[ recovery-image] Feb 19 22:28:45.458 INFO O| Feb 19 22:28:45.458 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892026-02-19T22:28:46.718Z[ recovery-image] Feb 19 22:28:45.471 INFO O| Feb 19 22:28:45.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46902026-02-19T22:28:46.718Z[ recovery-image] Feb 19 22:28:45.471 INFO O| Feb 19 22:28:45.471 INFO STEP 56 (remove_files) COMPLETE
46912026-02-19T22:28:46.722Z[ recovery-image] Feb 19 22:28:45.471 INFO O| Feb 19 22:28:45.471 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-02-19T22:28:46.732Z[ recovery-image] Feb 19 22:28:45.484 INFO O| Feb 19 22:28:45.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46932026-02-19T22:28:46.732Z[ recovery-image] Feb 19 22:28:45.484 INFO O| Feb 19 22:28:45.484 INFO STEP 57 (remove_files) COMPLETE
46942026-02-19T22:28:46.736Z[ recovery-image] Feb 19 22:28:45.484 INFO O| Feb 19 22:28:45.484 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952026-02-19T22:28:46.757Z[ recovery-image] Feb 19 22:28:45.510 INFO O| Feb 19 22:28:45.510 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46962026-02-19T22:28:46.758Z[ recovery-image] Feb 19 22:28:45.510 INFO O| Feb 19 22:28:45.510 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46972026-02-19T22:28:46.761Z[ recovery-image] Feb 19 22:28:45.510 INFO O| Feb 19 22:28:45.510 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46982026-02-19T22:28:46.761Z[ recovery-image] Feb 19 22:28:45.510 INFO O| Feb 19 22:28:45.510 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46992026-02-19T22:28:46.761Z[ recovery-image] Feb 19 22:28:45.512 INFO O| Feb 19 22:28:45.510 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47002026-02-19T22:28:46.761Z[ recovery-image] Feb 19 22:28:45.513 INFO O| Feb 19 22:28:45.513 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47012026-02-19T22:28:46.761Z[ recovery-image] Feb 19 22:28:45.513 INFO O| Feb 19 22:28:45.513 INFO ok!
47022026-02-19T22:28:46.761Z[ recovery-image] Feb 19 22:28:45.513 INFO O| Feb 19 22:28:45.513 INFO STEP 58 (ensure_file) COMPLETE
47032026-02-19T22:28:46.761Z[ recovery-image] Feb 19 22:28:45.513 INFO O| Feb 19 22:28:45.513 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042026-02-19T22:28:46.777Z[ recovery-image] Feb 19 22:28:45.529 INFO O| Feb 19 22:28:45.529 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47052026-02-19T22:28:46.777Z[ recovery-image] Feb 19 22:28:45.529 INFO O| Feb 19 22:28:45.529 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47062026-02-19T22:28:46.780Z[ recovery-image] Feb 19 22:28:45.530 INFO O| Feb 19 22:28:45.529 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47072026-02-19T22:28:46.780Z[ recovery-image] Feb 19 22:28:45.530 INFO O| Feb 19 22:28:45.529 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47082026-02-19T22:28:46.781Z[ recovery-image] Feb 19 22:28:45.530 INFO O| Feb 19 22:28:45.529 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47092026-02-19T22:28:46.781Z[ recovery-image] Feb 19 22:28:45.530 INFO O| Feb 19 22:28:45.530 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47102026-02-19T22:28:46.781Z[ recovery-image] Feb 19 22:28:45.530 INFO O| Feb 19 22:28:45.530 INFO ok!
47112026-02-19T22:28:46.781Z[ recovery-image] Feb 19 22:28:45.530 INFO O| Feb 19 22:28:45.530 INFO STEP 59 (ensure_file) COMPLETE
47122026-02-19T22:28:46.781Z[ recovery-image] Feb 19 22:28:45.530 INFO O| Feb 19 22:28:45.530 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132026-02-19T22:28:46.790Z[ recovery-image] Feb 19 22:28:45.543 INFO O| Feb 19 22:28:45.543 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47142026-02-19T22:28:46.790Z[ recovery-image] Feb 19 22:28:45.543 INFO O| Feb 19 22:28:45.543 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47152026-02-19T22:28:46.794Z[ recovery-image] Feb 19 22:28:45.543 INFO O| Feb 19 22:28:45.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47162026-02-19T22:28:46.794Z[ recovery-image] Feb 19 22:28:45.543 INFO O| Feb 19 22:28:45.543 INFO ok!
47172026-02-19T22:28:46.794Z[ recovery-image] Feb 19 22:28:45.543 INFO O| Feb 19 22:28:45.543 INFO STEP 60 (ensure_file) COMPLETE
47182026-02-19T22:28:46.794Z[ recovery-image] Feb 19 22:28:45.543 INFO O| Feb 19 22:28:45.543 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192026-02-19T22:28:46.797Z[ host-image] Feb 19 22:28:45.550 INFO O| Feb 19 22:28:45.550 INFO O| Planning: Checking for conflicting actions ... Done
47202026-02-19T22:28:46.800Z[ host-image] Feb 19 22:28:45.551 INFO O| Feb 19 22:28:45.551 INFO O| Planning: Consolidating action changes ... Done
47212026-02-19T22:28:46.804Z[ recovery-image] Feb 19 22:28:45.556 INFO O| Feb 19 22:28:45.556 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47222026-02-19T22:28:46.804Z[ recovery-image] Feb 19 22:28:45.556 INFO O| Feb 19 22:28:45.556 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47232026-02-19T22:28:46.804Z[ recovery-image] Feb 19 22:28:45.557 INFO O| Feb 19 22:28:45.556 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47242026-02-19T22:28:46.804Z[ recovery-image] Feb 19 22:28:45.557 INFO O| Feb 19 22:28:45.557 INFO ok!
47252026-02-19T22:28:46.807Z[ recovery-image] Feb 19 22:28:45.557 INFO O| Feb 19 22:28:45.557 INFO STEP 61 (ensure_file) COMPLETE
47262026-02-19T22:28:46.807Z[ recovery-image] Feb 19 22:28:45.557 INFO O| Feb 19 22:28:45.557 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-02-19T22:28:46.820Z[ recovery-image] Feb 19 22:28:45.572 INFO O| Feb 19 22:28:45.572 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47282026-02-19T22:28:46.820Z[ recovery-image] Feb 19 22:28:45.572 INFO O| Feb 19 22:28:45.572 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47292026-02-19T22:28:46.820Z[ recovery-image] Feb 19 22:28:45.572 INFO O| Feb 19 22:28:45.572 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47302026-02-19T22:28:46.825Z[ recovery-image] Feb 19 22:28:45.572 INFO O| Feb 19 22:28:45.572 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47312026-02-19T22:28:46.825Z[ recovery-image] Feb 19 22:28:45.572 INFO O| Feb 19 22:28:45.572 INFO ok!
47322026-02-19T22:28:46.825Z[ recovery-image] Feb 19 22:28:45.572 INFO O| Feb 19 22:28:45.572 INFO STEP 62 (ensure_file) COMPLETE
47332026-02-19T22:28:46.825Z[ recovery-image] Feb 19 22:28:45.572 INFO O| Feb 19 22:28:45.572 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-02-19T22:28:46.832Z[ recovery-image] Feb 19 22:28:45.585 INFO O| Feb 19 22:28:45.585 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47352026-02-19T22:28:46.833Z[ recovery-image] Feb 19 22:28:45.585 INFO O| Feb 19 22:28:45.585 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47362026-02-19T22:28:46.836Z[ recovery-image] Feb 19 22:28:45.586 INFO O| Feb 19 22:28:45.586 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47372026-02-19T22:28:46.836Z[ recovery-image] Feb 19 22:28:45.586 INFO O| Feb 19 22:28:45.586 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47382026-02-19T22:28:46.836Z[ recovery-image] Feb 19 22:28:45.586 INFO O| Feb 19 22:28:45.586 INFO ok!
47392026-02-19T22:28:46.837Z[ recovery-image] Feb 19 22:28:45.586 INFO O| Feb 19 22:28:45.586 INFO STEP 63 (ensure_file) COMPLETE
47402026-02-19T22:28:46.837Z[ recovery-image] Feb 19 22:28:45.586 INFO O| Feb 19 22:28:45.586 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-02-19T22:28:46.846Z[ recovery-image] Feb 19 22:28:45.598 INFO O| Feb 19 22:28:45.598 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47422026-02-19T22:28:46.846Z[ recovery-image] Feb 19 22:28:45.598 INFO O| Feb 19 22:28:45.598 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47432026-02-19T22:28:46.850Z[ recovery-image] Feb 19 22:28:45.599 INFO O| Feb 19 22:28:45.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47442026-02-19T22:28:46.850Z[ recovery-image] Feb 19 22:28:45.599 INFO O| Feb 19 22:28:45.599 INFO ok!
47452026-02-19T22:28:46.850Z[ recovery-image] Feb 19 22:28:45.599 INFO O| Feb 19 22:28:45.599 INFO STEP 64 (assemble_files) COMPLETE
47462026-02-19T22:28:46.850Z[ recovery-image] Feb 19 22:28:45.599 INFO O| Feb 19 22:28:45.599 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-02-19T22:28:46.859Z[ recovery-image] Feb 19 22:28:45.612 INFO O| Feb 19 22:28:45.612 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47482026-02-19T22:28:46.860Z[ recovery-image] Feb 19 22:28:45.612 INFO O| Feb 19 22:28:45.612 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47492026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47502026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47512026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO ok!
47522026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO STEP 65 (ensure_file) COMPLETE
47532026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO skip step because feature "omicron1" is not enabled
47552026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO skip step because feature "omicron1" is not enabled
47572026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47582026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO skip step because feature "omicron1" is not enabled
47592026-02-19T22:28:46.863Z[ recovery-image] Feb 19 22:28:45.613 INFO O| Feb 19 22:28:45.613 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-02-19T22:28:46.903Z[ recovery-image] Feb 19 22:28:45.655 INFO O| Feb 19 22:28:45.655 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47612026-02-19T22:28:46.903Z[ recovery-image] Feb 19 22:28:45.655 INFO O| Feb 19 22:28:45.655 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47622026-02-19T22:28:47.181Z[ host-image] Feb 19 22:28:45.933 INFO O| Feb 19 22:28:45.933 INFO O| Planning: Evaluating mediators ... Done
47632026-02-19T22:28:47.184Z[ host-image] Feb 19 22:28:45.934 INFO O| Feb 19 22:28:45.934 INFO O| Planning: Planning completed in 11.84 seconds
47642026-02-19T22:28:47.184Z[ host-image] Feb 19 22:28:45.935 INFO O| Feb 19 22:28:45.935 INFO O| Packages to install: 1
47652026-02-19T22:28:47.233Z[ host-image] Feb 19 22:28:45.982 INFO O| Feb 19 22:28:45.982 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
47662026-02-19T22:28:47.529Z[ host-image] Feb 19 22:28:46.282 INFO O| Feb 19 22:28:46.282 INFO O| Download: Completed 12.26 MB in 0.30 seconds (40.9M/s)
47672026-02-19T22:28:47.597Z[ host-image] Feb 19 22:28:46.350 INFO O| Feb 19 22:28:46.349 INFO O| Actions: 1/22 actions (Installing new actions)
47682026-02-19T22:28:48.120Z[ host-image] Feb 19 22:28:46.872 INFO O| Feb 19 22:28:46.872 INFO O| Actions: Completed 22 actions in 0.52 seconds.
47692026-02-19T22:28:48.935Z[ host-image] Feb 19 22:28:47.687 INFO O| Feb 19 22:28:47.686 INFO O| Done
47702026-02-19T22:28:48.935Z[ host-image] Feb 19 22:28:47.687 INFO O| Feb 19 22:28:47.687 INFO O| Done
47712026-02-19T22:28:50.009Z[ recovery-image] Feb 19 22:28:48.761 INFO O| Feb 19 22:28:48.761 INFO STEP 69 (pack_tar) COMPLETE
47722026-02-19T22:28:50.012Z[ recovery-image] Feb 19 22:28:48.761 INFO O| Feb 19 22:28:48.761 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47732026-02-19T22:28:50.013Z[ recovery-image] Feb 19 22:28:48.761 INFO O| Feb 19 22:28:48.761 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47742026-02-19T22:28:50.248Z[ recovery-image] Feb 19 22:28:48.997 INFO O| Feb 19 22:28:48.997 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47752026-02-19T22:28:50.377Z[ recovery-image] Feb 19 22:28:49.129 INFO O| Feb 19 22:28:49.129 INFO completed processing sled/ramdisk-02-trim
47762026-02-19T22:28:50.382Z[ recovery-image] Feb 19 22:28:49.132 INFO image builder template: ramdisk-03-recovery-trim...
47772026-02-19T22:28:50.382Z[ recovery-image] Feb 19 22:28:49.132 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/.tmpwYIS1K/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
47782026-02-19T22:28:50.605Z[ recovery-image] Feb 19 22:28:49.357 INFO O| Feb 19 22:28:49.357 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47792026-02-19T22:28:50.611Z[ recovery-image] Feb 19 22:28:49.362 INFO O| Feb 19 22:28:49.362 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47802026-02-19T22:28:50.742Z[ recovery-image] Feb 19 22:28:49.494 INFO O| Feb 19 22:28:49.494 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47812026-02-19T22:28:50.840Z[ recovery-image] Feb 19 22:28:49.592 INFO O| Feb 19 22:28:49.592 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47822026-02-19T22:28:50.840Z[ recovery-image] Feb 19 22:28:49.592 INFO O| Feb 19 22:28:49.592 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47832026-02-19T22:28:50.850Z[ recovery-image] Feb 19 22:28:49.602 INFO O| Feb 19 22:28:49.602 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47842026-02-19T22:28:50.856Z[ recovery-image] Feb 19 22:28:49.608 INFO O| Feb 19 22:28:49.608 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47852026-02-19T22:28:50.863Z[ recovery-image] Feb 19 22:28:49.615 INFO O| Feb 19 22:28:49.615 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47862026-02-19T22:28:51.385Z[ recovery-image] Feb 19 22:28:50.137 INFO O| Feb 19 22:28:50.137 INFO rolled back to input snapshot; work may begin
47872026-02-19T22:28:51.385Z[ recovery-image] Feb 19 22:28:50.137 INFO O| Feb 19 22:28:50.137 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47882026-02-19T22:28:51.393Z[ recovery-image] Feb 19 22:28:50.145 INFO O| Feb 19 22:28:50.145 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892026-02-19T22:28:51.407Z[ recovery-image] Feb 19 22:28:50.159 INFO O| Feb 19 22:28:50.159 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47902026-02-19T22:28:51.423Z[ recovery-image] Feb 19 22:28:50.174 INFO O| Feb 19 22:28:50.174 INFO STEP 0 (remove_files) COMPLETE
47912026-02-19T22:28:51.423Z[ recovery-image] Feb 19 22:28:50.174 INFO O| Feb 19 22:28:50.174 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922026-02-19T22:28:51.437Z[ recovery-image] Feb 19 22:28:50.189 INFO O| Feb 19 22:28:50.189 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47932026-02-19T22:28:51.516Z[ recovery-image] Feb 19 22:28:50.268 INFO O| Feb 19 22:28:50.268 INFO STEP 1 (remove_files) COMPLETE
47942026-02-19T22:28:51.516Z[ recovery-image] Feb 19 22:28:50.268 INFO O| Feb 19 22:28:50.268 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952026-02-19T22:28:51.530Z[ recovery-image] Feb 19 22:28:50.282 INFO O| Feb 19 22:28:50.282 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47962026-02-19T22:28:51.534Z[ recovery-image] Feb 19 22:28:50.285 INFO O| Feb 19 22:28:50.285 INFO STEP 2 (remove_files) COMPLETE
47972026-02-19T22:28:51.534Z[ recovery-image] Feb 19 22:28:50.285 INFO O| Feb 19 22:28:50.285 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982026-02-19T22:28:51.546Z[ recovery-image] Feb 19 22:28:50.298 INFO O| Feb 19 22:28:50.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
47992026-02-19T22:28:51.609Z[ host-image] Feb 19 22:28:50.361 INFO O| Feb 19 22:28:50.361 INFO O| Done
48002026-02-19T22:28:51.676Z[ recovery-image] Feb 19 22:28:50.428 INFO O| Feb 19 22:28:50.428 INFO STEP 3 (remove_files) COMPLETE
48012026-02-19T22:28:51.676Z[ recovery-image] Feb 19 22:28:50.428 INFO O| Feb 19 22:28:50.428 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022026-02-19T22:28:51.693Z[ recovery-image] Feb 19 22:28:50.445 INFO O| Feb 19 22:28:50.445 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48032026-02-19T22:28:51.847Z[ recovery-image] Feb 19 22:28:50.599 INFO O| Feb 19 22:28:50.599 INFO STEP 4 (remove_files) COMPLETE
48042026-02-19T22:28:51.847Z[ recovery-image] Feb 19 22:28:50.599 INFO O| Feb 19 22:28:50.599 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052026-02-19T22:28:51.862Z[ recovery-image] Feb 19 22:28:50.614 INFO O| Feb 19 22:28:50.613 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48062026-02-19T22:28:51.908Z[ recovery-image] Feb 19 22:28:50.660 INFO O| Feb 19 22:28:50.660 INFO STEP 5 (remove_files) COMPLETE
48072026-02-19T22:28:51.909Z[ recovery-image] Feb 19 22:28:50.660 INFO O| Feb 19 22:28:50.660 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082026-02-19T22:28:51.923Z[ recovery-image] Feb 19 22:28:50.675 INFO O| Feb 19 22:28:50.675 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48092026-02-19T22:28:51.949Z[ recovery-image] Feb 19 22:28:50.701 INFO O| Feb 19 22:28:50.701 INFO STEP 6 (remove_files) COMPLETE
48102026-02-19T22:28:51.949Z[ recovery-image] Feb 19 22:28:50.701 INFO O| Feb 19 22:28:50.701 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112026-02-19T22:28:51.965Z[ recovery-image] Feb 19 22:28:50.717 INFO O| Feb 19 22:28:50.717 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48122026-02-19T22:28:52.062Z[ recovery-image] Feb 19 22:28:50.813 INFO O| Feb 19 22:28:50.812 INFO STEP 7 (remove_files) COMPLETE
48132026-02-19T22:28:52.062Z[ recovery-image] Feb 19 22:28:50.813 INFO O| Feb 19 22:28:50.812 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142026-02-19T22:28:52.074Z[ recovery-image] Feb 19 22:28:50.826 INFO O| Feb 19 22:28:50.826 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48152026-02-19T22:28:52.077Z[ recovery-image] Feb 19 22:28:50.827 INFO O| Feb 19 22:28:50.827 INFO STEP 8 (remove_files) COMPLETE
48162026-02-19T22:28:52.077Z[ recovery-image] Feb 19 22:28:50.827 INFO O| Feb 19 22:28:50.827 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172026-02-19T22:28:52.087Z[ recovery-image] Feb 19 22:28:50.839 INFO O| Feb 19 22:28:50.839 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48182026-02-19T22:28:52.123Z[ recovery-image] Feb 19 22:28:50.875 INFO O| Feb 19 22:28:50.875 INFO STEP 9 (remove_files) COMPLETE
48192026-02-19T22:28:52.123Z[ recovery-image] Feb 19 22:28:50.875 INFO O| Feb 19 22:28:50.875 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202026-02-19T22:28:52.137Z[ recovery-image] Feb 19 22:28:50.889 INFO O| Feb 19 22:28:50.889 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48212026-02-19T22:28:52.464Z[ recovery-image] Feb 19 22:28:51.216 INFO O| Feb 19 22:28:51.216 INFO STEP 10 (remove_files) COMPLETE
48222026-02-19T22:28:52.464Z[ recovery-image] Feb 19 22:28:51.216 INFO O| Feb 19 22:28:51.216 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232026-02-19T22:28:52.480Z[ recovery-image] Feb 19 22:28:51.231 INFO O| Feb 19 22:28:51.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48242026-02-19T22:28:52.484Z[ recovery-image] Feb 19 22:28:51.233 INFO O| Feb 19 22:28:51.233 INFO STEP 11 (remove_files) COMPLETE
48252026-02-19T22:28:52.484Z[ recovery-image] Feb 19 22:28:51.233 INFO O| Feb 19 22:28:51.233 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262026-02-19T22:28:52.496Z[ recovery-image] Feb 19 22:28:51.248 INFO O| Feb 19 22:28:51.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48272026-02-19T22:28:52.501Z[ recovery-image] Feb 19 22:28:51.253 INFO O| Feb 19 22:28:51.253 INFO STEP 12 (remove_files) COMPLETE
48282026-02-19T22:28:52.501Z[ recovery-image] Feb 19 22:28:51.253 INFO O| Feb 19 22:28:51.253 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292026-02-19T22:28:52.515Z[ recovery-image] Feb 19 22:28:51.267 INFO O| Feb 19 22:28:51.267 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48302026-02-19T22:28:52.518Z[ recovery-image] Feb 19 22:28:51.268 INFO O| Feb 19 22:28:51.268 INFO STEP 13 (remove_files) COMPLETE
48312026-02-19T22:28:52.518Z[ recovery-image] Feb 19 22:28:51.268 INFO O| Feb 19 22:28:51.268 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322026-02-19T22:28:52.531Z[ recovery-image] Feb 19 22:28:51.283 INFO O| Feb 19 22:28:51.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48332026-02-19T22:28:52.535Z[ recovery-image] Feb 19 22:28:51.283 INFO O| Feb 19 22:28:51.283 INFO STEP 14 (remove_files) COMPLETE
48342026-02-19T22:28:52.535Z[ recovery-image] Feb 19 22:28:51.284 INFO O| Feb 19 22:28:51.283 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352026-02-19T22:28:52.548Z[ recovery-image] Feb 19 22:28:51.299 INFO O| Feb 19 22:28:51.299 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48362026-02-19T22:28:52.583Z[ recovery-image] Feb 19 22:28:51.335 INFO O| Feb 19 22:28:51.334 INFO STEP 15 (remove_files) COMPLETE
48372026-02-19T22:28:52.583Z[ recovery-image] Feb 19 22:28:51.335 INFO O| Feb 19 22:28:51.334 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382026-02-19T22:28:52.612Z[ recovery-image] Feb 19 22:28:51.364 INFO O| Feb 19 22:28:51.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48392026-02-19T22:28:52.612Z[ recovery-image] Feb 19 22:28:51.364 INFO O| Feb 19 22:28:51.364 INFO STEP 16 (remove_files) COMPLETE
48402026-02-19T22:28:52.612Z[ recovery-image] Feb 19 22:28:51.364 INFO O| Feb 19 22:28:51.364 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412026-02-19T22:28:52.627Z[ recovery-image] Feb 19 22:28:51.378 INFO O| Feb 19 22:28:51.378 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48422026-02-19T22:28:52.627Z[ recovery-image] Feb 19 22:28:51.378 INFO O| Feb 19 22:28:51.378 INFO STEP 17 (remove_files) COMPLETE
48432026-02-19T22:28:52.627Z[ recovery-image] Feb 19 22:28:51.378 INFO O| Feb 19 22:28:51.378 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442026-02-19T22:28:52.638Z[ recovery-image] Feb 19 22:28:51.390 INFO O| Feb 19 22:28:51.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48452026-02-19T22:28:52.840Z[ recovery-image] Feb 19 22:28:51.592 INFO O| Feb 19 22:28:51.592 INFO STEP 18 (remove_files) COMPLETE
48462026-02-19T22:28:52.841Z[ recovery-image] Feb 19 22:28:51.592 INFO O| Feb 19 22:28:51.592 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472026-02-19T22:28:52.856Z[ recovery-image] Feb 19 22:28:51.608 INFO O| Feb 19 22:28:51.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48482026-02-19T22:28:52.880Z[ recovery-image] Feb 19 22:28:51.632 INFO O| Feb 19 22:28:51.632 INFO STEP 19 (remove_files) COMPLETE
48492026-02-19T22:28:52.880Z[ recovery-image] Feb 19 22:28:51.632 INFO O| Feb 19 22:28:51.632 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502026-02-19T22:28:52.896Z[ recovery-image] Feb 19 22:28:51.648 INFO O| Feb 19 22:28:51.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48512026-02-19T22:28:52.904Z[ recovery-image] Feb 19 22:28:51.656 INFO O| Feb 19 22:28:51.656 INFO STEP 20 (remove_files) COMPLETE
48522026-02-19T22:28:52.904Z[ recovery-image] Feb 19 22:28:51.656 INFO O| Feb 19 22:28:51.656 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532026-02-19T22:28:52.918Z[ recovery-image] Feb 19 22:28:51.670 INFO O| Feb 19 22:28:51.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48542026-02-19T22:28:52.921Z[ recovery-image] Feb 19 22:28:51.671 INFO O| Feb 19 22:28:51.671 INFO STEP 21 (remove_files) COMPLETE
48552026-02-19T22:28:52.921Z[ recovery-image] Feb 19 22:28:51.671 INFO O| Feb 19 22:28:51.671 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562026-02-19T22:28:52.932Z[ recovery-image] Feb 19 22:28:51.684 INFO O| Feb 19 22:28:51.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48572026-02-19T22:28:52.935Z[ recovery-image] Feb 19 22:28:51.684 INFO O| Feb 19 22:28:51.684 INFO STEP 22 (remove_files) COMPLETE
48582026-02-19T22:28:52.935Z[ recovery-image] Feb 19 22:28:51.684 INFO O| Feb 19 22:28:51.684 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592026-02-19T22:28:52.947Z[ recovery-image] Feb 19 22:28:51.696 INFO O| Feb 19 22:28:51.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48602026-02-19T22:28:52.947Z[ recovery-image] Feb 19 22:28:51.696 INFO O| Feb 19 22:28:51.696 INFO STEP 23 (remove_files) COMPLETE
48612026-02-19T22:28:52.950Z[ recovery-image] Feb 19 22:28:51.696 INFO O| Feb 19 22:28:51.696 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622026-02-19T22:28:52.956Z[ recovery-image] Feb 19 22:28:51.709 INFO O| Feb 19 22:28:51.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48632026-02-19T22:28:52.956Z[ recovery-image] Feb 19 22:28:51.709 INFO O| Feb 19 22:28:51.709 INFO STEP 24 (remove_files) COMPLETE
48642026-02-19T22:28:52.960Z[ recovery-image] Feb 19 22:28:51.709 INFO O| Feb 19 22:28:51.709 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652026-02-19T22:28:52.982Z[ recovery-image] Feb 19 22:28:51.733 INFO O| Feb 19 22:28:51.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48662026-02-19T22:28:52.986Z[ recovery-image] Feb 19 22:28:51.734 INFO O| Feb 19 22:28:51.734 INFO STEP 25 (remove_files) COMPLETE
48672026-02-19T22:28:52.986Z[ recovery-image] Feb 19 22:28:51.734 INFO O| Feb 19 22:28:51.734 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682026-02-19T22:28:52.994Z[ recovery-image] Feb 19 22:28:51.746 INFO O| Feb 19 22:28:51.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48692026-02-19T22:28:52.994Z[ recovery-image] Feb 19 22:28:51.747 INFO O| Feb 19 22:28:51.746 INFO STEP 26 (remove_files) COMPLETE
48702026-02-19T22:28:52.998Z[ recovery-image] Feb 19 22:28:51.747 INFO O| Feb 19 22:28:51.747 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712026-02-19T22:28:53.027Z[ recovery-image] Feb 19 22:28:51.779 INFO O| Feb 19 22:28:51.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48722026-02-19T22:28:53.027Z[ recovery-image] Feb 19 22:28:51.779 INFO O| Feb 19 22:28:51.779 INFO STEP 27 (remove_files) COMPLETE
48732026-02-19T22:28:53.030Z[ recovery-image] Feb 19 22:28:51.779 INFO O| Feb 19 22:28:51.779 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742026-02-19T22:28:53.040Z[ recovery-image] Feb 19 22:28:51.792 INFO O| Feb 19 22:28:51.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48752026-02-19T22:28:53.040Z[ recovery-image] Feb 19 22:28:51.792 INFO O| Feb 19 22:28:51.792 INFO STEP 28 (remove_files) COMPLETE
48762026-02-19T22:28:53.044Z[ recovery-image] Feb 19 22:28:51.792 INFO O| Feb 19 22:28:51.792 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772026-02-19T22:28:53.052Z[ recovery-image] Feb 19 22:28:51.804 INFO O| Feb 19 22:28:51.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48782026-02-19T22:28:53.075Z[ recovery-image] Feb 19 22:28:51.827 INFO O| Feb 19 22:28:51.827 INFO STEP 29 (remove_files) COMPLETE
48792026-02-19T22:28:53.075Z[ recovery-image] Feb 19 22:28:51.827 INFO O| Feb 19 22:28:51.827 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802026-02-19T22:28:53.089Z[ recovery-image] Feb 19 22:28:51.841 INFO O| Feb 19 22:28:51.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48812026-02-19T22:28:53.089Z[ recovery-image] Feb 19 22:28:51.841 INFO O| Feb 19 22:28:51.841 INFO STEP 30 (remove_files) COMPLETE
48822026-02-19T22:28:53.089Z[ recovery-image] Feb 19 22:28:51.841 INFO O| Feb 19 22:28:51.841 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832026-02-19T22:28:53.103Z[ recovery-image] Feb 19 22:28:51.853 INFO O| Feb 19 22:28:51.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48842026-02-19T22:28:53.124Z[ recovery-image] Feb 19 22:28:51.875 INFO O| Feb 19 22:28:51.875 INFO STEP 31 (remove_files) COMPLETE
48852026-02-19T22:28:53.124Z[ recovery-image] Feb 19 22:28:51.875 INFO O| Feb 19 22:28:51.875 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862026-02-19T22:28:53.137Z[ recovery-image] Feb 19 22:28:51.889 INFO O| Feb 19 22:28:51.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48872026-02-19T22:28:53.138Z[ recovery-image] Feb 19 22:28:51.889 INFO O| Feb 19 22:28:51.889 INFO STEP 32 (remove_files) COMPLETE
48882026-02-19T22:28:53.141Z[ recovery-image] Feb 19 22:28:51.889 INFO O| Feb 19 22:28:51.889 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892026-02-19T22:28:53.152Z[ recovery-image] Feb 19 22:28:51.902 INFO O| Feb 19 22:28:51.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48902026-02-19T22:28:53.152Z[ recovery-image] Feb 19 22:28:51.902 INFO O| Feb 19 22:28:51.902 INFO STEP 33 (remove_files) COMPLETE
48912026-02-19T22:28:53.158Z[ recovery-image] Feb 19 22:28:51.902 INFO O| Feb 19 22:28:51.902 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922026-02-19T22:28:53.162Z[ recovery-image] Feb 19 22:28:51.915 INFO O| Feb 19 22:28:51.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48932026-02-19T22:28:53.162Z[ recovery-image] Feb 19 22:28:51.915 INFO O| Feb 19 22:28:51.915 INFO STEP 34 (remove_files) COMPLETE
48942026-02-19T22:28:53.166Z[ recovery-image] Feb 19 22:28:51.915 INFO O| Feb 19 22:28:51.915 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952026-02-19T22:28:53.176Z[ recovery-image] Feb 19 22:28:51.928 INFO O| Feb 19 22:28:51.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48962026-02-19T22:28:53.200Z[ recovery-image] Feb 19 22:28:51.952 INFO O| Feb 19 22:28:51.952 INFO STEP 35 (remove_files) COMPLETE
48972026-02-19T22:28:53.200Z[ recovery-image] Feb 19 22:28:51.952 INFO O| Feb 19 22:28:51.952 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982026-02-19T22:28:53.215Z[ recovery-image] Feb 19 22:28:51.966 INFO O| Feb 19 22:28:51.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48992026-02-19T22:28:53.215Z[ recovery-image] Feb 19 22:28:51.967 INFO O| Feb 19 22:28:51.967 INFO STEP 36 (remove_files) COMPLETE
49002026-02-19T22:28:53.218Z[ recovery-image] Feb 19 22:28:51.967 INFO O| Feb 19 22:28:51.967 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012026-02-19T22:28:53.250Z[ recovery-image] Feb 19 22:28:52.002 INFO O| Feb 19 22:28:52.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49022026-02-19T22:28:53.250Z[ recovery-image] Feb 19 22:28:52.002 INFO O| Feb 19 22:28:52.002 INFO STEP 37 (remove_files) COMPLETE
49032026-02-19T22:28:53.253Z[ recovery-image] Feb 19 22:28:52.002 INFO O| Feb 19 22:28:52.002 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042026-02-19T22:28:53.263Z[ recovery-image] Feb 19 22:28:52.015 INFO O| Feb 19 22:28:52.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49052026-02-19T22:28:53.263Z[ recovery-image] Feb 19 22:28:52.015 INFO O| Feb 19 22:28:52.015 INFO STEP 38 (remove_files) COMPLETE
49062026-02-19T22:28:53.267Z[ recovery-image] Feb 19 22:28:52.015 INFO O| Feb 19 22:28:52.015 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072026-02-19T22:28:53.276Z[ recovery-image] Feb 19 22:28:52.028 INFO O| Feb 19 22:28:52.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49082026-02-19T22:28:53.276Z[ recovery-image] Feb 19 22:28:52.028 INFO O| Feb 19 22:28:52.028 INFO STEP 39 (remove_files) COMPLETE
49092026-02-19T22:28:53.279Z[ recovery-image] Feb 19 22:28:52.028 INFO O| Feb 19 22:28:52.028 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102026-02-19T22:28:53.288Z[ recovery-image] Feb 19 22:28:52.040 INFO O| Feb 19 22:28:52.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49112026-02-19T22:28:53.310Z[ recovery-image] Feb 19 22:28:52.061 INFO O| Feb 19 22:28:52.061 INFO STEP 40 (remove_files) COMPLETE
49122026-02-19T22:28:53.310Z[ recovery-image] Feb 19 22:28:52.061 INFO O| Feb 19 22:28:52.061 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132026-02-19T22:28:53.323Z[ recovery-image] Feb 19 22:28:52.075 INFO O| Feb 19 22:28:52.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49142026-02-19T22:28:53.323Z[ recovery-image] Feb 19 22:28:52.075 INFO O| Feb 19 22:28:52.075 INFO STEP 41 (remove_files) COMPLETE
49152026-02-19T22:28:53.323Z[ recovery-image] Feb 19 22:28:52.075 INFO O| Feb 19 22:28:52.075 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162026-02-19T22:28:53.334Z[ recovery-image] Feb 19 22:28:52.086 INFO O| Feb 19 22:28:52.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49172026-02-19T22:28:53.335Z[ recovery-image] Feb 19 22:28:52.086 INFO O| Feb 19 22:28:52.086 INFO STEP 42 (remove_files) COMPLETE
49182026-02-19T22:28:53.338Z[ recovery-image] Feb 19 22:28:52.087 INFO O| Feb 19 22:28:52.086 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192026-02-19T22:28:53.346Z[ recovery-image] Feb 19 22:28:52.098 INFO O| Feb 19 22:28:52.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49202026-02-19T22:28:53.371Z[ recovery-image] Feb 19 22:28:52.123 INFO O| Feb 19 22:28:52.123 INFO STEP 43 (remove_files) COMPLETE
49212026-02-19T22:28:53.371Z[ recovery-image] Feb 19 22:28:52.123 INFO O| Feb 19 22:28:52.123 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222026-02-19T22:28:53.392Z[ recovery-image] Feb 19 22:28:52.144 INFO O| Feb 19 22:28:52.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49232026-02-19T22:28:53.392Z[ recovery-image] Feb 19 22:28:52.144 INFO O| Feb 19 22:28:52.144 INFO STEP 44 (remove_files) COMPLETE
49242026-02-19T22:28:53.392Z[ recovery-image] Feb 19 22:28:52.144 INFO O| Feb 19 22:28:52.144 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252026-02-19T22:28:53.406Z[ recovery-image] Feb 19 22:28:52.158 INFO O| Feb 19 22:28:52.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49262026-02-19T22:28:53.406Z[ recovery-image] Feb 19 22:28:52.158 INFO O| Feb 19 22:28:52.158 INFO STEP 45 (remove_files) COMPLETE
49272026-02-19T22:28:53.406Z[ recovery-image] Feb 19 22:28:52.158 INFO O| Feb 19 22:28:52.158 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282026-02-19T22:28:53.420Z[ recovery-image] Feb 19 22:28:52.172 INFO O| Feb 19 22:28:52.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49292026-02-19T22:28:53.420Z[ recovery-image] Feb 19 22:28:52.172 INFO O| Feb 19 22:28:52.172 INFO STEP 46 (remove_files) COMPLETE
49302026-02-19T22:28:53.420Z[ recovery-image] Feb 19 22:28:52.172 INFO O| Feb 19 22:28:52.172 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312026-02-19T22:28:53.434Z[ recovery-image] Feb 19 22:28:52.185 INFO O| Feb 19 22:28:52.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49322026-02-19T22:28:53.434Z[ recovery-image] Feb 19 22:28:52.185 INFO O| Feb 19 22:28:52.185 INFO STEP 47 (remove_files) COMPLETE
49332026-02-19T22:28:53.437Z[ recovery-image] Feb 19 22:28:52.185 INFO O| Feb 19 22:28:52.185 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342026-02-19T22:28:53.447Z[ recovery-image] Feb 19 22:28:52.200 INFO O| Feb 19 22:28:52.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49352026-02-19T22:28:53.447Z[ recovery-image] Feb 19 22:28:52.200 INFO O| Feb 19 22:28:52.200 INFO STEP 48 (remove_files) COMPLETE
49362026-02-19T22:28:53.451Z[ recovery-image] Feb 19 22:28:52.200 INFO O| Feb 19 22:28:52.200 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372026-02-19T22:28:53.463Z[ recovery-image] Feb 19 22:28:52.215 INFO O| Feb 19 22:28:52.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49382026-02-19T22:28:53.463Z[ recovery-image] Feb 19 22:28:52.215 INFO O| Feb 19 22:28:52.215 INFO STEP 49 (remove_files) COMPLETE
49392026-02-19T22:28:53.466Z[ recovery-image] Feb 19 22:28:52.215 INFO O| Feb 19 22:28:52.215 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402026-02-19T22:28:53.478Z[ recovery-image] Feb 19 22:28:52.230 INFO O| Feb 19 22:28:52.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49412026-02-19T22:28:53.481Z[ recovery-image] Feb 19 22:28:52.231 INFO O| Feb 19 22:28:52.231 INFO STEP 50 (remove_files) COMPLETE
49422026-02-19T22:28:53.481Z[ recovery-image] Feb 19 22:28:52.231 INFO O| Feb 19 22:28:52.231 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432026-02-19T22:28:53.492Z[ recovery-image] Feb 19 22:28:52.244 INFO O| Feb 19 22:28:52.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49442026-02-19T22:28:53.492Z[ recovery-image] Feb 19 22:28:52.244 INFO O| Feb 19 22:28:52.244 INFO STEP 51 (remove_files) COMPLETE
49452026-02-19T22:28:53.495Z[ recovery-image] Feb 19 22:28:52.244 INFO O| Feb 19 22:28:52.244 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462026-02-19T22:28:53.507Z[ recovery-image] Feb 19 22:28:52.258 INFO O| Feb 19 22:28:52.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49472026-02-19T22:28:53.512Z[ recovery-image] Feb 19 22:28:52.258 INFO O| Feb 19 22:28:52.258 INFO STEP 52 (remove_files) COMPLETE
49482026-02-19T22:28:53.512Z[ recovery-image] Feb 19 22:28:52.258 INFO O| Feb 19 22:28:52.258 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492026-02-19T22:28:53.518Z[ recovery-image] Feb 19 22:28:52.271 INFO O| Feb 19 22:28:52.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49502026-02-19T22:28:53.519Z[ recovery-image] Feb 19 22:28:52.271 INFO O| Feb 19 22:28:52.271 INFO STEP 53 (remove_files) COMPLETE
49512026-02-19T22:28:53.523Z[ recovery-image] Feb 19 22:28:52.271 INFO O| Feb 19 22:28:52.271 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522026-02-19T22:28:53.530Z[ recovery-image] Feb 19 22:28:52.282 INFO O| Feb 19 22:28:52.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49532026-02-19T22:28:53.530Z[ recovery-image] Feb 19 22:28:52.282 INFO O| Feb 19 22:28:52.282 INFO STEP 54 (remove_files) COMPLETE
49542026-02-19T22:28:53.534Z[ recovery-image] Feb 19 22:28:52.282 INFO O| Feb 19 22:28:52.282 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552026-02-19T22:28:53.546Z[ recovery-image] Feb 19 22:28:52.297 INFO O| Feb 19 22:28:52.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49562026-02-19T22:28:53.546Z[ recovery-image] Feb 19 22:28:52.297 INFO O| Feb 19 22:28:52.297 INFO STEP 55 (remove_files) COMPLETE
49572026-02-19T22:28:53.547Z[ recovery-image] Feb 19 22:28:52.297 INFO O| Feb 19 22:28:52.297 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582026-02-19T22:28:53.560Z[ recovery-image] Feb 19 22:28:52.311 INFO O| Feb 19 22:28:52.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49592026-02-19T22:28:53.560Z[ recovery-image] Feb 19 22:28:52.311 INFO O| Feb 19 22:28:52.311 INFO STEP 56 (remove_files) COMPLETE
49602026-02-19T22:28:53.560Z[ recovery-image] Feb 19 22:28:52.311 INFO O| Feb 19 22:28:52.311 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612026-02-19T22:28:53.574Z[ recovery-image] Feb 19 22:28:52.325 INFO O| Feb 19 22:28:52.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49622026-02-19T22:28:53.578Z[ recovery-image] Feb 19 22:28:52.326 INFO O| Feb 19 22:28:52.326 INFO STEP 57 (remove_files) COMPLETE
49632026-02-19T22:28:53.578Z[ recovery-image] Feb 19 22:28:52.326 INFO O| Feb 19 22:28:52.326 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642026-02-19T22:28:53.588Z[ recovery-image] Feb 19 22:28:52.339 INFO O| Feb 19 22:28:52.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49652026-02-19T22:28:53.588Z[ recovery-image] Feb 19 22:28:52.339 INFO O| Feb 19 22:28:52.339 INFO STEP 58 (remove_files) COMPLETE
49662026-02-19T22:28:53.588Z[ recovery-image] Feb 19 22:28:52.339 INFO O| Feb 19 22:28:52.339 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672026-02-19T22:28:53.602Z[ recovery-image] Feb 19 22:28:52.352 INFO O| Feb 19 22:28:52.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49682026-02-19T22:28:53.602Z[ recovery-image] Feb 19 22:28:52.352 INFO O| Feb 19 22:28:52.352 INFO STEP 59 (remove_files) COMPLETE
49692026-02-19T22:28:53.608Z[ recovery-image] Feb 19 22:28:52.352 INFO O| Feb 19 22:28:52.352 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702026-02-19T22:28:53.615Z[ recovery-image] Feb 19 22:28:52.366 INFO O| Feb 19 22:28:52.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49712026-02-19T22:28:53.615Z[ recovery-image] Feb 19 22:28:52.366 INFO O| Feb 19 22:28:52.366 INFO STEP 60 (remove_files) COMPLETE
49722026-02-19T22:28:53.616Z[ recovery-image] Feb 19 22:28:52.366 INFO O| Feb 19 22:28:52.366 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732026-02-19T22:28:53.629Z[ recovery-image] Feb 19 22:28:52.379 INFO O| Feb 19 22:28:52.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49742026-02-19T22:28:53.629Z[ recovery-image] Feb 19 22:28:52.379 INFO O| Feb 19 22:28:52.379 INFO STEP 61 (remove_files) COMPLETE
49752026-02-19T22:28:53.629Z[ recovery-image] Feb 19 22:28:52.379 INFO O| Feb 19 22:28:52.379 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762026-02-19T22:28:53.640Z[ recovery-image] Feb 19 22:28:52.392 INFO O| Feb 19 22:28:52.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49772026-02-19T22:28:53.640Z[ recovery-image] Feb 19 22:28:52.392 INFO O| Feb 19 22:28:52.392 INFO STEP 62 (remove_files) COMPLETE
49782026-02-19T22:28:53.640Z[ recovery-image] Feb 19 22:28:52.392 INFO O| Feb 19 22:28:52.392 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792026-02-19T22:28:53.655Z[ recovery-image] Feb 19 22:28:52.405 INFO O| Feb 19 22:28:52.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49802026-02-19T22:28:53.655Z[ recovery-image] Feb 19 22:28:52.405 INFO O| Feb 19 22:28:52.405 INFO STEP 63 (remove_files) COMPLETE
49812026-02-19T22:28:53.659Z[ recovery-image] Feb 19 22:28:52.405 INFO O| Feb 19 22:28:52.405 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822026-02-19T22:28:53.666Z[ recovery-image] Feb 19 22:28:52.417 INFO O| Feb 19 22:28:52.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49832026-02-19T22:28:53.666Z[ recovery-image] Feb 19 22:28:52.418 INFO O| Feb 19 22:28:52.417 INFO STEP 64 (remove_files) COMPLETE
49842026-02-19T22:28:53.666Z[ recovery-image] Feb 19 22:28:52.418 INFO O| Feb 19 22:28:52.418 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852026-02-19T22:28:53.678Z[ recovery-image] Feb 19 22:28:52.430 INFO O| Feb 19 22:28:52.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49862026-02-19T22:28:53.683Z[ recovery-image] Feb 19 22:28:52.430 INFO O| Feb 19 22:28:52.430 INFO STEP 65 (remove_files) COMPLETE
49872026-02-19T22:28:53.683Z[ recovery-image] Feb 19 22:28:52.430 INFO O| Feb 19 22:28:52.430 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882026-02-19T22:28:53.692Z[ recovery-image] Feb 19 22:28:52.444 INFO O| Feb 19 22:28:52.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49892026-02-19T22:28:53.692Z[ recovery-image] Feb 19 22:28:52.444 INFO O| Feb 19 22:28:52.444 INFO STEP 66 (remove_files) COMPLETE
49902026-02-19T22:28:53.692Z[ recovery-image] Feb 19 22:28:52.444 INFO O| Feb 19 22:28:52.444 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912026-02-19T22:28:53.705Z[ recovery-image] Feb 19 22:28:52.457 INFO O| Feb 19 22:28:52.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49922026-02-19T22:28:53.706Z[ recovery-image] Feb 19 22:28:52.457 INFO O| Feb 19 22:28:52.457 INFO STEP 67 (remove_files) COMPLETE
49932026-02-19T22:28:53.706Z[ recovery-image] Feb 19 22:28:52.457 INFO O| Feb 19 22:28:52.457 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942026-02-19T22:28:53.719Z[ recovery-image] Feb 19 22:28:52.471 INFO O| Feb 19 22:28:52.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49952026-02-19T22:28:53.720Z[ recovery-image] Feb 19 22:28:52.471 INFO O| Feb 19 22:28:52.471 INFO STEP 68 (remove_files) COMPLETE
49962026-02-19T22:28:53.720Z[ recovery-image] Feb 19 22:28:52.471 INFO O| Feb 19 22:28:52.471 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972026-02-19T22:28:53.733Z[ recovery-image] Feb 19 22:28:52.484 INFO O| Feb 19 22:28:52.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49982026-02-19T22:28:53.733Z[ recovery-image] Feb 19 22:28:52.484 INFO O| Feb 19 22:28:52.484 INFO STEP 69 (remove_files) COMPLETE
49992026-02-19T22:28:53.738Z[ recovery-image] Feb 19 22:28:52.484 INFO O| Feb 19 22:28:52.484 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002026-02-19T22:28:53.746Z[ recovery-image] Feb 19 22:28:52.497 INFO O| Feb 19 22:28:52.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50012026-02-19T22:28:53.746Z[ recovery-image] Feb 19 22:28:52.497 INFO O| Feb 19 22:28:52.497 INFO STEP 70 (remove_files) COMPLETE
50022026-02-19T22:28:53.746Z[ recovery-image] Feb 19 22:28:52.497 INFO O| Feb 19 22:28:52.497 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032026-02-19T22:28:53.760Z[ recovery-image] Feb 19 22:28:52.511 INFO O| Feb 19 22:28:52.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50042026-02-19T22:28:53.760Z[ recovery-image] Feb 19 22:28:52.511 INFO O| Feb 19 22:28:52.511 INFO STEP 71 (remove_files) COMPLETE
50052026-02-19T22:28:53.760Z[ recovery-image] Feb 19 22:28:52.511 INFO O| Feb 19 22:28:52.511 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062026-02-19T22:28:53.773Z[ recovery-image] Feb 19 22:28:52.525 INFO O| Feb 19 22:28:52.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50072026-02-19T22:28:53.773Z[ recovery-image] Feb 19 22:28:52.525 INFO O| Feb 19 22:28:52.525 INFO STEP 72 (remove_files) COMPLETE
50082026-02-19T22:28:53.773Z[ recovery-image] Feb 19 22:28:52.525 INFO O| Feb 19 22:28:52.525 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092026-02-19T22:28:53.787Z[ recovery-image] Feb 19 22:28:52.539 INFO O| Feb 19 22:28:52.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50102026-02-19T22:28:53.792Z[ recovery-image] Feb 19 22:28:52.540 INFO O| Feb 19 22:28:52.539 INFO STEP 73 (remove_files) COMPLETE
50112026-02-19T22:28:53.792Z[ recovery-image] Feb 19 22:28:52.540 INFO O| Feb 19 22:28:52.539 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122026-02-19T22:28:53.802Z[ recovery-image] Feb 19 22:28:52.553 INFO O| Feb 19 22:28:52.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50132026-02-19T22:28:53.802Z[ recovery-image] Feb 19 22:28:52.553 INFO O| Feb 19 22:28:52.553 INFO STEP 74 (remove_files) COMPLETE
50142026-02-19T22:28:53.802Z[ recovery-image] Feb 19 22:28:52.553 INFO O| Feb 19 22:28:52.553 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152026-02-19T22:28:53.817Z[ recovery-image] Feb 19 22:28:52.568 INFO O| Feb 19 22:28:52.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50162026-02-19T22:28:53.817Z[ recovery-image] Feb 19 22:28:52.568 INFO O| Feb 19 22:28:52.568 INFO STEP 75 (remove_files) COMPLETE
50172026-02-19T22:28:53.817Z[ recovery-image] Feb 19 22:28:52.568 INFO O| Feb 19 22:28:52.568 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182026-02-19T22:28:53.831Z[ recovery-image] Feb 19 22:28:52.582 INFO O| Feb 19 22:28:52.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50192026-02-19T22:28:53.831Z[ recovery-image] Feb 19 22:28:52.582 INFO O| Feb 19 22:28:52.582 INFO STEP 76 (remove_files) COMPLETE
50202026-02-19T22:28:53.837Z[ recovery-image] Feb 19 22:28:52.582 INFO O| Feb 19 22:28:52.582 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212026-02-19T22:28:53.845Z[ recovery-image] Feb 19 22:28:52.596 INFO O| Feb 19 22:28:52.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50222026-02-19T22:28:53.845Z[ recovery-image] Feb 19 22:28:52.596 INFO O| Feb 19 22:28:52.596 INFO STEP 77 (remove_files) COMPLETE
50232026-02-19T22:28:53.845Z[ recovery-image] Feb 19 22:28:52.596 INFO O| Feb 19 22:28:52.596 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242026-02-19T22:28:53.859Z[ recovery-image] Feb 19 22:28:52.610 INFO O| Feb 19 22:28:52.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50252026-02-19T22:28:53.859Z[ recovery-image] Feb 19 22:28:52.611 INFO O| Feb 19 22:28:52.611 INFO STEP 78 (remove_files) COMPLETE
50262026-02-19T22:28:53.862Z[ recovery-image] Feb 19 22:28:52.611 INFO O| Feb 19 22:28:52.611 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272026-02-19T22:28:53.872Z[ recovery-image] Feb 19 22:28:52.624 INFO O| Feb 19 22:28:52.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50282026-02-19T22:28:53.875Z[ recovery-image] Feb 19 22:28:52.624 INFO O| Feb 19 22:28:52.624 INFO STEP 79 (remove_files) COMPLETE
50292026-02-19T22:28:53.875Z[ recovery-image] Feb 19 22:28:52.624 INFO O| Feb 19 22:28:52.624 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302026-02-19T22:28:53.886Z[ recovery-image] Feb 19 22:28:52.638 INFO O| Feb 19 22:28:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50312026-02-19T22:28:53.886Z[ recovery-image] Feb 19 22:28:52.638 INFO O| Feb 19 22:28:52.638 INFO STEP 80 (remove_files) COMPLETE
50322026-02-19T22:28:53.886Z[ recovery-image] Feb 19 22:28:52.638 INFO O| Feb 19 22:28:52.638 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332026-02-19T22:28:53.900Z[ recovery-image] Feb 19 22:28:52.652 INFO O| Feb 19 22:28:52.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50342026-02-19T22:28:53.900Z[ recovery-image] Feb 19 22:28:52.652 INFO O| Feb 19 22:28:52.652 INFO STEP 81 (remove_files) COMPLETE
50352026-02-19T22:28:53.904Z[ recovery-image] Feb 19 22:28:52.652 INFO O| Feb 19 22:28:52.652 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362026-02-19T22:28:53.915Z[ recovery-image] Feb 19 22:28:52.666 INFO O| Feb 19 22:28:52.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50372026-02-19T22:28:53.915Z[ recovery-image] Feb 19 22:28:52.666 INFO O| Feb 19 22:28:52.666 INFO STEP 82 (remove_files) COMPLETE
50382026-02-19T22:28:53.916Z[ recovery-image] Feb 19 22:28:52.666 INFO O| Feb 19 22:28:52.666 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392026-02-19T22:28:53.929Z[ recovery-image] Feb 19 22:28:52.681 INFO O| Feb 19 22:28:52.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50402026-02-19T22:28:53.929Z[ recovery-image] Feb 19 22:28:52.681 INFO O| Feb 19 22:28:52.681 INFO STEP 83 (remove_files) COMPLETE
50412026-02-19T22:28:53.932Z[ recovery-image] Feb 19 22:28:52.681 INFO O| Feb 19 22:28:52.681 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422026-02-19T22:28:53.945Z[ recovery-image] Feb 19 22:28:52.696 INFO O| Feb 19 22:28:52.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50432026-02-19T22:28:53.945Z[ recovery-image] Feb 19 22:28:52.696 INFO O| Feb 19 22:28:52.696 INFO STEP 84 (remove_files) COMPLETE
50442026-02-19T22:28:53.945Z[ recovery-image] Feb 19 22:28:52.696 INFO O| Feb 19 22:28:52.696 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452026-02-19T22:28:53.959Z[ recovery-image] Feb 19 22:28:52.711 INFO O| Feb 19 22:28:52.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50462026-02-19T22:28:53.963Z[ recovery-image] Feb 19 22:28:52.712 INFO O| Feb 19 22:28:52.711 INFO STEP 85 (remove_files) COMPLETE
50472026-02-19T22:28:53.963Z[ recovery-image] Feb 19 22:28:52.712 INFO O| Feb 19 22:28:52.712 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482026-02-19T22:28:53.975Z[ recovery-image] Feb 19 22:28:52.726 INFO O| Feb 19 22:28:52.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50492026-02-19T22:28:53.975Z[ recovery-image] Feb 19 22:28:52.726 INFO O| Feb 19 22:28:52.726 INFO STEP 86 (remove_files) COMPLETE
50502026-02-19T22:28:53.975Z[ recovery-image] Feb 19 22:28:52.726 INFO O| Feb 19 22:28:52.726 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512026-02-19T22:28:53.991Z[ recovery-image] Feb 19 22:28:52.741 INFO O| Feb 19 22:28:52.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50522026-02-19T22:28:53.992Z[ recovery-image] Feb 19 22:28:52.741 INFO O| Feb 19 22:28:52.741 INFO STEP 87 (remove_files) COMPLETE
50532026-02-19T22:28:54.002Z[ recovery-image] Feb 19 22:28:52.741 INFO O| Feb 19 22:28:52.741 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542026-02-19T22:28:54.008Z[ recovery-image] Feb 19 22:28:52.757 INFO O| Feb 19 22:28:52.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50552026-02-19T22:28:54.008Z[ recovery-image] Feb 19 22:28:52.757 INFO O| Feb 19 22:28:52.757 INFO STEP 88 (remove_files) COMPLETE
50562026-02-19T22:28:54.008Z[ recovery-image] Feb 19 22:28:52.757 INFO O| Feb 19 22:28:52.757 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572026-02-19T22:28:54.022Z[ recovery-image] Feb 19 22:28:52.773 INFO O| Feb 19 22:28:52.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50582026-02-19T22:28:54.022Z[ recovery-image] Feb 19 22:28:52.773 INFO O| Feb 19 22:28:52.773 INFO STEP 89 (remove_files) COMPLETE
50592026-02-19T22:28:54.022Z[ recovery-image] Feb 19 22:28:52.773 INFO O| Feb 19 22:28:52.773 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602026-02-19T22:28:54.035Z[ recovery-image] Feb 19 22:28:52.786 INFO O| Feb 19 22:28:52.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50612026-02-19T22:28:54.035Z[ recovery-image] Feb 19 22:28:52.787 INFO O| Feb 19 22:28:52.786 INFO STEP 90 (remove_files) COMPLETE
50622026-02-19T22:28:54.038Z[ recovery-image] Feb 19 22:28:52.787 INFO O| Feb 19 22:28:52.787 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632026-02-19T22:28:54.048Z[ recovery-image] Feb 19 22:28:52.799 INFO O| Feb 19 22:28:52.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50642026-02-19T22:28:54.051Z[ recovery-image] Feb 19 22:28:52.799 INFO O| Feb 19 22:28:52.799 INFO STEP 91 (remove_files) COMPLETE
50652026-02-19T22:28:54.051Z[ recovery-image] Feb 19 22:28:52.799 INFO O| Feb 19 22:28:52.799 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662026-02-19T22:28:54.061Z[ recovery-image] Feb 19 22:28:52.813 INFO O| Feb 19 22:28:52.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50672026-02-19T22:28:54.061Z[ recovery-image] Feb 19 22:28:52.813 INFO O| Feb 19 22:28:52.813 INFO STEP 92 (remove_files) COMPLETE
50682026-02-19T22:28:54.061Z[ recovery-image] Feb 19 22:28:52.813 INFO O| Feb 19 22:28:52.813 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692026-02-19T22:28:54.075Z[ recovery-image] Feb 19 22:28:52.827 INFO O| Feb 19 22:28:52.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50702026-02-19T22:28:54.075Z[ recovery-image] Feb 19 22:28:52.827 INFO O| Feb 19 22:28:52.827 INFO STEP 93 (remove_files) COMPLETE
50712026-02-19T22:28:54.075Z[ recovery-image] Feb 19 22:28:52.827 INFO O| Feb 19 22:28:52.827 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722026-02-19T22:28:54.088Z[ recovery-image] Feb 19 22:28:52.840 INFO O| Feb 19 22:28:52.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50732026-02-19T22:28:54.089Z[ recovery-image] Feb 19 22:28:52.841 INFO O| Feb 19 22:28:52.841 INFO STEP 94 (remove_files) COMPLETE
50742026-02-19T22:28:54.093Z[ recovery-image] Feb 19 22:28:52.841 INFO O| Feb 19 22:28:52.841 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752026-02-19T22:28:54.102Z[ recovery-image] Feb 19 22:28:52.854 INFO O| Feb 19 22:28:52.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50762026-02-19T22:28:54.102Z[ recovery-image] Feb 19 22:28:52.854 INFO O| Feb 19 22:28:52.854 INFO STEP 95 (remove_files) COMPLETE
50772026-02-19T22:28:54.105Z[ recovery-image] Feb 19 22:28:52.854 INFO O| Feb 19 22:28:52.854 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782026-02-19T22:28:54.115Z[ recovery-image] Feb 19 22:28:52.867 INFO O| Feb 19 22:28:52.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50792026-02-19T22:28:54.115Z[ recovery-image] Feb 19 22:28:52.867 INFO O| Feb 19 22:28:52.867 INFO STEP 96 (remove_files) COMPLETE
50802026-02-19T22:28:54.118Z[ recovery-image] Feb 19 22:28:52.867 INFO O| Feb 19 22:28:52.867 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812026-02-19T22:28:54.129Z[ recovery-image] Feb 19 22:28:52.880 INFO O| Feb 19 22:28:52.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50822026-02-19T22:28:54.132Z[ recovery-image] Feb 19 22:28:52.881 INFO O| Feb 19 22:28:52.881 INFO STEP 97 (remove_files) COMPLETE
50832026-02-19T22:28:54.132Z[ recovery-image] Feb 19 22:28:52.881 INFO O| Feb 19 22:28:52.881 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842026-02-19T22:28:54.168Z[ recovery-image] Feb 19 22:28:52.894 INFO O| Feb 19 22:28:52.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50852026-02-19T22:28:54.168Z[ recovery-image] Feb 19 22:28:52.894 INFO O| Feb 19 22:28:52.894 INFO STEP 98 (remove_files) COMPLETE
50862026-02-19T22:28:54.168Z[ recovery-image] Feb 19 22:28:52.895 INFO O| Feb 19 22:28:52.894 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872026-02-19T22:28:54.168Z[ recovery-image] Feb 19 22:28:52.907 INFO O| Feb 19 22:28:52.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50882026-02-19T22:28:54.168Z[ recovery-image] Feb 19 22:28:52.907 INFO O| Feb 19 22:28:52.907 INFO STEP 99 (remove_files) COMPLETE
50892026-02-19T22:28:54.168Z[ recovery-image] Feb 19 22:28:52.907 INFO O| Feb 19 22:28:52.907 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902026-02-19T22:28:54.171Z[ recovery-image] Feb 19 22:28:52.920 INFO O| Feb 19 22:28:52.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50912026-02-19T22:28:54.172Z[ recovery-image] Feb 19 22:28:52.920 INFO O| Feb 19 22:28:52.920 INFO STEP 100 (remove_files) COMPLETE
50922026-02-19T22:28:54.172Z[ recovery-image] Feb 19 22:28:52.920 INFO O| Feb 19 22:28:52.920 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932026-02-19T22:28:54.181Z[ recovery-image] Feb 19 22:28:52.933 INFO O| Feb 19 22:28:52.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50942026-02-19T22:28:54.181Z[ recovery-image] Feb 19 22:28:52.933 INFO O| Feb 19 22:28:52.933 INFO STEP 101 (remove_files) COMPLETE
50952026-02-19T22:28:54.184Z[ recovery-image] Feb 19 22:28:52.933 INFO O| Feb 19 22:28:52.933 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962026-02-19T22:28:54.193Z[ recovery-image] Feb 19 22:28:52.945 INFO O| Feb 19 22:28:52.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50972026-02-19T22:28:54.193Z[ recovery-image] Feb 19 22:28:52.945 INFO O| Feb 19 22:28:52.945 INFO STEP 102 (remove_files) COMPLETE
50982026-02-19T22:28:54.193Z[ recovery-image] Feb 19 22:28:52.945 INFO O| Feb 19 22:28:52.945 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992026-02-19T22:28:54.205Z[ recovery-image] Feb 19 22:28:52.957 INFO O| Feb 19 22:28:52.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51002026-02-19T22:28:54.206Z[ recovery-image] Feb 19 22:28:52.957 INFO O| Feb 19 22:28:52.957 INFO STEP 103 (remove_files) COMPLETE
51012026-02-19T22:28:54.209Z[ recovery-image] Feb 19 22:28:52.957 INFO O| Feb 19 22:28:52.957 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022026-02-19T22:28:54.218Z[ recovery-image] Feb 19 22:28:52.970 INFO O| Feb 19 22:28:52.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51032026-02-19T22:28:54.218Z[ recovery-image] Feb 19 22:28:52.970 INFO O| Feb 19 22:28:52.970 INFO STEP 104 (remove_files) COMPLETE
51042026-02-19T22:28:54.218Z[ recovery-image] Feb 19 22:28:52.970 INFO O| Feb 19 22:28:52.970 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052026-02-19T22:28:54.231Z[ recovery-image] Feb 19 22:28:52.982 INFO O| Feb 19 22:28:52.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51062026-02-19T22:28:54.231Z[ recovery-image] Feb 19 22:28:52.982 INFO O| Feb 19 22:28:52.982 INFO STEP 105 (remove_files) COMPLETE
51072026-02-19T22:28:54.235Z[ recovery-image] Feb 19 22:28:52.982 INFO O| Feb 19 22:28:52.982 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082026-02-19T22:28:54.243Z[ recovery-image] Feb 19 22:28:52.995 INFO O| Feb 19 22:28:52.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51092026-02-19T22:28:54.243Z[ recovery-image] Feb 19 22:28:52.995 INFO O| Feb 19 22:28:52.995 INFO STEP 106 (remove_files) COMPLETE
51102026-02-19T22:28:54.243Z[ recovery-image] Feb 19 22:28:52.995 INFO O| Feb 19 22:28:52.995 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112026-02-19T22:28:54.257Z[ recovery-image] Feb 19 22:28:53.009 INFO O| Feb 19 22:28:53.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51122026-02-19T22:28:54.258Z[ recovery-image] Feb 19 22:28:53.009 INFO O| Feb 19 22:28:53.009 INFO STEP 107 (remove_files) COMPLETE
51132026-02-19T22:28:54.258Z[ recovery-image] Feb 19 22:28:53.009 INFO O| Feb 19 22:28:53.009 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142026-02-19T22:28:54.271Z[ recovery-image] Feb 19 22:28:53.023 INFO O| Feb 19 22:28:53.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51152026-02-19T22:28:54.271Z[ recovery-image] Feb 19 22:28:53.023 INFO O| Feb 19 22:28:53.023 INFO STEP 108 (remove_files) COMPLETE
51162026-02-19T22:28:54.274Z[ recovery-image] Feb 19 22:28:53.023 INFO O| Feb 19 22:28:53.023 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172026-02-19T22:28:54.285Z[ recovery-image] Feb 19 22:28:53.037 INFO O| Feb 19 22:28:53.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51182026-02-19T22:28:54.285Z[ recovery-image] Feb 19 22:28:53.037 INFO O| Feb 19 22:28:53.037 INFO STEP 109 (remove_files) COMPLETE
51192026-02-19T22:28:54.288Z[ recovery-image] Feb 19 22:28:53.037 INFO O| Feb 19 22:28:53.037 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202026-02-19T22:28:54.341Z[ recovery-image] Feb 19 22:28:53.092 INFO O| Feb 19 22:28:53.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51212026-02-19T22:28:54.363Z[ recovery-image] Feb 19 22:28:53.115 INFO O| Feb 19 22:28:53.115 INFO STEP 110 (remove_files) COMPLETE
51222026-02-19T22:28:54.363Z[ recovery-image] Feb 19 22:28:53.115 INFO O| Feb 19 22:28:53.115 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232026-02-19T22:28:54.384Z[ recovery-image] Feb 19 22:28:53.136 INFO O| Feb 19 22:28:53.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51242026-02-19T22:28:54.384Z[ recovery-image] Feb 19 22:28:53.136 INFO O| Feb 19 22:28:53.136 INFO STEP 111 (remove_files) COMPLETE
51252026-02-19T22:28:54.384Z[ recovery-image] Feb 19 22:28:53.136 INFO O| Feb 19 22:28:53.136 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262026-02-19T22:28:54.402Z[ recovery-image] Feb 19 22:28:53.154 INFO O| Feb 19 22:28:53.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51272026-02-19T22:28:54.402Z[ recovery-image] Feb 19 22:28:53.154 INFO O| Feb 19 22:28:53.154 INFO STEP 112 (remove_files) COMPLETE
51282026-02-19T22:28:54.405Z[ recovery-image] Feb 19 22:28:53.154 INFO O| Feb 19 22:28:53.154 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292026-02-19T22:28:54.416Z[ recovery-image] Feb 19 22:28:53.168 INFO O| Feb 19 22:28:53.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51302026-02-19T22:28:54.416Z[ recovery-image] Feb 19 22:28:53.168 INFO O| Feb 19 22:28:53.168 INFO STEP 113 (remove_files) COMPLETE
51312026-02-19T22:28:54.420Z[ recovery-image] Feb 19 22:28:53.168 INFO O| Feb 19 22:28:53.168 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322026-02-19T22:28:54.432Z[ recovery-image] Feb 19 22:28:53.183 INFO O| Feb 19 22:28:53.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51332026-02-19T22:28:54.432Z[ recovery-image] Feb 19 22:28:53.183 INFO O| Feb 19 22:28:53.183 INFO STEP 114 (remove_files) COMPLETE
51342026-02-19T22:28:54.432Z[ recovery-image] Feb 19 22:28:53.183 INFO O| Feb 19 22:28:53.183 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352026-02-19T22:28:54.444Z[ recovery-image] Feb 19 22:28:53.196 INFO O| Feb 19 22:28:53.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51362026-02-19T22:28:54.444Z[ recovery-image] Feb 19 22:28:53.196 INFO O| Feb 19 22:28:53.196 INFO STEP 115 (remove_files) COMPLETE
51372026-02-19T22:28:54.444Z[ recovery-image] Feb 19 22:28:53.196 INFO O| Feb 19 22:28:53.196 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382026-02-19T22:28:54.457Z[ recovery-image] Feb 19 22:28:53.209 INFO O| Feb 19 22:28:53.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51392026-02-19T22:28:54.457Z[ recovery-image] Feb 19 22:28:53.209 INFO O| Feb 19 22:28:53.209 INFO STEP 116 (remove_files) COMPLETE
51402026-02-19T22:28:54.460Z[ recovery-image] Feb 19 22:28:53.209 INFO O| Feb 19 22:28:53.209 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412026-02-19T22:28:54.470Z[ recovery-image] Feb 19 22:28:53.222 INFO O| Feb 19 22:28:53.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51422026-02-19T22:28:54.470Z[ recovery-image] Feb 19 22:28:53.222 INFO O| Feb 19 22:28:53.222 INFO STEP 117 (remove_files) COMPLETE
51432026-02-19T22:28:54.470Z[ recovery-image] Feb 19 22:28:53.222 INFO O| Feb 19 22:28:53.222 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442026-02-19T22:28:54.483Z[ recovery-image] Feb 19 22:28:53.235 INFO O| Feb 19 22:28:53.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51452026-02-19T22:28:54.483Z[ recovery-image] Feb 19 22:28:53.235 INFO O| Feb 19 22:28:53.235 INFO STEP 118 (remove_files) COMPLETE
51462026-02-19T22:28:54.483Z[ recovery-image] Feb 19 22:28:53.235 INFO O| Feb 19 22:28:53.235 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472026-02-19T22:28:54.496Z[ recovery-image] Feb 19 22:28:53.248 INFO O| Feb 19 22:28:53.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51482026-02-19T22:28:54.496Z[ recovery-image] Feb 19 22:28:53.248 INFO O| Feb 19 22:28:53.248 INFO STEP 119 (remove_files) COMPLETE
51492026-02-19T22:28:54.496Z[ recovery-image] Feb 19 22:28:53.248 INFO O| Feb 19 22:28:53.248 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502026-02-19T22:28:54.510Z[ recovery-image] Feb 19 22:28:53.262 INFO O| Feb 19 22:28:53.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51512026-02-19T22:28:54.510Z[ recovery-image] Feb 19 22:28:53.262 INFO O| Feb 19 22:28:53.262 INFO STEP 120 (remove_files) COMPLETE
51522026-02-19T22:28:54.510Z[ recovery-image] Feb 19 22:28:53.262 INFO O| Feb 19 22:28:53.262 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532026-02-19T22:28:54.523Z[ recovery-image] Feb 19 22:28:53.275 INFO O| Feb 19 22:28:53.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51542026-02-19T22:28:54.523Z[ recovery-image] Feb 19 22:28:53.275 INFO O| Feb 19 22:28:53.275 INFO STEP 121 (remove_files) COMPLETE
51552026-02-19T22:28:54.523Z[ recovery-image] Feb 19 22:28:53.275 INFO O| Feb 19 22:28:53.275 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562026-02-19T22:28:54.536Z[ recovery-image] Feb 19 22:28:53.288 INFO O| Feb 19 22:28:53.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51572026-02-19T22:28:54.536Z[ recovery-image] Feb 19 22:28:53.288 INFO O| Feb 19 22:28:53.288 INFO STEP 122 (remove_files) COMPLETE
51582026-02-19T22:28:54.536Z[ recovery-image] Feb 19 22:28:53.288 INFO O| Feb 19 22:28:53.288 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592026-02-19T22:28:54.558Z[ recovery-image] Feb 19 22:28:53.301 INFO O| Feb 19 22:28:53.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51602026-02-19T22:28:54.558Z[ recovery-image] Feb 19 22:28:53.301 INFO O| Feb 19 22:28:53.301 INFO STEP 123 (remove_files) COMPLETE
51612026-02-19T22:28:54.562Z[ recovery-image] Feb 19 22:28:53.301 INFO O| Feb 19 22:28:53.301 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622026-02-19T22:28:54.565Z[ recovery-image] Feb 19 22:28:53.314 INFO O| Feb 19 22:28:53.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51632026-02-19T22:28:54.565Z[ recovery-image] Feb 19 22:28:53.314 INFO O| Feb 19 22:28:53.314 INFO STEP 124 (remove_files) COMPLETE
51642026-02-19T22:28:54.565Z[ recovery-image] Feb 19 22:28:53.314 INFO O| Feb 19 22:28:53.314 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652026-02-19T22:28:54.575Z[ recovery-image] Feb 19 22:28:53.327 INFO O| Feb 19 22:28:53.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51662026-02-19T22:28:54.575Z[ recovery-image] Feb 19 22:28:53.327 INFO O| Feb 19 22:28:53.327 INFO STEP 125 (remove_files) COMPLETE
51672026-02-19T22:28:54.575Z[ recovery-image] Feb 19 22:28:53.327 INFO O| Feb 19 22:28:53.327 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682026-02-19T22:28:54.589Z[ recovery-image] Feb 19 22:28:53.340 INFO O| Feb 19 22:28:53.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51692026-02-19T22:28:54.589Z[ recovery-image] Feb 19 22:28:53.340 INFO O| Feb 19 22:28:53.340 INFO STEP 126 (remove_files) COMPLETE
51702026-02-19T22:28:54.592Z[ recovery-image] Feb 19 22:28:53.340 INFO O| Feb 19 22:28:53.340 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712026-02-19T22:28:54.602Z[ recovery-image] Feb 19 22:28:53.354 INFO O| Feb 19 22:28:53.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51722026-02-19T22:28:54.602Z[ recovery-image] Feb 19 22:28:53.354 INFO O| Feb 19 22:28:53.354 INFO STEP 127 (remove_files) COMPLETE
51732026-02-19T22:28:54.606Z[ recovery-image] Feb 19 22:28:53.354 INFO O| Feb 19 22:28:53.354 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742026-02-19T22:28:54.623Z[ recovery-image] Feb 19 22:28:53.367 INFO O| Feb 19 22:28:53.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51752026-02-19T22:28:54.623Z[ recovery-image] Feb 19 22:28:53.368 INFO O| Feb 19 22:28:53.368 INFO STEP 128 (remove_files) COMPLETE
51762026-02-19T22:28:54.623Z[ recovery-image] Feb 19 22:28:53.368 INFO O| Feb 19 22:28:53.368 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772026-02-19T22:28:54.629Z[ recovery-image] Feb 19 22:28:53.381 INFO O| Feb 19 22:28:53.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51782026-02-19T22:28:54.629Z[ recovery-image] Feb 19 22:28:53.381 INFO O| Feb 19 22:28:53.381 INFO STEP 129 (remove_files) COMPLETE
51792026-02-19T22:28:54.632Z[ recovery-image] Feb 19 22:28:53.381 INFO O| Feb 19 22:28:53.381 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802026-02-19T22:28:54.644Z[ recovery-image] Feb 19 22:28:53.395 INFO O| Feb 19 22:28:53.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51812026-02-19T22:28:54.644Z[ recovery-image] Feb 19 22:28:53.395 INFO O| Feb 19 22:28:53.395 INFO STEP 130 (remove_files) COMPLETE
51822026-02-19T22:28:54.648Z[ recovery-image] Feb 19 22:28:53.395 INFO O| Feb 19 22:28:53.395 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832026-02-19T22:28:54.658Z[ recovery-image] Feb 19 22:28:53.410 INFO O| Feb 19 22:28:53.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51842026-02-19T22:28:54.658Z[ recovery-image] Feb 19 22:28:53.410 INFO O| Feb 19 22:28:53.410 INFO STEP 131 (remove_files) COMPLETE
51852026-02-19T22:28:54.658Z[ recovery-image] Feb 19 22:28:53.410 INFO O| Feb 19 22:28:53.410 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862026-02-19T22:28:54.674Z[ recovery-image] Feb 19 22:28:53.425 INFO O| Feb 19 22:28:53.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51872026-02-19T22:28:54.674Z[ recovery-image] Feb 19 22:28:53.425 INFO O| Feb 19 22:28:53.425 INFO STEP 132 (remove_files) COMPLETE
51882026-02-19T22:28:54.674Z[ recovery-image] Feb 19 22:28:53.425 INFO O| Feb 19 22:28:53.425 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-02-19T22:28:54.689Z[ recovery-image] Feb 19 22:28:53.439 INFO O| Feb 19 22:28:53.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51902026-02-19T22:28:54.690Z[ recovery-image] Feb 19 22:28:53.439 INFO O| Feb 19 22:28:53.439 INFO STEP 133 (remove_files) COMPLETE
51912026-02-19T22:28:54.690Z[ recovery-image] Feb 19 22:28:53.439 INFO O| Feb 19 22:28:53.439 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-02-19T22:28:54.713Z[ recovery-image] Feb 19 22:28:53.453 INFO O| Feb 19 22:28:53.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51932026-02-19T22:28:54.713Z[ recovery-image] Feb 19 22:28:53.453 INFO O| Feb 19 22:28:53.453 INFO STEP 134 (remove_files) COMPLETE
51942026-02-19T22:28:54.713Z[ recovery-image] Feb 19 22:28:53.453 INFO O| Feb 19 22:28:53.453 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952026-02-19T22:28:54.717Z[ recovery-image] Feb 19 22:28:53.466 INFO O| Feb 19 22:28:53.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51962026-02-19T22:28:54.717Z[ recovery-image] Feb 19 22:28:53.467 INFO O| Feb 19 22:28:53.467 INFO STEP 135 (remove_files) COMPLETE
51972026-02-19T22:28:54.717Z[ recovery-image] Feb 19 22:28:53.467 INFO O| Feb 19 22:28:53.467 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982026-02-19T22:28:54.729Z[ recovery-image] Feb 19 22:28:53.480 INFO O| Feb 19 22:28:53.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51992026-02-19T22:28:54.729Z[ recovery-image] Feb 19 22:28:53.481 INFO O| Feb 19 22:28:53.481 INFO STEP 136 (remove_files) COMPLETE
52002026-02-19T22:28:54.729Z[ recovery-image] Feb 19 22:28:53.481 INFO O| Feb 19 22:28:53.481 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012026-02-19T22:28:54.741Z[ recovery-image] Feb 19 22:28:53.493 INFO O| Feb 19 22:28:53.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52022026-02-19T22:28:54.741Z[ recovery-image] Feb 19 22:28:53.493 INFO O| Feb 19 22:28:53.493 INFO STEP 137 (remove_files) COMPLETE
52032026-02-19T22:28:54.744Z[ recovery-image] Feb 19 22:28:53.493 INFO O| Feb 19 22:28:53.493 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-02-19T22:28:54.753Z[ recovery-image] Feb 19 22:28:53.505 INFO O| Feb 19 22:28:53.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52052026-02-19T22:28:54.756Z[ recovery-image] Feb 19 22:28:53.505 INFO O| Feb 19 22:28:53.505 INFO STEP 138 (remove_files) COMPLETE
52062026-02-19T22:28:54.756Z[ recovery-image] Feb 19 22:28:53.505 INFO O| Feb 19 22:28:53.505 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-02-19T22:28:54.760Z[ host-image] Feb 19 22:28:53.512 INFO O| Feb 19 22:28:53.512 INFO O| Done
52082026-02-19T22:28:54.765Z[ recovery-image] Feb 19 22:28:53.517 INFO O| Feb 19 22:28:53.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52092026-02-19T22:28:54.765Z[ recovery-image] Feb 19 22:28:53.518 INFO O| Feb 19 22:28:53.518 INFO STEP 139 (remove_files) COMPLETE
52102026-02-19T22:28:54.765Z[ recovery-image] Feb 19 22:28:53.518 INFO O| Feb 19 22:28:53.518 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-02-19T22:28:54.781Z[ recovery-image] Feb 19 22:28:53.532 INFO O| Feb 19 22:28:53.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52122026-02-19T22:28:54.781Z[ recovery-image] Feb 19 22:28:53.532 INFO O| Feb 19 22:28:53.532 INFO STEP 140 (remove_files) COMPLETE
52132026-02-19T22:28:54.781Z[ recovery-image] Feb 19 22:28:53.532 INFO O| Feb 19 22:28:53.532 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-02-19T22:28:54.794Z[ recovery-image] Feb 19 22:28:53.545 INFO O| Feb 19 22:28:53.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52152026-02-19T22:28:54.794Z[ recovery-image] Feb 19 22:28:53.545 INFO O| Feb 19 22:28:53.545 INFO STEP 141 (remove_files) COMPLETE
52162026-02-19T22:28:54.799Z[ recovery-image] Feb 19 22:28:53.545 INFO O| Feb 19 22:28:53.545 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-02-19T22:28:54.807Z[ recovery-image] Feb 19 22:28:53.559 INFO O| Feb 19 22:28:53.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52182026-02-19T22:28:54.808Z[ recovery-image] Feb 19 22:28:53.559 INFO O| Feb 19 22:28:53.559 INFO STEP 142 (remove_files) COMPLETE
52192026-02-19T22:28:54.808Z[ recovery-image] Feb 19 22:28:53.559 INFO O| Feb 19 22:28:53.559 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-02-19T22:28:54.817Z[ host-image] Feb 19 22:28:53.568 INFO O| Feb 19 22:28:53.568 INFO O| Done
52212026-02-19T22:28:54.821Z[ host-image] Feb 19 22:28:53.569 INFO O| Feb 19 22:28:53.569 INFO O| Done
52222026-02-19T22:28:54.825Z[ recovery-image] Feb 19 22:28:53.573 INFO O| Feb 19 22:28:53.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52232026-02-19T22:28:54.825Z[ recovery-image] Feb 19 22:28:53.574 INFO O| Feb 19 22:28:53.574 INFO STEP 143 (remove_files) COMPLETE
52242026-02-19T22:28:54.825Z[ recovery-image] Feb 19 22:28:53.574 INFO O| Feb 19 22:28:53.574 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-02-19T22:28:54.836Z[ recovery-image] Feb 19 22:28:53.588 INFO O| Feb 19 22:28:53.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52262026-02-19T22:28:54.836Z[ recovery-image] Feb 19 22:28:53.588 INFO O| Feb 19 22:28:53.588 INFO STEP 144 (remove_files) COMPLETE
52272026-02-19T22:28:54.839Z[ recovery-image] Feb 19 22:28:53.588 INFO O| Feb 19 22:28:53.588 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-02-19T22:28:54.849Z[ recovery-image] Feb 19 22:28:53.601 INFO O| Feb 19 22:28:53.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52292026-02-19T22:28:54.849Z[ recovery-image] Feb 19 22:28:53.601 INFO O| Feb 19 22:28:53.601 INFO STEP 145 (remove_files) COMPLETE
52302026-02-19T22:28:54.849Z[ recovery-image] Feb 19 22:28:53.601 INFO O| Feb 19 22:28:53.601 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-02-19T22:28:54.859Z[ host-image] Feb 19 22:28:53.611 INFO O| Feb 19 22:28:53.611 INFO O| Done
52322026-02-19T22:28:54.862Z[ recovery-image] Feb 19 22:28:53.614 INFO O| Feb 19 22:28:53.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52332026-02-19T22:28:54.862Z[ recovery-image] Feb 19 22:28:53.614 INFO O| Feb 19 22:28:53.614 INFO STEP 146 (remove_files) COMPLETE
52342026-02-19T22:28:54.862Z[ recovery-image] Feb 19 22:28:53.614 INFO O| Feb 19 22:28:53.614 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-02-19T22:28:54.876Z[ recovery-image] Feb 19 22:28:53.628 INFO O| Feb 19 22:28:53.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52362026-02-19T22:28:54.876Z[ recovery-image] Feb 19 22:28:53.628 INFO O| Feb 19 22:28:53.628 INFO STEP 147 (remove_files) COMPLETE
52372026-02-19T22:28:54.876Z[ recovery-image] Feb 19 22:28:53.628 INFO O| Feb 19 22:28:53.628 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-02-19T22:28:54.891Z[ recovery-image] Feb 19 22:28:53.643 INFO O| Feb 19 22:28:53.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52392026-02-19T22:28:54.891Z[ recovery-image] Feb 19 22:28:53.643 INFO O| Feb 19 22:28:53.643 INFO STEP 148 (remove_files) COMPLETE
52402026-02-19T22:28:54.891Z[ recovery-image] Feb 19 22:28:53.643 INFO O| Feb 19 22:28:53.643 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-02-19T22:28:54.906Z[ recovery-image] Feb 19 22:28:53.658 INFO O| Feb 19 22:28:53.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52422026-02-19T22:28:54.906Z[ recovery-image] Feb 19 22:28:53.658 INFO O| Feb 19 22:28:53.658 INFO STEP 149 (remove_files) COMPLETE
52432026-02-19T22:28:54.909Z[ recovery-image] Feb 19 22:28:53.658 INFO O| Feb 19 22:28:53.658 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-02-19T22:28:54.922Z[ recovery-image] Feb 19 22:28:53.674 INFO O| Feb 19 22:28:53.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52452026-02-19T22:28:54.922Z[ recovery-image] Feb 19 22:28:53.674 INFO O| Feb 19 22:28:53.674 INFO STEP 150 (remove_files) COMPLETE
52462026-02-19T22:28:54.922Z[ recovery-image] Feb 19 22:28:53.674 INFO O| Feb 19 22:28:53.674 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-02-19T22:28:54.939Z[ recovery-image] Feb 19 22:28:53.691 INFO O| Feb 19 22:28:53.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52482026-02-19T22:28:54.939Z[ recovery-image] Feb 19 22:28:53.691 INFO O| Feb 19 22:28:53.691 INFO STEP 151 (remove_files) COMPLETE
52492026-02-19T22:28:54.943Z[ recovery-image] Feb 19 22:28:53.691 INFO O| Feb 19 22:28:53.691 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-02-19T22:28:54.955Z[ recovery-image] Feb 19 22:28:53.707 INFO O| Feb 19 22:28:53.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52512026-02-19T22:28:54.955Z[ recovery-image] Feb 19 22:28:53.707 INFO O| Feb 19 22:28:53.707 INFO STEP 152 (remove_files) COMPLETE
52522026-02-19T22:28:54.959Z[ recovery-image] Feb 19 22:28:53.707 INFO O| Feb 19 22:28:53.707 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-02-19T22:28:54.971Z[ recovery-image] Feb 19 22:28:53.723 INFO O| Feb 19 22:28:53.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52542026-02-19T22:28:54.971Z[ recovery-image] Feb 19 22:28:53.723 INFO O| Feb 19 22:28:53.723 INFO STEP 153 (remove_files) COMPLETE
52552026-02-19T22:28:54.974Z[ recovery-image] Feb 19 22:28:53.723 INFO O| Feb 19 22:28:53.723 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-02-19T22:28:54.987Z[ recovery-image] Feb 19 22:28:53.738 INFO O| Feb 19 22:28:53.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52572026-02-19T22:28:54.987Z[ recovery-image] Feb 19 22:28:53.738 INFO O| Feb 19 22:28:53.738 INFO STEP 154 (remove_files) COMPLETE
52582026-02-19T22:28:54.987Z[ recovery-image] Feb 19 22:28:53.738 INFO O| Feb 19 22:28:53.738 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-02-19T22:28:55.002Z[ recovery-image] Feb 19 22:28:53.754 INFO O| Feb 19 22:28:53.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52602026-02-19T22:28:55.002Z[ recovery-image] Feb 19 22:28:53.754 INFO O| Feb 19 22:28:53.754 INFO STEP 155 (remove_files) COMPLETE
52612026-02-19T22:28:55.002Z[ recovery-image] Feb 19 22:28:53.754 INFO O| Feb 19 22:28:53.754 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-02-19T22:28:55.021Z[ recovery-image] Feb 19 22:28:53.773 INFO O| Feb 19 22:28:53.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52632026-02-19T22:28:55.021Z[ recovery-image] Feb 19 22:28:53.773 INFO O| Feb 19 22:28:53.773 INFO STEP 156 (remove_files) COMPLETE
52642026-02-19T22:28:55.021Z[ recovery-image] Feb 19 22:28:53.773 INFO O| Feb 19 22:28:53.773 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-02-19T22:28:55.038Z[ recovery-image] Feb 19 22:28:53.789 INFO O| Feb 19 22:28:53.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52662026-02-19T22:28:55.038Z[ recovery-image] Feb 19 22:28:53.789 INFO O| Feb 19 22:28:53.789 INFO STEP 157 (remove_files) COMPLETE
52672026-02-19T22:28:55.038Z[ recovery-image] Feb 19 22:28:53.789 INFO O| Feb 19 22:28:53.789 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-02-19T22:28:55.054Z[ recovery-image] Feb 19 22:28:53.804 INFO O| Feb 19 22:28:53.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52692026-02-19T22:28:55.054Z[ recovery-image] Feb 19 22:28:53.805 INFO O| Feb 19 22:28:53.804 INFO STEP 158 (remove_files) COMPLETE
52702026-02-19T22:28:55.058Z[ recovery-image] Feb 19 22:28:53.805 INFO O| Feb 19 22:28:53.804 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-02-19T22:28:55.068Z[ recovery-image] Feb 19 22:28:53.820 INFO O| Feb 19 22:28:53.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52722026-02-19T22:28:55.068Z[ recovery-image] Feb 19 22:28:53.820 INFO O| Feb 19 22:28:53.820 INFO STEP 159 (remove_files) COMPLETE
52732026-02-19T22:28:55.075Z[ recovery-image] Feb 19 22:28:53.820 INFO O| Feb 19 22:28:53.820 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-02-19T22:28:55.083Z[ recovery-image] Feb 19 22:28:53.834 INFO O| Feb 19 22:28:53.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52752026-02-19T22:28:55.083Z[ recovery-image] Feb 19 22:28:53.834 INFO O| Feb 19 22:28:53.834 INFO STEP 160 (remove_files) COMPLETE
52762026-02-19T22:28:55.089Z[ recovery-image] Feb 19 22:28:53.834 INFO O| Feb 19 22:28:53.834 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-02-19T22:28:55.099Z[ recovery-image] Feb 19 22:28:53.850 INFO O| Feb 19 22:28:53.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52782026-02-19T22:28:55.099Z[ recovery-image] Feb 19 22:28:53.851 INFO O| Feb 19 22:28:53.850 INFO STEP 161 (remove_files) COMPLETE
52792026-02-19T22:28:55.099Z[ recovery-image] Feb 19 22:28:53.851 INFO O| Feb 19 22:28:53.851 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-02-19T22:28:55.115Z[ recovery-image] Feb 19 22:28:53.867 INFO O| Feb 19 22:28:53.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52812026-02-19T22:28:55.119Z[ recovery-image] Feb 19 22:28:53.868 INFO O| Feb 19 22:28:53.868 INFO STEP 162 (remove_files) COMPLETE
52822026-02-19T22:28:55.119Z[ recovery-image] Feb 19 22:28:53.868 INFO O| Feb 19 22:28:53.868 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-02-19T22:28:55.134Z[ recovery-image] Feb 19 22:28:53.886 INFO O| Feb 19 22:28:53.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52842026-02-19T22:28:55.137Z[ recovery-image] Feb 19 22:28:53.887 INFO O| Feb 19 22:28:53.887 INFO STEP 163 (remove_files) COMPLETE
52852026-02-19T22:28:55.137Z[ recovery-image] Feb 19 22:28:53.887 INFO O| Feb 19 22:28:53.887 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-02-19T22:28:55.154Z[ recovery-image] Feb 19 22:28:53.904 INFO O| Feb 19 22:28:53.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52872026-02-19T22:28:55.157Z[ recovery-image] Feb 19 22:28:53.905 INFO O| Feb 19 22:28:53.905 INFO STEP 164 (remove_files) COMPLETE
52882026-02-19T22:28:55.158Z[ recovery-image] Feb 19 22:28:53.905 INFO O| Feb 19 22:28:53.905 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-02-19T22:28:55.169Z[ recovery-image] Feb 19 22:28:53.921 INFO O| Feb 19 22:28:53.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52902026-02-19T22:28:55.169Z[ recovery-image] Feb 19 22:28:53.921 INFO O| Feb 19 22:28:53.921 INFO STEP 165 (remove_files) COMPLETE
52912026-02-19T22:28:55.173Z[ recovery-image] Feb 19 22:28:53.921 INFO O| Feb 19 22:28:53.921 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-02-19T22:28:55.183Z[ recovery-image] Feb 19 22:28:53.935 INFO O| Feb 19 22:28:53.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52932026-02-19T22:28:55.183Z[ recovery-image] Feb 19 22:28:53.935 INFO O| Feb 19 22:28:53.935 INFO STEP 166 (remove_files) COMPLETE
52942026-02-19T22:28:55.187Z[ recovery-image] Feb 19 22:28:53.935 INFO O| Feb 19 22:28:53.935 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-02-19T22:28:55.198Z[ recovery-image] Feb 19 22:28:53.950 INFO O| Feb 19 22:28:53.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52962026-02-19T22:28:55.198Z[ recovery-image] Feb 19 22:28:53.950 INFO O| Feb 19 22:28:53.950 INFO STEP 167 (remove_files) COMPLETE
52972026-02-19T22:28:55.198Z[ recovery-image] Feb 19 22:28:53.950 INFO O| Feb 19 22:28:53.950 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-02-19T22:28:55.213Z[ recovery-image] Feb 19 22:28:53.965 INFO O| Feb 19 22:28:53.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52992026-02-19T22:28:55.217Z[ recovery-image] Feb 19 22:28:53.965 INFO O| Feb 19 22:28:53.965 INFO STEP 168 (remove_files) COMPLETE
53002026-02-19T22:28:55.217Z[ recovery-image] Feb 19 22:28:53.965 INFO O| Feb 19 22:28:53.965 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-02-19T22:28:55.231Z[ recovery-image] Feb 19 22:28:53.982 INFO O| Feb 19 22:28:53.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53022026-02-19T22:28:55.235Z[ recovery-image] Feb 19 22:28:53.983 INFO O| Feb 19 22:28:53.982 INFO STEP 169 (remove_files) COMPLETE
53032026-02-19T22:28:55.235Z[ recovery-image] Feb 19 22:28:53.983 INFO O| Feb 19 22:28:53.983 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-02-19T22:28:55.249Z[ recovery-image] Feb 19 22:28:54.000 INFO O| Feb 19 22:28:53.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53052026-02-19T22:28:55.249Z[ recovery-image] Feb 19 22:28:54.000 INFO O| Feb 19 22:28:54.000 INFO STEP 170 (remove_files) COMPLETE
53062026-02-19T22:28:55.255Z[ recovery-image] Feb 19 22:28:54.000 INFO O| Feb 19 22:28:54.000 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-02-19T22:28:55.264Z[ recovery-image] Feb 19 22:28:54.015 INFO O| Feb 19 22:28:54.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53082026-02-19T22:28:55.265Z[ recovery-image] Feb 19 22:28:54.016 INFO O| Feb 19 22:28:54.016 INFO STEP 171 (remove_files) COMPLETE
53092026-02-19T22:28:55.265Z[ recovery-image] Feb 19 22:28:54.016 INFO O| Feb 19 22:28:54.016 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-02-19T22:28:55.280Z[ recovery-image] Feb 19 22:28:54.031 INFO O| Feb 19 22:28:54.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53112026-02-19T22:28:55.280Z[ recovery-image] Feb 19 22:28:54.031 INFO O| Feb 19 22:28:54.031 INFO STEP 172 (remove_files) COMPLETE
53122026-02-19T22:28:55.280Z[ recovery-image] Feb 19 22:28:54.031 INFO O| Feb 19 22:28:54.031 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-02-19T22:28:55.296Z[ recovery-image] Feb 19 22:28:54.047 INFO O| Feb 19 22:28:54.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53142026-02-19T22:28:55.296Z[ recovery-image] Feb 19 22:28:54.047 INFO O| Feb 19 22:28:54.047 INFO STEP 173 (remove_files) COMPLETE
53152026-02-19T22:28:55.302Z[ recovery-image] Feb 19 22:28:54.047 INFO O| Feb 19 22:28:54.047 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-02-19T22:28:55.310Z[ recovery-image] Feb 19 22:28:54.062 INFO O| Feb 19 22:28:54.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53172026-02-19T22:28:55.310Z[ recovery-image] Feb 19 22:28:54.062 INFO O| Feb 19 22:28:54.062 INFO STEP 174 (remove_files) COMPLETE
53182026-02-19T22:28:55.310Z[ recovery-image] Feb 19 22:28:54.062 INFO O| Feb 19 22:28:54.062 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-02-19T22:28:55.325Z[ recovery-image] Feb 19 22:28:54.076 INFO O| Feb 19 22:28:54.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53202026-02-19T22:28:55.325Z[ recovery-image] Feb 19 22:28:54.076 INFO O| Feb 19 22:28:54.076 INFO STEP 175 (remove_files) COMPLETE
53212026-02-19T22:28:55.325Z[ recovery-image] Feb 19 22:28:54.076 INFO O| Feb 19 22:28:54.076 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-02-19T22:28:55.338Z[ recovery-image] Feb 19 22:28:54.090 INFO O| Feb 19 22:28:54.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53232026-02-19T22:28:55.338Z[ recovery-image] Feb 19 22:28:54.090 INFO O| Feb 19 22:28:54.090 INFO STEP 176 (remove_files) COMPLETE
53242026-02-19T22:28:55.338Z[ recovery-image] Feb 19 22:28:54.090 INFO O| Feb 19 22:28:54.090 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-02-19T22:28:55.353Z[ recovery-image] Feb 19 22:28:54.104 INFO O| Feb 19 22:28:54.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53262026-02-19T22:28:55.353Z[ recovery-image] Feb 19 22:28:54.104 INFO O| Feb 19 22:28:54.104 INFO STEP 177 (remove_files) COMPLETE
53272026-02-19T22:28:55.356Z[ recovery-image] Feb 19 22:28:54.104 INFO O| Feb 19 22:28:54.104 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-02-19T22:28:55.366Z[ recovery-image] Feb 19 22:28:54.118 INFO O| Feb 19 22:28:54.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53292026-02-19T22:28:55.366Z[ recovery-image] Feb 19 22:28:54.118 INFO O| Feb 19 22:28:54.118 INFO STEP 178 (remove_files) COMPLETE
53302026-02-19T22:28:55.366Z[ recovery-image] Feb 19 22:28:54.118 INFO O| Feb 19 22:28:54.118 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-02-19T22:28:55.381Z[ recovery-image] Feb 19 22:28:54.132 INFO O| Feb 19 22:28:54.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53322026-02-19T22:28:55.385Z[ recovery-image] Feb 19 22:28:54.133 INFO O| Feb 19 22:28:54.133 INFO STEP 179 (remove_files) COMPLETE
53332026-02-19T22:28:55.385Z[ recovery-image] Feb 19 22:28:54.133 INFO O| Feb 19 22:28:54.133 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-02-19T22:28:55.397Z[ recovery-image] Feb 19 22:28:54.149 INFO O| Feb 19 22:28:54.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53352026-02-19T22:28:55.397Z[ recovery-image] Feb 19 22:28:54.149 INFO O| Feb 19 22:28:54.149 INFO STEP 180 (remove_files) COMPLETE
53362026-02-19T22:28:55.401Z[ recovery-image] Feb 19 22:28:54.149 INFO O| Feb 19 22:28:54.149 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-02-19T22:28:55.415Z[ recovery-image] Feb 19 22:28:54.164 INFO O| Feb 19 22:28:54.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53382026-02-19T22:28:55.415Z[ recovery-image] Feb 19 22:28:54.164 INFO O| Feb 19 22:28:54.164 INFO STEP 181 (remove_files) COMPLETE
53392026-02-19T22:28:55.420Z[ recovery-image] Feb 19 22:28:54.164 INFO O| Feb 19 22:28:54.164 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-02-19T22:28:55.427Z[ recovery-image] Feb 19 22:28:54.179 INFO O| Feb 19 22:28:54.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53412026-02-19T22:28:55.427Z[ recovery-image] Feb 19 22:28:54.179 INFO O| Feb 19 22:28:54.179 INFO STEP 182 (remove_files) COMPLETE
53422026-02-19T22:28:55.432Z[ recovery-image] Feb 19 22:28:54.179 INFO O| Feb 19 22:28:54.179 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-02-19T22:28:55.443Z[ recovery-image] Feb 19 22:28:54.194 INFO O| Feb 19 22:28:54.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53442026-02-19T22:28:55.447Z[ recovery-image] Feb 19 22:28:54.194 INFO O| Feb 19 22:28:54.194 INFO STEP 183 (remove_files) COMPLETE
53452026-02-19T22:28:55.447Z[ recovery-image] Feb 19 22:28:54.194 INFO O| Feb 19 22:28:54.194 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-02-19T22:28:55.456Z[ recovery-image] Feb 19 22:28:54.208 INFO O| Feb 19 22:28:54.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53472026-02-19T22:28:55.456Z[ recovery-image] Feb 19 22:28:54.208 INFO O| Feb 19 22:28:54.208 INFO STEP 184 (remove_files) COMPLETE
53482026-02-19T22:28:55.461Z[ recovery-image] Feb 19 22:28:54.208 INFO O| Feb 19 22:28:54.208 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-02-19T22:28:55.470Z[ recovery-image] Feb 19 22:28:54.222 INFO O| Feb 19 22:28:54.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53502026-02-19T22:28:55.470Z[ recovery-image] Feb 19 22:28:54.222 INFO O| Feb 19 22:28:54.222 INFO STEP 185 (remove_files) COMPLETE
53512026-02-19T22:28:55.475Z[ recovery-image] Feb 19 22:28:54.222 INFO O| Feb 19 22:28:54.222 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-02-19T22:28:55.487Z[ recovery-image] Feb 19 22:28:54.237 INFO O| Feb 19 22:28:54.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53532026-02-19T22:28:55.487Z[ recovery-image] Feb 19 22:28:54.237 INFO O| Feb 19 22:28:54.237 INFO STEP 186 (remove_files) COMPLETE
53542026-02-19T22:28:55.491Z[ recovery-image] Feb 19 22:28:54.237 INFO O| Feb 19 22:28:54.237 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-02-19T22:28:55.502Z[ recovery-image] Feb 19 22:28:54.253 INFO O| Feb 19 22:28:54.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53562026-02-19T22:28:55.502Z[ recovery-image] Feb 19 22:28:54.253 INFO O| Feb 19 22:28:54.253 INFO STEP 187 (remove_files) COMPLETE
53572026-02-19T22:28:55.505Z[ recovery-image] Feb 19 22:28:54.253 INFO O| Feb 19 22:28:54.253 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-02-19T22:28:55.516Z[ recovery-image] Feb 19 22:28:54.268 INFO O| Feb 19 22:28:54.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53592026-02-19T22:28:55.516Z[ recovery-image] Feb 19 22:28:54.268 INFO O| Feb 19 22:28:54.268 INFO STEP 188 (remove_files) COMPLETE
53602026-02-19T22:28:55.519Z[ recovery-image] Feb 19 22:28:54.268 INFO O| Feb 19 22:28:54.268 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-02-19T22:28:55.531Z[ recovery-image] Feb 19 22:28:54.283 INFO O| Feb 19 22:28:54.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53622026-02-19T22:28:55.531Z[ recovery-image] Feb 19 22:28:54.284 INFO O| Feb 19 22:28:54.283 INFO STEP 189 (remove_files) COMPLETE
53632026-02-19T22:28:55.531Z[ recovery-image] Feb 19 22:28:54.284 INFO O| Feb 19 22:28:54.283 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-02-19T22:28:55.547Z[ recovery-image] Feb 19 22:28:54.299 INFO O| Feb 19 22:28:54.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53652026-02-19T22:28:55.547Z[ recovery-image] Feb 19 22:28:54.299 INFO O| Feb 19 22:28:54.299 INFO STEP 190 (remove_files) COMPLETE
53662026-02-19T22:28:55.547Z[ recovery-image] Feb 19 22:28:54.299 INFO O| Feb 19 22:28:54.299 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-02-19T22:28:55.562Z[ recovery-image] Feb 19 22:28:54.314 INFO O| Feb 19 22:28:54.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53682026-02-19T22:28:55.563Z[ recovery-image] Feb 19 22:28:54.314 INFO O| Feb 19 22:28:54.314 INFO STEP 191 (remove_files) COMPLETE
53692026-02-19T22:28:55.567Z[ recovery-image] Feb 19 22:28:54.314 INFO O| Feb 19 22:28:54.314 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-02-19T22:28:55.577Z[ recovery-image] Feb 19 22:28:54.328 INFO O| Feb 19 22:28:54.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53712026-02-19T22:28:55.577Z[ recovery-image] Feb 19 22:28:54.328 INFO O| Feb 19 22:28:54.328 INFO STEP 192 (remove_files) COMPLETE
53722026-02-19T22:28:55.577Z[ recovery-image] Feb 19 22:28:54.328 INFO O| Feb 19 22:28:54.328 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-02-19T22:28:55.590Z[ recovery-image] Feb 19 22:28:54.342 INFO O| Feb 19 22:28:54.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53742026-02-19T22:28:55.590Z[ recovery-image] Feb 19 22:28:54.342 INFO O| Feb 19 22:28:54.342 INFO STEP 193 (remove_files) COMPLETE
53752026-02-19T22:28:55.594Z[ recovery-image] Feb 19 22:28:54.342 INFO O| Feb 19 22:28:54.342 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-02-19T22:28:55.604Z[ recovery-image] Feb 19 22:28:54.356 INFO O| Feb 19 22:28:54.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53772026-02-19T22:28:55.604Z[ recovery-image] Feb 19 22:28:54.356 INFO O| Feb 19 22:28:54.356 INFO STEP 194 (remove_files) COMPLETE
53782026-02-19T22:28:55.604Z[ recovery-image] Feb 19 22:28:54.356 INFO O| Feb 19 22:28:54.356 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-02-19T22:28:55.618Z[ recovery-image] Feb 19 22:28:54.370 INFO O| Feb 19 22:28:54.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53802026-02-19T22:28:55.618Z[ recovery-image] Feb 19 22:28:54.370 INFO O| Feb 19 22:28:54.370 INFO STEP 195 (remove_files) COMPLETE
53812026-02-19T22:28:55.621Z[ recovery-image] Feb 19 22:28:54.370 INFO O| Feb 19 22:28:54.370 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-02-19T22:28:55.632Z[ recovery-image] Feb 19 22:28:54.384 INFO O| Feb 19 22:28:54.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53832026-02-19T22:28:55.632Z[ recovery-image] Feb 19 22:28:54.384 INFO O| Feb 19 22:28:54.384 INFO STEP 196 (remove_files) COMPLETE
53842026-02-19T22:28:55.636Z[ recovery-image] Feb 19 22:28:54.384 INFO O| Feb 19 22:28:54.384 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-02-19T22:28:55.650Z[ recovery-image] Feb 19 22:28:54.401 INFO O| Feb 19 22:28:54.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53862026-02-19T22:28:55.650Z[ recovery-image] Feb 19 22:28:54.401 INFO O| Feb 19 22:28:54.401 INFO STEP 197 (remove_files) COMPLETE
53872026-02-19T22:28:55.650Z[ recovery-image] Feb 19 22:28:54.401 INFO O| Feb 19 22:28:54.401 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-02-19T22:28:55.666Z[ recovery-image] Feb 19 22:28:54.417 INFO O| Feb 19 22:28:54.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53892026-02-19T22:28:55.666Z[ recovery-image] Feb 19 22:28:54.417 INFO O| Feb 19 22:28:54.417 INFO STEP 198 (remove_files) COMPLETE
53902026-02-19T22:28:55.670Z[ recovery-image] Feb 19 22:28:54.417 INFO O| Feb 19 22:28:54.417 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-02-19T22:28:55.680Z[ recovery-image] Feb 19 22:28:54.432 INFO O| Feb 19 22:28:54.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53922026-02-19T22:28:55.680Z[ recovery-image] Feb 19 22:28:54.432 INFO O| Feb 19 22:28:54.432 INFO STEP 199 (remove_files) COMPLETE
53932026-02-19T22:28:55.684Z[ recovery-image] Feb 19 22:28:54.432 INFO O| Feb 19 22:28:54.432 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-02-19T22:28:55.698Z[ recovery-image] Feb 19 22:28:54.449 INFO O| Feb 19 22:28:54.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53952026-02-19T22:28:55.698Z[ recovery-image] Feb 19 22:28:54.449 INFO O| Feb 19 22:28:54.449 INFO STEP 200 (remove_files) COMPLETE
53962026-02-19T22:28:55.702Z[ recovery-image] Feb 19 22:28:54.449 INFO O| Feb 19 22:28:54.449 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-02-19T22:28:55.713Z[ recovery-image] Feb 19 22:28:54.464 INFO O| Feb 19 22:28:54.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53982026-02-19T22:28:55.713Z[ recovery-image] Feb 19 22:28:54.464 INFO O| Feb 19 22:28:54.464 INFO STEP 201 (remove_files) COMPLETE
53992026-02-19T22:28:55.713Z[ recovery-image] Feb 19 22:28:54.464 INFO O| Feb 19 22:28:54.464 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-02-19T22:28:55.730Z[ recovery-image] Feb 19 22:28:54.479 INFO O| Feb 19 22:28:54.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54012026-02-19T22:28:55.730Z[ recovery-image] Feb 19 22:28:54.479 INFO O| Feb 19 22:28:54.479 INFO STEP 202 (remove_files) COMPLETE
54022026-02-19T22:28:55.730Z[ recovery-image] Feb 19 22:28:54.479 INFO O| Feb 19 22:28:54.479 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-02-19T22:28:55.744Z[ recovery-image] Feb 19 22:28:54.494 INFO O| Feb 19 22:28:54.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54042026-02-19T22:28:55.744Z[ recovery-image] Feb 19 22:28:54.494 INFO O| Feb 19 22:28:54.494 INFO STEP 203 (remove_files) COMPLETE
54052026-02-19T22:28:55.744Z[ recovery-image] Feb 19 22:28:54.494 INFO O| Feb 19 22:28:54.494 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-02-19T22:28:55.756Z[ recovery-image] Feb 19 22:28:54.508 INFO O| Feb 19 22:28:54.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54072026-02-19T22:28:55.756Z[ recovery-image] Feb 19 22:28:54.508 INFO O| Feb 19 22:28:54.508 INFO STEP 204 (remove_files) COMPLETE
54082026-02-19T22:28:55.756Z[ recovery-image] Feb 19 22:28:54.508 INFO O| Feb 19 22:28:54.508 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-02-19T22:28:55.770Z[ recovery-image] Feb 19 22:28:54.522 INFO O| Feb 19 22:28:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54102026-02-19T22:28:55.770Z[ recovery-image] Feb 19 22:28:54.522 INFO O| Feb 19 22:28:54.522 INFO STEP 205 (remove_files) COMPLETE
54112026-02-19T22:28:55.770Z[ recovery-image] Feb 19 22:28:54.522 INFO O| Feb 19 22:28:54.522 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-02-19T22:28:55.786Z[ recovery-image] Feb 19 22:28:54.538 INFO O| Feb 19 22:28:54.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54132026-02-19T22:28:55.786Z[ recovery-image] Feb 19 22:28:54.538 INFO O| Feb 19 22:28:54.538 INFO STEP 206 (remove_files) COMPLETE
54142026-02-19T22:28:55.789Z[ recovery-image] Feb 19 22:28:54.538 INFO O| Feb 19 22:28:54.538 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-02-19T22:28:55.799Z[ recovery-image] Feb 19 22:28:54.552 INFO O| Feb 19 22:28:54.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54162026-02-19T22:28:55.804Z[ recovery-image] Feb 19 22:28:54.552 INFO O| Feb 19 22:28:54.552 INFO STEP 207 (remove_files) COMPLETE
54172026-02-19T22:28:55.804Z[ recovery-image] Feb 19 22:28:54.552 INFO O| Feb 19 22:28:54.552 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-02-19T22:28:55.812Z[ recovery-image] Feb 19 22:28:54.564 INFO O| Feb 19 22:28:54.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54192026-02-19T22:28:55.812Z[ recovery-image] Feb 19 22:28:54.564 INFO O| Feb 19 22:28:54.564 INFO STEP 208 (remove_files) COMPLETE
54202026-02-19T22:28:55.812Z[ recovery-image] Feb 19 22:28:54.564 INFO O| Feb 19 22:28:54.564 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-02-19T22:28:55.828Z[ recovery-image] Feb 19 22:28:54.580 INFO O| Feb 19 22:28:54.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54222026-02-19T22:28:55.828Z[ recovery-image] Feb 19 22:28:54.580 INFO O| Feb 19 22:28:54.580 INFO STEP 209 (remove_files) COMPLETE
54232026-02-19T22:28:55.828Z[ recovery-image] Feb 19 22:28:54.580 INFO O| Feb 19 22:28:54.580 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-02-19T22:28:55.845Z[ recovery-image] Feb 19 22:28:54.597 INFO O| Feb 19 22:28:54.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54252026-02-19T22:28:55.845Z[ recovery-image] Feb 19 22:28:54.597 INFO O| Feb 19 22:28:54.597 INFO STEP 210 (remove_files) COMPLETE
54262026-02-19T22:28:55.845Z[ recovery-image] Feb 19 22:28:54.597 INFO O| Feb 19 22:28:54.597 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-02-19T22:28:55.862Z[ recovery-image] Feb 19 22:28:54.614 INFO O| Feb 19 22:28:54.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54282026-02-19T22:28:55.862Z[ recovery-image] Feb 19 22:28:54.614 INFO O| Feb 19 22:28:54.614 INFO STEP 211 (remove_files) COMPLETE
54292026-02-19T22:28:55.862Z[ recovery-image] Feb 19 22:28:54.614 INFO O| Feb 19 22:28:54.614 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-02-19T22:28:55.904Z[ recovery-image] Feb 19 22:28:54.630 INFO O| Feb 19 22:28:54.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54312026-02-19T22:28:55.904Z[ recovery-image] Feb 19 22:28:54.630 INFO O| Feb 19 22:28:54.630 INFO STEP 212 (remove_files) COMPLETE
54322026-02-19T22:28:55.909Z[ recovery-image] Feb 19 22:28:54.630 INFO O| Feb 19 22:28:54.630 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-02-19T22:28:55.909Z[ recovery-image] Feb 19 22:28:54.646 INFO O| Feb 19 22:28:54.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54342026-02-19T22:28:55.909Z[ recovery-image] Feb 19 22:28:54.647 INFO O| Feb 19 22:28:54.647 INFO STEP 213 (remove_files) COMPLETE
54352026-02-19T22:28:55.909Z[ recovery-image] Feb 19 22:28:54.647 INFO O| Feb 19 22:28:54.647 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-02-19T22:28:55.913Z[ recovery-image] Feb 19 22:28:54.662 INFO O| Feb 19 22:28:54.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54372026-02-19T22:28:55.913Z[ recovery-image] Feb 19 22:28:54.662 INFO O| Feb 19 22:28:54.662 INFO STEP 214 (remove_files) COMPLETE
54382026-02-19T22:28:55.913Z[ recovery-image] Feb 19 22:28:54.662 INFO O| Feb 19 22:28:54.662 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-02-19T22:28:55.925Z[ recovery-image] Feb 19 22:28:54.677 INFO O| Feb 19 22:28:54.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54402026-02-19T22:28:55.925Z[ recovery-image] Feb 19 22:28:54.677 INFO O| Feb 19 22:28:54.677 INFO STEP 215 (remove_files) COMPLETE
54412026-02-19T22:28:55.925Z[ recovery-image] Feb 19 22:28:54.677 INFO O| Feb 19 22:28:54.677 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-02-19T22:28:55.939Z[ recovery-image] Feb 19 22:28:54.691 INFO O| Feb 19 22:28:54.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54432026-02-19T22:28:55.939Z[ recovery-image] Feb 19 22:28:54.691 INFO O| Feb 19 22:28:54.691 INFO STEP 216 (remove_files) COMPLETE
54442026-02-19T22:28:55.939Z[ recovery-image] Feb 19 22:28:54.691 INFO O| Feb 19 22:28:54.691 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-02-19T22:28:55.953Z[ recovery-image] Feb 19 22:28:54.705 INFO O| Feb 19 22:28:54.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54462026-02-19T22:28:55.953Z[ recovery-image] Feb 19 22:28:54.705 INFO O| Feb 19 22:28:54.705 INFO STEP 217 (remove_files) COMPLETE
54472026-02-19T22:28:55.953Z[ recovery-image] Feb 19 22:28:54.705 INFO O| Feb 19 22:28:54.705 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-02-19T22:28:55.967Z[ recovery-image] Feb 19 22:28:54.718 INFO O| Feb 19 22:28:54.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54492026-02-19T22:28:55.967Z[ recovery-image] Feb 19 22:28:54.719 INFO O| Feb 19 22:28:54.719 INFO STEP 218 (remove_files) COMPLETE
54502026-02-19T22:28:55.967Z[ recovery-image] Feb 19 22:28:54.719 INFO O| Feb 19 22:28:54.719 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-02-19T22:28:55.980Z[ recovery-image] Feb 19 22:28:54.732 INFO O| Feb 19 22:28:54.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54522026-02-19T22:28:55.980Z[ recovery-image] Feb 19 22:28:54.732 INFO O| Feb 19 22:28:54.732 INFO STEP 219 (remove_files) COMPLETE
54532026-02-19T22:28:55.980Z[ recovery-image] Feb 19 22:28:54.732 INFO O| Feb 19 22:28:54.732 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-02-19T22:28:55.994Z[ recovery-image] Feb 19 22:28:54.746 INFO O| Feb 19 22:28:54.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54552026-02-19T22:28:55.994Z[ recovery-image] Feb 19 22:28:54.746 INFO O| Feb 19 22:28:54.746 INFO STEP 220 (remove_files) COMPLETE
54562026-02-19T22:28:55.994Z[ recovery-image] Feb 19 22:28:54.746 INFO O| Feb 19 22:28:54.746 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-02-19T22:28:56.009Z[ recovery-image] Feb 19 22:28:54.759 INFO O| Feb 19 22:28:54.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54582026-02-19T22:28:56.009Z[ recovery-image] Feb 19 22:28:54.759 INFO O| Feb 19 22:28:54.759 INFO STEP 221 (remove_files) COMPLETE
54592026-02-19T22:28:56.009Z[ recovery-image] Feb 19 22:28:54.759 INFO O| Feb 19 22:28:54.759 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-02-19T22:28:56.072Z[ recovery-image] Feb 19 22:28:54.774 INFO O| Feb 19 22:28:54.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54612026-02-19T22:28:56.072Z[ recovery-image] Feb 19 22:28:54.774 INFO O| Feb 19 22:28:54.774 INFO STEP 222 (remove_files) COMPLETE
54622026-02-19T22:28:56.075Z[ recovery-image] Feb 19 22:28:54.774 INFO O| Feb 19 22:28:54.774 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-02-19T22:28:56.075Z[ recovery-image] Feb 19 22:28:54.789 INFO O| Feb 19 22:28:54.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54642026-02-19T22:28:56.075Z[ recovery-image] Feb 19 22:28:54.789 INFO O| Feb 19 22:28:54.789 INFO STEP 223 (remove_files) COMPLETE
54652026-02-19T22:28:56.075Z[ recovery-image] Feb 19 22:28:54.789 INFO O| Feb 19 22:28:54.789 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-02-19T22:28:56.076Z[ recovery-image] Feb 19 22:28:54.804 INFO O| Feb 19 22:28:54.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54672026-02-19T22:28:56.076Z[ recovery-image] Feb 19 22:28:54.804 INFO O| Feb 19 22:28:54.804 INFO STEP 224 (remove_files) COMPLETE
54682026-02-19T22:28:56.076Z[ recovery-image] Feb 19 22:28:54.804 INFO O| Feb 19 22:28:54.804 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-02-19T22:28:56.076Z[ recovery-image] Feb 19 22:28:54.819 INFO O| Feb 19 22:28:54.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54702026-02-19T22:28:56.076Z[ recovery-image] Feb 19 22:28:54.819 INFO O| Feb 19 22:28:54.819 INFO STEP 225 (remove_files) COMPLETE
54712026-02-19T22:28:56.076Z[ recovery-image] Feb 19 22:28:54.819 INFO O| Feb 19 22:28:54.819 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-02-19T22:28:56.082Z[ recovery-image] Feb 19 22:28:54.834 INFO O| Feb 19 22:28:54.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54732026-02-19T22:28:56.082Z[ recovery-image] Feb 19 22:28:54.834 INFO O| Feb 19 22:28:54.834 INFO STEP 226 (remove_files) COMPLETE
54742026-02-19T22:28:56.085Z[ recovery-image] Feb 19 22:28:54.834 INFO O| Feb 19 22:28:54.834 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-02-19T22:28:56.097Z[ recovery-image] Feb 19 22:28:54.848 INFO O| Feb 19 22:28:54.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54762026-02-19T22:28:56.100Z[ recovery-image] Feb 19 22:28:54.848 INFO O| Feb 19 22:28:54.848 INFO STEP 227 (remove_files) COMPLETE
54772026-02-19T22:28:56.100Z[ recovery-image] Feb 19 22:28:54.848 INFO O| Feb 19 22:28:54.848 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-02-19T22:28:56.111Z[ recovery-image] Feb 19 22:28:54.863 INFO O| Feb 19 22:28:54.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54792026-02-19T22:28:56.112Z[ recovery-image] Feb 19 22:28:54.864 INFO O| Feb 19 22:28:54.864 INFO STEP 228 (remove_files) COMPLETE
54802026-02-19T22:28:56.112Z[ recovery-image] Feb 19 22:28:54.864 INFO O| Feb 19 22:28:54.864 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-02-19T22:28:56.126Z[ recovery-image] Feb 19 22:28:54.878 INFO O| Feb 19 22:28:54.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54822026-02-19T22:28:56.126Z[ recovery-image] Feb 19 22:28:54.878 INFO O| Feb 19 22:28:54.878 INFO STEP 229 (remove_files) COMPLETE
54832026-02-19T22:28:56.129Z[ recovery-image] Feb 19 22:28:54.878 INFO O| Feb 19 22:28:54.878 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-02-19T22:28:56.142Z[ recovery-image] Feb 19 22:28:54.893 INFO O| Feb 19 22:28:54.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54852026-02-19T22:28:56.142Z[ recovery-image] Feb 19 22:28:54.893 INFO O| Feb 19 22:28:54.893 INFO STEP 230 (remove_files) COMPLETE
54862026-02-19T22:28:56.145Z[ recovery-image] Feb 19 22:28:54.893 INFO O| Feb 19 22:28:54.893 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-02-19T22:28:56.166Z[ recovery-image] Feb 19 22:28:54.907 INFO O| Feb 19 22:28:54.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54882026-02-19T22:28:56.166Z[ recovery-image] Feb 19 22:28:54.907 INFO O| Feb 19 22:28:54.907 INFO STEP 231 (remove_files) COMPLETE
54892026-02-19T22:28:56.166Z[ recovery-image] Feb 19 22:28:54.907 INFO O| Feb 19 22:28:54.907 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-02-19T22:28:56.175Z[ recovery-image] Feb 19 22:28:54.921 INFO O| Feb 19 22:28:54.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54912026-02-19T22:28:56.175Z[ recovery-image] Feb 19 22:28:54.921 INFO O| Feb 19 22:28:54.921 INFO STEP 232 (remove_files) COMPLETE
54922026-02-19T22:28:56.175Z[ recovery-image] Feb 19 22:28:54.921 INFO O| Feb 19 22:28:54.921 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-02-19T22:28:56.192Z[ recovery-image] Feb 19 22:28:54.935 INFO O| Feb 19 22:28:54.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54942026-02-19T22:28:56.192Z[ recovery-image] Feb 19 22:28:54.935 INFO O| Feb 19 22:28:54.935 INFO STEP 233 (remove_files) COMPLETE
54952026-02-19T22:28:56.192Z[ recovery-image] Feb 19 22:28:54.935 INFO O| Feb 19 22:28:54.935 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-02-19T22:28:56.198Z[ recovery-image] Feb 19 22:28:54.950 INFO O| Feb 19 22:28:54.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54972026-02-19T22:28:56.198Z[ recovery-image] Feb 19 22:28:54.950 INFO O| Feb 19 22:28:54.950 INFO STEP 234 (remove_files) COMPLETE
54982026-02-19T22:28:56.201Z[ recovery-image] Feb 19 22:28:54.950 INFO O| Feb 19 22:28:54.950 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-02-19T22:28:56.214Z[ recovery-image] Feb 19 22:28:54.965 INFO O| Feb 19 22:28:54.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55002026-02-19T22:28:56.214Z[ recovery-image] Feb 19 22:28:54.965 INFO O| Feb 19 22:28:54.965 INFO STEP 235 (remove_files) COMPLETE
55012026-02-19T22:28:56.219Z[ recovery-image] Feb 19 22:28:54.965 INFO O| Feb 19 22:28:54.965 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-02-19T22:28:56.229Z[ recovery-image] Feb 19 22:28:54.980 INFO O| Feb 19 22:28:54.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55032026-02-19T22:28:56.229Z[ recovery-image] Feb 19 22:28:54.980 INFO O| Feb 19 22:28:54.980 INFO STEP 236 (remove_files) COMPLETE
55042026-02-19T22:28:56.233Z[ recovery-image] Feb 19 22:28:54.980 INFO O| Feb 19 22:28:54.980 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-02-19T22:28:56.244Z[ recovery-image] Feb 19 22:28:54.995 INFO O| Feb 19 22:28:54.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55062026-02-19T22:28:56.247Z[ recovery-image] Feb 19 22:28:54.995 INFO O| Feb 19 22:28:54.995 INFO STEP 237 (remove_files) COMPLETE
55072026-02-19T22:28:56.247Z[ recovery-image] Feb 19 22:28:54.996 INFO O| Feb 19 22:28:54.995 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-02-19T22:28:56.272Z[ recovery-image] Feb 19 22:28:55.024 INFO O| Feb 19 22:28:55.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55092026-02-19T22:28:56.275Z[ recovery-image] Feb 19 22:28:55.024 INFO O| Feb 19 22:28:55.024 INFO STEP 238 (remove_files) COMPLETE
55102026-02-19T22:28:56.275Z[ recovery-image] Feb 19 22:28:55.024 INFO O| Feb 19 22:28:55.024 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-02-19T22:28:56.291Z[ recovery-image] Feb 19 22:28:55.043 INFO O| Feb 19 22:28:55.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55122026-02-19T22:28:56.291Z[ recovery-image] Feb 19 22:28:55.043 INFO O| Feb 19 22:28:55.043 INFO STEP 239 (remove_files) COMPLETE
55132026-02-19T22:28:56.292Z[ recovery-image] Feb 19 22:28:55.043 INFO O| Feb 19 22:28:55.043 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-02-19T22:28:56.308Z[ recovery-image] Feb 19 22:28:55.059 INFO O| Feb 19 22:28:55.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55152026-02-19T22:28:56.308Z[ recovery-image] Feb 19 22:28:55.059 INFO O| Feb 19 22:28:55.059 INFO STEP 240 (remove_files) COMPLETE
55162026-02-19T22:28:56.311Z[ recovery-image] Feb 19 22:28:55.059 INFO O| Feb 19 22:28:55.059 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-02-19T22:28:56.327Z[ recovery-image] Feb 19 22:28:55.076 INFO O| Feb 19 22:28:55.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55182026-02-19T22:28:56.327Z[ recovery-image] Feb 19 22:28:55.076 INFO O| Feb 19 22:28:55.076 INFO STEP 241 (remove_files) COMPLETE
55192026-02-19T22:28:56.327Z[ recovery-image] Feb 19 22:28:55.076 INFO O| Feb 19 22:28:55.076 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-02-19T22:28:56.340Z[ recovery-image] Feb 19 22:28:55.091 INFO O| Feb 19 22:28:55.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55212026-02-19T22:28:56.340Z[ recovery-image] Feb 19 22:28:55.092 INFO O| Feb 19 22:28:55.092 INFO STEP 242 (remove_files) COMPLETE
55222026-02-19T22:28:56.343Z[ recovery-image] Feb 19 22:28:55.092 INFO O| Feb 19 22:28:55.092 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-02-19T22:28:56.355Z[ recovery-image] Feb 19 22:28:55.107 INFO O| Feb 19 22:28:55.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55242026-02-19T22:28:56.355Z[ recovery-image] Feb 19 22:28:55.107 INFO O| Feb 19 22:28:55.107 INFO STEP 243 (remove_files) COMPLETE
55252026-02-19T22:28:56.358Z[ recovery-image] Feb 19 22:28:55.107 INFO O| Feb 19 22:28:55.107 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-02-19T22:28:56.370Z[ recovery-image] Feb 19 22:28:55.121 INFO O| Feb 19 22:28:55.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55272026-02-19T22:28:56.373Z[ recovery-image] Feb 19 22:28:55.122 INFO O| Feb 19 22:28:55.122 INFO STEP 244 (remove_files) COMPLETE
55282026-02-19T22:28:56.373Z[ recovery-image] Feb 19 22:28:55.122 INFO O| Feb 19 22:28:55.122 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-02-19T22:28:56.385Z[ recovery-image] Feb 19 22:28:55.136 INFO O| Feb 19 22:28:55.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55302026-02-19T22:28:56.385Z[ recovery-image] Feb 19 22:28:55.137 INFO O| Feb 19 22:28:55.137 INFO STEP 245 (remove_files) COMPLETE
55312026-02-19T22:28:56.388Z[ recovery-image] Feb 19 22:28:55.137 INFO O| Feb 19 22:28:55.137 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-02-19T22:28:56.399Z[ recovery-image] Feb 19 22:28:55.149 INFO O| Feb 19 22:28:55.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55332026-02-19T22:28:56.399Z[ recovery-image] Feb 19 22:28:55.149 INFO O| Feb 19 22:28:55.149 INFO STEP 246 (remove_files) COMPLETE
55342026-02-19T22:28:56.402Z[ recovery-image] Feb 19 22:28:55.149 INFO O| Feb 19 22:28:55.149 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-02-19T22:28:56.412Z[ recovery-image] Feb 19 22:28:55.163 INFO O| Feb 19 22:28:55.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55362026-02-19T22:28:56.412Z[ recovery-image] Feb 19 22:28:55.163 INFO O| Feb 19 22:28:55.163 INFO STEP 247 (remove_files) COMPLETE
55372026-02-19T22:28:56.412Z[ recovery-image] Feb 19 22:28:55.163 INFO O| Feb 19 22:28:55.163 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-02-19T22:28:56.427Z[ recovery-image] Feb 19 22:28:55.179 INFO O| Feb 19 22:28:55.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55392026-02-19T22:28:56.427Z[ recovery-image] Feb 19 22:28:55.179 INFO O| Feb 19 22:28:55.179 INFO STEP 248 (remove_files) COMPLETE
55402026-02-19T22:28:56.427Z[ recovery-image] Feb 19 22:28:55.179 INFO O| Feb 19 22:28:55.179 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-02-19T22:28:56.439Z[ recovery-image] Feb 19 22:28:55.191 INFO O| Feb 19 22:28:55.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55422026-02-19T22:28:56.439Z[ recovery-image] Feb 19 22:28:55.191 INFO O| Feb 19 22:28:55.191 INFO STEP 249 (remove_files) COMPLETE
55432026-02-19T22:28:56.443Z[ recovery-image] Feb 19 22:28:55.191 INFO O| Feb 19 22:28:55.191 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-02-19T22:28:56.454Z[ recovery-image] Feb 19 22:28:55.205 INFO O| Feb 19 22:28:55.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55452026-02-19T22:28:56.457Z[ recovery-image] Feb 19 22:28:55.206 INFO O| Feb 19 22:28:55.206 INFO STEP 250 (remove_files) COMPLETE
55462026-02-19T22:28:56.457Z[ recovery-image] Feb 19 22:28:55.206 INFO O| Feb 19 22:28:55.206 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-02-19T22:28:56.467Z[ recovery-image] Feb 19 22:28:55.219 INFO O| Feb 19 22:28:55.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55482026-02-19T22:28:56.467Z[ recovery-image] Feb 19 22:28:55.219 INFO O| Feb 19 22:28:55.219 INFO STEP 251 (remove_files) COMPLETE
55492026-02-19T22:28:56.470Z[ recovery-image] Feb 19 22:28:55.219 INFO O| Feb 19 22:28:55.219 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-02-19T22:28:56.479Z[ recovery-image] Feb 19 22:28:55.230 INFO O| Feb 19 22:28:55.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55512026-02-19T22:28:56.479Z[ recovery-image] Feb 19 22:28:55.230 INFO O| Feb 19 22:28:55.230 INFO STEP 252 (remove_files) COMPLETE
55522026-02-19T22:28:56.479Z[ recovery-image] Feb 19 22:28:55.230 INFO O| Feb 19 22:28:55.230 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-02-19T22:28:56.491Z[ recovery-image] Feb 19 22:28:55.243 INFO O| Feb 19 22:28:55.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55542026-02-19T22:28:56.491Z[ recovery-image] Feb 19 22:28:55.243 INFO O| Feb 19 22:28:55.243 INFO STEP 253 (remove_files) COMPLETE
55552026-02-19T22:28:56.491Z[ recovery-image] Feb 19 22:28:55.243 INFO O| Feb 19 22:28:55.243 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-02-19T22:28:56.502Z[ recovery-image] Feb 19 22:28:55.254 INFO O| Feb 19 22:28:55.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55572026-02-19T22:28:56.502Z[ recovery-image] Feb 19 22:28:55.254 INFO O| Feb 19 22:28:55.254 INFO STEP 254 (remove_files) COMPLETE
55582026-02-19T22:28:56.502Z[ recovery-image] Feb 19 22:28:55.254 INFO O| Feb 19 22:28:55.254 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-02-19T22:28:56.514Z[ recovery-image] Feb 19 22:28:55.266 INFO O| Feb 19 22:28:55.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55602026-02-19T22:28:56.514Z[ recovery-image] Feb 19 22:28:55.267 INFO O| Feb 19 22:28:55.266 INFO STEP 255 (remove_files) COMPLETE
55612026-02-19T22:28:56.515Z[ recovery-image] Feb 19 22:28:55.267 INFO O| Feb 19 22:28:55.266 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-02-19T22:28:56.528Z[ recovery-image] Feb 19 22:28:55.279 INFO O| Feb 19 22:28:55.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55632026-02-19T22:28:56.528Z[ recovery-image] Feb 19 22:28:55.279 INFO O| Feb 19 22:28:55.279 INFO STEP 256 (remove_files) COMPLETE
55642026-02-19T22:28:56.528Z[ recovery-image] Feb 19 22:28:55.279 INFO O| Feb 19 22:28:55.279 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-02-19T22:28:56.540Z[ recovery-image] Feb 19 22:28:55.292 INFO O| Feb 19 22:28:55.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55662026-02-19T22:28:56.543Z[ recovery-image] Feb 19 22:28:55.292 INFO O| Feb 19 22:28:55.292 INFO STEP 257 (remove_files) COMPLETE
55672026-02-19T22:28:56.543Z[ recovery-image] Feb 19 22:28:55.292 INFO O| Feb 19 22:28:55.292 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-02-19T22:28:56.553Z[ recovery-image] Feb 19 22:28:55.305 INFO O| Feb 19 22:28:55.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55692026-02-19T22:28:56.553Z[ recovery-image] Feb 19 22:28:55.305 INFO O| Feb 19 22:28:55.305 INFO STEP 258 (remove_files) COMPLETE
55702026-02-19T22:28:56.554Z[ recovery-image] Feb 19 22:28:55.305 INFO O| Feb 19 22:28:55.305 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-02-19T22:28:56.568Z[ recovery-image] Feb 19 22:28:55.319 INFO O| Feb 19 22:28:55.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55722026-02-19T22:28:56.568Z[ recovery-image] Feb 19 22:28:55.319 INFO O| Feb 19 22:28:55.319 INFO STEP 259 (remove_files) COMPLETE
55732026-02-19T22:28:56.568Z[ recovery-image] Feb 19 22:28:55.319 INFO O| Feb 19 22:28:55.319 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-02-19T22:28:56.582Z[ recovery-image] Feb 19 22:28:55.334 INFO O| Feb 19 22:28:55.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55752026-02-19T22:28:56.582Z[ recovery-image] Feb 19 22:28:55.334 INFO O| Feb 19 22:28:55.334 INFO STEP 260 (remove_files) COMPLETE
55762026-02-19T22:28:56.582Z[ recovery-image] Feb 19 22:28:55.334 INFO O| Feb 19 22:28:55.334 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-02-19T22:28:56.599Z[ recovery-image] Feb 19 22:28:55.350 INFO O| Feb 19 22:28:55.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55782026-02-19T22:28:56.599Z[ recovery-image] Feb 19 22:28:55.350 INFO O| Feb 19 22:28:55.350 INFO STEP 261 (remove_files) COMPLETE
55792026-02-19T22:28:56.603Z[ recovery-image] Feb 19 22:28:55.350 INFO O| Feb 19 22:28:55.350 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-02-19T22:28:56.614Z[ recovery-image] Feb 19 22:28:55.366 INFO O| Feb 19 22:28:55.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55812026-02-19T22:28:56.617Z[ recovery-image] Feb 19 22:28:55.366 INFO O| Feb 19 22:28:55.366 INFO STEP 262 (remove_files) COMPLETE
55822026-02-19T22:28:56.617Z[ recovery-image] Feb 19 22:28:55.366 INFO O| Feb 19 22:28:55.366 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-02-19T22:28:56.631Z[ recovery-image] Feb 19 22:28:55.382 INFO O| Feb 19 22:28:55.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55842026-02-19T22:28:56.633Z[ recovery-image] Feb 19 22:28:55.382 INFO O| Feb 19 22:28:55.382 INFO STEP 263 (remove_files) COMPLETE
55852026-02-19T22:28:56.633Z[ recovery-image] Feb 19 22:28:55.382 INFO O| Feb 19 22:28:55.382 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-02-19T22:28:56.648Z[ recovery-image] Feb 19 22:28:55.398 INFO O| Feb 19 22:28:55.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55872026-02-19T22:28:56.648Z[ recovery-image] Feb 19 22:28:55.398 INFO O| Feb 19 22:28:55.398 INFO STEP 264 (remove_files) COMPLETE
55882026-02-19T22:28:56.648Z[ recovery-image] Feb 19 22:28:55.398 INFO O| Feb 19 22:28:55.398 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-02-19T22:28:56.663Z[ recovery-image] Feb 19 22:28:55.415 INFO O| Feb 19 22:28:55.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55902026-02-19T22:28:56.663Z[ recovery-image] Feb 19 22:28:55.415 INFO O| Feb 19 22:28:55.415 INFO STEP 265 (remove_files) COMPLETE
55912026-02-19T22:28:56.663Z[ recovery-image] Feb 19 22:28:55.415 INFO O| Feb 19 22:28:55.415 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-02-19T22:28:56.680Z[ recovery-image] Feb 19 22:28:55.431 INFO O| Feb 19 22:28:55.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55932026-02-19T22:28:56.683Z[ recovery-image] Feb 19 22:28:55.431 INFO O| Feb 19 22:28:55.431 INFO STEP 266 (remove_files) COMPLETE
55942026-02-19T22:28:56.683Z[ recovery-image] Feb 19 22:28:55.431 INFO O| Feb 19 22:28:55.431 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-02-19T22:28:56.697Z[ recovery-image] Feb 19 22:28:55.448 INFO O| Feb 19 22:28:55.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55962026-02-19T22:28:56.697Z[ recovery-image] Feb 19 22:28:55.448 INFO O| Feb 19 22:28:55.448 INFO STEP 267 (remove_files) COMPLETE
55972026-02-19T22:28:56.697Z[ recovery-image] Feb 19 22:28:55.448 INFO O| Feb 19 22:28:55.448 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-02-19T22:28:56.712Z[ recovery-image] Feb 19 22:28:55.463 INFO O| Feb 19 22:28:55.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55992026-02-19T22:28:56.712Z[ recovery-image] Feb 19 22:28:55.464 INFO O| Feb 19 22:28:55.463 INFO STEP 268 (remove_files) COMPLETE
56002026-02-19T22:28:56.712Z[ recovery-image] Feb 19 22:28:55.464 INFO O| Feb 19 22:28:55.464 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-02-19T22:28:56.728Z[ recovery-image] Feb 19 22:28:55.480 INFO O| Feb 19 22:28:55.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56022026-02-19T22:28:56.728Z[ recovery-image] Feb 19 22:28:55.480 INFO O| Feb 19 22:28:55.480 INFO STEP 269 (remove_files) COMPLETE
56032026-02-19T22:28:56.731Z[ recovery-image] Feb 19 22:28:55.480 INFO O| Feb 19 22:28:55.480 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-02-19T22:28:56.744Z[ recovery-image] Feb 19 22:28:55.496 INFO O| Feb 19 22:28:55.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56052026-02-19T22:28:56.747Z[ recovery-image] Feb 19 22:28:55.496 INFO O| Feb 19 22:28:55.496 INFO STEP 270 (remove_files) COMPLETE
56062026-02-19T22:28:56.747Z[ recovery-image] Feb 19 22:28:55.496 INFO O| Feb 19 22:28:55.496 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-02-19T22:28:56.760Z[ recovery-image] Feb 19 22:28:55.512 INFO O| Feb 19 22:28:55.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56082026-02-19T22:28:56.760Z[ recovery-image] Feb 19 22:28:55.512 INFO O| Feb 19 22:28:55.512 INFO STEP 271 (remove_files) COMPLETE
56092026-02-19T22:28:56.763Z[ recovery-image] Feb 19 22:28:55.512 INFO O| Feb 19 22:28:55.512 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-02-19T22:28:56.775Z[ recovery-image] Feb 19 22:28:55.527 INFO O| Feb 19 22:28:55.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56112026-02-19T22:28:56.775Z[ recovery-image] Feb 19 22:28:55.527 INFO O| Feb 19 22:28:55.527 INFO STEP 272 (remove_files) COMPLETE
56122026-02-19T22:28:56.776Z[ recovery-image] Feb 19 22:28:55.527 INFO O| Feb 19 22:28:55.527 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-02-19T22:28:56.792Z[ recovery-image] Feb 19 22:28:55.543 INFO O| Feb 19 22:28:55.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56142026-02-19T22:28:56.792Z[ recovery-image] Feb 19 22:28:55.543 INFO O| Feb 19 22:28:55.543 INFO STEP 273 (remove_files) COMPLETE
56152026-02-19T22:28:56.796Z[ recovery-image] Feb 19 22:28:55.543 INFO O| Feb 19 22:28:55.543 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-02-19T22:28:56.809Z[ recovery-image] Feb 19 22:28:55.559 INFO O| Feb 19 22:28:55.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56172026-02-19T22:28:56.809Z[ recovery-image] Feb 19 22:28:55.559 INFO O| Feb 19 22:28:55.559 INFO STEP 274 (remove_files) COMPLETE
56182026-02-19T22:28:56.809Z[ recovery-image] Feb 19 22:28:55.560 INFO O| Feb 19 22:28:55.559 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-02-19T22:28:56.823Z[ recovery-image] Feb 19 22:28:55.575 INFO O| Feb 19 22:28:55.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56202026-02-19T22:28:56.823Z[ recovery-image] Feb 19 22:28:55.575 INFO O| Feb 19 22:28:55.575 INFO STEP 275 (remove_files) COMPLETE
56212026-02-19T22:28:56.828Z[ recovery-image] Feb 19 22:28:55.575 INFO O| Feb 19 22:28:55.575 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-02-19T22:28:56.843Z[ recovery-image] Feb 19 22:28:55.590 INFO O| Feb 19 22:28:55.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56232026-02-19T22:28:56.843Z[ recovery-image] Feb 19 22:28:55.590 INFO O| Feb 19 22:28:55.590 INFO STEP 276 (remove_files) COMPLETE
56242026-02-19T22:28:56.844Z[ recovery-image] Feb 19 22:28:55.590 INFO O| Feb 19 22:28:55.590 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-02-19T22:28:56.854Z[ recovery-image] Feb 19 22:28:55.605 INFO O| Feb 19 22:28:55.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56262026-02-19T22:28:56.854Z[ recovery-image] Feb 19 22:28:55.605 INFO O| Feb 19 22:28:55.605 INFO STEP 277 (remove_files) COMPLETE
56272026-02-19T22:28:56.854Z[ recovery-image] Feb 19 22:28:55.605 INFO O| Feb 19 22:28:55.605 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-02-19T22:28:56.870Z[ recovery-image] Feb 19 22:28:55.621 INFO O| Feb 19 22:28:55.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56292026-02-19T22:28:56.873Z[ recovery-image] Feb 19 22:28:55.622 INFO O| Feb 19 22:28:55.622 INFO STEP 278 (remove_files) COMPLETE
56302026-02-19T22:28:56.873Z[ recovery-image] Feb 19 22:28:55.622 INFO O| Feb 19 22:28:55.622 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-02-19T22:28:56.887Z[ recovery-image] Feb 19 22:28:55.639 INFO O| Feb 19 22:28:55.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56322026-02-19T22:28:56.890Z[ recovery-image] Feb 19 22:28:55.640 INFO O| Feb 19 22:28:55.639 INFO STEP 279 (remove_files) COMPLETE
56332026-02-19T22:28:56.890Z[ recovery-image] Feb 19 22:28:55.640 INFO O| Feb 19 22:28:55.639 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-02-19T22:28:56.904Z[ recovery-image] Feb 19 22:28:55.656 INFO O| Feb 19 22:28:55.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56352026-02-19T22:28:56.904Z[ recovery-image] Feb 19 22:28:55.656 INFO O| Feb 19 22:28:55.656 INFO STEP 280 (remove_files) COMPLETE
56362026-02-19T22:28:56.907Z[ recovery-image] Feb 19 22:28:55.656 INFO O| Feb 19 22:28:55.656 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-02-19T22:28:56.921Z[ recovery-image] Feb 19 22:28:55.672 INFO O| Feb 19 22:28:55.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56382026-02-19T22:28:56.921Z[ recovery-image] Feb 19 22:28:55.672 INFO O| Feb 19 22:28:55.672 INFO STEP 281 (remove_files) COMPLETE
56392026-02-19T22:28:56.921Z[ recovery-image] Feb 19 22:28:55.672 INFO O| Feb 19 22:28:55.672 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-02-19T22:28:56.955Z[ recovery-image] Feb 19 22:28:55.691 INFO O| Feb 19 22:28:55.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56412026-02-19T22:28:56.955Z[ recovery-image] Feb 19 22:28:55.691 INFO O| Feb 19 22:28:55.691 INFO STEP 282 (remove_files) COMPLETE
56422026-02-19T22:28:56.955Z[ recovery-image] Feb 19 22:28:55.691 INFO O| Feb 19 22:28:55.691 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-02-19T22:28:56.960Z[ recovery-image] Feb 19 22:28:55.708 INFO O| Feb 19 22:28:55.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56442026-02-19T22:28:56.960Z[ recovery-image] Feb 19 22:28:55.708 INFO O| Feb 19 22:28:55.708 INFO STEP 283 (remove_files) COMPLETE
56452026-02-19T22:28:56.960Z[ recovery-image] Feb 19 22:28:55.708 INFO O| Feb 19 22:28:55.708 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-02-19T22:28:56.973Z[ recovery-image] Feb 19 22:28:55.725 INFO O| Feb 19 22:28:55.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56472026-02-19T22:28:56.976Z[ recovery-image] Feb 19 22:28:55.726 INFO O| Feb 19 22:28:55.726 INFO STEP 284 (remove_files) COMPLETE
56482026-02-19T22:28:56.976Z[ recovery-image] Feb 19 22:28:55.726 INFO O| Feb 19 22:28:55.726 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-02-19T22:28:56.991Z[ recovery-image] Feb 19 22:28:55.742 INFO O| Feb 19 22:28:55.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56502026-02-19T22:28:56.991Z[ recovery-image] Feb 19 22:28:55.742 INFO O| Feb 19 22:28:55.742 INFO STEP 285 (remove_files) COMPLETE
56512026-02-19T22:28:56.991Z[ recovery-image] Feb 19 22:28:55.742 INFO O| Feb 19 22:28:55.742 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-02-19T22:28:57.007Z[ recovery-image] Feb 19 22:28:55.758 INFO O| Feb 19 22:28:55.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56532026-02-19T22:28:57.010Z[ recovery-image] Feb 19 22:28:55.759 INFO O| Feb 19 22:28:55.759 INFO STEP 286 (remove_files) COMPLETE
56542026-02-19T22:28:57.010Z[ recovery-image] Feb 19 22:28:55.759 INFO O| Feb 19 22:28:55.759 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-02-19T22:28:57.022Z[ recovery-image] Feb 19 22:28:55.774 INFO O| Feb 19 22:28:55.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56562026-02-19T22:28:57.022Z[ recovery-image] Feb 19 22:28:55.774 INFO O| Feb 19 22:28:55.774 INFO STEP 287 (remove_files) COMPLETE
56572026-02-19T22:28:57.022Z[ recovery-image] Feb 19 22:28:55.774 INFO O| Feb 19 22:28:55.774 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-02-19T22:28:57.038Z[ recovery-image] Feb 19 22:28:55.790 INFO O| Feb 19 22:28:55.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56592026-02-19T22:28:57.042Z[ recovery-image] Feb 19 22:28:55.790 INFO O| Feb 19 22:28:55.790 INFO STEP 288 (remove_files) COMPLETE
56602026-02-19T22:28:57.042Z[ recovery-image] Feb 19 22:28:55.790 INFO O| Feb 19 22:28:55.790 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-02-19T22:28:57.052Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO STEP 14 (pkg_install) COMPLETE
56622026-02-19T22:28:57.052Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56632026-02-19T22:28:57.052Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO skip step because feature "mbist" is not enabled
56642026-02-19T22:28:57.055Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56652026-02-19T22:28:57.055Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO skip step because feature "mfg" is not enabled
56662026-02-19T22:28:57.055Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56672026-02-19T22:28:57.056Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO skip step because feature "compliance" is not enabled
56682026-02-19T22:28:57.056Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56692026-02-19T22:28:57.056Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO skip step because feature "stress" is not enabled
56702026-02-19T22:28:57.056Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56712026-02-19T22:28:57.056Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO skip step because feature "compliance" is not enabled
56722026-02-19T22:28:57.056Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56732026-02-19T22:28:57.056Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO skip step because feature "nfs" is not enabled
56742026-02-19T22:28:57.056Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
56752026-02-19T22:28:57.056Z[ host-image] Feb 19 22:28:55.804 INFO O| Feb 19 22:28:55.804 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
56762026-02-19T22:28:57.056Z[ recovery-image] Feb 19 22:28:55.806 INFO O| Feb 19 22:28:55.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56772026-02-19T22:28:57.056Z[ recovery-image] Feb 19 22:28:55.806 INFO O| Feb 19 22:28:55.806 INFO STEP 289 (remove_files) COMPLETE
56782026-02-19T22:28:57.056Z[ recovery-image] Feb 19 22:28:55.806 INFO O| Feb 19 22:28:55.806 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-02-19T22:28:57.071Z[ recovery-image] Feb 19 22:28:55.823 INFO O| Feb 19 22:28:55.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56802026-02-19T22:28:57.071Z[ recovery-image] Feb 19 22:28:55.823 INFO O| Feb 19 22:28:55.823 INFO STEP 290 (remove_files) COMPLETE
56812026-02-19T22:28:57.075Z[ recovery-image] Feb 19 22:28:55.823 INFO O| Feb 19 22:28:55.823 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-02-19T22:28:57.086Z[ recovery-image] Feb 19 22:28:55.838 INFO O| Feb 19 22:28:55.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56832026-02-19T22:28:57.086Z[ recovery-image] Feb 19 22:28:55.838 INFO O| Feb 19 22:28:55.838 INFO STEP 291 (remove_files) COMPLETE
56842026-02-19T22:28:57.086Z[ recovery-image] Feb 19 22:28:55.838 INFO O| Feb 19 22:28:55.838 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-02-19T22:28:57.101Z[ recovery-image] Feb 19 22:28:55.853 INFO O| Feb 19 22:28:55.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56862026-02-19T22:28:57.101Z[ recovery-image] Feb 19 22:28:55.853 INFO O| Feb 19 22:28:55.853 INFO STEP 292 (remove_files) COMPLETE
56872026-02-19T22:28:57.101Z[ recovery-image] Feb 19 22:28:55.853 INFO O| Feb 19 22:28:55.853 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-02-19T22:28:57.116Z[ recovery-image] Feb 19 22:28:55.868 INFO O| Feb 19 22:28:55.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56892026-02-19T22:28:57.117Z[ recovery-image] Feb 19 22:28:55.869 INFO O| Feb 19 22:28:55.869 INFO STEP 293 (remove_files) COMPLETE
56902026-02-19T22:28:57.117Z[ recovery-image] Feb 19 22:28:55.869 INFO O| Feb 19 22:28:55.869 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-02-19T22:28:57.132Z[ recovery-image] Feb 19 22:28:55.884 INFO O| Feb 19 22:28:55.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56922026-02-19T22:28:57.135Z[ recovery-image] Feb 19 22:28:55.884 INFO O| Feb 19 22:28:55.884 INFO STEP 294 (remove_files) COMPLETE
56932026-02-19T22:28:57.135Z[ recovery-image] Feb 19 22:28:55.884 INFO O| Feb 19 22:28:55.884 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-02-19T22:28:57.147Z[ recovery-image] Feb 19 22:28:55.899 INFO O| Feb 19 22:28:55.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56952026-02-19T22:28:57.147Z[ recovery-image] Feb 19 22:28:55.899 INFO O| Feb 19 22:28:55.899 INFO STEP 295 (remove_files) COMPLETE
56962026-02-19T22:28:57.147Z[ recovery-image] Feb 19 22:28:55.899 INFO O| Feb 19 22:28:55.899 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-02-19T22:28:57.162Z[ recovery-image] Feb 19 22:28:55.914 INFO O| Feb 19 22:28:55.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56982026-02-19T22:28:57.162Z[ recovery-image] Feb 19 22:28:55.914 INFO O| Feb 19 22:28:55.914 INFO STEP 296 (remove_files) COMPLETE
56992026-02-19T22:28:57.165Z[ recovery-image] Feb 19 22:28:55.914 INFO O| Feb 19 22:28:55.914 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-02-19T22:28:57.179Z[ recovery-image] Feb 19 22:28:55.930 INFO O| Feb 19 22:28:55.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57012026-02-19T22:28:57.179Z[ recovery-image] Feb 19 22:28:55.930 INFO O| Feb 19 22:28:55.930 INFO STEP 297 (remove_files) COMPLETE
57022026-02-19T22:28:57.182Z[ recovery-image] Feb 19 22:28:55.930 INFO O| Feb 19 22:28:55.930 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-02-19T22:28:57.193Z[ recovery-image] Feb 19 22:28:55.945 INFO O| Feb 19 22:28:55.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57042026-02-19T22:28:57.193Z[ recovery-image] Feb 19 22:28:55.945 INFO O| Feb 19 22:28:55.945 INFO STEP 298 (remove_files) COMPLETE
57052026-02-19T22:28:57.196Z[ recovery-image] Feb 19 22:28:55.945 INFO O| Feb 19 22:28:55.945 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-02-19T22:28:57.208Z[ recovery-image] Feb 19 22:28:55.960 INFO O| Feb 19 22:28:55.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57072026-02-19T22:28:57.208Z[ recovery-image] Feb 19 22:28:55.960 INFO O| Feb 19 22:28:55.960 INFO STEP 299 (remove_files) COMPLETE
57082026-02-19T22:28:57.211Z[ recovery-image] Feb 19 22:28:55.960 INFO O| Feb 19 22:28:55.960 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-02-19T22:28:57.225Z[ recovery-image] Feb 19 22:28:55.977 INFO O| Feb 19 22:28:55.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57102026-02-19T22:28:57.228Z[ recovery-image] Feb 19 22:28:55.977 INFO O| Feb 19 22:28:55.977 INFO STEP 300 (remove_files) COMPLETE
57112026-02-19T22:28:57.228Z[ recovery-image] Feb 19 22:28:55.977 INFO O| Feb 19 22:28:55.977 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-02-19T22:28:57.228Z[ host-image] Feb 19 22:28:55.979 INFO O| Feb 19 22:28:55.979 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
57132026-02-19T22:28:57.242Z[ recovery-image] Feb 19 22:28:55.993 INFO O| Feb 19 22:28:55.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57142026-02-19T22:28:57.247Z[ recovery-image] Feb 19 22:28:55.993 INFO O| Feb 19 22:28:55.993 INFO STEP 301 (remove_files) COMPLETE
57152026-02-19T22:28:57.247Z[ recovery-image] Feb 19 22:28:55.993 INFO O| Feb 19 22:28:55.993 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162026-02-19T22:28:57.257Z[ recovery-image] Feb 19 22:28:56.008 INFO O| Feb 19 22:28:56.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57172026-02-19T22:28:57.257Z[ recovery-image] Feb 19 22:28:56.008 INFO O| Feb 19 22:28:56.008 INFO STEP 302 (remove_files) COMPLETE
57182026-02-19T22:28:57.257Z[ recovery-image] Feb 19 22:28:56.008 INFO O| Feb 19 22:28:56.008 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192026-02-19T22:28:57.275Z[ recovery-image] Feb 19 22:28:56.025 INFO O| Feb 19 22:28:56.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57202026-02-19T22:28:57.275Z[ recovery-image] Feb 19 22:28:56.026 INFO O| Feb 19 22:28:56.025 INFO STEP 303 (remove_files) COMPLETE
57212026-02-19T22:28:57.275Z[ recovery-image] Feb 19 22:28:56.026 INFO O| Feb 19 22:28:56.025 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222026-02-19T22:28:57.291Z[ recovery-image] Feb 19 22:28:56.041 INFO O| Feb 19 22:28:56.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57232026-02-19T22:28:57.291Z[ recovery-image] Feb 19 22:28:56.041 INFO O| Feb 19 22:28:56.041 INFO STEP 304 (remove_files) COMPLETE
57242026-02-19T22:28:57.294Z[ recovery-image] Feb 19 22:28:56.041 INFO O| Feb 19 22:28:56.041 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252026-02-19T22:28:57.305Z[ recovery-image] Feb 19 22:28:56.057 INFO O| Feb 19 22:28:56.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57262026-02-19T22:28:57.305Z[ recovery-image] Feb 19 22:28:56.057 INFO O| Feb 19 22:28:56.057 INFO STEP 305 (remove_files) COMPLETE
57272026-02-19T22:28:57.308Z[ recovery-image] Feb 19 22:28:56.057 INFO O| Feb 19 22:28:56.057 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282026-02-19T22:28:57.322Z[ recovery-image] Feb 19 22:28:56.073 INFO O| Feb 19 22:28:56.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57292026-02-19T22:28:57.322Z[ recovery-image] Feb 19 22:28:56.074 INFO O| Feb 19 22:28:56.074 INFO STEP 306 (remove_files) COMPLETE
57302026-02-19T22:28:57.325Z[ recovery-image] Feb 19 22:28:56.074 INFO O| Feb 19 22:28:56.074 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312026-02-19T22:28:57.337Z[ recovery-image] Feb 19 22:28:56.089 INFO O| Feb 19 22:28:56.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57322026-02-19T22:28:57.337Z[ recovery-image] Feb 19 22:28:56.089 INFO O| Feb 19 22:28:56.089 INFO STEP 307 (remove_files) COMPLETE
57332026-02-19T22:28:57.340Z[ recovery-image] Feb 19 22:28:56.089 INFO O| Feb 19 22:28:56.089 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342026-02-19T22:28:57.355Z[ recovery-image] Feb 19 22:28:56.105 INFO O| Feb 19 22:28:56.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57352026-02-19T22:28:57.355Z[ recovery-image] Feb 19 22:28:56.105 INFO O| Feb 19 22:28:56.105 INFO STEP 308 (remove_files) COMPLETE
57362026-02-19T22:28:57.358Z[ recovery-image] Feb 19 22:28:56.105 INFO O| Feb 19 22:28:56.105 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372026-02-19T22:28:57.369Z[ recovery-image] Feb 19 22:28:56.121 INFO O| Feb 19 22:28:56.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57382026-02-19T22:28:57.369Z[ recovery-image] Feb 19 22:28:56.121 INFO O| Feb 19 22:28:56.121 INFO STEP 309 (remove_files) COMPLETE
57392026-02-19T22:28:57.369Z[ recovery-image] Feb 19 22:28:56.121 INFO O| Feb 19 22:28:56.121 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402026-02-19T22:28:57.382Z[ recovery-image] Feb 19 22:28:56.134 INFO O| Feb 19 22:28:56.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57412026-02-19T22:28:57.382Z[ recovery-image] Feb 19 22:28:56.134 INFO O| Feb 19 22:28:56.134 INFO STEP 310 (remove_files) COMPLETE
57422026-02-19T22:28:57.386Z[ recovery-image] Feb 19 22:28:56.134 INFO O| Feb 19 22:28:56.134 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432026-02-19T22:28:57.390Z[ host-image] Feb 19 22:28:56.139 INFO O| Feb 19 22:28:56.139 INFO completed processing sled/ramdisk-01-os
57442026-02-19T22:28:57.393Z[ host-image] Feb 19 22:28:56.141 INFO omicron1 baseline generation...
57452026-02-19T22:28:57.393Z[ host-image] Feb 19 22:28:56.142 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
57462026-02-19T22:28:57.398Z[ recovery-image] Feb 19 22:28:56.146 INFO O| Feb 19 22:28:56.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57472026-02-19T22:28:57.398Z[ recovery-image] Feb 19 22:28:56.146 INFO O| Feb 19 22:28:56.146 INFO STEP 311 (remove_files) COMPLETE
57482026-02-19T22:28:57.398Z[ recovery-image] Feb 19 22:28:56.146 INFO O| Feb 19 22:28:56.146 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492026-02-19T22:28:57.407Z[ recovery-image] Feb 19 22:28:56.159 INFO O| Feb 19 22:28:56.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57502026-02-19T22:28:57.407Z[ recovery-image] Feb 19 22:28:56.159 INFO O| Feb 19 22:28:56.159 INFO STEP 312 (remove_files) COMPLETE
57512026-02-19T22:28:57.407Z[ recovery-image] Feb 19 22:28:56.159 INFO O| Feb 19 22:28:56.159 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522026-02-19T22:28:57.420Z[ recovery-image] Feb 19 22:28:56.171 INFO O| Feb 19 22:28:56.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57532026-02-19T22:28:57.420Z[ recovery-image] Feb 19 22:28:56.172 INFO O| Feb 19 22:28:56.172 INFO STEP 313 (remove_files) COMPLETE
57542026-02-19T22:28:57.423Z[ recovery-image] Feb 19 22:28:56.172 INFO O| Feb 19 22:28:56.172 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552026-02-19T22:28:57.432Z[ recovery-image] Feb 19 22:28:56.184 INFO O| Feb 19 22:28:56.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57562026-02-19T22:28:57.432Z[ recovery-image] Feb 19 22:28:56.184 INFO O| Feb 19 22:28:56.184 INFO STEP 314 (remove_files) COMPLETE
57572026-02-19T22:28:57.432Z[ recovery-image] Feb 19 22:28:56.184 INFO O| Feb 19 22:28:56.184 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582026-02-19T22:28:57.446Z[ recovery-image] Feb 19 22:28:56.197 INFO O| Feb 19 22:28:56.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57592026-02-19T22:28:57.446Z[ recovery-image] Feb 19 22:28:56.197 INFO O| Feb 19 22:28:56.197 INFO STEP 315 (remove_files) COMPLETE
57602026-02-19T22:28:57.446Z[ recovery-image] Feb 19 22:28:56.197 INFO O| Feb 19 22:28:56.197 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612026-02-19T22:28:57.460Z[ recovery-image] Feb 19 22:28:56.212 INFO O| Feb 19 22:28:56.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57622026-02-19T22:28:57.460Z[ recovery-image] Feb 19 22:28:56.212 INFO O| Feb 19 22:28:56.212 INFO STEP 316 (remove_files) COMPLETE
57632026-02-19T22:28:57.460Z[ recovery-image] Feb 19 22:28:56.212 INFO O| Feb 19 22:28:56.212 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642026-02-19T22:28:57.475Z[ recovery-image] Feb 19 22:28:56.226 INFO O| Feb 19 22:28:56.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57652026-02-19T22:28:57.475Z[ recovery-image] Feb 19 22:28:56.226 INFO O| Feb 19 22:28:56.226 INFO STEP 317 (remove_files) COMPLETE
57662026-02-19T22:28:57.475Z[ recovery-image] Feb 19 22:28:56.226 INFO O| Feb 19 22:28:56.226 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672026-02-19T22:28:57.489Z[ recovery-image] Feb 19 22:28:56.239 INFO O| Feb 19 22:28:56.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57682026-02-19T22:28:57.492Z[ recovery-image] Feb 19 22:28:56.239 INFO O| Feb 19 22:28:56.239 INFO STEP 318 (remove_files) COMPLETE
57692026-02-19T22:28:57.492Z[ recovery-image] Feb 19 22:28:56.239 INFO O| Feb 19 22:28:56.239 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702026-02-19T22:28:57.501Z[ recovery-image] Feb 19 22:28:56.253 INFO O| Feb 19 22:28:56.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57712026-02-19T22:28:57.505Z[ recovery-image] Feb 19 22:28:56.254 INFO O| Feb 19 22:28:56.254 INFO STEP 319 (remove_files) COMPLETE
57722026-02-19T22:28:57.505Z[ recovery-image] Feb 19 22:28:56.254 INFO O| Feb 19 22:28:56.254 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732026-02-19T22:28:57.515Z[ recovery-image] Feb 19 22:28:56.267 INFO O| Feb 19 22:28:56.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57742026-02-19T22:28:57.515Z[ recovery-image] Feb 19 22:28:56.267 INFO O| Feb 19 22:28:56.267 INFO STEP 320 (remove_files) COMPLETE
57752026-02-19T22:28:57.515Z[ recovery-image] Feb 19 22:28:56.267 INFO O| Feb 19 22:28:56.267 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762026-02-19T22:28:57.528Z[ recovery-image] Feb 19 22:28:56.280 INFO O| Feb 19 22:28:56.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57772026-02-19T22:28:57.528Z[ recovery-image] Feb 19 22:28:56.280 INFO O| Feb 19 22:28:56.280 INFO STEP 321 (remove_files) COMPLETE
57782026-02-19T22:28:57.529Z[ recovery-image] Feb 19 22:28:56.280 INFO O| Feb 19 22:28:56.280 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792026-02-19T22:28:57.541Z[ recovery-image] Feb 19 22:28:56.292 INFO O| Feb 19 22:28:56.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57802026-02-19T22:28:57.541Z[ recovery-image] Feb 19 22:28:56.292 INFO O| Feb 19 22:28:56.292 INFO STEP 322 (remove_files) COMPLETE
57812026-02-19T22:28:57.544Z[ recovery-image] Feb 19 22:28:56.292 INFO O| Feb 19 22:28:56.292 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822026-02-19T22:28:57.554Z[ recovery-image] Feb 19 22:28:56.304 INFO O| Feb 19 22:28:56.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57832026-02-19T22:28:57.554Z[ recovery-image] Feb 19 22:28:56.305 INFO O| Feb 19 22:28:56.305 INFO STEP 323 (remove_files) COMPLETE
57842026-02-19T22:28:57.554Z[ recovery-image] Feb 19 22:28:56.305 INFO O| Feb 19 22:28:56.305 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852026-02-19T22:28:57.565Z[ recovery-image] Feb 19 22:28:56.317 INFO O| Feb 19 22:28:56.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57862026-02-19T22:28:57.566Z[ recovery-image] Feb 19 22:28:56.317 INFO O| Feb 19 22:28:56.317 INFO STEP 324 (remove_files) COMPLETE
57872026-02-19T22:28:57.566Z[ recovery-image] Feb 19 22:28:56.317 INFO O| Feb 19 22:28:56.317 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882026-02-19T22:28:57.579Z[ recovery-image] Feb 19 22:28:56.330 INFO O| Feb 19 22:28:56.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57892026-02-19T22:28:57.579Z[ recovery-image] Feb 19 22:28:56.331 INFO O| Feb 19 22:28:56.331 INFO STEP 325 (remove_files) COMPLETE
57902026-02-19T22:28:57.579Z[ recovery-image] Feb 19 22:28:56.331 INFO O| Feb 19 22:28:56.331 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912026-02-19T22:28:57.591Z[ recovery-image] Feb 19 22:28:56.343 INFO O| Feb 19 22:28:56.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57922026-02-19T22:28:57.591Z[ recovery-image] Feb 19 22:28:56.343 INFO O| Feb 19 22:28:56.343 INFO STEP 326 (remove_files) COMPLETE
57932026-02-19T22:28:57.591Z[ recovery-image] Feb 19 22:28:56.343 INFO O| Feb 19 22:28:56.343 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942026-02-19T22:28:57.604Z[ recovery-image] Feb 19 22:28:56.355 INFO O| Feb 19 22:28:56.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57952026-02-19T22:28:57.605Z[ recovery-image] Feb 19 22:28:56.355 INFO O| Feb 19 22:28:56.355 INFO STEP 327 (remove_files) COMPLETE
57962026-02-19T22:28:57.608Z[ recovery-image] Feb 19 22:28:56.355 INFO O| Feb 19 22:28:56.355 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972026-02-19T22:28:57.616Z[ recovery-image] Feb 19 22:28:56.368 INFO O| Feb 19 22:28:56.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57982026-02-19T22:28:57.616Z[ recovery-image] Feb 19 22:28:56.368 INFO O| Feb 19 22:28:56.368 INFO STEP 328 (remove_files) COMPLETE
57992026-02-19T22:28:57.616Z[ recovery-image] Feb 19 22:28:56.368 INFO O| Feb 19 22:28:56.368 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002026-02-19T22:28:57.630Z[ recovery-image] Feb 19 22:28:56.381 INFO O| Feb 19 22:28:56.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58012026-02-19T22:28:57.630Z[ recovery-image] Feb 19 22:28:56.382 INFO O| Feb 19 22:28:56.381 INFO STEP 329 (remove_files) COMPLETE
58022026-02-19T22:28:57.630Z[ recovery-image] Feb 19 22:28:56.382 INFO O| Feb 19 22:28:56.381 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032026-02-19T22:28:57.641Z[ recovery-image] Feb 19 22:28:56.393 INFO O| Feb 19 22:28:56.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58042026-02-19T22:28:57.642Z[ recovery-image] Feb 19 22:28:56.393 INFO O| Feb 19 22:28:56.393 INFO STEP 330 (remove_files) COMPLETE
58052026-02-19T22:28:57.645Z[ recovery-image] Feb 19 22:28:56.394 INFO O| Feb 19 22:28:56.393 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062026-02-19T22:28:57.654Z[ recovery-image] Feb 19 22:28:56.406 INFO O| Feb 19 22:28:56.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58072026-02-19T22:28:57.654Z[ recovery-image] Feb 19 22:28:56.406 INFO O| Feb 19 22:28:56.406 INFO STEP 331 (remove_files) COMPLETE
58082026-02-19T22:28:57.654Z[ recovery-image] Feb 19 22:28:56.406 INFO O| Feb 19 22:28:56.406 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092026-02-19T22:28:57.667Z[ recovery-image] Feb 19 22:28:56.419 INFO O| Feb 19 22:28:56.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58102026-02-19T22:28:57.667Z[ recovery-image] Feb 19 22:28:56.419 INFO O| Feb 19 22:28:56.419 INFO STEP 332 (remove_files) COMPLETE
58112026-02-19T22:28:57.670Z[ recovery-image] Feb 19 22:28:56.419 INFO O| Feb 19 22:28:56.419 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122026-02-19T22:28:57.680Z[ recovery-image] Feb 19 22:28:56.432 INFO O| Feb 19 22:28:56.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58132026-02-19T22:28:57.680Z[ recovery-image] Feb 19 22:28:56.432 INFO O| Feb 19 22:28:56.432 INFO STEP 333 (remove_files) COMPLETE
58142026-02-19T22:28:57.680Z[ recovery-image] Feb 19 22:28:56.432 INFO O| Feb 19 22:28:56.432 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152026-02-19T22:28:57.692Z[ recovery-image] Feb 19 22:28:56.444 INFO O| Feb 19 22:28:56.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58162026-02-19T22:28:57.692Z[ recovery-image] Feb 19 22:28:56.444 INFO O| Feb 19 22:28:56.444 INFO STEP 334 (remove_files) COMPLETE
58172026-02-19T22:28:57.696Z[ recovery-image] Feb 19 22:28:56.444 INFO O| Feb 19 22:28:56.444 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182026-02-19T22:28:57.706Z[ recovery-image] Feb 19 22:28:56.456 INFO O| Feb 19 22:28:56.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58192026-02-19T22:28:57.706Z[ recovery-image] Feb 19 22:28:56.457 INFO O| Feb 19 22:28:56.456 INFO STEP 335 (remove_files) COMPLETE
58202026-02-19T22:28:57.720Z[ recovery-image] Feb 19 22:28:56.457 INFO O| Feb 19 22:28:56.456 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212026-02-19T22:28:57.729Z[ recovery-image] Feb 19 22:28:56.470 INFO O| Feb 19 22:28:56.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58222026-02-19T22:28:57.729Z[ recovery-image] Feb 19 22:28:56.470 INFO O| Feb 19 22:28:56.470 INFO STEP 336 (remove_files) COMPLETE
58232026-02-19T22:28:57.729Z[ recovery-image] Feb 19 22:28:56.470 INFO O| Feb 19 22:28:56.470 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242026-02-19T22:28:57.732Z[ recovery-image] Feb 19 22:28:56.482 INFO O| Feb 19 22:28:56.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58252026-02-19T22:28:57.732Z[ recovery-image] Feb 19 22:28:56.483 INFO O| Feb 19 22:28:56.483 INFO STEP 337 (remove_files) COMPLETE
58262026-02-19T22:28:57.732Z[ recovery-image] Feb 19 22:28:56.483 INFO O| Feb 19 22:28:56.483 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272026-02-19T22:28:57.744Z[ recovery-image] Feb 19 22:28:56.496 INFO O| Feb 19 22:28:56.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58282026-02-19T22:28:57.744Z[ recovery-image] Feb 19 22:28:56.496 INFO O| Feb 19 22:28:56.496 INFO STEP 338 (remove_files) COMPLETE
58292026-02-19T22:28:57.744Z[ recovery-image] Feb 19 22:28:56.496 INFO O| Feb 19 22:28:56.496 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302026-02-19T22:28:57.757Z[ recovery-image] Feb 19 22:28:56.509 INFO O| Feb 19 22:28:56.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58312026-02-19T22:28:57.757Z[ recovery-image] Feb 19 22:28:56.509 INFO O| Feb 19 22:28:56.509 INFO STEP 339 (remove_files) COMPLETE
58322026-02-19T22:28:57.757Z[ recovery-image] Feb 19 22:28:56.509 INFO O| Feb 19 22:28:56.509 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332026-02-19T22:28:57.769Z[ recovery-image] Feb 19 22:28:56.521 INFO O| Feb 19 22:28:56.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58342026-02-19T22:28:57.769Z[ recovery-image] Feb 19 22:28:56.521 INFO O| Feb 19 22:28:56.521 INFO STEP 340 (remove_files) COMPLETE
58352026-02-19T22:28:57.769Z[ recovery-image] Feb 19 22:28:56.521 INFO O| Feb 19 22:28:56.521 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362026-02-19T22:28:57.782Z[ recovery-image] Feb 19 22:28:56.534 INFO O| Feb 19 22:28:56.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58372026-02-19T22:28:57.782Z[ recovery-image] Feb 19 22:28:56.534 INFO O| Feb 19 22:28:56.534 INFO STEP 341 (remove_files) COMPLETE
58382026-02-19T22:28:57.782Z[ recovery-image] Feb 19 22:28:56.534 INFO O| Feb 19 22:28:56.534 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392026-02-19T22:28:57.795Z[ recovery-image] Feb 19 22:28:56.547 INFO O| Feb 19 22:28:56.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58402026-02-19T22:28:57.795Z[ recovery-image] Feb 19 22:28:56.547 INFO O| Feb 19 22:28:56.547 INFO STEP 342 (remove_files) COMPLETE
58412026-02-19T22:28:57.798Z[ recovery-image] Feb 19 22:28:56.547 INFO O| Feb 19 22:28:56.547 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422026-02-19T22:28:57.807Z[ recovery-image] Feb 19 22:28:56.559 INFO O| Feb 19 22:28:56.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58432026-02-19T22:28:57.807Z[ recovery-image] Feb 19 22:28:56.559 INFO O| Feb 19 22:28:56.559 INFO STEP 343 (remove_files) COMPLETE
58442026-02-19T22:28:57.810Z[ recovery-image] Feb 19 22:28:56.559 INFO O| Feb 19 22:28:56.559 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452026-02-19T22:28:57.822Z[ recovery-image] Feb 19 22:28:56.574 INFO O| Feb 19 22:28:56.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58462026-02-19T22:28:57.822Z[ recovery-image] Feb 19 22:28:56.574 INFO O| Feb 19 22:28:56.574 INFO STEP 344 (remove_files) COMPLETE
58472026-02-19T22:28:57.822Z[ recovery-image] Feb 19 22:28:56.574 INFO O| Feb 19 22:28:56.574 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482026-02-19T22:28:57.838Z[ recovery-image] Feb 19 22:28:56.586 INFO O| Feb 19 22:28:56.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58492026-02-19T22:28:57.838Z[ recovery-image] Feb 19 22:28:56.586 INFO O| Feb 19 22:28:56.586 INFO STEP 345 (remove_files) COMPLETE
58502026-02-19T22:28:57.838Z[ recovery-image] Feb 19 22:28:56.586 INFO O| Feb 19 22:28:56.586 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512026-02-19T22:28:57.847Z[ recovery-image] Feb 19 22:28:56.598 INFO O| Feb 19 22:28:56.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58522026-02-19T22:28:57.847Z[ recovery-image] Feb 19 22:28:56.598 INFO O| Feb 19 22:28:56.598 INFO STEP 346 (remove_files) COMPLETE
58532026-02-19T22:28:57.847Z[ recovery-image] Feb 19 22:28:56.599 INFO O| Feb 19 22:28:56.598 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542026-02-19T22:28:57.859Z[ recovery-image] Feb 19 22:28:56.611 INFO O| Feb 19 22:28:56.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58552026-02-19T22:28:57.859Z[ recovery-image] Feb 19 22:28:56.611 INFO O| Feb 19 22:28:56.611 INFO STEP 347 (remove_files) COMPLETE
58562026-02-19T22:28:57.859Z[ recovery-image] Feb 19 22:28:56.611 INFO O| Feb 19 22:28:56.611 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572026-02-19T22:28:57.873Z[ recovery-image] Feb 19 22:28:56.623 INFO O| Feb 19 22:28:56.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58582026-02-19T22:28:57.873Z[ recovery-image] Feb 19 22:28:56.623 INFO O| Feb 19 22:28:56.623 INFO STEP 348 (remove_files) COMPLETE
58592026-02-19T22:28:57.873Z[ recovery-image] Feb 19 22:28:56.623 INFO O| Feb 19 22:28:56.623 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602026-02-19T22:28:57.882Z[ recovery-image] Feb 19 22:28:56.634 INFO O| Feb 19 22:28:56.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58612026-02-19T22:28:57.882Z[ recovery-image] Feb 19 22:28:56.634 INFO O| Feb 19 22:28:56.634 INFO STEP 349 (remove_files) COMPLETE
58622026-02-19T22:28:57.882Z[ recovery-image] Feb 19 22:28:56.634 INFO O| Feb 19 22:28:56.634 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632026-02-19T22:28:57.895Z[ recovery-image] Feb 19 22:28:56.647 INFO O| Feb 19 22:28:56.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58642026-02-19T22:28:57.895Z[ recovery-image] Feb 19 22:28:56.647 INFO O| Feb 19 22:28:56.647 INFO STEP 350 (remove_files) COMPLETE
58652026-02-19T22:28:57.898Z[ recovery-image] Feb 19 22:28:56.647 INFO O| Feb 19 22:28:56.647 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662026-02-19T22:28:57.907Z[ recovery-image] Feb 19 22:28:56.658 INFO O| Feb 19 22:28:56.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58672026-02-19T22:28:57.907Z[ recovery-image] Feb 19 22:28:56.658 INFO O| Feb 19 22:28:56.658 INFO STEP 351 (remove_files) COMPLETE
58682026-02-19T22:28:57.912Z[ recovery-image] Feb 19 22:28:56.658 INFO O| Feb 19 22:28:56.658 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692026-02-19T22:28:57.920Z[ recovery-image] Feb 19 22:28:56.671 INFO O| Feb 19 22:28:56.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58702026-02-19T22:28:57.920Z[ recovery-image] Feb 19 22:28:56.672 INFO O| Feb 19 22:28:56.671 INFO STEP 352 (remove_files) COMPLETE
58712026-02-19T22:28:57.923Z[ recovery-image] Feb 19 22:28:56.672 INFO O| Feb 19 22:28:56.672 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722026-02-19T22:28:57.933Z[ recovery-image] Feb 19 22:28:56.684 INFO O| Feb 19 22:28:56.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58732026-02-19T22:28:57.934Z[ recovery-image] Feb 19 22:28:56.684 INFO O| Feb 19 22:28:56.684 INFO STEP 353 (remove_files) COMPLETE
58742026-02-19T22:28:57.934Z[ recovery-image] Feb 19 22:28:56.684 INFO O| Feb 19 22:28:56.684 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752026-02-19T22:28:57.944Z[ recovery-image] Feb 19 22:28:56.695 INFO O| Feb 19 22:28:56.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58762026-02-19T22:28:57.948Z[ recovery-image] Feb 19 22:28:56.696 INFO O| Feb 19 22:28:56.696 INFO STEP 354 (remove_files) COMPLETE
58772026-02-19T22:28:57.948Z[ recovery-image] Feb 19 22:28:56.696 INFO O| Feb 19 22:28:56.696 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782026-02-19T22:28:57.958Z[ recovery-image] Feb 19 22:28:56.708 INFO O| Feb 19 22:28:56.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58792026-02-19T22:28:57.959Z[ recovery-image] Feb 19 22:28:56.709 INFO O| Feb 19 22:28:56.709 INFO STEP 355 (remove_files) COMPLETE
58802026-02-19T22:28:57.959Z[ recovery-image] Feb 19 22:28:56.709 INFO O| Feb 19 22:28:56.709 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812026-02-19T22:28:57.978Z[ recovery-image] Feb 19 22:28:56.721 INFO O| Feb 19 22:28:56.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58822026-02-19T22:28:57.978Z[ recovery-image] Feb 19 22:28:56.721 INFO O| Feb 19 22:28:56.721 INFO STEP 356 (remove_files) COMPLETE
58832026-02-19T22:28:57.978Z[ recovery-image] Feb 19 22:28:56.721 INFO O| Feb 19 22:28:56.721 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842026-02-19T22:28:57.983Z[ recovery-image] Feb 19 22:28:56.734 INFO O| Feb 19 22:28:56.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58852026-02-19T22:28:57.983Z[ recovery-image] Feb 19 22:28:56.734 INFO O| Feb 19 22:28:56.734 INFO STEP 357 (remove_files) COMPLETE
58862026-02-19T22:28:57.987Z[ recovery-image] Feb 19 22:28:56.734 INFO O| Feb 19 22:28:56.734 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872026-02-19T22:28:57.995Z[ recovery-image] Feb 19 22:28:56.746 INFO O| Feb 19 22:28:56.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58882026-02-19T22:28:57.995Z[ recovery-image] Feb 19 22:28:56.746 INFO O| Feb 19 22:28:56.746 INFO STEP 358 (remove_files) COMPLETE
58892026-02-19T22:28:57.995Z[ recovery-image] Feb 19 22:28:56.746 INFO O| Feb 19 22:28:56.746 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902026-02-19T22:28:58.007Z[ recovery-image] Feb 19 22:28:56.759 INFO O| Feb 19 22:28:56.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58912026-02-19T22:28:58.008Z[ recovery-image] Feb 19 22:28:56.759 INFO O| Feb 19 22:28:56.759 INFO STEP 359 (remove_files) COMPLETE
58922026-02-19T22:28:58.008Z[ recovery-image] Feb 19 22:28:56.759 INFO O| Feb 19 22:28:56.759 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932026-02-19T22:28:58.020Z[ recovery-image] Feb 19 22:28:56.772 INFO O| Feb 19 22:28:56.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58942026-02-19T22:28:58.020Z[ recovery-image] Feb 19 22:28:56.772 INFO O| Feb 19 22:28:56.772 INFO STEP 360 (remove_files) COMPLETE
58952026-02-19T22:28:58.020Z[ recovery-image] Feb 19 22:28:56.772 INFO O| Feb 19 22:28:56.772 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962026-02-19T22:28:58.033Z[ recovery-image] Feb 19 22:28:56.785 INFO O| Feb 19 22:28:56.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58972026-02-19T22:28:58.033Z[ recovery-image] Feb 19 22:28:56.785 INFO O| Feb 19 22:28:56.785 INFO STEP 361 (remove_files) COMPLETE
58982026-02-19T22:28:58.033Z[ recovery-image] Feb 19 22:28:56.785 INFO O| Feb 19 22:28:56.785 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992026-02-19T22:28:58.046Z[ recovery-image] Feb 19 22:28:56.798 INFO O| Feb 19 22:28:56.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59002026-02-19T22:28:58.046Z[ recovery-image] Feb 19 22:28:56.798 INFO O| Feb 19 22:28:56.798 INFO STEP 362 (remove_files) COMPLETE
59012026-02-19T22:28:58.046Z[ recovery-image] Feb 19 22:28:56.798 INFO O| Feb 19 22:28:56.798 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022026-02-19T22:28:58.060Z[ recovery-image] Feb 19 22:28:56.811 INFO O| Feb 19 22:28:56.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59032026-02-19T22:28:58.060Z[ recovery-image] Feb 19 22:28:56.811 INFO O| Feb 19 22:28:56.811 INFO STEP 363 (remove_files) COMPLETE
59042026-02-19T22:28:58.060Z[ recovery-image] Feb 19 22:28:56.811 INFO O| Feb 19 22:28:56.811 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052026-02-19T22:28:58.073Z[ recovery-image] Feb 19 22:28:56.825 INFO O| Feb 19 22:28:56.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59062026-02-19T22:28:58.073Z[ recovery-image] Feb 19 22:28:56.825 INFO O| Feb 19 22:28:56.825 INFO STEP 364 (remove_files) COMPLETE
59072026-02-19T22:28:58.073Z[ recovery-image] Feb 19 22:28:56.825 INFO O| Feb 19 22:28:56.825 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082026-02-19T22:28:58.089Z[ recovery-image] Feb 19 22:28:56.839 INFO O| Feb 19 22:28:56.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59092026-02-19T22:28:58.089Z[ recovery-image] Feb 19 22:28:56.839 INFO O| Feb 19 22:28:56.839 INFO STEP 365 (remove_files) COMPLETE
59102026-02-19T22:28:58.089Z[ recovery-image] Feb 19 22:28:56.839 INFO O| Feb 19 22:28:56.839 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112026-02-19T22:28:58.101Z[ recovery-image] Feb 19 22:28:56.853 INFO O| Feb 19 22:28:56.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59122026-02-19T22:28:58.101Z[ recovery-image] Feb 19 22:28:56.853 INFO O| Feb 19 22:28:56.853 INFO STEP 366 (remove_files) COMPLETE
59132026-02-19T22:28:58.101Z[ recovery-image] Feb 19 22:28:56.853 INFO O| Feb 19 22:28:56.853 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142026-02-19T22:28:58.127Z[ recovery-image] Feb 19 22:28:56.878 INFO O| Feb 19 22:28:56.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59152026-02-19T22:28:58.127Z[ recovery-image] Feb 19 22:28:56.878 INFO O| Feb 19 22:28:56.868 INFO STEP 367 (remove_files) COMPLETE
59162026-02-19T22:28:58.127Z[ recovery-image] Feb 19 22:28:56.878 INFO O| Feb 19 22:28:56.868 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172026-02-19T22:28:58.130Z[ recovery-image] Feb 19 22:28:56.879 INFO O| Feb 19 22:28:56.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59182026-02-19T22:28:58.130Z[ recovery-image] Feb 19 22:28:56.879 INFO O| Feb 19 22:28:56.879 INFO STEP 368 (remove_files) COMPLETE
59192026-02-19T22:28:58.130Z[ recovery-image] Feb 19 22:28:56.880 INFO O| Feb 19 22:28:56.879 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202026-02-19T22:28:58.130Z[ host-image] Feb 19 22:28:56.880 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23781:20260217T225648Z
59212026-02-19T22:28:58.140Z[ recovery-image] Feb 19 22:28:56.892 INFO O| Feb 19 22:28:56.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59222026-02-19T22:28:58.140Z[ recovery-image] Feb 19 22:28:56.892 INFO O| Feb 19 22:28:56.892 INFO STEP 369 (remove_files) COMPLETE
59232026-02-19T22:28:58.140Z[ recovery-image] Feb 19 22:28:56.892 INFO O| Feb 19 22:28:56.892 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-02-19T22:28:58.154Z[ recovery-image] Feb 19 22:28:56.904 INFO O| Feb 19 22:28:56.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59252026-02-19T22:28:58.154Z[ recovery-image] Feb 19 22:28:56.904 INFO O| Feb 19 22:28:56.904 INFO STEP 370 (remove_files) COMPLETE
59262026-02-19T22:28:58.157Z[ recovery-image] Feb 19 22:28:56.904 INFO O| Feb 19 22:28:56.904 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-02-19T22:28:58.165Z[ recovery-image] Feb 19 22:28:56.917 INFO O| Feb 19 22:28:56.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59282026-02-19T22:28:58.165Z[ recovery-image] Feb 19 22:28:56.917 INFO O| Feb 19 22:28:56.917 INFO STEP 371 (remove_files) COMPLETE
59292026-02-19T22:28:58.166Z[ recovery-image] Feb 19 22:28:56.917 INFO O| Feb 19 22:28:56.917 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-02-19T22:28:58.178Z[ recovery-image] Feb 19 22:28:56.930 INFO O| Feb 19 22:28:56.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59312026-02-19T22:28:58.178Z[ recovery-image] Feb 19 22:28:56.930 INFO O| Feb 19 22:28:56.930 INFO STEP 372 (remove_files) COMPLETE
59322026-02-19T22:28:58.178Z[ recovery-image] Feb 19 22:28:56.930 INFO O| Feb 19 22:28:56.930 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-02-19T22:28:58.193Z[ recovery-image] Feb 19 22:28:56.943 INFO O| Feb 19 22:28:56.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59342026-02-19T22:28:58.193Z[ recovery-image] Feb 19 22:28:56.944 INFO O| Feb 19 22:28:56.944 INFO STEP 373 (remove_files) COMPLETE
59352026-02-19T22:28:58.193Z[ recovery-image] Feb 19 22:28:56.944 INFO O| Feb 19 22:28:56.944 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-02-19T22:28:58.205Z[ recovery-image] Feb 19 22:28:56.956 INFO O| Feb 19 22:28:56.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59372026-02-19T22:28:58.205Z[ recovery-image] Feb 19 22:28:56.956 INFO O| Feb 19 22:28:56.956 INFO STEP 374 (remove_files) COMPLETE
59382026-02-19T22:28:58.205Z[ recovery-image] Feb 19 22:28:56.956 INFO O| Feb 19 22:28:56.956 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-02-19T22:28:58.248Z[ recovery-image] Feb 19 22:28:56.969 INFO O| Feb 19 22:28:56.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59402026-02-19T22:28:58.248Z[ recovery-image] Feb 19 22:28:56.969 INFO O| Feb 19 22:28:56.969 INFO STEP 375 (remove_files) COMPLETE
59412026-02-19T22:28:58.248Z[ recovery-image] Feb 19 22:28:56.969 INFO O| Feb 19 22:28:56.969 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-02-19T22:28:58.253Z[ recovery-image] Feb 19 22:28:56.981 INFO O| Feb 19 22:28:56.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59432026-02-19T22:28:58.253Z[ recovery-image] Feb 19 22:28:56.981 INFO O| Feb 19 22:28:56.981 INFO STEP 376 (remove_files) COMPLETE
59442026-02-19T22:28:58.253Z[ recovery-image] Feb 19 22:28:56.981 INFO O| Feb 19 22:28:56.981 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-02-19T22:28:58.253Z[ recovery-image] Feb 19 22:28:56.993 INFO O| Feb 19 22:28:56.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59462026-02-19T22:28:58.253Z[ recovery-image] Feb 19 22:28:56.993 INFO O| Feb 19 22:28:56.993 INFO STEP 377 (remove_files) COMPLETE
59472026-02-19T22:28:58.253Z[ recovery-image] Feb 19 22:28:56.993 INFO O| Feb 19 22:28:56.993 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-02-19T22:28:58.256Z[ recovery-image] Feb 19 22:28:57.005 INFO O| Feb 19 22:28:57.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59492026-02-19T22:28:58.256Z[ recovery-image] Feb 19 22:28:57.005 INFO O| Feb 19 22:28:57.005 INFO STEP 378 (remove_files) COMPLETE
59502026-02-19T22:28:58.256Z[ recovery-image] Feb 19 22:28:57.005 INFO O| Feb 19 22:28:57.005 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-02-19T22:28:58.265Z[ recovery-image] Feb 19 22:28:57.017 INFO O| Feb 19 22:28:57.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59522026-02-19T22:28:58.265Z[ recovery-image] Feb 19 22:28:57.017 INFO O| Feb 19 22:28:57.017 INFO STEP 379 (remove_files) COMPLETE
59532026-02-19T22:28:58.265Z[ recovery-image] Feb 19 22:28:57.017 INFO O| Feb 19 22:28:57.017 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-02-19T22:28:58.277Z[ recovery-image] Feb 19 22:28:57.029 INFO O| Feb 19 22:28:57.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59552026-02-19T22:28:58.277Z[ recovery-image] Feb 19 22:28:57.029 INFO O| Feb 19 22:28:57.029 INFO STEP 380 (remove_files) COMPLETE
59562026-02-19T22:28:58.278Z[ recovery-image] Feb 19 22:28:57.029 INFO O| Feb 19 22:28:57.029 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-02-19T22:28:58.291Z[ recovery-image] Feb 19 22:28:57.042 INFO O| Feb 19 22:28:57.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59582026-02-19T22:28:58.295Z[ recovery-image] Feb 19 22:28:57.043 INFO O| Feb 19 22:28:57.043 INFO STEP 381 (remove_files) COMPLETE
59592026-02-19T22:28:58.295Z[ recovery-image] Feb 19 22:28:57.043 INFO O| Feb 19 22:28:57.043 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-02-19T22:28:58.304Z[ recovery-image] Feb 19 22:28:57.056 INFO O| Feb 19 22:28:57.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59612026-02-19T22:28:58.304Z[ recovery-image] Feb 19 22:28:57.056 INFO O| Feb 19 22:28:57.056 INFO STEP 382 (remove_files) COMPLETE
59622026-02-19T22:28:58.304Z[ recovery-image] Feb 19 22:28:57.056 INFO O| Feb 19 22:28:57.056 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-02-19T22:28:58.319Z[ recovery-image] Feb 19 22:28:57.070 INFO O| Feb 19 22:28:57.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59642026-02-19T22:28:58.319Z[ recovery-image] Feb 19 22:28:57.070 INFO O| Feb 19 22:28:57.070 INFO STEP 383 (remove_files) COMPLETE
59652026-02-19T22:28:58.319Z[ recovery-image] Feb 19 22:28:57.070 INFO O| Feb 19 22:28:57.070 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-02-19T22:28:58.331Z[ recovery-image] Feb 19 22:28:57.082 INFO O| Feb 19 22:28:57.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59672026-02-19T22:28:58.331Z[ recovery-image] Feb 19 22:28:57.082 INFO O| Feb 19 22:28:57.082 INFO STEP 384 (remove_files) COMPLETE
59682026-02-19T22:28:58.331Z[ recovery-image] Feb 19 22:28:57.082 INFO O| Feb 19 22:28:57.082 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-02-19T22:28:58.343Z[ recovery-image] Feb 19 22:28:57.094 INFO O| Feb 19 22:28:57.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59702026-02-19T22:28:58.343Z[ recovery-image] Feb 19 22:28:57.095 INFO O| Feb 19 22:28:57.095 INFO STEP 385 (remove_files) COMPLETE
59712026-02-19T22:28:58.343Z[ recovery-image] Feb 19 22:28:57.095 INFO O| Feb 19 22:28:57.095 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-02-19T22:28:58.355Z[ recovery-image] Feb 19 22:28:57.107 INFO O| Feb 19 22:28:57.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59732026-02-19T22:28:58.355Z[ recovery-image] Feb 19 22:28:57.107 INFO O| Feb 19 22:28:57.107 INFO STEP 386 (remove_files) COMPLETE
59742026-02-19T22:28:58.355Z[ recovery-image] Feb 19 22:28:57.107 INFO O| Feb 19 22:28:57.107 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-02-19T22:28:58.368Z[ recovery-image] Feb 19 22:28:57.120 INFO O| Feb 19 22:28:57.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59762026-02-19T22:28:58.368Z[ recovery-image] Feb 19 22:28:57.120 INFO O| Feb 19 22:28:57.120 INFO STEP 387 (remove_files) COMPLETE
59772026-02-19T22:28:58.368Z[ recovery-image] Feb 19 22:28:57.120 INFO O| Feb 19 22:28:57.120 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-02-19T22:28:58.390Z[ recovery-image] Feb 19 22:28:57.142 INFO O| Feb 19 22:28:57.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59792026-02-19T22:28:58.390Z[ recovery-image] Feb 19 22:28:57.142 INFO O| Feb 19 22:28:57.142 INFO STEP 388 (remove_files) COMPLETE
59802026-02-19T22:28:58.391Z[ recovery-image] Feb 19 22:28:57.142 INFO O| Feb 19 22:28:57.142 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-02-19T22:28:58.405Z[ recovery-image] Feb 19 22:28:57.156 INFO O| Feb 19 22:28:57.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59822026-02-19T22:28:58.405Z[ recovery-image] Feb 19 22:28:57.156 INFO O| Feb 19 22:28:57.156 INFO STEP 389 (remove_files) COMPLETE
59832026-02-19T22:28:58.405Z[ recovery-image] Feb 19 22:28:57.156 INFO O| Feb 19 22:28:57.156 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-02-19T22:28:58.418Z[ recovery-image] Feb 19 22:28:57.170 INFO O| Feb 19 22:28:57.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59852026-02-19T22:28:58.421Z[ recovery-image] Feb 19 22:28:57.170 INFO O| Feb 19 22:28:57.170 INFO STEP 390 (remove_files) COMPLETE
59862026-02-19T22:28:58.421Z[ recovery-image] Feb 19 22:28:57.170 INFO O| Feb 19 22:28:57.170 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-02-19T22:28:58.432Z[ recovery-image] Feb 19 22:28:57.184 INFO O| Feb 19 22:28:57.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59882026-02-19T22:28:58.432Z[ recovery-image] Feb 19 22:28:57.184 INFO O| Feb 19 22:28:57.184 INFO STEP 391 (remove_files) COMPLETE
59892026-02-19T22:28:58.438Z[ recovery-image] Feb 19 22:28:57.184 INFO O| Feb 19 22:28:57.184 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-02-19T22:28:58.446Z[ recovery-image] Feb 19 22:28:57.197 INFO O| Feb 19 22:28:57.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59912026-02-19T22:28:58.446Z[ recovery-image] Feb 19 22:28:57.197 INFO O| Feb 19 22:28:57.197 INFO STEP 392 (remove_files) COMPLETE
59922026-02-19T22:28:58.447Z[ recovery-image] Feb 19 22:28:57.197 INFO O| Feb 19 22:28:57.197 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-02-19T22:28:58.455Z[ recovery-image] Feb 19 22:28:57.207 INFO O| Feb 19 22:28:57.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59942026-02-19T22:28:58.455Z[ recovery-image] Feb 19 22:28:57.207 INFO O| Feb 19 22:28:57.207 INFO STEP 393 (remove_files) COMPLETE
59952026-02-19T22:28:58.455Z[ recovery-image] Feb 19 22:28:57.207 INFO O| Feb 19 22:28:57.207 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-02-19T22:28:58.469Z[ recovery-image] Feb 19 22:28:57.221 INFO O| Feb 19 22:28:57.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59972026-02-19T22:28:58.470Z[ recovery-image] Feb 19 22:28:57.221 INFO O| Feb 19 22:28:57.221 INFO STEP 394 (remove_files) COMPLETE
59982026-02-19T22:28:58.473Z[ recovery-image] Feb 19 22:28:57.221 INFO O| Feb 19 22:28:57.221 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-02-19T22:28:58.484Z[ recovery-image] Feb 19 22:28:57.234 INFO O| Feb 19 22:28:57.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60002026-02-19T22:28:58.484Z[ recovery-image] Feb 19 22:28:57.235 INFO O| Feb 19 22:28:57.235 INFO STEP 395 (remove_files) COMPLETE
60012026-02-19T22:28:58.487Z[ recovery-image] Feb 19 22:28:57.235 INFO O| Feb 19 22:28:57.235 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-02-19T22:28:58.497Z[ recovery-image] Feb 19 22:28:57.248 INFO O| Feb 19 22:28:57.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60032026-02-19T22:28:58.497Z[ recovery-image] Feb 19 22:28:57.248 INFO O| Feb 19 22:28:57.248 INFO STEP 396 (remove_files) COMPLETE
60042026-02-19T22:28:58.497Z[ recovery-image] Feb 19 22:28:57.248 INFO O| Feb 19 22:28:57.248 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-02-19T22:28:58.510Z[ recovery-image] Feb 19 22:28:57.261 INFO O| Feb 19 22:28:57.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60062026-02-19T22:28:58.510Z[ recovery-image] Feb 19 22:28:57.261 INFO O| Feb 19 22:28:57.261 INFO STEP 397 (remove_files) COMPLETE
60072026-02-19T22:28:58.514Z[ recovery-image] Feb 19 22:28:57.261 INFO O| Feb 19 22:28:57.261 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-02-19T22:28:58.524Z[ recovery-image] Feb 19 22:28:57.275 INFO O| Feb 19 22:28:57.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60092026-02-19T22:28:58.524Z[ recovery-image] Feb 19 22:28:57.275 INFO O| Feb 19 22:28:57.275 INFO STEP 398 (remove_files) COMPLETE
60102026-02-19T22:28:58.524Z[ recovery-image] Feb 19 22:28:57.275 INFO O| Feb 19 22:28:57.275 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-02-19T22:28:58.538Z[ recovery-image] Feb 19 22:28:57.288 INFO O| Feb 19 22:28:57.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60122026-02-19T22:28:58.538Z[ recovery-image] Feb 19 22:28:57.288 INFO O| Feb 19 22:28:57.288 INFO STEP 399 (remove_files) COMPLETE
60132026-02-19T22:28:58.542Z[ recovery-image] Feb 19 22:28:57.288 INFO O| Feb 19 22:28:57.288 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-02-19T22:28:58.550Z[ recovery-image] Feb 19 22:28:57.301 INFO O| Feb 19 22:28:57.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60152026-02-19T22:28:58.550Z[ recovery-image] Feb 19 22:28:57.301 INFO O| Feb 19 22:28:57.301 INFO STEP 400 (remove_files) COMPLETE
60162026-02-19T22:28:58.550Z[ recovery-image] Feb 19 22:28:57.301 INFO O| Feb 19 22:28:57.301 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-02-19T22:28:58.566Z[ recovery-image] Feb 19 22:28:57.315 INFO O| Feb 19 22:28:57.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60182026-02-19T22:28:58.566Z[ recovery-image] Feb 19 22:28:57.315 INFO O| Feb 19 22:28:57.315 INFO STEP 401 (remove_files) COMPLETE
60192026-02-19T22:28:58.566Z[ recovery-image] Feb 19 22:28:57.315 INFO O| Feb 19 22:28:57.315 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-02-19T22:28:58.578Z[ recovery-image] Feb 19 22:28:57.328 INFO O| Feb 19 22:28:57.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60212026-02-19T22:28:58.583Z[ recovery-image] Feb 19 22:28:57.329 INFO O| Feb 19 22:28:57.329 INFO STEP 402 (remove_files) COMPLETE
60222026-02-19T22:28:58.583Z[ recovery-image] Feb 19 22:28:57.329 INFO O| Feb 19 22:28:57.329 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-02-19T22:28:58.591Z[ recovery-image] Feb 19 22:28:57.342 INFO O| Feb 19 22:28:57.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60242026-02-19T22:28:58.591Z[ recovery-image] Feb 19 22:28:57.342 INFO O| Feb 19 22:28:57.342 INFO STEP 403 (remove_files) COMPLETE
60252026-02-19T22:28:58.594Z[ recovery-image] Feb 19 22:28:57.342 INFO O| Feb 19 22:28:57.342 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-02-19T22:28:58.605Z[ recovery-image] Feb 19 22:28:57.356 INFO O| Feb 19 22:28:57.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60272026-02-19T22:28:58.605Z[ recovery-image] Feb 19 22:28:57.356 INFO O| Feb 19 22:28:57.356 INFO STEP 404 (remove_files) COMPLETE
60282026-02-19T22:28:58.609Z[ recovery-image] Feb 19 22:28:57.356 INFO O| Feb 19 22:28:57.356 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-02-19T22:28:58.617Z[ recovery-image] Feb 19 22:28:57.369 INFO O| Feb 19 22:28:57.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60302026-02-19T22:28:58.617Z[ recovery-image] Feb 19 22:28:57.369 INFO O| Feb 19 22:28:57.369 INFO STEP 405 (remove_files) COMPLETE
60312026-02-19T22:28:58.617Z[ recovery-image] Feb 19 22:28:57.369 INFO O| Feb 19 22:28:57.369 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-02-19T22:28:58.631Z[ recovery-image] Feb 19 22:28:57.383 INFO O| Feb 19 22:28:57.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60332026-02-19T22:28:58.631Z[ recovery-image] Feb 19 22:28:57.383 INFO O| Feb 19 22:28:57.383 INFO STEP 406 (remove_files) COMPLETE
60342026-02-19T22:28:58.631Z[ recovery-image] Feb 19 22:28:57.383 INFO O| Feb 19 22:28:57.383 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-02-19T22:28:58.646Z[ recovery-image] Feb 19 22:28:57.395 INFO O| Feb 19 22:28:57.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60362026-02-19T22:28:58.646Z[ recovery-image] Feb 19 22:28:57.396 INFO O| Feb 19 22:28:57.396 INFO STEP 407 (remove_files) COMPLETE
60372026-02-19T22:28:58.646Z[ recovery-image] Feb 19 22:28:57.396 INFO O| Feb 19 22:28:57.396 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-02-19T22:28:58.658Z[ recovery-image] Feb 19 22:28:57.409 INFO O| Feb 19 22:28:57.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60392026-02-19T22:28:58.658Z[ recovery-image] Feb 19 22:28:57.409 INFO O| Feb 19 22:28:57.409 INFO STEP 408 (remove_files) COMPLETE
60402026-02-19T22:28:58.658Z[ recovery-image] Feb 19 22:28:57.409 INFO O| Feb 19 22:28:57.409 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-02-19T22:28:58.671Z[ recovery-image] Feb 19 22:28:57.423 INFO O| Feb 19 22:28:57.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60422026-02-19T22:28:58.671Z[ recovery-image] Feb 19 22:28:57.423 INFO O| Feb 19 22:28:57.423 INFO STEP 409 (remove_files) COMPLETE
60432026-02-19T22:28:58.671Z[ recovery-image] Feb 19 22:28:57.423 INFO O| Feb 19 22:28:57.423 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-02-19T22:28:58.684Z[ recovery-image] Feb 19 22:28:57.436 INFO O| Feb 19 22:28:57.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60452026-02-19T22:28:58.684Z[ recovery-image] Feb 19 22:28:57.436 INFO O| Feb 19 22:28:57.436 INFO STEP 410 (remove_files) COMPLETE
60462026-02-19T22:28:58.687Z[ recovery-image] Feb 19 22:28:57.436 INFO O| Feb 19 22:28:57.436 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-02-19T22:28:58.697Z[ recovery-image] Feb 19 22:28:57.449 INFO O| Feb 19 22:28:57.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60482026-02-19T22:28:58.697Z[ recovery-image] Feb 19 22:28:57.449 INFO O| Feb 19 22:28:57.449 INFO STEP 411 (remove_files) COMPLETE
60492026-02-19T22:28:58.701Z[ recovery-image] Feb 19 22:28:57.449 INFO O| Feb 19 22:28:57.449 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-02-19T22:28:58.713Z[ recovery-image] Feb 19 22:28:57.463 INFO O| Feb 19 22:28:57.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60512026-02-19T22:28:58.713Z[ recovery-image] Feb 19 22:28:57.463 INFO O| Feb 19 22:28:57.463 INFO STEP 412 (remove_files) COMPLETE
60522026-02-19T22:28:58.716Z[ recovery-image] Feb 19 22:28:57.463 INFO O| Feb 19 22:28:57.463 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-02-19T22:28:58.725Z[ recovery-image] Feb 19 22:28:57.477 INFO O| Feb 19 22:28:57.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60542026-02-19T22:28:58.725Z[ recovery-image] Feb 19 22:28:57.477 INFO O| Feb 19 22:28:57.477 INFO STEP 413 (remove_files) COMPLETE
60552026-02-19T22:28:58.725Z[ recovery-image] Feb 19 22:28:57.477 INFO O| Feb 19 22:28:57.477 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-02-19T22:28:58.739Z[ recovery-image] Feb 19 22:28:57.490 INFO O| Feb 19 22:28:57.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60572026-02-19T22:28:58.739Z[ recovery-image] Feb 19 22:28:57.490 INFO O| Feb 19 22:28:57.490 INFO STEP 414 (remove_files) COMPLETE
60582026-02-19T22:28:58.739Z[ recovery-image] Feb 19 22:28:57.490 INFO O| Feb 19 22:28:57.490 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-02-19T22:28:58.752Z[ recovery-image] Feb 19 22:28:57.504 INFO O| Feb 19 22:28:57.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60602026-02-19T22:28:58.752Z[ recovery-image] Feb 19 22:28:57.504 INFO O| Feb 19 22:28:57.504 INFO STEP 415 (remove_files) COMPLETE
60612026-02-19T22:28:58.752Z[ recovery-image] Feb 19 22:28:57.504 INFO O| Feb 19 22:28:57.504 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-02-19T22:28:58.765Z[ recovery-image] Feb 19 22:28:57.517 INFO O| Feb 19 22:28:57.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60632026-02-19T22:28:58.765Z[ recovery-image] Feb 19 22:28:57.517 INFO O| Feb 19 22:28:57.517 INFO STEP 416 (remove_files) COMPLETE
60642026-02-19T22:28:58.765Z[ recovery-image] Feb 19 22:28:57.517 INFO O| Feb 19 22:28:57.517 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-02-19T22:28:58.781Z[ recovery-image] Feb 19 22:28:57.531 INFO O| Feb 19 22:28:57.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60662026-02-19T22:28:58.785Z[ recovery-image] Feb 19 22:28:57.532 INFO O| Feb 19 22:28:57.532 INFO STEP 417 (remove_files) COMPLETE
60672026-02-19T22:28:58.785Z[ recovery-image] Feb 19 22:28:57.532 INFO O| Feb 19 22:28:57.532 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-02-19T22:28:58.794Z[ recovery-image] Feb 19 22:28:57.545 INFO O| Feb 19 22:28:57.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60692026-02-19T22:28:58.794Z[ recovery-image] Feb 19 22:28:57.545 INFO O| Feb 19 22:28:57.545 INFO STEP 418 (remove_files) COMPLETE
60702026-02-19T22:28:58.795Z[ recovery-image] Feb 19 22:28:57.545 INFO O| Feb 19 22:28:57.545 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-02-19T22:28:58.808Z[ recovery-image] Feb 19 22:28:57.559 INFO O| Feb 19 22:28:57.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60722026-02-19T22:28:58.808Z[ recovery-image] Feb 19 22:28:57.559 INFO O| Feb 19 22:28:57.559 INFO STEP 419 (remove_files) COMPLETE
60732026-02-19T22:28:58.808Z[ recovery-image] Feb 19 22:28:57.559 INFO O| Feb 19 22:28:57.559 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-02-19T22:28:58.820Z[ recovery-image] Feb 19 22:28:57.572 INFO O| Feb 19 22:28:57.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60752026-02-19T22:28:58.821Z[ recovery-image] Feb 19 22:28:57.572 INFO O| Feb 19 22:28:57.572 INFO STEP 420 (remove_files) COMPLETE
60762026-02-19T22:28:58.821Z[ recovery-image] Feb 19 22:28:57.572 INFO O| Feb 19 22:28:57.572 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-02-19T22:28:58.833Z[ recovery-image] Feb 19 22:28:57.585 INFO O| Feb 19 22:28:57.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60782026-02-19T22:28:58.833Z[ recovery-image] Feb 19 22:28:57.585 INFO O| Feb 19 22:28:57.585 INFO STEP 421 (remove_files) COMPLETE
60792026-02-19T22:28:58.833Z[ recovery-image] Feb 19 22:28:57.585 INFO O| Feb 19 22:28:57.585 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-02-19T22:28:58.847Z[ recovery-image] Feb 19 22:28:57.599 INFO O| Feb 19 22:28:57.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60812026-02-19T22:28:58.847Z[ recovery-image] Feb 19 22:28:57.599 INFO O| Feb 19 22:28:57.599 INFO STEP 422 (remove_files) COMPLETE
60822026-02-19T22:28:58.847Z[ recovery-image] Feb 19 22:28:57.599 INFO O| Feb 19 22:28:57.599 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-02-19T22:28:58.861Z[ recovery-image] Feb 19 22:28:57.613 INFO O| Feb 19 22:28:57.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60842026-02-19T22:28:58.861Z[ recovery-image] Feb 19 22:28:57.613 INFO O| Feb 19 22:28:57.613 INFO STEP 423 (remove_files) COMPLETE
60852026-02-19T22:28:58.864Z[ recovery-image] Feb 19 22:28:57.613 INFO O| Feb 19 22:28:57.613 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-02-19T22:28:58.874Z[ recovery-image] Feb 19 22:28:57.626 INFO O| Feb 19 22:28:57.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60872026-02-19T22:28:58.874Z[ recovery-image] Feb 19 22:28:57.626 INFO O| Feb 19 22:28:57.626 INFO STEP 424 (remove_files) COMPLETE
60882026-02-19T22:28:58.877Z[ recovery-image] Feb 19 22:28:57.626 INFO O| Feb 19 22:28:57.626 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-02-19T22:28:58.889Z[ recovery-image] Feb 19 22:28:57.640 INFO O| Feb 19 22:28:57.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60902026-02-19T22:28:58.892Z[ recovery-image] Feb 19 22:28:57.640 INFO O| Feb 19 22:28:57.640 INFO STEP 425 (remove_files) COMPLETE
60912026-02-19T22:28:58.892Z[ recovery-image] Feb 19 22:28:57.640 INFO O| Feb 19 22:28:57.640 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-02-19T22:28:58.902Z[ recovery-image] Feb 19 22:28:57.654 INFO O| Feb 19 22:28:57.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60932026-02-19T22:28:58.905Z[ recovery-image] Feb 19 22:28:57.654 INFO O| Feb 19 22:28:57.654 INFO STEP 426 (remove_files) COMPLETE
60942026-02-19T22:28:58.905Z[ recovery-image] Feb 19 22:28:57.654 INFO O| Feb 19 22:28:57.654 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-02-19T22:28:58.916Z[ recovery-image] Feb 19 22:28:57.667 INFO O| Feb 19 22:28:57.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60962026-02-19T22:28:58.916Z[ recovery-image] Feb 19 22:28:57.668 INFO O| Feb 19 22:28:57.668 INFO STEP 427 (remove_files) COMPLETE
60972026-02-19T22:28:58.919Z[ recovery-image] Feb 19 22:28:57.668 INFO O| Feb 19 22:28:57.668 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-02-19T22:28:58.930Z[ recovery-image] Feb 19 22:28:57.682 INFO O| Feb 19 22:28:57.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60992026-02-19T22:28:58.930Z[ recovery-image] Feb 19 22:28:57.682 INFO O| Feb 19 22:28:57.682 INFO STEP 428 (remove_files) COMPLETE
61002026-02-19T22:28:58.930Z[ recovery-image] Feb 19 22:28:57.682 INFO O| Feb 19 22:28:57.682 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-02-19T22:28:58.945Z[ recovery-image] Feb 19 22:28:57.696 INFO O| Feb 19 22:28:57.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61022026-02-19T22:28:58.945Z[ recovery-image] Feb 19 22:28:57.696 INFO O| Feb 19 22:28:57.696 INFO STEP 429 (remove_files) COMPLETE
61032026-02-19T22:28:58.945Z[ recovery-image] Feb 19 22:28:57.696 INFO O| Feb 19 22:28:57.696 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-02-19T22:28:58.960Z[ recovery-image] Feb 19 22:28:57.711 INFO O| Feb 19 22:28:57.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61052026-02-19T22:28:58.960Z[ recovery-image] Feb 19 22:28:57.711 INFO O| Feb 19 22:28:57.711 INFO STEP 430 (remove_files) COMPLETE
61062026-02-19T22:28:58.960Z[ recovery-image] Feb 19 22:28:57.711 INFO O| Feb 19 22:28:57.711 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-02-19T22:28:58.976Z[ recovery-image] Feb 19 22:28:57.727 INFO O| Feb 19 22:28:57.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61082026-02-19T22:28:58.976Z[ recovery-image] Feb 19 22:28:57.727 INFO O| Feb 19 22:28:57.727 INFO STEP 431 (remove_files) COMPLETE
61092026-02-19T22:28:58.976Z[ recovery-image] Feb 19 22:28:57.727 INFO O| Feb 19 22:28:57.727 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-02-19T22:28:58.990Z[ recovery-image] Feb 19 22:28:57.742 INFO O| Feb 19 22:28:57.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61112026-02-19T22:28:58.990Z[ recovery-image] Feb 19 22:28:57.742 INFO O| Feb 19 22:28:57.742 INFO STEP 432 (remove_files) COMPLETE
61122026-02-19T22:28:58.990Z[ recovery-image] Feb 19 22:28:57.742 INFO O| Feb 19 22:28:57.742 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-02-19T22:28:59.004Z[ recovery-image] Feb 19 22:28:57.756 INFO O| Feb 19 22:28:57.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61142026-02-19T22:28:59.004Z[ recovery-image] Feb 19 22:28:57.756 INFO O| Feb 19 22:28:57.756 INFO STEP 433 (remove_files) COMPLETE
61152026-02-19T22:28:59.004Z[ recovery-image] Feb 19 22:28:57.756 INFO O| Feb 19 22:28:57.756 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-02-19T22:28:59.018Z[ recovery-image] Feb 19 22:28:57.769 INFO O| Feb 19 22:28:57.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61172026-02-19T22:28:59.018Z[ recovery-image] Feb 19 22:28:57.769 INFO O| Feb 19 22:28:57.769 INFO STEP 434 (remove_files) COMPLETE
61182026-02-19T22:28:59.018Z[ recovery-image] Feb 19 22:28:57.769 INFO O| Feb 19 22:28:57.769 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-02-19T22:28:59.033Z[ recovery-image] Feb 19 22:28:57.784 INFO O| Feb 19 22:28:57.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61202026-02-19T22:28:59.033Z[ recovery-image] Feb 19 22:28:57.784 INFO O| Feb 19 22:28:57.784 INFO STEP 435 (remove_files) COMPLETE
61212026-02-19T22:28:59.036Z[ recovery-image] Feb 19 22:28:57.784 INFO O| Feb 19 22:28:57.784 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-02-19T22:28:59.047Z[ recovery-image] Feb 19 22:28:57.799 INFO O| Feb 19 22:28:57.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61232026-02-19T22:28:59.047Z[ recovery-image] Feb 19 22:28:57.799 INFO O| Feb 19 22:28:57.799 INFO STEP 436 (remove_files) COMPLETE
61242026-02-19T22:28:59.047Z[ recovery-image] Feb 19 22:28:57.799 INFO O| Feb 19 22:28:57.799 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-02-19T22:28:59.062Z[ recovery-image] Feb 19 22:28:57.814 INFO O| Feb 19 22:28:57.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61262026-02-19T22:28:59.062Z[ recovery-image] Feb 19 22:28:57.814 INFO O| Feb 19 22:28:57.814 INFO STEP 437 (remove_files) COMPLETE
61272026-02-19T22:28:59.062Z[ recovery-image] Feb 19 22:28:57.814 INFO O| Feb 19 22:28:57.814 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-02-19T22:28:59.077Z[ recovery-image] Feb 19 22:28:57.829 INFO O| Feb 19 22:28:57.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61292026-02-19T22:28:59.077Z[ recovery-image] Feb 19 22:28:57.829 INFO O| Feb 19 22:28:57.829 INFO STEP 438 (remove_files) COMPLETE
61302026-02-19T22:28:59.077Z[ recovery-image] Feb 19 22:28:57.829 INFO O| Feb 19 22:28:57.829 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-02-19T22:28:59.094Z[ recovery-image] Feb 19 22:28:57.844 INFO O| Feb 19 22:28:57.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61322026-02-19T22:28:59.094Z[ recovery-image] Feb 19 22:28:57.844 INFO O| Feb 19 22:28:57.844 INFO STEP 439 (remove_files) COMPLETE
61332026-02-19T22:28:59.094Z[ recovery-image] Feb 19 22:28:57.844 INFO O| Feb 19 22:28:57.844 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-02-19T22:28:59.110Z[ recovery-image] Feb 19 22:28:57.858 INFO O| Feb 19 22:28:57.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61352026-02-19T22:28:59.110Z[ recovery-image] Feb 19 22:28:57.858 INFO O| Feb 19 22:28:57.858 INFO STEP 440 (remove_files) COMPLETE
61362026-02-19T22:28:59.110Z[ recovery-image] Feb 19 22:28:57.858 INFO O| Feb 19 22:28:57.858 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-02-19T22:28:59.121Z[ recovery-image] Feb 19 22:28:57.873 INFO O| Feb 19 22:28:57.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61382026-02-19T22:28:59.121Z[ recovery-image] Feb 19 22:28:57.873 INFO O| Feb 19 22:28:57.873 INFO STEP 441 (remove_files) COMPLETE
61392026-02-19T22:28:59.125Z[ recovery-image] Feb 19 22:28:57.873 INFO O| Feb 19 22:28:57.873 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-02-19T22:28:59.138Z[ recovery-image] Feb 19 22:28:57.888 INFO O| Feb 19 22:28:57.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61412026-02-19T22:28:59.138Z[ recovery-image] Feb 19 22:28:57.889 INFO O| Feb 19 22:28:57.889 INFO STEP 442 (remove_files) COMPLETE
61422026-02-19T22:28:59.138Z[ recovery-image] Feb 19 22:28:57.889 INFO O| Feb 19 22:28:57.889 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-02-19T22:28:59.152Z[ recovery-image] Feb 19 22:28:57.904 INFO O| Feb 19 22:28:57.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61442026-02-19T22:28:59.153Z[ recovery-image] Feb 19 22:28:57.904 INFO O| Feb 19 22:28:57.904 INFO STEP 443 (remove_files) COMPLETE
61452026-02-19T22:28:59.157Z[ recovery-image] Feb 19 22:28:57.904 INFO O| Feb 19 22:28:57.904 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-02-19T22:28:59.166Z[ recovery-image] Feb 19 22:28:57.918 INFO O| Feb 19 22:28:57.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61472026-02-19T22:28:59.166Z[ recovery-image] Feb 19 22:28:57.918 INFO O| Feb 19 22:28:57.918 INFO STEP 444 (remove_files) COMPLETE
61482026-02-19T22:28:59.166Z[ recovery-image] Feb 19 22:28:57.918 INFO O| Feb 19 22:28:57.918 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-02-19T22:28:59.180Z[ recovery-image] Feb 19 22:28:57.932 INFO O| Feb 19 22:28:57.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61502026-02-19T22:28:59.180Z[ recovery-image] Feb 19 22:28:57.932 INFO O| Feb 19 22:28:57.932 INFO STEP 445 (remove_files) COMPLETE
61512026-02-19T22:28:59.184Z[ recovery-image] Feb 19 22:28:57.932 INFO O| Feb 19 22:28:57.932 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-02-19T22:28:59.194Z[ recovery-image] Feb 19 22:28:57.945 INFO O| Feb 19 22:28:57.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61532026-02-19T22:28:59.194Z[ recovery-image] Feb 19 22:28:57.945 INFO O| Feb 19 22:28:57.945 INFO STEP 446 (remove_files) COMPLETE
61542026-02-19T22:28:59.194Z[ recovery-image] Feb 19 22:28:57.946 INFO O| Feb 19 22:28:57.945 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-02-19T22:28:59.212Z[ recovery-image] Feb 19 22:28:57.960 INFO O| Feb 19 22:28:57.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61562026-02-19T22:28:59.213Z[ recovery-image] Feb 19 22:28:57.960 INFO O| Feb 19 22:28:57.960 INFO STEP 447 (remove_files) COMPLETE
61572026-02-19T22:28:59.213Z[ recovery-image] Feb 19 22:28:57.960 INFO O| Feb 19 22:28:57.960 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-02-19T22:28:59.224Z[ recovery-image] Feb 19 22:28:57.975 INFO O| Feb 19 22:28:57.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61592026-02-19T22:28:59.224Z[ recovery-image] Feb 19 22:28:57.975 INFO O| Feb 19 22:28:57.975 INFO STEP 448 (remove_files) COMPLETE
61602026-02-19T22:28:59.224Z[ recovery-image] Feb 19 22:28:57.975 INFO O| Feb 19 22:28:57.975 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-02-19T22:28:59.237Z[ recovery-image] Feb 19 22:28:57.989 INFO O| Feb 19 22:28:57.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61622026-02-19T22:28:59.237Z[ recovery-image] Feb 19 22:28:57.989 INFO O| Feb 19 22:28:57.989 INFO STEP 449 (remove_files) COMPLETE
61632026-02-19T22:28:59.237Z[ recovery-image] Feb 19 22:28:57.989 INFO O| Feb 19 22:28:57.989 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-02-19T22:28:59.254Z[ recovery-image] Feb 19 22:28:58.005 INFO O| Feb 19 22:28:58.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61652026-02-19T22:28:59.254Z[ recovery-image] Feb 19 22:28:58.005 INFO O| Feb 19 22:28:58.005 INFO STEP 450 (remove_files) COMPLETE
61662026-02-19T22:28:59.258Z[ recovery-image] Feb 19 22:28:58.005 INFO O| Feb 19 22:28:58.005 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-02-19T22:28:59.268Z[ recovery-image] Feb 19 22:28:58.019 INFO O| Feb 19 22:28:58.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61682026-02-19T22:28:59.268Z[ recovery-image] Feb 19 22:28:58.019 INFO O| Feb 19 22:28:58.019 INFO STEP 451 (remove_files) COMPLETE
61692026-02-19T22:28:59.271Z[ recovery-image] Feb 19 22:28:58.019 INFO O| Feb 19 22:28:58.019 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-02-19T22:28:59.280Z[ recovery-image] Feb 19 22:28:58.032 INFO O| Feb 19 22:28:58.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61712026-02-19T22:28:59.281Z[ recovery-image] Feb 19 22:28:58.032 INFO O| Feb 19 22:28:58.032 INFO STEP 452 (remove_files) COMPLETE
61722026-02-19T22:28:59.284Z[ recovery-image] Feb 19 22:28:58.032 INFO O| Feb 19 22:28:58.032 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-02-19T22:28:59.294Z[ recovery-image] Feb 19 22:28:58.045 INFO O| Feb 19 22:28:58.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61742026-02-19T22:28:59.294Z[ recovery-image] Feb 19 22:28:58.045 INFO O| Feb 19 22:28:58.045 INFO STEP 453 (remove_files) COMPLETE
61752026-02-19T22:28:59.297Z[ recovery-image] Feb 19 22:28:58.045 INFO O| Feb 19 22:28:58.045 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-02-19T22:28:59.306Z[ recovery-image] Feb 19 22:28:58.057 INFO O| Feb 19 22:28:58.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61772026-02-19T22:28:59.306Z[ recovery-image] Feb 19 22:28:58.058 INFO O| Feb 19 22:28:58.058 INFO STEP 454 (remove_files) COMPLETE
61782026-02-19T22:28:59.306Z[ recovery-image] Feb 19 22:28:58.058 INFO O| Feb 19 22:28:58.058 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-02-19T22:28:59.319Z[ recovery-image] Feb 19 22:28:58.071 INFO O| Feb 19 22:28:58.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61802026-02-19T22:28:59.322Z[ recovery-image] Feb 19 22:28:58.071 INFO O| Feb 19 22:28:58.071 INFO STEP 455 (remove_files) COMPLETE
61812026-02-19T22:28:59.322Z[ recovery-image] Feb 19 22:28:58.071 INFO O| Feb 19 22:28:58.071 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-02-19T22:28:59.331Z[ recovery-image] Feb 19 22:28:58.083 INFO O| Feb 19 22:28:58.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61832026-02-19T22:28:59.335Z[ recovery-image] Feb 19 22:28:58.083 INFO O| Feb 19 22:28:58.083 INFO STEP 456 (remove_files) COMPLETE
61842026-02-19T22:28:59.335Z[ recovery-image] Feb 19 22:28:58.083 INFO O| Feb 19 22:28:58.083 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-02-19T22:28:59.345Z[ recovery-image] Feb 19 22:28:58.097 INFO O| Feb 19 22:28:58.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61862026-02-19T22:28:59.345Z[ recovery-image] Feb 19 22:28:58.097 INFO O| Feb 19 22:28:58.097 INFO STEP 457 (remove_files) COMPLETE
61872026-02-19T22:28:59.348Z[ recovery-image] Feb 19 22:28:58.097 INFO O| Feb 19 22:28:58.097 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-02-19T22:28:59.357Z[ recovery-image] Feb 19 22:28:58.109 INFO O| Feb 19 22:28:58.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61892026-02-19T22:28:59.357Z[ recovery-image] Feb 19 22:28:58.109 INFO O| Feb 19 22:28:58.109 INFO STEP 458 (remove_files) COMPLETE
61902026-02-19T22:28:59.360Z[ recovery-image] Feb 19 22:28:58.109 INFO O| Feb 19 22:28:58.109 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-02-19T22:28:59.369Z[ recovery-image] Feb 19 22:28:58.121 INFO O| Feb 19 22:28:58.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61922026-02-19T22:28:59.369Z[ recovery-image] Feb 19 22:28:58.121 INFO O| Feb 19 22:28:58.121 INFO STEP 459 (remove_files) COMPLETE
61932026-02-19T22:28:59.369Z[ recovery-image] Feb 19 22:28:58.121 INFO O| Feb 19 22:28:58.121 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-02-19T22:28:59.384Z[ recovery-image] Feb 19 22:28:58.135 INFO O| Feb 19 22:28:58.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61952026-02-19T22:28:59.384Z[ recovery-image] Feb 19 22:28:58.135 INFO O| Feb 19 22:28:58.135 INFO STEP 460 (remove_files) COMPLETE
61962026-02-19T22:28:59.387Z[ recovery-image] Feb 19 22:28:58.135 INFO O| Feb 19 22:28:58.135 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-02-19T22:28:59.397Z[ recovery-image] Feb 19 22:28:58.149 INFO O| Feb 19 22:28:58.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61982026-02-19T22:28:59.400Z[ recovery-image] Feb 19 22:28:58.149 INFO O| Feb 19 22:28:58.149 INFO STEP 461 (remove_files) COMPLETE
61992026-02-19T22:28:59.400Z[ recovery-image] Feb 19 22:28:58.149 INFO O| Feb 19 22:28:58.149 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-02-19T22:28:59.411Z[ recovery-image] Feb 19 22:28:58.162 INFO O| Feb 19 22:28:58.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62012026-02-19T22:28:59.411Z[ recovery-image] Feb 19 22:28:58.162 INFO O| Feb 19 22:28:58.162 INFO STEP 462 (remove_files) COMPLETE
62022026-02-19T22:28:59.411Z[ recovery-image] Feb 19 22:28:58.162 INFO O| Feb 19 22:28:58.162 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-02-19T22:28:59.424Z[ recovery-image] Feb 19 22:28:58.176 INFO O| Feb 19 22:28:58.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62042026-02-19T22:28:59.424Z[ recovery-image] Feb 19 22:28:58.176 INFO O| Feb 19 22:28:58.176 INFO STEP 463 (remove_files) COMPLETE
62052026-02-19T22:28:59.424Z[ recovery-image] Feb 19 22:28:58.176 INFO O| Feb 19 22:28:58.176 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-02-19T22:28:59.437Z[ recovery-image] Feb 19 22:28:58.189 INFO O| Feb 19 22:28:58.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62072026-02-19T22:28:59.441Z[ recovery-image] Feb 19 22:28:58.189 INFO O| Feb 19 22:28:58.189 INFO STEP 464 (remove_files) COMPLETE
62082026-02-19T22:28:59.441Z[ recovery-image] Feb 19 22:28:58.189 INFO O| Feb 19 22:28:58.189 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-02-19T22:28:59.449Z[ recovery-image] Feb 19 22:28:58.201 INFO O| Feb 19 22:28:58.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62102026-02-19T22:28:59.449Z[ recovery-image] Feb 19 22:28:58.201 INFO O| Feb 19 22:28:58.201 INFO STEP 465 (remove_files) COMPLETE
62112026-02-19T22:28:59.452Z[ recovery-image] Feb 19 22:28:58.201 INFO O| Feb 19 22:28:58.201 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-19T22:28:59.463Z[ recovery-image] Feb 19 22:28:58.214 INFO O| Feb 19 22:28:58.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62132026-02-19T22:28:59.463Z[ recovery-image] Feb 19 22:28:58.215 INFO O| Feb 19 22:28:58.214 INFO STEP 466 (remove_files) COMPLETE
62142026-02-19T22:28:59.463Z[ recovery-image] Feb 19 22:28:58.215 INFO O| Feb 19 22:28:58.214 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-19T22:28:59.477Z[ recovery-image] Feb 19 22:28:58.229 INFO O| Feb 19 22:28:58.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62162026-02-19T22:28:59.477Z[ recovery-image] Feb 19 22:28:58.229 INFO O| Feb 19 22:28:58.229 INFO STEP 467 (remove_files) COMPLETE
62172026-02-19T22:28:59.477Z[ recovery-image] Feb 19 22:28:58.229 INFO O| Feb 19 22:28:58.229 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-19T22:28:59.491Z[ recovery-image] Feb 19 22:28:58.243 INFO O| Feb 19 22:28:58.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62192026-02-19T22:28:59.491Z[ recovery-image] Feb 19 22:28:58.243 INFO O| Feb 19 22:28:58.243 INFO STEP 468 (remove_files) COMPLETE
62202026-02-19T22:28:59.491Z[ recovery-image] Feb 19 22:28:58.243 INFO O| Feb 19 22:28:58.243 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-19T22:28:59.506Z[ recovery-image] Feb 19 22:28:58.257 INFO O| Feb 19 22:28:58.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62222026-02-19T22:28:59.506Z[ recovery-image] Feb 19 22:28:58.258 INFO O| Feb 19 22:28:58.258 INFO STEP 469 (remove_files) COMPLETE
62232026-02-19T22:28:59.506Z[ recovery-image] Feb 19 22:28:58.258 INFO O| Feb 19 22:28:58.258 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-02-19T22:28:59.521Z[ recovery-image] Feb 19 22:28:58.272 INFO O| Feb 19 22:28:58.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62252026-02-19T22:28:59.521Z[ recovery-image] Feb 19 22:28:58.272 INFO O| Feb 19 22:28:58.272 INFO STEP 470 (remove_files) COMPLETE
62262026-02-19T22:28:59.524Z[ recovery-image] Feb 19 22:28:58.272 INFO O| Feb 19 22:28:58.272 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-02-19T22:28:59.535Z[ recovery-image] Feb 19 22:28:58.286 INFO O| Feb 19 22:28:58.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62282026-02-19T22:28:59.535Z[ recovery-image] Feb 19 22:28:58.287 INFO O| Feb 19 22:28:58.287 INFO STEP 471 (remove_files) COMPLETE
62292026-02-19T22:28:59.539Z[ recovery-image] Feb 19 22:28:58.287 INFO O| Feb 19 22:28:58.287 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-02-19T22:28:59.549Z[ recovery-image] Feb 19 22:28:58.300 INFO O| Feb 19 22:28:58.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62312026-02-19T22:28:59.549Z[ recovery-image] Feb 19 22:28:58.300 INFO O| Feb 19 22:28:58.300 INFO STEP 472 (remove_files) COMPLETE
62322026-02-19T22:28:59.549Z[ recovery-image] Feb 19 22:28:58.300 INFO O| Feb 19 22:28:58.300 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-02-19T22:28:59.562Z[ recovery-image] Feb 19 22:28:58.313 INFO O| Feb 19 22:28:58.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62342026-02-19T22:28:59.562Z[ recovery-image] Feb 19 22:28:58.313 INFO O| Feb 19 22:28:58.313 INFO STEP 473 (remove_files) COMPLETE
62352026-02-19T22:28:59.562Z[ recovery-image] Feb 19 22:28:58.313 INFO O| Feb 19 22:28:58.313 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-02-19T22:28:59.575Z[ recovery-image] Feb 19 22:28:58.326 INFO O| Feb 19 22:28:58.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62372026-02-19T22:28:59.575Z[ recovery-image] Feb 19 22:28:58.326 INFO O| Feb 19 22:28:58.326 INFO STEP 474 (remove_files) COMPLETE
62382026-02-19T22:28:59.575Z[ recovery-image] Feb 19 22:28:58.326 INFO O| Feb 19 22:28:58.326 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-02-19T22:28:59.589Z[ recovery-image] Feb 19 22:28:58.339 INFO O| Feb 19 22:28:58.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62402026-02-19T22:28:59.589Z[ recovery-image] Feb 19 22:28:58.340 INFO O| Feb 19 22:28:58.340 INFO STEP 475 (remove_files) COMPLETE
62412026-02-19T22:28:59.589Z[ recovery-image] Feb 19 22:28:58.340 INFO O| Feb 19 22:28:58.340 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-02-19T22:28:59.602Z[ recovery-image] Feb 19 22:28:58.353 INFO O| Feb 19 22:28:58.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62432026-02-19T22:28:59.602Z[ recovery-image] Feb 19 22:28:58.353 INFO O| Feb 19 22:28:58.353 INFO STEP 476 (remove_files) COMPLETE
62442026-02-19T22:28:59.602Z[ recovery-image] Feb 19 22:28:58.353 INFO O| Feb 19 22:28:58.353 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-02-19T22:28:59.617Z[ recovery-image] Feb 19 22:28:58.367 INFO O| Feb 19 22:28:58.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62462026-02-19T22:28:59.617Z[ recovery-image] Feb 19 22:28:58.367 INFO O| Feb 19 22:28:58.367 INFO STEP 477 (remove_files) COMPLETE
62472026-02-19T22:28:59.620Z[ recovery-image] Feb 19 22:28:58.367 INFO O| Feb 19 22:28:58.367 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-02-19T22:28:59.630Z[ recovery-image] Feb 19 22:28:58.381 INFO O| Feb 19 22:28:58.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62492026-02-19T22:28:59.633Z[ recovery-image] Feb 19 22:28:58.382 INFO O| Feb 19 22:28:58.382 INFO STEP 478 (remove_files) COMPLETE
62502026-02-19T22:28:59.633Z[ recovery-image] Feb 19 22:28:58.382 INFO O| Feb 19 22:28:58.382 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-02-19T22:28:59.644Z[ recovery-image] Feb 19 22:28:58.395 INFO O| Feb 19 22:28:58.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62522026-02-19T22:28:59.644Z[ recovery-image] Feb 19 22:28:58.395 INFO O| Feb 19 22:28:58.395 INFO STEP 479 (remove_files) COMPLETE
62532026-02-19T22:28:59.648Z[ recovery-image] Feb 19 22:28:58.396 INFO O| Feb 19 22:28:58.395 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-02-19T22:28:59.657Z[ recovery-image] Feb 19 22:28:58.409 INFO O| Feb 19 22:28:58.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62552026-02-19T22:28:59.657Z[ recovery-image] Feb 19 22:28:58.409 INFO O| Feb 19 22:28:58.409 INFO STEP 480 (remove_files) COMPLETE
62562026-02-19T22:28:59.661Z[ recovery-image] Feb 19 22:28:58.409 INFO O| Feb 19 22:28:58.409 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-02-19T22:28:59.673Z[ recovery-image] Feb 19 22:28:58.422 INFO O| Feb 19 22:28:58.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62582026-02-19T22:28:59.673Z[ recovery-image] Feb 19 22:28:58.422 INFO O| Feb 19 22:28:58.422 INFO STEP 481 (remove_files) COMPLETE
62592026-02-19T22:28:59.677Z[ recovery-image] Feb 19 22:28:58.422 INFO O| Feb 19 22:28:58.422 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-02-19T22:28:59.684Z[ recovery-image] Feb 19 22:28:58.436 INFO O| Feb 19 22:28:58.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62612026-02-19T22:28:59.684Z[ recovery-image] Feb 19 22:28:58.436 INFO O| Feb 19 22:28:58.436 INFO STEP 482 (remove_files) COMPLETE
62622026-02-19T22:28:59.684Z[ recovery-image] Feb 19 22:28:58.436 INFO O| Feb 19 22:28:58.436 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-02-19T22:28:59.700Z[ recovery-image] Feb 19 22:28:58.449 INFO O| Feb 19 22:28:58.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62642026-02-19T22:28:59.700Z[ recovery-image] Feb 19 22:28:58.449 INFO O| Feb 19 22:28:58.449 INFO STEP 483 (remove_files) COMPLETE
62652026-02-19T22:28:59.708Z[ recovery-image] Feb 19 22:28:58.449 INFO O| Feb 19 22:28:58.449 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-02-19T22:28:59.711Z[ recovery-image] Feb 19 22:28:58.461 INFO O| Feb 19 22:28:58.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62672026-02-19T22:28:59.711Z[ recovery-image] Feb 19 22:28:58.461 INFO O| Feb 19 22:28:58.461 INFO STEP 484 (remove_files) COMPLETE
62682026-02-19T22:28:59.711Z[ recovery-image] Feb 19 22:28:58.461 INFO O| Feb 19 22:28:58.461 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-02-19T22:28:59.723Z[ recovery-image] Feb 19 22:28:58.475 INFO O| Feb 19 22:28:58.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62702026-02-19T22:28:59.723Z[ recovery-image] Feb 19 22:28:58.475 INFO O| Feb 19 22:28:58.475 INFO STEP 485 (remove_files) COMPLETE
62712026-02-19T22:28:59.723Z[ recovery-image] Feb 19 22:28:58.475 INFO O| Feb 19 22:28:58.475 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-02-19T22:28:59.737Z[ recovery-image] Feb 19 22:28:58.487 INFO O| Feb 19 22:28:58.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62732026-02-19T22:28:59.737Z[ recovery-image] Feb 19 22:28:58.488 INFO O| Feb 19 22:28:58.487 INFO STEP 486 (remove_files) COMPLETE
62742026-02-19T22:28:59.741Z[ recovery-image] Feb 19 22:28:58.488 INFO O| Feb 19 22:28:58.488 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-02-19T22:28:59.748Z[ recovery-image] Feb 19 22:28:58.500 INFO O| Feb 19 22:28:58.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62762026-02-19T22:28:59.748Z[ recovery-image] Feb 19 22:28:58.500 INFO O| Feb 19 22:28:58.500 INFO STEP 487 (remove_files) COMPLETE
62772026-02-19T22:28:59.751Z[ recovery-image] Feb 19 22:28:58.500 INFO O| Feb 19 22:28:58.500 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-02-19T22:28:59.759Z[ recovery-image] Feb 19 22:28:58.511 INFO O| Feb 19 22:28:58.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62792026-02-19T22:28:59.759Z[ recovery-image] Feb 19 22:28:58.511 INFO O| Feb 19 22:28:58.511 INFO STEP 488 (remove_files) COMPLETE
62802026-02-19T22:28:59.760Z[ recovery-image] Feb 19 22:28:58.511 INFO O| Feb 19 22:28:58.511 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-02-19T22:28:59.771Z[ recovery-image] Feb 19 22:28:58.523 INFO O| Feb 19 22:28:58.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62822026-02-19T22:28:59.771Z[ recovery-image] Feb 19 22:28:58.523 INFO O| Feb 19 22:28:58.523 INFO STEP 489 (remove_files) COMPLETE
62832026-02-19T22:28:59.772Z[ recovery-image] Feb 19 22:28:58.523 INFO O| Feb 19 22:28:58.523 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-02-19T22:28:59.784Z[ recovery-image] Feb 19 22:28:58.535 INFO O| Feb 19 22:28:58.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62852026-02-19T22:28:59.784Z[ recovery-image] Feb 19 22:28:58.535 INFO O| Feb 19 22:28:58.535 INFO STEP 490 (remove_files) COMPLETE
62862026-02-19T22:28:59.785Z[ recovery-image] Feb 19 22:28:58.535 INFO O| Feb 19 22:28:58.535 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-02-19T22:28:59.796Z[ recovery-image] Feb 19 22:28:58.548 INFO O| Feb 19 22:28:58.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62882026-02-19T22:28:59.796Z[ recovery-image] Feb 19 22:28:58.548 INFO O| Feb 19 22:28:58.548 INFO STEP 491 (remove_files) COMPLETE
62892026-02-19T22:28:59.800Z[ recovery-image] Feb 19 22:28:58.548 INFO O| Feb 19 22:28:58.548 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-02-19T22:28:59.848Z[ recovery-image] Feb 19 22:28:58.560 INFO O| Feb 19 22:28:58.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62912026-02-19T22:28:59.848Z[ recovery-image] Feb 19 22:28:58.560 INFO O| Feb 19 22:28:58.560 INFO STEP 492 (remove_files) COMPLETE
62922026-02-19T22:28:59.848Z[ recovery-image] Feb 19 22:28:58.560 INFO O| Feb 19 22:28:58.560 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-02-19T22:28:59.848Z[ recovery-image] Feb 19 22:28:58.572 INFO O| Feb 19 22:28:58.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62942026-02-19T22:28:59.848Z[ recovery-image] Feb 19 22:28:58.572 INFO O| Feb 19 22:28:58.572 INFO STEP 493 (remove_files) COMPLETE
62952026-02-19T22:28:59.848Z[ recovery-image] Feb 19 22:28:58.572 INFO O| Feb 19 22:28:58.572 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-02-19T22:28:59.848Z[ recovery-image] Feb 19 22:28:58.584 INFO O| Feb 19 22:28:58.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62972026-02-19T22:28:59.848Z[ recovery-image] Feb 19 22:28:58.584 INFO O| Feb 19 22:28:58.584 INFO STEP 494 (remove_files) COMPLETE
62982026-02-19T22:28:59.849Z[ recovery-image] Feb 19 22:28:58.585 INFO O| Feb 19 22:28:58.584 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-02-19T22:28:59.849Z[ recovery-image] Feb 19 22:28:58.597 INFO O| Feb 19 22:28:58.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63002026-02-19T22:28:59.849Z[ recovery-image] Feb 19 22:28:58.597 INFO O| Feb 19 22:28:58.597 INFO STEP 495 (remove_files) COMPLETE
63012026-02-19T22:28:59.849Z[ recovery-image] Feb 19 22:28:58.597 INFO O| Feb 19 22:28:58.597 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-02-19T22:28:59.858Z[ recovery-image] Feb 19 22:28:58.609 INFO O| Feb 19 22:28:58.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63032026-02-19T22:28:59.858Z[ recovery-image] Feb 19 22:28:58.609 INFO O| Feb 19 22:28:58.609 INFO STEP 496 (remove_files) COMPLETE
63042026-02-19T22:28:59.858Z[ recovery-image] Feb 19 22:28:58.609 INFO O| Feb 19 22:28:58.609 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-02-19T22:28:59.870Z[ recovery-image] Feb 19 22:28:58.622 INFO O| Feb 19 22:28:58.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63062026-02-19T22:28:59.870Z[ recovery-image] Feb 19 22:28:58.622 INFO O| Feb 19 22:28:58.622 INFO STEP 497 (remove_files) COMPLETE
63072026-02-19T22:28:59.874Z[ recovery-image] Feb 19 22:28:58.622 INFO O| Feb 19 22:28:58.622 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-02-19T22:28:59.883Z[ recovery-image] Feb 19 22:28:58.635 INFO O| Feb 19 22:28:58.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63092026-02-19T22:28:59.883Z[ recovery-image] Feb 19 22:28:58.635 INFO O| Feb 19 22:28:58.635 INFO STEP 498 (remove_files) COMPLETE
63102026-02-19T22:28:59.887Z[ recovery-image] Feb 19 22:28:58.635 INFO O| Feb 19 22:28:58.635 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-02-19T22:28:59.895Z[ recovery-image] Feb 19 22:28:58.647 INFO O| Feb 19 22:28:58.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63122026-02-19T22:28:59.895Z[ recovery-image] Feb 19 22:28:58.647 INFO O| Feb 19 22:28:58.647 INFO STEP 499 (remove_files) COMPLETE
63132026-02-19T22:28:59.895Z[ recovery-image] Feb 19 22:28:58.647 INFO O| Feb 19 22:28:58.647 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-02-19T22:28:59.908Z[ recovery-image] Feb 19 22:28:58.659 INFO O| Feb 19 22:28:58.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63152026-02-19T22:28:59.908Z[ recovery-image] Feb 19 22:28:58.659 INFO O| Feb 19 22:28:58.659 INFO STEP 500 (remove_files) COMPLETE
63162026-02-19T22:28:59.908Z[ recovery-image] Feb 19 22:28:58.659 INFO O| Feb 19 22:28:58.659 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-02-19T22:28:59.921Z[ recovery-image] Feb 19 22:28:58.673 INFO O| Feb 19 22:28:58.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63182026-02-19T22:28:59.924Z[ recovery-image] Feb 19 22:28:58.673 INFO O| Feb 19 22:28:58.673 INFO STEP 501 (remove_files) COMPLETE
63192026-02-19T22:28:59.924Z[ recovery-image] Feb 19 22:28:58.673 INFO O| Feb 19 22:28:58.673 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-02-19T22:28:59.936Z[ recovery-image] Feb 19 22:28:58.686 INFO O| Feb 19 22:28:58.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63212026-02-19T22:28:59.936Z[ recovery-image] Feb 19 22:28:58.686 INFO O| Feb 19 22:28:58.686 INFO STEP 502 (remove_files) COMPLETE
63222026-02-19T22:28:59.939Z[ recovery-image] Feb 19 22:28:58.686 INFO O| Feb 19 22:28:58.686 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-02-19T22:28:59.948Z[ recovery-image] Feb 19 22:28:58.700 INFO O| Feb 19 22:28:58.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63242026-02-19T22:28:59.951Z[ recovery-image] Feb 19 22:28:58.700 INFO O| Feb 19 22:28:58.700 INFO STEP 503 (remove_files) COMPLETE
63252026-02-19T22:28:59.951Z[ recovery-image] Feb 19 22:28:58.700 INFO O| Feb 19 22:28:58.700 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-02-19T22:28:59.960Z[ recovery-image] Feb 19 22:28:58.712 INFO O| Feb 19 22:28:58.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63272026-02-19T22:28:59.960Z[ recovery-image] Feb 19 22:28:58.712 INFO O| Feb 19 22:28:58.712 INFO STEP 504 (remove_files) COMPLETE
63282026-02-19T22:28:59.960Z[ recovery-image] Feb 19 22:28:58.712 INFO O| Feb 19 22:28:58.712 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-02-19T22:28:59.972Z[ recovery-image] Feb 19 22:28:58.724 INFO O| Feb 19 22:28:58.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63302026-02-19T22:28:59.972Z[ recovery-image] Feb 19 22:28:58.724 INFO O| Feb 19 22:28:58.724 INFO STEP 505 (remove_files) COMPLETE
63312026-02-19T22:28:59.972Z[ recovery-image] Feb 19 22:28:58.724 INFO O| Feb 19 22:28:58.724 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-02-19T22:28:59.984Z[ recovery-image] Feb 19 22:28:58.736 INFO O| Feb 19 22:28:58.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63332026-02-19T22:28:59.990Z[ recovery-image] Feb 19 22:28:58.737 INFO O| Feb 19 22:28:58.737 INFO STEP 506 (remove_files) COMPLETE
63342026-02-19T22:28:59.990Z[ recovery-image] Feb 19 22:28:58.737 INFO O| Feb 19 22:28:58.737 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-02-19T22:28:59.998Z[ recovery-image] Feb 19 22:28:58.750 INFO O| Feb 19 22:28:58.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63362026-02-19T22:28:59.998Z[ recovery-image] Feb 19 22:28:58.750 INFO O| Feb 19 22:28:58.750 INFO STEP 507 (remove_files) COMPLETE
63372026-02-19T22:28:59.998Z[ recovery-image] Feb 19 22:28:58.750 INFO O| Feb 19 22:28:58.750 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-02-19T22:29:00.011Z[ recovery-image] Feb 19 22:28:58.763 INFO O| Feb 19 22:28:58.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63392026-02-19T22:29:00.011Z[ recovery-image] Feb 19 22:28:58.763 INFO O| Feb 19 22:28:58.763 INFO STEP 508 (remove_files) COMPLETE
63402026-02-19T22:29:00.011Z[ recovery-image] Feb 19 22:28:58.763 INFO O| Feb 19 22:28:58.763 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-02-19T22:29:00.024Z[ recovery-image] Feb 19 22:28:58.776 INFO O| Feb 19 22:28:58.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63422026-02-19T22:29:00.028Z[ recovery-image] Feb 19 22:28:58.776 INFO O| Feb 19 22:28:58.776 INFO STEP 509 (remove_files) COMPLETE
63432026-02-19T22:29:00.028Z[ recovery-image] Feb 19 22:28:58.776 INFO O| Feb 19 22:28:58.776 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-02-19T22:29:00.040Z[ recovery-image] Feb 19 22:28:58.788 INFO O| Feb 19 22:28:58.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63452026-02-19T22:29:00.040Z[ recovery-image] Feb 19 22:28:58.788 INFO O| Feb 19 22:28:58.788 INFO STEP 510 (remove_files) COMPLETE
63462026-02-19T22:29:00.040Z[ recovery-image] Feb 19 22:28:58.788 INFO O| Feb 19 22:28:58.788 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-02-19T22:29:00.049Z[ recovery-image] Feb 19 22:28:58.800 INFO O| Feb 19 22:28:58.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63482026-02-19T22:29:00.049Z[ recovery-image] Feb 19 22:28:58.800 INFO O| Feb 19 22:28:58.800 INFO STEP 511 (remove_files) COMPLETE
63492026-02-19T22:29:00.049Z[ recovery-image] Feb 19 22:28:58.800 INFO O| Feb 19 22:28:58.800 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-02-19T22:29:00.063Z[ recovery-image] Feb 19 22:28:58.814 INFO O| Feb 19 22:28:58.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63512026-02-19T22:29:00.063Z[ recovery-image] Feb 19 22:28:58.814 INFO O| Feb 19 22:28:58.814 INFO STEP 512 (remove_files) COMPLETE
63522026-02-19T22:29:00.063Z[ recovery-image] Feb 19 22:28:58.814 INFO O| Feb 19 22:28:58.814 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532026-02-19T22:29:00.079Z[ recovery-image] Feb 19 22:28:58.828 INFO O| Feb 19 22:28:58.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63542026-02-19T22:29:00.079Z[ recovery-image] Feb 19 22:28:58.828 INFO O| Feb 19 22:28:58.828 INFO STEP 513 (remove_files) COMPLETE
63552026-02-19T22:29:00.079Z[ recovery-image] Feb 19 22:28:58.828 INFO O| Feb 19 22:28:58.828 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562026-02-19T22:29:00.094Z[ recovery-image] Feb 19 22:28:58.842 INFO O| Feb 19 22:28:58.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63572026-02-19T22:29:00.094Z[ recovery-image] Feb 19 22:28:58.842 INFO O| Feb 19 22:28:58.842 INFO STEP 514 (remove_files) COMPLETE
63582026-02-19T22:29:00.095Z[ recovery-image] Feb 19 22:28:58.842 INFO O| Feb 19 22:28:58.842 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-02-19T22:29:00.105Z[ recovery-image] Feb 19 22:28:58.855 INFO O| Feb 19 22:28:58.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63602026-02-19T22:29:00.105Z[ recovery-image] Feb 19 22:28:58.855 INFO O| Feb 19 22:28:58.855 INFO STEP 515 (remove_files) COMPLETE
63612026-02-19T22:29:00.105Z[ recovery-image] Feb 19 22:28:58.855 INFO O| Feb 19 22:28:58.855 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-02-19T22:29:00.118Z[ recovery-image] Feb 19 22:28:58.868 INFO O| Feb 19 22:28:58.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63632026-02-19T22:29:00.118Z[ recovery-image] Feb 19 22:28:58.868 INFO O| Feb 19 22:28:58.868 INFO STEP 516 (remove_files) COMPLETE
63642026-02-19T22:29:00.118Z[ recovery-image] Feb 19 22:28:58.868 INFO O| Feb 19 22:28:58.868 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-02-19T22:29:00.132Z[ recovery-image] Feb 19 22:28:58.881 INFO O| Feb 19 22:28:58.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63662026-02-19T22:29:00.132Z[ recovery-image] Feb 19 22:28:58.881 INFO O| Feb 19 22:28:58.881 INFO STEP 517 (remove_files) COMPLETE
63672026-02-19T22:29:00.132Z[ recovery-image] Feb 19 22:28:58.881 INFO O| Feb 19 22:28:58.881 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-02-19T22:29:00.144Z[ recovery-image] Feb 19 22:28:58.896 INFO O| Feb 19 22:28:58.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63692026-02-19T22:29:00.144Z[ recovery-image] Feb 19 22:28:58.896 INFO O| Feb 19 22:28:58.896 INFO STEP 518 (remove_files) COMPLETE
63702026-02-19T22:29:00.148Z[ recovery-image] Feb 19 22:28:58.896 INFO O| Feb 19 22:28:58.896 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-02-19T22:29:00.158Z[ recovery-image] Feb 19 22:28:58.909 INFO O| Feb 19 22:28:58.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63722026-02-19T22:29:00.158Z[ recovery-image] Feb 19 22:28:58.909 INFO O| Feb 19 22:28:58.909 INFO STEP 519 (remove_files) COMPLETE
63732026-02-19T22:29:00.162Z[ recovery-image] Feb 19 22:28:58.909 INFO O| Feb 19 22:28:58.909 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-02-19T22:29:00.172Z[ recovery-image] Feb 19 22:28:58.923 INFO O| Feb 19 22:28:58.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63752026-02-19T22:29:00.172Z[ recovery-image] Feb 19 22:28:58.924 INFO O| Feb 19 22:28:58.924 INFO STEP 520 (remove_files) COMPLETE
63762026-02-19T22:29:00.172Z[ recovery-image] Feb 19 22:28:58.924 INFO O| Feb 19 22:28:58.924 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-02-19T22:29:00.186Z[ recovery-image] Feb 19 22:28:58.938 INFO O| Feb 19 22:28:58.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63782026-02-19T22:29:00.190Z[ recovery-image] Feb 19 22:28:58.938 INFO O| Feb 19 22:28:58.938 INFO STEP 521 (remove_files) COMPLETE
63792026-02-19T22:29:00.190Z[ recovery-image] Feb 19 22:28:58.938 INFO O| Feb 19 22:28:58.938 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-02-19T22:29:00.204Z[ recovery-image] Feb 19 22:28:58.952 INFO O| Feb 19 22:28:58.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63812026-02-19T22:29:00.204Z[ recovery-image] Feb 19 22:28:58.952 INFO O| Feb 19 22:28:58.952 INFO STEP 522 (remove_files) COMPLETE
63822026-02-19T22:29:00.204Z[ recovery-image] Feb 19 22:28:58.952 INFO O| Feb 19 22:28:58.952 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-02-19T22:29:00.214Z[ recovery-image] Feb 19 22:28:58.966 INFO O| Feb 19 22:28:58.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63842026-02-19T22:29:00.214Z[ recovery-image] Feb 19 22:28:58.966 INFO O| Feb 19 22:28:58.966 INFO STEP 523 (remove_files) COMPLETE
63852026-02-19T22:29:00.217Z[ recovery-image] Feb 19 22:28:58.966 INFO O| Feb 19 22:28:58.966 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-02-19T22:29:00.228Z[ recovery-image] Feb 19 22:28:58.980 INFO O| Feb 19 22:28:58.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63872026-02-19T22:29:00.228Z[ recovery-image] Feb 19 22:28:58.980 INFO O| Feb 19 22:28:58.980 INFO STEP 524 (remove_files) COMPLETE
63882026-02-19T22:29:00.228Z[ recovery-image] Feb 19 22:28:58.980 INFO O| Feb 19 22:28:58.980 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-02-19T22:29:00.241Z[ recovery-image] Feb 19 22:28:58.993 INFO O| Feb 19 22:28:58.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63902026-02-19T22:29:00.241Z[ recovery-image] Feb 19 22:28:58.993 INFO O| Feb 19 22:28:58.993 INFO STEP 525 (remove_files) COMPLETE
63912026-02-19T22:29:00.241Z[ recovery-image] Feb 19 22:28:58.993 INFO O| Feb 19 22:28:58.993 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-02-19T22:29:00.254Z[ recovery-image] Feb 19 22:28:59.006 INFO O| Feb 19 22:28:59.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63932026-02-19T22:29:00.254Z[ recovery-image] Feb 19 22:28:59.006 INFO O| Feb 19 22:28:59.006 INFO STEP 526 (remove_files) COMPLETE
63942026-02-19T22:29:00.254Z[ recovery-image] Feb 19 22:28:59.006 INFO O| Feb 19 22:28:59.006 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-02-19T22:29:00.270Z[ recovery-image] Feb 19 22:28:59.019 INFO O| Feb 19 22:28:59.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63962026-02-19T22:29:00.270Z[ recovery-image] Feb 19 22:28:59.019 INFO O| Feb 19 22:28:59.019 INFO STEP 527 (remove_files) COMPLETE
63972026-02-19T22:29:00.274Z[ recovery-image] Feb 19 22:28:59.019 INFO O| Feb 19 22:28:59.019 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-02-19T22:29:00.282Z[ recovery-image] Feb 19 22:28:59.033 INFO O| Feb 19 22:28:59.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63992026-02-19T22:29:00.282Z[ recovery-image] Feb 19 22:28:59.033 INFO O| Feb 19 22:28:59.033 INFO STEP 528 (remove_files) COMPLETE
64002026-02-19T22:29:00.282Z[ recovery-image] Feb 19 22:28:59.033 INFO O| Feb 19 22:28:59.033 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-02-19T22:29:00.295Z[ recovery-image] Feb 19 22:28:59.046 INFO O| Feb 19 22:28:59.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64022026-02-19T22:29:00.295Z[ recovery-image] Feb 19 22:28:59.046 INFO O| Feb 19 22:28:59.046 INFO STEP 529 (remove_files) COMPLETE
64032026-02-19T22:29:00.298Z[ recovery-image] Feb 19 22:28:59.046 INFO O| Feb 19 22:28:59.046 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-02-19T22:29:00.308Z[ recovery-image] Feb 19 22:28:59.059 INFO O| Feb 19 22:28:59.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64052026-02-19T22:29:00.311Z[ recovery-image] Feb 19 22:28:59.059 INFO O| Feb 19 22:28:59.059 INFO STEP 530 (remove_files) COMPLETE
64062026-02-19T22:29:00.311Z[ recovery-image] Feb 19 22:28:59.059 INFO O| Feb 19 22:28:59.059 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-02-19T22:29:00.320Z[ recovery-image] Feb 19 22:28:59.071 INFO O| Feb 19 22:28:59.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64082026-02-19T22:29:00.320Z[ recovery-image] Feb 19 22:28:59.071 INFO O| Feb 19 22:28:59.071 INFO STEP 531 (remove_files) COMPLETE
64092026-02-19T22:29:00.323Z[ recovery-image] Feb 19 22:28:59.071 INFO O| Feb 19 22:28:59.071 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-02-19T22:29:00.332Z[ recovery-image] Feb 19 22:28:59.084 INFO O| Feb 19 22:28:59.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64112026-02-19T22:29:00.332Z[ recovery-image] Feb 19 22:28:59.084 INFO O| Feb 19 22:28:59.084 INFO STEP 532 (remove_files) COMPLETE
64122026-02-19T22:29:00.332Z[ recovery-image] Feb 19 22:28:59.084 INFO O| Feb 19 22:28:59.084 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-02-19T22:29:00.346Z[ recovery-image] Feb 19 22:28:59.098 INFO O| Feb 19 22:28:59.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64142026-02-19T22:29:00.346Z[ recovery-image] Feb 19 22:28:59.098 INFO O| Feb 19 22:28:59.098 INFO STEP 533 (remove_files) COMPLETE
64152026-02-19T22:29:00.346Z[ recovery-image] Feb 19 22:28:59.098 INFO O| Feb 19 22:28:59.098 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-02-19T22:29:00.360Z[ recovery-image] Feb 19 22:28:59.112 INFO O| Feb 19 22:28:59.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64172026-02-19T22:29:00.360Z[ recovery-image] Feb 19 22:28:59.112 INFO O| Feb 19 22:28:59.112 INFO STEP 534 (remove_files) COMPLETE
64182026-02-19T22:29:00.360Z[ recovery-image] Feb 19 22:28:59.112 INFO O| Feb 19 22:28:59.112 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-02-19T22:29:00.376Z[ recovery-image] Feb 19 22:28:59.126 INFO O| Feb 19 22:28:59.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64202026-02-19T22:29:00.376Z[ recovery-image] Feb 19 22:28:59.126 INFO O| Feb 19 22:28:59.126 INFO STEP 535 (remove_files) COMPLETE
64212026-02-19T22:29:00.379Z[ recovery-image] Feb 19 22:28:59.126 INFO O| Feb 19 22:28:59.126 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-02-19T22:29:00.392Z[ recovery-image] Feb 19 22:28:59.143 INFO O| Feb 19 22:28:59.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64232026-02-19T22:29:00.392Z[ recovery-image] Feb 19 22:28:59.143 INFO O| Feb 19 22:28:59.143 INFO STEP 536 (remove_files) COMPLETE
64242026-02-19T22:29:00.392Z[ recovery-image] Feb 19 22:28:59.143 INFO O| Feb 19 22:28:59.143 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-02-19T22:29:00.404Z[ recovery-image] Feb 19 22:28:59.156 INFO O| Feb 19 22:28:59.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64262026-02-19T22:29:00.404Z[ recovery-image] Feb 19 22:28:59.156 INFO O| Feb 19 22:28:59.156 INFO STEP 537 (remove_files) COMPLETE
64272026-02-19T22:29:00.408Z[ recovery-image] Feb 19 22:28:59.156 INFO O| Feb 19 22:28:59.156 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-02-19T22:29:00.417Z[ recovery-image] Feb 19 22:28:59.168 INFO O| Feb 19 22:28:59.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64292026-02-19T22:29:00.420Z[ recovery-image] Feb 19 22:28:59.169 INFO O| Feb 19 22:28:59.169 INFO STEP 538 (remove_files) COMPLETE
64302026-02-19T22:29:00.420Z[ recovery-image] Feb 19 22:28:59.169 INFO O| Feb 19 22:28:59.169 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-02-19T22:29:00.430Z[ recovery-image] Feb 19 22:28:59.181 INFO O| Feb 19 22:28:59.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64322026-02-19T22:29:00.430Z[ recovery-image] Feb 19 22:28:59.181 INFO O| Feb 19 22:28:59.181 INFO STEP 539 (remove_files) COMPLETE
64332026-02-19T22:29:00.430Z[ recovery-image] Feb 19 22:28:59.181 INFO O| Feb 19 22:28:59.181 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-02-19T22:29:00.443Z[ recovery-image] Feb 19 22:28:59.195 INFO O| Feb 19 22:28:59.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64352026-02-19T22:29:00.443Z[ recovery-image] Feb 19 22:28:59.195 INFO O| Feb 19 22:28:59.195 INFO STEP 540 (remove_files) COMPLETE
64362026-02-19T22:29:00.443Z[ recovery-image] Feb 19 22:28:59.195 INFO O| Feb 19 22:28:59.195 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-02-19T22:29:00.457Z[ recovery-image] Feb 19 22:28:59.208 INFO O| Feb 19 22:28:59.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64382026-02-19T22:29:00.457Z[ recovery-image] Feb 19 22:28:59.208 INFO O| Feb 19 22:28:59.208 INFO STEP 541 (remove_files) COMPLETE
64392026-02-19T22:29:00.457Z[ recovery-image] Feb 19 22:28:59.208 INFO O| Feb 19 22:28:59.208 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-02-19T22:29:00.469Z[ recovery-image] Feb 19 22:28:59.220 INFO O| Feb 19 22:28:59.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64412026-02-19T22:29:00.469Z[ recovery-image] Feb 19 22:28:59.220 INFO O| Feb 19 22:28:59.220 INFO STEP 542 (remove_files) COMPLETE
64422026-02-19T22:29:00.470Z[ recovery-image] Feb 19 22:28:59.220 INFO O| Feb 19 22:28:59.220 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-02-19T22:29:00.482Z[ recovery-image] Feb 19 22:28:59.233 INFO O| Feb 19 22:28:59.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64442026-02-19T22:29:00.483Z[ recovery-image] Feb 19 22:28:59.233 INFO O| Feb 19 22:28:59.233 INFO STEP 543 (remove_files) COMPLETE
64452026-02-19T22:29:00.483Z[ recovery-image] Feb 19 22:28:59.233 INFO O| Feb 19 22:28:59.233 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-02-19T22:29:00.494Z[ recovery-image] Feb 19 22:28:59.246 INFO O| Feb 19 22:28:59.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64472026-02-19T22:29:00.494Z[ recovery-image] Feb 19 22:28:59.246 INFO O| Feb 19 22:28:59.246 INFO STEP 544 (remove_files) COMPLETE
64482026-02-19T22:29:00.498Z[ recovery-image] Feb 19 22:28:59.246 INFO O| Feb 19 22:28:59.246 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-02-19T22:29:00.508Z[ recovery-image] Feb 19 22:28:59.259 INFO O| Feb 19 22:28:59.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64502026-02-19T22:29:00.508Z[ recovery-image] Feb 19 22:28:59.259 INFO O| Feb 19 22:28:59.259 INFO STEP 545 (remove_files) COMPLETE
64512026-02-19T22:29:00.508Z[ recovery-image] Feb 19 22:28:59.259 INFO O| Feb 19 22:28:59.259 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-02-19T22:29:00.521Z[ recovery-image] Feb 19 22:28:59.273 INFO O| Feb 19 22:28:59.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64532026-02-19T22:29:00.521Z[ recovery-image] Feb 19 22:28:59.273 INFO O| Feb 19 22:28:59.273 INFO STEP 546 (remove_files) COMPLETE
64542026-02-19T22:29:00.521Z[ recovery-image] Feb 19 22:28:59.273 INFO O| Feb 19 22:28:59.273 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-02-19T22:29:00.535Z[ recovery-image] Feb 19 22:28:59.287 INFO O| Feb 19 22:28:59.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64562026-02-19T22:29:00.535Z[ recovery-image] Feb 19 22:28:59.287 INFO O| Feb 19 22:28:59.287 INFO STEP 547 (remove_files) COMPLETE
64572026-02-19T22:29:00.535Z[ recovery-image] Feb 19 22:28:59.287 INFO O| Feb 19 22:28:59.287 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-02-19T22:29:00.549Z[ recovery-image] Feb 19 22:28:59.301 INFO O| Feb 19 22:28:59.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64592026-02-19T22:29:00.549Z[ recovery-image] Feb 19 22:28:59.301 INFO O| Feb 19 22:28:59.301 INFO STEP 548 (remove_files) COMPLETE
64602026-02-19T22:29:00.549Z[ recovery-image] Feb 19 22:28:59.301 INFO O| Feb 19 22:28:59.301 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-02-19T22:29:00.563Z[ recovery-image] Feb 19 22:28:59.314 INFO O| Feb 19 22:28:59.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64622026-02-19T22:29:00.563Z[ recovery-image] Feb 19 22:28:59.315 INFO O| Feb 19 22:28:59.315 INFO STEP 549 (remove_files) COMPLETE
64632026-02-19T22:29:00.566Z[ recovery-image] Feb 19 22:28:59.315 INFO O| Feb 19 22:28:59.315 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-02-19T22:29:00.577Z[ recovery-image] Feb 19 22:28:59.328 INFO O| Feb 19 22:28:59.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64652026-02-19T22:29:00.580Z[ recovery-image] Feb 19 22:28:59.329 INFO O| Feb 19 22:28:59.329 INFO STEP 550 (remove_files) COMPLETE
64662026-02-19T22:29:00.580Z[ recovery-image] Feb 19 22:28:59.329 INFO O| Feb 19 22:28:59.329 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-02-19T22:29:00.592Z[ recovery-image] Feb 19 22:28:59.344 INFO O| Feb 19 22:28:59.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64682026-02-19T22:29:00.592Z[ recovery-image] Feb 19 22:28:59.344 INFO O| Feb 19 22:28:59.344 INFO STEP 551 (remove_files) COMPLETE
64692026-02-19T22:29:00.592Z[ recovery-image] Feb 19 22:28:59.344 INFO O| Feb 19 22:28:59.344 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-02-19T22:29:00.607Z[ recovery-image] Feb 19 22:28:59.358 INFO O| Feb 19 22:28:59.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64712026-02-19T22:29:00.610Z[ recovery-image] Feb 19 22:28:59.358 INFO O| Feb 19 22:28:59.358 INFO STEP 552 (remove_files) COMPLETE
64722026-02-19T22:29:00.610Z[ recovery-image] Feb 19 22:28:59.358 INFO O| Feb 19 22:28:59.358 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-02-19T22:29:00.620Z[ recovery-image] Feb 19 22:28:59.372 INFO O| Feb 19 22:28:59.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64742026-02-19T22:29:00.621Z[ recovery-image] Feb 19 22:28:59.372 INFO O| Feb 19 22:28:59.372 INFO STEP 553 (remove_files) COMPLETE
64752026-02-19T22:29:00.621Z[ recovery-image] Feb 19 22:28:59.372 INFO O| Feb 19 22:28:59.372 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-02-19T22:29:00.633Z[ recovery-image] Feb 19 22:28:59.385 INFO O| Feb 19 22:28:59.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64772026-02-19T22:29:00.633Z[ recovery-image] Feb 19 22:28:59.385 INFO O| Feb 19 22:28:59.385 INFO STEP 554 (remove_files) COMPLETE
64782026-02-19T22:29:00.634Z[ recovery-image] Feb 19 22:28:59.385 INFO O| Feb 19 22:28:59.385 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-02-19T22:29:00.647Z[ recovery-image] Feb 19 22:28:59.399 INFO O| Feb 19 22:28:59.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64802026-02-19T22:29:00.647Z[ recovery-image] Feb 19 22:28:59.399 INFO O| Feb 19 22:28:59.399 INFO STEP 555 (remove_files) COMPLETE
64812026-02-19T22:29:00.647Z[ recovery-image] Feb 19 22:28:59.399 INFO O| Feb 19 22:28:59.399 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-02-19T22:29:00.662Z[ recovery-image] Feb 19 22:28:59.413 INFO O| Feb 19 22:28:59.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64832026-02-19T22:29:00.662Z[ recovery-image] Feb 19 22:28:59.413 INFO O| Feb 19 22:28:59.413 INFO STEP 556 (remove_files) COMPLETE
64842026-02-19T22:29:00.662Z[ recovery-image] Feb 19 22:28:59.413 INFO O| Feb 19 22:28:59.413 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-02-19T22:29:00.676Z[ recovery-image] Feb 19 22:28:59.427 INFO O| Feb 19 22:28:59.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64862026-02-19T22:29:00.679Z[ recovery-image] Feb 19 22:28:59.428 INFO O| Feb 19 22:28:59.428 INFO STEP 557 (remove_files) COMPLETE
64872026-02-19T22:29:00.679Z[ recovery-image] Feb 19 22:28:59.428 INFO O| Feb 19 22:28:59.428 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-02-19T22:29:00.692Z[ recovery-image] Feb 19 22:28:59.443 INFO O| Feb 19 22:28:59.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64892026-02-19T22:29:00.692Z[ recovery-image] Feb 19 22:28:59.443 INFO O| Feb 19 22:28:59.443 INFO STEP 558 (remove_files) COMPLETE
64902026-02-19T22:29:00.692Z[ recovery-image] Feb 19 22:28:59.443 INFO O| Feb 19 22:28:59.443 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-02-19T22:29:00.705Z[ recovery-image] Feb 19 22:28:59.457 INFO O| Feb 19 22:28:59.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64922026-02-19T22:29:00.706Z[ recovery-image] Feb 19 22:28:59.457 INFO O| Feb 19 22:28:59.457 INFO STEP 559 (remove_files) COMPLETE
64932026-02-19T22:29:00.706Z[ recovery-image] Feb 19 22:28:59.457 INFO O| Feb 19 22:28:59.457 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-02-19T22:29:00.720Z[ recovery-image] Feb 19 22:28:59.471 INFO O| Feb 19 22:28:59.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64952026-02-19T22:29:00.720Z[ recovery-image] Feb 19 22:28:59.471 INFO O| Feb 19 22:28:59.471 INFO STEP 560 (remove_files) COMPLETE
64962026-02-19T22:29:00.720Z[ recovery-image] Feb 19 22:28:59.471 INFO O| Feb 19 22:28:59.471 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-02-19T22:29:00.733Z[ recovery-image] Feb 19 22:28:59.485 INFO O| Feb 19 22:28:59.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64982026-02-19T22:29:00.734Z[ recovery-image] Feb 19 22:28:59.485 INFO O| Feb 19 22:28:59.485 INFO STEP 561 (remove_files) COMPLETE
64992026-02-19T22:29:00.734Z[ recovery-image] Feb 19 22:28:59.485 INFO O| Feb 19 22:28:59.485 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-02-19T22:29:00.748Z[ recovery-image] Feb 19 22:28:59.499 INFO O| Feb 19 22:28:59.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65012026-02-19T22:29:00.748Z[ recovery-image] Feb 19 22:28:59.499 INFO O| Feb 19 22:28:59.499 INFO STEP 562 (remove_files) COMPLETE
65022026-02-19T22:29:00.748Z[ recovery-image] Feb 19 22:28:59.499 INFO O| Feb 19 22:28:59.499 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-02-19T22:29:00.762Z[ recovery-image] Feb 19 22:28:59.513 INFO O| Feb 19 22:28:59.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65042026-02-19T22:29:00.766Z[ recovery-image] Feb 19 22:28:59.513 INFO O| Feb 19 22:28:59.513 INFO STEP 563 (remove_files) COMPLETE
65052026-02-19T22:29:00.766Z[ recovery-image] Feb 19 22:28:59.513 INFO O| Feb 19 22:28:59.513 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-02-19T22:29:00.775Z[ recovery-image] Feb 19 22:28:59.527 INFO O| Feb 19 22:28:59.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65072026-02-19T22:29:00.778Z[ recovery-image] Feb 19 22:28:59.527 INFO O| Feb 19 22:28:59.527 INFO STEP 564 (remove_files) COMPLETE
65082026-02-19T22:29:00.778Z[ recovery-image] Feb 19 22:28:59.527 INFO O| Feb 19 22:28:59.527 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-02-19T22:29:00.789Z[ recovery-image] Feb 19 22:28:59.541 INFO O| Feb 19 22:28:59.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65102026-02-19T22:29:00.790Z[ recovery-image] Feb 19 22:28:59.541 INFO O| Feb 19 22:28:59.541 INFO STEP 565 (remove_files) COMPLETE
65112026-02-19T22:29:00.790Z[ recovery-image] Feb 19 22:28:59.541 INFO O| Feb 19 22:28:59.541 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-02-19T22:29:00.804Z[ recovery-image] Feb 19 22:28:59.555 INFO O| Feb 19 22:28:59.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65132026-02-19T22:29:00.807Z[ recovery-image] Feb 19 22:28:59.556 INFO O| Feb 19 22:28:59.556 INFO STEP 566 (remove_files) COMPLETE
65142026-02-19T22:29:00.807Z[ recovery-image] Feb 19 22:28:59.556 INFO O| Feb 19 22:28:59.556 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-02-19T22:29:00.819Z[ recovery-image] Feb 19 22:28:59.570 INFO O| Feb 19 22:28:59.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65162026-02-19T22:29:00.819Z[ recovery-image] Feb 19 22:28:59.570 INFO O| Feb 19 22:28:59.570 INFO STEP 567 (remove_files) COMPLETE
65172026-02-19T22:29:00.825Z[ recovery-image] Feb 19 22:28:59.570 INFO O| Feb 19 22:28:59.570 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-02-19T22:29:00.833Z[ recovery-image] Feb 19 22:28:59.585 INFO O| Feb 19 22:28:59.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65192026-02-19T22:29:00.833Z[ recovery-image] Feb 19 22:28:59.585 INFO O| Feb 19 22:28:59.585 INFO STEP 568 (remove_files) COMPLETE
65202026-02-19T22:29:00.833Z[ recovery-image] Feb 19 22:28:59.585 INFO O| Feb 19 22:28:59.585 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-02-19T22:29:00.849Z[ recovery-image] Feb 19 22:28:59.599 INFO O| Feb 19 22:28:59.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65222026-02-19T22:29:00.849Z[ recovery-image] Feb 19 22:28:59.599 INFO O| Feb 19 22:28:59.599 INFO STEP 569 (remove_files) COMPLETE
65232026-02-19T22:29:00.853Z[ recovery-image] Feb 19 22:28:59.599 INFO O| Feb 19 22:28:59.599 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-02-19T22:29:00.860Z[ recovery-image] Feb 19 22:28:59.612 INFO O| Feb 19 22:28:59.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65252026-02-19T22:29:00.860Z[ recovery-image] Feb 19 22:28:59.612 INFO O| Feb 19 22:28:59.612 INFO STEP 570 (remove_files) COMPLETE
65262026-02-19T22:29:00.864Z[ recovery-image] Feb 19 22:28:59.612 INFO O| Feb 19 22:28:59.612 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-02-19T22:29:00.872Z[ recovery-image] Feb 19 22:28:59.624 INFO O| Feb 19 22:28:59.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65282026-02-19T22:29:00.873Z[ recovery-image] Feb 19 22:28:59.624 INFO O| Feb 19 22:28:59.624 INFO STEP 571 (remove_files) COMPLETE
65292026-02-19T22:29:00.873Z[ recovery-image] Feb 19 22:28:59.624 INFO O| Feb 19 22:28:59.624 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-02-19T22:29:00.886Z[ recovery-image] Feb 19 22:28:59.637 INFO O| Feb 19 22:28:59.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65312026-02-19T22:29:00.886Z[ recovery-image] Feb 19 22:28:59.638 INFO O| Feb 19 22:28:59.637 INFO STEP 572 (remove_files) COMPLETE
65322026-02-19T22:29:00.889Z[ recovery-image] Feb 19 22:28:59.638 INFO O| Feb 19 22:28:59.638 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-02-19T22:29:00.899Z[ recovery-image] Feb 19 22:28:59.650 INFO O| Feb 19 22:28:59.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65342026-02-19T22:29:00.900Z[ recovery-image] Feb 19 22:28:59.650 INFO O| Feb 19 22:28:59.650 INFO STEP 573 (remove_files) COMPLETE
65352026-02-19T22:29:00.900Z[ recovery-image] Feb 19 22:28:59.650 INFO O| Feb 19 22:28:59.650 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-02-19T22:29:00.915Z[ recovery-image] Feb 19 22:28:59.664 INFO O| Feb 19 22:28:59.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65372026-02-19T22:29:00.915Z[ recovery-image] Feb 19 22:28:59.664 INFO O| Feb 19 22:28:59.664 INFO STEP 574 (remove_files) COMPLETE
65382026-02-19T22:29:00.915Z[ recovery-image] Feb 19 22:28:59.664 INFO O| Feb 19 22:28:59.664 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-02-19T22:29:00.925Z[ recovery-image] Feb 19 22:28:59.676 INFO O| Feb 19 22:28:59.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65402026-02-19T22:29:00.925Z[ recovery-image] Feb 19 22:28:59.676 INFO O| Feb 19 22:28:59.676 INFO STEP 575 (remove_files) COMPLETE
65412026-02-19T22:29:00.928Z[ recovery-image] Feb 19 22:28:59.676 INFO O| Feb 19 22:28:59.676 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-02-19T22:29:00.936Z[ recovery-image] Feb 19 22:28:59.687 INFO O| Feb 19 22:28:59.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65432026-02-19T22:29:00.940Z[ recovery-image] Feb 19 22:28:59.688 INFO O| Feb 19 22:28:59.687 INFO STEP 576 (remove_files) COMPLETE
65442026-02-19T22:29:00.940Z[ recovery-image] Feb 19 22:28:59.688 INFO O| Feb 19 22:28:59.687 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-02-19T22:29:00.949Z[ recovery-image] Feb 19 22:28:59.700 INFO O| Feb 19 22:28:59.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65462026-02-19T22:29:00.949Z[ recovery-image] Feb 19 22:28:59.700 INFO O| Feb 19 22:28:59.700 INFO STEP 577 (remove_files) COMPLETE
65472026-02-19T22:29:00.949Z[ recovery-image] Feb 19 22:28:59.700 INFO O| Feb 19 22:28:59.700 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-02-19T22:29:00.962Z[ recovery-image] Feb 19 22:28:59.713 INFO O| Feb 19 22:28:59.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65492026-02-19T22:29:00.962Z[ recovery-image] Feb 19 22:28:59.713 INFO O| Feb 19 22:28:59.713 INFO STEP 578 (remove_files) COMPLETE
65502026-02-19T22:29:00.962Z[ recovery-image] Feb 19 22:28:59.713 INFO O| Feb 19 22:28:59.713 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-02-19T22:29:00.974Z[ recovery-image] Feb 19 22:28:59.725 INFO O| Feb 19 22:28:59.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65522026-02-19T22:29:00.975Z[ recovery-image] Feb 19 22:28:59.725 INFO O| Feb 19 22:28:59.725 INFO STEP 579 (remove_files) COMPLETE
65532026-02-19T22:29:00.978Z[ recovery-image] Feb 19 22:28:59.725 INFO O| Feb 19 22:28:59.725 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-02-19T22:29:00.987Z[ recovery-image] Feb 19 22:28:59.738 INFO O| Feb 19 22:28:59.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65552026-02-19T22:29:00.990Z[ recovery-image] Feb 19 22:28:59.739 INFO O| Feb 19 22:28:59.739 INFO STEP 580 (remove_files) COMPLETE
65562026-02-19T22:29:00.990Z[ recovery-image] Feb 19 22:28:59.739 INFO O| Feb 19 22:28:59.739 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-02-19T22:29:00.999Z[ recovery-image] Feb 19 22:28:59.751 INFO O| Feb 19 22:28:59.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65582026-02-19T22:29:00.999Z[ recovery-image] Feb 19 22:28:59.751 INFO O| Feb 19 22:28:59.751 INFO STEP 581 (remove_files) COMPLETE
65592026-02-19T22:29:00.999Z[ recovery-image] Feb 19 22:28:59.751 INFO O| Feb 19 22:28:59.751 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-02-19T22:29:01.013Z[ recovery-image] Feb 19 22:28:59.764 INFO O| Feb 19 22:28:59.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65612026-02-19T22:29:01.016Z[ recovery-image] Feb 19 22:28:59.765 INFO O| Feb 19 22:28:59.765 INFO STEP 582 (remove_files) COMPLETE
65622026-02-19T22:29:01.016Z[ recovery-image] Feb 19 22:28:59.765 INFO O| Feb 19 22:28:59.765 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-02-19T22:29:01.025Z[ recovery-image] Feb 19 22:28:59.777 INFO O| Feb 19 22:28:59.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65642026-02-19T22:29:01.025Z[ recovery-image] Feb 19 22:28:59.777 INFO O| Feb 19 22:28:59.777 INFO STEP 583 (remove_files) COMPLETE
65652026-02-19T22:29:01.025Z[ recovery-image] Feb 19 22:28:59.777 INFO O| Feb 19 22:28:59.777 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-02-19T22:29:01.037Z[ recovery-image] Feb 19 22:28:59.788 INFO O| Feb 19 22:28:59.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65672026-02-19T22:29:01.037Z[ recovery-image] Feb 19 22:28:59.789 INFO O| Feb 19 22:28:59.788 INFO STEP 584 (remove_files) COMPLETE
65682026-02-19T22:29:01.037Z[ recovery-image] Feb 19 22:28:59.789 INFO O| Feb 19 22:28:59.789 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-02-19T22:29:01.050Z[ recovery-image] Feb 19 22:28:59.801 INFO O| Feb 19 22:28:59.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65702026-02-19T22:29:01.050Z[ recovery-image] Feb 19 22:28:59.801 INFO O| Feb 19 22:28:59.801 INFO STEP 585 (remove_files) COMPLETE
65712026-02-19T22:29:01.050Z[ recovery-image] Feb 19 22:28:59.801 INFO O| Feb 19 22:28:59.801 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-02-19T22:29:01.061Z[ recovery-image] Feb 19 22:28:59.812 INFO O| Feb 19 22:28:59.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65732026-02-19T22:29:01.062Z[ recovery-image] Feb 19 22:28:59.813 INFO O| Feb 19 22:28:59.812 INFO STEP 586 (remove_files) COMPLETE
65742026-02-19T22:29:01.066Z[ recovery-image] Feb 19 22:28:59.813 INFO O| Feb 19 22:28:59.813 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-02-19T22:29:01.073Z[ recovery-image] Feb 19 22:28:59.824 INFO O| Feb 19 22:28:59.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65762026-02-19T22:29:01.073Z[ recovery-image] Feb 19 22:28:59.824 INFO O| Feb 19 22:28:59.824 INFO STEP 587 (remove_files) COMPLETE
65772026-02-19T22:29:01.076Z[ recovery-image] Feb 19 22:28:59.824 INFO O| Feb 19 22:28:59.824 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-02-19T22:29:01.086Z[ recovery-image] Feb 19 22:28:59.838 INFO O| Feb 19 22:28:59.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65792026-02-19T22:29:01.086Z[ recovery-image] Feb 19 22:28:59.838 INFO O| Feb 19 22:28:59.838 INFO STEP 588 (remove_files) COMPLETE
65802026-02-19T22:29:01.086Z[ recovery-image] Feb 19 22:28:59.838 INFO O| Feb 19 22:28:59.838 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-02-19T22:29:01.099Z[ recovery-image] Feb 19 22:28:59.850 INFO O| Feb 19 22:28:59.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65822026-02-19T22:29:01.099Z[ recovery-image] Feb 19 22:28:59.850 INFO O| Feb 19 22:28:59.850 INFO STEP 589 (remove_files) COMPLETE
65832026-02-19T22:29:01.102Z[ recovery-image] Feb 19 22:28:59.850 INFO O| Feb 19 22:28:59.850 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-02-19T22:29:01.111Z[ recovery-image] Feb 19 22:28:59.862 INFO O| Feb 19 22:28:59.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65852026-02-19T22:29:01.111Z[ recovery-image] Feb 19 22:28:59.863 INFO O| Feb 19 22:28:59.863 INFO STEP 590 (remove_files) COMPLETE
65862026-02-19T22:29:01.111Z[ recovery-image] Feb 19 22:28:59.863 INFO O| Feb 19 22:28:59.863 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-02-19T22:29:01.125Z[ recovery-image] Feb 19 22:28:59.876 INFO O| Feb 19 22:28:59.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65882026-02-19T22:29:01.125Z[ recovery-image] Feb 19 22:28:59.876 INFO O| Feb 19 22:28:59.876 INFO STEP 591 (remove_files) COMPLETE
65892026-02-19T22:29:01.125Z[ recovery-image] Feb 19 22:28:59.876 INFO O| Feb 19 22:28:59.876 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-02-19T22:29:01.140Z[ recovery-image] Feb 19 22:28:59.891 INFO O| Feb 19 22:28:59.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65912026-02-19T22:29:01.140Z[ recovery-image] Feb 19 22:28:59.891 INFO O| Feb 19 22:28:59.891 INFO STEP 592 (remove_files) COMPLETE
65922026-02-19T22:29:01.140Z[ recovery-image] Feb 19 22:28:59.891 INFO O| Feb 19 22:28:59.891 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-02-19T22:29:01.154Z[ recovery-image] Feb 19 22:28:59.905 INFO O| Feb 19 22:28:59.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65942026-02-19T22:29:01.154Z[ recovery-image] Feb 19 22:28:59.905 INFO O| Feb 19 22:28:59.905 INFO STEP 593 (remove_files) COMPLETE
65952026-02-19T22:29:01.154Z[ recovery-image] Feb 19 22:28:59.905 INFO O| Feb 19 22:28:59.905 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-02-19T22:29:01.169Z[ recovery-image] Feb 19 22:28:59.920 INFO O| Feb 19 22:28:59.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65972026-02-19T22:29:01.169Z[ recovery-image] Feb 19 22:28:59.920 INFO O| Feb 19 22:28:59.920 INFO STEP 594 (remove_files) COMPLETE
65982026-02-19T22:29:01.169Z[ recovery-image] Feb 19 22:28:59.920 INFO O| Feb 19 22:28:59.920 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-02-19T22:29:01.182Z[ recovery-image] Feb 19 22:28:59.934 INFO O| Feb 19 22:28:59.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66002026-02-19T22:29:01.182Z[ recovery-image] Feb 19 22:28:59.934 INFO O| Feb 19 22:28:59.934 INFO STEP 595 (remove_files) COMPLETE
66012026-02-19T22:29:01.182Z[ recovery-image] Feb 19 22:28:59.934 INFO O| Feb 19 22:28:59.934 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-02-19T22:29:01.195Z[ recovery-image] Feb 19 22:28:59.947 INFO O| Feb 19 22:28:59.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66032026-02-19T22:29:01.196Z[ recovery-image] Feb 19 22:28:59.947 INFO O| Feb 19 22:28:59.947 INFO STEP 596 (remove_files) COMPLETE
66042026-02-19T22:29:01.196Z[ recovery-image] Feb 19 22:28:59.947 INFO O| Feb 19 22:28:59.947 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-02-19T22:29:01.208Z[ recovery-image] Feb 19 22:28:59.960 INFO O| Feb 19 22:28:59.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66062026-02-19T22:29:01.209Z[ recovery-image] Feb 19 22:28:59.960 INFO O| Feb 19 22:28:59.960 INFO STEP 597 (remove_files) COMPLETE
66072026-02-19T22:29:01.209Z[ recovery-image] Feb 19 22:28:59.960 INFO O| Feb 19 22:28:59.960 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-02-19T22:29:01.223Z[ recovery-image] Feb 19 22:28:59.974 INFO O| Feb 19 22:28:59.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66092026-02-19T22:29:01.223Z[ recovery-image] Feb 19 22:28:59.974 INFO O| Feb 19 22:28:59.974 INFO STEP 598 (remove_files) COMPLETE
66102026-02-19T22:29:01.223Z[ recovery-image] Feb 19 22:28:59.974 INFO O| Feb 19 22:28:59.974 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-02-19T22:29:01.237Z[ recovery-image] Feb 19 22:28:59.988 INFO O| Feb 19 22:28:59.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66122026-02-19T22:29:01.237Z[ recovery-image] Feb 19 22:28:59.988 INFO O| Feb 19 22:28:59.988 INFO STEP 599 (remove_files) COMPLETE
66132026-02-19T22:29:01.237Z[ recovery-image] Feb 19 22:28:59.988 INFO O| Feb 19 22:28:59.988 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-02-19T22:29:01.250Z[ recovery-image] Feb 19 22:29:00.002 INFO O| Feb 19 22:29:00.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66152026-02-19T22:29:01.250Z[ recovery-image] Feb 19 22:29:00.002 INFO O| Feb 19 22:29:00.002 INFO STEP 600 (remove_files) COMPLETE
66162026-02-19T22:29:01.250Z[ recovery-image] Feb 19 22:29:00.002 INFO O| Feb 19 22:29:00.002 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-02-19T22:29:01.264Z[ recovery-image] Feb 19 22:29:00.016 INFO O| Feb 19 22:29:00.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66182026-02-19T22:29:01.264Z[ recovery-image] Feb 19 22:29:00.016 INFO O| Feb 19 22:29:00.016 INFO STEP 601 (remove_files) COMPLETE
66192026-02-19T22:29:01.267Z[ recovery-image] Feb 19 22:29:00.016 INFO O| Feb 19 22:29:00.016 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-02-19T22:29:01.279Z[ recovery-image] Feb 19 22:29:00.030 INFO O| Feb 19 22:29:00.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66212026-02-19T22:29:01.279Z[ recovery-image] Feb 19 22:29:00.030 INFO O| Feb 19 22:29:00.030 INFO STEP 602 (remove_files) COMPLETE
66222026-02-19T22:29:01.279Z[ recovery-image] Feb 19 22:29:00.030 INFO O| Feb 19 22:29:00.030 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-02-19T22:29:01.293Z[ recovery-image] Feb 19 22:29:00.043 INFO O| Feb 19 22:29:00.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66242026-02-19T22:29:01.293Z[ recovery-image] Feb 19 22:29:00.043 INFO O| Feb 19 22:29:00.043 INFO STEP 603 (remove_files) COMPLETE
66252026-02-19T22:29:01.293Z[ recovery-image] Feb 19 22:29:00.043 INFO O| Feb 19 22:29:00.043 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-02-19T22:29:01.306Z[ recovery-image] Feb 19 22:29:00.057 INFO O| Feb 19 22:29:00.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66272026-02-19T22:29:01.306Z[ recovery-image] Feb 19 22:29:00.057 INFO O| Feb 19 22:29:00.057 INFO STEP 604 (remove_files) COMPLETE
66282026-02-19T22:29:01.306Z[ recovery-image] Feb 19 22:29:00.057 INFO O| Feb 19 22:29:00.057 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-02-19T22:29:01.319Z[ recovery-image] Feb 19 22:29:00.070 INFO O| Feb 19 22:29:00.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66302026-02-19T22:29:01.319Z[ recovery-image] Feb 19 22:29:00.070 INFO O| Feb 19 22:29:00.070 INFO STEP 605 (remove_files) COMPLETE
66312026-02-19T22:29:01.322Z[ recovery-image] Feb 19 22:29:00.071 INFO O| Feb 19 22:29:00.070 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-02-19T22:29:01.332Z[ recovery-image] Feb 19 22:29:00.083 INFO O| Feb 19 22:29:00.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66332026-02-19T22:29:01.332Z[ recovery-image] Feb 19 22:29:00.084 INFO O| Feb 19 22:29:00.084 INFO STEP 606 (remove_files) COMPLETE
66342026-02-19T22:29:01.335Z[ recovery-image] Feb 19 22:29:00.084 INFO O| Feb 19 22:29:00.084 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-02-19T22:29:01.344Z[ recovery-image] Feb 19 22:29:00.095 INFO O| Feb 19 22:29:00.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66362026-02-19T22:29:01.344Z[ recovery-image] Feb 19 22:29:00.095 INFO O| Feb 19 22:29:00.095 INFO STEP 607 (remove_files) COMPLETE
66372026-02-19T22:29:01.348Z[ recovery-image] Feb 19 22:29:00.095 INFO O| Feb 19 22:29:00.095 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-02-19T22:29:01.356Z[ recovery-image] Feb 19 22:29:00.107 INFO O| Feb 19 22:29:00.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66392026-02-19T22:29:01.356Z[ recovery-image] Feb 19 22:29:00.107 INFO O| Feb 19 22:29:00.107 INFO STEP 608 (remove_files) COMPLETE
66402026-02-19T22:29:01.356Z[ recovery-image] Feb 19 22:29:00.107 INFO O| Feb 19 22:29:00.107 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-02-19T22:29:01.366Z[ recovery-image] Feb 19 22:29:00.118 INFO O| Feb 19 22:29:00.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66422026-02-19T22:29:01.366Z[ recovery-image] Feb 19 22:29:00.118 INFO O| Feb 19 22:29:00.118 INFO STEP 609 (remove_files) COMPLETE
66432026-02-19T22:29:01.369Z[ recovery-image] Feb 19 22:29:00.118 INFO O| Feb 19 22:29:00.118 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-02-19T22:29:01.378Z[ recovery-image] Feb 19 22:29:00.130 INFO O| Feb 19 22:29:00.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66452026-02-19T22:29:01.378Z[ recovery-image] Feb 19 22:29:00.130 INFO O| Feb 19 22:29:00.130 INFO STEP 610 (remove_files) COMPLETE
66462026-02-19T22:29:01.378Z[ recovery-image] Feb 19 22:29:00.130 INFO O| Feb 19 22:29:00.130 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-02-19T22:29:01.392Z[ recovery-image] Feb 19 22:29:00.144 INFO O| Feb 19 22:29:00.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66482026-02-19T22:29:01.393Z[ recovery-image] Feb 19 22:29:00.144 INFO O| Feb 19 22:29:00.144 INFO STEP 611 (remove_files) COMPLETE
66492026-02-19T22:29:01.393Z[ recovery-image] Feb 19 22:29:00.144 INFO O| Feb 19 22:29:00.144 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-02-19T22:29:01.407Z[ recovery-image] Feb 19 22:29:00.158 INFO O| Feb 19 22:29:00.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66512026-02-19T22:29:01.407Z[ recovery-image] Feb 19 22:29:00.159 INFO O| Feb 19 22:29:00.158 INFO STEP 612 (remove_files) COMPLETE
66522026-02-19T22:29:01.407Z[ recovery-image] Feb 19 22:29:00.159 INFO O| Feb 19 22:29:00.159 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-02-19T22:29:01.422Z[ recovery-image] Feb 19 22:29:00.173 INFO O| Feb 19 22:29:00.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66542026-02-19T22:29:01.422Z[ recovery-image] Feb 19 22:29:00.173 INFO O| Feb 19 22:29:00.173 INFO STEP 613 (remove_files) COMPLETE
66552026-02-19T22:29:01.422Z[ recovery-image] Feb 19 22:29:00.173 INFO O| Feb 19 22:29:00.173 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-02-19T22:29:01.435Z[ recovery-image] Feb 19 22:29:00.187 INFO O| Feb 19 22:29:00.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66572026-02-19T22:29:01.436Z[ recovery-image] Feb 19 22:29:00.187 INFO O| Feb 19 22:29:00.187 INFO STEP 614 (remove_files) COMPLETE
66582026-02-19T22:29:01.440Z[ recovery-image] Feb 19 22:29:00.187 INFO O| Feb 19 22:29:00.187 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-02-19T22:29:01.449Z[ recovery-image] Feb 19 22:29:00.201 INFO O| Feb 19 22:29:00.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66602026-02-19T22:29:01.450Z[ recovery-image] Feb 19 22:29:00.201 INFO O| Feb 19 22:29:00.201 INFO STEP 615 (remove_files) COMPLETE
66612026-02-19T22:29:01.453Z[ recovery-image] Feb 19 22:29:00.201 INFO O| Feb 19 22:29:00.201 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-02-19T22:29:01.464Z[ recovery-image] Feb 19 22:29:00.215 INFO O| Feb 19 22:29:00.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66632026-02-19T22:29:01.464Z[ recovery-image] Feb 19 22:29:00.215 INFO O| Feb 19 22:29:00.215 INFO STEP 616 (remove_files) COMPLETE
66642026-02-19T22:29:01.464Z[ recovery-image] Feb 19 22:29:00.215 INFO O| Feb 19 22:29:00.215 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-02-19T22:29:01.477Z[ recovery-image] Feb 19 22:29:00.229 INFO O| Feb 19 22:29:00.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66662026-02-19T22:29:01.477Z[ recovery-image] Feb 19 22:29:00.229 INFO O| Feb 19 22:29:00.229 INFO STEP 617 (remove_files) COMPLETE
66672026-02-19T22:29:01.478Z[ recovery-image] Feb 19 22:29:00.229 INFO O| Feb 19 22:29:00.229 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-02-19T22:29:01.491Z[ recovery-image] Feb 19 22:29:00.242 INFO O| Feb 19 22:29:00.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66692026-02-19T22:29:01.494Z[ recovery-image] Feb 19 22:29:00.242 INFO O| Feb 19 22:29:00.242 INFO STEP 618 (remove_files) COMPLETE
66702026-02-19T22:29:01.494Z[ recovery-image] Feb 19 22:29:00.242 INFO O| Feb 19 22:29:00.242 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-02-19T22:29:01.505Z[ recovery-image] Feb 19 22:29:00.256 INFO O| Feb 19 22:29:00.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66722026-02-19T22:29:01.505Z[ recovery-image] Feb 19 22:29:00.256 INFO O| Feb 19 22:29:00.256 INFO STEP 619 (remove_files) COMPLETE
66732026-02-19T22:29:01.505Z[ recovery-image] Feb 19 22:29:00.256 INFO O| Feb 19 22:29:00.256 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-02-19T22:29:01.518Z[ recovery-image] Feb 19 22:29:00.269 INFO O| Feb 19 22:29:00.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66752026-02-19T22:29:01.518Z[ recovery-image] Feb 19 22:29:00.269 INFO O| Feb 19 22:29:00.269 INFO STEP 620 (remove_files) COMPLETE
66762026-02-19T22:29:01.518Z[ recovery-image] Feb 19 22:29:00.269 INFO O| Feb 19 22:29:00.269 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-02-19T22:29:01.532Z[ recovery-image] Feb 19 22:29:00.283 INFO O| Feb 19 22:29:00.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66782026-02-19T22:29:01.532Z[ recovery-image] Feb 19 22:29:00.283 INFO O| Feb 19 22:29:00.283 INFO STEP 621 (remove_files) COMPLETE
66792026-02-19T22:29:01.532Z[ recovery-image] Feb 19 22:29:00.283 INFO O| Feb 19 22:29:00.283 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-02-19T22:29:01.546Z[ recovery-image] Feb 19 22:29:00.297 INFO O| Feb 19 22:29:00.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66812026-02-19T22:29:01.546Z[ recovery-image] Feb 19 22:29:00.297 INFO O| Feb 19 22:29:00.297 INFO STEP 622 (remove_files) COMPLETE
66822026-02-19T22:29:01.549Z[ recovery-image] Feb 19 22:29:00.297 INFO O| Feb 19 22:29:00.297 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-02-19T22:29:01.561Z[ recovery-image] Feb 19 22:29:00.311 INFO O| Feb 19 22:29:00.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66842026-02-19T22:29:01.561Z[ recovery-image] Feb 19 22:29:00.312 INFO O| Feb 19 22:29:00.311 INFO STEP 623 (remove_files) COMPLETE
66852026-02-19T22:29:01.561Z[ recovery-image] Feb 19 22:29:00.312 INFO O| Feb 19 22:29:00.312 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-02-19T22:29:01.574Z[ recovery-image] Feb 19 22:29:00.326 INFO O| Feb 19 22:29:00.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66872026-02-19T22:29:01.574Z[ recovery-image] Feb 19 22:29:00.326 INFO O| Feb 19 22:29:00.326 INFO STEP 624 (remove_files) COMPLETE
66882026-02-19T22:29:01.574Z[ recovery-image] Feb 19 22:29:00.326 INFO O| Feb 19 22:29:00.326 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-02-19T22:29:01.589Z[ recovery-image] Feb 19 22:29:00.341 INFO O| Feb 19 22:29:00.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66902026-02-19T22:29:01.589Z[ recovery-image] Feb 19 22:29:00.341 INFO O| Feb 19 22:29:00.341 INFO STEP 625 (remove_files) COMPLETE
66912026-02-19T22:29:01.589Z[ recovery-image] Feb 19 22:29:00.341 INFO O| Feb 19 22:29:00.341 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-02-19T22:29:01.604Z[ recovery-image] Feb 19 22:29:00.355 INFO O| Feb 19 22:29:00.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66932026-02-19T22:29:01.604Z[ recovery-image] Feb 19 22:29:00.355 INFO O| Feb 19 22:29:00.355 INFO STEP 626 (remove_files) COMPLETE
66942026-02-19T22:29:01.606Z[ recovery-image] Feb 19 22:29:00.355 INFO O| Feb 19 22:29:00.355 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-02-19T22:29:01.618Z[ recovery-image] Feb 19 22:29:00.369 INFO O| Feb 19 22:29:00.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66962026-02-19T22:29:01.618Z[ recovery-image] Feb 19 22:29:00.369 INFO O| Feb 19 22:29:00.369 INFO STEP 627 (remove_files) COMPLETE
66972026-02-19T22:29:01.618Z[ recovery-image] Feb 19 22:29:00.369 INFO O| Feb 19 22:29:00.369 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-02-19T22:29:01.631Z[ recovery-image] Feb 19 22:29:00.382 INFO O| Feb 19 22:29:00.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66992026-02-19T22:29:01.631Z[ recovery-image] Feb 19 22:29:00.382 INFO O| Feb 19 22:29:00.382 INFO STEP 628 (remove_files) COMPLETE
67002026-02-19T22:29:01.631Z[ recovery-image] Feb 19 22:29:00.382 INFO O| Feb 19 22:29:00.382 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-02-19T22:29:01.647Z[ recovery-image] Feb 19 22:29:00.398 INFO O| Feb 19 22:29:00.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67022026-02-19T22:29:01.647Z[ recovery-image] Feb 19 22:29:00.398 INFO O| Feb 19 22:29:00.398 INFO STEP 629 (remove_files) COMPLETE
67032026-02-19T22:29:01.647Z[ recovery-image] Feb 19 22:29:00.398 INFO O| Feb 19 22:29:00.398 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-02-19T22:29:01.660Z[ recovery-image] Feb 19 22:29:00.412 INFO O| Feb 19 22:29:00.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67052026-02-19T22:29:01.661Z[ recovery-image] Feb 19 22:29:00.412 INFO O| Feb 19 22:29:00.412 INFO STEP 630 (remove_files) COMPLETE
67062026-02-19T22:29:01.661Z[ recovery-image] Feb 19 22:29:00.412 INFO O| Feb 19 22:29:00.412 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-02-19T22:29:01.673Z[ recovery-image] Feb 19 22:29:00.425 INFO O| Feb 19 22:29:00.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67082026-02-19T22:29:01.673Z[ recovery-image] Feb 19 22:29:00.425 INFO O| Feb 19 22:29:00.425 INFO STEP 631 (remove_files) COMPLETE
67092026-02-19T22:29:01.673Z[ recovery-image] Feb 19 22:29:00.425 INFO O| Feb 19 22:29:00.425 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-02-19T22:29:01.689Z[ recovery-image] Feb 19 22:29:00.439 INFO O| Feb 19 22:29:00.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67112026-02-19T22:29:01.693Z[ recovery-image] Feb 19 22:29:00.439 INFO O| Feb 19 22:29:00.439 INFO STEP 632 (remove_files) COMPLETE
67122026-02-19T22:29:01.694Z[ recovery-image] Feb 19 22:29:00.439 INFO O| Feb 19 22:29:00.439 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-02-19T22:29:01.701Z[ recovery-image] Feb 19 22:29:00.452 INFO O| Feb 19 22:29:00.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67142026-02-19T22:29:01.701Z[ recovery-image] Feb 19 22:29:00.452 INFO O| Feb 19 22:29:00.452 INFO STEP 633 (remove_files) COMPLETE
67152026-02-19T22:29:01.701Z[ recovery-image] Feb 19 22:29:00.452 INFO O| Feb 19 22:29:00.452 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-02-19T22:29:01.714Z[ recovery-image] Feb 19 22:29:00.465 INFO O| Feb 19 22:29:00.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67172026-02-19T22:29:01.714Z[ recovery-image] Feb 19 22:29:00.465 INFO O| Feb 19 22:29:00.465 INFO STEP 634 (remove_files) COMPLETE
67182026-02-19T22:29:01.719Z[ recovery-image] Feb 19 22:29:00.465 INFO O| Feb 19 22:29:00.465 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-02-19T22:29:01.726Z[ recovery-image] Feb 19 22:29:00.477 INFO O| Feb 19 22:29:00.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67202026-02-19T22:29:01.726Z[ recovery-image] Feb 19 22:29:00.477 INFO O| Feb 19 22:29:00.477 INFO STEP 635 (remove_files) COMPLETE
67212026-02-19T22:29:01.729Z[ recovery-image] Feb 19 22:29:00.477 INFO O| Feb 19 22:29:00.477 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-02-19T22:29:01.738Z[ recovery-image] Feb 19 22:29:00.489 INFO O| Feb 19 22:29:00.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67232026-02-19T22:29:01.741Z[ recovery-image] Feb 19 22:29:00.489 INFO O| Feb 19 22:29:00.489 INFO STEP 636 (remove_files) COMPLETE
67242026-02-19T22:29:01.741Z[ recovery-image] Feb 19 22:29:00.489 INFO O| Feb 19 22:29:00.489 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-02-19T22:29:01.751Z[ recovery-image] Feb 19 22:29:00.502 INFO O| Feb 19 22:29:00.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67262026-02-19T22:29:01.751Z[ recovery-image] Feb 19 22:29:00.502 INFO O| Feb 19 22:29:00.502 INFO STEP 637 (remove_files) COMPLETE
67272026-02-19T22:29:01.754Z[ recovery-image] Feb 19 22:29:00.502 INFO O| Feb 19 22:29:00.502 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-02-19T22:29:01.763Z[ recovery-image] Feb 19 22:29:00.515 INFO O| Feb 19 22:29:00.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67292026-02-19T22:29:01.763Z[ recovery-image] Feb 19 22:29:00.515 INFO O| Feb 19 22:29:00.515 INFO STEP 638 (remove_files) COMPLETE
67302026-02-19T22:29:01.766Z[ recovery-image] Feb 19 22:29:00.515 INFO O| Feb 19 22:29:00.515 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-02-19T22:29:01.777Z[ recovery-image] Feb 19 22:29:00.528 INFO O| Feb 19 22:29:00.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67322026-02-19T22:29:01.777Z[ recovery-image] Feb 19 22:29:00.528 INFO O| Feb 19 22:29:00.528 INFO STEP 639 (remove_files) COMPLETE
67332026-02-19T22:29:01.780Z[ recovery-image] Feb 19 22:29:00.528 INFO O| Feb 19 22:29:00.528 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-02-19T22:29:01.791Z[ recovery-image] Feb 19 22:29:00.542 INFO O| Feb 19 22:29:00.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67352026-02-19T22:29:01.791Z[ recovery-image] Feb 19 22:29:00.542 INFO O| Feb 19 22:29:00.542 INFO STEP 640 (remove_files) COMPLETE
67362026-02-19T22:29:01.791Z[ recovery-image] Feb 19 22:29:00.542 INFO O| Feb 19 22:29:00.542 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-02-19T22:29:01.804Z[ recovery-image] Feb 19 22:29:00.555 INFO O| Feb 19 22:29:00.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67382026-02-19T22:29:01.804Z[ recovery-image] Feb 19 22:29:00.555 INFO O| Feb 19 22:29:00.555 INFO STEP 641 (remove_files) COMPLETE
67392026-02-19T22:29:01.808Z[ recovery-image] Feb 19 22:29:00.555 INFO O| Feb 19 22:29:00.555 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-02-19T22:29:01.817Z[ recovery-image] Feb 19 22:29:00.569 INFO O| Feb 19 22:29:00.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67412026-02-19T22:29:01.817Z[ recovery-image] Feb 19 22:29:00.569 INFO O| Feb 19 22:29:00.569 INFO STEP 642 (remove_files) COMPLETE
67422026-02-19T22:29:01.817Z[ recovery-image] Feb 19 22:29:00.569 INFO O| Feb 19 22:29:00.569 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-02-19T22:29:01.830Z[ recovery-image] Feb 19 22:29:00.581 INFO O| Feb 19 22:29:00.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67442026-02-19T22:29:01.830Z[ recovery-image] Feb 19 22:29:00.581 INFO O| Feb 19 22:29:00.581 INFO STEP 643 (remove_files) COMPLETE
67452026-02-19T22:29:01.830Z[ recovery-image] Feb 19 22:29:00.581 INFO O| Feb 19 22:29:00.581 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-02-19T22:29:01.843Z[ recovery-image] Feb 19 22:29:00.594 INFO O| Feb 19 22:29:00.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67472026-02-19T22:29:01.843Z[ recovery-image] Feb 19 22:29:00.594 INFO O| Feb 19 22:29:00.594 INFO STEP 644 (remove_files) COMPLETE
67482026-02-19T22:29:01.843Z[ recovery-image] Feb 19 22:29:00.594 INFO O| Feb 19 22:29:00.594 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-02-19T22:29:01.855Z[ recovery-image] Feb 19 22:29:00.607 INFO O| Feb 19 22:29:00.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67502026-02-19T22:29:01.855Z[ recovery-image] Feb 19 22:29:00.607 INFO O| Feb 19 22:29:00.607 INFO STEP 645 (remove_files) COMPLETE
67512026-02-19T22:29:01.855Z[ recovery-image] Feb 19 22:29:00.607 INFO O| Feb 19 22:29:00.607 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-02-19T22:29:01.867Z[ recovery-image] Feb 19 22:29:00.618 INFO O| Feb 19 22:29:00.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67532026-02-19T22:29:01.867Z[ recovery-image] Feb 19 22:29:00.618 INFO O| Feb 19 22:29:00.618 INFO STEP 646 (remove_files) COMPLETE
67542026-02-19T22:29:01.867Z[ recovery-image] Feb 19 22:29:00.618 INFO O| Feb 19 22:29:00.618 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-02-19T22:29:01.881Z[ recovery-image] Feb 19 22:29:00.631 INFO O| Feb 19 22:29:00.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67562026-02-19T22:29:01.881Z[ recovery-image] Feb 19 22:29:00.631 INFO O| Feb 19 22:29:00.631 INFO STEP 647 (remove_files) COMPLETE
67572026-02-19T22:29:01.881Z[ recovery-image] Feb 19 22:29:00.631 INFO O| Feb 19 22:29:00.631 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-02-19T22:29:01.891Z[ recovery-image] Feb 19 22:29:00.643 INFO O| Feb 19 22:29:00.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67592026-02-19T22:29:01.891Z[ recovery-image] Feb 19 22:29:00.643 INFO O| Feb 19 22:29:00.643 INFO STEP 648 (remove_files) COMPLETE
67602026-02-19T22:29:01.891Z[ recovery-image] Feb 19 22:29:00.643 INFO O| Feb 19 22:29:00.643 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-02-19T22:29:01.904Z[ recovery-image] Feb 19 22:29:00.653 INFO O| Feb 19 22:29:00.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67622026-02-19T22:29:01.904Z[ recovery-image] Feb 19 22:29:00.654 INFO O| Feb 19 22:29:00.654 INFO STEP 649 (remove_files) COMPLETE
67632026-02-19T22:29:01.904Z[ recovery-image] Feb 19 22:29:00.654 INFO O| Feb 19 22:29:00.654 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-02-19T22:29:01.915Z[ recovery-image] Feb 19 22:29:00.667 INFO O| Feb 19 22:29:00.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67652026-02-19T22:29:01.915Z[ recovery-image] Feb 19 22:29:00.667 INFO O| Feb 19 22:29:00.667 INFO STEP 650 (remove_files) COMPLETE
67662026-02-19T22:29:01.919Z[ recovery-image] Feb 19 22:29:00.667 INFO O| Feb 19 22:29:00.667 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-02-19T22:29:01.926Z[ recovery-image] Feb 19 22:29:00.678 INFO O| Feb 19 22:29:00.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67682026-02-19T22:29:01.926Z[ recovery-image] Feb 19 22:29:00.678 INFO O| Feb 19 22:29:00.678 INFO STEP 651 (remove_files) COMPLETE
67692026-02-19T22:29:01.929Z[ recovery-image] Feb 19 22:29:00.678 INFO O| Feb 19 22:29:00.678 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-02-19T22:29:01.940Z[ recovery-image] Feb 19 22:29:00.691 INFO O| Feb 19 22:29:00.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67712026-02-19T22:29:01.940Z[ recovery-image] Feb 19 22:29:00.691 INFO O| Feb 19 22:29:00.691 INFO STEP 652 (remove_files) COMPLETE
67722026-02-19T22:29:01.940Z[ recovery-image] Feb 19 22:29:00.691 INFO O| Feb 19 22:29:00.691 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-02-19T22:29:01.953Z[ recovery-image] Feb 19 22:29:00.705 INFO O| Feb 19 22:29:00.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67742026-02-19T22:29:01.953Z[ recovery-image] Feb 19 22:29:00.705 INFO O| Feb 19 22:29:00.705 INFO STEP 653 (remove_files) COMPLETE
67752026-02-19T22:29:01.953Z[ recovery-image] Feb 19 22:29:00.705 INFO O| Feb 19 22:29:00.705 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-02-19T22:29:01.965Z[ recovery-image] Feb 19 22:29:00.716 INFO O| Feb 19 22:29:00.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67772026-02-19T22:29:01.965Z[ recovery-image] Feb 19 22:29:00.717 INFO O| Feb 19 22:29:00.716 INFO STEP 654 (remove_files) COMPLETE
67782026-02-19T22:29:01.965Z[ recovery-image] Feb 19 22:29:00.717 INFO O| Feb 19 22:29:00.716 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-02-19T22:29:01.977Z[ recovery-image] Feb 19 22:29:00.727 INFO O| Feb 19 22:29:00.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67802026-02-19T22:29:01.981Z[ recovery-image] Feb 19 22:29:00.728 INFO O| Feb 19 22:29:00.728 INFO STEP 655 (remove_files) COMPLETE
67812026-02-19T22:29:01.981Z[ recovery-image] Feb 19 22:29:00.728 INFO O| Feb 19 22:29:00.728 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-02-19T22:29:01.989Z[ recovery-image] Feb 19 22:29:00.740 INFO O| Feb 19 22:29:00.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67832026-02-19T22:29:01.989Z[ recovery-image] Feb 19 22:29:00.740 INFO O| Feb 19 22:29:00.740 INFO STEP 656 (remove_files) COMPLETE
67842026-02-19T22:29:01.989Z[ recovery-image] Feb 19 22:29:00.740 INFO O| Feb 19 22:29:00.740 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-02-19T22:29:02.000Z[ recovery-image] Feb 19 22:29:00.752 INFO O| Feb 19 22:29:00.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67862026-02-19T22:29:02.001Z[ recovery-image] Feb 19 22:29:00.752 INFO O| Feb 19 22:29:00.752 INFO STEP 657 (remove_files) COMPLETE
67872026-02-19T22:29:02.001Z[ recovery-image] Feb 19 22:29:00.752 INFO O| Feb 19 22:29:00.752 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-02-19T22:29:02.012Z[ recovery-image] Feb 19 22:29:00.763 INFO O| Feb 19 22:29:00.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67892026-02-19T22:29:02.012Z[ recovery-image] Feb 19 22:29:00.763 INFO O| Feb 19 22:29:00.763 INFO STEP 658 (remove_files) COMPLETE
67902026-02-19T22:29:02.012Z[ recovery-image] Feb 19 22:29:00.763 INFO O| Feb 19 22:29:00.763 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-02-19T22:29:02.024Z[ recovery-image] Feb 19 22:29:00.775 INFO O| Feb 19 22:29:00.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67922026-02-19T22:29:02.028Z[ recovery-image] Feb 19 22:29:00.776 INFO O| Feb 19 22:29:00.776 INFO STEP 659 (remove_files) COMPLETE
67932026-02-19T22:29:02.028Z[ recovery-image] Feb 19 22:29:00.776 INFO O| Feb 19 22:29:00.776 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-02-19T22:29:02.054Z[ recovery-image] Feb 19 22:29:00.805 INFO O| Feb 19 22:29:00.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67952026-02-19T22:29:02.054Z[ recovery-image] Feb 19 22:29:00.805 INFO O| Feb 19 22:29:00.805 INFO STEP 660 (remove_files) COMPLETE
67962026-02-19T22:29:02.054Z[ recovery-image] Feb 19 22:29:00.805 INFO O| Feb 19 22:29:00.805 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-02-19T22:29:02.068Z[ recovery-image] Feb 19 22:29:00.819 INFO O| Feb 19 22:29:00.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67982026-02-19T22:29:02.068Z[ recovery-image] Feb 19 22:29:00.819 INFO O| Feb 19 22:29:00.819 INFO STEP 661 (remove_files) COMPLETE
67992026-02-19T22:29:02.071Z[ recovery-image] Feb 19 22:29:00.819 INFO O| Feb 19 22:29:00.819 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-02-19T22:29:02.081Z[ recovery-image] Feb 19 22:29:00.832 INFO O| Feb 19 22:29:00.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68012026-02-19T22:29:02.081Z[ recovery-image] Feb 19 22:29:00.833 INFO O| Feb 19 22:29:00.832 INFO STEP 662 (remove_files) COMPLETE
68022026-02-19T22:29:02.084Z[ recovery-image] Feb 19 22:29:00.833 INFO O| Feb 19 22:29:00.832 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-02-19T22:29:02.094Z[ recovery-image] Feb 19 22:29:00.846 INFO O| Feb 19 22:29:00.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68042026-02-19T22:29:02.094Z[ recovery-image] Feb 19 22:29:00.846 INFO O| Feb 19 22:29:00.846 INFO STEP 663 (remove_files) COMPLETE
68052026-02-19T22:29:02.094Z[ recovery-image] Feb 19 22:29:00.846 INFO O| Feb 19 22:29:00.846 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-02-19T22:29:02.107Z[ recovery-image] Feb 19 22:29:00.858 INFO O| Feb 19 22:29:00.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68072026-02-19T22:29:02.107Z[ recovery-image] Feb 19 22:29:00.859 INFO O| Feb 19 22:29:00.859 INFO STEP 664 (remove_files) COMPLETE
68082026-02-19T22:29:02.107Z[ recovery-image] Feb 19 22:29:00.859 INFO O| Feb 19 22:29:00.859 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-02-19T22:29:02.120Z[ recovery-image] Feb 19 22:29:00.871 INFO O| Feb 19 22:29:00.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68102026-02-19T22:29:02.120Z[ recovery-image] Feb 19 22:29:00.871 INFO O| Feb 19 22:29:00.871 INFO STEP 665 (remove_files) COMPLETE
68112026-02-19T22:29:02.120Z[ recovery-image] Feb 19 22:29:00.871 INFO O| Feb 19 22:29:00.871 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-02-19T22:29:02.132Z[ recovery-image] Feb 19 22:29:00.884 INFO O| Feb 19 22:29:00.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68132026-02-19T22:29:02.133Z[ recovery-image] Feb 19 22:29:00.884 INFO O| Feb 19 22:29:00.884 INFO STEP 666 (remove_files) COMPLETE
68142026-02-19T22:29:02.133Z[ recovery-image] Feb 19 22:29:00.884 INFO O| Feb 19 22:29:00.884 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-02-19T22:29:02.146Z[ recovery-image] Feb 19 22:29:00.897 INFO O| Feb 19 22:29:00.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68162026-02-19T22:29:02.146Z[ recovery-image] Feb 19 22:29:00.898 INFO O| Feb 19 22:29:00.898 INFO STEP 667 (remove_files) COMPLETE
68172026-02-19T22:29:02.146Z[ recovery-image] Feb 19 22:29:00.898 INFO O| Feb 19 22:29:00.898 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-02-19T22:29:02.159Z[ recovery-image] Feb 19 22:29:00.911 INFO O| Feb 19 22:29:00.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68192026-02-19T22:29:02.159Z[ recovery-image] Feb 19 22:29:00.911 INFO O| Feb 19 22:29:00.911 INFO STEP 668 (remove_files) COMPLETE
68202026-02-19T22:29:02.159Z[ recovery-image] Feb 19 22:29:00.911 INFO O| Feb 19 22:29:00.911 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-02-19T22:29:02.172Z[ recovery-image] Feb 19 22:29:00.923 INFO O| Feb 19 22:29:00.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68222026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.923 INFO O| Feb 19 22:29:00.923 INFO STEP 669 (remove_files) COMPLETE
68232026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.923 INFO O| Feb 19 22:29:00.923 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.937 INFO O| Feb 19 22:29:00.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68252026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.937 INFO O| Feb 19 22:29:00.937 INFO STEP 670 (remove_files) COMPLETE
68262026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.937 INFO O| Feb 19 22:29:00.937 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.949 INFO O| Feb 19 22:29:00.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68282026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.950 INFO O| Feb 19 22:29:00.950 INFO STEP 671 (remove_files) COMPLETE
68292026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.950 INFO O| Feb 19 22:29:00.950 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.963 INFO O| Feb 19 22:29:00.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68312026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.963 INFO O| Feb 19 22:29:00.963 INFO STEP 672 (remove_files) COMPLETE
68322026-02-19T22:29:02.226Z[ recovery-image] Feb 19 22:29:00.963 INFO O| Feb 19 22:29:00.963 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-02-19T22:29:02.229Z[ recovery-image] Feb 19 22:29:00.977 INFO O| Feb 19 22:29:00.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68342026-02-19T22:29:02.229Z[ recovery-image] Feb 19 22:29:00.977 INFO O| Feb 19 22:29:00.977 INFO STEP 673 (remove_files) COMPLETE
68352026-02-19T22:29:02.229Z[ recovery-image] Feb 19 22:29:00.977 INFO O| Feb 19 22:29:00.977 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-02-19T22:29:02.240Z[ recovery-image] Feb 19 22:29:00.990 INFO O| Feb 19 22:29:00.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68372026-02-19T22:29:02.240Z[ recovery-image] Feb 19 22:29:00.991 INFO O| Feb 19 22:29:00.991 INFO STEP 674 (remove_files) COMPLETE
68382026-02-19T22:29:02.244Z[ recovery-image] Feb 19 22:29:00.991 INFO O| Feb 19 22:29:00.991 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-02-19T22:29:02.254Z[ recovery-image] Feb 19 22:29:01.005 INFO O| Feb 19 22:29:01.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68402026-02-19T22:29:02.254Z[ recovery-image] Feb 19 22:29:01.005 INFO O| Feb 19 22:29:01.005 INFO STEP 675 (remove_files) COMPLETE
68412026-02-19T22:29:02.257Z[ recovery-image] Feb 19 22:29:01.005 INFO O| Feb 19 22:29:01.005 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-02-19T22:29:02.267Z[ recovery-image] Feb 19 22:29:01.019 INFO O| Feb 19 22:29:01.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68432026-02-19T22:29:02.267Z[ recovery-image] Feb 19 22:29:01.019 INFO O| Feb 19 22:29:01.019 INFO STEP 676 (remove_files) COMPLETE
68442026-02-19T22:29:02.271Z[ recovery-image] Feb 19 22:29:01.019 INFO O| Feb 19 22:29:01.019 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-02-19T22:29:02.281Z[ recovery-image] Feb 19 22:29:01.032 INFO O| Feb 19 22:29:01.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68462026-02-19T22:29:02.281Z[ recovery-image] Feb 19 22:29:01.033 INFO O| Feb 19 22:29:01.033 INFO STEP 677 (remove_files) COMPLETE
68472026-02-19T22:29:02.284Z[ recovery-image] Feb 19 22:29:01.033 INFO O| Feb 19 22:29:01.033 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-02-19T22:29:02.294Z[ recovery-image] Feb 19 22:29:01.046 INFO O| Feb 19 22:29:01.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68492026-02-19T22:29:02.294Z[ recovery-image] Feb 19 22:29:01.046 INFO O| Feb 19 22:29:01.046 INFO STEP 678 (remove_files) COMPLETE
68502026-02-19T22:29:02.297Z[ recovery-image] Feb 19 22:29:01.046 INFO O| Feb 19 22:29:01.046 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-02-19T22:29:02.309Z[ recovery-image] Feb 19 22:29:01.060 INFO O| Feb 19 22:29:01.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68522026-02-19T22:29:02.309Z[ recovery-image] Feb 19 22:29:01.060 INFO O| Feb 19 22:29:01.060 INFO STEP 679 (remove_files) COMPLETE
68532026-02-19T22:29:02.309Z[ recovery-image] Feb 19 22:29:01.060 INFO O| Feb 19 22:29:01.060 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-02-19T22:29:02.326Z[ recovery-image] Feb 19 22:29:01.077 INFO O| Feb 19 22:29:01.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68552026-02-19T22:29:02.326Z[ recovery-image] Feb 19 22:29:01.077 INFO O| Feb 19 22:29:01.077 INFO STEP 680 (remove_files) COMPLETE
68562026-02-19T22:29:02.330Z[ recovery-image] Feb 19 22:29:01.077 INFO O| Feb 19 22:29:01.077 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-02-19T22:29:02.341Z[ recovery-image] Feb 19 22:29:01.093 INFO O| Feb 19 22:29:01.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68582026-02-19T22:29:02.341Z[ recovery-image] Feb 19 22:29:01.093 INFO O| Feb 19 22:29:01.093 INFO STEP 681 (remove_files) COMPLETE
68592026-02-19T22:29:02.345Z[ recovery-image] Feb 19 22:29:01.093 INFO O| Feb 19 22:29:01.093 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-02-19T22:29:02.356Z[ recovery-image] Feb 19 22:29:01.107 INFO O| Feb 19 22:29:01.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68612026-02-19T22:29:02.356Z[ recovery-image] Feb 19 22:29:01.107 INFO O| Feb 19 22:29:01.107 INFO STEP 682 (remove_files) COMPLETE
68622026-02-19T22:29:02.356Z[ recovery-image] Feb 19 22:29:01.107 INFO O| Feb 19 22:29:01.107 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-02-19T22:29:02.369Z[ recovery-image] Feb 19 22:29:01.121 INFO O| Feb 19 22:29:01.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68642026-02-19T22:29:02.373Z[ recovery-image] Feb 19 22:29:01.121 INFO O| Feb 19 22:29:01.121 INFO STEP 683 (remove_files) COMPLETE
68652026-02-19T22:29:02.373Z[ recovery-image] Feb 19 22:29:01.121 INFO O| Feb 19 22:29:01.121 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-02-19T22:29:02.392Z[ recovery-image] Feb 19 22:29:01.143 INFO O| Feb 19 22:29:01.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68672026-02-19T22:29:02.392Z[ recovery-image] Feb 19 22:29:01.143 INFO O| Feb 19 22:29:01.143 INFO STEP 684 (remove_files) COMPLETE
68682026-02-19T22:29:02.392Z[ recovery-image] Feb 19 22:29:01.143 INFO O| Feb 19 22:29:01.143 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-02-19T22:29:02.406Z[ recovery-image] Feb 19 22:29:01.157 INFO O| Feb 19 22:29:01.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68702026-02-19T22:29:02.406Z[ recovery-image] Feb 19 22:29:01.157 INFO O| Feb 19 22:29:01.157 INFO STEP 685 (remove_files) COMPLETE
68712026-02-19T22:29:02.406Z[ recovery-image] Feb 19 22:29:01.157 INFO O| Feb 19 22:29:01.157 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-02-19T22:29:02.419Z[ recovery-image] Feb 19 22:29:01.171 INFO O| Feb 19 22:29:01.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68732026-02-19T22:29:02.423Z[ recovery-image] Feb 19 22:29:01.171 INFO O| Feb 19 22:29:01.171 INFO STEP 686 (remove_files) COMPLETE
68742026-02-19T22:29:02.423Z[ recovery-image] Feb 19 22:29:01.171 INFO O| Feb 19 22:29:01.171 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-02-19T22:29:02.434Z[ recovery-image] Feb 19 22:29:01.185 INFO O| Feb 19 22:29:01.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68762026-02-19T22:29:02.434Z[ recovery-image] Feb 19 22:29:01.185 INFO O| Feb 19 22:29:01.185 INFO STEP 687 (remove_files) COMPLETE
68772026-02-19T22:29:02.434Z[ recovery-image] Feb 19 22:29:01.185 INFO O| Feb 19 22:29:01.185 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-02-19T22:29:02.448Z[ recovery-image] Feb 19 22:29:01.199 INFO O| Feb 19 22:29:01.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68792026-02-19T22:29:02.448Z[ recovery-image] Feb 19 22:29:01.199 INFO O| Feb 19 22:29:01.199 INFO STEP 688 (remove_files) COMPLETE
68802026-02-19T22:29:02.448Z[ recovery-image] Feb 19 22:29:01.199 INFO O| Feb 19 22:29:01.199 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-02-19T22:29:02.462Z[ recovery-image] Feb 19 22:29:01.213 INFO O| Feb 19 22:29:01.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68822026-02-19T22:29:02.465Z[ recovery-image] Feb 19 22:29:01.213 INFO O| Feb 19 22:29:01.213 INFO STEP 689 (remove_files) COMPLETE
68832026-02-19T22:29:02.465Z[ recovery-image] Feb 19 22:29:01.213 INFO O| Feb 19 22:29:01.213 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-02-19T22:29:02.475Z[ recovery-image] Feb 19 22:29:01.227 INFO O| Feb 19 22:29:01.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68852026-02-19T22:29:02.475Z[ recovery-image] Feb 19 22:29:01.227 INFO O| Feb 19 22:29:01.227 INFO STEP 690 (remove_files) COMPLETE
68862026-02-19T22:29:02.475Z[ recovery-image] Feb 19 22:29:01.227 INFO O| Feb 19 22:29:01.227 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-02-19T22:29:02.489Z[ recovery-image] Feb 19 22:29:01.240 INFO O| Feb 19 22:29:01.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68882026-02-19T22:29:02.489Z[ recovery-image] Feb 19 22:29:01.240 INFO O| Feb 19 22:29:01.240 INFO STEP 691 (remove_files) COMPLETE
68892026-02-19T22:29:02.489Z[ recovery-image] Feb 19 22:29:01.240 INFO O| Feb 19 22:29:01.240 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-02-19T22:29:02.502Z[ recovery-image] Feb 19 22:29:01.254 INFO O| Feb 19 22:29:01.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68912026-02-19T22:29:02.502Z[ recovery-image] Feb 19 22:29:01.254 INFO O| Feb 19 22:29:01.254 INFO STEP 692 (remove_files) COMPLETE
68922026-02-19T22:29:02.502Z[ recovery-image] Feb 19 22:29:01.254 INFO O| Feb 19 22:29:01.254 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-02-19T22:29:02.516Z[ recovery-image] Feb 19 22:29:01.267 INFO O| Feb 19 22:29:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68942026-02-19T22:29:02.516Z[ recovery-image] Feb 19 22:29:01.267 INFO O| Feb 19 22:29:01.267 INFO STEP 693 (remove_files) COMPLETE
68952026-02-19T22:29:02.519Z[ recovery-image] Feb 19 22:29:01.267 INFO O| Feb 19 22:29:01.267 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-02-19T22:29:02.528Z[ recovery-image] Feb 19 22:29:01.280 INFO O| Feb 19 22:29:01.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68972026-02-19T22:29:02.528Z[ recovery-image] Feb 19 22:29:01.280 INFO O| Feb 19 22:29:01.280 INFO STEP 694 (remove_files) COMPLETE
68982026-02-19T22:29:02.528Z[ recovery-image] Feb 19 22:29:01.280 INFO O| Feb 19 22:29:01.280 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-02-19T22:29:02.541Z[ recovery-image] Feb 19 22:29:01.293 INFO O| Feb 19 22:29:01.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69002026-02-19T22:29:02.545Z[ recovery-image] Feb 19 22:29:01.294 INFO O| Feb 19 22:29:01.294 INFO STEP 695 (remove_files) COMPLETE
69012026-02-19T22:29:02.545Z[ recovery-image] Feb 19 22:29:01.294 INFO O| Feb 19 22:29:01.294 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-02-19T22:29:02.557Z[ recovery-image] Feb 19 22:29:01.307 INFO O| Feb 19 22:29:01.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69032026-02-19T22:29:02.557Z[ recovery-image] Feb 19 22:29:01.307 INFO O| Feb 19 22:29:01.307 INFO STEP 696 (remove_files) COMPLETE
69042026-02-19T22:29:02.557Z[ recovery-image] Feb 19 22:29:01.307 INFO O| Feb 19 22:29:01.307 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-02-19T22:29:02.569Z[ recovery-image] Feb 19 22:29:01.320 INFO O| Feb 19 22:29:01.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69062026-02-19T22:29:02.569Z[ recovery-image] Feb 19 22:29:01.320 INFO O| Feb 19 22:29:01.320 INFO STEP 697 (remove_files) COMPLETE
69072026-02-19T22:29:02.569Z[ recovery-image] Feb 19 22:29:01.320 INFO O| Feb 19 22:29:01.320 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-02-19T22:29:02.583Z[ recovery-image] Feb 19 22:29:01.334 INFO O| Feb 19 22:29:01.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69092026-02-19T22:29:02.586Z[ recovery-image] Feb 19 22:29:01.335 INFO O| Feb 19 22:29:01.335 INFO STEP 698 (remove_files) COMPLETE
69102026-02-19T22:29:02.586Z[ recovery-image] Feb 19 22:29:01.335 INFO O| Feb 19 22:29:01.335 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-02-19T22:29:02.597Z[ recovery-image] Feb 19 22:29:01.349 INFO O| Feb 19 22:29:01.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69122026-02-19T22:29:02.597Z[ recovery-image] Feb 19 22:29:01.349 INFO O| Feb 19 22:29:01.349 INFO STEP 699 (remove_files) COMPLETE
69132026-02-19T22:29:02.597Z[ recovery-image] Feb 19 22:29:01.349 INFO O| Feb 19 22:29:01.349 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-02-19T22:29:02.612Z[ recovery-image] Feb 19 22:29:01.364 INFO O| Feb 19 22:29:01.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69152026-02-19T22:29:02.613Z[ recovery-image] Feb 19 22:29:01.364 INFO O| Feb 19 22:29:01.364 INFO STEP 700 (remove_files) COMPLETE
69162026-02-19T22:29:02.613Z[ recovery-image] Feb 19 22:29:01.364 INFO O| Feb 19 22:29:01.364 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-02-19T22:29:02.627Z[ recovery-image] Feb 19 22:29:01.378 INFO O| Feb 19 22:29:01.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69182026-02-19T22:29:02.627Z[ recovery-image] Feb 19 22:29:01.378 INFO O| Feb 19 22:29:01.378 INFO STEP 701 (remove_files) COMPLETE
69192026-02-19T22:29:02.627Z[ recovery-image] Feb 19 22:29:01.378 INFO O| Feb 19 22:29:01.378 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-02-19T22:29:02.641Z[ recovery-image] Feb 19 22:29:01.392 INFO O| Feb 19 22:29:01.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69212026-02-19T22:29:02.641Z[ recovery-image] Feb 19 22:29:01.392 INFO O| Feb 19 22:29:01.392 INFO STEP 702 (remove_files) COMPLETE
69222026-02-19T22:29:02.645Z[ recovery-image] Feb 19 22:29:01.392 INFO O| Feb 19 22:29:01.392 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-02-19T22:29:02.654Z[ recovery-image] Feb 19 22:29:01.406 INFO O| Feb 19 22:29:01.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69242026-02-19T22:29:02.654Z[ recovery-image] Feb 19 22:29:01.406 INFO O| Feb 19 22:29:01.406 INFO STEP 703 (remove_files) COMPLETE
69252026-02-19T22:29:02.657Z[ recovery-image] Feb 19 22:29:01.406 INFO O| Feb 19 22:29:01.406 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-02-19T22:29:02.668Z[ recovery-image] Feb 19 22:29:01.419 INFO O| Feb 19 22:29:01.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69272026-02-19T22:29:02.668Z[ recovery-image] Feb 19 22:29:01.419 INFO O| Feb 19 22:29:01.419 INFO STEP 704 (remove_files) COMPLETE
69282026-02-19T22:29:02.668Z[ recovery-image] Feb 19 22:29:01.419 INFO O| Feb 19 22:29:01.419 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-02-19T22:29:02.682Z[ recovery-image] Feb 19 22:29:01.434 INFO O| Feb 19 22:29:01.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69302026-02-19T22:29:02.682Z[ recovery-image] Feb 19 22:29:01.434 INFO O| Feb 19 22:29:01.434 INFO STEP 705 (remove_files) COMPLETE
69312026-02-19T22:29:02.683Z[ recovery-image] Feb 19 22:29:01.434 INFO O| Feb 19 22:29:01.434 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-02-19T22:29:02.716Z[ recovery-image] Feb 19 22:29:01.466 INFO O| Feb 19 22:29:01.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69332026-02-19T22:29:02.716Z[ recovery-image] Feb 19 22:29:01.466 INFO O| Feb 19 22:29:01.449 INFO STEP 706 (remove_files) COMPLETE
69342026-02-19T22:29:02.720Z[ recovery-image] Feb 19 22:29:01.466 INFO O| Feb 19 22:29:01.449 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-02-19T22:29:02.720Z[ recovery-image] Feb 19 22:29:01.466 INFO O| Feb 19 22:29:01.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69362026-02-19T22:29:02.720Z[ recovery-image] Feb 19 22:29:01.466 INFO O| Feb 19 22:29:01.463 INFO STEP 707 (remove_files) COMPLETE
69372026-02-19T22:29:02.720Z[ recovery-image] Feb 19 22:29:01.466 INFO O| Feb 19 22:29:01.463 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-02-19T22:29:02.727Z[ recovery-image] Feb 19 22:29:01.478 INFO O| Feb 19 22:29:01.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69392026-02-19T22:29:02.727Z[ recovery-image] Feb 19 22:29:01.478 INFO O| Feb 19 22:29:01.478 INFO STEP 708 (remove_files) COMPLETE
69402026-02-19T22:29:02.727Z[ recovery-image] Feb 19 22:29:01.478 INFO O| Feb 19 22:29:01.478 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-02-19T22:29:02.742Z[ recovery-image] Feb 19 22:29:01.493 INFO O| Feb 19 22:29:01.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69422026-02-19T22:29:02.742Z[ recovery-image] Feb 19 22:29:01.493 INFO O| Feb 19 22:29:01.493 INFO STEP 709 (remove_files) COMPLETE
69432026-02-19T22:29:02.743Z[ recovery-image] Feb 19 22:29:01.493 INFO O| Feb 19 22:29:01.493 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-02-19T22:29:02.756Z[ recovery-image] Feb 19 22:29:01.507 INFO O| Feb 19 22:29:01.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69452026-02-19T22:29:02.756Z[ recovery-image] Feb 19 22:29:01.508 INFO O| Feb 19 22:29:01.508 INFO STEP 710 (remove_files) COMPLETE
69462026-02-19T22:29:02.759Z[ recovery-image] Feb 19 22:29:01.508 INFO O| Feb 19 22:29:01.508 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-02-19T22:29:02.770Z[ recovery-image] Feb 19 22:29:01.521 INFO O| Feb 19 22:29:01.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69482026-02-19T22:29:02.770Z[ recovery-image] Feb 19 22:29:01.521 INFO O| Feb 19 22:29:01.521 INFO STEP 711 (remove_files) COMPLETE
69492026-02-19T22:29:02.771Z[ recovery-image] Feb 19 22:29:01.521 INFO O| Feb 19 22:29:01.521 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-02-19T22:29:02.783Z[ recovery-image] Feb 19 22:29:01.535 INFO O| Feb 19 22:29:01.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69512026-02-19T22:29:02.783Z[ recovery-image] Feb 19 22:29:01.535 INFO O| Feb 19 22:29:01.535 INFO STEP 712 (remove_files) COMPLETE
69522026-02-19T22:29:02.783Z[ recovery-image] Feb 19 22:29:01.535 INFO O| Feb 19 22:29:01.535 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-02-19T22:29:02.797Z[ recovery-image] Feb 19 22:29:01.549 INFO O| Feb 19 22:29:01.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69542026-02-19T22:29:02.797Z[ recovery-image] Feb 19 22:29:01.549 INFO O| Feb 19 22:29:01.549 INFO STEP 713 (remove_files) COMPLETE
69552026-02-19T22:29:02.797Z[ recovery-image] Feb 19 22:29:01.549 INFO O| Feb 19 22:29:01.549 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-02-19T22:29:02.811Z[ recovery-image] Feb 19 22:29:01.563 INFO O| Feb 19 22:29:01.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69572026-02-19T22:29:02.811Z[ recovery-image] Feb 19 22:29:01.563 INFO O| Feb 19 22:29:01.563 INFO STEP 714 (remove_files) COMPLETE
69582026-02-19T22:29:02.811Z[ recovery-image] Feb 19 22:29:01.563 INFO O| Feb 19 22:29:01.563 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-02-19T22:29:02.825Z[ recovery-image] Feb 19 22:29:01.576 INFO O| Feb 19 22:29:01.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69602026-02-19T22:29:02.825Z[ recovery-image] Feb 19 22:29:01.576 INFO O| Feb 19 22:29:01.576 INFO STEP 715 (remove_files) COMPLETE
69612026-02-19T22:29:02.828Z[ recovery-image] Feb 19 22:29:01.576 INFO O| Feb 19 22:29:01.576 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-02-19T22:29:02.839Z[ recovery-image] Feb 19 22:29:01.590 INFO O| Feb 19 22:29:01.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69632026-02-19T22:29:02.842Z[ recovery-image] Feb 19 22:29:01.591 INFO O| Feb 19 22:29:01.590 INFO STEP 716 (remove_files) COMPLETE
69642026-02-19T22:29:02.842Z[ recovery-image] Feb 19 22:29:01.591 INFO O| Feb 19 22:29:01.590 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-02-19T22:29:02.852Z[ recovery-image] Feb 19 22:29:01.604 INFO O| Feb 19 22:29:01.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69662026-02-19T22:29:02.853Z[ recovery-image] Feb 19 22:29:01.604 INFO O| Feb 19 22:29:01.604 INFO STEP 717 (remove_files) COMPLETE
69672026-02-19T22:29:02.853Z[ recovery-image] Feb 19 22:29:01.604 INFO O| Feb 19 22:29:01.604 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-02-19T22:29:02.865Z[ recovery-image] Feb 19 22:29:01.616 INFO O| Feb 19 22:29:01.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69692026-02-19T22:29:02.865Z[ recovery-image] Feb 19 22:29:01.617 INFO O| Feb 19 22:29:01.617 INFO STEP 718 (remove_files) COMPLETE
69702026-02-19T22:29:02.869Z[ recovery-image] Feb 19 22:29:01.617 INFO O| Feb 19 22:29:01.617 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-02-19T22:29:02.878Z[ recovery-image] Feb 19 22:29:01.630 INFO O| Feb 19 22:29:01.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69722026-02-19T22:29:02.878Z[ recovery-image] Feb 19 22:29:01.630 INFO O| Feb 19 22:29:01.630 INFO STEP 719 (remove_files) COMPLETE
69732026-02-19T22:29:02.881Z[ recovery-image] Feb 19 22:29:01.630 INFO O| Feb 19 22:29:01.630 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-02-19T22:29:02.892Z[ recovery-image] Feb 19 22:29:01.643 INFO O| Feb 19 22:29:01.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69752026-02-19T22:29:02.892Z[ recovery-image] Feb 19 22:29:01.643 INFO O| Feb 19 22:29:01.643 INFO STEP 720 (remove_files) COMPLETE
69762026-02-19T22:29:02.895Z[ recovery-image] Feb 19 22:29:01.643 INFO O| Feb 19 22:29:01.643 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-02-19T22:29:02.905Z[ recovery-image] Feb 19 22:29:01.656 INFO O| Feb 19 22:29:01.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69782026-02-19T22:29:02.905Z[ recovery-image] Feb 19 22:29:01.657 INFO O| Feb 19 22:29:01.657 INFO STEP 721 (remove_files) COMPLETE
69792026-02-19T22:29:02.905Z[ recovery-image] Feb 19 22:29:01.657 INFO O| Feb 19 22:29:01.657 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-02-19T22:29:02.920Z[ recovery-image] Feb 19 22:29:01.670 INFO O| Feb 19 22:29:01.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69812026-02-19T22:29:02.921Z[ recovery-image] Feb 19 22:29:01.670 INFO O| Feb 19 22:29:01.670 INFO STEP 722 (remove_files) COMPLETE
69822026-02-19T22:29:02.921Z[ recovery-image] Feb 19 22:29:01.670 INFO O| Feb 19 22:29:01.670 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-02-19T22:29:02.935Z[ recovery-image] Feb 19 22:29:01.686 INFO O| Feb 19 22:29:01.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69842026-02-19T22:29:02.935Z[ recovery-image] Feb 19 22:29:01.686 INFO O| Feb 19 22:29:01.686 INFO STEP 723 (remove_files) COMPLETE
69852026-02-19T22:29:02.944Z[ recovery-image] Feb 19 22:29:01.686 INFO O| Feb 19 22:29:01.686 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-02-19T22:29:02.949Z[ recovery-image] Feb 19 22:29:01.700 INFO O| Feb 19 22:29:01.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69872026-02-19T22:29:02.949Z[ recovery-image] Feb 19 22:29:01.701 INFO O| Feb 19 22:29:01.701 INFO STEP 724 (remove_files) COMPLETE
69882026-02-19T22:29:02.953Z[ recovery-image] Feb 19 22:29:01.701 INFO O| Feb 19 22:29:01.701 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-02-19T22:29:02.963Z[ recovery-image] Feb 19 22:29:01.714 INFO O| Feb 19 22:29:01.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69902026-02-19T22:29:02.967Z[ recovery-image] Feb 19 22:29:01.715 INFO O| Feb 19 22:29:01.715 INFO STEP 725 (remove_files) COMPLETE
69912026-02-19T22:29:02.967Z[ recovery-image] Feb 19 22:29:01.715 INFO O| Feb 19 22:29:01.715 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-02-19T22:29:02.975Z[ recovery-image] Feb 19 22:29:01.726 INFO O| Feb 19 22:29:01.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69932026-02-19T22:29:02.978Z[ recovery-image] Feb 19 22:29:01.727 INFO O| Feb 19 22:29:01.727 INFO STEP 726 (remove_files) COMPLETE
69942026-02-19T22:29:02.978Z[ recovery-image] Feb 19 22:29:01.727 INFO O| Feb 19 22:29:01.727 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-02-19T22:29:02.989Z[ recovery-image] Feb 19 22:29:01.740 INFO O| Feb 19 22:29:01.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69962026-02-19T22:29:02.989Z[ recovery-image] Feb 19 22:29:01.740 INFO O| Feb 19 22:29:01.740 INFO STEP 727 (remove_files) COMPLETE
69972026-02-19T22:29:02.992Z[ recovery-image] Feb 19 22:29:01.740 INFO O| Feb 19 22:29:01.740 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-02-19T22:29:03.009Z[ recovery-image] Feb 19 22:29:01.754 INFO O| Feb 19 22:29:01.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69992026-02-19T22:29:03.009Z[ recovery-image] Feb 19 22:29:01.754 INFO O| Feb 19 22:29:01.754 INFO STEP 728 (remove_files) COMPLETE
70002026-02-19T22:29:03.012Z[ recovery-image] Feb 19 22:29:01.754 INFO O| Feb 19 22:29:01.754 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-02-19T22:29:03.018Z[ recovery-image] Feb 19 22:29:01.766 INFO O| Feb 19 22:29:01.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70022026-02-19T22:29:03.018Z[ recovery-image] Feb 19 22:29:01.767 INFO O| Feb 19 22:29:01.766 INFO STEP 729 (remove_files) COMPLETE
70032026-02-19T22:29:03.018Z[ recovery-image] Feb 19 22:29:01.767 INFO O| Feb 19 22:29:01.767 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-02-19T22:29:03.029Z[ recovery-image] Feb 19 22:29:01.780 INFO O| Feb 19 22:29:01.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70052026-02-19T22:29:03.029Z[ recovery-image] Feb 19 22:29:01.780 INFO O| Feb 19 22:29:01.780 INFO STEP 730 (remove_files) COMPLETE
70062026-02-19T22:29:03.029Z[ recovery-image] Feb 19 22:29:01.780 INFO O| Feb 19 22:29:01.780 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-02-19T22:29:03.044Z[ recovery-image] Feb 19 22:29:01.795 INFO O| Feb 19 22:29:01.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70082026-02-19T22:29:03.044Z[ recovery-image] Feb 19 22:29:01.795 INFO O| Feb 19 22:29:01.795 INFO STEP 731 (remove_files) COMPLETE
70092026-02-19T22:29:03.044Z[ recovery-image] Feb 19 22:29:01.795 INFO O| Feb 19 22:29:01.795 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-02-19T22:29:03.058Z[ recovery-image] Feb 19 22:29:01.810 INFO O| Feb 19 22:29:01.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70112026-02-19T22:29:03.058Z[ recovery-image] Feb 19 22:29:01.810 INFO O| Feb 19 22:29:01.810 INFO STEP 732 (remove_files) COMPLETE
70122026-02-19T22:29:03.058Z[ recovery-image] Feb 19 22:29:01.810 INFO O| Feb 19 22:29:01.810 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-02-19T22:29:03.071Z[ recovery-image] Feb 19 22:29:01.823 INFO O| Feb 19 22:29:01.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70142026-02-19T22:29:03.072Z[ recovery-image] Feb 19 22:29:01.823 INFO O| Feb 19 22:29:01.823 INFO STEP 733 (remove_files) COMPLETE
70152026-02-19T22:29:03.077Z[ recovery-image] Feb 19 22:29:01.823 INFO O| Feb 19 22:29:01.823 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-02-19T22:29:03.084Z[ recovery-image] Feb 19 22:29:01.836 INFO O| Feb 19 22:29:01.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70172026-02-19T22:29:03.084Z[ recovery-image] Feb 19 22:29:01.836 INFO O| Feb 19 22:29:01.836 INFO STEP 734 (remove_files) COMPLETE
70182026-02-19T22:29:03.089Z[ recovery-image] Feb 19 22:29:01.836 INFO O| Feb 19 22:29:01.836 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-02-19T22:29:03.097Z[ recovery-image] Feb 19 22:29:01.848 INFO O| Feb 19 22:29:01.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70202026-02-19T22:29:03.097Z[ recovery-image] Feb 19 22:29:01.848 INFO O| Feb 19 22:29:01.848 INFO STEP 735 (remove_files) COMPLETE
70212026-02-19T22:29:03.097Z[ recovery-image] Feb 19 22:29:01.848 INFO O| Feb 19 22:29:01.848 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-02-19T22:29:03.111Z[ recovery-image] Feb 19 22:29:01.862 INFO O| Feb 19 22:29:01.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70232026-02-19T22:29:03.111Z[ recovery-image] Feb 19 22:29:01.862 INFO O| Feb 19 22:29:01.862 INFO STEP 736 (remove_files) COMPLETE
70242026-02-19T22:29:03.111Z[ recovery-image] Feb 19 22:29:01.862 INFO O| Feb 19 22:29:01.862 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-02-19T22:29:03.127Z[ recovery-image] Feb 19 22:29:01.876 INFO O| Feb 19 22:29:01.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70262026-02-19T22:29:03.127Z[ recovery-image] Feb 19 22:29:01.876 INFO O| Feb 19 22:29:01.876 INFO STEP 737 (remove_files) COMPLETE
70272026-02-19T22:29:03.127Z[ recovery-image] Feb 19 22:29:01.876 INFO O| Feb 19 22:29:01.876 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-02-19T22:29:03.150Z[ recovery-image] Feb 19 22:29:01.890 INFO O| Feb 19 22:29:01.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70292026-02-19T22:29:03.150Z[ recovery-image] Feb 19 22:29:01.891 INFO O| Feb 19 22:29:01.891 INFO STEP 738 (remove_files) COMPLETE
70302026-02-19T22:29:03.150Z[ recovery-image] Feb 19 22:29:01.891 INFO O| Feb 19 22:29:01.891 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-02-19T22:29:03.154Z[ recovery-image] Feb 19 22:29:01.903 INFO O| Feb 19 22:29:01.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70322026-02-19T22:29:03.154Z[ recovery-image] Feb 19 22:29:01.904 INFO O| Feb 19 22:29:01.904 INFO STEP 739 (remove_files) COMPLETE
70332026-02-19T22:29:03.154Z[ recovery-image] Feb 19 22:29:01.904 INFO O| Feb 19 22:29:01.904 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-02-19T22:29:03.167Z[ recovery-image] Feb 19 22:29:01.918 INFO O| Feb 19 22:29:01.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70352026-02-19T22:29:03.167Z[ recovery-image] Feb 19 22:29:01.918 INFO O| Feb 19 22:29:01.918 INFO STEP 740 (remove_files) COMPLETE
70362026-02-19T22:29:03.170Z[ recovery-image] Feb 19 22:29:01.918 INFO O| Feb 19 22:29:01.918 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-02-19T22:29:03.182Z[ recovery-image] Feb 19 22:29:01.933 INFO O| Feb 19 22:29:01.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70382026-02-19T22:29:03.182Z[ recovery-image] Feb 19 22:29:01.933 INFO O| Feb 19 22:29:01.933 INFO STEP 741 (remove_files) COMPLETE
70392026-02-19T22:29:03.182Z[ recovery-image] Feb 19 22:29:01.933 INFO O| Feb 19 22:29:01.933 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-02-19T22:29:03.197Z[ recovery-image] Feb 19 22:29:01.948 INFO O| Feb 19 22:29:01.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70412026-02-19T22:29:03.197Z[ recovery-image] Feb 19 22:29:01.948 INFO O| Feb 19 22:29:01.948 INFO STEP 742 (remove_files) COMPLETE
70422026-02-19T22:29:03.197Z[ recovery-image] Feb 19 22:29:01.948 INFO O| Feb 19 22:29:01.948 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-02-19T22:29:03.211Z[ recovery-image] Feb 19 22:29:01.962 INFO O| Feb 19 22:29:01.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70442026-02-19T22:29:03.211Z[ recovery-image] Feb 19 22:29:01.962 INFO O| Feb 19 22:29:01.962 INFO STEP 743 (remove_files) COMPLETE
70452026-02-19T22:29:03.211Z[ recovery-image] Feb 19 22:29:01.962 INFO O| Feb 19 22:29:01.962 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-02-19T22:29:03.225Z[ recovery-image] Feb 19 22:29:01.976 INFO O| Feb 19 22:29:01.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70472026-02-19T22:29:03.225Z[ recovery-image] Feb 19 22:29:01.976 INFO O| Feb 19 22:29:01.976 INFO STEP 744 (remove_files) COMPLETE
70482026-02-19T22:29:03.225Z[ recovery-image] Feb 19 22:29:01.976 INFO O| Feb 19 22:29:01.976 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-02-19T22:29:03.239Z[ recovery-image] Feb 19 22:29:01.990 INFO O| Feb 19 22:29:01.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70502026-02-19T22:29:03.239Z[ recovery-image] Feb 19 22:29:01.990 INFO O| Feb 19 22:29:01.990 INFO STEP 745 (remove_files) COMPLETE
70512026-02-19T22:29:03.239Z[ recovery-image] Feb 19 22:29:01.990 INFO O| Feb 19 22:29:01.990 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-02-19T22:29:03.253Z[ recovery-image] Feb 19 22:29:02.004 INFO O| Feb 19 22:29:02.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70532026-02-19T22:29:03.253Z[ recovery-image] Feb 19 22:29:02.004 INFO O| Feb 19 22:29:02.004 INFO STEP 746 (remove_files) COMPLETE
70542026-02-19T22:29:03.253Z[ recovery-image] Feb 19 22:29:02.004 INFO O| Feb 19 22:29:02.004 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-02-19T22:29:03.268Z[ recovery-image] Feb 19 22:29:02.019 INFO O| Feb 19 22:29:02.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70562026-02-19T22:29:03.268Z[ recovery-image] Feb 19 22:29:02.019 INFO O| Feb 19 22:29:02.019 INFO STEP 747 (remove_files) COMPLETE
70572026-02-19T22:29:03.268Z[ recovery-image] Feb 19 22:29:02.019 INFO O| Feb 19 22:29:02.019 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-02-19T22:29:03.283Z[ recovery-image] Feb 19 22:29:02.034 INFO O| Feb 19 22:29:02.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70592026-02-19T22:29:03.283Z[ recovery-image] Feb 19 22:29:02.034 INFO O| Feb 19 22:29:02.034 INFO STEP 748 (remove_files) COMPLETE
70602026-02-19T22:29:03.283Z[ recovery-image] Feb 19 22:29:02.034 INFO O| Feb 19 22:29:02.034 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-02-19T22:29:03.297Z[ recovery-image] Feb 19 22:29:02.048 INFO O| Feb 19 22:29:02.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70622026-02-19T22:29:03.297Z[ recovery-image] Feb 19 22:29:02.049 INFO O| Feb 19 22:29:02.049 INFO STEP 749 (remove_files) COMPLETE
70632026-02-19T22:29:03.300Z[ recovery-image] Feb 19 22:29:02.049 INFO O| Feb 19 22:29:02.049 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-02-19T22:29:03.312Z[ recovery-image] Feb 19 22:29:02.063 INFO O| Feb 19 22:29:02.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70652026-02-19T22:29:03.312Z[ recovery-image] Feb 19 22:29:02.064 INFO O| Feb 19 22:29:02.064 INFO STEP 750 (remove_files) COMPLETE
70662026-02-19T22:29:03.315Z[ recovery-image] Feb 19 22:29:02.064 INFO O| Feb 19 22:29:02.064 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-02-19T22:29:03.326Z[ recovery-image] Feb 19 22:29:02.078 INFO O| Feb 19 22:29:02.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70682026-02-19T22:29:03.326Z[ recovery-image] Feb 19 22:29:02.078 INFO O| Feb 19 22:29:02.078 INFO STEP 751 (remove_files) COMPLETE
70692026-02-19T22:29:03.326Z[ recovery-image] Feb 19 22:29:02.078 INFO O| Feb 19 22:29:02.078 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-02-19T22:29:03.340Z[ recovery-image] Feb 19 22:29:02.091 INFO O| Feb 19 22:29:02.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70712026-02-19T22:29:03.340Z[ recovery-image] Feb 19 22:29:02.092 INFO O| Feb 19 22:29:02.091 INFO STEP 752 (remove_files) COMPLETE
70722026-02-19T22:29:03.343Z[ recovery-image] Feb 19 22:29:02.092 INFO O| Feb 19 22:29:02.091 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-02-19T22:29:03.353Z[ recovery-image] Feb 19 22:29:02.104 INFO O| Feb 19 22:29:02.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70742026-02-19T22:29:03.353Z[ recovery-image] Feb 19 22:29:02.104 INFO O| Feb 19 22:29:02.104 INFO STEP 753 (remove_files) COMPLETE
70752026-02-19T22:29:03.353Z[ recovery-image] Feb 19 22:29:02.104 INFO O| Feb 19 22:29:02.104 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-02-19T22:29:03.368Z[ recovery-image] Feb 19 22:29:02.119 INFO O| Feb 19 22:29:02.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70772026-02-19T22:29:03.368Z[ recovery-image] Feb 19 22:29:02.119 INFO O| Feb 19 22:29:02.119 INFO STEP 754 (remove_files) COMPLETE
70782026-02-19T22:29:03.371Z[ recovery-image] Feb 19 22:29:02.119 INFO O| Feb 19 22:29:02.119 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-02-19T22:29:03.384Z[ recovery-image] Feb 19 22:29:02.136 INFO O| Feb 19 22:29:02.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70802026-02-19T22:29:03.385Z[ recovery-image] Feb 19 22:29:02.136 INFO O| Feb 19 22:29:02.136 INFO STEP 755 (remove_files) COMPLETE
70812026-02-19T22:29:03.385Z[ recovery-image] Feb 19 22:29:02.136 INFO O| Feb 19 22:29:02.136 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-02-19T22:29:03.399Z[ recovery-image] Feb 19 22:29:02.150 INFO O| Feb 19 22:29:02.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70832026-02-19T22:29:03.399Z[ recovery-image] Feb 19 22:29:02.151 INFO O| Feb 19 22:29:02.151 INFO STEP 756 (remove_files) COMPLETE
70842026-02-19T22:29:03.399Z[ recovery-image] Feb 19 22:29:02.151 INFO O| Feb 19 22:29:02.151 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-02-19T22:29:03.412Z[ recovery-image] Feb 19 22:29:02.164 INFO O| Feb 19 22:29:02.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70862026-02-19T22:29:03.413Z[ recovery-image] Feb 19 22:29:02.164 INFO O| Feb 19 22:29:02.164 INFO STEP 757 (remove_files) COMPLETE
70872026-02-19T22:29:03.413Z[ recovery-image] Feb 19 22:29:02.164 INFO O| Feb 19 22:29:02.164 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-02-19T22:29:03.426Z[ recovery-image] Feb 19 22:29:02.178 INFO O| Feb 19 22:29:02.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70892026-02-19T22:29:03.426Z[ recovery-image] Feb 19 22:29:02.178 INFO O| Feb 19 22:29:02.178 INFO STEP 758 (remove_files) COMPLETE
70902026-02-19T22:29:03.426Z[ recovery-image] Feb 19 22:29:02.178 INFO O| Feb 19 22:29:02.178 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-02-19T22:29:03.439Z[ recovery-image] Feb 19 22:29:02.190 INFO O| Feb 19 22:29:02.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70922026-02-19T22:29:03.439Z[ recovery-image] Feb 19 22:29:02.190 INFO O| Feb 19 22:29:02.190 INFO STEP 759 (remove_files) COMPLETE
70932026-02-19T22:29:03.439Z[ recovery-image] Feb 19 22:29:02.190 INFO O| Feb 19 22:29:02.190 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-02-19T22:29:03.454Z[ recovery-image] Feb 19 22:29:02.205 INFO O| Feb 19 22:29:02.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70952026-02-19T22:29:03.454Z[ recovery-image] Feb 19 22:29:02.205 INFO O| Feb 19 22:29:02.205 INFO STEP 760 (remove_files) COMPLETE
70962026-02-19T22:29:03.454Z[ recovery-image] Feb 19 22:29:02.205 INFO O| Feb 19 22:29:02.205 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-02-19T22:29:03.468Z[ recovery-image] Feb 19 22:29:02.220 INFO O| Feb 19 22:29:02.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70982026-02-19T22:29:03.468Z[ recovery-image] Feb 19 22:29:02.220 INFO O| Feb 19 22:29:02.220 INFO STEP 761 (remove_files) COMPLETE
70992026-02-19T22:29:03.468Z[ recovery-image] Feb 19 22:29:02.220 INFO O| Feb 19 22:29:02.220 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-02-19T22:29:03.483Z[ recovery-image] Feb 19 22:29:02.235 INFO O| Feb 19 22:29:02.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71012026-02-19T22:29:03.483Z[ recovery-image] Feb 19 22:29:02.235 INFO O| Feb 19 22:29:02.235 INFO STEP 762 (remove_files) COMPLETE
71022026-02-19T22:29:03.483Z[ recovery-image] Feb 19 22:29:02.235 INFO O| Feb 19 22:29:02.235 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-02-19T22:29:03.498Z[ recovery-image] Feb 19 22:29:02.249 INFO O| Feb 19 22:29:02.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71042026-02-19T22:29:03.498Z[ recovery-image] Feb 19 22:29:02.249 INFO O| Feb 19 22:29:02.249 INFO STEP 763 (remove_files) COMPLETE
71052026-02-19T22:29:03.498Z[ recovery-image] Feb 19 22:29:02.249 INFO O| Feb 19 22:29:02.249 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-02-19T22:29:03.514Z[ recovery-image] Feb 19 22:29:02.265 INFO O| Feb 19 22:29:02.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71072026-02-19T22:29:03.514Z[ recovery-image] Feb 19 22:29:02.265 INFO O| Feb 19 22:29:02.265 INFO STEP 764 (remove_files) COMPLETE
71082026-02-19T22:29:03.517Z[ recovery-image] Feb 19 22:29:02.265 INFO O| Feb 19 22:29:02.265 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-02-19T22:29:03.527Z[ recovery-image] Feb 19 22:29:02.278 INFO O| Feb 19 22:29:02.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71102026-02-19T22:29:03.527Z[ recovery-image] Feb 19 22:29:02.279 INFO O| Feb 19 22:29:02.278 INFO STEP 765 (remove_files) COMPLETE
71112026-02-19T22:29:03.531Z[ recovery-image] Feb 19 22:29:02.279 INFO O| Feb 19 22:29:02.279 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-02-19T22:29:03.541Z[ recovery-image] Feb 19 22:29:02.292 INFO O| Feb 19 22:29:02.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71132026-02-19T22:29:03.541Z[ recovery-image] Feb 19 22:29:02.292 INFO O| Feb 19 22:29:02.292 INFO STEP 766 (remove_files) COMPLETE
71142026-02-19T22:29:03.545Z[ recovery-image] Feb 19 22:29:02.292 INFO O| Feb 19 22:29:02.292 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-02-19T22:29:03.556Z[ recovery-image] Feb 19 22:29:02.306 INFO O| Feb 19 22:29:02.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71162026-02-19T22:29:03.556Z[ recovery-image] Feb 19 22:29:02.306 INFO O| Feb 19 22:29:02.306 INFO STEP 767 (remove_files) COMPLETE
71172026-02-19T22:29:03.561Z[ recovery-image] Feb 19 22:29:02.306 INFO O| Feb 19 22:29:02.306 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-02-19T22:29:03.567Z[ recovery-image] Feb 19 22:29:02.319 INFO O| Feb 19 22:29:02.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71192026-02-19T22:29:03.567Z[ recovery-image] Feb 19 22:29:02.319 INFO O| Feb 19 22:29:02.319 INFO STEP 768 (remove_files) COMPLETE
71202026-02-19T22:29:03.567Z[ recovery-image] Feb 19 22:29:02.319 INFO O| Feb 19 22:29:02.319 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-02-19T22:29:03.582Z[ recovery-image] Feb 19 22:29:02.332 INFO O| Feb 19 22:29:02.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71222026-02-19T22:29:03.582Z[ recovery-image] Feb 19 22:29:02.332 INFO O| Feb 19 22:29:02.332 INFO STEP 769 (remove_files) COMPLETE
71232026-02-19T22:29:03.582Z[ recovery-image] Feb 19 22:29:02.333 INFO O| Feb 19 22:29:02.332 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-02-19T22:29:03.595Z[ recovery-image] Feb 19 22:29:02.346 INFO O| Feb 19 22:29:02.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71252026-02-19T22:29:03.595Z[ recovery-image] Feb 19 22:29:02.346 INFO O| Feb 19 22:29:02.346 INFO STEP 770 (remove_files) COMPLETE
71262026-02-19T22:29:03.598Z[ recovery-image] Feb 19 22:29:02.346 INFO O| Feb 19 22:29:02.346 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-02-19T22:29:03.607Z[ recovery-image] Feb 19 22:29:02.359 INFO O| Feb 19 22:29:02.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71282026-02-19T22:29:03.608Z[ recovery-image] Feb 19 22:29:02.359 INFO O| Feb 19 22:29:02.359 INFO STEP 771 (remove_files) COMPLETE
71292026-02-19T22:29:03.608Z[ recovery-image] Feb 19 22:29:02.359 INFO O| Feb 19 22:29:02.359 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-02-19T22:29:03.621Z[ recovery-image] Feb 19 22:29:02.372 INFO O| Feb 19 22:29:02.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71312026-02-19T22:29:03.621Z[ recovery-image] Feb 19 22:29:02.373 INFO O| Feb 19 22:29:02.373 INFO STEP 772 (remove_files) COMPLETE
71322026-02-19T22:29:03.621Z[ recovery-image] Feb 19 22:29:02.373 INFO O| Feb 19 22:29:02.373 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-02-19T22:29:03.635Z[ recovery-image] Feb 19 22:29:02.386 INFO O| Feb 19 22:29:02.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71342026-02-19T22:29:03.635Z[ recovery-image] Feb 19 22:29:02.386 INFO O| Feb 19 22:29:02.386 INFO STEP 773 (remove_files) COMPLETE
71352026-02-19T22:29:03.635Z[ recovery-image] Feb 19 22:29:02.386 INFO O| Feb 19 22:29:02.386 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-02-19T22:29:03.648Z[ recovery-image] Feb 19 22:29:02.400 INFO O| Feb 19 22:29:02.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71372026-02-19T22:29:03.648Z[ recovery-image] Feb 19 22:29:02.400 INFO O| Feb 19 22:29:02.400 INFO STEP 774 (remove_files) COMPLETE
71382026-02-19T22:29:03.652Z[ recovery-image] Feb 19 22:29:02.400 INFO O| Feb 19 22:29:02.400 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-02-19T22:29:03.662Z[ recovery-image] Feb 19 22:29:02.413 INFO O| Feb 19 22:29:02.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71402026-02-19T22:29:03.662Z[ recovery-image] Feb 19 22:29:02.413 INFO O| Feb 19 22:29:02.413 INFO STEP 775 (remove_files) COMPLETE
71412026-02-19T22:29:03.662Z[ recovery-image] Feb 19 22:29:02.413 INFO O| Feb 19 22:29:02.413 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-02-19T22:29:03.675Z[ recovery-image] Feb 19 22:29:02.426 INFO O| Feb 19 22:29:02.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71432026-02-19T22:29:03.678Z[ recovery-image] Feb 19 22:29:02.426 INFO O| Feb 19 22:29:02.426 INFO STEP 776 (remove_files) COMPLETE
71442026-02-19T22:29:03.678Z[ recovery-image] Feb 19 22:29:02.426 INFO O| Feb 19 22:29:02.426 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-02-19T22:29:03.688Z[ recovery-image] Feb 19 22:29:02.439 INFO O| Feb 19 22:29:02.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71462026-02-19T22:29:03.688Z[ recovery-image] Feb 19 22:29:02.439 INFO O| Feb 19 22:29:02.439 INFO STEP 777 (remove_files) COMPLETE
71472026-02-19T22:29:03.688Z[ recovery-image] Feb 19 22:29:02.439 INFO O| Feb 19 22:29:02.439 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-02-19T22:29:03.702Z[ recovery-image] Feb 19 22:29:02.453 INFO O| Feb 19 22:29:02.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71492026-02-19T22:29:03.702Z[ recovery-image] Feb 19 22:29:02.453 INFO O| Feb 19 22:29:02.453 INFO STEP 778 (remove_files) COMPLETE
71502026-02-19T22:29:03.702Z[ recovery-image] Feb 19 22:29:02.453 INFO O| Feb 19 22:29:02.453 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-02-19T22:29:03.715Z[ recovery-image] Feb 19 22:29:02.466 INFO O| Feb 19 22:29:02.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71522026-02-19T22:29:03.715Z[ recovery-image] Feb 19 22:29:02.466 INFO O| Feb 19 22:29:02.466 INFO STEP 779 (remove_files) COMPLETE
71532026-02-19T22:29:03.718Z[ recovery-image] Feb 19 22:29:02.466 INFO O| Feb 19 22:29:02.466 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-02-19T22:29:03.728Z[ recovery-image] Feb 19 22:29:02.479 INFO O| Feb 19 22:29:02.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71552026-02-19T22:29:03.728Z[ recovery-image] Feb 19 22:29:02.480 INFO O| Feb 19 22:29:02.479 INFO STEP 780 (remove_files) COMPLETE
71562026-02-19T22:29:03.728Z[ recovery-image] Feb 19 22:29:02.480 INFO O| Feb 19 22:29:02.480 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-02-19T22:29:03.742Z[ recovery-image] Feb 19 22:29:02.493 INFO O| Feb 19 22:29:02.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71582026-02-19T22:29:03.742Z[ recovery-image] Feb 19 22:29:02.493 INFO O| Feb 19 22:29:02.493 INFO STEP 781 (remove_files) COMPLETE
71592026-02-19T22:29:03.742Z[ recovery-image] Feb 19 22:29:02.493 INFO O| Feb 19 22:29:02.493 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-02-19T22:29:03.755Z[ recovery-image] Feb 19 22:29:02.506 INFO O| Feb 19 22:29:02.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71612026-02-19T22:29:03.758Z[ recovery-image] Feb 19 22:29:02.506 INFO O| Feb 19 22:29:02.506 INFO STEP 782 (remove_files) COMPLETE
71622026-02-19T22:29:03.758Z[ recovery-image] Feb 19 22:29:02.506 INFO O| Feb 19 22:29:02.506 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-02-19T22:29:03.768Z[ recovery-image] Feb 19 22:29:02.519 INFO O| Feb 19 22:29:02.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71642026-02-19T22:29:03.772Z[ recovery-image] Feb 19 22:29:02.520 INFO O| Feb 19 22:29:02.520 INFO STEP 783 (remove_files) COMPLETE
71652026-02-19T22:29:03.772Z[ recovery-image] Feb 19 22:29:02.520 INFO O| Feb 19 22:29:02.520 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-02-19T22:29:03.781Z[ recovery-image] Feb 19 22:29:02.532 INFO O| Feb 19 22:29:02.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71672026-02-19T22:29:03.781Z[ recovery-image] Feb 19 22:29:02.532 INFO O| Feb 19 22:29:02.532 INFO STEP 784 (remove_files) COMPLETE
71682026-02-19T22:29:03.781Z[ recovery-image] Feb 19 22:29:02.532 INFO O| Feb 19 22:29:02.532 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-02-19T22:29:03.796Z[ recovery-image] Feb 19 22:29:02.547 INFO O| Feb 19 22:29:02.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71702026-02-19T22:29:03.796Z[ recovery-image] Feb 19 22:29:02.547 INFO O| Feb 19 22:29:02.547 INFO STEP 785 (remove_files) COMPLETE
71712026-02-19T22:29:03.799Z[ recovery-image] Feb 19 22:29:02.547 INFO O| Feb 19 22:29:02.547 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-02-19T22:29:03.810Z[ recovery-image] Feb 19 22:29:02.561 INFO O| Feb 19 22:29:02.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71732026-02-19T22:29:03.810Z[ recovery-image] Feb 19 22:29:02.561 INFO O| Feb 19 22:29:02.561 INFO STEP 786 (remove_files) COMPLETE
71742026-02-19T22:29:03.813Z[ recovery-image] Feb 19 22:29:02.561 INFO O| Feb 19 22:29:02.561 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-02-19T22:29:03.825Z[ recovery-image] Feb 19 22:29:02.576 INFO O| Feb 19 22:29:02.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71762026-02-19T22:29:03.828Z[ recovery-image] Feb 19 22:29:02.576 INFO O| Feb 19 22:29:02.576 INFO STEP 787 (remove_files) COMPLETE
71772026-02-19T22:29:03.828Z[ recovery-image] Feb 19 22:29:02.576 INFO O| Feb 19 22:29:02.576 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-02-19T22:29:03.838Z[ recovery-image] Feb 19 22:29:02.589 INFO O| Feb 19 22:29:02.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71792026-02-19T22:29:03.838Z[ recovery-image] Feb 19 22:29:02.589 INFO O| Feb 19 22:29:02.589 INFO STEP 788 (remove_files) COMPLETE
71802026-02-19T22:29:03.838Z[ recovery-image] Feb 19 22:29:02.589 INFO O| Feb 19 22:29:02.589 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-02-19T22:29:03.851Z[ recovery-image] Feb 19 22:29:02.602 INFO O| Feb 19 22:29:02.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71822026-02-19T22:29:03.854Z[ recovery-image] Feb 19 22:29:02.603 INFO O| Feb 19 22:29:02.603 INFO STEP 789 (remove_files) COMPLETE
71832026-02-19T22:29:03.854Z[ recovery-image] Feb 19 22:29:02.603 INFO O| Feb 19 22:29:02.603 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-02-19T22:29:03.865Z[ recovery-image] Feb 19 22:29:02.616 INFO O| Feb 19 22:29:02.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71852026-02-19T22:29:03.868Z[ recovery-image] Feb 19 22:29:02.616 INFO O| Feb 19 22:29:02.616 INFO STEP 790 (remove_files) COMPLETE
71862026-02-19T22:29:03.868Z[ recovery-image] Feb 19 22:29:02.616 INFO O| Feb 19 22:29:02.616 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-02-19T22:29:03.876Z[ recovery-image] Feb 19 22:29:02.628 INFO O| Feb 19 22:29:02.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71882026-02-19T22:29:03.876Z[ recovery-image] Feb 19 22:29:02.628 INFO O| Feb 19 22:29:02.628 INFO STEP 791 (remove_files) COMPLETE
71892026-02-19T22:29:03.879Z[ recovery-image] Feb 19 22:29:02.628 INFO O| Feb 19 22:29:02.628 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-02-19T22:29:03.888Z[ recovery-image] Feb 19 22:29:02.639 INFO O| Feb 19 22:29:02.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71912026-02-19T22:29:03.888Z[ recovery-image] Feb 19 22:29:02.639 INFO O| Feb 19 22:29:02.639 INFO STEP 792 (remove_files) COMPLETE
71922026-02-19T22:29:03.888Z[ recovery-image] Feb 19 22:29:02.639 INFO O| Feb 19 22:29:02.639 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-02-19T22:29:03.901Z[ recovery-image] Feb 19 22:29:02.652 INFO O| Feb 19 22:29:02.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71942026-02-19T22:29:03.901Z[ recovery-image] Feb 19 22:29:02.652 INFO O| Feb 19 22:29:02.652 INFO STEP 793 (remove_files) COMPLETE
71952026-02-19T22:29:03.902Z[ recovery-image] Feb 19 22:29:02.652 INFO O| Feb 19 22:29:02.652 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-02-19T22:29:03.912Z[ recovery-image] Feb 19 22:29:02.663 INFO O| Feb 19 22:29:02.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71972026-02-19T22:29:03.912Z[ recovery-image] Feb 19 22:29:02.663 INFO O| Feb 19 22:29:02.663 INFO STEP 794 (remove_files) COMPLETE
71982026-02-19T22:29:03.912Z[ recovery-image] Feb 19 22:29:02.663 INFO O| Feb 19 22:29:02.663 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-02-19T22:29:03.923Z[ recovery-image] Feb 19 22:29:02.674 INFO O| Feb 19 22:29:02.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72002026-02-19T22:29:03.923Z[ recovery-image] Feb 19 22:29:02.674 INFO O| Feb 19 22:29:02.674 INFO STEP 795 (remove_files) COMPLETE
72012026-02-19T22:29:03.924Z[ recovery-image] Feb 19 22:29:02.674 INFO O| Feb 19 22:29:02.674 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-02-19T22:29:03.936Z[ recovery-image] Feb 19 22:29:02.687 INFO O| Feb 19 22:29:02.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72032026-02-19T22:29:03.936Z[ recovery-image] Feb 19 22:29:02.687 INFO O| Feb 19 22:29:02.687 INFO STEP 796 (remove_files) COMPLETE
72042026-02-19T22:29:03.936Z[ recovery-image] Feb 19 22:29:02.687 INFO O| Feb 19 22:29:02.687 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-02-19T22:29:03.948Z[ recovery-image] Feb 19 22:29:02.699 INFO O| Feb 19 22:29:02.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72062026-02-19T22:29:03.948Z[ recovery-image] Feb 19 22:29:02.699 INFO O| Feb 19 22:29:02.699 INFO STEP 797 (remove_files) COMPLETE
72072026-02-19T22:29:03.948Z[ recovery-image] Feb 19 22:29:02.699 INFO O| Feb 19 22:29:02.699 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-02-19T22:29:03.959Z[ recovery-image] Feb 19 22:29:02.710 INFO O| Feb 19 22:29:02.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72092026-02-19T22:29:03.959Z[ recovery-image] Feb 19 22:29:02.710 INFO O| Feb 19 22:29:02.710 INFO STEP 798 (remove_files) COMPLETE
72102026-02-19T22:29:03.959Z[ recovery-image] Feb 19 22:29:02.710 INFO O| Feb 19 22:29:02.710 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-02-19T22:29:03.970Z[ recovery-image] Feb 19 22:29:02.721 INFO O| Feb 19 22:29:02.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72122026-02-19T22:29:03.970Z[ recovery-image] Feb 19 22:29:02.721 INFO O| Feb 19 22:29:02.721 INFO STEP 799 (remove_files) COMPLETE
72132026-02-19T22:29:03.973Z[ recovery-image] Feb 19 22:29:02.721 INFO O| Feb 19 22:29:02.721 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-02-19T22:29:03.981Z[ recovery-image] Feb 19 22:29:02.732 INFO O| Feb 19 22:29:02.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72152026-02-19T22:29:03.981Z[ recovery-image] Feb 19 22:29:02.732 INFO O| Feb 19 22:29:02.732 INFO STEP 800 (remove_files) COMPLETE
72162026-02-19T22:29:03.984Z[ recovery-image] Feb 19 22:29:02.733 INFO O| Feb 19 22:29:02.732 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-02-19T22:29:03.993Z[ recovery-image] Feb 19 22:29:02.744 INFO O| Feb 19 22:29:02.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72182026-02-19T22:29:03.993Z[ recovery-image] Feb 19 22:29:02.744 INFO O| Feb 19 22:29:02.744 INFO STEP 801 (remove_files) COMPLETE
72192026-02-19T22:29:03.993Z[ recovery-image] Feb 19 22:29:02.744 INFO O| Feb 19 22:29:02.744 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-02-19T22:29:04.006Z[ recovery-image] Feb 19 22:29:02.757 INFO O| Feb 19 22:29:02.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72212026-02-19T22:29:04.006Z[ recovery-image] Feb 19 22:29:02.757 INFO O| Feb 19 22:29:02.757 INFO STEP 802 (remove_files) COMPLETE
72222026-02-19T22:29:04.006Z[ recovery-image] Feb 19 22:29:02.757 INFO O| Feb 19 22:29:02.757 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-02-19T22:29:04.018Z[ recovery-image] Feb 19 22:29:02.770 INFO O| Feb 19 22:29:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72242026-02-19T22:29:04.019Z[ recovery-image] Feb 19 22:29:02.770 INFO O| Feb 19 22:29:02.770 INFO STEP 803 (remove_files) COMPLETE
72252026-02-19T22:29:04.019Z[ recovery-image] Feb 19 22:29:02.770 INFO O| Feb 19 22:29:02.770 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-02-19T22:29:04.032Z[ recovery-image] Feb 19 22:29:02.783 INFO O| Feb 19 22:29:02.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72272026-02-19T22:29:04.032Z[ recovery-image] Feb 19 22:29:02.783 INFO O| Feb 19 22:29:02.783 INFO STEP 804 (remove_files) COMPLETE
72282026-02-19T22:29:04.032Z[ recovery-image] Feb 19 22:29:02.783 INFO O| Feb 19 22:29:02.783 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-02-19T22:29:04.046Z[ recovery-image] Feb 19 22:29:02.797 INFO O| Feb 19 22:29:02.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72302026-02-19T22:29:04.046Z[ recovery-image] Feb 19 22:29:02.797 INFO O| Feb 19 22:29:02.797 INFO STEP 805 (remove_files) COMPLETE
72312026-02-19T22:29:04.049Z[ recovery-image] Feb 19 22:29:02.797 INFO O| Feb 19 22:29:02.797 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-02-19T22:29:04.058Z[ recovery-image] Feb 19 22:29:02.810 INFO O| Feb 19 22:29:02.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72332026-02-19T22:29:04.058Z[ recovery-image] Feb 19 22:29:02.810 INFO O| Feb 19 22:29:02.810 INFO STEP 806 (remove_files) COMPLETE
72342026-02-19T22:29:04.062Z[ recovery-image] Feb 19 22:29:02.810 INFO O| Feb 19 22:29:02.810 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-02-19T22:29:04.071Z[ recovery-image] Feb 19 22:29:02.822 INFO O| Feb 19 22:29:02.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72362026-02-19T22:29:04.074Z[ recovery-image] Feb 19 22:29:02.823 INFO O| Feb 19 22:29:02.823 INFO STEP 807 (remove_files) COMPLETE
72372026-02-19T22:29:04.074Z[ recovery-image] Feb 19 22:29:02.823 INFO O| Feb 19 22:29:02.823 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-02-19T22:29:04.084Z[ recovery-image] Feb 19 22:29:02.836 INFO O| Feb 19 22:29:02.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72392026-02-19T22:29:04.084Z[ recovery-image] Feb 19 22:29:02.836 INFO O| Feb 19 22:29:02.836 INFO STEP 808 (remove_files) COMPLETE
72402026-02-19T22:29:04.084Z[ recovery-image] Feb 19 22:29:02.836 INFO O| Feb 19 22:29:02.836 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-02-19T22:29:04.098Z[ recovery-image] Feb 19 22:29:02.850 INFO O| Feb 19 22:29:02.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72422026-02-19T22:29:04.098Z[ recovery-image] Feb 19 22:29:02.850 INFO O| Feb 19 22:29:02.850 INFO STEP 809 (remove_files) COMPLETE
72432026-02-19T22:29:04.098Z[ recovery-image] Feb 19 22:29:02.850 INFO O| Feb 19 22:29:02.850 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-02-19T22:29:04.112Z[ recovery-image] Feb 19 22:29:02.863 INFO O| Feb 19 22:29:02.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72452026-02-19T22:29:04.112Z[ recovery-image] Feb 19 22:29:02.863 INFO O| Feb 19 22:29:02.863 INFO STEP 810 (remove_files) COMPLETE
72462026-02-19T22:29:04.112Z[ recovery-image] Feb 19 22:29:02.863 INFO O| Feb 19 22:29:02.863 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-02-19T22:29:04.126Z[ recovery-image] Feb 19 22:29:02.877 INFO O| Feb 19 22:29:02.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72482026-02-19T22:29:04.126Z[ recovery-image] Feb 19 22:29:02.877 INFO O| Feb 19 22:29:02.877 INFO STEP 811 (remove_files) COMPLETE
72492026-02-19T22:29:04.126Z[ recovery-image] Feb 19 22:29:02.877 INFO O| Feb 19 22:29:02.877 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-02-19T22:29:04.139Z[ recovery-image] Feb 19 22:29:02.890 INFO O| Feb 19 22:29:02.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72512026-02-19T22:29:04.142Z[ recovery-image] Feb 19 22:29:02.891 INFO O| Feb 19 22:29:02.891 INFO STEP 812 (remove_files) COMPLETE
72522026-02-19T22:29:04.142Z[ recovery-image] Feb 19 22:29:02.891 INFO O| Feb 19 22:29:02.891 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-02-19T22:29:04.154Z[ recovery-image] Feb 19 22:29:02.906 INFO O| Feb 19 22:29:02.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72542026-02-19T22:29:04.155Z[ recovery-image] Feb 19 22:29:02.906 INFO O| Feb 19 22:29:02.906 INFO STEP 813 (remove_files) COMPLETE
72552026-02-19T22:29:04.155Z[ recovery-image] Feb 19 22:29:02.906 INFO O| Feb 19 22:29:02.906 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-02-19T22:29:04.167Z[ recovery-image] Feb 19 22:29:02.918 INFO O| Feb 19 22:29:02.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72572026-02-19T22:29:04.167Z[ recovery-image] Feb 19 22:29:02.919 INFO O| Feb 19 22:29:02.919 INFO STEP 814 (remove_files) COMPLETE
72582026-02-19T22:29:04.167Z[ recovery-image] Feb 19 22:29:02.919 INFO O| Feb 19 22:29:02.919 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-02-19T22:29:04.181Z[ recovery-image] Feb 19 22:29:02.932 INFO O| Feb 19 22:29:02.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72602026-02-19T22:29:04.181Z[ recovery-image] Feb 19 22:29:02.932 INFO O| Feb 19 22:29:02.932 INFO STEP 815 (remove_files) COMPLETE
72612026-02-19T22:29:04.181Z[ recovery-image] Feb 19 22:29:02.932 INFO O| Feb 19 22:29:02.932 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-02-19T22:29:04.194Z[ recovery-image] Feb 19 22:29:02.945 INFO O| Feb 19 22:29:02.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72632026-02-19T22:29:04.198Z[ recovery-image] Feb 19 22:29:02.945 INFO O| Feb 19 22:29:02.945 INFO STEP 816 (remove_files) COMPLETE
72642026-02-19T22:29:04.198Z[ recovery-image] Feb 19 22:29:02.945 INFO O| Feb 19 22:29:02.945 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-02-19T22:29:04.207Z[ recovery-image] Feb 19 22:29:02.958 INFO O| Feb 19 22:29:02.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72662026-02-19T22:29:04.207Z[ recovery-image] Feb 19 22:29:02.959 INFO O| Feb 19 22:29:02.958 INFO STEP 817 (remove_files) COMPLETE
72672026-02-19T22:29:04.207Z[ recovery-image] Feb 19 22:29:02.959 INFO O| Feb 19 22:29:02.958 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-02-19T22:29:04.221Z[ recovery-image] Feb 19 22:29:02.972 INFO O| Feb 19 22:29:02.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72692026-02-19T22:29:04.221Z[ recovery-image] Feb 19 22:29:02.972 INFO O| Feb 19 22:29:02.972 INFO STEP 818 (remove_files) COMPLETE
72702026-02-19T22:29:04.221Z[ recovery-image] Feb 19 22:29:02.972 INFO O| Feb 19 22:29:02.972 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-02-19T22:29:04.235Z[ recovery-image] Feb 19 22:29:02.985 INFO O| Feb 19 22:29:02.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72722026-02-19T22:29:04.235Z[ recovery-image] Feb 19 22:29:02.986 INFO O| Feb 19 22:29:02.985 INFO STEP 819 (remove_files) COMPLETE
72732026-02-19T22:29:04.235Z[ recovery-image] Feb 19 22:29:02.986 INFO O| Feb 19 22:29:02.986 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-02-19T22:29:04.247Z[ recovery-image] Feb 19 22:29:02.998 INFO O| Feb 19 22:29:02.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72752026-02-19T22:29:04.247Z[ recovery-image] Feb 19 22:29:02.998 INFO O| Feb 19 22:29:02.998 INFO STEP 820 (remove_files) COMPLETE
72762026-02-19T22:29:04.247Z[ recovery-image] Feb 19 22:29:02.998 INFO O| Feb 19 22:29:02.998 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-02-19T22:29:04.260Z[ recovery-image] Feb 19 22:29:03.011 INFO O| Feb 19 22:29:03.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72782026-02-19T22:29:04.260Z[ recovery-image] Feb 19 22:29:03.011 INFO O| Feb 19 22:29:03.011 INFO STEP 821 (remove_files) COMPLETE
72792026-02-19T22:29:04.260Z[ recovery-image] Feb 19 22:29:03.011 INFO O| Feb 19 22:29:03.011 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-02-19T22:29:04.274Z[ recovery-image] Feb 19 22:29:03.026 INFO O| Feb 19 22:29:03.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72812026-02-19T22:29:04.274Z[ recovery-image] Feb 19 22:29:03.026 INFO O| Feb 19 22:29:03.026 INFO STEP 822 (remove_files) COMPLETE
72822026-02-19T22:29:04.274Z[ recovery-image] Feb 19 22:29:03.026 INFO O| Feb 19 22:29:03.026 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-02-19T22:29:04.289Z[ recovery-image] Feb 19 22:29:03.040 INFO O| Feb 19 22:29:03.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72842026-02-19T22:29:04.289Z[ recovery-image] Feb 19 22:29:03.041 INFO O| Feb 19 22:29:03.041 INFO STEP 823 (remove_files) COMPLETE
72852026-02-19T22:29:04.292Z[ recovery-image] Feb 19 22:29:03.041 INFO O| Feb 19 22:29:03.041 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-02-19T22:29:04.304Z[ recovery-image] Feb 19 22:29:03.055 INFO O| Feb 19 22:29:03.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72872026-02-19T22:29:04.304Z[ recovery-image] Feb 19 22:29:03.055 INFO O| Feb 19 22:29:03.055 INFO STEP 824 (remove_files) COMPLETE
72882026-02-19T22:29:04.304Z[ recovery-image] Feb 19 22:29:03.055 INFO O| Feb 19 22:29:03.055 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-02-19T22:29:04.318Z[ recovery-image] Feb 19 22:29:03.069 INFO O| Feb 19 22:29:03.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72902026-02-19T22:29:04.318Z[ recovery-image] Feb 19 22:29:03.069 INFO O| Feb 19 22:29:03.069 INFO STEP 825 (remove_files) COMPLETE
72912026-02-19T22:29:04.318Z[ recovery-image] Feb 19 22:29:03.069 INFO O| Feb 19 22:29:03.069 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-02-19T22:29:04.343Z[ recovery-image] Feb 19 22:29:03.083 INFO O| Feb 19 22:29:03.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72932026-02-19T22:29:04.344Z[ recovery-image] Feb 19 22:29:03.083 INFO O| Feb 19 22:29:03.083 INFO STEP 826 (remove_files) COMPLETE
72942026-02-19T22:29:04.344Z[ recovery-image] Feb 19 22:29:03.083 INFO O| Feb 19 22:29:03.083 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-02-19T22:29:04.376Z[ recovery-image] Feb 19 22:29:03.127 INFO O| Feb 19 22:29:03.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72962026-02-19T22:29:04.376Z[ recovery-image] Feb 19 22:29:03.127 INFO O| Feb 19 22:29:03.127 INFO STEP 827 (remove_files) COMPLETE
72972026-02-19T22:29:04.379Z[ recovery-image] Feb 19 22:29:03.127 INFO O| Feb 19 22:29:03.127 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-02-19T22:29:04.400Z[ recovery-image] Feb 19 22:29:03.149 INFO O| Feb 19 22:29:03.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72992026-02-19T22:29:04.400Z[ recovery-image] Feb 19 22:29:03.150 INFO O| Feb 19 22:29:03.150 INFO STEP 828 (remove_files) COMPLETE
73002026-02-19T22:29:04.400Z[ recovery-image] Feb 19 22:29:03.150 INFO O| Feb 19 22:29:03.150 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-02-19T22:29:04.414Z[ recovery-image] Feb 19 22:29:03.164 INFO O| Feb 19 22:29:03.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73022026-02-19T22:29:04.414Z[ recovery-image] Feb 19 22:29:03.164 INFO O| Feb 19 22:29:03.164 INFO STEP 829 (remove_files) COMPLETE
73032026-02-19T22:29:04.414Z[ recovery-image] Feb 19 22:29:03.164 INFO O| Feb 19 22:29:03.164 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-02-19T22:29:04.428Z[ recovery-image] Feb 19 22:29:03.178 INFO O| Feb 19 22:29:03.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73052026-02-19T22:29:04.428Z[ recovery-image] Feb 19 22:29:03.178 INFO O| Feb 19 22:29:03.178 INFO STEP 830 (remove_files) COMPLETE
73062026-02-19T22:29:04.428Z[ recovery-image] Feb 19 22:29:03.178 INFO O| Feb 19 22:29:03.178 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-02-19T22:29:04.440Z[ recovery-image] Feb 19 22:29:03.191 INFO O| Feb 19 22:29:03.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73082026-02-19T22:29:04.440Z[ recovery-image] Feb 19 22:29:03.191 INFO O| Feb 19 22:29:03.191 INFO STEP 831 (remove_files) COMPLETE
73092026-02-19T22:29:04.440Z[ recovery-image] Feb 19 22:29:03.191 INFO O| Feb 19 22:29:03.191 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-02-19T22:29:04.454Z[ recovery-image] Feb 19 22:29:03.205 INFO O| Feb 19 22:29:03.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73112026-02-19T22:29:04.454Z[ recovery-image] Feb 19 22:29:03.205 INFO O| Feb 19 22:29:03.205 INFO STEP 832 (remove_files) COMPLETE
73122026-02-19T22:29:04.454Z[ recovery-image] Feb 19 22:29:03.205 INFO O| Feb 19 22:29:03.205 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-02-19T22:29:04.468Z[ recovery-image] Feb 19 22:29:03.219 INFO O| Feb 19 22:29:03.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73142026-02-19T22:29:04.468Z[ recovery-image] Feb 19 22:29:03.219 INFO O| Feb 19 22:29:03.219 INFO STEP 833 (remove_files) COMPLETE
73152026-02-19T22:29:04.468Z[ recovery-image] Feb 19 22:29:03.219 INFO O| Feb 19 22:29:03.219 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-02-19T22:29:04.483Z[ recovery-image] Feb 19 22:29:03.234 INFO O| Feb 19 22:29:03.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73172026-02-19T22:29:04.483Z[ recovery-image] Feb 19 22:29:03.234 INFO O| Feb 19 22:29:03.234 INFO STEP 834 (remove_files) COMPLETE
73182026-02-19T22:29:04.483Z[ recovery-image] Feb 19 22:29:03.234 INFO O| Feb 19 22:29:03.234 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-02-19T22:29:04.496Z[ recovery-image] Feb 19 22:29:03.247 INFO O| Feb 19 22:29:03.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73202026-02-19T22:29:04.496Z[ recovery-image] Feb 19 22:29:03.247 INFO O| Feb 19 22:29:03.247 INFO STEP 835 (remove_files) COMPLETE
73212026-02-19T22:29:04.499Z[ recovery-image] Feb 19 22:29:03.247 INFO O| Feb 19 22:29:03.247 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-02-19T22:29:04.510Z[ recovery-image] Feb 19 22:29:03.261 INFO O| Feb 19 22:29:03.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73232026-02-19T22:29:04.510Z[ recovery-image] Feb 19 22:29:03.261 INFO O| Feb 19 22:29:03.261 INFO STEP 836 (remove_files) COMPLETE
73242026-02-19T22:29:04.514Z[ recovery-image] Feb 19 22:29:03.261 INFO O| Feb 19 22:29:03.261 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-02-19T22:29:04.524Z[ recovery-image] Feb 19 22:29:03.275 INFO O| Feb 19 22:29:03.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73262026-02-19T22:29:04.524Z[ recovery-image] Feb 19 22:29:03.275 INFO O| Feb 19 22:29:03.275 INFO STEP 837 (remove_files) COMPLETE
73272026-02-19T22:29:04.527Z[ recovery-image] Feb 19 22:29:03.275 INFO O| Feb 19 22:29:03.275 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-02-19T22:29:04.537Z[ recovery-image] Feb 19 22:29:03.288 INFO O| Feb 19 22:29:03.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73292026-02-19T22:29:04.537Z[ recovery-image] Feb 19 22:29:03.288 INFO O| Feb 19 22:29:03.288 INFO STEP 838 (remove_files) COMPLETE
73302026-02-19T22:29:04.540Z[ recovery-image] Feb 19 22:29:03.288 INFO O| Feb 19 22:29:03.288 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-02-19T22:29:04.550Z[ recovery-image] Feb 19 22:29:03.302 INFO O| Feb 19 22:29:03.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73322026-02-19T22:29:04.551Z[ recovery-image] Feb 19 22:29:03.302 INFO O| Feb 19 22:29:03.302 INFO STEP 839 (remove_files) COMPLETE
73332026-02-19T22:29:04.554Z[ recovery-image] Feb 19 22:29:03.302 INFO O| Feb 19 22:29:03.302 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-02-19T22:29:04.564Z[ recovery-image] Feb 19 22:29:03.316 INFO O| Feb 19 22:29:03.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73352026-02-19T22:29:04.564Z[ recovery-image] Feb 19 22:29:03.316 INFO O| Feb 19 22:29:03.316 INFO STEP 840 (remove_files) COMPLETE
73362026-02-19T22:29:04.564Z[ recovery-image] Feb 19 22:29:03.316 INFO O| Feb 19 22:29:03.316 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-02-19T22:29:04.578Z[ recovery-image] Feb 19 22:29:03.330 INFO O| Feb 19 22:29:03.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73382026-02-19T22:29:04.578Z[ recovery-image] Feb 19 22:29:03.330 INFO O| Feb 19 22:29:03.330 INFO STEP 841 (remove_files) COMPLETE
73392026-02-19T22:29:04.582Z[ recovery-image] Feb 19 22:29:03.330 INFO O| Feb 19 22:29:03.330 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-02-19T22:29:04.592Z[ recovery-image] Feb 19 22:29:03.343 INFO O| Feb 19 22:29:03.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73412026-02-19T22:29:04.592Z[ recovery-image] Feb 19 22:29:03.343 INFO O| Feb 19 22:29:03.343 INFO STEP 842 (remove_files) COMPLETE
73422026-02-19T22:29:04.592Z[ recovery-image] Feb 19 22:29:03.343 INFO O| Feb 19 22:29:03.343 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-02-19T22:29:04.607Z[ recovery-image] Feb 19 22:29:03.358 INFO O| Feb 19 22:29:03.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73442026-02-19T22:29:04.607Z[ recovery-image] Feb 19 22:29:03.358 INFO O| Feb 19 22:29:03.358 INFO STEP 843 (remove_files) COMPLETE
73452026-02-19T22:29:04.607Z[ recovery-image] Feb 19 22:29:03.358 INFO O| Feb 19 22:29:03.358 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-02-19T22:29:04.621Z[ recovery-image] Feb 19 22:29:03.373 INFO O| Feb 19 22:29:03.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73472026-02-19T22:29:04.621Z[ recovery-image] Feb 19 22:29:03.373 INFO O| Feb 19 22:29:03.373 INFO STEP 844 (remove_files) COMPLETE
73482026-02-19T22:29:04.621Z[ recovery-image] Feb 19 22:29:03.373 INFO O| Feb 19 22:29:03.373 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-02-19T22:29:04.635Z[ recovery-image] Feb 19 22:29:03.387 INFO O| Feb 19 22:29:03.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73502026-02-19T22:29:04.635Z[ recovery-image] Feb 19 22:29:03.387 INFO O| Feb 19 22:29:03.387 INFO STEP 845 (remove_files) COMPLETE
73512026-02-19T22:29:04.636Z[ recovery-image] Feb 19 22:29:03.387 INFO O| Feb 19 22:29:03.387 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-02-19T22:29:04.650Z[ recovery-image] Feb 19 22:29:03.400 INFO O| Feb 19 22:29:03.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73532026-02-19T22:29:04.650Z[ recovery-image] Feb 19 22:29:03.401 INFO O| Feb 19 22:29:03.401 INFO STEP 846 (remove_files) COMPLETE
73542026-02-19T22:29:04.650Z[ recovery-image] Feb 19 22:29:03.401 INFO O| Feb 19 22:29:03.401 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-02-19T22:29:04.664Z[ recovery-image] Feb 19 22:29:03.414 INFO O| Feb 19 22:29:03.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73562026-02-19T22:29:04.664Z[ recovery-image] Feb 19 22:29:03.415 INFO O| Feb 19 22:29:03.414 INFO STEP 847 (remove_files) COMPLETE
73572026-02-19T22:29:04.667Z[ recovery-image] Feb 19 22:29:03.415 INFO O| Feb 19 22:29:03.414 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-02-19T22:29:04.677Z[ recovery-image] Feb 19 22:29:03.428 INFO O| Feb 19 22:29:03.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73592026-02-19T22:29:04.677Z[ recovery-image] Feb 19 22:29:03.428 INFO O| Feb 19 22:29:03.428 INFO STEP 848 (remove_files) COMPLETE
73602026-02-19T22:29:04.677Z[ recovery-image] Feb 19 22:29:03.428 INFO O| Feb 19 22:29:03.428 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-02-19T22:29:04.690Z[ recovery-image] Feb 19 22:29:03.442 INFO O| Feb 19 22:29:03.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73622026-02-19T22:29:04.691Z[ recovery-image] Feb 19 22:29:03.442 INFO O| Feb 19 22:29:03.442 INFO STEP 849 (remove_files) COMPLETE
73632026-02-19T22:29:04.691Z[ recovery-image] Feb 19 22:29:03.442 INFO O| Feb 19 22:29:03.442 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-02-19T22:29:04.703Z[ recovery-image] Feb 19 22:29:03.454 INFO O| Feb 19 22:29:03.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73652026-02-19T22:29:04.703Z[ recovery-image] Feb 19 22:29:03.454 INFO O| Feb 19 22:29:03.454 INFO STEP 850 (remove_files) COMPLETE
73662026-02-19T22:29:04.703Z[ recovery-image] Feb 19 22:29:03.454 INFO O| Feb 19 22:29:03.454 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-02-19T22:29:04.717Z[ recovery-image] Feb 19 22:29:03.468 INFO O| Feb 19 22:29:03.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73682026-02-19T22:29:04.717Z[ recovery-image] Feb 19 22:29:03.468 INFO O| Feb 19 22:29:03.468 INFO STEP 851 (remove_files) COMPLETE
73692026-02-19T22:29:04.720Z[ recovery-image] Feb 19 22:29:03.468 INFO O| Feb 19 22:29:03.468 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-02-19T22:29:04.731Z[ recovery-image] Feb 19 22:29:03.480 INFO O| Feb 19 22:29:03.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73712026-02-19T22:29:04.731Z[ recovery-image] Feb 19 22:29:03.481 INFO O| Feb 19 22:29:03.481 INFO STEP 852 (remove_files) COMPLETE
73722026-02-19T22:29:04.731Z[ recovery-image] Feb 19 22:29:03.481 INFO O| Feb 19 22:29:03.481 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-02-19T22:29:04.743Z[ recovery-image] Feb 19 22:29:03.494 INFO O| Feb 19 22:29:03.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73742026-02-19T22:29:04.743Z[ recovery-image] Feb 19 22:29:03.494 INFO O| Feb 19 22:29:03.494 INFO STEP 853 (remove_files) COMPLETE
73752026-02-19T22:29:04.746Z[ recovery-image] Feb 19 22:29:03.494 INFO O| Feb 19 22:29:03.494 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-02-19T22:29:04.757Z[ recovery-image] Feb 19 22:29:03.508 INFO O| Feb 19 22:29:03.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73772026-02-19T22:29:04.757Z[ recovery-image] Feb 19 22:29:03.508 INFO O| Feb 19 22:29:03.508 INFO STEP 854 (remove_files) COMPLETE
73782026-02-19T22:29:04.757Z[ recovery-image] Feb 19 22:29:03.508 INFO O| Feb 19 22:29:03.508 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-02-19T22:29:04.770Z[ recovery-image] Feb 19 22:29:03.521 INFO O| Feb 19 22:29:03.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73802026-02-19T22:29:04.770Z[ recovery-image] Feb 19 22:29:03.522 INFO O| Feb 19 22:29:03.522 INFO STEP 855 (remove_files) COMPLETE
73812026-02-19T22:29:04.770Z[ recovery-image] Feb 19 22:29:03.522 INFO O| Feb 19 22:29:03.522 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-02-19T22:29:04.783Z[ recovery-image] Feb 19 22:29:03.535 INFO O| Feb 19 22:29:03.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73832026-02-19T22:29:04.786Z[ recovery-image] Feb 19 22:29:03.535 INFO O| Feb 19 22:29:03.535 INFO STEP 856 (remove_files) COMPLETE
73842026-02-19T22:29:04.786Z[ recovery-image] Feb 19 22:29:03.535 INFO O| Feb 19 22:29:03.535 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-02-19T22:29:04.797Z[ recovery-image] Feb 19 22:29:03.547 INFO O| Feb 19 22:29:03.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73862026-02-19T22:29:04.797Z[ recovery-image] Feb 19 22:29:03.548 INFO O| Feb 19 22:29:03.547 INFO STEP 857 (remove_files) COMPLETE
73872026-02-19T22:29:04.797Z[ recovery-image] Feb 19 22:29:03.548 INFO O| Feb 19 22:29:03.547 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-02-19T22:29:04.809Z[ recovery-image] Feb 19 22:29:03.560 INFO O| Feb 19 22:29:03.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73892026-02-19T22:29:04.809Z[ recovery-image] Feb 19 22:29:03.560 INFO O| Feb 19 22:29:03.560 INFO STEP 858 (remove_files) COMPLETE
73902026-02-19T22:29:04.809Z[ recovery-image] Feb 19 22:29:03.560 INFO O| Feb 19 22:29:03.560 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-02-19T22:29:04.823Z[ recovery-image] Feb 19 22:29:03.573 INFO O| Feb 19 22:29:03.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73922026-02-19T22:29:04.823Z[ recovery-image] Feb 19 22:29:03.573 INFO O| Feb 19 22:29:03.573 INFO STEP 859 (remove_files) COMPLETE
73932026-02-19T22:29:04.823Z[ recovery-image] Feb 19 22:29:03.573 INFO O| Feb 19 22:29:03.573 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-02-19T22:29:04.835Z[ recovery-image] Feb 19 22:29:03.586 INFO O| Feb 19 22:29:03.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73952026-02-19T22:29:04.835Z[ recovery-image] Feb 19 22:29:03.586 INFO O| Feb 19 22:29:03.586 INFO STEP 860 (remove_files) COMPLETE
73962026-02-19T22:29:04.838Z[ recovery-image] Feb 19 22:29:03.586 INFO O| Feb 19 22:29:03.586 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-02-19T22:29:04.849Z[ recovery-image] Feb 19 22:29:03.600 INFO O| Feb 19 22:29:03.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73982026-02-19T22:29:04.849Z[ recovery-image] Feb 19 22:29:03.600 INFO O| Feb 19 22:29:03.600 INFO STEP 861 (remove_files) COMPLETE
73992026-02-19T22:29:04.849Z[ recovery-image] Feb 19 22:29:03.600 INFO O| Feb 19 22:29:03.600 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-02-19T22:29:04.894Z[ recovery-image] Feb 19 22:29:03.613 INFO O| Feb 19 22:29:03.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74012026-02-19T22:29:04.894Z[ recovery-image] Feb 19 22:29:03.613 INFO O| Feb 19 22:29:03.613 INFO STEP 862 (remove_files) COMPLETE
74022026-02-19T22:29:04.894Z[ recovery-image] Feb 19 22:29:03.613 INFO O| Feb 19 22:29:03.613 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-02-19T22:29:04.894Z[ recovery-image] Feb 19 22:29:03.625 INFO O| Feb 19 22:29:03.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74042026-02-19T22:29:04.894Z[ recovery-image] Feb 19 22:29:03.626 INFO O| Feb 19 22:29:03.625 INFO STEP 863 (remove_files) COMPLETE
74052026-02-19T22:29:04.894Z[ recovery-image] Feb 19 22:29:03.626 INFO O| Feb 19 22:29:03.625 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-02-19T22:29:04.894Z[ recovery-image] Feb 19 22:29:03.638 INFO O| Feb 19 22:29:03.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74072026-02-19T22:29:04.894Z[ recovery-image] Feb 19 22:29:03.638 INFO O| Feb 19 22:29:03.638 INFO STEP 864 (remove_files) COMPLETE
74082026-02-19T22:29:04.894Z[ recovery-image] Feb 19 22:29:03.638 INFO O| Feb 19 22:29:03.638 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-02-19T22:29:04.900Z[ recovery-image] Feb 19 22:29:03.652 INFO O| Feb 19 22:29:03.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74102026-02-19T22:29:04.903Z[ recovery-image] Feb 19 22:29:03.652 INFO O| Feb 19 22:29:03.652 INFO STEP 865 (remove_files) COMPLETE
74112026-02-19T22:29:04.904Z[ recovery-image] Feb 19 22:29:03.652 INFO O| Feb 19 22:29:03.652 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-02-19T22:29:04.914Z[ recovery-image] Feb 19 22:29:03.665 INFO O| Feb 19 22:29:03.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74132026-02-19T22:29:04.914Z[ recovery-image] Feb 19 22:29:03.665 INFO O| Feb 19 22:29:03.665 INFO STEP 866 (remove_files) COMPLETE
74142026-02-19T22:29:04.917Z[ recovery-image] Feb 19 22:29:03.665 INFO O| Feb 19 22:29:03.665 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-02-19T22:29:04.928Z[ recovery-image] Feb 19 22:29:03.679 INFO O| Feb 19 22:29:03.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74162026-02-19T22:29:04.928Z[ recovery-image] Feb 19 22:29:03.679 INFO O| Feb 19 22:29:03.679 INFO STEP 867 (remove_files) COMPLETE
74172026-02-19T22:29:04.928Z[ recovery-image] Feb 19 22:29:03.679 INFO O| Feb 19 22:29:03.679 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-02-19T22:29:04.942Z[ recovery-image] Feb 19 22:29:03.693 INFO O| Feb 19 22:29:03.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74192026-02-19T22:29:04.942Z[ recovery-image] Feb 19 22:29:03.693 INFO O| Feb 19 22:29:03.693 INFO STEP 868 (remove_files) COMPLETE
74202026-02-19T22:29:04.942Z[ recovery-image] Feb 19 22:29:03.693 INFO O| Feb 19 22:29:03.693 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-02-19T22:29:04.956Z[ recovery-image] Feb 19 22:29:03.707 INFO O| Feb 19 22:29:03.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74222026-02-19T22:29:04.956Z[ recovery-image] Feb 19 22:29:03.707 INFO O| Feb 19 22:29:03.707 INFO STEP 869 (remove_files) COMPLETE
74232026-02-19T22:29:04.956Z[ recovery-image] Feb 19 22:29:03.707 INFO O| Feb 19 22:29:03.707 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-02-19T22:29:04.969Z[ recovery-image] Feb 19 22:29:03.720 INFO O| Feb 19 22:29:03.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74252026-02-19T22:29:04.969Z[ recovery-image] Feb 19 22:29:03.720 INFO O| Feb 19 22:29:03.720 INFO STEP 870 (remove_files) COMPLETE
74262026-02-19T22:29:04.969Z[ recovery-image] Feb 19 22:29:03.720 INFO O| Feb 19 22:29:03.720 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-02-19T22:29:04.982Z[ recovery-image] Feb 19 22:29:03.734 INFO O| Feb 19 22:29:03.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74282026-02-19T22:29:04.983Z[ recovery-image] Feb 19 22:29:03.734 INFO O| Feb 19 22:29:03.734 INFO STEP 871 (remove_files) COMPLETE
74292026-02-19T22:29:04.983Z[ recovery-image] Feb 19 22:29:03.734 INFO O| Feb 19 22:29:03.734 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-02-19T22:29:04.995Z[ recovery-image] Feb 19 22:29:03.747 INFO O| Feb 19 22:29:03.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74312026-02-19T22:29:04.996Z[ recovery-image] Feb 19 22:29:03.747 INFO O| Feb 19 22:29:03.747 INFO STEP 872 (remove_files) COMPLETE
74322026-02-19T22:29:04.999Z[ recovery-image] Feb 19 22:29:03.747 INFO O| Feb 19 22:29:03.747 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-02-19T22:29:05.010Z[ recovery-image] Feb 19 22:29:03.760 INFO O| Feb 19 22:29:03.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74342026-02-19T22:29:05.010Z[ recovery-image] Feb 19 22:29:03.760 INFO O| Feb 19 22:29:03.760 INFO STEP 873 (remove_files) COMPLETE
74352026-02-19T22:29:05.010Z[ recovery-image] Feb 19 22:29:03.760 INFO O| Feb 19 22:29:03.760 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-02-19T22:29:05.022Z[ recovery-image] Feb 19 22:29:03.773 INFO O| Feb 19 22:29:03.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74372026-02-19T22:29:05.023Z[ recovery-image] Feb 19 22:29:03.773 INFO O| Feb 19 22:29:03.773 INFO STEP 874 (remove_files) COMPLETE
74382026-02-19T22:29:05.027Z[ recovery-image] Feb 19 22:29:03.774 INFO O| Feb 19 22:29:03.773 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-02-19T22:29:05.037Z[ recovery-image] Feb 19 22:29:03.788 INFO O| Feb 19 22:29:03.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74402026-02-19T22:29:05.037Z[ recovery-image] Feb 19 22:29:03.788 INFO O| Feb 19 22:29:03.788 INFO STEP 875 (remove_files) COMPLETE
74412026-02-19T22:29:05.037Z[ recovery-image] Feb 19 22:29:03.788 INFO O| Feb 19 22:29:03.788 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-02-19T22:29:05.050Z[ recovery-image] Feb 19 22:29:03.801 INFO O| Feb 19 22:29:03.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74432026-02-19T22:29:05.050Z[ recovery-image] Feb 19 22:29:03.801 INFO O| Feb 19 22:29:03.801 INFO STEP 876 (remove_files) COMPLETE
74442026-02-19T22:29:05.050Z[ recovery-image] Feb 19 22:29:03.801 INFO O| Feb 19 22:29:03.801 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-02-19T22:29:05.064Z[ recovery-image] Feb 19 22:29:03.816 INFO O| Feb 19 22:29:03.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74462026-02-19T22:29:05.065Z[ recovery-image] Feb 19 22:29:03.816 INFO O| Feb 19 22:29:03.816 INFO STEP 877 (remove_files) COMPLETE
74472026-02-19T22:29:05.065Z[ recovery-image] Feb 19 22:29:03.816 INFO O| Feb 19 22:29:03.816 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-02-19T22:29:05.081Z[ recovery-image] Feb 19 22:29:03.832 INFO O| Feb 19 22:29:03.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74492026-02-19T22:29:05.081Z[ recovery-image] Feb 19 22:29:03.832 INFO O| Feb 19 22:29:03.832 INFO STEP 878 (remove_files) COMPLETE
74502026-02-19T22:29:05.081Z[ recovery-image] Feb 19 22:29:03.832 INFO O| Feb 19 22:29:03.832 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-02-19T22:29:05.097Z[ recovery-image] Feb 19 22:29:03.848 INFO O| Feb 19 22:29:03.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74522026-02-19T22:29:05.100Z[ recovery-image] Feb 19 22:29:03.849 INFO O| Feb 19 22:29:03.849 INFO STEP 879 (remove_files) COMPLETE
74532026-02-19T22:29:05.100Z[ recovery-image] Feb 19 22:29:03.849 INFO O| Feb 19 22:29:03.849 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-02-19T22:29:05.114Z[ recovery-image] Feb 19 22:29:03.865 INFO O| Feb 19 22:29:03.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74552026-02-19T22:29:05.114Z[ recovery-image] Feb 19 22:29:03.865 INFO O| Feb 19 22:29:03.865 INFO STEP 880 (remove_files) COMPLETE
74562026-02-19T22:29:05.114Z[ recovery-image] Feb 19 22:29:03.865 INFO O| Feb 19 22:29:03.865 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-02-19T22:29:05.129Z[ recovery-image] Feb 19 22:29:03.880 INFO O| Feb 19 22:29:03.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74582026-02-19T22:29:05.129Z[ recovery-image] Feb 19 22:29:03.880 INFO O| Feb 19 22:29:03.880 INFO STEP 881 (remove_files) COMPLETE
74592026-02-19T22:29:05.129Z[ recovery-image] Feb 19 22:29:03.880 INFO O| Feb 19 22:29:03.880 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-02-19T22:29:05.143Z[ recovery-image] Feb 19 22:29:03.894 INFO O| Feb 19 22:29:03.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74612026-02-19T22:29:05.143Z[ recovery-image] Feb 19 22:29:03.894 INFO O| Feb 19 22:29:03.894 INFO STEP 882 (remove_files) COMPLETE
74622026-02-19T22:29:05.143Z[ recovery-image] Feb 19 22:29:03.894 INFO O| Feb 19 22:29:03.894 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-02-19T22:29:05.155Z[ recovery-image] Feb 19 22:29:03.906 INFO O| Feb 19 22:29:03.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74642026-02-19T22:29:05.155Z[ recovery-image] Feb 19 22:29:03.906 INFO O| Feb 19 22:29:03.906 INFO STEP 883 (remove_files) COMPLETE
74652026-02-19T22:29:05.155Z[ recovery-image] Feb 19 22:29:03.906 INFO O| Feb 19 22:29:03.906 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-02-19T22:29:05.168Z[ recovery-image] Feb 19 22:29:03.919 INFO O| Feb 19 22:29:03.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74672026-02-19T22:29:05.168Z[ recovery-image] Feb 19 22:29:03.920 INFO O| Feb 19 22:29:03.920 INFO STEP 884 (remove_files) COMPLETE
74682026-02-19T22:29:05.168Z[ recovery-image] Feb 19 22:29:03.920 INFO O| Feb 19 22:29:03.920 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-02-19T22:29:05.181Z[ recovery-image] Feb 19 22:29:03.933 INFO O| Feb 19 22:29:03.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74702026-02-19T22:29:05.181Z[ recovery-image] Feb 19 22:29:03.933 INFO O| Feb 19 22:29:03.933 INFO STEP 885 (remove_files) COMPLETE
74712026-02-19T22:29:05.181Z[ recovery-image] Feb 19 22:29:03.933 INFO O| Feb 19 22:29:03.933 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-02-19T22:29:05.195Z[ recovery-image] Feb 19 22:29:03.946 INFO O| Feb 19 22:29:03.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74732026-02-19T22:29:05.195Z[ recovery-image] Feb 19 22:29:03.947 INFO O| Feb 19 22:29:03.947 INFO STEP 886 (remove_files) COMPLETE
74742026-02-19T22:29:05.195Z[ recovery-image] Feb 19 22:29:03.947 INFO O| Feb 19 22:29:03.947 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-02-19T22:29:05.209Z[ recovery-image] Feb 19 22:29:03.960 INFO O| Feb 19 22:29:03.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74762026-02-19T22:29:05.209Z[ recovery-image] Feb 19 22:29:03.960 INFO O| Feb 19 22:29:03.960 INFO STEP 887 (remove_files) COMPLETE
74772026-02-19T22:29:05.209Z[ recovery-image] Feb 19 22:29:03.960 INFO O| Feb 19 22:29:03.960 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-02-19T22:29:05.223Z[ recovery-image] Feb 19 22:29:03.974 INFO O| Feb 19 22:29:03.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74792026-02-19T22:29:05.223Z[ recovery-image] Feb 19 22:29:03.974 INFO O| Feb 19 22:29:03.974 INFO STEP 888 (remove_files) COMPLETE
74802026-02-19T22:29:05.226Z[ recovery-image] Feb 19 22:29:03.974 INFO O| Feb 19 22:29:03.974 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-02-19T22:29:05.237Z[ recovery-image] Feb 19 22:29:03.988 INFO O| Feb 19 22:29:03.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74822026-02-19T22:29:05.237Z[ recovery-image] Feb 19 22:29:03.988 INFO O| Feb 19 22:29:03.988 INFO STEP 889 (remove_files) COMPLETE
74832026-02-19T22:29:05.237Z[ recovery-image] Feb 19 22:29:03.988 INFO O| Feb 19 22:29:03.988 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-02-19T22:29:05.250Z[ recovery-image] Feb 19 22:29:04.001 INFO O| Feb 19 22:29:04.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74852026-02-19T22:29:05.250Z[ recovery-image] Feb 19 22:29:04.001 INFO O| Feb 19 22:29:04.001 INFO STEP 890 (remove_files) COMPLETE
74862026-02-19T22:29:05.250Z[ recovery-image] Feb 19 22:29:04.001 INFO O| Feb 19 22:29:04.001 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-02-19T22:29:05.265Z[ recovery-image] Feb 19 22:29:04.016 INFO O| Feb 19 22:29:04.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74882026-02-19T22:29:05.265Z[ recovery-image] Feb 19 22:29:04.016 INFO O| Feb 19 22:29:04.016 INFO STEP 891 (remove_files) COMPLETE
74892026-02-19T22:29:05.265Z[ recovery-image] Feb 19 22:29:04.016 INFO O| Feb 19 22:29:04.016 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-02-19T22:29:05.279Z[ recovery-image] Feb 19 22:29:04.029 INFO O| Feb 19 22:29:04.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74912026-02-19T22:29:05.294Z[ recovery-image] Feb 19 22:29:04.046 INFO O| Feb 19 22:29:04.030 INFO STEP 892 (remove_files) COMPLETE
74922026-02-19T22:29:05.295Z[ recovery-image] Feb 19 22:29:04.046 INFO O| Feb 19 22:29:04.046 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-02-19T22:29:05.309Z[ recovery-image] Feb 19 22:29:04.060 INFO O| Feb 19 22:29:04.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74942026-02-19T22:29:05.309Z[ recovery-image] Feb 19 22:29:04.060 INFO O| Feb 19 22:29:04.060 INFO STEP 893 (remove_files) COMPLETE
74952026-02-19T22:29:05.309Z[ recovery-image] Feb 19 22:29:04.060 INFO O| Feb 19 22:29:04.060 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-02-19T22:29:05.322Z[ recovery-image] Feb 19 22:29:04.073 INFO O| Feb 19 22:29:04.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74972026-02-19T22:29:05.322Z[ recovery-image] Feb 19 22:29:04.073 INFO O| Feb 19 22:29:04.073 INFO STEP 894 (remove_files) COMPLETE
74982026-02-19T22:29:05.322Z[ recovery-image] Feb 19 22:29:04.073 INFO O| Feb 19 22:29:04.073 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-02-19T22:29:05.351Z[ recovery-image] Feb 19 22:29:04.102 INFO O| Feb 19 22:29:04.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75002026-02-19T22:29:05.351Z[ recovery-image] Feb 19 22:29:04.102 INFO O| Feb 19 22:29:04.102 INFO STEP 895 (remove_files) COMPLETE
75012026-02-19T22:29:05.354Z[ recovery-image] Feb 19 22:29:04.102 INFO O| Feb 19 22:29:04.102 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-02-19T22:29:05.364Z[ recovery-image] Feb 19 22:29:04.116 INFO O| Feb 19 22:29:04.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75032026-02-19T22:29:05.364Z[ recovery-image] Feb 19 22:29:04.116 INFO O| Feb 19 22:29:04.116 INFO STEP 896 (remove_files) COMPLETE
75042026-02-19T22:29:05.368Z[ recovery-image] Feb 19 22:29:04.116 INFO O| Feb 19 22:29:04.116 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-02-19T22:29:05.377Z[ recovery-image] Feb 19 22:29:04.129 INFO O| Feb 19 22:29:04.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75062026-02-19T22:29:05.377Z[ recovery-image] Feb 19 22:29:04.129 INFO O| Feb 19 22:29:04.129 INFO STEP 897 (remove_files) COMPLETE
75072026-02-19T22:29:05.378Z[ recovery-image] Feb 19 22:29:04.129 INFO O| Feb 19 22:29:04.129 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-02-19T22:29:05.392Z[ recovery-image] Feb 19 22:29:04.142 INFO O| Feb 19 22:29:04.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75092026-02-19T22:29:05.392Z[ recovery-image] Feb 19 22:29:04.142 INFO O| Feb 19 22:29:04.142 INFO STEP 898 (remove_files) COMPLETE
75102026-02-19T22:29:05.395Z[ recovery-image] Feb 19 22:29:04.142 INFO O| Feb 19 22:29:04.142 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-02-19T22:29:05.406Z[ recovery-image] Feb 19 22:29:04.156 INFO O| Feb 19 22:29:04.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75122026-02-19T22:29:05.407Z[ recovery-image] Feb 19 22:29:04.156 INFO O| Feb 19 22:29:04.156 INFO STEP 899 (remove_files) COMPLETE
75132026-02-19T22:29:05.407Z[ recovery-image] Feb 19 22:29:04.156 INFO O| Feb 19 22:29:04.156 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-02-19T22:29:05.420Z[ recovery-image] Feb 19 22:29:04.171 INFO O| Feb 19 22:29:04.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75152026-02-19T22:29:05.421Z[ recovery-image] Feb 19 22:29:04.172 INFO O| Feb 19 22:29:04.172 INFO STEP 900 (remove_files) COMPLETE
75162026-02-19T22:29:05.421Z[ recovery-image] Feb 19 22:29:04.172 INFO O| Feb 19 22:29:04.172 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-02-19T22:29:05.435Z[ recovery-image] Feb 19 22:29:04.186 INFO O| Feb 19 22:29:04.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75182026-02-19T22:29:05.435Z[ recovery-image] Feb 19 22:29:04.186 INFO O| Feb 19 22:29:04.186 INFO STEP 901 (remove_files) COMPLETE
75192026-02-19T22:29:05.435Z[ recovery-image] Feb 19 22:29:04.186 INFO O| Feb 19 22:29:04.186 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-02-19T22:29:05.450Z[ recovery-image] Feb 19 22:29:04.201 INFO O| Feb 19 22:29:04.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75212026-02-19T22:29:05.450Z[ recovery-image] Feb 19 22:29:04.201 INFO O| Feb 19 22:29:04.201 INFO STEP 902 (remove_files) COMPLETE
75222026-02-19T22:29:05.450Z[ recovery-image] Feb 19 22:29:04.201 INFO O| Feb 19 22:29:04.201 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-02-19T22:29:05.465Z[ recovery-image] Feb 19 22:29:04.216 INFO O| Feb 19 22:29:04.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75242026-02-19T22:29:05.465Z[ recovery-image] Feb 19 22:29:04.216 INFO O| Feb 19 22:29:04.216 INFO STEP 903 (remove_files) COMPLETE
75252026-02-19T22:29:05.465Z[ recovery-image] Feb 19 22:29:04.216 INFO O| Feb 19 22:29:04.216 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-02-19T22:29:05.481Z[ recovery-image] Feb 19 22:29:04.230 INFO O| Feb 19 22:29:04.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75272026-02-19T22:29:05.481Z[ recovery-image] Feb 19 22:29:04.230 INFO O| Feb 19 22:29:04.230 INFO STEP 904 (remove_files) COMPLETE
75282026-02-19T22:29:05.484Z[ recovery-image] Feb 19 22:29:04.230 INFO O| Feb 19 22:29:04.230 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-02-19T22:29:05.494Z[ recovery-image] Feb 19 22:29:04.245 INFO O| Feb 19 22:29:04.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75302026-02-19T22:29:05.494Z[ recovery-image] Feb 19 22:29:04.245 INFO O| Feb 19 22:29:04.245 INFO STEP 905 (remove_files) COMPLETE
75312026-02-19T22:29:05.494Z[ recovery-image] Feb 19 22:29:04.245 INFO O| Feb 19 22:29:04.245 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-02-19T22:29:05.508Z[ recovery-image] Feb 19 22:29:04.259 INFO O| Feb 19 22:29:04.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75332026-02-19T22:29:05.508Z[ recovery-image] Feb 19 22:29:04.259 INFO O| Feb 19 22:29:04.259 INFO STEP 906 (remove_files) COMPLETE
75342026-02-19T22:29:05.508Z[ recovery-image] Feb 19 22:29:04.259 INFO O| Feb 19 22:29:04.259 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-02-19T22:29:05.523Z[ recovery-image] Feb 19 22:29:04.274 INFO O| Feb 19 22:29:04.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75362026-02-19T22:29:05.523Z[ recovery-image] Feb 19 22:29:04.274 INFO O| Feb 19 22:29:04.274 INFO STEP 907 (remove_files) COMPLETE
75372026-02-19T22:29:05.523Z[ recovery-image] Feb 19 22:29:04.274 INFO O| Feb 19 22:29:04.274 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-02-19T22:29:05.537Z[ recovery-image] Feb 19 22:29:04.288 INFO O| Feb 19 22:29:04.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75392026-02-19T22:29:05.537Z[ recovery-image] Feb 19 22:29:04.288 INFO O| Feb 19 22:29:04.288 INFO STEP 908 (remove_files) COMPLETE
75402026-02-19T22:29:05.540Z[ recovery-image] Feb 19 22:29:04.288 INFO O| Feb 19 22:29:04.288 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-02-19T22:29:05.551Z[ recovery-image] Feb 19 22:29:04.302 INFO O| Feb 19 22:29:04.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75422026-02-19T22:29:05.551Z[ recovery-image] Feb 19 22:29:04.302 INFO O| Feb 19 22:29:04.302 INFO STEP 909 (remove_files) COMPLETE
75432026-02-19T22:29:05.551Z[ recovery-image] Feb 19 22:29:04.303 INFO O| Feb 19 22:29:04.302 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-02-19T22:29:05.565Z[ recovery-image] Feb 19 22:29:04.316 INFO O| Feb 19 22:29:04.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75452026-02-19T22:29:05.565Z[ recovery-image] Feb 19 22:29:04.316 INFO O| Feb 19 22:29:04.316 INFO STEP 910 (remove_files) COMPLETE
75462026-02-19T22:29:05.565Z[ recovery-image] Feb 19 22:29:04.316 INFO O| Feb 19 22:29:04.316 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-02-19T22:29:05.579Z[ recovery-image] Feb 19 22:29:04.330 INFO O| Feb 19 22:29:04.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75482026-02-19T22:29:05.579Z[ recovery-image] Feb 19 22:29:04.330 INFO O| Feb 19 22:29:04.330 INFO STEP 911 (remove_files) COMPLETE
75492026-02-19T22:29:05.579Z[ recovery-image] Feb 19 22:29:04.330 INFO O| Feb 19 22:29:04.330 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-02-19T22:29:05.593Z[ recovery-image] Feb 19 22:29:04.344 INFO O| Feb 19 22:29:04.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75512026-02-19T22:29:05.593Z[ recovery-image] Feb 19 22:29:04.344 INFO O| Feb 19 22:29:04.344 INFO STEP 912 (remove_files) COMPLETE
75522026-02-19T22:29:05.593Z[ recovery-image] Feb 19 22:29:04.344 INFO O| Feb 19 22:29:04.344 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-02-19T22:29:05.606Z[ recovery-image] Feb 19 22:29:04.357 INFO O| Feb 19 22:29:04.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75542026-02-19T22:29:05.606Z[ recovery-image] Feb 19 22:29:04.358 INFO O| Feb 19 22:29:04.358 INFO STEP 913 (remove_files) COMPLETE
75552026-02-19T22:29:05.609Z[ recovery-image] Feb 19 22:29:04.358 INFO O| Feb 19 22:29:04.358 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-02-19T22:29:05.620Z[ recovery-image] Feb 19 22:29:04.371 INFO O| Feb 19 22:29:04.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75572026-02-19T22:29:05.620Z[ recovery-image] Feb 19 22:29:04.371 INFO O| Feb 19 22:29:04.371 INFO STEP 914 (remove_files) COMPLETE
75582026-02-19T22:29:05.620Z[ recovery-image] Feb 19 22:29:04.371 INFO O| Feb 19 22:29:04.371 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-02-19T22:29:05.634Z[ recovery-image] Feb 19 22:29:04.385 INFO O| Feb 19 22:29:04.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75602026-02-19T22:29:05.634Z[ recovery-image] Feb 19 22:29:04.385 INFO O| Feb 19 22:29:04.385 INFO STEP 915 (remove_files) COMPLETE
75612026-02-19T22:29:05.634Z[ recovery-image] Feb 19 22:29:04.385 INFO O| Feb 19 22:29:04.385 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-02-19T22:29:05.647Z[ recovery-image] Feb 19 22:29:04.399 INFO O| Feb 19 22:29:04.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75632026-02-19T22:29:05.648Z[ recovery-image] Feb 19 22:29:04.399 INFO O| Feb 19 22:29:04.399 INFO STEP 916 (remove_files) COMPLETE
75642026-02-19T22:29:05.648Z[ recovery-image] Feb 19 22:29:04.399 INFO O| Feb 19 22:29:04.399 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-02-19T22:29:05.662Z[ recovery-image] Feb 19 22:29:04.412 INFO O| Feb 19 22:29:04.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75662026-02-19T22:29:05.662Z[ recovery-image] Feb 19 22:29:04.412 INFO O| Feb 19 22:29:04.412 INFO STEP 917 (remove_files) COMPLETE
75672026-02-19T22:29:05.662Z[ recovery-image] Feb 19 22:29:04.412 INFO O| Feb 19 22:29:04.412 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-02-19T22:29:05.675Z[ recovery-image] Feb 19 22:29:04.426 INFO O| Feb 19 22:29:04.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75692026-02-19T22:29:05.675Z[ recovery-image] Feb 19 22:29:04.426 INFO O| Feb 19 22:29:04.426 INFO STEP 918 (remove_files) COMPLETE
75702026-02-19T22:29:05.675Z[ recovery-image] Feb 19 22:29:04.426 INFO O| Feb 19 22:29:04.426 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-02-19T22:29:05.688Z[ recovery-image] Feb 19 22:29:04.440 INFO O| Feb 19 22:29:04.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75722026-02-19T22:29:05.688Z[ recovery-image] Feb 19 22:29:04.440 INFO O| Feb 19 22:29:04.440 INFO STEP 919 (remove_files) COMPLETE
75732026-02-19T22:29:05.688Z[ recovery-image] Feb 19 22:29:04.440 INFO O| Feb 19 22:29:04.440 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-02-19T22:29:05.702Z[ recovery-image] Feb 19 22:29:04.453 INFO O| Feb 19 22:29:04.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75752026-02-19T22:29:05.702Z[ recovery-image] Feb 19 22:29:04.453 INFO O| Feb 19 22:29:04.453 INFO STEP 920 (remove_files) COMPLETE
75762026-02-19T22:29:05.702Z[ recovery-image] Feb 19 22:29:04.453 INFO O| Feb 19 22:29:04.453 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-02-19T22:29:05.716Z[ recovery-image] Feb 19 22:29:04.467 INFO O| Feb 19 22:29:04.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75782026-02-19T22:29:05.716Z[ recovery-image] Feb 19 22:29:04.468 INFO O| Feb 19 22:29:04.467 INFO STEP 921 (remove_files) COMPLETE
75792026-02-19T22:29:05.716Z[ recovery-image] Feb 19 22:29:04.468 INFO O| Feb 19 22:29:04.468 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-02-19T22:29:05.730Z[ recovery-image] Feb 19 22:29:04.481 INFO O| Feb 19 22:29:04.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75812026-02-19T22:29:05.730Z[ recovery-image] Feb 19 22:29:04.481 INFO O| Feb 19 22:29:04.481 INFO STEP 922 (remove_files) COMPLETE
75822026-02-19T22:29:05.730Z[ recovery-image] Feb 19 22:29:04.481 INFO O| Feb 19 22:29:04.481 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-02-19T22:29:05.743Z[ recovery-image] Feb 19 22:29:04.495 INFO O| Feb 19 22:29:04.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75842026-02-19T22:29:05.744Z[ recovery-image] Feb 19 22:29:04.495 INFO O| Feb 19 22:29:04.495 INFO STEP 923 (remove_files) COMPLETE
75852026-02-19T22:29:05.744Z[ recovery-image] Feb 19 22:29:04.495 INFO O| Feb 19 22:29:04.495 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-02-19T22:29:05.757Z[ recovery-image] Feb 19 22:29:04.508 INFO O| Feb 19 22:29:04.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75872026-02-19T22:29:05.757Z[ recovery-image] Feb 19 22:29:04.508 INFO O| Feb 19 22:29:04.508 INFO STEP 924 (remove_files) COMPLETE
75882026-02-19T22:29:05.760Z[ recovery-image] Feb 19 22:29:04.508 INFO O| Feb 19 22:29:04.508 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-02-19T22:29:05.772Z[ recovery-image] Feb 19 22:29:04.523 INFO O| Feb 19 22:29:04.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75902026-02-19T22:29:05.772Z[ recovery-image] Feb 19 22:29:04.523 INFO O| Feb 19 22:29:04.523 INFO STEP 925 (remove_files) COMPLETE
75912026-02-19T22:29:05.772Z[ recovery-image] Feb 19 22:29:04.523 INFO O| Feb 19 22:29:04.523 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-02-19T22:29:05.788Z[ recovery-image] Feb 19 22:29:04.539 INFO O| Feb 19 22:29:04.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75932026-02-19T22:29:05.788Z[ recovery-image] Feb 19 22:29:04.539 INFO O| Feb 19 22:29:04.539 INFO STEP 926 (remove_files) COMPLETE
75942026-02-19T22:29:05.788Z[ recovery-image] Feb 19 22:29:04.539 INFO O| Feb 19 22:29:04.539 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-02-19T22:29:05.802Z[ recovery-image] Feb 19 22:29:04.553 INFO O| Feb 19 22:29:04.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75962026-02-19T22:29:05.802Z[ recovery-image] Feb 19 22:29:04.553 INFO O| Feb 19 22:29:04.553 INFO STEP 927 (remove_files) COMPLETE
75972026-02-19T22:29:05.802Z[ recovery-image] Feb 19 22:29:04.554 INFO O| Feb 19 22:29:04.553 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-02-19T22:29:05.817Z[ recovery-image] Feb 19 22:29:04.569 INFO O| Feb 19 22:29:04.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75992026-02-19T22:29:05.818Z[ recovery-image] Feb 19 22:29:04.569 INFO O| Feb 19 22:29:04.569 INFO STEP 928 (remove_files) COMPLETE
76002026-02-19T22:29:05.818Z[ recovery-image] Feb 19 22:29:04.569 INFO O| Feb 19 22:29:04.569 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-02-19T22:29:05.832Z[ recovery-image] Feb 19 22:29:04.584 INFO O| Feb 19 22:29:04.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76022026-02-19T22:29:05.832Z[ recovery-image] Feb 19 22:29:04.584 INFO O| Feb 19 22:29:04.584 INFO STEP 929 (remove_files) COMPLETE
76032026-02-19T22:29:05.832Z[ recovery-image] Feb 19 22:29:04.584 INFO O| Feb 19 22:29:04.584 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-02-19T22:29:05.848Z[ recovery-image] Feb 19 22:29:04.599 INFO O| Feb 19 22:29:04.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76052026-02-19T22:29:05.848Z[ recovery-image] Feb 19 22:29:04.599 INFO O| Feb 19 22:29:04.599 INFO STEP 930 (remove_files) COMPLETE
76062026-02-19T22:29:05.848Z[ recovery-image] Feb 19 22:29:04.599 INFO O| Feb 19 22:29:04.599 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-02-19T22:29:05.863Z[ recovery-image] Feb 19 22:29:04.614 INFO O| Feb 19 22:29:04.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76082026-02-19T22:29:05.863Z[ recovery-image] Feb 19 22:29:04.614 INFO O| Feb 19 22:29:04.614 INFO STEP 931 (remove_files) COMPLETE
76092026-02-19T22:29:05.863Z[ recovery-image] Feb 19 22:29:04.614 INFO O| Feb 19 22:29:04.614 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-02-19T22:29:05.877Z[ recovery-image] Feb 19 22:29:04.628 INFO O| Feb 19 22:29:04.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76112026-02-19T22:29:05.877Z[ recovery-image] Feb 19 22:29:04.628 INFO O| Feb 19 22:29:04.628 INFO STEP 932 (remove_files) COMPLETE
76122026-02-19T22:29:05.877Z[ recovery-image] Feb 19 22:29:04.628 INFO O| Feb 19 22:29:04.628 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-02-19T22:29:05.890Z[ recovery-image] Feb 19 22:29:04.641 INFO O| Feb 19 22:29:04.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76142026-02-19T22:29:05.890Z[ recovery-image] Feb 19 22:29:04.642 INFO O| Feb 19 22:29:04.641 INFO STEP 933 (remove_files) COMPLETE
76152026-02-19T22:29:05.890Z[ recovery-image] Feb 19 22:29:04.642 INFO O| Feb 19 22:29:04.642 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-02-19T22:29:05.905Z[ recovery-image] Feb 19 22:29:04.656 INFO O| Feb 19 22:29:04.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76172026-02-19T22:29:05.905Z[ recovery-image] Feb 19 22:29:04.656 INFO O| Feb 19 22:29:04.656 INFO STEP 934 (remove_files) COMPLETE
76182026-02-19T22:29:05.905Z[ recovery-image] Feb 19 22:29:04.656 INFO O| Feb 19 22:29:04.656 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-02-19T22:29:05.919Z[ recovery-image] Feb 19 22:29:04.670 INFO O| Feb 19 22:29:04.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76202026-02-19T22:29:05.919Z[ recovery-image] Feb 19 22:29:04.670 INFO O| Feb 19 22:29:04.670 INFO STEP 935 (remove_files) COMPLETE
76212026-02-19T22:29:05.922Z[ recovery-image] Feb 19 22:29:04.670 INFO O| Feb 19 22:29:04.670 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-02-19T22:29:05.933Z[ recovery-image] Feb 19 22:29:04.684 INFO O| Feb 19 22:29:04.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76232026-02-19T22:29:05.936Z[ recovery-image] Feb 19 22:29:04.685 INFO O| Feb 19 22:29:04.685 INFO STEP 936 (remove_files) COMPLETE
76242026-02-19T22:29:05.936Z[ recovery-image] Feb 19 22:29:04.685 INFO O| Feb 19 22:29:04.685 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-02-19T22:29:05.948Z[ recovery-image] Feb 19 22:29:04.699 INFO O| Feb 19 22:29:04.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76262026-02-19T22:29:05.948Z[ recovery-image] Feb 19 22:29:04.699 INFO O| Feb 19 22:29:04.699 INFO STEP 937 (remove_files) COMPLETE
76272026-02-19T22:29:05.948Z[ recovery-image] Feb 19 22:29:04.699 INFO O| Feb 19 22:29:04.699 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-02-19T22:29:05.963Z[ recovery-image] Feb 19 22:29:04.714 INFO O| Feb 19 22:29:04.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76292026-02-19T22:29:05.966Z[ recovery-image] Feb 19 22:29:04.714 INFO O| Feb 19 22:29:04.714 INFO STEP 938 (remove_files) COMPLETE
76302026-02-19T22:29:05.966Z[ recovery-image] Feb 19 22:29:04.714 INFO O| Feb 19 22:29:04.714 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-02-19T22:29:05.977Z[ recovery-image] Feb 19 22:29:04.728 INFO O| Feb 19 22:29:04.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76322026-02-19T22:29:05.977Z[ recovery-image] Feb 19 22:29:04.728 INFO O| Feb 19 22:29:04.728 INFO STEP 939 (remove_files) COMPLETE
76332026-02-19T22:29:05.977Z[ recovery-image] Feb 19 22:29:04.728 INFO O| Feb 19 22:29:04.728 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-02-19T22:29:05.990Z[ recovery-image] Feb 19 22:29:04.741 INFO O| Feb 19 22:29:04.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76352026-02-19T22:29:05.990Z[ recovery-image] Feb 19 22:29:04.742 INFO O| Feb 19 22:29:04.741 INFO STEP 940 (remove_files) COMPLETE
76362026-02-19T22:29:05.990Z[ recovery-image] Feb 19 22:29:04.742 INFO O| Feb 19 22:29:04.742 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-02-19T22:29:06.004Z[ recovery-image] Feb 19 22:29:04.755 INFO O| Feb 19 22:29:04.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76382026-02-19T22:29:06.004Z[ recovery-image] Feb 19 22:29:04.755 INFO O| Feb 19 22:29:04.755 INFO STEP 941 (remove_files) COMPLETE
76392026-02-19T22:29:06.004Z[ recovery-image] Feb 19 22:29:04.755 INFO O| Feb 19 22:29:04.755 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-02-19T22:29:06.039Z[ recovery-image] Feb 19 22:29:04.790 INFO O| Feb 19 22:29:04.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76412026-02-19T22:29:06.043Z[ recovery-image] Feb 19 22:29:04.790 INFO O| Feb 19 22:29:04.790 INFO STEP 942 (remove_files) COMPLETE
76422026-02-19T22:29:06.043Z[ recovery-image] Feb 19 22:29:04.790 INFO O| Feb 19 22:29:04.790 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-02-19T22:29:06.053Z[ recovery-image] Feb 19 22:29:04.804 INFO O| Feb 19 22:29:04.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76442026-02-19T22:29:06.053Z[ recovery-image] Feb 19 22:29:04.805 INFO O| Feb 19 22:29:04.805 INFO STEP 943 (remove_files) COMPLETE
76452026-02-19T22:29:06.053Z[ recovery-image] Feb 19 22:29:04.805 INFO O| Feb 19 22:29:04.805 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-02-19T22:29:06.067Z[ recovery-image] Feb 19 22:29:04.818 INFO O| Feb 19 22:29:04.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76472026-02-19T22:29:06.067Z[ recovery-image] Feb 19 22:29:04.818 INFO O| Feb 19 22:29:04.818 INFO STEP 944 (remove_files) COMPLETE
76482026-02-19T22:29:06.067Z[ recovery-image] Feb 19 22:29:04.818 INFO O| Feb 19 22:29:04.818 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-02-19T22:29:06.080Z[ recovery-image] Feb 19 22:29:04.831 INFO O| Feb 19 22:29:04.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76502026-02-19T22:29:06.080Z[ recovery-image] Feb 19 22:29:04.831 INFO O| Feb 19 22:29:04.831 INFO STEP 945 (remove_files) COMPLETE
76512026-02-19T22:29:06.080Z[ recovery-image] Feb 19 22:29:04.831 INFO O| Feb 19 22:29:04.831 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-02-19T22:29:06.093Z[ recovery-image] Feb 19 22:29:04.844 INFO O| Feb 19 22:29:04.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76532026-02-19T22:29:06.093Z[ recovery-image] Feb 19 22:29:04.844 INFO O| Feb 19 22:29:04.844 INFO STEP 946 (remove_files) COMPLETE
76542026-02-19T22:29:06.093Z[ recovery-image] Feb 19 22:29:04.844 INFO O| Feb 19 22:29:04.844 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-02-19T22:29:06.106Z[ recovery-image] Feb 19 22:29:04.857 INFO O| Feb 19 22:29:04.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76562026-02-19T22:29:06.106Z[ recovery-image] Feb 19 22:29:04.857 INFO O| Feb 19 22:29:04.857 INFO STEP 947 (remove_files) COMPLETE
76572026-02-19T22:29:06.106Z[ recovery-image] Feb 19 22:29:04.857 INFO O| Feb 19 22:29:04.857 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-02-19T22:29:06.119Z[ recovery-image] Feb 19 22:29:04.870 INFO O| Feb 19 22:29:04.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76592026-02-19T22:29:06.122Z[ recovery-image] Feb 19 22:29:04.870 INFO O| Feb 19 22:29:04.870 INFO STEP 948 (remove_files) COMPLETE
76602026-02-19T22:29:06.122Z[ recovery-image] Feb 19 22:29:04.870 INFO O| Feb 19 22:29:04.870 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-02-19T22:29:06.131Z[ recovery-image] Feb 19 22:29:04.883 INFO O| Feb 19 22:29:04.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76622026-02-19T22:29:06.132Z[ recovery-image] Feb 19 22:29:04.883 INFO O| Feb 19 22:29:04.883 INFO STEP 949 (remove_files) COMPLETE
76632026-02-19T22:29:06.132Z[ recovery-image] Feb 19 22:29:04.883 INFO O| Feb 19 22:29:04.883 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-02-19T22:29:06.144Z[ recovery-image] Feb 19 22:29:04.895 INFO O| Feb 19 22:29:04.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76652026-02-19T22:29:06.144Z[ recovery-image] Feb 19 22:29:04.895 INFO O| Feb 19 22:29:04.895 INFO STEP 950 (remove_files) COMPLETE
76662026-02-19T22:29:06.147Z[ recovery-image] Feb 19 22:29:04.895 INFO O| Feb 19 22:29:04.895 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-02-19T22:29:06.157Z[ recovery-image] Feb 19 22:29:04.908 INFO O| Feb 19 22:29:04.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76682026-02-19T22:29:06.157Z[ recovery-image] Feb 19 22:29:04.908 INFO O| Feb 19 22:29:04.908 INFO STEP 951 (remove_files) COMPLETE
76692026-02-19T22:29:06.157Z[ recovery-image] Feb 19 22:29:04.908 INFO O| Feb 19 22:29:04.908 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-02-19T22:29:06.171Z[ recovery-image] Feb 19 22:29:04.921 INFO O| Feb 19 22:29:04.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76712026-02-19T22:29:06.171Z[ recovery-image] Feb 19 22:29:04.921 INFO O| Feb 19 22:29:04.921 INFO STEP 952 (remove_files) COMPLETE
76722026-02-19T22:29:06.171Z[ recovery-image] Feb 19 22:29:04.921 INFO O| Feb 19 22:29:04.921 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-02-19T22:29:06.183Z[ recovery-image] Feb 19 22:29:04.934 INFO O| Feb 19 22:29:04.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76742026-02-19T22:29:06.187Z[ recovery-image] Feb 19 22:29:04.935 INFO O| Feb 19 22:29:04.934 INFO STEP 953 (remove_files) COMPLETE
76752026-02-19T22:29:06.187Z[ recovery-image] Feb 19 22:29:04.935 INFO O| Feb 19 22:29:04.935 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-02-19T22:29:06.197Z[ recovery-image] Feb 19 22:29:04.948 INFO O| Feb 19 22:29:04.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76772026-02-19T22:29:06.197Z[ recovery-image] Feb 19 22:29:04.948 INFO O| Feb 19 22:29:04.948 INFO STEP 954 (remove_files) COMPLETE
76782026-02-19T22:29:06.197Z[ recovery-image] Feb 19 22:29:04.948 INFO O| Feb 19 22:29:04.948 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-02-19T22:29:06.210Z[ recovery-image] Feb 19 22:29:04.961 INFO O| Feb 19 22:29:04.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76802026-02-19T22:29:06.211Z[ recovery-image] Feb 19 22:29:04.961 INFO O| Feb 19 22:29:04.961 INFO STEP 955 (remove_files) COMPLETE
76812026-02-19T22:29:06.211Z[ recovery-image] Feb 19 22:29:04.961 INFO O| Feb 19 22:29:04.961 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-02-19T22:29:06.224Z[ recovery-image] Feb 19 22:29:04.975 INFO O| Feb 19 22:29:04.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76832026-02-19T22:29:06.224Z[ recovery-image] Feb 19 22:29:04.975 INFO O| Feb 19 22:29:04.975 INFO STEP 956 (remove_files) COMPLETE
76842026-02-19T22:29:06.224Z[ recovery-image] Feb 19 22:29:04.975 INFO O| Feb 19 22:29:04.975 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-02-19T22:29:06.238Z[ recovery-image] Feb 19 22:29:04.989 INFO O| Feb 19 22:29:04.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76862026-02-19T22:29:06.238Z[ recovery-image] Feb 19 22:29:04.989 INFO O| Feb 19 22:29:04.989 INFO STEP 957 (remove_files) COMPLETE
76872026-02-19T22:29:06.238Z[ recovery-image] Feb 19 22:29:04.989 INFO O| Feb 19 22:29:04.989 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-02-19T22:29:06.251Z[ recovery-image] Feb 19 22:29:05.002 INFO O| Feb 19 22:29:05.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76892026-02-19T22:29:06.251Z[ recovery-image] Feb 19 22:29:05.002 INFO O| Feb 19 22:29:05.002 INFO STEP 958 (remove_files) COMPLETE
76902026-02-19T22:29:06.251Z[ recovery-image] Feb 19 22:29:05.002 INFO O| Feb 19 22:29:05.002 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-02-19T22:29:06.264Z[ recovery-image] Feb 19 22:29:05.015 INFO O| Feb 19 22:29:05.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76922026-02-19T22:29:06.264Z[ recovery-image] Feb 19 22:29:05.015 INFO O| Feb 19 22:29:05.015 INFO STEP 959 (remove_files) COMPLETE
76932026-02-19T22:29:06.264Z[ recovery-image] Feb 19 22:29:05.015 INFO O| Feb 19 22:29:05.015 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-02-19T22:29:06.279Z[ recovery-image] Feb 19 22:29:05.029 INFO O| Feb 19 22:29:05.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76952026-02-19T22:29:06.279Z[ recovery-image] Feb 19 22:29:05.029 INFO O| Feb 19 22:29:05.029 INFO STEP 960 (remove_files) COMPLETE
76962026-02-19T22:29:06.283Z[ recovery-image] Feb 19 22:29:05.029 INFO O| Feb 19 22:29:05.029 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-02-19T22:29:06.291Z[ recovery-image] Feb 19 22:29:05.042 INFO O| Feb 19 22:29:05.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76982026-02-19T22:29:06.291Z[ recovery-image] Feb 19 22:29:05.042 INFO O| Feb 19 22:29:05.042 INFO STEP 961 (remove_files) COMPLETE
76992026-02-19T22:29:06.291Z[ recovery-image] Feb 19 22:29:05.042 INFO O| Feb 19 22:29:05.042 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-02-19T22:29:06.304Z[ recovery-image] Feb 19 22:29:05.055 INFO O| Feb 19 22:29:05.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77012026-02-19T22:29:06.304Z[ recovery-image] Feb 19 22:29:05.055 INFO O| Feb 19 22:29:05.055 INFO STEP 962 (remove_files) COMPLETE
77022026-02-19T22:29:06.304Z[ recovery-image] Feb 19 22:29:05.055 INFO O| Feb 19 22:29:05.055 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-02-19T22:29:06.317Z[ recovery-image] Feb 19 22:29:05.068 INFO O| Feb 19 22:29:05.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77042026-02-19T22:29:06.317Z[ recovery-image] Feb 19 22:29:05.068 INFO O| Feb 19 22:29:05.068 INFO STEP 963 (remove_files) COMPLETE
77052026-02-19T22:29:06.321Z[ recovery-image] Feb 19 22:29:05.068 INFO O| Feb 19 22:29:05.068 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-02-19T22:29:06.331Z[ recovery-image] Feb 19 22:29:05.082 INFO O| Feb 19 22:29:05.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77072026-02-19T22:29:06.331Z[ recovery-image] Feb 19 22:29:05.082 INFO O| Feb 19 22:29:05.082 INFO STEP 964 (remove_files) COMPLETE
77082026-02-19T22:29:06.331Z[ recovery-image] Feb 19 22:29:05.082 INFO O| Feb 19 22:29:05.082 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-02-19T22:29:06.344Z[ recovery-image] Feb 19 22:29:05.095 INFO O| Feb 19 22:29:05.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77102026-02-19T22:29:06.344Z[ recovery-image] Feb 19 22:29:05.095 INFO O| Feb 19 22:29:05.095 INFO STEP 965 (remove_files) COMPLETE
77112026-02-19T22:29:06.344Z[ recovery-image] Feb 19 22:29:05.095 INFO O| Feb 19 22:29:05.095 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-02-19T22:29:06.357Z[ recovery-image] Feb 19 22:29:05.108 INFO O| Feb 19 22:29:05.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77132026-02-19T22:29:06.357Z[ recovery-image] Feb 19 22:29:05.108 INFO O| Feb 19 22:29:05.108 INFO STEP 966 (remove_files) COMPLETE
77142026-02-19T22:29:06.361Z[ recovery-image] Feb 19 22:29:05.108 INFO O| Feb 19 22:29:05.108 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-02-19T22:29:06.371Z[ recovery-image] Feb 19 22:29:05.122 INFO O| Feb 19 22:29:05.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77162026-02-19T22:29:06.371Z[ recovery-image] Feb 19 22:29:05.122 INFO O| Feb 19 22:29:05.122 INFO STEP 967 (remove_files) COMPLETE
77172026-02-19T22:29:06.371Z[ recovery-image] Feb 19 22:29:05.122 INFO O| Feb 19 22:29:05.122 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-02-19T22:29:06.385Z[ recovery-image] Feb 19 22:29:05.135 INFO O| Feb 19 22:29:05.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77192026-02-19T22:29:06.385Z[ recovery-image] Feb 19 22:29:05.135 INFO O| Feb 19 22:29:05.135 INFO STEP 968 (remove_files) COMPLETE
77202026-02-19T22:29:06.385Z[ recovery-image] Feb 19 22:29:05.135 INFO O| Feb 19 22:29:05.135 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-02-19T22:29:06.396Z[ recovery-image] Feb 19 22:29:05.147 INFO O| Feb 19 22:29:05.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77222026-02-19T22:29:06.397Z[ recovery-image] Feb 19 22:29:05.147 INFO O| Feb 19 22:29:05.147 INFO STEP 969 (remove_files) COMPLETE
77232026-02-19T22:29:06.400Z[ recovery-image] Feb 19 22:29:05.147 INFO O| Feb 19 22:29:05.147 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-02-19T22:29:06.407Z[ recovery-image] Feb 19 22:29:05.159 INFO O| Feb 19 22:29:05.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77252026-02-19T22:29:06.407Z[ recovery-image] Feb 19 22:29:05.159 INFO O| Feb 19 22:29:05.159 INFO STEP 970 (remove_files) COMPLETE
77262026-02-19T22:29:06.407Z[ recovery-image] Feb 19 22:29:05.159 INFO O| Feb 19 22:29:05.159 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-02-19T22:29:06.421Z[ recovery-image] Feb 19 22:29:05.172 INFO O| Feb 19 22:29:05.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77282026-02-19T22:29:06.422Z[ recovery-image] Feb 19 22:29:05.173 INFO O| Feb 19 22:29:05.173 INFO STEP 971 (remove_files) COMPLETE
77292026-02-19T22:29:06.425Z[ recovery-image] Feb 19 22:29:05.173 INFO O| Feb 19 22:29:05.173 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-02-19T22:29:06.434Z[ recovery-image] Feb 19 22:29:05.185 INFO O| Feb 19 22:29:05.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77312026-02-19T22:29:06.435Z[ recovery-image] Feb 19 22:29:05.186 INFO O| Feb 19 22:29:05.185 INFO STEP 972 (remove_files) COMPLETE
77322026-02-19T22:29:06.435Z[ recovery-image] Feb 19 22:29:05.186 INFO O| Feb 19 22:29:05.186 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-02-19T22:29:06.446Z[ recovery-image] Feb 19 22:29:05.197 INFO O| Feb 19 22:29:05.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77342026-02-19T22:29:06.446Z[ recovery-image] Feb 19 22:29:05.197 INFO O| Feb 19 22:29:05.197 INFO STEP 973 (remove_files) COMPLETE
77352026-02-19T22:29:06.446Z[ recovery-image] Feb 19 22:29:05.197 INFO O| Feb 19 22:29:05.197 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-02-19T22:29:06.461Z[ recovery-image] Feb 19 22:29:05.211 INFO O| Feb 19 22:29:05.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77372026-02-19T22:29:06.461Z[ recovery-image] Feb 19 22:29:05.211 INFO O| Feb 19 22:29:05.211 INFO STEP 974 (remove_files) COMPLETE
77382026-02-19T22:29:06.461Z[ recovery-image] Feb 19 22:29:05.211 INFO O| Feb 19 22:29:05.211 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-02-19T22:29:06.475Z[ recovery-image] Feb 19 22:29:05.225 INFO O| Feb 19 22:29:05.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77402026-02-19T22:29:06.478Z[ recovery-image] Feb 19 22:29:05.225 INFO O| Feb 19 22:29:05.225 INFO STEP 975 (remove_files) COMPLETE
77412026-02-19T22:29:06.478Z[ recovery-image] Feb 19 22:29:05.225 INFO O| Feb 19 22:29:05.225 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-02-19T22:29:06.489Z[ recovery-image] Feb 19 22:29:05.239 INFO O| Feb 19 22:29:05.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77432026-02-19T22:29:06.493Z[ recovery-image] Feb 19 22:29:05.239 INFO O| Feb 19 22:29:05.239 INFO STEP 976 (remove_files) COMPLETE
77442026-02-19T22:29:06.493Z[ recovery-image] Feb 19 22:29:05.239 INFO O| Feb 19 22:29:05.239 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-02-19T22:29:06.502Z[ recovery-image] Feb 19 22:29:05.253 INFO O| Feb 19 22:29:05.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77462026-02-19T22:29:06.502Z[ recovery-image] Feb 19 22:29:05.254 INFO O| Feb 19 22:29:05.254 INFO STEP 977 (remove_files) COMPLETE
77472026-02-19T22:29:06.502Z[ recovery-image] Feb 19 22:29:05.254 INFO O| Feb 19 22:29:05.254 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-02-19T22:29:06.517Z[ recovery-image] Feb 19 22:29:05.268 INFO O| Feb 19 22:29:05.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77492026-02-19T22:29:06.517Z[ recovery-image] Feb 19 22:29:05.268 INFO O| Feb 19 22:29:05.268 INFO STEP 978 (remove_files) COMPLETE
77502026-02-19T22:29:06.517Z[ recovery-image] Feb 19 22:29:05.268 INFO O| Feb 19 22:29:05.268 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-02-19T22:29:06.530Z[ recovery-image] Feb 19 22:29:05.281 INFO O| Feb 19 22:29:05.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77522026-02-19T22:29:06.533Z[ recovery-image] Feb 19 22:29:05.281 INFO O| Feb 19 22:29:05.281 INFO STEP 979 (remove_files) COMPLETE
77532026-02-19T22:29:06.533Z[ recovery-image] Feb 19 22:29:05.281 INFO O| Feb 19 22:29:05.281 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-02-19T22:29:06.544Z[ recovery-image] Feb 19 22:29:05.294 INFO O| Feb 19 22:29:05.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77552026-02-19T22:29:06.544Z[ recovery-image] Feb 19 22:29:05.295 INFO O| Feb 19 22:29:05.294 INFO STEP 980 (remove_files) COMPLETE
77562026-02-19T22:29:06.544Z[ recovery-image] Feb 19 22:29:05.295 INFO O| Feb 19 22:29:05.295 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-02-19T22:29:06.556Z[ recovery-image] Feb 19 22:29:05.307 INFO O| Feb 19 22:29:05.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77582026-02-19T22:29:06.556Z[ recovery-image] Feb 19 22:29:05.307 INFO O| Feb 19 22:29:05.307 INFO STEP 981 (remove_files) COMPLETE
77592026-02-19T22:29:06.556Z[ recovery-image] Feb 19 22:29:05.307 INFO O| Feb 19 22:29:05.307 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-02-19T22:29:06.569Z[ recovery-image] Feb 19 22:29:05.320 INFO O| Feb 19 22:29:05.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77612026-02-19T22:29:06.573Z[ recovery-image] Feb 19 22:29:05.320 INFO O| Feb 19 22:29:05.320 INFO STEP 982 (remove_files) COMPLETE
77622026-02-19T22:29:06.573Z[ recovery-image] Feb 19 22:29:05.320 INFO O| Feb 19 22:29:05.320 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-02-19T22:29:06.582Z[ recovery-image] Feb 19 22:29:05.333 INFO O| Feb 19 22:29:05.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77642026-02-19T22:29:06.582Z[ recovery-image] Feb 19 22:29:05.333 INFO O| Feb 19 22:29:05.333 INFO STEP 983 (remove_files) COMPLETE
77652026-02-19T22:29:06.582Z[ recovery-image] Feb 19 22:29:05.333 INFO O| Feb 19 22:29:05.333 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-02-19T22:29:06.595Z[ recovery-image] Feb 19 22:29:05.346 INFO O| Feb 19 22:29:05.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77672026-02-19T22:29:06.595Z[ recovery-image] Feb 19 22:29:05.346 INFO O| Feb 19 22:29:05.346 INFO STEP 984 (remove_files) COMPLETE
77682026-02-19T22:29:06.595Z[ recovery-image] Feb 19 22:29:05.346 INFO O| Feb 19 22:29:05.346 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-02-19T22:29:06.608Z[ recovery-image] Feb 19 22:29:05.359 INFO O| Feb 19 22:29:05.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77702026-02-19T22:29:06.612Z[ recovery-image] Feb 19 22:29:05.360 INFO O| Feb 19 22:29:05.360 INFO STEP 985 (remove_files) COMPLETE
77712026-02-19T22:29:06.612Z[ recovery-image] Feb 19 22:29:05.360 INFO O| Feb 19 22:29:05.360 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-02-19T22:29:06.622Z[ recovery-image] Feb 19 22:29:05.373 INFO O| Feb 19 22:29:05.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77732026-02-19T22:29:06.622Z[ recovery-image] Feb 19 22:29:05.373 INFO O| Feb 19 22:29:05.373 INFO STEP 986 (remove_files) COMPLETE
77742026-02-19T22:29:06.622Z[ recovery-image] Feb 19 22:29:05.373 INFO O| Feb 19 22:29:05.373 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-02-19T22:29:06.636Z[ recovery-image] Feb 19 22:29:05.386 INFO O| Feb 19 22:29:05.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77762026-02-19T22:29:06.636Z[ recovery-image] Feb 19 22:29:05.387 INFO O| Feb 19 22:29:05.387 INFO STEP 987 (remove_files) COMPLETE
77772026-02-19T22:29:06.636Z[ recovery-image] Feb 19 22:29:05.387 INFO O| Feb 19 22:29:05.387 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-02-19T22:29:06.649Z[ recovery-image] Feb 19 22:29:05.400 INFO O| Feb 19 22:29:05.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77792026-02-19T22:29:06.653Z[ recovery-image] Feb 19 22:29:05.401 INFO O| Feb 19 22:29:05.401 INFO STEP 988 (remove_files) COMPLETE
77802026-02-19T22:29:06.653Z[ recovery-image] Feb 19 22:29:05.401 INFO O| Feb 19 22:29:05.401 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-02-19T22:29:06.664Z[ recovery-image] Feb 19 22:29:05.415 INFO O| Feb 19 22:29:05.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77822026-02-19T22:29:06.664Z[ recovery-image] Feb 19 22:29:05.415 INFO O| Feb 19 22:29:05.415 INFO STEP 989 (remove_files) COMPLETE
77832026-02-19T22:29:06.664Z[ recovery-image] Feb 19 22:29:05.415 INFO O| Feb 19 22:29:05.415 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-02-19T22:29:06.678Z[ recovery-image] Feb 19 22:29:05.429 INFO O| Feb 19 22:29:05.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77852026-02-19T22:29:06.678Z[ recovery-image] Feb 19 22:29:05.429 INFO O| Feb 19 22:29:05.429 INFO STEP 990 (remove_files) COMPLETE
77862026-02-19T22:29:06.678Z[ recovery-image] Feb 19 22:29:05.429 INFO O| Feb 19 22:29:05.429 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-02-19T22:29:06.692Z[ recovery-image] Feb 19 22:29:05.443 INFO O| Feb 19 22:29:05.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77882026-02-19T22:29:06.692Z[ recovery-image] Feb 19 22:29:05.443 INFO O| Feb 19 22:29:05.443 INFO STEP 991 (remove_files) COMPLETE
77892026-02-19T22:29:06.695Z[ recovery-image] Feb 19 22:29:05.443 INFO O| Feb 19 22:29:05.443 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-02-19T22:29:06.706Z[ recovery-image] Feb 19 22:29:05.457 INFO O| Feb 19 22:29:05.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77912026-02-19T22:29:06.706Z[ recovery-image] Feb 19 22:29:05.457 INFO O| Feb 19 22:29:05.457 INFO STEP 992 (remove_files) COMPLETE
77922026-02-19T22:29:06.709Z[ recovery-image] Feb 19 22:29:05.457 INFO O| Feb 19 22:29:05.457 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-02-19T22:29:06.720Z[ recovery-image] Feb 19 22:29:05.471 INFO O| Feb 19 22:29:05.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77942026-02-19T22:29:06.720Z[ recovery-image] Feb 19 22:29:05.471 INFO O| Feb 19 22:29:05.471 INFO STEP 993 (remove_files) COMPLETE
77952026-02-19T22:29:06.724Z[ recovery-image] Feb 19 22:29:05.471 INFO O| Feb 19 22:29:05.471 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-02-19T22:29:06.733Z[ recovery-image] Feb 19 22:29:05.484 INFO O| Feb 19 22:29:05.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77972026-02-19T22:29:06.733Z[ recovery-image] Feb 19 22:29:05.484 INFO O| Feb 19 22:29:05.484 INFO STEP 994 (remove_files) COMPLETE
77982026-02-19T22:29:06.736Z[ recovery-image] Feb 19 22:29:05.484 INFO O| Feb 19 22:29:05.484 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-02-19T22:29:06.745Z[ recovery-image] Feb 19 22:29:05.496 INFO O| Feb 19 22:29:05.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78002026-02-19T22:29:06.745Z[ recovery-image] Feb 19 22:29:05.496 INFO O| Feb 19 22:29:05.496 INFO STEP 995 (remove_files) COMPLETE
78012026-02-19T22:29:06.745Z[ recovery-image] Feb 19 22:29:05.496 INFO O| Feb 19 22:29:05.496 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-02-19T22:29:06.758Z[ recovery-image] Feb 19 22:29:05.509 INFO O| Feb 19 22:29:05.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78032026-02-19T22:29:06.758Z[ recovery-image] Feb 19 22:29:05.509 INFO O| Feb 19 22:29:05.509 INFO STEP 996 (remove_files) COMPLETE
78042026-02-19T22:29:06.759Z[ recovery-image] Feb 19 22:29:05.510 INFO O| Feb 19 22:29:05.509 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-02-19T22:29:06.772Z[ recovery-image] Feb 19 22:29:05.523 INFO O| Feb 19 22:29:05.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78062026-02-19T22:29:06.772Z[ recovery-image] Feb 19 22:29:05.523 INFO O| Feb 19 22:29:05.523 INFO STEP 997 (remove_files) COMPLETE
78072026-02-19T22:29:06.775Z[ recovery-image] Feb 19 22:29:05.523 INFO O| Feb 19 22:29:05.523 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-02-19T22:29:06.786Z[ recovery-image] Feb 19 22:29:05.537 INFO O| Feb 19 22:29:05.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78092026-02-19T22:29:06.786Z[ recovery-image] Feb 19 22:29:05.537 INFO O| Feb 19 22:29:05.537 INFO STEP 998 (remove_files) COMPLETE
78102026-02-19T22:29:06.789Z[ recovery-image] Feb 19 22:29:05.537 INFO O| Feb 19 22:29:05.537 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-02-19T22:29:06.800Z[ recovery-image] Feb 19 22:29:05.551 INFO O| Feb 19 22:29:05.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78122026-02-19T22:29:06.800Z[ recovery-image] Feb 19 22:29:05.552 INFO O| Feb 19 22:29:05.552 INFO STEP 999 (remove_files) COMPLETE
78132026-02-19T22:29:06.804Z[ recovery-image] Feb 19 22:29:05.552 INFO O| Feb 19 22:29:05.552 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-02-19T22:29:06.815Z[ recovery-image] Feb 19 22:29:05.566 INFO O| Feb 19 22:29:05.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78152026-02-19T22:29:06.815Z[ recovery-image] Feb 19 22:29:05.566 INFO O| Feb 19 22:29:05.566 INFO STEP 1000 (remove_files) COMPLETE
78162026-02-19T22:29:06.815Z[ recovery-image] Feb 19 22:29:05.566 INFO O| Feb 19 22:29:05.566 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-02-19T22:29:06.840Z[ recovery-image] Feb 19 22:29:05.580 INFO O| Feb 19 22:29:05.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78182026-02-19T22:29:06.840Z[ recovery-image] Feb 19 22:29:05.580 INFO O| Feb 19 22:29:05.580 INFO STEP 1001 (remove_files) COMPLETE
78192026-02-19T22:29:06.840Z[ recovery-image] Feb 19 22:29:05.580 INFO O| Feb 19 22:29:05.580 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-02-19T22:29:06.843Z[ recovery-image] Feb 19 22:29:05.594 INFO O| Feb 19 22:29:05.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78212026-02-19T22:29:06.843Z[ recovery-image] Feb 19 22:29:05.594 INFO O| Feb 19 22:29:05.594 INFO STEP 1002 (remove_files) COMPLETE
78222026-02-19T22:29:06.843Z[ recovery-image] Feb 19 22:29:05.594 INFO O| Feb 19 22:29:05.594 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-02-19T22:29:06.856Z[ recovery-image] Feb 19 22:29:05.607 INFO O| Feb 19 22:29:05.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78242026-02-19T22:29:06.856Z[ recovery-image] Feb 19 22:29:05.607 INFO O| Feb 19 22:29:05.607 INFO STEP 1003 (remove_files) COMPLETE
78252026-02-19T22:29:06.856Z[ recovery-image] Feb 19 22:29:05.607 INFO O| Feb 19 22:29:05.607 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-02-19T22:29:06.868Z[ recovery-image] Feb 19 22:29:05.619 INFO O| Feb 19 22:29:05.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78272026-02-19T22:29:06.868Z[ recovery-image] Feb 19 22:29:05.619 INFO O| Feb 19 22:29:05.619 INFO STEP 1004 (remove_files) COMPLETE
78282026-02-19T22:29:06.871Z[ recovery-image] Feb 19 22:29:05.619 INFO O| Feb 19 22:29:05.619 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-02-19T22:29:06.880Z[ recovery-image] Feb 19 22:29:05.630 INFO O| Feb 19 22:29:05.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78302026-02-19T22:29:06.885Z[ recovery-image] Feb 19 22:29:05.631 INFO O| Feb 19 22:29:05.630 INFO STEP 1005 (remove_files) COMPLETE
78312026-02-19T22:29:06.885Z[ recovery-image] Feb 19 22:29:05.631 INFO O| Feb 19 22:29:05.631 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-02-19T22:29:06.891Z[ recovery-image] Feb 19 22:29:05.642 INFO O| Feb 19 22:29:05.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78332026-02-19T22:29:06.891Z[ recovery-image] Feb 19 22:29:05.642 INFO O| Feb 19 22:29:05.642 INFO STEP 1006 (remove_files) COMPLETE
78342026-02-19T22:29:06.894Z[ recovery-image] Feb 19 22:29:05.642 INFO O| Feb 19 22:29:05.642 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-02-19T22:29:06.903Z[ recovery-image] Feb 19 22:29:05.653 INFO O| Feb 19 22:29:05.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78362026-02-19T22:29:06.906Z[ recovery-image] Feb 19 22:29:05.654 INFO O| Feb 19 22:29:05.653 INFO STEP 1007 (remove_files) COMPLETE
78372026-02-19T22:29:06.906Z[ recovery-image] Feb 19 22:29:05.654 INFO O| Feb 19 22:29:05.653 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-02-19T22:29:06.915Z[ recovery-image] Feb 19 22:29:05.666 INFO O| Feb 19 22:29:05.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78392026-02-19T22:29:06.915Z[ recovery-image] Feb 19 22:29:05.666 INFO O| Feb 19 22:29:05.666 INFO STEP 1008 (remove_files) COMPLETE
78402026-02-19T22:29:06.918Z[ recovery-image] Feb 19 22:29:05.666 INFO O| Feb 19 22:29:05.666 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-02-19T22:29:06.928Z[ recovery-image] Feb 19 22:29:05.679 INFO O| Feb 19 22:29:05.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78422026-02-19T22:29:06.928Z[ recovery-image] Feb 19 22:29:05.679 INFO O| Feb 19 22:29:05.679 INFO STEP 1009 (remove_files) COMPLETE
78432026-02-19T22:29:06.928Z[ recovery-image] Feb 19 22:29:05.679 INFO O| Feb 19 22:29:05.679 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-02-19T22:29:06.941Z[ recovery-image] Feb 19 22:29:05.692 INFO O| Feb 19 22:29:05.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78452026-02-19T22:29:06.941Z[ recovery-image] Feb 19 22:29:05.692 INFO O| Feb 19 22:29:05.692 INFO STEP 1010 (remove_files) COMPLETE
78462026-02-19T22:29:06.944Z[ recovery-image] Feb 19 22:29:05.692 INFO O| Feb 19 22:29:05.692 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-02-19T22:29:06.954Z[ recovery-image] Feb 19 22:29:05.705 INFO O| Feb 19 22:29:05.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78482026-02-19T22:29:06.954Z[ recovery-image] Feb 19 22:29:05.705 INFO O| Feb 19 22:29:05.705 INFO STEP 1011 (remove_files) COMPLETE
78492026-02-19T22:29:06.957Z[ recovery-image] Feb 19 22:29:05.705 INFO O| Feb 19 22:29:05.705 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-02-19T22:29:06.967Z[ recovery-image] Feb 19 22:29:05.718 INFO O| Feb 19 22:29:05.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78512026-02-19T22:29:06.967Z[ recovery-image] Feb 19 22:29:05.718 INFO O| Feb 19 22:29:05.718 INFO STEP 1012 (remove_files) COMPLETE
78522026-02-19T22:29:06.967Z[ recovery-image] Feb 19 22:29:05.718 INFO O| Feb 19 22:29:05.718 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-02-19T22:29:06.979Z[ recovery-image] Feb 19 22:29:05.730 INFO O| Feb 19 22:29:05.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78542026-02-19T22:29:06.979Z[ recovery-image] Feb 19 22:29:05.730 INFO O| Feb 19 22:29:05.730 INFO STEP 1013 (remove_files) COMPLETE
78552026-02-19T22:29:06.984Z[ recovery-image] Feb 19 22:29:05.730 INFO O| Feb 19 22:29:05.730 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-02-19T22:29:06.993Z[ recovery-image] Feb 19 22:29:05.744 INFO O| Feb 19 22:29:05.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78572026-02-19T22:29:06.993Z[ recovery-image] Feb 19 22:29:05.744 INFO O| Feb 19 22:29:05.744 INFO STEP 1014 (remove_files) COMPLETE
78582026-02-19T22:29:06.993Z[ recovery-image] Feb 19 22:29:05.744 INFO O| Feb 19 22:29:05.744 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-02-19T22:29:07.007Z[ recovery-image] Feb 19 22:29:05.757 INFO O| Feb 19 22:29:05.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78602026-02-19T22:29:07.007Z[ recovery-image] Feb 19 22:29:05.757 INFO O| Feb 19 22:29:05.757 INFO STEP 1015 (remove_files) COMPLETE
78612026-02-19T22:29:07.011Z[ recovery-image] Feb 19 22:29:05.757 INFO O| Feb 19 22:29:05.757 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-02-19T22:29:07.019Z[ recovery-image] Feb 19 22:29:05.770 INFO O| Feb 19 22:29:05.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78632026-02-19T22:29:07.019Z[ recovery-image] Feb 19 22:29:05.771 INFO O| Feb 19 22:29:05.770 INFO STEP 1016 (remove_files) COMPLETE
78642026-02-19T22:29:07.023Z[ recovery-image] Feb 19 22:29:05.771 INFO O| Feb 19 22:29:05.771 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-02-19T22:29:07.034Z[ recovery-image] Feb 19 22:29:05.785 INFO O| Feb 19 22:29:05.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78662026-02-19T22:29:07.034Z[ recovery-image] Feb 19 22:29:05.785 INFO O| Feb 19 22:29:05.785 INFO STEP 1017 (remove_files) COMPLETE
78672026-02-19T22:29:07.034Z[ recovery-image] Feb 19 22:29:05.785 INFO O| Feb 19 22:29:05.785 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-02-19T22:29:07.048Z[ recovery-image] Feb 19 22:29:05.799 INFO O| Feb 19 22:29:05.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78692026-02-19T22:29:07.048Z[ recovery-image] Feb 19 22:29:05.799 INFO O| Feb 19 22:29:05.799 INFO STEP 1018 (remove_files) COMPLETE
78702026-02-19T22:29:07.048Z[ recovery-image] Feb 19 22:29:05.799 INFO O| Feb 19 22:29:05.799 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-02-19T22:29:07.062Z[ recovery-image] Feb 19 22:29:05.813 INFO O| Feb 19 22:29:05.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78722026-02-19T22:29:07.062Z[ recovery-image] Feb 19 22:29:05.813 INFO O| Feb 19 22:29:05.813 INFO STEP 1019 (remove_files) COMPLETE
78732026-02-19T22:29:07.062Z[ recovery-image] Feb 19 22:29:05.813 INFO O| Feb 19 22:29:05.813 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-02-19T22:29:07.077Z[ recovery-image] Feb 19 22:29:05.827 INFO O| Feb 19 22:29:05.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78752026-02-19T22:29:07.077Z[ recovery-image] Feb 19 22:29:05.827 INFO O| Feb 19 22:29:05.827 INFO STEP 1020 (remove_files) COMPLETE
78762026-02-19T22:29:07.077Z[ recovery-image] Feb 19 22:29:05.827 INFO O| Feb 19 22:29:05.827 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-02-19T22:29:07.089Z[ recovery-image] Feb 19 22:29:05.840 INFO O| Feb 19 22:29:05.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78782026-02-19T22:29:07.090Z[ recovery-image] Feb 19 22:29:05.840 INFO O| Feb 19 22:29:05.840 INFO STEP 1021 (remove_files) COMPLETE
78792026-02-19T22:29:07.090Z[ recovery-image] Feb 19 22:29:05.840 INFO O| Feb 19 22:29:05.840 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-02-19T22:29:07.103Z[ recovery-image] Feb 19 22:29:05.854 INFO O| Feb 19 22:29:05.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78812026-02-19T22:29:07.103Z[ recovery-image] Feb 19 22:29:05.854 INFO O| Feb 19 22:29:05.854 INFO STEP 1022 (remove_files) COMPLETE
78822026-02-19T22:29:07.103Z[ recovery-image] Feb 19 22:29:05.854 INFO O| Feb 19 22:29:05.854 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-02-19T22:29:07.116Z[ recovery-image] Feb 19 22:29:05.867 INFO O| Feb 19 22:29:05.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78842026-02-19T22:29:07.116Z[ recovery-image] Feb 19 22:29:05.867 INFO O| Feb 19 22:29:05.867 INFO STEP 1023 (remove_files) COMPLETE
78852026-02-19T22:29:07.117Z[ recovery-image] Feb 19 22:29:05.867 INFO O| Feb 19 22:29:05.867 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-02-19T22:29:07.130Z[ recovery-image] Feb 19 22:29:05.880 INFO O| Feb 19 22:29:05.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78872026-02-19T22:29:07.130Z[ recovery-image] Feb 19 22:29:05.880 INFO O| Feb 19 22:29:05.880 INFO STEP 1024 (remove_files) COMPLETE
78882026-02-19T22:29:07.130Z[ recovery-image] Feb 19 22:29:05.880 INFO O| Feb 19 22:29:05.880 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-02-19T22:29:07.143Z[ recovery-image] Feb 19 22:29:05.894 INFO O| Feb 19 22:29:05.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78902026-02-19T22:29:07.144Z[ recovery-image] Feb 19 22:29:05.894 INFO O| Feb 19 22:29:05.894 INFO STEP 1025 (remove_files) COMPLETE
78912026-02-19T22:29:07.144Z[ recovery-image] Feb 19 22:29:05.894 INFO O| Feb 19 22:29:05.894 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-02-19T22:29:07.156Z[ recovery-image] Feb 19 22:29:05.907 INFO O| Feb 19 22:29:05.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78932026-02-19T22:29:07.156Z[ recovery-image] Feb 19 22:29:05.907 INFO O| Feb 19 22:29:05.907 INFO STEP 1026 (remove_files) COMPLETE
78942026-02-19T22:29:07.156Z[ recovery-image] Feb 19 22:29:05.907 INFO O| Feb 19 22:29:05.907 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-02-19T22:29:07.171Z[ recovery-image] Feb 19 22:29:05.922 INFO O| Feb 19 22:29:05.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78962026-02-19T22:29:07.171Z[ recovery-image] Feb 19 22:29:05.922 INFO O| Feb 19 22:29:05.922 INFO STEP 1027 (remove_files) COMPLETE
78972026-02-19T22:29:07.174Z[ recovery-image] Feb 19 22:29:05.922 INFO O| Feb 19 22:29:05.922 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-02-19T22:29:07.184Z[ recovery-image] Feb 19 22:29:05.935 INFO O| Feb 19 22:29:05.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78992026-02-19T22:29:07.184Z[ recovery-image] Feb 19 22:29:05.935 INFO O| Feb 19 22:29:05.935 INFO STEP 1028 (remove_files) COMPLETE
79002026-02-19T22:29:07.184Z[ recovery-image] Feb 19 22:29:05.935 INFO O| Feb 19 22:29:05.935 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-02-19T22:29:07.199Z[ recovery-image] Feb 19 22:29:05.950 INFO O| Feb 19 22:29:05.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79022026-02-19T22:29:07.199Z[ recovery-image] Feb 19 22:29:05.950 INFO O| Feb 19 22:29:05.950 INFO STEP 1029 (remove_files) COMPLETE
79032026-02-19T22:29:07.199Z[ recovery-image] Feb 19 22:29:05.950 INFO O| Feb 19 22:29:05.950 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-02-19T22:29:07.212Z[ recovery-image] Feb 19 22:29:05.963 INFO O| Feb 19 22:29:05.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79052026-02-19T22:29:07.212Z[ recovery-image] Feb 19 22:29:05.963 INFO O| Feb 19 22:29:05.963 INFO STEP 1030 (remove_files) COMPLETE
79062026-02-19T22:29:07.212Z[ recovery-image] Feb 19 22:29:05.963 INFO O| Feb 19 22:29:05.963 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-02-19T22:29:07.226Z[ recovery-image] Feb 19 22:29:05.977 INFO O| Feb 19 22:29:05.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79082026-02-19T22:29:07.226Z[ recovery-image] Feb 19 22:29:05.977 INFO O| Feb 19 22:29:05.977 INFO STEP 1031 (remove_files) COMPLETE
79092026-02-19T22:29:07.226Z[ recovery-image] Feb 19 22:29:05.977 INFO O| Feb 19 22:29:05.977 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-02-19T22:29:07.239Z[ recovery-image] Feb 19 22:29:05.990 INFO O| Feb 19 22:29:05.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79112026-02-19T22:29:07.243Z[ recovery-image] Feb 19 22:29:05.990 INFO O| Feb 19 22:29:05.990 INFO STEP 1032 (remove_files) COMPLETE
79122026-02-19T22:29:07.243Z[ recovery-image] Feb 19 22:29:05.990 INFO O| Feb 19 22:29:05.990 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-02-19T22:29:07.254Z[ recovery-image] Feb 19 22:29:06.005 INFO O| Feb 19 22:29:06.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79142026-02-19T22:29:07.254Z[ recovery-image] Feb 19 22:29:06.005 INFO O| Feb 19 22:29:06.005 INFO STEP 1033 (remove_files) COMPLETE
79152026-02-19T22:29:07.257Z[ recovery-image] Feb 19 22:29:06.005 INFO O| Feb 19 22:29:06.005 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-02-19T22:29:07.268Z[ recovery-image] Feb 19 22:29:06.019 INFO O| Feb 19 22:29:06.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79172026-02-19T22:29:07.268Z[ recovery-image] Feb 19 22:29:06.019 INFO O| Feb 19 22:29:06.019 INFO STEP 1034 (remove_files) COMPLETE
79182026-02-19T22:29:07.268Z[ recovery-image] Feb 19 22:29:06.019 INFO O| Feb 19 22:29:06.019 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-02-19T22:29:07.282Z[ recovery-image] Feb 19 22:29:06.033 INFO O| Feb 19 22:29:06.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79202026-02-19T22:29:07.282Z[ recovery-image] Feb 19 22:29:06.033 INFO O| Feb 19 22:29:06.033 INFO STEP 1035 (remove_files) COMPLETE
79212026-02-19T22:29:07.282Z[ recovery-image] Feb 19 22:29:06.033 INFO O| Feb 19 22:29:06.033 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-02-19T22:29:07.296Z[ recovery-image] Feb 19 22:29:06.047 INFO O| Feb 19 22:29:06.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79232026-02-19T22:29:07.296Z[ recovery-image] Feb 19 22:29:06.047 INFO O| Feb 19 22:29:06.047 INFO STEP 1036 (remove_files) COMPLETE
79242026-02-19T22:29:07.296Z[ recovery-image] Feb 19 22:29:06.047 INFO O| Feb 19 22:29:06.047 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-02-19T22:29:07.310Z[ recovery-image] Feb 19 22:29:06.060 INFO O| Feb 19 22:29:06.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79262026-02-19T22:29:07.310Z[ recovery-image] Feb 19 22:29:06.060 INFO O| Feb 19 22:29:06.060 INFO STEP 1037 (remove_files) COMPLETE
79272026-02-19T22:29:07.311Z[ recovery-image] Feb 19 22:29:06.060 INFO O| Feb 19 22:29:06.060 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-02-19T22:29:07.323Z[ recovery-image] Feb 19 22:29:06.074 INFO O| Feb 19 22:29:06.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79292026-02-19T22:29:07.323Z[ recovery-image] Feb 19 22:29:06.074 INFO O| Feb 19 22:29:06.074 INFO STEP 1038 (remove_files) COMPLETE
79302026-02-19T22:29:07.326Z[ recovery-image] Feb 19 22:29:06.074 INFO O| Feb 19 22:29:06.074 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-02-19T22:29:07.337Z[ recovery-image] Feb 19 22:29:06.087 INFO O| Feb 19 22:29:06.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79322026-02-19T22:29:07.337Z[ recovery-image] Feb 19 22:29:06.088 INFO O| Feb 19 22:29:06.088 INFO STEP 1039 (remove_files) COMPLETE
79332026-02-19T22:29:07.337Z[ recovery-image] Feb 19 22:29:06.088 INFO O| Feb 19 22:29:06.088 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-02-19T22:29:07.350Z[ recovery-image] Feb 19 22:29:06.101 INFO O| Feb 19 22:29:06.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79352026-02-19T22:29:07.350Z[ recovery-image] Feb 19 22:29:06.101 INFO O| Feb 19 22:29:06.101 INFO STEP 1040 (remove_files) COMPLETE
79362026-02-19T22:29:07.350Z[ recovery-image] Feb 19 22:29:06.101 INFO O| Feb 19 22:29:06.101 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-02-19T22:29:07.364Z[ recovery-image] Feb 19 22:29:06.115 INFO O| Feb 19 22:29:06.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79382026-02-19T22:29:07.364Z[ recovery-image] Feb 19 22:29:06.115 INFO O| Feb 19 22:29:06.115 INFO STEP 1041 (remove_files) COMPLETE
79392026-02-19T22:29:07.364Z[ recovery-image] Feb 19 22:29:06.115 INFO O| Feb 19 22:29:06.115 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-02-19T22:29:07.387Z[ recovery-image] Feb 19 22:29:06.136 INFO O| Feb 19 22:29:06.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79412026-02-19T22:29:07.387Z[ recovery-image] Feb 19 22:29:06.137 INFO O| Feb 19 22:29:06.136 INFO STEP 1042 (remove_files) COMPLETE
79422026-02-19T22:29:07.387Z[ recovery-image] Feb 19 22:29:06.137 INFO O| Feb 19 22:29:06.137 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-02-19T22:29:07.400Z[ recovery-image] Feb 19 22:29:06.150 INFO O| Feb 19 22:29:06.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79442026-02-19T22:29:07.400Z[ recovery-image] Feb 19 22:29:06.150 INFO O| Feb 19 22:29:06.150 INFO STEP 1043 (remove_files) COMPLETE
79452026-02-19T22:29:07.405Z[ recovery-image] Feb 19 22:29:06.150 INFO O| Feb 19 22:29:06.150 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-02-19T22:29:07.415Z[ recovery-image] Feb 19 22:29:06.165 INFO O| Feb 19 22:29:06.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79472026-02-19T22:29:07.415Z[ recovery-image] Feb 19 22:29:06.165 INFO O| Feb 19 22:29:06.165 INFO STEP 1044 (remove_files) COMPLETE
79482026-02-19T22:29:07.415Z[ recovery-image] Feb 19 22:29:06.165 INFO O| Feb 19 22:29:06.165 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-02-19T22:29:07.428Z[ recovery-image] Feb 19 22:29:06.179 INFO O| Feb 19 22:29:06.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79502026-02-19T22:29:07.428Z[ recovery-image] Feb 19 22:29:06.179 INFO O| Feb 19 22:29:06.179 INFO STEP 1045 (remove_files) COMPLETE
79512026-02-19T22:29:07.432Z[ recovery-image] Feb 19 22:29:06.179 INFO O| Feb 19 22:29:06.179 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-02-19T22:29:07.444Z[ recovery-image] Feb 19 22:29:06.195 INFO O| Feb 19 22:29:06.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79532026-02-19T22:29:07.444Z[ recovery-image] Feb 19 22:29:06.195 INFO O| Feb 19 22:29:06.195 INFO STEP 1046 (remove_files) COMPLETE
79542026-02-19T22:29:07.444Z[ recovery-image] Feb 19 22:29:06.195 INFO O| Feb 19 22:29:06.195 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-02-19T22:29:07.457Z[ recovery-image] Feb 19 22:29:06.208 INFO O| Feb 19 22:29:06.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79562026-02-19T22:29:07.457Z[ recovery-image] Feb 19 22:29:06.208 INFO O| Feb 19 22:29:06.208 INFO STEP 1047 (remove_files) COMPLETE
79572026-02-19T22:29:07.457Z[ recovery-image] Feb 19 22:29:06.208 INFO O| Feb 19 22:29:06.208 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-02-19T22:29:07.471Z[ recovery-image] Feb 19 22:29:06.222 INFO O| Feb 19 22:29:06.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79592026-02-19T22:29:07.471Z[ recovery-image] Feb 19 22:29:06.222 INFO O| Feb 19 22:29:06.222 INFO STEP 1048 (remove_files) COMPLETE
79602026-02-19T22:29:07.474Z[ recovery-image] Feb 19 22:29:06.222 INFO O| Feb 19 22:29:06.222 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-02-19T22:29:07.485Z[ recovery-image] Feb 19 22:29:06.236 INFO O| Feb 19 22:29:06.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79622026-02-19T22:29:07.485Z[ recovery-image] Feb 19 22:29:06.236 INFO O| Feb 19 22:29:06.236 INFO STEP 1049 (remove_files) COMPLETE
79632026-02-19T22:29:07.485Z[ recovery-image] Feb 19 22:29:06.236 INFO O| Feb 19 22:29:06.236 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-02-19T22:29:07.499Z[ recovery-image] Feb 19 22:29:06.250 INFO O| Feb 19 22:29:06.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79652026-02-19T22:29:07.499Z[ recovery-image] Feb 19 22:29:06.250 INFO O| Feb 19 22:29:06.250 INFO STEP 1050 (remove_files) COMPLETE
79662026-02-19T22:29:07.499Z[ recovery-image] Feb 19 22:29:06.250 INFO O| Feb 19 22:29:06.250 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-02-19T22:29:07.513Z[ recovery-image] Feb 19 22:29:06.264 INFO O| Feb 19 22:29:06.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79682026-02-19T22:29:07.513Z[ recovery-image] Feb 19 22:29:06.264 INFO O| Feb 19 22:29:06.264 INFO STEP 1051 (remove_files) COMPLETE
79692026-02-19T22:29:07.517Z[ recovery-image] Feb 19 22:29:06.264 INFO O| Feb 19 22:29:06.264 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-02-19T22:29:07.526Z[ recovery-image] Feb 19 22:29:06.277 INFO O| Feb 19 22:29:06.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79712026-02-19T22:29:07.526Z[ recovery-image] Feb 19 22:29:06.277 INFO O| Feb 19 22:29:06.277 INFO STEP 1052 (remove_files) COMPLETE
79722026-02-19T22:29:07.530Z[ recovery-image] Feb 19 22:29:06.277 INFO O| Feb 19 22:29:06.277 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-02-19T22:29:07.540Z[ recovery-image] Feb 19 22:29:06.290 INFO O| Feb 19 22:29:06.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79742026-02-19T22:29:07.540Z[ recovery-image] Feb 19 22:29:06.290 INFO O| Feb 19 22:29:06.290 INFO STEP 1053 (remove_files) COMPLETE
79752026-02-19T22:29:07.540Z[ recovery-image] Feb 19 22:29:06.290 INFO O| Feb 19 22:29:06.290 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-02-19T22:29:07.583Z[ recovery-image] Feb 19 22:29:06.306 INFO O| Feb 19 22:29:06.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79772026-02-19T22:29:07.583Z[ recovery-image] Feb 19 22:29:06.306 INFO O| Feb 19 22:29:06.306 INFO STEP 1054 (remove_files) COMPLETE
79782026-02-19T22:29:07.583Z[ recovery-image] Feb 19 22:29:06.306 INFO O| Feb 19 22:29:06.306 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-02-19T22:29:07.583Z[ recovery-image] Feb 19 22:29:06.321 INFO O| Feb 19 22:29:06.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79802026-02-19T22:29:07.583Z[ recovery-image] Feb 19 22:29:06.321 INFO O| Feb 19 22:29:06.321 INFO STEP 1055 (remove_files) COMPLETE
79812026-02-19T22:29:07.583Z[ recovery-image] Feb 19 22:29:06.321 INFO O| Feb 19 22:29:06.321 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-02-19T22:29:07.587Z[ recovery-image] Feb 19 22:29:06.334 INFO O| Feb 19 22:29:06.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79832026-02-19T22:29:07.587Z[ recovery-image] Feb 19 22:29:06.334 INFO O| Feb 19 22:29:06.334 INFO STEP 1056 (remove_files) COMPLETE
79842026-02-19T22:29:07.587Z[ recovery-image] Feb 19 22:29:06.334 INFO O| Feb 19 22:29:06.334 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-02-19T22:29:07.596Z[ recovery-image] Feb 19 22:29:06.347 INFO O| Feb 19 22:29:06.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79862026-02-19T22:29:07.596Z[ recovery-image] Feb 19 22:29:06.347 INFO O| Feb 19 22:29:06.347 INFO STEP 1057 (remove_files) COMPLETE
79872026-02-19T22:29:07.596Z[ recovery-image] Feb 19 22:29:06.347 INFO O| Feb 19 22:29:06.347 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-02-19T22:29:07.609Z[ recovery-image] Feb 19 22:29:06.359 INFO O| Feb 19 22:29:06.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79892026-02-19T22:29:07.609Z[ recovery-image] Feb 19 22:29:06.359 INFO O| Feb 19 22:29:06.359 INFO STEP 1058 (remove_files) COMPLETE
79902026-02-19T22:29:07.612Z[ recovery-image] Feb 19 22:29:06.359 INFO O| Feb 19 22:29:06.359 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-02-19T22:29:07.621Z[ recovery-image] Feb 19 22:29:06.371 INFO O| Feb 19 22:29:06.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79922026-02-19T22:29:07.626Z[ recovery-image] Feb 19 22:29:06.371 INFO O| Feb 19 22:29:06.371 INFO STEP 1059 (remove_files) COMPLETE
79932026-02-19T22:29:07.626Z[ recovery-image] Feb 19 22:29:06.371 INFO O| Feb 19 22:29:06.371 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-02-19T22:29:07.633Z[ recovery-image] Feb 19 22:29:06.383 INFO O| Feb 19 22:29:06.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79952026-02-19T22:29:07.633Z[ recovery-image] Feb 19 22:29:06.383 INFO O| Feb 19 22:29:06.383 INFO STEP 1060 (remove_files) COMPLETE
79962026-02-19T22:29:07.637Z[ recovery-image] Feb 19 22:29:06.383 INFO O| Feb 19 22:29:06.383 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-02-19T22:29:07.645Z[ recovery-image] Feb 19 22:29:06.395 INFO O| Feb 19 22:29:06.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79982026-02-19T22:29:07.645Z[ recovery-image] Feb 19 22:29:06.395 INFO O| Feb 19 22:29:06.395 INFO STEP 1061 (remove_files) COMPLETE
79992026-02-19T22:29:07.645Z[ recovery-image] Feb 19 22:29:06.395 INFO O| Feb 19 22:29:06.395 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-02-19T22:29:07.656Z[ recovery-image] Feb 19 22:29:06.406 INFO O| Feb 19 22:29:06.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80012026-02-19T22:29:07.656Z[ recovery-image] Feb 19 22:29:06.406 INFO O| Feb 19 22:29:06.406 INFO STEP 1062 (remove_files) COMPLETE
80022026-02-19T22:29:07.656Z[ recovery-image] Feb 19 22:29:06.407 INFO O| Feb 19 22:29:06.406 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-02-19T22:29:07.668Z[ recovery-image] Feb 19 22:29:06.418 INFO O| Feb 19 22:29:06.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80042026-02-19T22:29:07.668Z[ recovery-image] Feb 19 22:29:06.418 INFO O| Feb 19 22:29:06.418 INFO STEP 1063 (remove_files) COMPLETE
80052026-02-19T22:29:07.672Z[ recovery-image] Feb 19 22:29:06.418 INFO O| Feb 19 22:29:06.418 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-02-19T22:29:07.678Z[ recovery-image] Feb 19 22:29:06.429 INFO O| Feb 19 22:29:06.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80072026-02-19T22:29:07.679Z[ recovery-image] Feb 19 22:29:06.430 INFO O| Feb 19 22:29:06.430 INFO STEP 1064 (remove_files) COMPLETE
80082026-02-19T22:29:07.683Z[ recovery-image] Feb 19 22:29:06.430 INFO O| Feb 19 22:29:06.430 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-02-19T22:29:07.690Z[ recovery-image] Feb 19 22:29:06.441 INFO O| Feb 19 22:29:06.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80102026-02-19T22:29:07.694Z[ recovery-image] Feb 19 22:29:06.441 INFO O| Feb 19 22:29:06.441 INFO STEP 1065 (remove_files) COMPLETE
80112026-02-19T22:29:07.694Z[ recovery-image] Feb 19 22:29:06.441 INFO O| Feb 19 22:29:06.441 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-02-19T22:29:07.703Z[ recovery-image] Feb 19 22:29:06.454 INFO O| Feb 19 22:29:06.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80132026-02-19T22:29:07.703Z[ recovery-image] Feb 19 22:29:06.454 INFO O| Feb 19 22:29:06.454 INFO STEP 1066 (remove_files) COMPLETE
80142026-02-19T22:29:07.703Z[ recovery-image] Feb 19 22:29:06.454 INFO O| Feb 19 22:29:06.454 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-02-19T22:29:07.714Z[ recovery-image] Feb 19 22:29:06.465 INFO O| Feb 19 22:29:06.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80162026-02-19T22:29:07.714Z[ recovery-image] Feb 19 22:29:06.465 INFO O| Feb 19 22:29:06.465 INFO STEP 1067 (remove_files) COMPLETE
80172026-02-19T22:29:07.714Z[ recovery-image] Feb 19 22:29:06.465 INFO O| Feb 19 22:29:06.465 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-02-19T22:29:07.725Z[ recovery-image] Feb 19 22:29:06.476 INFO O| Feb 19 22:29:06.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80192026-02-19T22:29:07.725Z[ recovery-image] Feb 19 22:29:06.476 INFO O| Feb 19 22:29:06.476 INFO STEP 1068 (remove_files) COMPLETE
80202026-02-19T22:29:07.725Z[ recovery-image] Feb 19 22:29:06.476 INFO O| Feb 19 22:29:06.476 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-02-19T22:29:07.736Z[ recovery-image] Feb 19 22:29:06.486 INFO O| Feb 19 22:29:06.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80222026-02-19T22:29:07.736Z[ recovery-image] Feb 19 22:29:06.487 INFO O| Feb 19 22:29:06.487 INFO STEP 1069 (remove_files) COMPLETE
80232026-02-19T22:29:07.736Z[ recovery-image] Feb 19 22:29:06.487 INFO O| Feb 19 22:29:06.487 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-02-19T22:29:07.748Z[ recovery-image] Feb 19 22:29:06.499 INFO O| Feb 19 22:29:06.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80252026-02-19T22:29:07.749Z[ recovery-image] Feb 19 22:29:06.499 INFO O| Feb 19 22:29:06.499 INFO STEP 1070 (remove_files) COMPLETE
80262026-02-19T22:29:07.753Z[ recovery-image] Feb 19 22:29:06.499 INFO O| Feb 19 22:29:06.499 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-02-19T22:29:07.759Z[ recovery-image] Feb 19 22:29:06.510 INFO O| Feb 19 22:29:06.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80282026-02-19T22:29:07.759Z[ recovery-image] Feb 19 22:29:06.510 INFO O| Feb 19 22:29:06.510 INFO STEP 1071 (remove_files) COMPLETE
80292026-02-19T22:29:07.762Z[ recovery-image] Feb 19 22:29:06.510 INFO O| Feb 19 22:29:06.510 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-02-19T22:29:07.770Z[ recovery-image] Feb 19 22:29:06.521 INFO O| Feb 19 22:29:06.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80312026-02-19T22:29:07.770Z[ recovery-image] Feb 19 22:29:06.521 INFO O| Feb 19 22:29:06.521 INFO STEP 1072 (remove_files) COMPLETE
80322026-02-19T22:29:07.770Z[ recovery-image] Feb 19 22:29:06.521 INFO O| Feb 19 22:29:06.521 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-02-19T22:29:07.781Z[ recovery-image] Feb 19 22:29:06.531 INFO O| Feb 19 22:29:06.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80342026-02-19T22:29:07.781Z[ recovery-image] Feb 19 22:29:06.531 INFO O| Feb 19 22:29:06.531 INFO STEP 1073 (remove_files) COMPLETE
80352026-02-19T22:29:07.786Z[ recovery-image] Feb 19 22:29:06.531 INFO O| Feb 19 22:29:06.531 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-02-19T22:29:07.792Z[ recovery-image] Feb 19 22:29:06.542 INFO O| Feb 19 22:29:06.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80372026-02-19T22:29:07.792Z[ recovery-image] Feb 19 22:29:06.542 INFO O| Feb 19 22:29:06.542 INFO STEP 1074 (remove_files) COMPLETE
80382026-02-19T22:29:07.792Z[ recovery-image] Feb 19 22:29:06.542 INFO O| Feb 19 22:29:06.542 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-02-19T22:29:07.802Z[ recovery-image] Feb 19 22:29:06.553 INFO O| Feb 19 22:29:06.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80402026-02-19T22:29:07.802Z[ recovery-image] Feb 19 22:29:06.553 INFO O| Feb 19 22:29:06.553 INFO STEP 1075 (remove_files) COMPLETE
80412026-02-19T22:29:07.802Z[ recovery-image] Feb 19 22:29:06.553 INFO O| Feb 19 22:29:06.553 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-02-19T22:29:07.814Z[ recovery-image] Feb 19 22:29:06.563 INFO O| Feb 19 22:29:06.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80432026-02-19T22:29:07.814Z[ recovery-image] Feb 19 22:29:06.563 INFO O| Feb 19 22:29:06.563 INFO STEP 1076 (remove_files) COMPLETE
80442026-02-19T22:29:07.819Z[ recovery-image] Feb 19 22:29:06.563 INFO O| Feb 19 22:29:06.563 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-02-19T22:29:07.823Z[ recovery-image] Feb 19 22:29:06.574 INFO O| Feb 19 22:29:06.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80462026-02-19T22:29:07.823Z[ recovery-image] Feb 19 22:29:06.574 INFO O| Feb 19 22:29:06.574 INFO STEP 1077 (remove_files) COMPLETE
80472026-02-19T22:29:07.823Z[ recovery-image] Feb 19 22:29:06.574 INFO O| Feb 19 22:29:06.574 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-02-19T22:29:07.836Z[ recovery-image] Feb 19 22:29:06.587 INFO O| Feb 19 22:29:06.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80492026-02-19T22:29:07.837Z[ recovery-image] Feb 19 22:29:06.587 INFO O| Feb 19 22:29:06.587 INFO STEP 1078 (remove_files) COMPLETE
80502026-02-19T22:29:07.840Z[ recovery-image] Feb 19 22:29:06.587 INFO O| Feb 19 22:29:06.587 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-02-19T22:29:07.849Z[ recovery-image] Feb 19 22:29:06.599 INFO O| Feb 19 22:29:06.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80522026-02-19T22:29:07.849Z[ recovery-image] Feb 19 22:29:06.599 INFO O| Feb 19 22:29:06.599 INFO STEP 1079 (remove_files) COMPLETE
80532026-02-19T22:29:07.849Z[ recovery-image] Feb 19 22:29:06.599 INFO O| Feb 19 22:29:06.599 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-02-19T22:29:07.859Z[ recovery-image] Feb 19 22:29:06.610 INFO O| Feb 19 22:29:06.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80552026-02-19T22:29:07.859Z[ recovery-image] Feb 19 22:29:06.610 INFO O| Feb 19 22:29:06.610 INFO STEP 1080 (remove_files) COMPLETE
80562026-02-19T22:29:07.862Z[ recovery-image] Feb 19 22:29:06.610 INFO O| Feb 19 22:29:06.610 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-02-19T22:29:07.871Z[ recovery-image] Feb 19 22:29:06.622 INFO O| Feb 19 22:29:06.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80582026-02-19T22:29:07.871Z[ recovery-image] Feb 19 22:29:06.622 INFO O| Feb 19 22:29:06.622 INFO STEP 1081 (remove_files) COMPLETE
80592026-02-19T22:29:07.871Z[ recovery-image] Feb 19 22:29:06.622 INFO O| Feb 19 22:29:06.622 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-02-19T22:29:07.883Z[ recovery-image] Feb 19 22:29:06.634 INFO O| Feb 19 22:29:06.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80612026-02-19T22:29:07.884Z[ recovery-image] Feb 19 22:29:06.634 INFO O| Feb 19 22:29:06.634 INFO STEP 1082 (remove_files) COMPLETE
80622026-02-19T22:29:07.884Z[ recovery-image] Feb 19 22:29:06.634 INFO O| Feb 19 22:29:06.634 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-02-19T22:29:07.894Z[ recovery-image] Feb 19 22:29:06.645 INFO O| Feb 19 22:29:06.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80642026-02-19T22:29:07.894Z[ recovery-image] Feb 19 22:29:06.645 INFO O| Feb 19 22:29:06.645 INFO STEP 1083 (remove_files) COMPLETE
80652026-02-19T22:29:07.894Z[ recovery-image] Feb 19 22:29:06.645 INFO O| Feb 19 22:29:06.645 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-02-19T22:29:07.905Z[ recovery-image] Feb 19 22:29:06.656 INFO O| Feb 19 22:29:06.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80672026-02-19T22:29:07.905Z[ recovery-image] Feb 19 22:29:06.656 INFO O| Feb 19 22:29:06.656 INFO STEP 1084 (remove_files) COMPLETE
80682026-02-19T22:29:07.905Z[ recovery-image] Feb 19 22:29:06.656 INFO O| Feb 19 22:29:06.656 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-02-19T22:29:07.916Z[ recovery-image] Feb 19 22:29:06.667 INFO O| Feb 19 22:29:06.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80702026-02-19T22:29:07.916Z[ recovery-image] Feb 19 22:29:06.667 INFO O| Feb 19 22:29:06.667 INFO STEP 1085 (remove_files) COMPLETE
80712026-02-19T22:29:07.916Z[ recovery-image] Feb 19 22:29:06.667 INFO O| Feb 19 22:29:06.667 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-02-19T22:29:07.928Z[ recovery-image] Feb 19 22:29:06.678 INFO O| Feb 19 22:29:06.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80732026-02-19T22:29:07.928Z[ recovery-image] Feb 19 22:29:06.679 INFO O| Feb 19 22:29:06.678 INFO STEP 1086 (remove_files) COMPLETE
80742026-02-19T22:29:07.928Z[ recovery-image] Feb 19 22:29:06.679 INFO O| Feb 19 22:29:06.679 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-02-19T22:29:07.939Z[ recovery-image] Feb 19 22:29:06.690 INFO O| Feb 19 22:29:06.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80762026-02-19T22:29:07.939Z[ recovery-image] Feb 19 22:29:06.690 INFO O| Feb 19 22:29:06.690 INFO STEP 1087 (remove_files) COMPLETE
80772026-02-19T22:29:07.939Z[ recovery-image] Feb 19 22:29:06.690 INFO O| Feb 19 22:29:06.690 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-02-19T22:29:07.950Z[ recovery-image] Feb 19 22:29:06.701 INFO O| Feb 19 22:29:06.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80792026-02-19T22:29:07.951Z[ recovery-image] Feb 19 22:29:06.701 INFO O| Feb 19 22:29:06.701 INFO STEP 1088 (remove_files) COMPLETE
80802026-02-19T22:29:07.951Z[ recovery-image] Feb 19 22:29:06.701 INFO O| Feb 19 22:29:06.701 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-02-19T22:29:07.961Z[ recovery-image] Feb 19 22:29:06.712 INFO O| Feb 19 22:29:06.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80822026-02-19T22:29:07.961Z[ recovery-image] Feb 19 22:29:06.712 INFO O| Feb 19 22:29:06.712 INFO STEP 1089 (remove_files) COMPLETE
80832026-02-19T22:29:07.961Z[ recovery-image] Feb 19 22:29:06.712 INFO O| Feb 19 22:29:06.712 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-02-19T22:29:07.977Z[ recovery-image] Feb 19 22:29:06.725 INFO O| Feb 19 22:29:06.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80852026-02-19T22:29:07.977Z[ recovery-image] Feb 19 22:29:06.725 INFO O| Feb 19 22:29:06.725 INFO STEP 1090 (remove_files) COMPLETE
80862026-02-19T22:29:07.977Z[ recovery-image] Feb 19 22:29:06.725 INFO O| Feb 19 22:29:06.725 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-02-19T22:29:07.985Z[ recovery-image] Feb 19 22:29:06.736 INFO O| Feb 19 22:29:06.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80882026-02-19T22:29:07.985Z[ recovery-image] Feb 19 22:29:06.737 INFO O| Feb 19 22:29:06.737 INFO STEP 1091 (remove_files) COMPLETE
80892026-02-19T22:29:07.986Z[ recovery-image] Feb 19 22:29:06.737 INFO O| Feb 19 22:29:06.737 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-02-19T22:29:07.996Z[ recovery-image] Feb 19 22:29:06.747 INFO O| Feb 19 22:29:06.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80912026-02-19T22:29:08.000Z[ recovery-image] Feb 19 22:29:06.747 INFO O| Feb 19 22:29:06.747 INFO STEP 1092 (remove_files) COMPLETE
80922026-02-19T22:29:08.000Z[ recovery-image] Feb 19 22:29:06.747 INFO O| Feb 19 22:29:06.747 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-02-19T22:29:08.009Z[ recovery-image] Feb 19 22:29:06.760 INFO O| Feb 19 22:29:06.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80942026-02-19T22:29:08.009Z[ recovery-image] Feb 19 22:29:06.760 INFO O| Feb 19 22:29:06.760 INFO STEP 1093 (remove_files) COMPLETE
80952026-02-19T22:29:08.009Z[ recovery-image] Feb 19 22:29:06.760 INFO O| Feb 19 22:29:06.760 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-02-19T22:29:08.020Z[ recovery-image] Feb 19 22:29:06.771 INFO O| Feb 19 22:29:06.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80972026-02-19T22:29:08.020Z[ recovery-image] Feb 19 22:29:06.771 INFO O| Feb 19 22:29:06.771 INFO STEP 1094 (remove_files) COMPLETE
80982026-02-19T22:29:08.020Z[ recovery-image] Feb 19 22:29:06.771 INFO O| Feb 19 22:29:06.771 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-02-19T22:29:08.032Z[ recovery-image] Feb 19 22:29:06.781 INFO O| Feb 19 22:29:06.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81002026-02-19T22:29:08.032Z[ recovery-image] Feb 19 22:29:06.781 INFO O| Feb 19 22:29:06.781 INFO STEP 1095 (remove_files) COMPLETE
81012026-02-19T22:29:08.032Z[ recovery-image] Feb 19 22:29:06.782 INFO O| Feb 19 22:29:06.781 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-02-19T22:29:08.041Z[ recovery-image] Feb 19 22:29:06.792 INFO O| Feb 19 22:29:06.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81032026-02-19T22:29:08.041Z[ recovery-image] Feb 19 22:29:06.792 INFO O| Feb 19 22:29:06.792 INFO STEP 1096 (remove_files) COMPLETE
81042026-02-19T22:29:08.041Z[ recovery-image] Feb 19 22:29:06.792 INFO O| Feb 19 22:29:06.792 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-02-19T22:29:08.052Z[ recovery-image] Feb 19 22:29:06.803 INFO O| Feb 19 22:29:06.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81062026-02-19T22:29:08.052Z[ recovery-image] Feb 19 22:29:06.803 INFO O| Feb 19 22:29:06.803 INFO STEP 1097 (remove_files) COMPLETE
81072026-02-19T22:29:08.055Z[ recovery-image] Feb 19 22:29:06.803 INFO O| Feb 19 22:29:06.803 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-02-19T22:29:08.062Z[ recovery-image] Feb 19 22:29:06.813 INFO O| Feb 19 22:29:06.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81092026-02-19T22:29:08.066Z[ recovery-image] Feb 19 22:29:06.813 INFO O| Feb 19 22:29:06.813 INFO STEP 1098 (remove_files) COMPLETE
81102026-02-19T22:29:08.066Z[ recovery-image] Feb 19 22:29:06.813 INFO O| Feb 19 22:29:06.813 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-02-19T22:29:08.073Z[ recovery-image] Feb 19 22:29:06.824 INFO O| Feb 19 22:29:06.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81122026-02-19T22:29:08.073Z[ recovery-image] Feb 19 22:29:06.824 INFO O| Feb 19 22:29:06.824 INFO STEP 1099 (remove_files) COMPLETE
81132026-02-19T22:29:08.076Z[ recovery-image] Feb 19 22:29:06.824 INFO O| Feb 19 22:29:06.824 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-02-19T22:29:08.086Z[ recovery-image] Feb 19 22:29:06.837 INFO O| Feb 19 22:29:06.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81152026-02-19T22:29:08.086Z[ recovery-image] Feb 19 22:29:06.837 INFO O| Feb 19 22:29:06.837 INFO STEP 1100 (remove_files) COMPLETE
81162026-02-19T22:29:08.086Z[ recovery-image] Feb 19 22:29:06.837 INFO O| Feb 19 22:29:06.837 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-02-19T22:29:08.098Z[ recovery-image] Feb 19 22:29:06.849 INFO O| Feb 19 22:29:06.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81182026-02-19T22:29:08.098Z[ recovery-image] Feb 19 22:29:06.850 INFO O| Feb 19 22:29:06.849 INFO STEP 1101 (remove_files) COMPLETE
81192026-02-19T22:29:08.099Z[ recovery-image] Feb 19 22:29:06.850 INFO O| Feb 19 22:29:06.850 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-02-19T22:29:08.111Z[ recovery-image] Feb 19 22:29:06.861 INFO O| Feb 19 22:29:06.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81212026-02-19T22:29:08.111Z[ recovery-image] Feb 19 22:29:06.861 INFO O| Feb 19 22:29:06.861 INFO STEP 1102 (remove_files) COMPLETE
81222026-02-19T22:29:08.111Z[ recovery-image] Feb 19 22:29:06.861 INFO O| Feb 19 22:29:06.861 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-02-19T22:29:08.123Z[ recovery-image] Feb 19 22:29:06.874 INFO O| Feb 19 22:29:06.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81242026-02-19T22:29:08.123Z[ recovery-image] Feb 19 22:29:06.874 INFO O| Feb 19 22:29:06.874 INFO STEP 1103 (remove_files) COMPLETE
81252026-02-19T22:29:08.123Z[ recovery-image] Feb 19 22:29:06.874 INFO O| Feb 19 22:29:06.874 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-02-19T22:29:08.134Z[ recovery-image] Feb 19 22:29:06.885 INFO O| Feb 19 22:29:06.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81272026-02-19T22:29:08.134Z[ recovery-image] Feb 19 22:29:06.885 INFO O| Feb 19 22:29:06.885 INFO STEP 1104 (remove_files) COMPLETE
81282026-02-19T22:29:08.135Z[ recovery-image] Feb 19 22:29:06.885 INFO O| Feb 19 22:29:06.885 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-02-19T22:29:08.145Z[ recovery-image] Feb 19 22:29:06.895 INFO O| Feb 19 22:29:06.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81302026-02-19T22:29:08.149Z[ recovery-image] Feb 19 22:29:06.896 INFO O| Feb 19 22:29:06.896 INFO STEP 1105 (remove_files) COMPLETE
81312026-02-19T22:29:08.149Z[ recovery-image] Feb 19 22:29:06.896 INFO O| Feb 19 22:29:06.896 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-02-19T22:29:08.157Z[ recovery-image] Feb 19 22:29:06.908 INFO O| Feb 19 22:29:06.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81332026-02-19T22:29:08.157Z[ recovery-image] Feb 19 22:29:06.908 INFO O| Feb 19 22:29:06.908 INFO STEP 1106 (remove_files) COMPLETE
81342026-02-19T22:29:08.157Z[ recovery-image] Feb 19 22:29:06.908 INFO O| Feb 19 22:29:06.908 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-02-19T22:29:08.170Z[ recovery-image] Feb 19 22:29:06.921 INFO O| Feb 19 22:29:06.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81362026-02-19T22:29:08.170Z[ recovery-image] Feb 19 22:29:06.921 INFO O| Feb 19 22:29:06.921 INFO STEP 1107 (remove_files) COMPLETE
81372026-02-19T22:29:08.174Z[ recovery-image] Feb 19 22:29:06.921 INFO O| Feb 19 22:29:06.921 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-02-19T22:29:08.203Z[ recovery-image] Feb 19 22:29:06.934 INFO O| Feb 19 22:29:06.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81392026-02-19T22:29:08.203Z[ recovery-image] Feb 19 22:29:06.934 INFO O| Feb 19 22:29:06.934 INFO STEP 1108 (remove_files) COMPLETE
81402026-02-19T22:29:08.206Z[ recovery-image] Feb 19 22:29:06.934 INFO O| Feb 19 22:29:06.934 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-02-19T22:29:08.206Z[ recovery-image] Feb 19 22:29:06.946 INFO O| Feb 19 22:29:06.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81422026-02-19T22:29:08.206Z[ recovery-image] Feb 19 22:29:06.946 INFO O| Feb 19 22:29:06.946 INFO STEP 1109 (remove_files) COMPLETE
81432026-02-19T22:29:08.206Z[ recovery-image] Feb 19 22:29:06.946 INFO O| Feb 19 22:29:06.946 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-02-19T22:29:08.210Z[ recovery-image] Feb 19 22:29:06.958 INFO O| Feb 19 22:29:06.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81452026-02-19T22:29:08.210Z[ recovery-image] Feb 19 22:29:06.959 INFO O| Feb 19 22:29:06.959 INFO STEP 1110 (remove_files) COMPLETE
81462026-02-19T22:29:08.210Z[ recovery-image] Feb 19 22:29:06.959 INFO O| Feb 19 22:29:06.959 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-02-19T22:29:08.221Z[ recovery-image] Feb 19 22:29:06.972 INFO O| Feb 19 22:29:06.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81482026-02-19T22:29:08.221Z[ recovery-image] Feb 19 22:29:06.972 INFO O| Feb 19 22:29:06.972 INFO STEP 1111 (remove_files) COMPLETE
81492026-02-19T22:29:08.221Z[ recovery-image] Feb 19 22:29:06.972 INFO O| Feb 19 22:29:06.972 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-02-19T22:29:08.234Z[ recovery-image] Feb 19 22:29:06.984 INFO O| Feb 19 22:29:06.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81512026-02-19T22:29:08.234Z[ recovery-image] Feb 19 22:29:06.984 INFO O| Feb 19 22:29:06.984 INFO STEP 1112 (remove_files) COMPLETE
81522026-02-19T22:29:08.234Z[ recovery-image] Feb 19 22:29:06.984 INFO O| Feb 19 22:29:06.984 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-02-19T22:29:08.248Z[ recovery-image] Feb 19 22:29:06.998 INFO O| Feb 19 22:29:06.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81542026-02-19T22:29:08.248Z[ recovery-image] Feb 19 22:29:06.998 INFO O| Feb 19 22:29:06.998 INFO STEP 1113 (remove_files) COMPLETE
81552026-02-19T22:29:08.251Z[ recovery-image] Feb 19 22:29:06.998 INFO O| Feb 19 22:29:06.998 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-02-19T22:29:08.261Z[ recovery-image] Feb 19 22:29:07.011 INFO O| Feb 19 22:29:07.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81572026-02-19T22:29:08.261Z[ recovery-image] Feb 19 22:29:07.011 INFO O| Feb 19 22:29:07.011 INFO STEP 1114 (remove_files) COMPLETE
81582026-02-19T22:29:08.261Z[ recovery-image] Feb 19 22:29:07.011 INFO O| Feb 19 22:29:07.011 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-02-19T22:29:08.272Z[ recovery-image] Feb 19 22:29:07.023 INFO O| Feb 19 22:29:07.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81602026-02-19T22:29:08.272Z[ recovery-image] Feb 19 22:29:07.023 INFO O| Feb 19 22:29:07.023 INFO STEP 1115 (remove_files) COMPLETE
81612026-02-19T22:29:08.276Z[ recovery-image] Feb 19 22:29:07.023 INFO O| Feb 19 22:29:07.023 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-02-19T22:29:08.284Z[ recovery-image] Feb 19 22:29:07.035 INFO O| Feb 19 22:29:07.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81632026-02-19T22:29:08.284Z[ recovery-image] Feb 19 22:29:07.035 INFO O| Feb 19 22:29:07.035 INFO STEP 1116 (remove_files) COMPLETE
81642026-02-19T22:29:08.284Z[ recovery-image] Feb 19 22:29:07.035 INFO O| Feb 19 22:29:07.035 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-02-19T22:29:08.296Z[ recovery-image] Feb 19 22:29:07.047 INFO O| Feb 19 22:29:07.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81662026-02-19T22:29:08.296Z[ recovery-image] Feb 19 22:29:07.047 INFO O| Feb 19 22:29:07.047 INFO STEP 1117 (remove_files) COMPLETE
81672026-02-19T22:29:08.300Z[ recovery-image] Feb 19 22:29:07.047 INFO O| Feb 19 22:29:07.047 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-02-19T22:29:08.308Z[ recovery-image] Feb 19 22:29:07.059 INFO O| Feb 19 22:29:07.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81692026-02-19T22:29:08.308Z[ recovery-image] Feb 19 22:29:07.059 INFO O| Feb 19 22:29:07.059 INFO STEP 1118 (remove_files) COMPLETE
81702026-02-19T22:29:08.312Z[ recovery-image] Feb 19 22:29:07.059 INFO O| Feb 19 22:29:07.059 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-02-19T22:29:08.321Z[ recovery-image] Feb 19 22:29:07.072 INFO O| Feb 19 22:29:07.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81722026-02-19T22:29:08.322Z[ recovery-image] Feb 19 22:29:07.072 INFO O| Feb 19 22:29:07.072 INFO STEP 1119 (remove_files) COMPLETE
81732026-02-19T22:29:08.322Z[ recovery-image] Feb 19 22:29:07.072 INFO O| Feb 19 22:29:07.072 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-02-19T22:29:08.335Z[ recovery-image] Feb 19 22:29:07.085 INFO O| Feb 19 22:29:07.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81752026-02-19T22:29:08.335Z[ recovery-image] Feb 19 22:29:07.086 INFO O| Feb 19 22:29:07.085 INFO STEP 1120 (remove_files) COMPLETE
81762026-02-19T22:29:08.335Z[ recovery-image] Feb 19 22:29:07.086 INFO O| Feb 19 22:29:07.085 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-02-19T22:29:08.347Z[ recovery-image] Feb 19 22:29:07.098 INFO O| Feb 19 22:29:07.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81782026-02-19T22:29:08.348Z[ recovery-image] Feb 19 22:29:07.098 INFO O| Feb 19 22:29:07.098 INFO STEP 1121 (remove_files) COMPLETE
81792026-02-19T22:29:08.348Z[ recovery-image] Feb 19 22:29:07.099 INFO O| Feb 19 22:29:07.098 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-02-19T22:29:08.361Z[ recovery-image] Feb 19 22:29:07.112 INFO O| Feb 19 22:29:07.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81812026-02-19T22:29:08.361Z[ recovery-image] Feb 19 22:29:07.112 INFO O| Feb 19 22:29:07.112 INFO STEP 1122 (remove_files) COMPLETE
81822026-02-19T22:29:08.361Z[ recovery-image] Feb 19 22:29:07.112 INFO O| Feb 19 22:29:07.112 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-02-19T22:29:08.374Z[ recovery-image] Feb 19 22:29:07.125 INFO O| Feb 19 22:29:07.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81842026-02-19T22:29:08.374Z[ recovery-image] Feb 19 22:29:07.125 INFO O| Feb 19 22:29:07.125 INFO STEP 1123 (remove_files) COMPLETE
81852026-02-19T22:29:08.378Z[ recovery-image] Feb 19 22:29:07.125 INFO O| Feb 19 22:29:07.125 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-19T22:29:08.390Z[ recovery-image] Feb 19 22:29:07.141 INFO O| Feb 19 22:29:07.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81872026-02-19T22:29:08.390Z[ recovery-image] Feb 19 22:29:07.141 INFO O| Feb 19 22:29:07.141 INFO STEP 1124 (remove_files) COMPLETE
81882026-02-19T22:29:08.390Z[ recovery-image] Feb 19 22:29:07.141 INFO O| Feb 19 22:29:07.141 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-19T22:29:08.404Z[ recovery-image] Feb 19 22:29:07.154 INFO O| Feb 19 22:29:07.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81902026-02-19T22:29:08.404Z[ recovery-image] Feb 19 22:29:07.155 INFO O| Feb 19 22:29:07.155 INFO STEP 1125 (remove_files) COMPLETE
81912026-02-19T22:29:08.404Z[ recovery-image] Feb 19 22:29:07.155 INFO O| Feb 19 22:29:07.155 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-19T22:29:08.418Z[ recovery-image] Feb 19 22:29:07.169 INFO O| Feb 19 22:29:07.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81932026-02-19T22:29:08.419Z[ recovery-image] Feb 19 22:29:07.169 INFO O| Feb 19 22:29:07.169 INFO STEP 1126 (remove_files) COMPLETE
81942026-02-19T22:29:08.419Z[ recovery-image] Feb 19 22:29:07.169 INFO O| Feb 19 22:29:07.169 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-19T22:29:08.432Z[ recovery-image] Feb 19 22:29:07.183 INFO O| Feb 19 22:29:07.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81962026-02-19T22:29:08.432Z[ recovery-image] Feb 19 22:29:07.183 INFO O| Feb 19 22:29:07.183 INFO STEP 1127 (remove_files) COMPLETE
81972026-02-19T22:29:08.432Z[ recovery-image] Feb 19 22:29:07.183 INFO O| Feb 19 22:29:07.183 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-02-19T22:29:08.445Z[ recovery-image] Feb 19 22:29:07.196 INFO O| Feb 19 22:29:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81992026-02-19T22:29:08.445Z[ recovery-image] Feb 19 22:29:07.196 INFO O| Feb 19 22:29:07.196 INFO STEP 1128 (remove_files) COMPLETE
82002026-02-19T22:29:08.449Z[ recovery-image] Feb 19 22:29:07.196 INFO O| Feb 19 22:29:07.196 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-02-19T22:29:08.461Z[ recovery-image] Feb 19 22:29:07.210 INFO O| Feb 19 22:29:07.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82022026-02-19T22:29:08.461Z[ recovery-image] Feb 19 22:29:07.210 INFO O| Feb 19 22:29:07.210 INFO STEP 1129 (remove_files) COMPLETE
82032026-02-19T22:29:08.461Z[ recovery-image] Feb 19 22:29:07.210 INFO O| Feb 19 22:29:07.210 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-02-19T22:29:08.471Z[ recovery-image] Feb 19 22:29:07.222 INFO O| Feb 19 22:29:07.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82052026-02-19T22:29:08.471Z[ recovery-image] Feb 19 22:29:07.222 INFO O| Feb 19 22:29:07.222 INFO STEP 1130 (remove_files) COMPLETE
82062026-02-19T22:29:08.475Z[ recovery-image] Feb 19 22:29:07.222 INFO O| Feb 19 22:29:07.222 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-19T22:29:08.484Z[ recovery-image] Feb 19 22:29:07.235 INFO O| Feb 19 22:29:07.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82082026-02-19T22:29:08.484Z[ recovery-image] Feb 19 22:29:07.235 INFO O| Feb 19 22:29:07.235 INFO STEP 1131 (remove_files) COMPLETE
82092026-02-19T22:29:08.484Z[ recovery-image] Feb 19 22:29:07.235 INFO O| Feb 19 22:29:07.235 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-19T22:29:08.497Z[ recovery-image] Feb 19 22:29:07.248 INFO O| Feb 19 22:29:07.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82112026-02-19T22:29:08.497Z[ recovery-image] Feb 19 22:29:07.248 INFO O| Feb 19 22:29:07.248 INFO STEP 1132 (remove_files) COMPLETE
82122026-02-19T22:29:08.500Z[ recovery-image] Feb 19 22:29:07.248 INFO O| Feb 19 22:29:07.248 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-19T22:29:08.510Z[ recovery-image] Feb 19 22:29:07.261 INFO O| Feb 19 22:29:07.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82142026-02-19T22:29:08.510Z[ recovery-image] Feb 19 22:29:07.261 INFO O| Feb 19 22:29:07.261 INFO STEP 1133 (remove_files) COMPLETE
82152026-02-19T22:29:08.511Z[ recovery-image] Feb 19 22:29:07.261 INFO O| Feb 19 22:29:07.261 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-19T22:29:08.524Z[ recovery-image] Feb 19 22:29:07.274 INFO O| Feb 19 22:29:07.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82172026-02-19T22:29:08.524Z[ recovery-image] Feb 19 22:29:07.274 INFO O| Feb 19 22:29:07.274 INFO STEP 1134 (remove_files) COMPLETE
82182026-02-19T22:29:08.524Z[ recovery-image] Feb 19 22:29:07.274 INFO O| Feb 19 22:29:07.274 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-19T22:29:08.536Z[ recovery-image] Feb 19 22:29:07.287 INFO O| Feb 19 22:29:07.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82202026-02-19T22:29:08.536Z[ recovery-image] Feb 19 22:29:07.287 INFO O| Feb 19 22:29:07.287 INFO STEP 1135 (remove_files) COMPLETE
82212026-02-19T22:29:08.540Z[ recovery-image] Feb 19 22:29:07.287 INFO O| Feb 19 22:29:07.287 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-19T22:29:08.549Z[ recovery-image] Feb 19 22:29:07.300 INFO O| Feb 19 22:29:07.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82232026-02-19T22:29:08.549Z[ recovery-image] Feb 19 22:29:07.300 INFO O| Feb 19 22:29:07.300 INFO STEP 1136 (remove_files) COMPLETE
82242026-02-19T22:29:08.553Z[ recovery-image] Feb 19 22:29:07.300 INFO O| Feb 19 22:29:07.300 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-19T22:29:08.562Z[ recovery-image] Feb 19 22:29:07.313 INFO O| Feb 19 22:29:07.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82262026-02-19T22:29:08.563Z[ recovery-image] Feb 19 22:29:07.313 INFO O| Feb 19 22:29:07.313 INFO STEP 1137 (remove_files) COMPLETE
82272026-02-19T22:29:08.563Z[ recovery-image] Feb 19 22:29:07.313 INFO O| Feb 19 22:29:07.313 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-19T22:29:08.577Z[ recovery-image] Feb 19 22:29:07.328 INFO O| Feb 19 22:29:07.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82292026-02-19T22:29:08.578Z[ recovery-image] Feb 19 22:29:07.328 INFO O| Feb 19 22:29:07.328 INFO STEP 1138 (remove_files) COMPLETE
82302026-02-19T22:29:08.578Z[ recovery-image] Feb 19 22:29:07.328 INFO O| Feb 19 22:29:07.328 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-19T22:29:08.592Z[ recovery-image] Feb 19 22:29:07.343 INFO O| Feb 19 22:29:07.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82322026-02-19T22:29:08.592Z[ recovery-image] Feb 19 22:29:07.343 INFO O| Feb 19 22:29:07.343 INFO STEP 1139 (remove_files) COMPLETE
82332026-02-19T22:29:08.592Z[ recovery-image] Feb 19 22:29:07.343 INFO O| Feb 19 22:29:07.343 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-19T22:29:08.607Z[ recovery-image] Feb 19 22:29:07.358 INFO O| Feb 19 22:29:07.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82352026-02-19T22:29:08.607Z[ recovery-image] Feb 19 22:29:07.358 INFO O| Feb 19 22:29:07.358 INFO STEP 1140 (remove_files) COMPLETE
82362026-02-19T22:29:08.607Z[ recovery-image] Feb 19 22:29:07.358 INFO O| Feb 19 22:29:07.358 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-19T22:29:08.623Z[ recovery-image] Feb 19 22:29:07.373 INFO O| Feb 19 22:29:07.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82382026-02-19T22:29:08.623Z[ recovery-image] Feb 19 22:29:07.374 INFO O| Feb 19 22:29:07.373 INFO STEP 1141 (remove_files) COMPLETE
82392026-02-19T22:29:08.623Z[ recovery-image] Feb 19 22:29:07.374 INFO O| Feb 19 22:29:07.374 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-19T22:29:08.636Z[ recovery-image] Feb 19 22:29:07.387 INFO O| Feb 19 22:29:07.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82412026-02-19T22:29:08.636Z[ recovery-image] Feb 19 22:29:07.387 INFO O| Feb 19 22:29:07.387 INFO STEP 1142 (remove_files) COMPLETE
82422026-02-19T22:29:08.636Z[ recovery-image] Feb 19 22:29:07.387 INFO O| Feb 19 22:29:07.387 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-19T22:29:08.650Z[ recovery-image] Feb 19 22:29:07.401 INFO O| Feb 19 22:29:07.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82442026-02-19T22:29:08.650Z[ recovery-image] Feb 19 22:29:07.401 INFO O| Feb 19 22:29:07.401 INFO STEP 1143 (remove_files) COMPLETE
82452026-02-19T22:29:08.653Z[ recovery-image] Feb 19 22:29:07.401 INFO O| Feb 19 22:29:07.401 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-19T22:29:08.664Z[ recovery-image] Feb 19 22:29:07.415 INFO O| Feb 19 22:29:07.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82472026-02-19T22:29:08.664Z[ recovery-image] Feb 19 22:29:07.415 INFO O| Feb 19 22:29:07.415 INFO STEP 1144 (remove_files) COMPLETE
82482026-02-19T22:29:08.667Z[ recovery-image] Feb 19 22:29:07.415 INFO O| Feb 19 22:29:07.415 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-19T22:29:08.676Z[ recovery-image] Feb 19 22:29:07.427 INFO O| Feb 19 22:29:07.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82502026-02-19T22:29:08.676Z[ recovery-image] Feb 19 22:29:07.427 INFO O| Feb 19 22:29:07.427 INFO STEP 1145 (remove_files) COMPLETE
82512026-02-19T22:29:08.676Z[ recovery-image] Feb 19 22:29:07.427 INFO O| Feb 19 22:29:07.427 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-19T22:29:08.690Z[ recovery-image] Feb 19 22:29:07.441 INFO O| Feb 19 22:29:07.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82532026-02-19T22:29:08.690Z[ recovery-image] Feb 19 22:29:07.441 INFO O| Feb 19 22:29:07.441 INFO STEP 1146 (remove_files) COMPLETE
82542026-02-19T22:29:08.690Z[ recovery-image] Feb 19 22:29:07.441 INFO O| Feb 19 22:29:07.441 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-19T22:29:08.705Z[ recovery-image] Feb 19 22:29:07.455 INFO O| Feb 19 22:29:07.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82562026-02-19T22:29:08.705Z[ recovery-image] Feb 19 22:29:07.455 INFO O| Feb 19 22:29:07.455 INFO STEP 1147 (remove_files) COMPLETE
82572026-02-19T22:29:08.705Z[ recovery-image] Feb 19 22:29:07.455 INFO O| Feb 19 22:29:07.455 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-19T22:29:08.717Z[ recovery-image] Feb 19 22:29:07.468 INFO O| Feb 19 22:29:07.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82592026-02-19T22:29:08.717Z[ recovery-image] Feb 19 22:29:07.468 INFO O| Feb 19 22:29:07.468 INFO STEP 1148 (remove_files) COMPLETE
82602026-02-19T22:29:08.721Z[ recovery-image] Feb 19 22:29:07.468 INFO O| Feb 19 22:29:07.468 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-19T22:29:08.730Z[ recovery-image] Feb 19 22:29:07.481 INFO O| Feb 19 22:29:07.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82622026-02-19T22:29:08.730Z[ recovery-image] Feb 19 22:29:07.481 INFO O| Feb 19 22:29:07.481 INFO STEP 1149 (remove_files) COMPLETE
82632026-02-19T22:29:08.734Z[ recovery-image] Feb 19 22:29:07.481 INFO O| Feb 19 22:29:07.481 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-19T22:29:08.744Z[ recovery-image] Feb 19 22:29:07.495 INFO O| Feb 19 22:29:07.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82652026-02-19T22:29:08.744Z[ recovery-image] Feb 19 22:29:07.495 INFO O| Feb 19 22:29:07.495 INFO STEP 1150 (remove_files) COMPLETE
82662026-02-19T22:29:08.744Z[ recovery-image] Feb 19 22:29:07.495 INFO O| Feb 19 22:29:07.495 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-19T22:29:08.757Z[ recovery-image] Feb 19 22:29:07.508 INFO O| Feb 19 22:29:07.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82682026-02-19T22:29:08.757Z[ recovery-image] Feb 19 22:29:07.508 INFO O| Feb 19 22:29:07.508 INFO STEP 1151 (remove_files) COMPLETE
82692026-02-19T22:29:08.757Z[ recovery-image] Feb 19 22:29:07.508 INFO O| Feb 19 22:29:07.508 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-19T22:29:08.771Z[ recovery-image] Feb 19 22:29:07.521 INFO O| Feb 19 22:29:07.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82712026-02-19T22:29:08.771Z[ recovery-image] Feb 19 22:29:07.521 INFO O| Feb 19 22:29:07.521 INFO STEP 1152 (remove_files) COMPLETE
82722026-02-19T22:29:08.771Z[ recovery-image] Feb 19 22:29:07.521 INFO O| Feb 19 22:29:07.521 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-19T22:29:08.783Z[ recovery-image] Feb 19 22:29:07.534 INFO O| Feb 19 22:29:07.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82742026-02-19T22:29:08.783Z[ recovery-image] Feb 19 22:29:07.534 INFO O| Feb 19 22:29:07.534 INFO STEP 1153 (remove_files) COMPLETE
82752026-02-19T22:29:08.783Z[ recovery-image] Feb 19 22:29:07.534 INFO O| Feb 19 22:29:07.534 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-19T22:29:08.796Z[ recovery-image] Feb 19 22:29:07.547 INFO O| Feb 19 22:29:07.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82772026-02-19T22:29:08.796Z[ recovery-image] Feb 19 22:29:07.547 INFO O| Feb 19 22:29:07.547 INFO STEP 1154 (remove_files) COMPLETE
82782026-02-19T22:29:08.796Z[ recovery-image] Feb 19 22:29:07.547 INFO O| Feb 19 22:29:07.547 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-19T22:29:08.809Z[ recovery-image] Feb 19 22:29:07.560 INFO O| Feb 19 22:29:07.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82802026-02-19T22:29:08.809Z[ recovery-image] Feb 19 22:29:07.560 INFO O| Feb 19 22:29:07.560 INFO STEP 1155 (remove_files) COMPLETE
82812026-02-19T22:29:08.813Z[ recovery-image] Feb 19 22:29:07.560 INFO O| Feb 19 22:29:07.560 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-19T22:29:08.822Z[ recovery-image] Feb 19 22:29:07.573 INFO O| Feb 19 22:29:07.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82832026-02-19T22:29:08.823Z[ recovery-image] Feb 19 22:29:07.574 INFO O| Feb 19 22:29:07.574 INFO STEP 1156 (remove_files) COMPLETE
82842026-02-19T22:29:08.826Z[ recovery-image] Feb 19 22:29:07.574 INFO O| Feb 19 22:29:07.574 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-19T22:29:08.837Z[ recovery-image] Feb 19 22:29:07.587 INFO O| Feb 19 22:29:07.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82862026-02-19T22:29:08.837Z[ recovery-image] Feb 19 22:29:07.588 INFO O| Feb 19 22:29:07.587 INFO STEP 1157 (remove_files) COMPLETE
82872026-02-19T22:29:08.840Z[ recovery-image] Feb 19 22:29:07.588 INFO O| Feb 19 22:29:07.588 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-19T22:29:08.851Z[ recovery-image] Feb 19 22:29:07.601 INFO O| Feb 19 22:29:07.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82892026-02-19T22:29:08.851Z[ recovery-image] Feb 19 22:29:07.602 INFO O| Feb 19 22:29:07.602 INFO STEP 1158 (remove_files) COMPLETE
82902026-02-19T22:29:08.854Z[ recovery-image] Feb 19 22:29:07.602 INFO O| Feb 19 22:29:07.602 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-19T22:29:08.864Z[ recovery-image] Feb 19 22:29:07.615 INFO O| Feb 19 22:29:07.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82922026-02-19T22:29:08.868Z[ recovery-image] Feb 19 22:29:07.615 INFO O| Feb 19 22:29:07.615 INFO STEP 1159 (remove_files) COMPLETE
82932026-02-19T22:29:08.868Z[ recovery-image] Feb 19 22:29:07.615 INFO O| Feb 19 22:29:07.615 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-19T22:29:08.877Z[ recovery-image] Feb 19 22:29:07.628 INFO O| Feb 19 22:29:07.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82952026-02-19T22:29:08.877Z[ recovery-image] Feb 19 22:29:07.628 INFO O| Feb 19 22:29:07.628 INFO STEP 1160 (remove_files) COMPLETE
82962026-02-19T22:29:08.877Z[ recovery-image] Feb 19 22:29:07.628 INFO O| Feb 19 22:29:07.628 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-19T22:29:08.891Z[ recovery-image] Feb 19 22:29:07.641 INFO O| Feb 19 22:29:07.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82982026-02-19T22:29:08.891Z[ recovery-image] Feb 19 22:29:07.641 INFO O| Feb 19 22:29:07.641 INFO STEP 1161 (remove_files) COMPLETE
82992026-02-19T22:29:08.891Z[ recovery-image] Feb 19 22:29:07.641 INFO O| Feb 19 22:29:07.641 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-19T22:29:08.905Z[ recovery-image] Feb 19 22:29:07.655 INFO O| Feb 19 22:29:07.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83012026-02-19T22:29:08.905Z[ recovery-image] Feb 19 22:29:07.655 INFO O| Feb 19 22:29:07.655 INFO STEP 1162 (remove_files) COMPLETE
83022026-02-19T22:29:08.905Z[ recovery-image] Feb 19 22:29:07.655 INFO O| Feb 19 22:29:07.655 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-19T22:29:08.919Z[ recovery-image] Feb 19 22:29:07.669 INFO O| Feb 19 22:29:07.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83042026-02-19T22:29:08.919Z[ recovery-image] Feb 19 22:29:07.669 INFO O| Feb 19 22:29:07.669 INFO STEP 1163 (remove_files) COMPLETE
83052026-02-19T22:29:08.919Z[ recovery-image] Feb 19 22:29:07.669 INFO O| Feb 19 22:29:07.669 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-19T22:29:08.932Z[ recovery-image] Feb 19 22:29:07.683 INFO O| Feb 19 22:29:07.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83072026-02-19T22:29:08.932Z[ recovery-image] Feb 19 22:29:07.683 INFO O| Feb 19 22:29:07.683 INFO STEP 1164 (remove_files) COMPLETE
83082026-02-19T22:29:08.936Z[ recovery-image] Feb 19 22:29:07.683 INFO O| Feb 19 22:29:07.683 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-19T22:29:08.945Z[ recovery-image] Feb 19 22:29:07.696 INFO O| Feb 19 22:29:07.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83102026-02-19T22:29:08.945Z[ recovery-image] Feb 19 22:29:07.696 INFO O| Feb 19 22:29:07.696 INFO STEP 1165 (remove_files) COMPLETE
83112026-02-19T22:29:08.946Z[ recovery-image] Feb 19 22:29:07.696 INFO O| Feb 19 22:29:07.696 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83122026-02-19T22:29:08.966Z[ recovery-image] Feb 19 22:29:07.717 INFO O| Feb 19 22:29:07.717 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83132026-02-19T22:29:08.966Z[ recovery-image] Feb 19 22:29:07.717 INFO O| Feb 19 22:29:07.717 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83142026-02-19T22:29:10.624Z[ recovery-image] Feb 19 22:29:09.375 INFO O| Feb 19 22:29:09.375 INFO STEP 1166 (pack_tar) COMPLETE
83152026-02-19T22:29:10.624Z[ recovery-image] Feb 19 22:29:09.375 INFO O| Feb 19 22:29:09.375 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83162026-02-19T22:29:10.624Z[ recovery-image] Feb 19 22:29:09.375 INFO O| Feb 19 22:29:09.375 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83172026-02-19T22:29:11.003Z[ recovery-image] Feb 19 22:29:09.754 INFO O| Feb 19 22:29:09.754 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83182026-02-19T22:29:11.132Z[ recovery-image] Feb 19 22:29:09.882 INFO O| Feb 19 22:29:09.882 INFO completed processing sled/ramdisk-03-recovery-trim
83192026-02-19T22:29:11.137Z[ recovery-image] Feb 19 22:29:09.887 INFO image builder template: zfs-recovery...
83202026-02-19T22:29:11.138Z[ recovery-image] Feb 19 22:29:09.887 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/.tmpwYIS1K/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs-recovery"], pwd: None
83212026-02-19T22:29:11.194Z[ recovery-image] Feb 19 22:29:09.944 INFO O| Feb 19 22:29:09.944 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83222026-02-19T22:29:11.202Z[ recovery-image] Feb 19 22:29:09.950 INFO O| Feb 19 22:29:09.950 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83232026-02-19T22:29:11.361Z[ recovery-image] Feb 19 22:29:10.111 INFO O| Feb 19 22:29:10.111 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83242026-02-19T22:29:11.490Z[ recovery-image] Feb 19 22:29:10.240 INFO O| Feb 19 22:29:10.240 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83252026-02-19T22:29:11.490Z[ recovery-image] Feb 19 22:29:10.240 INFO O| Feb 19 22:29:10.240 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83262026-02-19T22:29:11.495Z[ recovery-image] Feb 19 22:29:10.246 INFO O| Feb 19 22:29:10.246 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83272026-02-19T22:29:11.651Z[ recovery-image] Feb 19 22:29:10.402 INFO O| Feb 19 22:29:10.402 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83282026-02-19T22:29:11.739Z[ recovery-image] Feb 19 22:29:10.490 INFO O| Feb 19 22:29:10.490 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83292026-02-19T22:29:11.756Z[ recovery-image] Feb 19 22:29:10.507 INFO O| Feb 19 22:29:10.507 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83302026-02-19T22:29:11.764Z[ recovery-image] Feb 19 22:29:10.514 INFO O| Feb 19 22:29:10.514 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83312026-02-19T22:29:11.779Z[ recovery-image] Feb 19 22:29:10.529 INFO O| Feb 19 22:29:10.529 INFO no lofi found
83322026-02-19T22:29:11.779Z[ recovery-image] Feb 19 22:29:10.529 INFO O| Feb 19 22:29:10.529 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83332026-02-19T22:29:11.784Z[ recovery-image] Feb 19 22:29:10.529 INFO O| Feb 19 22:29:10.529 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83342026-02-19T22:29:14.254Z[ recovery-image] Feb 19 22:29:13.004 INFO O| Feb 19 22:29:13.004 INFO lofi device = /dev/dsk/c2t1d0p0
83352026-02-19T22:29:14.254Z[ recovery-image] Feb 19 22:29:13.005 INFO O| Feb 19 22:29:13.004 INFO pool device = /dev/dsk/c2t1d0p0
83362026-02-19T22:29:14.254Z[ recovery-image] Feb 19 22:29:13.005 INFO O| Feb 19 22:29:13.005 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"]
83372026-02-19T22:29:14.618Z[ recovery-image] Feb 19 22:29:13.368 INFO O| Feb 19 22:29:13.368 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83382026-02-19T22:29:14.618Z[ recovery-image] Feb 19 22:29:13.368 INFO O| Feb 19 22:29:13.368 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83392026-02-19T22:29:14.652Z[ recovery-image] Feb 19 22:29:13.402 INFO O| Feb 19 22:29:13.402 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83402026-02-19T22:29:15.102Z[ recovery-image] Feb 19 22:29:13.853 INFO O| Feb 19 22:29:13.852 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83412026-02-19T22:29:15.152Z[ recovery-image] Feb 19 22:29:13.902 INFO O| Feb 19 22:29:13.902 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83422026-02-19T22:29:15.178Z[ recovery-image] Feb 19 22:29:13.928 INFO O| Feb 19 22:29:13.928 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83432026-02-19T22:29:15.196Z[ recovery-image] Feb 19 22:29:13.946 INFO O| Feb 19 22:29:13.946 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83442026-02-19T22:29:15.269Z[ recovery-image] Feb 19 22:29:14.019 INFO O| Feb 19 22:29:14.019 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83452026-02-19T22:29:15.272Z[ recovery-image] Feb 19 22:29:14.019 INFO O| Feb 19 22:29:14.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83462026-02-19T22:29:15.273Z[ recovery-image] Feb 19 22:29:14.019 INFO O| Feb 19 22:29:14.019 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83472026-02-19T22:29:15.286Z[ recovery-image] Feb 19 22:29:14.036 INFO O| Feb 19 22:29:14.036 INFO boot environment UUID: fd92a278-4855-4144-afcf-2b6fb854cac9
83482026-02-19T22:29:15.286Z[ recovery-image] Feb 19 22:29:14.036 INFO O| Feb 19 22:29:14.036 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = fd92a278-4855-4144-afcf-2b6fb854cac9
83492026-02-19T22:29:15.305Z[ recovery-image] Feb 19 22:29:14.055 INFO O| Feb 19 22:29:14.055 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83502026-02-19T22:29:15.324Z[ recovery-image] Feb 19 22:29:14.074 INFO O| Feb 19 22:29:14.074 INFO STEP 0 (create_be) COMPLETE
83512026-02-19T22:29:15.324Z[ recovery-image] Feb 19 22:29:14.074 INFO O| Feb 19 22:29:14.074 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83522026-02-19T22:29:15.346Z[ recovery-image] Feb 19 22:29:14.096 INFO O| Feb 19 22:29:14.096 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"]
83532026-02-19T22:29:22.363Z[ recovery-image] Feb 19 22:29:21.112 INFO O| Feb 19 22:29:21.112 INFO STEP 1 (unpack_tar) COMPLETE
83542026-02-19T22:29:22.363Z[ recovery-image] Feb 19 22:29:21.112 INFO O| Feb 19 22:29:21.112 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83552026-02-19T22:29:22.377Z[ recovery-image] Feb 19 22:29:21.126 INFO O| Feb 19 22:29:21.126 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83562026-02-19T22:29:23.919Z[ recovery-image] Feb 19 22:29:22.669 INFO O| Feb 19 22:29:22.668 INFO STEP 2 (devfsadm) COMPLETE
83572026-02-19T22:29:23.919Z[ recovery-image] Feb 19 22:29:22.669 INFO O| Feb 19 22:29:22.669 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83582026-02-19T22:29:23.933Z[ recovery-image] Feb 19 22:29:22.683 INFO O| Feb 19 22:29:22.683 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83592026-02-19T22:29:23.933Z[ recovery-image] Feb 19 22:29:22.683 INFO O| Feb 19 22:29:22.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83602026-02-19T22:29:23.936Z[ recovery-image] Feb 19 22:29:22.683 INFO O| Feb 19 22:29:22.683 INFO STEP 3 (ensure_dir) COMPLETE
83612026-02-19T22:29:23.936Z[ recovery-image] Feb 19 22:29:22.683 INFO O| Feb 19 22:29:22.683 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83622026-02-19T22:29:23.945Z[ recovery-image] Feb 19 22:29:22.695 INFO O| Feb 19 22:29:22.695 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83632026-02-19T22:29:23.945Z[ recovery-image] Feb 19 22:29:22.695 INFO O| Feb 19 22:29:22.695 INFO STEP 4 (ensure_dir) COMPLETE
83642026-02-19T22:29:23.948Z[ recovery-image] Feb 19 22:29:22.695 INFO O| Feb 19 22:29:22.695 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83652026-02-19T22:29:23.957Z[ recovery-image] Feb 19 22:29:22.707 INFO O| Feb 19 22:29:22.707 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83662026-02-19T22:29:23.957Z[ recovery-image] Feb 19 22:29:22.707 INFO O| Feb 19 22:29:22.707 INFO STEP 5 (ensure_dir) COMPLETE
83672026-02-19T22:29:23.957Z[ recovery-image] Feb 19 22:29:22.707 INFO O| Feb 19 22:29:22.707 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83682026-02-19T22:29:23.969Z[ recovery-image] Feb 19 22:29:22.719 INFO O| Feb 19 22:29:22.719 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83692026-02-19T22:29:23.969Z[ recovery-image] Feb 19 22:29:22.719 INFO O| Feb 19 22:29:22.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83702026-02-19T22:29:23.972Z[ recovery-image] Feb 19 22:29:22.719 INFO O| Feb 19 22:29:22.719 INFO STEP 6 (ensure_dir) COMPLETE
83712026-02-19T22:29:23.972Z[ recovery-image] Feb 19 22:29:22.719 INFO O| Feb 19 22:29:22.719 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83722026-02-19T22:29:23.982Z[ recovery-image] Feb 19 22:29:22.731 INFO O| Feb 19 22:29:22.731 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83732026-02-19T22:29:23.982Z[ recovery-image] Feb 19 22:29:22.732 INFO O| Feb 19 22:29:22.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83742026-02-19T22:29:23.985Z[ recovery-image] Feb 19 22:29:22.732 INFO O| Feb 19 22:29:22.732 INFO STEP 7 (ensure_dir) COMPLETE
83752026-02-19T22:29:23.985Z[ recovery-image] Feb 19 22:29:22.732 INFO O| Feb 19 22:29:22.732 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83762026-02-19T22:29:23.994Z[ recovery-image] Feb 19 22:29:22.744 INFO O| Feb 19 22:29:22.744 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83772026-02-19T22:29:23.998Z[ recovery-image] Feb 19 22:29:22.744 INFO O| Feb 19 22:29:22.744 INFO STEP 8 (remove_files) COMPLETE
83782026-02-19T22:29:23.998Z[ recovery-image] Feb 19 22:29:22.744 INFO O| Feb 19 22:29:22.744 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83792026-02-19T22:29:24.008Z[ recovery-image] Feb 19 22:29:22.758 INFO O| Feb 19 22:29:22.757 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83802026-02-19T22:29:24.012Z[ recovery-image] Feb 19 22:29:22.759 INFO O| Feb 19 22:29:22.759 INFO STEP 9 (remove_files) COMPLETE
83812026-02-19T22:29:24.012Z[ recovery-image] Feb 19 22:29:22.759 INFO O| Feb 19 22:29:22.759 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83822026-02-19T22:29:24.022Z[ recovery-image] Feb 19 22:29:22.772 INFO O| Feb 19 22:29:22.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83832026-02-19T22:29:24.026Z[ recovery-image] Feb 19 22:29:22.773 INFO O| Feb 19 22:29:22.773 INFO STEP 10 (remove_files) COMPLETE
83842026-02-19T22:29:24.026Z[ recovery-image] Feb 19 22:29:22.773 INFO O| Feb 19 22:29:22.773 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83852026-02-19T22:29:24.035Z[ recovery-image] Feb 19 22:29:22.785 INFO O| Feb 19 22:29:22.785 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83862026-02-19T22:29:24.035Z[ recovery-image] Feb 19 22:29:22.785 INFO O| Feb 19 22:29:22.785 INFO STEP 11 (remove_files) COMPLETE
83872026-02-19T22:29:24.038Z[ recovery-image] Feb 19 22:29:22.785 INFO O| Feb 19 22:29:22.785 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83882026-02-19T22:29:24.049Z[ recovery-image] Feb 19 22:29:22.799 INFO O| Feb 19 22:29:22.799 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83892026-02-19T22:29:24.052Z[ recovery-image] Feb 19 22:29:22.799 INFO O| Feb 19 22:29:22.799 INFO STEP 12 (remove_files) COMPLETE
83902026-02-19T22:29:24.052Z[ recovery-image] Feb 19 22:29:22.799 INFO O| Feb 19 22:29:22.799 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83912026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.812 INFO O| Feb 19 22:29:22.812 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83922026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.812 INFO O| Feb 19 22:29:22.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83932026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.812 INFO O| Feb 19 22:29:22.812 INFO STEP 13 (ensure_dir) COMPLETE
83942026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.812 INFO O| Feb 19 22:29:22.812 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83952026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.825 INFO O| Feb 19 22:29:22.825 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83962026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.825 INFO O| Feb 19 22:29:22.825 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83972026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.825 INFO O| Feb 19 22:29:22.825 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83982026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.825 INFO O| Feb 19 22:29:22.825 INFO STEP 14 (ensure_dir) COMPLETE
83992026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.825 INFO O| Feb 19 22:29:22.825 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84002026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.838 INFO O| Feb 19 22:29:22.838 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84012026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.838 INFO O| Feb 19 22:29:22.838 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84022026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.838 INFO O| Feb 19 22:29:22.838 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84032026-02-19T22:29:24.098Z[ recovery-image] Feb 19 22:29:22.838 INFO O| Feb 19 22:29:22.838 INFO STEP 15 (ensure_dir) COMPLETE
84042026-02-19T22:29:24.099Z[ recovery-image] Feb 19 22:29:22.838 INFO O| Feb 19 22:29:22.838 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84052026-02-19T22:29:24.103Z[ recovery-image] Feb 19 22:29:22.851 INFO O| Feb 19 22:29:22.851 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84062026-02-19T22:29:24.103Z[ recovery-image] Feb 19 22:29:22.851 INFO O| Feb 19 22:29:22.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84072026-02-19T22:29:24.103Z[ recovery-image] Feb 19 22:29:22.851 INFO O| Feb 19 22:29:22.851 INFO STEP 16 (ensure_dir) COMPLETE
84082026-02-19T22:29:24.103Z[ recovery-image] Feb 19 22:29:22.851 INFO O| Feb 19 22:29:22.851 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84092026-02-19T22:29:24.115Z[ recovery-image] Feb 19 22:29:22.865 INFO O| Feb 19 22:29:22.865 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84102026-02-19T22:29:24.115Z[ recovery-image] Feb 19 22:29:22.865 INFO O| Feb 19 22:29:22.865 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84112026-02-19T22:29:24.115Z[ recovery-image] Feb 19 22:29:22.865 INFO O| Feb 19 22:29:22.865 INFO STEP 17 (ensure_dir) COMPLETE
84122026-02-19T22:29:24.119Z[ recovery-image] Feb 19 22:29:22.865 INFO O| Feb 19 22:29:22.865 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84132026-02-19T22:29:24.129Z[ recovery-image] Feb 19 22:29:22.879 INFO O| Feb 19 22:29:22.879 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84142026-02-19T22:29:24.129Z[ recovery-image] Feb 19 22:29:22.879 INFO O| Feb 19 22:29:22.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84152026-02-19T22:29:24.134Z[ recovery-image] Feb 19 22:29:22.879 INFO O| Feb 19 22:29:22.879 INFO ok!
84162026-02-19T22:29:24.134Z[ recovery-image] Feb 19 22:29:22.879 INFO O| Feb 19 22:29:22.879 INFO STEP 18 (ensure_symlink) COMPLETE
84172026-02-19T22:29:24.134Z[ recovery-image] Feb 19 22:29:22.879 INFO O| Feb 19 22:29:22.879 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84182026-02-19T22:29:24.142Z[ recovery-image] Feb 19 22:29:22.892 INFO O| Feb 19 22:29:22.891 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84192026-02-19T22:29:24.142Z[ recovery-image] Feb 19 22:29:22.892 INFO O| Feb 19 22:29:22.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84202026-02-19T22:29:24.142Z[ recovery-image] Feb 19 22:29:22.892 INFO O| Feb 19 22:29:22.892 INFO ok!
84212026-02-19T22:29:24.142Z[ recovery-image] Feb 19 22:29:22.892 INFO O| Feb 19 22:29:22.892 INFO STEP 19 (ensure_file) COMPLETE
84222026-02-19T22:29:24.145Z[ recovery-image] Feb 19 22:29:22.892 INFO O| Feb 19 22:29:22.892 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84232026-02-19T22:29:24.155Z[ recovery-image] Feb 19 22:29:22.905 INFO O| Feb 19 22:29:22.905 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84242026-02-19T22:29:24.155Z[ recovery-image] Feb 19 22:29:22.905 INFO O| Feb 19 22:29:22.905 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84252026-02-19T22:29:24.155Z[ recovery-image] Feb 19 22:29:22.905 INFO O| Feb 19 22:29:22.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84262026-02-19T22:29:24.159Z[ recovery-image] Feb 19 22:29:22.905 INFO O| Feb 19 22:29:22.905 INFO ok!
84272026-02-19T22:29:24.159Z[ recovery-image] Feb 19 22:29:22.905 INFO O| Feb 19 22:29:22.905 INFO STEP 20 (ensure_symlink) COMPLETE
84282026-02-19T22:29:24.159Z[ recovery-image] Feb 19 22:29:22.905 INFO O| Feb 19 22:29:22.905 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84292026-02-19T22:29:24.169Z[ recovery-image] Feb 19 22:29:22.919 INFO O| Feb 19 22:29:22.918 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84302026-02-19T22:29:24.169Z[ recovery-image] Feb 19 22:29:22.919 INFO O| Feb 19 22:29:22.918 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84312026-02-19T22:29:24.173Z[ recovery-image] Feb 19 22:29:22.919 INFO O| Feb 19 22:29:22.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84322026-02-19T22:29:24.173Z[ recovery-image] Feb 19 22:29:22.919 INFO O| Feb 19 22:29:22.919 INFO ok!
84332026-02-19T22:29:24.173Z[ recovery-image] Feb 19 22:29:22.919 INFO O| Feb 19 22:29:22.919 INFO STEP 21 (ensure_symlink) COMPLETE
84342026-02-19T22:29:24.173Z[ recovery-image] Feb 19 22:29:22.919 INFO O| Feb 19 22:29:22.919 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84352026-02-19T22:29:24.182Z[ recovery-image] Feb 19 22:29:22.932 INFO O| Feb 19 22:29:22.932 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84362026-02-19T22:29:24.182Z[ recovery-image] Feb 19 22:29:22.932 INFO O| Feb 19 22:29:22.932 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84372026-02-19T22:29:24.188Z[ recovery-image] Feb 19 22:29:22.932 INFO O| Feb 19 22:29:22.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84382026-02-19T22:29:24.188Z[ recovery-image] Feb 19 22:29:22.932 INFO O| Feb 19 22:29:22.932 INFO ok!
84392026-02-19T22:29:24.188Z[ recovery-image] Feb 19 22:29:22.932 INFO O| Feb 19 22:29:22.932 INFO STEP 22 (ensure_symlink) COMPLETE
84402026-02-19T22:29:24.188Z[ recovery-image] Feb 19 22:29:22.932 INFO O| Feb 19 22:29:22.932 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84412026-02-19T22:29:24.200Z[ recovery-image] Feb 19 22:29:22.947 INFO O| Feb 19 22:29:22.947 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84422026-02-19T22:29:24.200Z[ recovery-image] Feb 19 22:29:22.947 INFO O| Feb 19 22:29:22.947 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84432026-02-19T22:29:24.201Z[ recovery-image] Feb 19 22:29:22.947 INFO O| Feb 19 22:29:22.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84442026-02-19T22:29:24.205Z[ recovery-image] Feb 19 22:29:22.947 INFO O| Feb 19 22:29:22.947 INFO ok!
84452026-02-19T22:29:24.205Z[ recovery-image] Feb 19 22:29:22.947 INFO O| Feb 19 22:29:22.947 INFO STEP 23 (ensure_symlink) COMPLETE
84462026-02-19T22:29:24.205Z[ recovery-image] Feb 19 22:29:22.947 INFO O| Feb 19 22:29:22.947 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84472026-02-19T22:29:24.213Z[ recovery-image] Feb 19 22:29:22.962 INFO O| Feb 19 22:29:22.962 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84482026-02-19T22:29:24.213Z[ recovery-image] Feb 19 22:29:22.962 INFO O| Feb 19 22:29:22.962 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 ...
84492026-02-19T22:29:24.218Z[ recovery-image] Feb 19 22:29:22.963 INFO O| Feb 19 22:29:22.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84502026-02-19T22:29:24.218Z[ recovery-image] Feb 19 22:29:22.963 INFO O| Feb 19 22:29:22.963 INFO ok!
84512026-02-19T22:29:24.218Z[ recovery-image] Feb 19 22:29:22.963 INFO O| Feb 19 22:29:22.963 INFO STEP 24 (ensure_file) COMPLETE
84522026-02-19T22:29:24.218Z[ recovery-image] Feb 19 22:29:22.963 INFO O| Feb 19 22:29:22.963 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84532026-02-19T22:29:24.229Z[ recovery-image] Feb 19 22:29:22.979 INFO O| Feb 19 22:29:22.979 INFO updating shadow file
84542026-02-19T22:29:24.233Z[ recovery-image] Feb 19 22:29:22.979 INFO O| Feb 19 22:29:22.979 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84552026-02-19T22:29:24.233Z[ recovery-image] Feb 19 22:29:22.979 INFO O| Feb 19 22:29:22.979 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84562026-02-19T22:29:24.233Z[ recovery-image] Feb 19 22:29:22.979 INFO O| Feb 19 22:29:22.979 INFO STEP 25 (shadow) COMPLETE
84572026-02-19T22:29:24.233Z[ recovery-image] Feb 19 22:29:22.979 INFO O| Feb 19 22:29:22.979 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84582026-02-19T22:29:24.245Z[ recovery-image] Feb 19 22:29:22.995 INFO O| Feb 19 22:29:22.994 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84592026-02-19T22:29:24.245Z[ recovery-image] Feb 19 22:29:22.995 INFO O| Feb 19 22:29:22.995 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84602026-02-19T22:29:24.245Z[ recovery-image] Feb 19 22:29:22.995 INFO O| Feb 19 22:29:22.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84612026-02-19T22:29:24.249Z[ recovery-image] Feb 19 22:29:22.995 INFO O| Feb 19 22:29:22.995 INFO ok!
84622026-02-19T22:29:24.249Z[ recovery-image] Feb 19 22:29:22.995 INFO O| Feb 19 22:29:22.995 INFO STEP 26 (ensure_file) COMPLETE
84632026-02-19T22:29:24.249Z[ recovery-image] Feb 19 22:29:22.995 INFO O| Feb 19 22:29:22.995 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84642026-02-19T22:29:24.261Z[ recovery-image] Feb 19 22:29:23.010 INFO O| Feb 19 22:29:23.010 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84652026-02-19T22:29:24.261Z[ recovery-image] Feb 19 22:29:23.010 INFO O| Feb 19 22:29:23.010 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84662026-02-19T22:29:24.264Z[ recovery-image] Feb 19 22:29:23.011 INFO O| Feb 19 22:29:23.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84672026-02-19T22:29:24.264Z[ recovery-image] Feb 19 22:29:23.011 INFO O| Feb 19 22:29:23.011 INFO ok!
84682026-02-19T22:29:24.264Z[ recovery-image] Feb 19 22:29:23.011 INFO O| Feb 19 22:29:23.011 INFO STEP 27 (ensure_file) COMPLETE
84692026-02-19T22:29:24.264Z[ recovery-image] Feb 19 22:29:23.011 INFO O| Feb 19 22:29:23.011 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84702026-02-19T22:29:24.276Z[ recovery-image] Feb 19 22:29:23.026 INFO O| Feb 19 22:29:23.026 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84712026-02-19T22:29:24.276Z[ recovery-image] Feb 19 22:29:23.026 INFO O| Feb 19 22:29:23.026 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84722026-02-19T22:29:24.276Z[ recovery-image] Feb 19 22:29:23.026 INFO O| Feb 19 22:29:23.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84732026-02-19T22:29:24.279Z[ recovery-image] Feb 19 22:29:23.026 INFO O| Feb 19 22:29:23.026 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84742026-02-19T22:29:24.279Z[ recovery-image] Feb 19 22:29:23.026 INFO O| Feb 19 22:29:23.026 INFO ok!
84752026-02-19T22:29:24.279Z[ recovery-image] Feb 19 22:29:23.026 INFO O| Feb 19 22:29:23.026 INFO STEP 28 (ensure_file) COMPLETE
84762026-02-19T22:29:24.280Z[ recovery-image] Feb 19 22:29:23.026 INFO O| Feb 19 22:29:23.026 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84772026-02-19T22:29:24.290Z[ recovery-image] Feb 19 22:29:23.040 INFO O| Feb 19 22:29:23.040 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84782026-02-19T22:29:24.290Z[ recovery-image] Feb 19 22:29:23.040 INFO O| Feb 19 22:29:23.040 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84792026-02-19T22:29:24.290Z[ recovery-image] Feb 19 22:29:23.040 INFO O| Feb 19 22:29:23.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84802026-02-19T22:29:24.290Z[ recovery-image] Feb 19 22:29:23.040 INFO O| Feb 19 22:29:23.040 INFO ok!
84812026-02-19T22:29:24.294Z[ recovery-image] Feb 19 22:29:23.040 INFO O| Feb 19 22:29:23.040 INFO STEP 29 (ensure_file) COMPLETE
84822026-02-19T22:29:24.294Z[ recovery-image] Feb 19 22:29:23.040 INFO O| Feb 19 22:29:23.040 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84832026-02-19T22:29:24.305Z[ recovery-image] Feb 19 22:29:23.055 INFO O| Feb 19 22:29:23.055 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84842026-02-19T22:29:24.305Z[ recovery-image] Feb 19 22:29:23.055 INFO O| Feb 19 22:29:23.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84852026-02-19T22:29:24.305Z[ recovery-image] Feb 19 22:29:23.055 INFO O| Feb 19 22:29:23.055 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84862026-02-19T22:29:24.309Z[ recovery-image] Feb 19 22:29:23.055 INFO O| Feb 19 22:29:23.055 INFO STEP 30 (ensure_dir) COMPLETE
84872026-02-19T22:29:24.309Z[ recovery-image] Feb 19 22:29:23.055 INFO O| Feb 19 22:29:23.055 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84882026-02-19T22:29:24.319Z[ recovery-image] Feb 19 22:29:23.069 INFO O| Feb 19 22:29:23.069 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84892026-02-19T22:29:24.320Z[ recovery-image] Feb 19 22:29:23.069 INFO O| Feb 19 22:29:23.069 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 ...
84902026-02-19T22:29:24.323Z[ recovery-image] Feb 19 22:29:23.070 INFO O| Feb 19 22:29:23.070 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
84912026-02-19T22:29:24.323Z[ recovery-image] Feb 19 22:29:23.070 INFO O| Feb 19 22:29:23.070 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84922026-02-19T22:29:24.323Z[ recovery-image] Feb 19 22:29:23.070 INFO O| Feb 19 22:29:23.070 INFO ok!
84932026-02-19T22:29:24.323Z[ recovery-image] Feb 19 22:29:23.070 INFO O| Feb 19 22:29:23.070 INFO STEP 31 (ensure_file) COMPLETE
84942026-02-19T22:29:24.323Z[ recovery-image] Feb 19 22:29:23.070 INFO O| Feb 19 22:29:23.070 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84952026-02-19T22:29:24.335Z[ recovery-image] Feb 19 22:29:23.085 INFO O| Feb 19 22:29:23.085 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84962026-02-19T22:29:24.335Z[ recovery-image] Feb 19 22:29:23.085 INFO O| Feb 19 22:29:23.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84972026-02-19T22:29:24.335Z[ recovery-image] Feb 19 22:29:23.085 INFO O| Feb 19 22:29:23.085 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84982026-02-19T22:29:24.339Z[ recovery-image] Feb 19 22:29:23.085 INFO O| Feb 19 22:29:23.085 INFO STEP 32 (ensure_dir) COMPLETE
84992026-02-19T22:29:24.339Z[ recovery-image] Feb 19 22:29:23.085 INFO O| Feb 19 22:29:23.085 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85002026-02-19T22:29:24.348Z[ recovery-image] Feb 19 22:29:23.098 INFO O| Feb 19 22:29:23.098 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85012026-02-19T22:29:24.348Z[ recovery-image] Feb 19 22:29:23.098 INFO O| Feb 19 22:29:23.098 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 ...
85022026-02-19T22:29:24.351Z[ recovery-image] Feb 19 22:29:23.099 INFO O| Feb 19 22:29:23.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85032026-02-19T22:29:24.351Z[ recovery-image] Feb 19 22:29:23.099 INFO O| Feb 19 22:29:23.098 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85042026-02-19T22:29:24.351Z[ recovery-image] Feb 19 22:29:23.099 INFO O| Feb 19 22:29:23.099 INFO ok!
85052026-02-19T22:29:24.351Z[ recovery-image] Feb 19 22:29:23.099 INFO O| Feb 19 22:29:23.099 INFO STEP 33 (ensure_file) COMPLETE
85062026-02-19T22:29:24.351Z[ recovery-image] Feb 19 22:29:23.099 INFO O| Feb 19 22:29:23.099 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85072026-02-19T22:29:24.362Z[ recovery-image] Feb 19 22:29:23.112 INFO O| Feb 19 22:29:23.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85082026-02-19T22:29:24.362Z[ recovery-image] Feb 19 22:29:23.112 INFO O| Feb 19 22:29:23.112 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85092026-02-19T22:29:24.362Z[ recovery-image] Feb 19 22:29:23.112 INFO O| Feb 19 22:29:23.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85102026-02-19T22:29:24.366Z[ recovery-image] Feb 19 22:29:23.112 INFO O| Feb 19 22:29:23.112 INFO ok!
85112026-02-19T22:29:24.366Z[ recovery-image] Feb 19 22:29:23.112 INFO O| Feb 19 22:29:23.112 INFO STEP 34 (ensure_file) COMPLETE
85122026-02-19T22:29:24.366Z[ recovery-image] Feb 19 22:29:23.112 INFO O| Feb 19 22:29:23.112 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85132026-02-19T22:29:24.377Z[ recovery-image] Feb 19 22:29:23.126 INFO O| Feb 19 22:29:23.126 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85142026-02-19T22:29:24.377Z[ recovery-image] Feb 19 22:29:23.126 INFO O| Feb 19 22:29:23.126 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85152026-02-19T22:29:24.382Z[ recovery-image] Feb 19 22:29:23.127 INFO O| Feb 19 22:29:23.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85162026-02-19T22:29:24.382Z[ recovery-image] Feb 19 22:29:23.127 INFO O| Feb 19 22:29:23.127 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85172026-02-19T22:29:24.382Z[ recovery-image] Feb 19 22:29:23.127 INFO O| Feb 19 22:29:23.127 INFO ok!
85182026-02-19T22:29:24.382Z[ recovery-image] Feb 19 22:29:23.127 INFO O| Feb 19 22:29:23.127 INFO STEP 35 (ensure_file) COMPLETE
85192026-02-19T22:29:24.382Z[ recovery-image] Feb 19 22:29:23.127 INFO O| Feb 19 22:29:23.127 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85202026-02-19T22:29:24.424Z[ recovery-image] Feb 19 22:29:23.174 INFO O| Feb 19 22:29:23.173 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85212026-02-19T22:29:24.424Z[ recovery-image] Feb 19 22:29:23.174 INFO O| Feb 19 22:29:23.174 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85222026-02-19T22:29:24.427Z[ recovery-image] Feb 19 22:29:23.174 INFO O| Feb 19 22:29:23.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85232026-02-19T22:29:24.427Z[ recovery-image] Feb 19 22:29:23.174 INFO O| Feb 19 22:29:23.174 INFO ok!
85242026-02-19T22:29:24.427Z[ recovery-image] Feb 19 22:29:23.174 INFO O| Feb 19 22:29:23.174 INFO STEP 36 (ensure_file) COMPLETE
85252026-02-19T22:29:24.427Z[ recovery-image] Feb 19 22:29:23.174 INFO O| Feb 19 22:29:23.174 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85262026-02-19T22:29:24.438Z[ recovery-image] Feb 19 22:29:23.188 INFO O| Feb 19 22:29:23.188 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85272026-02-19T22:29:24.438Z[ recovery-image] Feb 19 22:29:23.188 INFO O| Feb 19 22:29:23.188 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85282026-02-19T22:29:24.442Z[ recovery-image] Feb 19 22:29:23.188 INFO O| Feb 19 22:29:23.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85292026-02-19T22:29:24.442Z[ recovery-image] Feb 19 22:29:23.188 INFO O| Feb 19 22:29:23.188 INFO ok!
85302026-02-19T22:29:24.442Z[ recovery-image] Feb 19 22:29:23.188 INFO O| Feb 19 22:29:23.188 INFO STEP 37 (ensure_file) COMPLETE
85312026-02-19T22:29:24.442Z[ recovery-image] Feb 19 22:29:23.188 INFO O| Feb 19 22:29:23.188 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85322026-02-19T22:29:24.451Z[ recovery-image] Feb 19 22:29:23.201 INFO O| Feb 19 22:29:23.201 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85332026-02-19T22:29:24.451Z[ recovery-image] Feb 19 22:29:23.201 INFO O| Feb 19 22:29:23.201 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85342026-02-19T22:29:24.454Z[ recovery-image] Feb 19 22:29:23.202 INFO O| Feb 19 22:29:23.202 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85352026-02-19T22:29:24.454Z[ recovery-image] Feb 19 22:29:23.202 INFO O| Feb 19 22:29:23.202 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85362026-02-19T22:29:24.454Z[ recovery-image] Feb 19 22:29:23.202 INFO O| Feb 19 22:29:23.202 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85372026-02-19T22:29:24.454Z[ recovery-image] Feb 19 22:29:23.202 INFO O| Feb 19 22:29:23.202 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85382026-02-19T22:29:24.454Z[ recovery-image] Feb 19 22:29:23.202 INFO O| Feb 19 22:29:23.202 INFO ok!
85392026-02-19T22:29:24.454Z[ recovery-image] Feb 19 22:29:23.202 INFO O| Feb 19 22:29:23.202 INFO STEP 38 (ensure_file) COMPLETE
85402026-02-19T22:29:24.454Z[ recovery-image] Feb 19 22:29:23.202 INFO O| Feb 19 22:29:23.202 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85412026-02-19T22:29:24.466Z[ recovery-image] Feb 19 22:29:23.216 INFO O| Feb 19 22:29:23.216 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85422026-02-19T22:29:24.470Z[ recovery-image] Feb 19 22:29:23.216 INFO O| Feb 19 22:29:23.216 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85432026-02-19T22:29:24.470Z[ recovery-image] Feb 19 22:29:23.216 INFO O| Feb 19 22:29:23.216 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85442026-02-19T22:29:24.470Z[ recovery-image] Feb 19 22:29:23.216 INFO O| Feb 19 22:29:23.216 INFO STEP 39 (ensure_dir) COMPLETE
85452026-02-19T22:29:24.470Z[ recovery-image] Feb 19 22:29:23.216 INFO O| Feb 19 22:29:23.216 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85462026-02-19T22:29:24.482Z[ recovery-image] Feb 19 22:29:23.232 INFO O| Feb 19 22:29:23.232 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
85472026-02-19T22:29:24.482Z[ recovery-image] Feb 19 22:29:23.232 INFO O| Feb 19 22:29:23.232 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 ...
85482026-02-19T22:29:24.486Z[ recovery-image] Feb 19 22:29:23.233 INFO O| Feb 19 22:29:23.233 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
85492026-02-19T22:29:24.486Z[ recovery-image] Feb 19 22:29:23.233 INFO O| Feb 19 22:29:23.233 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
85502026-02-19T22:29:24.486Z[ recovery-image] Feb 19 22:29:23.233 INFO O| Feb 19 22:29:23.233 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
85512026-02-19T22:29:24.486Z[ recovery-image] Feb 19 22:29:23.233 INFO O| Feb 19 22:29:23.233 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
85522026-02-19T22:29:24.486Z[ recovery-image] Feb 19 22:29:23.233 INFO O| Feb 19 22:29:23.233 INFO ok!
85532026-02-19T22:29:24.486Z[ recovery-image] Feb 19 22:29:23.233 INFO O| Feb 19 22:29:23.233 INFO STEP 40 (ensure_file) COMPLETE
85542026-02-19T22:29:24.486Z[ recovery-image] Feb 19 22:29:23.233 INFO O| Feb 19 22:29:23.233 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85552026-02-19T22:29:24.498Z[ recovery-image] Feb 19 22:29:23.247 INFO O| Feb 19 22:29:23.247 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85562026-02-19T22:29:24.498Z[ recovery-image] Feb 19 22:29:23.247 INFO O| Feb 19 22:29:23.247 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 ...
85572026-02-19T22:29:24.498Z[ recovery-image] Feb 19 22:29:23.248 INFO O| Feb 19 22:29:23.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85582026-02-19T22:29:24.501Z[ recovery-image] Feb 19 22:29:23.248 INFO O| Feb 19 22:29:23.248 INFO ok!
85592026-02-19T22:29:24.501Z[ recovery-image] Feb 19 22:29:23.248 INFO O| Feb 19 22:29:23.248 INFO STEP 41 (ensure_symlink) COMPLETE
85602026-02-19T22:29:24.501Z[ recovery-image] Feb 19 22:29:23.248 INFO O| Feb 19 22:29:23.248 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85612026-02-19T22:29:24.511Z[ recovery-image] Feb 19 22:29:23.261 INFO O| Feb 19 22:29:23.261 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85622026-02-19T22:29:24.511Z[ recovery-image] Feb 19 22:29:23.261 INFO O| Feb 19 22:29:23.261 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85632026-02-19T22:29:24.515Z[ recovery-image] Feb 19 22:29:23.261 INFO O| Feb 19 22:29:23.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85642026-02-19T22:29:24.515Z[ recovery-image] Feb 19 22:29:23.261 INFO O| Feb 19 22:29:23.261 INFO ok!
85652026-02-19T22:29:24.515Z[ recovery-image] Feb 19 22:29:23.261 INFO O| Feb 19 22:29:23.261 INFO STEP 42 (ensure_symlink) COMPLETE
85662026-02-19T22:29:24.515Z[ recovery-image] Feb 19 22:29:23.261 INFO O| Feb 19 22:29:23.261 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85672026-02-19T22:29:24.525Z[ recovery-image] Feb 19 22:29:23.275 INFO O| Feb 19 22:29:23.275 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85682026-02-19T22:29:24.525Z[ recovery-image] Feb 19 22:29:23.275 INFO O| Feb 19 22:29:23.275 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85692026-02-19T22:29:24.529Z[ recovery-image] Feb 19 22:29:23.276 INFO O| Feb 19 22:29:23.276 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85702026-02-19T22:29:24.529Z[ recovery-image] Feb 19 22:29:23.276 INFO O| Feb 19 22:29:23.276 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85712026-02-19T22:29:24.529Z[ recovery-image] Feb 19 22:29:23.276 INFO O| Feb 19 22:29:23.276 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85722026-02-19T22:29:24.529Z[ recovery-image] Feb 19 22:29:23.276 INFO O| Feb 19 22:29:23.276 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85732026-02-19T22:29:24.529Z[ recovery-image] Feb 19 22:29:23.276 INFO O| Feb 19 22:29:23.276 INFO ok!
85742026-02-19T22:29:24.529Z[ recovery-image] Feb 19 22:29:23.276 INFO O| Feb 19 22:29:23.276 INFO STEP 43 (ensure_file) COMPLETE
85752026-02-19T22:29:24.529Z[ recovery-image] Feb 19 22:29:23.276 INFO O| Feb 19 22:29:23.276 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85762026-02-19T22:29:24.541Z[ recovery-image] Feb 19 22:29:23.291 INFO O| Feb 19 22:29:23.290 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85772026-02-19T22:29:24.541Z[ recovery-image] Feb 19 22:29:23.291 INFO O| Feb 19 22:29:23.290 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 ...
85782026-02-19T22:29:24.544Z[ recovery-image] Feb 19 22:29:23.291 INFO O| Feb 19 22:29:23.291 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
85792026-02-19T22:29:24.544Z[ recovery-image] Feb 19 22:29:23.291 INFO O| Feb 19 22:29:23.291 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85802026-02-19T22:29:24.545Z[ recovery-image] Feb 19 22:29:23.291 INFO O| Feb 19 22:29:23.291 INFO ok!
85812026-02-19T22:29:24.545Z[ recovery-image] Feb 19 22:29:23.292 INFO O| Feb 19 22:29:23.291 INFO STEP 44 (ensure_file) COMPLETE
85822026-02-19T22:29:24.545Z[ recovery-image] Feb 19 22:29:23.292 INFO O| Feb 19 22:29:23.291 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85832026-02-19T22:29:24.556Z[ recovery-image] Feb 19 22:29:23.305 INFO O| Feb 19 22:29:23.305 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85842026-02-19T22:29:24.556Z[ recovery-image] Feb 19 22:29:23.305 INFO O| Feb 19 22:29:23.305 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85852026-02-19T22:29:24.559Z[ recovery-image] Feb 19 22:29:23.306 INFO O| Feb 19 22:29:23.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85862026-02-19T22:29:24.559Z[ recovery-image] Feb 19 22:29:23.306 INFO O| Feb 19 22:29:23.306 INFO ok!
85872026-02-19T22:29:24.559Z[ recovery-image] Feb 19 22:29:23.306 INFO O| Feb 19 22:29:23.306 INFO STEP 45 (ensure_file) COMPLETE
85882026-02-19T22:29:24.559Z[ recovery-image] Feb 19 22:29:23.306 INFO O| Feb 19 22:29:23.306 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85892026-02-19T22:29:24.571Z[ recovery-image] Feb 19 22:29:23.320 INFO O| Feb 19 22:29:23.320 INFO updating shadow file
85902026-02-19T22:29:24.571Z[ recovery-image] Feb 19 22:29:23.320 INFO O| Feb 19 22:29:23.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85912026-02-19T22:29:24.571Z[ recovery-image] Feb 19 22:29:23.320 INFO O| Feb 19 22:29:23.320 INFO STEP 46 (shadow) COMPLETE
85922026-02-19T22:29:24.576Z[ recovery-image] Feb 19 22:29:23.320 INFO O| Feb 19 22:29:23.320 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85932026-02-19T22:29:24.586Z[ recovery-image] Feb 19 22:29:23.336 INFO O| Feb 19 22:29:23.336 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85942026-02-19T22:29:24.586Z[ recovery-image] Feb 19 22:29:23.336 INFO O| Feb 19 22:29:23.336 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85952026-02-19T22:29:24.591Z[ recovery-image] Feb 19 22:29:23.336 INFO O| Feb 19 22:29:23.336 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85962026-02-19T22:29:24.591Z[ recovery-image] Feb 19 22:29:23.336 INFO O| Feb 19 22:29:23.336 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85972026-02-19T22:29:24.591Z[ recovery-image] Feb 19 22:29:23.336 INFO O| Feb 19 22:29:23.336 INFO ok!
85982026-02-19T22:29:24.591Z[ recovery-image] Feb 19 22:29:23.336 INFO O| Feb 19 22:29:23.336 INFO STEP 47 (ensure_file) COMPLETE
85992026-02-19T22:29:24.591Z[ recovery-image] Feb 19 22:29:23.336 INFO O| Feb 19 22:29:23.336 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86002026-02-19T22:29:24.600Z[ recovery-image] Feb 19 22:29:23.350 INFO O| Feb 19 22:29:23.350 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86012026-02-19T22:29:24.600Z[ recovery-image] Feb 19 22:29:23.350 INFO O| Feb 19 22:29:23.350 INFO STEP 48 (ensure_dir) COMPLETE
86022026-02-19T22:29:24.603Z[ recovery-image] Feb 19 22:29:23.350 INFO O| Feb 19 22:29:23.350 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86032026-02-19T22:29:24.614Z[ recovery-image] Feb 19 22:29:23.364 INFO O| Feb 19 22:29:23.364 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86042026-02-19T22:29:24.614Z[ recovery-image] Feb 19 22:29:23.364 INFO O| Feb 19 22:29:23.364 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86052026-02-19T22:29:24.614Z[ recovery-image] Feb 19 22:29:23.364 INFO O| Feb 19 22:29:23.364 INFO STEP 49 (ensure_dir) COMPLETE
86062026-02-19T22:29:24.618Z[ recovery-image] Feb 19 22:29:23.364 INFO O| Feb 19 22:29:23.364 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86072026-02-19T22:29:24.627Z[ recovery-image] Feb 19 22:29:23.377 INFO O| Feb 19 22:29:23.377 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86082026-02-19T22:29:24.628Z[ recovery-image] Feb 19 22:29:23.377 INFO O| Feb 19 22:29:23.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86092026-02-19T22:29:24.628Z[ recovery-image] Feb 19 22:29:23.377 INFO O| Feb 19 22:29:23.377 INFO STEP 50 (ensure_dir) COMPLETE
86102026-02-19T22:29:24.631Z[ recovery-image] Feb 19 22:29:23.377 INFO O| Feb 19 22:29:23.377 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86112026-02-19T22:29:24.642Z[ recovery-image] Feb 19 22:29:23.392 INFO O| Feb 19 22:29:23.391 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86122026-02-19T22:29:24.642Z[ recovery-image] Feb 19 22:29:23.392 INFO O| Feb 19 22:29:23.392 INFO copying /tmp/.tmpwYIS1K/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86132026-02-19T22:29:24.704Z[ recovery-image] Feb 19 22:29:23.454 INFO O| Feb 19 22:29:23.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86142026-02-19T22:29:24.705Z[ recovery-image] Feb 19 22:29:23.454 INFO O| Feb 19 22:29:23.454 INFO ok!
86152026-02-19T22:29:24.708Z[ recovery-image] Feb 19 22:29:23.454 INFO O| Feb 19 22:29:23.454 INFO STEP 51 (ensure_file) COMPLETE
86162026-02-19T22:29:24.708Z[ recovery-image] Feb 19 22:29:23.454 INFO O| Feb 19 22:29:23.454 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86172026-02-19T22:29:24.720Z[ recovery-image] Feb 19 22:29:23.469 INFO O| Feb 19 22:29:23.469 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86182026-02-19T22:29:24.720Z[ recovery-image] Feb 19 22:29:23.469 INFO O| Feb 19 22:29:23.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86192026-02-19T22:29:24.723Z[ recovery-image] Feb 19 22:29:23.469 INFO O| Feb 19 22:29:23.469 INFO STEP 52 (ensure_dir) COMPLETE
86202026-02-19T22:29:24.724Z[ recovery-image] Feb 19 22:29:23.469 INFO O| Feb 19 22:29:23.469 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86212026-02-19T22:29:24.735Z[ recovery-image] Feb 19 22:29:23.485 INFO O| Feb 19 22:29:23.485 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86222026-02-19T22:29:24.735Z[ recovery-image] Feb 19 22:29:23.485 INFO O| Feb 19 22:29:23.485 INFO copying /tmp/.tmpwYIS1K/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86232026-02-19T22:29:24.735Z[ recovery-image] Feb 19 22:29:23.485 INFO O| Feb 19 22:29:23.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86242026-02-19T22:29:24.739Z[ recovery-image] Feb 19 22:29:23.485 INFO O| Feb 19 22:29:23.485 INFO ok!
86252026-02-19T22:29:24.739Z[ recovery-image] Feb 19 22:29:23.485 INFO O| Feb 19 22:29:23.485 INFO STEP 53 (ensure_file) COMPLETE
86262026-02-19T22:29:24.739Z[ recovery-image] Feb 19 22:29:23.485 INFO O| Feb 19 22:29:23.485 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86272026-02-19T22:29:24.750Z[ recovery-image] Feb 19 22:29:23.499 INFO O| Feb 19 22:29:23.499 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86282026-02-19T22:29:24.750Z[ recovery-image] Feb 19 22:29:23.499 INFO O| Feb 19 22:29:23.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86292026-02-19T22:29:24.750Z[ recovery-image] Feb 19 22:29:23.499 INFO O| Feb 19 22:29:23.499 INFO STEP 54 (ensure_dir) COMPLETE
86302026-02-19T22:29:24.754Z[ recovery-image] Feb 19 22:29:23.500 INFO O| Feb 19 22:29:23.499 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86312026-02-19T22:29:24.765Z[ recovery-image] Feb 19 22:29:23.514 INFO O| Feb 19 22:29:23.514 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86322026-02-19T22:29:24.765Z[ recovery-image] Feb 19 22:29:23.514 INFO O| Feb 19 22:29:23.514 INFO copying /tmp/.tmpwYIS1K/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86332026-02-19T22:29:26.681Z[ recovery-image] Feb 19 22:29:25.430 INFO O| Feb 19 22:29:25.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86342026-02-19T22:29:26.684Z[ recovery-image] Feb 19 22:29:25.430 INFO O| Feb 19 22:29:25.430 INFO ok!
86352026-02-19T22:29:26.684Z[ recovery-image] Feb 19 22:29:25.430 INFO O| Feb 19 22:29:25.430 INFO STEP 55 (ensure_file) COMPLETE
86362026-02-19T22:29:26.684Z[ recovery-image] Feb 19 22:29:25.430 INFO O| Feb 19 22:29:25.430 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86372026-02-19T22:29:26.696Z[ recovery-image] Feb 19 22:29:25.445 INFO O| Feb 19 22:29:25.445 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86382026-02-19T22:29:26.696Z[ recovery-image] Feb 19 22:29:25.445 INFO O| Feb 19 22:29:25.445 INFO copying /tmp/.tmpwYIS1K/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86392026-02-19T22:29:28.638Z[ recovery-image] Feb 19 22:29:27.387 INFO O| Feb 19 22:29:27.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86402026-02-19T22:29:28.638Z[ recovery-image] Feb 19 22:29:27.387 INFO O| Feb 19 22:29:27.387 INFO ok!
86412026-02-19T22:29:28.641Z[ recovery-image] Feb 19 22:29:27.387 INFO O| Feb 19 22:29:27.387 INFO STEP 56 (ensure_file) COMPLETE
86422026-02-19T22:29:28.641Z[ recovery-image] Feb 19 22:29:27.387 INFO O| Feb 19 22:29:27.387 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86432026-02-19T22:29:28.654Z[ recovery-image] Feb 19 22:29:27.403 INFO O| Feb 19 22:29:27.403 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86442026-02-19T22:29:28.654Z[ recovery-image] Feb 19 22:29:27.404 INFO O| Feb 19 22:29:27.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86452026-02-19T22:29:28.657Z[ recovery-image] Feb 19 22:29:27.404 INFO O| Feb 19 22:29:27.404 INFO STEP 57 (ensure_dir) COMPLETE
86462026-02-19T22:29:28.657Z[ recovery-image] Feb 19 22:29:27.404 INFO O| Feb 19 22:29:27.404 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86472026-02-19T22:29:28.668Z[ recovery-image] Feb 19 22:29:27.418 INFO O| Feb 19 22:29:27.418 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86482026-02-19T22:29:28.668Z[ recovery-image] Feb 19 22:29:27.418 INFO O| Feb 19 22:29:27.418 INFO copying /tmp/.tmpwYIS1K/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 ...
86492026-02-19T22:29:28.671Z[ recovery-image] Feb 19 22:29:27.418 INFO O| Feb 19 22:29:27.418 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
86502026-02-19T22:29:28.671Z[ recovery-image] Feb 19 22:29:27.418 INFO O| Feb 19 22:29:27.418 INFO ok!
86512026-02-19T22:29:28.672Z[ recovery-image] Feb 19 22:29:27.418 INFO O| Feb 19 22:29:27.418 INFO STEP 58 (ensure_file) COMPLETE
86522026-02-19T22:29:28.672Z[ recovery-image] Feb 19 22:29:27.418 INFO O| Feb 19 22:29:27.418 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86532026-02-19T22:29:28.683Z[ recovery-image] Feb 19 22:29:27.433 INFO O| Feb 19 22:29:27.433 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86542026-02-19T22:29:28.683Z[ recovery-image] Feb 19 22:29:27.433 INFO O| Feb 19 22:29:27.433 INFO copying /tmp/.tmpwYIS1K/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 ...
86552026-02-19T22:29:28.683Z[ recovery-image] Feb 19 22:29:27.433 INFO O| Feb 19 22:29:27.433 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
86562026-02-19T22:29:28.687Z[ recovery-image] Feb 19 22:29:27.433 INFO O| Feb 19 22:29:27.433 INFO ok!
86572026-02-19T22:29:28.687Z[ recovery-image] Feb 19 22:29:27.433 INFO O| Feb 19 22:29:27.433 INFO STEP 59 (ensure_file) COMPLETE
86582026-02-19T22:29:28.687Z[ recovery-image] Feb 19 22:29:27.433 INFO O| Feb 19 22:29:27.433 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86592026-02-19T22:29:28.698Z[ recovery-image] Feb 19 22:29:27.447 INFO O| Feb 19 22:29:27.447 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86602026-02-19T22:29:28.698Z[ recovery-image] Feb 19 22:29:27.448 INFO O| Feb 19 22:29:27.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86612026-02-19T22:29:28.698Z[ recovery-image] Feb 19 22:29:27.448 INFO O| Feb 19 22:29:27.448 INFO STEP 60 (ensure_dir) COMPLETE
86622026-02-19T22:29:28.701Z[ recovery-image] Feb 19 22:29:27.448 INFO O| Feb 19 22:29:27.448 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86632026-02-19T22:29:28.714Z[ recovery-image] Feb 19 22:29:27.462 INFO O| Feb 19 22:29:27.462 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86642026-02-19T22:29:28.714Z[ recovery-image] Feb 19 22:29:27.462 INFO O| Feb 19 22:29:27.462 INFO copying /tmp/.tmpwYIS1K/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 ...
86652026-02-19T22:29:28.718Z[ recovery-image] Feb 19 22:29:27.462 INFO O| Feb 19 22:29:27.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86662026-02-19T22:29:28.718Z[ recovery-image] Feb 19 22:29:27.462 INFO O| Feb 19 22:29:27.462 INFO ok!
86672026-02-19T22:29:28.718Z[ recovery-image] Feb 19 22:29:27.462 INFO O| Feb 19 22:29:27.462 INFO STEP 61 (ensure_file) COMPLETE
86682026-02-19T22:29:28.718Z[ recovery-image] Feb 19 22:29:27.462 INFO O| Feb 19 22:29:27.462 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86692026-02-19T22:29:28.727Z[ recovery-image] Feb 19 22:29:27.476 INFO O| Feb 19 22:29:27.476 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86702026-02-19T22:29:28.727Z[ recovery-image] Feb 19 22:29:27.476 INFO O| Feb 19 22:29:27.476 INFO copying /tmp/.tmpwYIS1K/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 ...
86712026-02-19T22:29:28.730Z[ recovery-image] Feb 19 22:29:27.476 INFO O| Feb 19 22:29:27.476 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
86722026-02-19T22:29:28.730Z[ recovery-image] Feb 19 22:29:27.477 INFO O| Feb 19 22:29:27.476 INFO ok!
86732026-02-19T22:29:28.730Z[ recovery-image] Feb 19 22:29:27.477 INFO O| Feb 19 22:29:27.476 INFO STEP 62 (ensure_file) COMPLETE
86742026-02-19T22:29:28.730Z[ recovery-image] Feb 19 22:29:27.477 INFO O| Feb 19 22:29:27.477 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86752026-02-19T22:29:28.740Z[ recovery-image] Feb 19 22:29:27.490 INFO O| Feb 19 22:29:27.490 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86762026-02-19T22:29:28.741Z[ recovery-image] Feb 19 22:29:27.490 INFO O| Feb 19 22:29:27.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86772026-02-19T22:29:28.741Z[ recovery-image] Feb 19 22:29:27.490 INFO O| Feb 19 22:29:27.490 INFO STEP 63 (ensure_dir) COMPLETE
86782026-02-19T22:29:28.741Z[ recovery-image] Feb 19 22:29:27.490 INFO O| Feb 19 22:29:27.490 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86792026-02-19T22:29:28.754Z[ recovery-image] Feb 19 22:29:27.503 INFO O| Feb 19 22:29:27.503 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86802026-02-19T22:29:28.754Z[ recovery-image] Feb 19 22:29:27.503 INFO O| Feb 19 22:29:27.503 INFO copying /tmp/.tmpwYIS1K/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 ...
86812026-02-19T22:29:28.754Z[ recovery-image] Feb 19 22:29:27.503 INFO O| Feb 19 22:29:27.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86822026-02-19T22:29:28.754Z[ recovery-image] Feb 19 22:29:27.503 INFO O| Feb 19 22:29:27.503 INFO ok!
86832026-02-19T22:29:28.757Z[ recovery-image] Feb 19 22:29:27.503 INFO O| Feb 19 22:29:27.503 INFO STEP 64 (ensure_file) COMPLETE
86842026-02-19T22:29:28.758Z[ recovery-image] Feb 19 22:29:27.503 INFO O| Feb 19 22:29:27.503 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86852026-02-19T22:29:28.766Z[ recovery-image] Feb 19 22:29:27.516 INFO O| Feb 19 22:29:27.515 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86862026-02-19T22:29:28.766Z[ recovery-image] Feb 19 22:29:27.516 INFO O| Feb 19 22:29:27.516 INFO copying /tmp/.tmpwYIS1K/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86872026-02-19T22:29:28.770Z[ recovery-image] Feb 19 22:29:27.516 INFO O| Feb 19 22:29:27.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86882026-02-19T22:29:28.770Z[ recovery-image] Feb 19 22:29:27.516 INFO O| Feb 19 22:29:27.516 INFO ok!
86892026-02-19T22:29:28.770Z[ recovery-image] Feb 19 22:29:27.516 INFO O| Feb 19 22:29:27.516 INFO STEP 65 (ensure_file) COMPLETE
86902026-02-19T22:29:28.770Z[ recovery-image] Feb 19 22:29:27.516 INFO O| Feb 19 22:29:27.516 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86912026-02-19T22:29:28.780Z[ recovery-image] Feb 19 22:29:27.530 INFO O| Feb 19 22:29:27.530 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86922026-02-19T22:29:28.780Z[ recovery-image] Feb 19 22:29:27.530 INFO O| Feb 19 22:29:27.530 INFO STEP 66 (ensure_dir) COMPLETE
86932026-02-19T22:29:28.784Z[ recovery-image] Feb 19 22:29:27.530 INFO O| Feb 19 22:29:27.530 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86942026-02-19T22:29:28.792Z[ recovery-image] Feb 19 22:29:27.542 INFO O| Feb 19 22:29:27.542 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86952026-02-19T22:29:28.793Z[ recovery-image] Feb 19 22:29:27.542 INFO O| Feb 19 22:29:27.542 INFO STEP 67 (ensure_dir) COMPLETE
86962026-02-19T22:29:28.796Z[ recovery-image] Feb 19 22:29:27.542 INFO O| Feb 19 22:29:27.542 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86972026-02-19T22:29:28.804Z[ recovery-image] Feb 19 22:29:27.553 INFO O| Feb 19 22:29:27.553 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86982026-02-19T22:29:28.804Z[ recovery-image] Feb 19 22:29:27.553 INFO O| Feb 19 22:29:27.553 INFO STEP 68 (ensure_dir) COMPLETE
86992026-02-19T22:29:28.807Z[ recovery-image] Feb 19 22:29:27.553 INFO O| Feb 19 22:29:27.553 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87002026-02-19T22:29:28.816Z[ recovery-image] Feb 19 22:29:27.565 INFO O| Feb 19 22:29:27.565 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87012026-02-19T22:29:28.816Z[ recovery-image] Feb 19 22:29:27.565 INFO O| Feb 19 22:29:27.565 INFO STEP 69 (ensure_dir) COMPLETE
87022026-02-19T22:29:28.816Z[ recovery-image] Feb 19 22:29:27.565 INFO O| Feb 19 22:29:27.565 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87032026-02-19T22:29:28.828Z[ recovery-image] Feb 19 22:29:27.578 INFO O| Feb 19 22:29:27.577 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87042026-02-19T22:29:28.828Z[ recovery-image] Feb 19 22:29:27.578 INFO O| Feb 19 22:29:27.577 INFO copying /tmp/.tmpwYIS1K/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87052026-02-19T22:29:28.832Z[ recovery-image] Feb 19 22:29:27.578 INFO O| Feb 19 22:29:27.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87062026-02-19T22:29:28.832Z[ recovery-image] Feb 19 22:29:27.578 INFO O| Feb 19 22:29:27.578 INFO ok!
87072026-02-19T22:29:28.832Z[ recovery-image] Feb 19 22:29:27.578 INFO O| Feb 19 22:29:27.578 INFO STEP 70 (ensure_file) COMPLETE
87082026-02-19T22:29:28.832Z[ recovery-image] Feb 19 22:29:27.578 INFO O| Feb 19 22:29:27.578 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87092026-02-19T22:29:28.841Z[ recovery-image] Feb 19 22:29:27.590 INFO O| Feb 19 22:29:27.590 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87102026-02-19T22:29:28.845Z[ recovery-image] Feb 19 22:29:27.591 INFO O| Feb 19 22:29:27.591 INFO STEP 71 (remove_files) COMPLETE
87112026-02-19T22:29:28.845Z[ recovery-image] Feb 19 22:29:27.591 INFO O| Feb 19 22:29:27.591 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87122026-02-19T22:29:28.855Z[ recovery-image] Feb 19 22:29:27.604 INFO O| Feb 19 22:29:27.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87132026-02-19T22:29:28.855Z[ recovery-image] Feb 19 22:29:27.604 INFO O| Feb 19 22:29:27.604 INFO STEP 72 (remove_files) COMPLETE
87142026-02-19T22:29:28.855Z[ recovery-image] Feb 19 22:29:27.604 INFO O| Feb 19 22:29:27.604 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87152026-02-19T22:29:28.868Z[ recovery-image] Feb 19 22:29:27.617 INFO O| Feb 19 22:29:27.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87162026-02-19T22:29:28.868Z[ recovery-image] Feb 19 22:29:27.617 INFO O| Feb 19 22:29:27.617 INFO STEP 73 (remove_files) COMPLETE
87172026-02-19T22:29:28.872Z[ recovery-image] Feb 19 22:29:27.618 INFO O| Feb 19 22:29:27.617 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87182026-02-19T22:29:28.882Z[ recovery-image] Feb 19 22:29:27.631 INFO O| Feb 19 22:29:27.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87192026-02-19T22:29:28.885Z[ recovery-image] Feb 19 22:29:27.631 INFO O| Feb 19 22:29:27.631 INFO STEP 74 (remove_files) COMPLETE
87202026-02-19T22:29:28.885Z[ recovery-image] Feb 19 22:29:27.631 INFO O| Feb 19 22:29:27.631 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87212026-02-19T22:29:28.895Z[ recovery-image] Feb 19 22:29:27.644 INFO O| Feb 19 22:29:27.644 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87222026-02-19T22:29:28.899Z[ recovery-image] Feb 19 22:29:27.645 INFO O| Feb 19 22:29:27.644 INFO STEP 75 (remove_files) COMPLETE
87232026-02-19T22:29:28.899Z[ recovery-image] Feb 19 22:29:27.645 INFO O| Feb 19 22:29:27.645 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87242026-02-19T22:29:28.909Z[ recovery-image] Feb 19 22:29:27.659 INFO O| Feb 19 22:29:27.659 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87252026-02-19T22:29:28.910Z[ recovery-image] Feb 19 22:29:27.659 INFO O| Feb 19 22:29:27.659 INFO STEP 76 (remove_files) COMPLETE
87262026-02-19T22:29:28.914Z[ recovery-image] Feb 19 22:29:27.659 INFO O| Feb 19 22:29:27.659 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87272026-02-19T22:29:28.926Z[ recovery-image] Feb 19 22:29:27.675 INFO O| Feb 19 22:29:27.675 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87282026-02-19T22:29:28.926Z[ recovery-image] Feb 19 22:29:27.675 INFO O| Feb 19 22:29:27.675 INFO STEP 77 (remove_files) COMPLETE
87292026-02-19T22:29:28.926Z[ recovery-image] Feb 19 22:29:27.675 INFO O| Feb 19 22:29:27.675 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87302026-02-19T22:29:28.941Z[ recovery-image] Feb 19 22:29:27.690 INFO O| Feb 19 22:29:27.690 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87312026-02-19T22:29:28.941Z[ recovery-image] Feb 19 22:29:27.690 INFO O| Feb 19 22:29:27.690 INFO STEP 78 (remove_files) COMPLETE
87322026-02-19T22:29:28.944Z[ recovery-image] Feb 19 22:29:27.690 INFO O| Feb 19 22:29:27.690 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87332026-02-19T22:29:28.955Z[ recovery-image] Feb 19 22:29:27.704 INFO O| Feb 19 22:29:27.704 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87342026-02-19T22:29:28.955Z[ recovery-image] Feb 19 22:29:27.704 INFO O| Feb 19 22:29:27.704 INFO STEP 79 (remove_files) COMPLETE
87352026-02-19T22:29:28.955Z[ recovery-image] Feb 19 22:29:27.704 INFO O| Feb 19 22:29:27.704 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87362026-02-19T22:29:28.969Z[ recovery-image] Feb 19 22:29:27.718 INFO O| Feb 19 22:29:27.718 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87372026-02-19T22:29:28.972Z[ recovery-image] Feb 19 22:29:27.718 INFO O| Feb 19 22:29:27.718 INFO STEP 80 (remove_files) COMPLETE
87382026-02-19T22:29:28.972Z[ recovery-image] Feb 19 22:29:27.718 INFO O| Feb 19 22:29:27.718 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87392026-02-19T22:29:28.981Z[ recovery-image] Feb 19 22:29:27.730 INFO O| Feb 19 22:29:27.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87402026-02-19T22:29:28.981Z[ recovery-image] Feb 19 22:29:27.730 INFO O| Feb 19 22:29:27.730 INFO STEP 81 (remove_files) COMPLETE
87412026-02-19T22:29:28.984Z[ recovery-image] Feb 19 22:29:27.730 INFO O| Feb 19 22:29:27.730 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87422026-02-19T22:29:28.994Z[ recovery-image] Feb 19 22:29:27.744 INFO O| Feb 19 22:29:27.744 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87432026-02-19T22:29:28.994Z[ recovery-image] Feb 19 22:29:27.744 INFO O| Feb 19 22:29:27.744 INFO STEP 82 (remove_files) COMPLETE
87442026-02-19T22:29:28.998Z[ recovery-image] Feb 19 22:29:27.744 INFO O| Feb 19 22:29:27.744 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87452026-02-19T22:29:29.008Z[ recovery-image] Feb 19 22:29:27.757 INFO O| Feb 19 22:29:27.757 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87462026-02-19T22:29:29.008Z[ recovery-image] Feb 19 22:29:27.757 INFO O| Feb 19 22:29:27.757 INFO STEP 83 (remove_files) COMPLETE
87472026-02-19T22:29:29.011Z[ recovery-image] Feb 19 22:29:27.757 INFO O| Feb 19 22:29:27.757 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87482026-02-19T22:29:29.044Z[ recovery-image] Feb 19 22:29:27.794 INFO O| Feb 19 22:29:27.794 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87492026-02-19T22:29:29.044Z[ recovery-image] Feb 19 22:29:27.794 INFO O| Feb 19 22:29:27.794 INFO STEP 84 (remove_files) COMPLETE
87502026-02-19T22:29:29.045Z[ recovery-image] Feb 19 22:29:27.794 INFO O| Feb 19 22:29:27.794 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87512026-02-19T22:29:29.057Z[ recovery-image] Feb 19 22:29:27.806 INFO O| Feb 19 22:29:27.806 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87522026-02-19T22:29:29.057Z[ recovery-image] Feb 19 22:29:27.806 INFO O| Feb 19 22:29:27.806 INFO STEP 85 (remove_files) COMPLETE
87532026-02-19T22:29:29.057Z[ recovery-image] Feb 19 22:29:27.807 INFO O| Feb 19 22:29:27.806 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87542026-02-19T22:29:29.069Z[ recovery-image] Feb 19 22:29:27.819 INFO O| Feb 19 22:29:27.819 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87552026-02-19T22:29:29.069Z[ recovery-image] Feb 19 22:29:27.819 INFO O| Feb 19 22:29:27.819 INFO STEP 86 (remove_files) COMPLETE
87562026-02-19T22:29:29.073Z[ recovery-image] Feb 19 22:29:27.819 INFO O| Feb 19 22:29:27.819 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87572026-02-19T22:29:29.082Z[ recovery-image] Feb 19 22:29:27.831 INFO O| Feb 19 22:29:27.831 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87582026-02-19T22:29:29.082Z[ recovery-image] Feb 19 22:29:27.831 INFO O| Feb 19 22:29:27.831 INFO STEP 87 (remove_files) COMPLETE
87592026-02-19T22:29:29.085Z[ recovery-image] Feb 19 22:29:27.831 INFO O| Feb 19 22:29:27.831 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87602026-02-19T22:29:29.097Z[ recovery-image] Feb 19 22:29:27.845 INFO O| Feb 19 22:29:27.845 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87612026-02-19T22:29:29.097Z[ recovery-image] Feb 19 22:29:27.845 INFO O| Feb 19 22:29:27.845 INFO STEP 88 (remove_files) COMPLETE
87622026-02-19T22:29:29.100Z[ recovery-image] Feb 19 22:29:27.845 INFO O| Feb 19 22:29:27.845 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87632026-02-19T22:29:29.109Z[ recovery-image] Feb 19 22:29:27.859 INFO O| Feb 19 22:29:27.859 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87642026-02-19T22:29:29.112Z[ recovery-image] Feb 19 22:29:27.859 INFO O| Feb 19 22:29:27.859 INFO STEP 89 (remove_files) COMPLETE
87652026-02-19T22:29:29.112Z[ recovery-image] Feb 19 22:29:27.859 INFO O| Feb 19 22:29:27.859 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87662026-02-19T22:29:29.123Z[ recovery-image] Feb 19 22:29:27.872 INFO O| Feb 19 22:29:27.872 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87672026-02-19T22:29:29.123Z[ recovery-image] Feb 19 22:29:27.872 INFO O| Feb 19 22:29:27.872 INFO STEP 90 (remove_files) COMPLETE
87682026-02-19T22:29:29.126Z[ recovery-image] Feb 19 22:29:27.872 INFO O| Feb 19 22:29:27.872 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87692026-02-19T22:29:29.136Z[ recovery-image] Feb 19 22:29:27.886 INFO O| Feb 19 22:29:27.886 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87702026-02-19T22:29:29.140Z[ recovery-image] Feb 19 22:29:27.886 INFO O| Feb 19 22:29:27.886 INFO STEP 91 (remove_files) COMPLETE
87712026-02-19T22:29:29.140Z[ recovery-image] Feb 19 22:29:27.886 INFO O| Feb 19 22:29:27.886 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87722026-02-19T22:29:29.150Z[ recovery-image] Feb 19 22:29:27.899 INFO O| Feb 19 22:29:27.899 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87732026-02-19T22:29:29.150Z[ recovery-image] Feb 19 22:29:27.900 INFO O| Feb 19 22:29:27.900 INFO STEP 92 (remove_files) COMPLETE
87742026-02-19T22:29:29.150Z[ recovery-image] Feb 19 22:29:27.900 INFO O| Feb 19 22:29:27.900 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87752026-02-19T22:29:29.162Z[ recovery-image] Feb 19 22:29:27.912 INFO O| Feb 19 22:29:27.912 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87762026-02-19T22:29:29.163Z[ recovery-image] Feb 19 22:29:27.912 INFO O| Feb 19 22:29:27.912 INFO STEP 93 (remove_files) COMPLETE
87772026-02-19T22:29:29.163Z[ recovery-image] Feb 19 22:29:27.912 INFO O| Feb 19 22:29:27.912 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87782026-02-19T22:29:29.175Z[ recovery-image] Feb 19 22:29:27.924 INFO O| Feb 19 22:29:27.924 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87792026-02-19T22:29:29.175Z[ recovery-image] Feb 19 22:29:27.924 INFO O| Feb 19 22:29:27.924 INFO STEP 94 (remove_files) COMPLETE
87802026-02-19T22:29:29.175Z[ recovery-image] Feb 19 22:29:27.924 INFO O| Feb 19 22:29:27.924 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87812026-02-19T22:29:29.188Z[ recovery-image] Feb 19 22:29:27.937 INFO O| Feb 19 22:29:27.937 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87822026-02-19T22:29:29.188Z[ recovery-image] Feb 19 22:29:27.937 INFO O| Feb 19 22:29:27.937 INFO STEP 95 (remove_files) COMPLETE
87832026-02-19T22:29:29.188Z[ recovery-image] Feb 19 22:29:27.937 INFO O| Feb 19 22:29:27.937 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87842026-02-19T22:29:29.202Z[ recovery-image] Feb 19 22:29:27.951 INFO O| Feb 19 22:29:27.951 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87852026-02-19T22:29:29.202Z[ recovery-image] Feb 19 22:29:27.951 INFO O| Feb 19 22:29:27.951 INFO STEP 96 (remove_files) COMPLETE
87862026-02-19T22:29:29.207Z[ recovery-image] Feb 19 22:29:27.951 INFO O| Feb 19 22:29:27.951 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87872026-02-19T22:29:29.215Z[ recovery-image] Feb 19 22:29:27.964 INFO O| Feb 19 22:29:27.964 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87882026-02-19T22:29:29.215Z[ recovery-image] Feb 19 22:29:27.965 INFO O| Feb 19 22:29:27.965 INFO STEP 97 (remove_files) COMPLETE
87892026-02-19T22:29:29.219Z[ recovery-image] Feb 19 22:29:27.965 INFO O| Feb 19 22:29:27.965 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87902026-02-19T22:29:29.227Z[ recovery-image] Feb 19 22:29:27.976 INFO O| Feb 19 22:29:27.976 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87912026-02-19T22:29:29.227Z[ recovery-image] Feb 19 22:29:27.976 INFO O| Feb 19 22:29:27.976 INFO STEP 98 (remove_files) COMPLETE
87922026-02-19T22:29:29.230Z[ recovery-image] Feb 19 22:29:27.976 INFO O| Feb 19 22:29:27.976 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87932026-02-19T22:29:29.240Z[ recovery-image] Feb 19 22:29:27.990 INFO O| Feb 19 22:29:27.989 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87942026-02-19T22:29:29.240Z[ recovery-image] Feb 19 22:29:27.990 INFO O| Feb 19 22:29:27.990 INFO STEP 99 (remove_files) COMPLETE
87952026-02-19T22:29:29.240Z[ recovery-image] Feb 19 22:29:27.990 INFO O| Feb 19 22:29:27.990 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87962026-02-19T22:29:29.260Z[ recovery-image] Feb 19 22:29:28.009 INFO O| Feb 19 22:29:28.009 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87972026-02-19T22:29:29.263Z[ recovery-image] Feb 19 22:29:28.012 INFO O| Feb 19 22:29:28.011 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87982026-02-19T22:29:41.873Z[ recovery-image] Feb 19 22:29:40.621 INFO O| Feb 19 22:29:40.621 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
87992026-02-19T22:29:41.873Z[ recovery-image] Feb 19 22:29:40.621 INFO O| Feb 19 22:29:40.621 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88002026-02-19T22:29:41.919Z[ recovery-image] Feb 19 22:29:40.667 INFO O| Feb 19 22:29:40.667 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88012026-02-19T22:29:42.159Z[ recovery-image] Feb 19 22:29:40.907 INFO O| Feb 19 22:29:40.906 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88022026-02-19T22:29:42.309Z[ recovery-image] Feb 19 22:29:41.057 INFO O| Feb 19 22:29:41.057 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88032026-02-19T22:29:42.481Z[ recovery-image] Feb 19 22:29:41.222 INFO O| Feb 19 22:29:41.221 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88042026-02-19T22:29:42.506Z[ recovery-image] Feb 19 22:29:41.222 INFO O| Feb 19 22:29:41.221 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 ...
88052026-02-19T22:29:42.506Z[ recovery-image] Feb 19 22:29:41.224 INFO O| Feb 19 22:29:41.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88062026-02-19T22:29:42.507Z[ recovery-image] Feb 19 22:29:41.224 INFO O| Feb 19 22:29:41.224 INFO ok!
88072026-02-19T22:29:42.507Z[ recovery-image] Feb 19 22:29:41.224 INFO O| Feb 19 22:29:41.224 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88082026-02-19T22:29:42.507Z[ recovery-image] Feb 19 22:29:41.224 INFO O| Feb 19 22:29:41.224 INFO STEP 100 (seed_smf) COMPLETE
88092026-02-19T22:29:42.507Z[ recovery-image] Feb 19 22:29:41.224 INFO O| Feb 19 22:29:41.224 INFO steps complete; finalising image!
88102026-02-19T22:29:42.507Z[ recovery-image] Feb 19 22:29:41.224 INFO O| Feb 19 22:29:41.224 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88112026-02-19T22:29:42.546Z[ recovery-image] Feb 19 22:29:41.294 INFO O| Feb 19 22:29:41.294 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Feb 19 22:29:41 2026)
88122026-02-19T22:29:42.759Z[ recovery-image] Feb 19 22:29:41.502 INFO O| Feb 19 22:29:41.502 INFO trim TEMPORARY-sled-zfs-recovery: (66% trimmed, started at Thu Feb 19 22:29:41 2026)
88132026-02-19T22:29:42.984Z[ recovery-image] Feb 19 22:29:41.731 INFO O| Feb 19 22:29:41.731 INFO temporary pool has 431M used, 1.33G avail, 1.00x compressratio
88142026-02-19T22:29:42.984Z[ recovery-image] Feb 19 22:29:41.731 INFO O| Feb 19 22:29:41.731 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88152026-02-19T22:29:43.884Z[ recovery-image] Feb 19 22:29:42.258 INFO O| Feb 19 22:29:42.258 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
88162026-02-19T22:29:43.884Z[ recovery-image] Feb 19 22:29:42.258 INFO O| Feb 19 22:29:42.258 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88172026-02-19T22:29:48.815Z[ recovery-image] Feb 19 22:29:47.562 INFO O| Feb 19 22:29:47.562 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88182026-02-19T22:29:48.815Z[ recovery-image] Feb 19 22:29:47.563 INFO O| Feb 19 22:29:47.562 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88192026-02-19T22:29:48.862Z[ recovery-image] Feb 19 22:29:47.563 INFO O| Feb 19 22:29:47.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88202026-02-19T22:29:48.862Z[ recovery-image] Feb 19 22:29:47.563 INFO O| Feb 19 22:29:47.562 INFO completed processing sled/zfs-recovery
88212026-02-19T22:29:48.862Z[ recovery-image] Feb 19 22:29:47.563 INFO O| Feb 19 22:29:47.562 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88222026-02-19T22:29:49.836Z[ recovery-image] Feb 19 22:29:48.583 INFO O| Feb 19 22:29:48.583 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88232026-02-19T22:29:49.987Z[ recovery-image] Feb 19 22:29:48.735 INFO BUILD STRING "heads/stlouis-0-gfc2bcb97f5\n"
88242026-02-19T22:29:49.992Z[ recovery-image] Feb 19 22:29:48.738 INFO expanded image name: "recovery 0d8d9b7/${os_short_commit} 2026-02-19 21:30" -> "recovery 0d8d9b7/fc2bcb9 2026-02-19 21:30"
88252026-02-19T22:29:49.996Z[ recovery-image] Feb 19 22:29:48.739 INFO output artefacts stored in: "/work/os-recovery"
88262026-02-19T22:29:49.996Z[ recovery-image] Feb 19 22:29:48.742 INFO collecting git info from project "phbl"...
88272026-02-19T22:29:50.069Z[ recovery-image] Feb 19 22:29:48.816 INFO collecting git info from project "chelsio-t6-roms"...
88282026-02-19T22:29:50.152Z[ recovery-image] Feb 19 22:29:48.899 INFO collecting git info from project "pinprick"...
88292026-02-19T22:29:50.172Z[ recovery-image] Feb 19 22:29:48.920 INFO collecting git info from project "image-builder"...
88302026-02-19T22:29:50.202Z[ recovery-image] Feb 19 22:29:48.949 INFO collecting git info from project "pilot"...
88312026-02-19T22:29:50.275Z[ recovery-image] Feb 19 22:29:49.021 INFO collecting git info from project "amd-host-image-builder"...
88322026-02-19T22:29:50.518Z[ recovery-image] Feb 19 22:29:49.266 INFO collecting git info from project "amd-firmware"...
88332026-02-19T22:29:56.727Z[ recovery-image] Feb 19 22:29:55.473 INFO collecting git info from project "dmar-report"...
88342026-02-19T22:29:56.776Z[ recovery-image] Feb 19 22:29:55.522 INFO collecting git info from project "bootserver"...
88352026-02-19T22:29:56.801Z[ recovery-image] Feb 19 22:29:55.548 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88362026-02-19T22:29:57.557Z[ recovery-image] Feb 19 22:29:56.303 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88372026-02-19T22:29:58.261Z[ recovery-image] Feb 19 22:29:57.003 INFO creating Oxide boot image...
88382026-02-19T22:29:58.266Z[ recovery-image] Feb 19 22:29:57.005 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 0d8d9b7/fc2bcb9 2026-02-19 21:30", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88392026-02-19T22:30:29.789Z[ host-image] Feb 19 22:30:26.569 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23781:20260217T225721Z
88402026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.569 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23781:20260217T225721Z
88412026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.570 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88422026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.570 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88432026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.570 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88442026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.570 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88452026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.570 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88462026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.570 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88472026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.571 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260219T213125Z
88482026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.571 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88492026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.571 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88502026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.571 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23781:20260217T225722Z
88512026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.572 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23781:20260217T225722Z
88522026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.572 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23781:20260217T225723Z
88532026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.573 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23781:20260217T225723Z
88542026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.573 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88552026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.573 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23781:20260217T225723Z
88562026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.573 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23781:20260217T225723Z
88572026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.573 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23781:20260217T225723Z
88582026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.573 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23781:20260217T225723Z
88592026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.573 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23781:20260217T225724Z
88602026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23781:20260217T225724Z
88612026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23781:20260217T225724Z
88622026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23781:20260217T225725Z
88632026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23781:20260217T225726Z
88642026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23781:20260217T225726Z
88652026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23781:20260217T225727Z
88662026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23781:20260217T225727Z
88672026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23781:20260217T225728Z
88682026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23781:20260217T225729Z
88692026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
88702026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23781:20260217T225730Z
88712026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23781:20260217T225732Z
88722026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.574 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23781:20260217T225733Z
88732026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.575 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23781:20260217T225734Z
88742026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.575 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23781:20260217T225735Z
88752026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.575 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23781:20260217T225735Z
88762026-02-19T22:30:29.790Z[ host-image] Feb 19 22:30:26.579 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88772026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.579 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23781:20260217T225736Z
88782026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.579 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
88792026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.579 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88802026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.579 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88812026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.579 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23781:20260217T225736Z
88822026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.579 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88832026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.580 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88842026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.580 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88852026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.580 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88862026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.585 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88872026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.585 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88882026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.585 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88892026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.585 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88902026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.585 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88912026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.586 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88922026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.599 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
88932026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88942026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
88952026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23781:20260217T225738Z
88962026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23781:20260217T225743Z
88972026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
88982026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23781:20260217T225744Z
88992026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89002026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89012026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89022026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89032026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23781:20260217T225744Z
89042026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.600 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89052026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.602 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89062026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.602 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89072026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.602 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89082026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.602 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23781:20260217T225744Z
89092026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.602 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89102026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.607 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89112026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.608 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23781:20260217T225745Z
89122026-02-19T22:30:29.791Z[ host-image] Feb 19 22:30:26.608 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23781:20260217T225745Z
89132026-02-19T22:30:29.792Z[ host-image] Feb 19 22:30:26.609 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23781:20260217T225745Z
89142026-02-19T22:30:29.792Z[ host-image] Feb 19 22:30:26.609 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89152026-02-19T22:30:29.792Z[ host-image] Feb 19 22:30:26.609 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23781:20260217T225746Z
89162026-02-19T22:30:29.792Z[ host-image] Feb 19 22:30:26.609 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23781:20260217T225747Z
89172026-02-19T22:30:29.792Z[ host-image] Feb 19 22:30:26.609 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23781:20260217T225747Z
89182026-02-19T22:30:29.792Z[ host-image] Feb 19 22:30:26.609 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23781:20260217T225747Z
89192026-02-19T22:30:29.792Z[ host-image] Feb 19 22:30:26.611 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89202026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.611 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23781:20260217T225747Z
89212026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.611 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23781:20260217T225748Z
89222026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.611 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89232026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.611 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23781:20260217T225749Z
89242026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.611 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23781:20260217T225749Z
89252026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.611 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23781:20260217T225749Z
89262026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.612 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23781:20260217T225749Z
89272026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.615 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23781:20260217T225749Z
89282026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.615 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89292026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.616 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23781:20260217T225749Z
89302026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.616 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23781:20260217T225749Z
89312026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.616 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23781:20260217T225750Z
89322026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.616 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23781:20260217T225750Z
89332026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.617 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23781:20260217T225750Z
89342026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.617 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23781:20260217T225750Z
89352026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.617 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23781:20260217T225751Z
89362026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.621 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23781:20260217T225752Z
89372026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.621 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23781:20260217T225751Z
89382026-02-19T22:30:29.793Z[ host-image] Feb 19 22:30:26.621 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23781:20260217T225751Z
89392026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.622 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23781:20260217T225751Z
89402026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.622 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23781:20260217T225752Z
89412026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.630 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23781:20260217T225755Z
89422026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.630 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23781:20260217T225752Z
89432026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.630 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23781:20260217T225752Z
89442026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.630 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89452026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.630 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89462026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.641 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23781:20260217T225752Z
89472026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.641 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89482026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.641 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23781:20260217T225753Z
89492026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.642 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23781:20260217T225753Z
89502026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.642 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23781:20260217T225753Z
89512026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.642 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89522026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.642 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89532026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.643 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23781:20260217T225754Z
89542026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.643 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23781:20260217T225754Z
89552026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.643 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23781:20260217T225754Z
89562026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.643 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23781:20260217T225754Z
89572026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.643 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23781:20260217T225755Z
89582026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.643 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23781:20260217T225755Z
89592026-02-19T22:30:29.825Z[ host-image] Feb 19 22:30:26.644 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89602026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.644 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23781:20260217T225755Z
89612026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.645 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23781:20260217T225755Z
89622026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.645 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23781:20260217T225755Z
89632026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.645 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23781:20260217T225757Z
89642026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.645 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23781:20260217T225756Z
89652026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.645 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23781:20260217T225756Z
89662026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.645 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89672026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.645 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89682026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.646 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23781:20260217T225759Z
89692026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.646 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23781:20260217T225759Z
89702026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.646 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89712026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.646 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89722026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.646 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89732026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.646 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89742026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.646 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89752026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.646 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89762026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.648 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
89772026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.648 INFO O| tempdir @ "/tmp/.tmpHIVcHJ/tmp"
89782026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.648 INFO O| image root @ "/tmp/.tmpHIVcHJ/tmp/root"
89792026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:26.648 INFO O| creating image...
89802026-02-19T22:30:29.826Z[ host-image] Feb 19 22:30:27.110 INFO O| copying publishers...
89812026-02-19T22:31:10.699Z[ recovery-image] Feb 19 22:31:09.345 INFO O| ok, image written!
89822026-02-19T22:31:10.715Z[ recovery-image] Feb 19 22:31:09.345 INFO O| ok, boot_image_csum file written!
89832026-02-19T22:31:10.715Z[ recovery-image] Feb 19 22:31:09.361 INFO creating boot archive (CPIO)...
89842026-02-19T22:31:10.715Z[ recovery-image] Feb 19 22:31:09.361 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
89852026-02-19T22:31:10.715Z[ recovery-image] Feb 19 22:31:09.380 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89862026-02-19T22:31:10.715Z[ recovery-image] Feb 19 22:31:09.380 INFO E| + outfile=/work/os-recovery/cpio
89872026-02-19T22:31:10.715Z[ recovery-image] Feb 19 22:31:09.380 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89882026-02-19T22:31:10.715Z[ recovery-image] Feb 19 22:31:09.385 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89892026-02-19T22:31:10.715Z[ recovery-image] Feb 19 22:31:09.385 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89902026-02-19T22:31:10.715Z[ recovery-image] Feb 19 22:31:09.437 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89912026-02-19T22:31:10.716Z[ recovery-image] Feb 19 22:31:09.437 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89922026-02-19T22:31:10.731Z[ recovery-image] Feb 19 22:31:09.447 INFO creating compressed cpio/unix for dev loaders...
89932026-02-19T22:31:10.731Z[ recovery-image] Feb 19 22:31:09.448 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
89942026-02-19T22:31:11.189Z[ recovery-image] Feb 19 22:31:09.927 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
89952026-02-19T22:31:18.124Z[ recovery-image] Feb 19 22:31:16.866 INFO creating reset image...
89962026-02-19T22:31:18.124Z[ recovery-image] Feb 19 22:31:16.866 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
89972026-02-19T22:31:34.212Z[ host-image] Feb 19 22:31:32.952 INFO O| adding properties...
89982026-02-19T22:31:36.621Z[ host-image] Feb 19 22:31:35.361 INFO O| installing packages...
89992026-02-19T22:31:50.764Z[verify-libraries] Finished `release` profile [optimized] target(s) in 30m 48s
90002026-02-19T22:31:51.687ZFeb 19 22:31:50.427 INFO [verify-libraries] process exited with exit status: 0 (1856.925677621s)
90012026-02-19T22:32:00.631Z[ recovery-image] Feb 19 22:31:59.370 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')"
90022026-02-19T22:32:00.635Z[ recovery-image] Feb 19 22:31:59.370 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")
90032026-02-19T22:32:00.854Z[ recovery-image] Feb 19 22:31:59.593 INFO E| Updating crates.io index
90042026-02-19T22:32:01.120Z[ recovery-image] Feb 19 22:31:59.859 INFO E| Downloading crates ...
90052026-02-19T22:32:01.185Z[ recovery-image] Feb 19 22:31:59.924 INFO E| Downloaded anstyle-query v1.1.5
90062026-02-19T22:32:01.194Z[ recovery-image] Feb 19 22:31:59.932 INFO E| Downloaded quote v1.0.44
90072026-02-19T22:32:01.201Z[ recovery-image] Feb 19 22:31:59.937 INFO E| Downloaded proc-macro2 v1.0.106
90082026-02-19T22:32:01.204Z[ recovery-image] Feb 19 22:31:59.940 INFO E| Downloaded shared_child v1.1.1
90092026-02-19T22:32:01.204Z[ recovery-image] Feb 19 22:31:59.943 INFO E| Downloaded duct v1.1.1
90102026-02-19T22:32:01.209Z[ recovery-image] Feb 19 22:31:59.948 INFO E| Downloaded sigchld v0.2.4
90112026-02-19T22:32:01.213Z[ recovery-image] Feb 19 22:31:59.949 INFO E| Downloaded os_pipe v1.2.3
90122026-02-19T22:32:01.213Z[ recovery-image] Feb 19 22:31:59.951 INFO E| Downloaded shared_thread v0.2.0
90132026-02-19T22:32:01.213Z[ recovery-image] Feb 19 22:31:59.952 INFO E| Downloaded clap_lex v0.7.7
90142026-02-19T22:32:01.217Z[ recovery-image] Feb 19 22:31:59.957 INFO E| Downloaded signal-hook-registry v1.4.8
90152026-02-19T22:32:01.221Z[ recovery-image] Feb 19 22:31:59.958 INFO E| Downloaded clap_derive v4.5.55
90162026-02-19T22:32:01.224Z[ recovery-image] Feb 19 22:31:59.961 INFO E| Downloaded unicode-ident v1.0.23
90172026-02-19T22:32:01.227Z[ recovery-image] Feb 19 22:31:59.965 INFO E| Downloaded clap v4.5.57
90182026-02-19T22:32:01.234Z[ recovery-image] Feb 19 22:31:59.973 INFO E| Downloaded clap_builder v4.5.57
90192026-02-19T22:32:01.281Z[ recovery-image] Feb 19 22:32:00.020 INFO E| Compiling libc v0.2.180
90202026-02-19T22:32:01.281Z[ recovery-image] Feb 19 22:32:00.020 INFO E| Compiling proc-macro2 v1.0.106
90212026-02-19T22:32:01.285Z[ recovery-image] Feb 19 22:32:00.020 INFO E| Compiling unicode-ident v1.0.23
90222026-02-19T22:32:01.285Z[ recovery-image] Feb 19 22:32:00.020 INFO E| Compiling signal-hook v0.3.18
90232026-02-19T22:32:01.285Z[ recovery-image] Feb 19 22:32:00.020 INFO E| Compiling quote v1.0.44
90242026-02-19T22:32:01.285Z[ recovery-image] Feb 19 22:32:00.020 INFO E| Compiling utf8parse v0.2.2
90252026-02-19T22:32:01.285Z[ recovery-image] Feb 19 22:32:00.021 INFO E| Compiling anstyle-query v1.1.5
90262026-02-19T22:32:01.285Z[ recovery-image] Feb 19 22:32:00.021 INFO E| Compiling is_terminal_polyfill v1.70.2
90272026-02-19T22:32:01.663Z[ recovery-image] Feb 19 22:32:00.401 INFO E| Compiling anstyle-parse v0.2.7
90282026-02-19T22:32:01.667Z[ recovery-image] Feb 19 22:32:00.402 INFO E| Compiling colorchoice v1.0.4
90292026-02-19T22:32:01.688Z[ recovery-image] Feb 19 22:32:00.426 INFO E| Compiling anstyle v1.0.13
90302026-02-19T22:32:01.691Z[ recovery-image] Feb 19 22:32:00.427 INFO E| Compiling strsim v0.11.1
90312026-02-19T22:32:01.848Z[ recovery-image] Feb 19 22:32:00.587 INFO E| Compiling clap_lex v0.7.7
90322026-02-19T22:32:01.925Z[ recovery-image] Feb 19 22:32:00.664 INFO E| Compiling heck v0.5.0
90332026-02-19T22:32:02.022Z[ recovery-image] Feb 19 22:32:00.752 INFO E| Compiling shared_thread v0.2.0
90342026-02-19T22:32:02.217Z[ recovery-image] Feb 19 22:32:00.955 INFO E| Compiling anstream v0.6.21
90352026-02-19T22:32:02.567Z[ recovery-image] Feb 19 22:32:01.306 INFO E| Compiling clap_builder v4.5.57
90362026-02-19T22:32:02.765Z[ host-image] Feb 19 22:32:01.504 INFO O| seeding SMF database...
90372026-02-19T22:32:02.858Z[ recovery-image] Feb 19 22:32:01.597 INFO E| Compiling errno v0.3.14
90382026-02-19T22:32:02.859Z[ recovery-image] Feb 19 22:32:01.597 INFO E| Compiling os_pipe v1.2.3
90392026-02-19T22:32:03.015Z[ recovery-image] Feb 19 22:32:01.754 INFO E| Compiling signal-hook-registry v1.4.8
90402026-02-19T22:32:03.321Z[ recovery-image] Feb 19 22:32:02.060 INFO E| Compiling syn v2.0.114
90412026-02-19T22:32:03.488Z[ recovery-image] Feb 19 22:32:02.226 INFO E| Compiling sigchld v0.2.4
90422026-02-19T22:32:03.615Z[ recovery-image] Feb 19 22:32:02.354 INFO E| Compiling shared_child v1.1.1
90432026-02-19T22:32:03.785Z[ recovery-image] Feb 19 22:32:02.523 INFO E| Compiling duct v1.1.1
90442026-02-19T22:32:07.233Z[ recovery-image] Feb 19 22:32:05.971 INFO E| Compiling clap_derive v4.5.55
90452026-02-19T22:32:09.084Z[ recovery-image] Feb 19 22:32:07.823 INFO E| Compiling clap v4.5.57
90462026-02-19T22:32:09.150Z[ recovery-image] Feb 19 22:32:07.889 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90472026-02-19T22:32:10.206Z[ recovery-image] Feb 19 22:32:08.945 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.51s
90482026-02-19T22:32:10.219Z[ recovery-image] Feb 19 22:32:08.957 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90492026-02-19T22:32:10.463Z[ host-image] Feb 19 22:32:09.200 INFO O| configuring SMF profile...
90502026-02-19T22:32:10.466Z[ host-image] Feb 19 22:32:09.200 INFO O| modifying shadow(5)...
90512026-02-19T22:32:10.466Z[ host-image] Feb 19 22:32:09.200 INFO O| loading user and group database...
90522026-02-19T22:32:10.466Z[ host-image] Feb 19 22:32:09.200 INFO O| loading facet selections...
90532026-02-19T22:32:10.466Z[ recovery-image] Feb 19 22:32:09.203 INFO E| Downloading crates ...
90542026-02-19T22:32:10.540Z[ recovery-image] Feb 19 22:32:09.278 INFO E| Downloaded cpio_reader v0.1.2
90552026-02-19T22:32:10.543Z[ recovery-image] Feb 19 22:32:09.280 INFO E| Downloaded bitstruct v0.1.1
90562026-02-19T22:32:10.543Z[ recovery-image] Feb 19 22:32:09.282 INFO E| Downloaded bit_field v0.10.3
90572026-02-19T22:32:10.549Z[ recovery-image] Feb 19 22:32:09.288 INFO E| Downloaded bitstruct_derive v0.1.0
90582026-02-19T22:32:10.568Z[ recovery-image] Feb 19 22:32:09.307 INFO E| Downloaded raw-cpuid v10.7.0
90592026-02-19T22:32:10.572Z[ recovery-image] Feb 19 22:32:09.310 INFO E| Downloaded miniz_oxide v0.9.0
90602026-02-19T22:32:10.603Z[ recovery-image] Feb 19 22:32:09.339 INFO E| Downloaded goblin v0.10.4
90612026-02-19T22:32:10.733Z[ recovery-image] Feb 19 22:32:09.472 INFO E| Downloaded x86 v0.52.0
90622026-02-19T22:32:10.780Z[ recovery-image] Feb 19 22:32:09.519 INFO E| Updating crates.io index
90632026-02-19T22:32:10.864Z[ host-image] Feb 19 22:32:09.602 INFO O| devel -> true
90642026-02-19T22:32:10.864Z[ host-image] Feb 19 22:32:09.602 INFO O| doc.man -> true
90652026-02-19T22:32:10.868Z[ host-image] Feb 19 22:32:09.602 INFO O| version-lock.shell/ksh93 -> true
90662026-02-19T22:32:10.868Z[ host-image] Feb 19 22:32:09.602 INFO O| version-lock.system/data/hardware-registry -> true
90672026-02-19T22:32:10.868Z[ host-image] Feb 19 22:32:09.602 INFO O| version-lock.system/data/zoneinfo -> true
90682026-02-19T22:32:10.868Z[ host-image] Feb 19 22:32:09.602 INFO O| version-lock.system/microcode/amd -> true
90692026-02-19T22:32:10.868Z[ host-image] Feb 19 22:32:09.602 INFO O| version-lock.system/microcode/intel -> true
90702026-02-19T22:32:10.868Z[ host-image] Feb 19 22:32:09.602 INFO O| version-lock.system/microcode/oxide -> true
90712026-02-19T22:32:10.868Z[ host-image] Feb 19 22:32:09.602 INFO O| assessing packaged files...
90722026-02-19T22:32:10.968Z[ recovery-image] Feb 19 22:32:09.706 INFO E| Downloading crates ...
90732026-02-19T22:32:11.020Z[ recovery-image] Feb 19 22:32:09.758 INFO E| Downloaded rustc-demangle v0.1.27
90742026-02-19T22:32:11.023Z[ recovery-image] Feb 19 22:32:09.762 INFO E| Downloaded rustc-literal-escaper v0.0.7
90752026-02-19T22:32:11.083Z[ recovery-image] Feb 19 22:32:09.821 INFO E| Downloaded libc v0.2.178
90762026-02-19T22:32:11.160Z[ recovery-image] Feb 19 22:32:09.897 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)
90772026-02-19T22:32:11.160Z[ recovery-image] Feb 19 22:32:09.897 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)
90782026-02-19T22:32:11.163Z[ recovery-image] Feb 19 22:32:09.897 INFO E| Compiling proc-macro2 v1.0.106
90792026-02-19T22:32:11.163Z[ recovery-image] Feb 19 22:32:09.897 INFO E| Compiling unicode-ident v1.0.23
90802026-02-19T22:32:11.163Z[ recovery-image] Feb 19 22:32:09.897 INFO E| Compiling quote v1.0.44
90812026-02-19T22:32:11.163Z[ recovery-image] Feb 19 22:32:09.898 INFO E| Compiling syn v1.0.109
90822026-02-19T22:32:11.164Z[ recovery-image] Feb 19 22:32:09.898 INFO E| Compiling x86 v0.52.0
90832026-02-19T22:32:11.164Z[ recovery-image] Feb 19 22:32:09.898 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
90842026-02-19T22:32:11.474Z[ recovery-image] Feb 19 22:32:10.212 INFO E| Compiling seq-macro v0.3.6
90852026-02-19T22:32:12.799Z[ recovery-image] Feb 19 22:32:11.537 INFO E| Compiling syn v2.0.114
90862026-02-19T22:32:13.622Z[ host-image] Feb 19 22:32:12.360 INFO O| creating archive...
90872026-02-19T22:32:13.650Z[ host-image] Feb 19 22:32:12.388 INFO O| missing from packaging:
90882026-02-19T22:32:13.650Z[ host-image] Feb 19 22:32:12.388 INFO O| "etc/.pwd.lock"
90892026-02-19T22:32:13.654Z[ host-image] Feb 19 22:32:12.389 INFO O| "etc/bash"
90902026-02-19T22:32:13.658Z[ host-image] Feb 19 22:32:12.393 INFO O| "etc/svc/profile/generic.xml"
90912026-02-19T22:32:13.658Z[ host-image] Feb 19 22:32:12.394 INFO O| "etc/svc/profile/inetd_services.xml"
90922026-02-19T22:32:13.658Z[ host-image] Feb 19 22:32:12.394 INFO O| "etc/svc/profile/name_service.xml"
90932026-02-19T22:32:13.658Z[ host-image] Feb 19 22:32:12.394 INFO O| "etc/svc/profile/platform.xml"
90942026-02-19T22:32:13.658Z[ host-image] Feb 19 22:32:12.394 INFO O| "etc/svc/profile/platform_omicron1.xml"
90952026-02-19T22:32:13.658Z[ host-image] Feb 19 22:32:12.394 INFO O| "etc/svc/repository.db"
90962026-02-19T22:32:13.664Z[ host-image] Feb 19 22:32:12.402 INFO O| "opt/ooce/share"
90972026-02-19T22:32:13.667Z[ host-image] Feb 19 22:32:12.402 INFO O| "opt/ooce/share/man"
90982026-02-19T22:32:13.667Z[ host-image] Feb 19 22:32:12.402 INFO O| "opt/ooce/share/man/man1"
90992026-02-19T22:32:13.679Z[ host-image] Feb 19 22:32:12.417 INFO O| finishing archive...
91002026-02-19T22:32:15.207Z[ recovery-image] Feb 19 22:32:13.945 INFO E| Compiling scroll_derive v0.13.1
91012026-02-19T22:32:16.908Z[ host-image] Feb 19 22:32:15.646 INFO O| creating gzonly manifest...
91022026-02-19T22:32:16.923Z[ host-image] Feb 19 22:32:15.659 INFO O| ok
91032026-02-19T22:32:17.168Z[ host-image] Feb 19 22:32:15.905 INFO image builder template: ramdisk-02-trim...
91042026-02-19T22:32:17.168Z[ host-image] Feb 19 22:32:15.905 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/.tmpwYIS1K/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
91052026-02-19T22:32:17.196Z[ host-image] Feb 19 22:32:15.933 INFO O| Feb 19 22:32:15.933 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91062026-02-19T22:32:17.199Z[ host-image] Feb 19 22:32:15.937 INFO O| Feb 19 22:32:15.937 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91072026-02-19T22:32:17.301Z[ host-image] Feb 19 22:32:16.039 INFO O| Feb 19 22:32:16.039 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91082026-02-19T22:32:17.312Z[ recovery-image] Feb 19 22:32:16.050 INFO E| Compiling bitstruct_derive v0.1.0
91092026-02-19T22:32:17.393Z[ host-image] Feb 19 22:32:16.131 INFO O| Feb 19 22:32:16.131 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91102026-02-19T22:32:17.393Z[ host-image] Feb 19 22:32:16.131 INFO O| Feb 19 22:32:16.131 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91112026-02-19T22:32:17.399Z[ host-image] Feb 19 22:32:16.137 INFO O| Feb 19 22:32:16.137 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91122026-02-19T22:32:17.402Z[ host-image] Feb 19 22:32:16.140 INFO O| Feb 19 22:32:16.140 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91132026-02-19T22:32:17.408Z[ host-image] Feb 19 22:32:16.146 INFO O| Feb 19 22:32:16.146 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91142026-02-19T22:32:17.757Z[ host-image] Feb 19 22:32:16.494 INFO O| Feb 19 22:32:16.494 INFO rolled back to input snapshot; work may begin
91152026-02-19T22:32:17.757Z[ host-image] Feb 19 22:32:16.494 INFO O| Feb 19 22:32:16.494 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91162026-02-19T22:32:17.763Z[ host-image] Feb 19 22:32:16.501 INFO O| Feb 19 22:32:16.501 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91172026-02-19T22:32:17.771Z[ host-image] Feb 19 22:32:16.509 INFO O| Feb 19 22:32:16.509 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91182026-02-19T22:32:17.831Z[ host-image] Feb 19 22:32:16.567 INFO O| Feb 19 22:32:16.567 INFO STEP 0 (remove_files) COMPLETE
91192026-02-19T22:32:17.831Z[ host-image] Feb 19 22:32:16.567 INFO O| Feb 19 22:32:16.567 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91202026-02-19T22:32:17.839Z[ host-image] Feb 19 22:32:16.577 INFO O| Feb 19 22:32:16.577 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91212026-02-19T22:32:17.843Z[ host-image] Feb 19 22:32:16.579 INFO O| Feb 19 22:32:16.579 INFO STEP 1 (remove_files) COMPLETE
91222026-02-19T22:32:17.843Z[ host-image] Feb 19 22:32:16.579 INFO O| Feb 19 22:32:16.579 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91232026-02-19T22:32:17.849Z[ host-image] Feb 19 22:32:16.587 INFO O| Feb 19 22:32:16.587 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91242026-02-19T22:32:17.864Z[ host-image] Feb 19 22:32:16.602 INFO O| Feb 19 22:32:16.602 INFO STEP 2 (remove_files) COMPLETE
91252026-02-19T22:32:17.864Z[ host-image] Feb 19 22:32:16.602 INFO O| Feb 19 22:32:16.602 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91262026-02-19T22:32:17.873Z[ host-image] Feb 19 22:32:16.611 INFO O| Feb 19 22:32:16.611 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91272026-02-19T22:32:17.877Z[ host-image] Feb 19 22:32:16.613 INFO O| Feb 19 22:32:16.613 INFO STEP 3 (remove_files) COMPLETE
91282026-02-19T22:32:17.877Z[ host-image] Feb 19 22:32:16.613 INFO O| Feb 19 22:32:16.613 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292026-02-19T22:32:17.885Z[ host-image] Feb 19 22:32:16.623 INFO O| Feb 19 22:32:16.623 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91302026-02-19T22:32:17.889Z[ host-image] Feb 19 22:32:16.627 INFO O| Feb 19 22:32:16.627 INFO STEP 4 (remove_files) COMPLETE
91312026-02-19T22:32:17.892Z[ host-image] Feb 19 22:32:16.627 INFO O| Feb 19 22:32:16.627 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322026-02-19T22:32:17.899Z[ host-image] Feb 19 22:32:16.637 INFO O| Feb 19 22:32:16.637 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91332026-02-19T22:32:17.905Z[ host-image] Feb 19 22:32:16.641 INFO O| Feb 19 22:32:16.641 INFO STEP 5 (remove_files) COMPLETE
91342026-02-19T22:32:17.905Z[ host-image] Feb 19 22:32:16.641 INFO O| Feb 19 22:32:16.641 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352026-02-19T22:32:17.916Z[ host-image] Feb 19 22:32:16.650 INFO O| Feb 19 22:32:16.650 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91362026-02-19T22:32:17.922Z[ host-image] Feb 19 22:32:16.660 INFO O| Feb 19 22:32:16.660 INFO STEP 6 (remove_files) COMPLETE
91372026-02-19T22:32:17.925Z[ host-image] Feb 19 22:32:16.660 INFO O| Feb 19 22:32:16.660 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382026-02-19T22:32:17.933Z[ host-image] Feb 19 22:32:16.670 INFO O| Feb 19 22:32:16.670 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91392026-02-19T22:32:17.945Z[ host-image] Feb 19 22:32:16.683 INFO O| Feb 19 22:32:16.683 INFO STEP 7 (remove_files) COMPLETE
91402026-02-19T22:32:17.945Z[ host-image] Feb 19 22:32:16.683 INFO O| Feb 19 22:32:16.683 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412026-02-19T22:32:17.953Z[ host-image] Feb 19 22:32:16.691 INFO O| Feb 19 22:32:16.691 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91422026-02-19T22:32:18.038Z[ host-image] Feb 19 22:32:16.776 INFO O| Feb 19 22:32:16.776 INFO STEP 8 (remove_files) COMPLETE
91432026-02-19T22:32:18.038Z[ host-image] Feb 19 22:32:16.776 INFO O| Feb 19 22:32:16.776 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91442026-02-19T22:32:18.048Z[ host-image] Feb 19 22:32:16.786 INFO O| Feb 19 22:32:16.786 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91452026-02-19T22:32:18.148Z[ host-image] Feb 19 22:32:16.886 INFO O| Feb 19 22:32:16.886 INFO STEP 9 (remove_files) COMPLETE
91462026-02-19T22:32:18.149Z[ host-image] Feb 19 22:32:16.886 INFO O| Feb 19 22:32:16.886 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472026-02-19T22:32:18.157Z[ host-image] Feb 19 22:32:16.895 INFO O| Feb 19 22:32:16.895 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91482026-02-19T22:32:18.162Z[ host-image] Feb 19 22:32:16.900 INFO O| Feb 19 22:32:16.900 INFO STEP 10 (remove_files) COMPLETE
91492026-02-19T22:32:18.162Z[ host-image] Feb 19 22:32:16.900 INFO O| Feb 19 22:32:16.900 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91502026-02-19T22:32:18.173Z[ host-image] Feb 19 22:32:16.911 INFO O| Feb 19 22:32:16.911 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91512026-02-19T22:32:18.176Z[ host-image] Feb 19 22:32:16.912 INFO O| Feb 19 22:32:16.912 INFO STEP 11 (remove_files) COMPLETE
91522026-02-19T22:32:18.176Z[ host-image] Feb 19 22:32:16.912 INFO O| Feb 19 22:32:16.912 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532026-02-19T22:32:18.185Z[ host-image] Feb 19 22:32:16.923 INFO O| Feb 19 22:32:16.923 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91542026-02-19T22:32:18.188Z[ host-image] Feb 19 22:32:16.924 INFO O| Feb 19 22:32:16.924 INFO STEP 12 (remove_files) COMPLETE
91552026-02-19T22:32:18.188Z[ host-image] Feb 19 22:32:16.924 INFO O| Feb 19 22:32:16.924 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562026-02-19T22:32:18.379Z[ host-image] Feb 19 22:32:17.116 INFO O| Feb 19 22:32:17.116 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91572026-02-19T22:32:18.382Z[ host-image] Feb 19 22:32:17.120 INFO O| Feb 19 22:32:17.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91582026-02-19T22:32:18.407Z[ host-image] Feb 19 22:32:17.145 INFO O| Feb 19 22:32:17.145 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91592026-02-19T22:32:18.415Z[ host-image] Feb 19 22:32:17.153 INFO O| Feb 19 22:32:17.153 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91602026-02-19T22:32:18.486Z[ host-image] Feb 19 22:32:17.224 INFO O| Feb 19 22:32:17.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91612026-02-19T22:32:18.489Z[ host-image] Feb 19 22:32:17.224 INFO O| Feb 19 22:32:17.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91622026-02-19T22:32:18.489Z[ host-image] Feb 19 22:32:17.224 INFO O| Feb 19 22:32:17.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91632026-02-19T22:32:18.489Z[ host-image] Feb 19 22:32:17.224 INFO O| Feb 19 22:32:17.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91642026-02-19T22:32:18.489Z[ host-image] Feb 19 22:32:17.224 INFO O| Feb 19 22:32:17.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91652026-02-19T22:32:18.489Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91662026-02-19T22:32:18.489Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91672026-02-19T22:32:18.489Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91682026-02-19T22:32:18.490Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91692026-02-19T22:32:18.490Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91702026-02-19T22:32:18.490Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91712026-02-19T22:32:18.490Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91722026-02-19T22:32:18.490Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91732026-02-19T22:32:18.490Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91742026-02-19T22:32:18.490Z[ host-image] Feb 19 22:32:17.225 INFO O| Feb 19 22:32:17.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91752026-02-19T22:32:18.490Z[ host-image] Feb 19 22:32:17.226 INFO O| Feb 19 22:32:17.226 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91762026-02-19T22:32:18.497Z[ host-image] Feb 19 22:32:17.235 INFO O| Feb 19 22:32:17.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91772026-02-19T22:32:18.502Z[ host-image] Feb 19 22:32:17.240 INFO O| Feb 19 22:32:17.240 INFO STEP 13 (remove_files) COMPLETE
91782026-02-19T22:32:18.502Z[ host-image] Feb 19 22:32:17.240 INFO O| Feb 19 22:32:17.240 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91792026-02-19T22:32:18.514Z[ host-image] Feb 19 22:32:17.249 INFO O| Feb 19 22:32:17.249 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91802026-02-19T22:32:18.517Z[ host-image] Feb 19 22:32:17.250 INFO O| Feb 19 22:32:17.250 INFO STEP 14 (remove_files) COMPLETE
91812026-02-19T22:32:18.517Z[ host-image] Feb 19 22:32:17.250 INFO O| Feb 19 22:32:17.250 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91822026-02-19T22:32:18.520Z[ host-image] Feb 19 22:32:17.257 INFO O| Feb 19 22:32:17.257 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91832026-02-19T22:32:18.526Z[ host-image] Feb 19 22:32:17.265 INFO O| Feb 19 22:32:17.265 INFO STEP 15 (remove_files) COMPLETE
91842026-02-19T22:32:18.526Z[ host-image] Feb 19 22:32:17.265 INFO O| Feb 19 22:32:17.265 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852026-02-19T22:32:18.536Z[ host-image] Feb 19 22:32:17.274 INFO O| Feb 19 22:32:17.274 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91862026-02-19T22:32:18.540Z[ host-image] Feb 19 22:32:17.274 INFO O| Feb 19 22:32:17.274 INFO STEP 16 (remove_files) COMPLETE
91872026-02-19T22:32:18.540Z[ host-image] Feb 19 22:32:17.274 INFO O| Feb 19 22:32:17.274 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91882026-02-19T22:32:18.546Z[ host-image] Feb 19 22:32:17.284 INFO O| Feb 19 22:32:17.284 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91892026-02-19T22:32:18.549Z[ host-image] Feb 19 22:32:17.285 INFO O| Feb 19 22:32:17.285 INFO STEP 17 (remove_files) COMPLETE
91902026-02-19T22:32:18.549Z[ host-image] Feb 19 22:32:17.285 INFO O| Feb 19 22:32:17.285 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91912026-02-19T22:32:18.594Z[ host-image] Feb 19 22:32:17.293 INFO O| Feb 19 22:32:17.293 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91922026-02-19T22:32:18.594Z[ host-image] Feb 19 22:32:17.293 INFO O| Feb 19 22:32:17.293 INFO STEP 18 (remove_files) COMPLETE
91932026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.293 INFO O| Feb 19 22:32:17.293 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91942026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.301 INFO O| Feb 19 22:32:17.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91952026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.301 INFO O| Feb 19 22:32:17.301 INFO STEP 19 (remove_files) COMPLETE
91962026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.301 INFO O| Feb 19 22:32:17.301 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.308 INFO O| Feb 19 22:32:17.308 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91982026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.308 INFO O| Feb 19 22:32:17.308 INFO STEP 20 (remove_files) COMPLETE
91992026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.308 INFO O| Feb 19 22:32:17.308 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92002026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.316 INFO O| Feb 19 22:32:17.316 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92012026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.316 INFO O| Feb 19 22:32:17.316 INFO STEP 21 (remove_files) COMPLETE
92022026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.316 INFO O| Feb 19 22:32:17.316 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92032026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.323 INFO O| Feb 19 22:32:17.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92042026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.323 INFO O| Feb 19 22:32:17.323 INFO STEP 22 (remove_files) COMPLETE
92052026-02-19T22:32:18.595Z[ host-image] Feb 19 22:32:17.323 INFO O| Feb 19 22:32:17.323 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062026-02-19T22:32:18.599Z[ host-image] Feb 19 22:32:17.331 INFO O| Feb 19 22:32:17.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92072026-02-19T22:32:18.599Z[ host-image] Feb 19 22:32:17.331 INFO O| Feb 19 22:32:17.331 INFO STEP 23 (remove_files) COMPLETE
92082026-02-19T22:32:18.599Z[ host-image] Feb 19 22:32:17.331 INFO O| Feb 19 22:32:17.331 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092026-02-19T22:32:18.602Z[ host-image] Feb 19 22:32:17.339 INFO O| Feb 19 22:32:17.339 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92102026-02-19T22:32:18.602Z[ host-image] Feb 19 22:32:17.339 INFO O| Feb 19 22:32:17.339 INFO STEP 24 (remove_files) COMPLETE
92112026-02-19T22:32:18.602Z[ host-image] Feb 19 22:32:17.339 INFO O| Feb 19 22:32:17.339 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122026-02-19T22:32:18.610Z[ host-image] Feb 19 22:32:17.349 INFO O| Feb 19 22:32:17.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92132026-02-19T22:32:18.611Z[ host-image] Feb 19 22:32:17.349 INFO O| Feb 19 22:32:17.349 INFO STEP 25 (remove_files) COMPLETE
92142026-02-19T22:32:18.614Z[ host-image] Feb 19 22:32:17.349 INFO O| Feb 19 22:32:17.349 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152026-02-19T22:32:18.618Z[ host-image] Feb 19 22:32:17.356 INFO O| Feb 19 22:32:17.356 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92162026-02-19T22:32:18.618Z[ host-image] Feb 19 22:32:17.356 INFO O| Feb 19 22:32:17.356 INFO STEP 26 (remove_files) COMPLETE
92172026-02-19T22:32:18.618Z[ host-image] Feb 19 22:32:17.356 INFO O| Feb 19 22:32:17.356 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92182026-02-19T22:32:18.625Z[ host-image] Feb 19 22:32:17.363 INFO O| Feb 19 22:32:17.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92192026-02-19T22:32:18.625Z[ host-image] Feb 19 22:32:17.363 INFO O| Feb 19 22:32:17.363 INFO STEP 27 (remove_files) COMPLETE
92202026-02-19T22:32:18.630Z[ host-image] Feb 19 22:32:17.363 INFO O| Feb 19 22:32:17.363 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212026-02-19T22:32:18.633Z[ host-image] Feb 19 22:32:17.371 INFO O| Feb 19 22:32:17.371 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92222026-02-19T22:32:18.633Z[ host-image] Feb 19 22:32:17.371 INFO O| Feb 19 22:32:17.371 INFO STEP 28 (remove_files) COMPLETE
92232026-02-19T22:32:18.638Z[ host-image] Feb 19 22:32:17.371 INFO O| Feb 19 22:32:17.371 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242026-02-19T22:32:18.643Z[ host-image] Feb 19 22:32:17.381 INFO O| Feb 19 22:32:17.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92252026-02-19T22:32:18.643Z[ host-image] Feb 19 22:32:17.381 INFO O| Feb 19 22:32:17.381 INFO STEP 29 (remove_files) COMPLETE
92262026-02-19T22:32:18.643Z[ host-image] Feb 19 22:32:17.381 INFO O| Feb 19 22:32:17.381 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92272026-02-19T22:32:18.651Z[ host-image] Feb 19 22:32:17.389 INFO O| Feb 19 22:32:17.389 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92282026-02-19T22:32:18.651Z[ host-image] Feb 19 22:32:17.389 INFO O| Feb 19 22:32:17.389 INFO STEP 30 (remove_files) COMPLETE
92292026-02-19T22:32:18.655Z[ host-image] Feb 19 22:32:17.389 INFO O| Feb 19 22:32:17.389 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92302026-02-19T22:32:18.659Z[ host-image] Feb 19 22:32:17.398 INFO O| Feb 19 22:32:17.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92312026-02-19T22:32:18.659Z[ host-image] Feb 19 22:32:17.398 INFO O| Feb 19 22:32:17.398 INFO STEP 31 (remove_files) COMPLETE
92322026-02-19T22:32:18.663Z[ host-image] Feb 19 22:32:17.398 INFO O| Feb 19 22:32:17.398 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92332026-02-19T22:32:18.667Z[ host-image] Feb 19 22:32:17.405 INFO O| Feb 19 22:32:17.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92342026-02-19T22:32:18.670Z[ host-image] Feb 19 22:32:17.405 INFO O| Feb 19 22:32:17.405 INFO STEP 32 (remove_files) COMPLETE
92352026-02-19T22:32:18.670Z[ host-image] Feb 19 22:32:17.405 INFO O| Feb 19 22:32:17.405 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92362026-02-19T22:32:18.675Z[ host-image] Feb 19 22:32:17.413 INFO O| Feb 19 22:32:17.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92372026-02-19T22:32:18.679Z[ host-image] Feb 19 22:32:17.413 INFO O| Feb 19 22:32:17.413 INFO STEP 33 (remove_files) COMPLETE
92382026-02-19T22:32:18.679Z[ host-image] Feb 19 22:32:17.413 INFO O| Feb 19 22:32:17.413 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92392026-02-19T22:32:18.682Z[ host-image] Feb 19 22:32:17.420 INFO O| Feb 19 22:32:17.420 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92402026-02-19T22:32:18.682Z[ host-image] Feb 19 22:32:17.420 INFO O| Feb 19 22:32:17.420 INFO STEP 34 (remove_files) COMPLETE
92412026-02-19T22:32:18.686Z[ host-image] Feb 19 22:32:17.420 INFO O| Feb 19 22:32:17.420 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92422026-02-19T22:32:18.689Z[ host-image] Feb 19 22:32:17.428 INFO O| Feb 19 22:32:17.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92432026-02-19T22:32:18.693Z[ host-image] Feb 19 22:32:17.428 INFO O| Feb 19 22:32:17.428 INFO STEP 35 (remove_files) COMPLETE
92442026-02-19T22:32:18.694Z[ host-image] Feb 19 22:32:17.428 INFO O| Feb 19 22:32:17.428 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92452026-02-19T22:32:18.697Z[ host-image] Feb 19 22:32:17.435 INFO O| Feb 19 22:32:17.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92462026-02-19T22:32:18.697Z[ host-image] Feb 19 22:32:17.435 INFO O| Feb 19 22:32:17.435 INFO STEP 36 (remove_files) COMPLETE
92472026-02-19T22:32:18.697Z[ host-image] Feb 19 22:32:17.435 INFO O| Feb 19 22:32:17.435 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92482026-02-19T22:32:18.705Z[ host-image] Feb 19 22:32:17.443 INFO O| Feb 19 22:32:17.443 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92492026-02-19T22:32:18.705Z[ host-image] Feb 19 22:32:17.443 INFO O| Feb 19 22:32:17.443 INFO STEP 37 (remove_files) COMPLETE
92502026-02-19T22:32:18.708Z[ host-image] Feb 19 22:32:17.443 INFO O| Feb 19 22:32:17.443 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92512026-02-19T22:32:18.712Z[ host-image] Feb 19 22:32:17.451 INFO O| Feb 19 22:32:17.450 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92522026-02-19T22:32:18.712Z[ host-image] Feb 19 22:32:17.451 INFO O| Feb 19 22:32:17.451 INFO STEP 38 (remove_files) COMPLETE
92532026-02-19T22:32:18.716Z[ host-image] Feb 19 22:32:17.451 INFO O| Feb 19 22:32:17.451 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92542026-02-19T22:32:18.722Z[ host-image] Feb 19 22:32:17.458 INFO O| Feb 19 22:32:17.458 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92552026-02-19T22:32:18.725Z[ host-image] Feb 19 22:32:17.458 INFO O| Feb 19 22:32:17.458 INFO STEP 39 (remove_files) COMPLETE
92562026-02-19T22:32:18.725Z[ host-image] Feb 19 22:32:17.458 INFO O| Feb 19 22:32:17.458 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92572026-02-19T22:32:18.729Z[ host-image] Feb 19 22:32:17.466 INFO O| Feb 19 22:32:17.466 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92582026-02-19T22:32:18.729Z[ host-image] Feb 19 22:32:17.466 INFO O| Feb 19 22:32:17.466 INFO STEP 40 (remove_files) COMPLETE
92592026-02-19T22:32:18.729Z[ host-image] Feb 19 22:32:17.466 INFO O| Feb 19 22:32:17.466 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92602026-02-19T22:32:18.735Z[ host-image] Feb 19 22:32:17.474 INFO O| Feb 19 22:32:17.474 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92612026-02-19T22:32:18.740Z[ host-image] Feb 19 22:32:17.474 INFO O| Feb 19 22:32:17.474 INFO STEP 41 (remove_files) COMPLETE
92622026-02-19T22:32:18.740Z[ host-image] Feb 19 22:32:17.474 INFO O| Feb 19 22:32:17.474 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92632026-02-19T22:32:18.744Z[ host-image] Feb 19 22:32:17.481 INFO O| Feb 19 22:32:17.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92642026-02-19T22:32:18.744Z[ host-image] Feb 19 22:32:17.481 INFO O| Feb 19 22:32:17.481 INFO STEP 42 (remove_files) COMPLETE
92652026-02-19T22:32:18.744Z[ host-image] Feb 19 22:32:17.481 INFO O| Feb 19 22:32:17.481 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92662026-02-19T22:32:18.750Z[ host-image] Feb 19 22:32:17.488 INFO O| Feb 19 22:32:17.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92672026-02-19T22:32:18.754Z[ host-image] Feb 19 22:32:17.488 INFO O| Feb 19 22:32:17.488 INFO STEP 43 (remove_files) COMPLETE
92682026-02-19T22:32:18.754Z[ host-image] Feb 19 22:32:17.488 INFO O| Feb 19 22:32:17.488 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92692026-02-19T22:32:18.760Z[ host-image] Feb 19 22:32:17.498 INFO O| Feb 19 22:32:17.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92702026-02-19T22:32:18.764Z[ host-image] Feb 19 22:32:17.498 INFO O| Feb 19 22:32:17.498 INFO STEP 44 (remove_files) COMPLETE
92712026-02-19T22:32:18.764Z[ host-image] Feb 19 22:32:17.499 INFO O| Feb 19 22:32:17.498 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92722026-02-19T22:32:18.768Z[ host-image] Feb 19 22:32:17.506 INFO O| Feb 19 22:32:17.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92732026-02-19T22:32:18.768Z[ host-image] Feb 19 22:32:17.506 INFO O| Feb 19 22:32:17.506 INFO STEP 45 (remove_files) COMPLETE
92742026-02-19T22:32:18.768Z[ host-image] Feb 19 22:32:17.506 INFO O| Feb 19 22:32:17.506 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92752026-02-19T22:32:18.779Z[ host-image] Feb 19 22:32:17.516 INFO O| Feb 19 22:32:17.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92762026-02-19T22:32:18.784Z[ host-image] Feb 19 22:32:17.516 INFO O| Feb 19 22:32:17.516 INFO STEP 46 (remove_files) COMPLETE
92772026-02-19T22:32:18.784Z[ host-image] Feb 19 22:32:17.516 INFO O| Feb 19 22:32:17.516 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92782026-02-19T22:32:18.787Z[ host-image] Feb 19 22:32:17.524 INFO O| Feb 19 22:32:17.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92792026-02-19T22:32:18.787Z[ host-image] Feb 19 22:32:17.524 INFO O| Feb 19 22:32:17.524 INFO STEP 47 (remove_files) COMPLETE
92802026-02-19T22:32:18.787Z[ host-image] Feb 19 22:32:17.524 INFO O| Feb 19 22:32:17.524 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92812026-02-19T22:32:18.795Z[ host-image] Feb 19 22:32:17.534 INFO O| Feb 19 22:32:17.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92822026-02-19T22:32:18.795Z[ host-image] Feb 19 22:32:17.534 INFO O| Feb 19 22:32:17.534 INFO STEP 48 (remove_files) COMPLETE
92832026-02-19T22:32:18.800Z[ host-image] Feb 19 22:32:17.534 INFO O| Feb 19 22:32:17.534 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92842026-02-19T22:32:18.803Z[ host-image] Feb 19 22:32:17.541 INFO O| Feb 19 22:32:17.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92852026-02-19T22:32:18.803Z[ host-image] Feb 19 22:32:17.541 INFO O| Feb 19 22:32:17.541 INFO STEP 49 (remove_files) COMPLETE
92862026-02-19T22:32:18.803Z[ host-image] Feb 19 22:32:17.541 INFO O| Feb 19 22:32:17.541 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92872026-02-19T22:32:18.811Z[ host-image] Feb 19 22:32:17.549 INFO O| Feb 19 22:32:17.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92882026-02-19T22:32:18.811Z[ host-image] Feb 19 22:32:17.549 INFO O| Feb 19 22:32:17.549 INFO STEP 50 (remove_files) COMPLETE
92892026-02-19T22:32:18.814Z[ host-image] Feb 19 22:32:17.549 INFO O| Feb 19 22:32:17.549 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92902026-02-19T22:32:18.821Z[ host-image] Feb 19 22:32:17.559 INFO O| Feb 19 22:32:17.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92912026-02-19T22:32:18.821Z[ host-image] Feb 19 22:32:17.559 INFO O| Feb 19 22:32:17.559 INFO STEP 51 (remove_files) COMPLETE
92922026-02-19T22:32:18.825Z[ host-image] Feb 19 22:32:17.559 INFO O| Feb 19 22:32:17.559 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92932026-02-19T22:32:18.829Z[ host-image] Feb 19 22:32:17.567 INFO O| Feb 19 22:32:17.567 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92942026-02-19T22:32:18.832Z[ host-image] Feb 19 22:32:17.567 INFO O| Feb 19 22:32:17.567 INFO STEP 52 (remove_files) COMPLETE
92952026-02-19T22:32:18.832Z[ host-image] Feb 19 22:32:17.567 INFO O| Feb 19 22:32:17.567 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962026-02-19T22:32:18.836Z[ host-image] Feb 19 22:32:17.574 INFO O| Feb 19 22:32:17.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92972026-02-19T22:32:18.856Z[ host-image] Feb 19 22:32:17.575 INFO O| Feb 19 22:32:17.574 INFO STEP 53 (remove_files) COMPLETE
92982026-02-19T22:32:18.856Z[ host-image] Feb 19 22:32:17.575 INFO O| Feb 19 22:32:17.575 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92992026-02-19T22:32:18.864Z[ host-image] Feb 19 22:32:17.583 INFO O| Feb 19 22:32:17.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93002026-02-19T22:32:18.864Z[ host-image] Feb 19 22:32:17.583 INFO O| Feb 19 22:32:17.583 INFO STEP 54 (remove_files) COMPLETE
93012026-02-19T22:32:18.864Z[ host-image] Feb 19 22:32:17.583 INFO O| Feb 19 22:32:17.583 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93022026-02-19T22:32:18.864Z[ host-image] Feb 19 22:32:17.592 INFO O| Feb 19 22:32:17.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93032026-02-19T22:32:18.864Z[ host-image] Feb 19 22:32:17.592 INFO O| Feb 19 22:32:17.592 INFO STEP 55 (remove_files) COMPLETE
93042026-02-19T22:32:18.864Z[ host-image] Feb 19 22:32:17.592 INFO O| Feb 19 22:32:17.592 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93052026-02-19T22:32:18.864Z[ host-image] Feb 19 22:32:17.600 INFO O| Feb 19 22:32:17.600 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93062026-02-19T22:32:18.864Z[ host-image] Feb 19 22:32:17.600 INFO O| Feb 19 22:32:17.600 INFO STEP 56 (remove_files) COMPLETE
93072026-02-19T22:32:18.864Z[ host-image] Feb 19 22:32:17.600 INFO O| Feb 19 22:32:17.600 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93082026-02-19T22:32:18.869Z[ host-image] Feb 19 22:32:17.607 INFO O| Feb 19 22:32:17.607 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93092026-02-19T22:32:18.870Z[ host-image] Feb 19 22:32:17.607 INFO O| Feb 19 22:32:17.607 INFO STEP 57 (remove_files) COMPLETE
93102026-02-19T22:32:18.874Z[ host-image] Feb 19 22:32:17.607 INFO O| Feb 19 22:32:17.607 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93112026-02-19T22:32:18.878Z[ host-image] Feb 19 22:32:17.615 INFO O| Feb 19 22:32:17.615 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93122026-02-19T22:32:18.878Z[ host-image] Feb 19 22:32:17.615 INFO O| Feb 19 22:32:17.615 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93132026-02-19T22:32:18.878Z[ host-image] Feb 19 22:32:17.615 INFO O| Feb 19 22:32:17.615 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93142026-02-19T22:32:18.878Z[ host-image] Feb 19 22:32:17.615 INFO O| Feb 19 22:32:17.615 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93152026-02-19T22:32:18.878Z[ host-image] Feb 19 22:32:17.615 INFO O| Feb 19 22:32:17.615 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93162026-02-19T22:32:18.878Z[ host-image] Feb 19 22:32:17.615 INFO O| Feb 19 22:32:17.615 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93172026-02-19T22:32:18.878Z[ host-image] Feb 19 22:32:17.615 INFO O| Feb 19 22:32:17.615 INFO ok!
93182026-02-19T22:32:18.878Z[ host-image] Feb 19 22:32:17.615 INFO O| Feb 19 22:32:17.615 INFO STEP 58 (ensure_file) COMPLETE
93192026-02-19T22:32:18.878Z[ host-image] Feb 19 22:32:17.616 INFO O| Feb 19 22:32:17.615 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93202026-02-19T22:32:18.887Z[ host-image] Feb 19 22:32:17.623 INFO O| Feb 19 22:32:17.623 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93212026-02-19T22:32:18.887Z[ host-image] Feb 19 22:32:17.623 INFO O| Feb 19 22:32:17.623 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93222026-02-19T22:32:18.892Z[ host-image] Feb 19 22:32:17.623 INFO O| Feb 19 22:32:17.623 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93232026-02-19T22:32:18.892Z[ host-image] Feb 19 22:32:17.623 INFO O| Feb 19 22:32:17.623 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93242026-02-19T22:32:18.892Z[ host-image] Feb 19 22:32:17.623 INFO O| Feb 19 22:32:17.623 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93252026-02-19T22:32:18.892Z[ host-image] Feb 19 22:32:17.623 INFO O| Feb 19 22:32:17.623 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93262026-02-19T22:32:18.892Z[ host-image] Feb 19 22:32:17.623 INFO O| Feb 19 22:32:17.623 INFO ok!
93272026-02-19T22:32:18.892Z[ host-image] Feb 19 22:32:17.623 INFO O| Feb 19 22:32:17.623 INFO STEP 59 (ensure_file) COMPLETE
93282026-02-19T22:32:18.892Z[ host-image] Feb 19 22:32:17.623 INFO O| Feb 19 22:32:17.623 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93292026-02-19T22:32:18.895Z[ host-image] Feb 19 22:32:17.633 INFO O| Feb 19 22:32:17.633 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93302026-02-19T22:32:18.895Z[ host-image] Feb 19 22:32:17.633 INFO O| Feb 19 22:32:17.633 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93312026-02-19T22:32:18.896Z[ host-image] Feb 19 22:32:17.633 INFO O| Feb 19 22:32:17.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93322026-02-19T22:32:18.896Z[ host-image] Feb 19 22:32:17.633 INFO O| Feb 19 22:32:17.633 INFO ok!
93332026-02-19T22:32:18.896Z[ host-image] Feb 19 22:32:17.633 INFO O| Feb 19 22:32:17.633 INFO STEP 60 (ensure_file) COMPLETE
93342026-02-19T22:32:18.896Z[ host-image] Feb 19 22:32:17.633 INFO O| Feb 19 22:32:17.633 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93352026-02-19T22:32:18.904Z[ host-image] Feb 19 22:32:17.641 INFO O| Feb 19 22:32:17.641 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93362026-02-19T22:32:18.904Z[ host-image] Feb 19 22:32:17.641 INFO O| Feb 19 22:32:17.641 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93372026-02-19T22:32:18.909Z[ host-image] Feb 19 22:32:17.641 INFO O| Feb 19 22:32:17.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93382026-02-19T22:32:18.909Z[ host-image] Feb 19 22:32:17.641 INFO O| Feb 19 22:32:17.641 INFO ok!
93392026-02-19T22:32:18.909Z[ host-image] Feb 19 22:32:17.641 INFO O| Feb 19 22:32:17.641 INFO STEP 61 (ensure_file) COMPLETE
93402026-02-19T22:32:18.909Z[ host-image] Feb 19 22:32:17.641 INFO O| Feb 19 22:32:17.641 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93412026-02-19T22:32:18.912Z[ host-image] Feb 19 22:32:17.648 INFO O| Feb 19 22:32:17.648 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93422026-02-19T22:32:18.912Z[ host-image] Feb 19 22:32:17.648 INFO O| Feb 19 22:32:17.648 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93432026-02-19T22:32:18.912Z[ host-image] Feb 19 22:32:17.648 INFO O| Feb 19 22:32:17.648 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93442026-02-19T22:32:18.912Z[ host-image] Feb 19 22:32:17.648 INFO O| Feb 19 22:32:17.648 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93452026-02-19T22:32:18.912Z[ host-image] Feb 19 22:32:17.648 INFO O| Feb 19 22:32:17.648 INFO ok!
93462026-02-19T22:32:18.912Z[ host-image] Feb 19 22:32:17.648 INFO O| Feb 19 22:32:17.648 INFO STEP 62 (ensure_file) COMPLETE
93472026-02-19T22:32:18.912Z[ host-image] Feb 19 22:32:17.648 INFO O| Feb 19 22:32:17.648 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93482026-02-19T22:32:18.918Z[ host-image] Feb 19 22:32:17.656 INFO O| Feb 19 22:32:17.656 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93492026-02-19T22:32:18.918Z[ host-image] Feb 19 22:32:17.656 INFO O| Feb 19 22:32:17.656 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93502026-02-19T22:32:18.922Z[ host-image] Feb 19 22:32:17.656 INFO O| Feb 19 22:32:17.656 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93512026-02-19T22:32:18.922Z[ host-image] Feb 19 22:32:17.656 INFO O| Feb 19 22:32:17.656 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93522026-02-19T22:32:18.922Z[ host-image] Feb 19 22:32:17.656 INFO O| Feb 19 22:32:17.656 INFO ok!
93532026-02-19T22:32:18.922Z[ host-image] Feb 19 22:32:17.656 INFO O| Feb 19 22:32:17.656 INFO STEP 63 (ensure_file) COMPLETE
93542026-02-19T22:32:18.922Z[ host-image] Feb 19 22:32:17.656 INFO O| Feb 19 22:32:17.656 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552026-02-19T22:32:18.926Z[ host-image] Feb 19 22:32:17.664 INFO O| Feb 19 22:32:17.664 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93562026-02-19T22:32:18.926Z[ host-image] Feb 19 22:32:17.664 INFO O| Feb 19 22:32:17.664 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93572026-02-19T22:32:18.931Z[ host-image] Feb 19 22:32:17.664 INFO O| Feb 19 22:32:17.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93582026-02-19T22:32:18.931Z[ host-image] Feb 19 22:32:17.664 INFO O| Feb 19 22:32:17.664 INFO ok!
93592026-02-19T22:32:18.931Z[ host-image] Feb 19 22:32:17.664 INFO O| Feb 19 22:32:17.664 INFO STEP 64 (assemble_files) COMPLETE
93602026-02-19T22:32:18.931Z[ host-image] Feb 19 22:32:17.664 INFO O| Feb 19 22:32:17.664 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612026-02-19T22:32:18.934Z[ host-image] Feb 19 22:32:17.672 INFO O| Feb 19 22:32:17.672 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93622026-02-19T22:32:18.934Z[ host-image] Feb 19 22:32:17.672 INFO O| Feb 19 22:32:17.672 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93632026-02-19T22:32:18.938Z[ host-image] Feb 19 22:32:17.672 INFO O| Feb 19 22:32:17.672 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93642026-02-19T22:32:18.938Z[ host-image] Feb 19 22:32:17.672 INFO O| Feb 19 22:32:17.672 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93652026-02-19T22:32:18.938Z[ host-image] Feb 19 22:32:17.672 INFO O| Feb 19 22:32:17.672 INFO ok!
93662026-02-19T22:32:18.938Z[ host-image] Feb 19 22:32:17.672 INFO O| Feb 19 22:32:17.672 INFO STEP 65 (ensure_file) COMPLETE
93672026-02-19T22:32:18.938Z[ host-image] Feb 19 22:32:17.672 INFO O| Feb 19 22:32:17.672 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93682026-02-19T22:32:18.942Z[ host-image] Feb 19 22:32:17.680 INFO O| Feb 19 22:32:17.680 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93692026-02-19T22:32:18.948Z[ host-image] Feb 19 22:32:17.680 INFO O| Feb 19 22:32:17.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93702026-02-19T22:32:18.948Z[ host-image] Feb 19 22:32:17.680 INFO O| Feb 19 22:32:17.680 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93712026-02-19T22:32:18.948Z[ host-image] Feb 19 22:32:17.680 INFO O| Feb 19 22:32:17.680 INFO STEP 66 (ensure_dir) COMPLETE
93722026-02-19T22:32:18.948Z[ host-image] Feb 19 22:32:17.680 INFO O| Feb 19 22:32:17.680 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93732026-02-19T22:32:18.952Z[ host-image] Feb 19 22:32:17.688 INFO O| Feb 19 22:32:17.688 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93742026-02-19T22:32:18.952Z[ host-image] Feb 19 22:32:17.688 INFO O| Feb 19 22:32:17.688 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 ...
93752026-02-19T22:32:18.957Z[ host-image] Feb 19 22:32:17.695 INFO O| Feb 19 22:32:17.695 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
93762026-02-19T22:32:18.962Z[ host-image] Feb 19 22:32:17.695 INFO O| Feb 19 22:32:17.695 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93772026-02-19T22:32:18.963Z[ host-image] Feb 19 22:32:17.695 INFO O| Feb 19 22:32:17.695 INFO ok!
93782026-02-19T22:32:18.963Z[ host-image] Feb 19 22:32:17.695 INFO O| Feb 19 22:32:17.695 INFO STEP 67 (ensure_file) COMPLETE
93792026-02-19T22:32:18.963Z[ host-image] Feb 19 22:32:17.695 INFO O| Feb 19 22:32:17.695 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93802026-02-19T22:32:18.966Z[ host-image] Feb 19 22:32:17.703 INFO O| Feb 19 22:32:17.703 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93812026-02-19T22:32:18.966Z[ host-image] Feb 19 22:32:17.703 INFO O| Feb 19 22:32:17.703 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 ...
93822026-02-19T22:32:18.966Z[ host-image] Feb 19 22:32:17.703 INFO O| Feb 19 22:32:17.703 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
93832026-02-19T22:32:18.967Z[ host-image] Feb 19 22:32:17.703 INFO O| Feb 19 22:32:17.703 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93842026-02-19T22:32:18.967Z[ host-image] Feb 19 22:32:17.703 INFO O| Feb 19 22:32:17.703 INFO ok!
93852026-02-19T22:32:18.967Z[ host-image] Feb 19 22:32:17.703 INFO O| Feb 19 22:32:17.703 INFO STEP 68 (ensure_file) COMPLETE
93862026-02-19T22:32:18.967Z[ host-image] Feb 19 22:32:17.703 INFO O| Feb 19 22:32:17.703 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93872026-02-19T22:32:18.976Z[ host-image] Feb 19 22:32:17.714 INFO O| Feb 19 22:32:17.714 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93882026-02-19T22:32:18.976Z[ host-image] Feb 19 22:32:17.714 INFO O| Feb 19 22:32:17.714 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93892026-02-19T22:32:20.974Z[ host-image] Feb 19 22:32:19.707 INFO O| Feb 19 22:32:19.705 INFO STEP 69 (pack_tar) COMPLETE
93902026-02-19T22:32:20.978Z[ host-image] Feb 19 22:32:19.707 INFO O| Feb 19 22:32:19.705 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93912026-02-19T22:32:20.978Z[ host-image] Feb 19 22:32:19.707 INFO O| Feb 19 22:32:19.705 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93922026-02-19T22:32:21.352Z[ host-image] Feb 19 22:32:20.090 INFO O| Feb 19 22:32:20.090 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93932026-02-19T22:32:21.437Z[ host-image] Feb 19 22:32:20.174 INFO O| Feb 19 22:32:20.174 INFO completed processing sled/ramdisk-02-trim
93942026-02-19T22:32:21.440Z[ host-image] Feb 19 22:32:20.176 INFO image builder template: zfs...
93952026-02-19T22:32:21.440Z[ host-image] Feb 19 22:32:20.176 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/.tmpwYIS1K/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
93962026-02-19T22:32:21.452Z[ host-image] Feb 19 22:32:20.190 INFO O| Feb 19 22:32:20.190 INFO skip include "stress" because feature "stress" is not enabled
93972026-02-19T22:32:21.452Z[ host-image] Feb 19 22:32:20.190 INFO O| Feb 19 22:32:20.190 INFO skip include "stress" because feature "compliance" is not enabled
93982026-02-19T22:32:21.485Z[ host-image] Feb 19 22:32:20.223 INFO O| Feb 19 22:32:20.222 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
93992026-02-19T22:32:21.490Z[ host-image] Feb 19 22:32:20.225 INFO O| Feb 19 22:32:20.225 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94002026-02-19T22:32:21.630Z[ host-image] Feb 19 22:32:20.368 INFO O| Feb 19 22:32:20.368 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94012026-02-19T22:32:21.738Z[ host-image] Feb 19 22:32:20.476 INFO O| Feb 19 22:32:20.476 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94022026-02-19T22:32:21.738Z[ host-image] Feb 19 22:32:20.476 INFO O| Feb 19 22:32:20.476 INFO work dataset: rpool/images/build/host/work/sled/zfs
94032026-02-19T22:32:21.742Z[ host-image] Feb 19 22:32:20.479 INFO O| Feb 19 22:32:20.479 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94042026-02-19T22:32:21.827Z[ host-image] Feb 19 22:32:20.565 INFO O| Feb 19 22:32:20.564 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94052026-02-19T22:32:21.888Z[ host-image] Feb 19 22:32:20.625 INFO O| Feb 19 22:32:20.625 INFO DESTROY POOL: TEMPORARY-sled-zfs
94062026-02-19T22:32:21.895Z[ host-image] Feb 19 22:32:20.632 INFO O| Feb 19 22:32:20.632 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94072026-02-19T22:32:21.899Z[ host-image] Feb 19 22:32:20.636 INFO O| Feb 19 22:32:20.636 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94082026-02-19T22:32:21.903Z[ host-image] Feb 19 22:32:20.636 INFO O| Feb 19 22:32:20.636 INFO no lofi found
94092026-02-19T22:32:21.903Z[ host-image] Feb 19 22:32:20.636 INFO O| Feb 19 22:32:20.636 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94102026-02-19T22:32:21.903Z[ host-image] Feb 19 22:32:20.636 INFO O| Feb 19 22:32:20.636 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94112026-02-19T22:32:23.266Z[ host-image] Feb 19 22:32:22.003 INFO O| Feb 19 22:32:22.003 INFO lofi device = /dev/dsk/c2t1d0p0
94122026-02-19T22:32:23.266Z[ host-image] Feb 19 22:32:22.003 INFO O| Feb 19 22:32:22.003 INFO pool device = /dev/dsk/c2t1d0p0
94132026-02-19T22:32:23.266Z[ host-image] Feb 19 22:32:22.003 INFO O| Feb 19 22:32:22.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"]
94142026-02-19T22:32:23.375Z[ host-image] Feb 19 22:32:22.113 INFO O| Feb 19 22:32:22.113 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94152026-02-19T22:32:23.375Z[ host-image] Feb 19 22:32:22.113 INFO O| Feb 19 22:32:22.113 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94162026-02-19T22:32:23.396Z[ host-image] Feb 19 22:32:22.134 INFO O| Feb 19 22:32:22.133 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94172026-02-19T22:32:23.454Z[ host-image] Feb 19 22:32:22.191 INFO O| Feb 19 22:32:22.191 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94182026-02-19T22:32:23.488Z[ host-image] Feb 19 22:32:22.225 INFO O| Feb 19 22:32:22.225 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94192026-02-19T22:32:23.500Z[ host-image] Feb 19 22:32:22.238 INFO O| Feb 19 22:32:22.238 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94202026-02-19T22:32:23.510Z[ host-image] Feb 19 22:32:22.247 INFO O| Feb 19 22:32:22.247 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94212026-02-19T22:32:23.549Z[ host-image] Feb 19 22:32:22.286 INFO O| Feb 19 22:32:22.286 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94222026-02-19T22:32:23.549Z[ host-image] Feb 19 22:32:22.287 INFO O| Feb 19 22:32:22.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94232026-02-19T22:32:23.549Z[ host-image] Feb 19 22:32:22.287 INFO O| Feb 19 22:32:22.287 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94242026-02-19T22:32:23.555Z[ host-image] Feb 19 22:32:22.293 INFO O| Feb 19 22:32:22.293 INFO boot environment UUID: 2a9791eb-dca6-41f5-8671-59e8856a5217
94252026-02-19T22:32:23.555Z[ host-image] Feb 19 22:32:22.293 INFO O| Feb 19 22:32:22.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2a9791eb-dca6-41f5-8671-59e8856a5217
94262026-02-19T22:32:23.563Z[ host-image] Feb 19 22:32:22.301 INFO O| Feb 19 22:32:22.301 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94272026-02-19T22:32:23.570Z[ host-image] Feb 19 22:32:22.308 INFO O| Feb 19 22:32:22.308 INFO STEP 0 (create_be) COMPLETE
94282026-02-19T22:32:23.570Z[ host-image] Feb 19 22:32:22.308 INFO O| Feb 19 22:32:22.308 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94292026-02-19T22:32:23.582Z[ host-image] Feb 19 22:32:22.319 INFO O| Feb 19 22:32:22.319 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94302026-02-19T22:32:38.046Z[ recovery-image] Feb 19 22:32:36.783 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)
94312026-02-19T22:32:42.429Z[ host-image] Feb 19 22:32:41.165 INFO O| Feb 19 22:32:41.165 INFO STEP 1 (unpack_tar) COMPLETE
94322026-02-19T22:32:42.429Z[ host-image] Feb 19 22:32:41.165 INFO O| Feb 19 22:32:41.165 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94332026-02-19T22:32:42.437Z[ host-image] Feb 19 22:32:41.174 INFO O| Feb 19 22:32:41.174 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94342026-02-19T22:32:43.146Z[ host-image] Feb 19 22:32:41.882 INFO O| Feb 19 22:32:41.882 INFO STEP 2 (devfsadm) COMPLETE
94352026-02-19T22:32:43.146Z[ host-image] Feb 19 22:32:41.882 INFO O| Feb 19 22:32:41.882 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94362026-02-19T22:32:43.155Z[ host-image] Feb 19 22:32:41.891 INFO O| Feb 19 22:32:41.891 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94372026-02-19T22:32:43.155Z[ host-image] Feb 19 22:32:41.891 INFO O| Feb 19 22:32:41.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94382026-02-19T22:32:43.159Z[ host-image] Feb 19 22:32:41.891 INFO O| Feb 19 22:32:41.891 INFO STEP 3 (ensure_dir) COMPLETE
94392026-02-19T22:32:43.159Z[ host-image] Feb 19 22:32:41.891 INFO O| Feb 19 22:32:41.891 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94402026-02-19T22:32:43.163Z[ host-image] Feb 19 22:32:41.899 INFO O| Feb 19 22:32:41.899 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94412026-02-19T22:32:43.167Z[ host-image] Feb 19 22:32:41.899 INFO O| Feb 19 22:32:41.899 INFO STEP 4 (ensure_dir) COMPLETE
94422026-02-19T22:32:43.167Z[ host-image] Feb 19 22:32:41.899 INFO O| Feb 19 22:32:41.899 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94432026-02-19T22:32:43.172Z[ host-image] Feb 19 22:32:41.909 INFO O| Feb 19 22:32:41.909 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94442026-02-19T22:32:43.178Z[ host-image] Feb 19 22:32:41.909 INFO O| Feb 19 22:32:41.909 INFO STEP 5 (ensure_dir) COMPLETE
94452026-02-19T22:32:43.178Z[ host-image] Feb 19 22:32:41.909 INFO O| Feb 19 22:32:41.909 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94462026-02-19T22:32:43.181Z[ host-image] Feb 19 22:32:41.917 INFO O| Feb 19 22:32:41.916 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94472026-02-19T22:32:43.181Z[ host-image] Feb 19 22:32:41.917 INFO O| Feb 19 22:32:41.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94482026-02-19T22:32:43.181Z[ host-image] Feb 19 22:32:41.917 INFO O| Feb 19 22:32:41.917 INFO STEP 6 (ensure_dir) COMPLETE
94492026-02-19T22:32:43.181Z[ host-image] Feb 19 22:32:41.917 INFO O| Feb 19 22:32:41.917 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94502026-02-19T22:32:43.187Z[ host-image] Feb 19 22:32:41.924 INFO O| Feb 19 22:32:41.924 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94512026-02-19T22:32:43.188Z[ host-image] Feb 19 22:32:41.924 INFO O| Feb 19 22:32:41.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94522026-02-19T22:32:43.191Z[ host-image] Feb 19 22:32:41.924 INFO O| Feb 19 22:32:41.924 INFO STEP 7 (ensure_dir) COMPLETE
94532026-02-19T22:32:43.191Z[ host-image] Feb 19 22:32:41.924 INFO O| Feb 19 22:32:41.924 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94542026-02-19T22:32:43.197Z[ host-image] Feb 19 22:32:41.933 INFO O| Feb 19 22:32:41.933 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94552026-02-19T22:32:43.201Z[ host-image] Feb 19 22:32:41.933 INFO O| Feb 19 22:32:41.933 INFO STEP 8 (remove_files) COMPLETE
94562026-02-19T22:32:43.201Z[ host-image] Feb 19 22:32:41.933 INFO O| Feb 19 22:32:41.933 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94572026-02-19T22:32:43.205Z[ host-image] Feb 19 22:32:41.941 INFO O| Feb 19 22:32:41.941 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94582026-02-19T22:32:43.208Z[ host-image] Feb 19 22:32:41.942 INFO O| Feb 19 22:32:41.942 INFO STEP 9 (remove_files) COMPLETE
94592026-02-19T22:32:43.208Z[ host-image] Feb 19 22:32:41.942 INFO O| Feb 19 22:32:41.942 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94602026-02-19T22:32:43.215Z[ host-image] Feb 19 22:32:41.951 INFO O| Feb 19 22:32:41.951 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94612026-02-19T22:32:43.218Z[ host-image] Feb 19 22:32:41.952 INFO O| Feb 19 22:32:41.952 INFO STEP 10 (remove_files) COMPLETE
94622026-02-19T22:32:43.218Z[ host-image] Feb 19 22:32:41.952 INFO O| Feb 19 22:32:41.952 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94632026-02-19T22:32:43.223Z[ host-image] Feb 19 22:32:41.959 INFO O| Feb 19 22:32:41.959 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94642026-02-19T22:32:43.223Z[ host-image] Feb 19 22:32:41.959 INFO O| Feb 19 22:32:41.959 INFO STEP 11 (remove_files) COMPLETE
94652026-02-19T22:32:43.226Z[ host-image] Feb 19 22:32:41.959 INFO O| Feb 19 22:32:41.959 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94662026-02-19T22:32:43.230Z[ host-image] Feb 19 22:32:41.967 INFO O| Feb 19 22:32:41.967 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94672026-02-19T22:32:43.231Z[ host-image] Feb 19 22:32:41.967 INFO O| Feb 19 22:32:41.967 INFO STEP 12 (remove_files) COMPLETE
94682026-02-19T22:32:43.234Z[ host-image] Feb 19 22:32:41.967 INFO O| Feb 19 22:32:41.967 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94692026-02-19T22:32:43.238Z[ host-image] Feb 19 22:32:41.975 INFO O| Feb 19 22:32:41.974 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94702026-02-19T22:32:43.238Z[ host-image] Feb 19 22:32:41.975 INFO O| Feb 19 22:32:41.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94712026-02-19T22:32:43.242Z[ host-image] Feb 19 22:32:41.975 INFO O| Feb 19 22:32:41.975 INFO STEP 13 (ensure_dir) COMPLETE
94722026-02-19T22:32:43.242Z[ host-image] Feb 19 22:32:41.975 INFO O| Feb 19 22:32:41.975 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94732026-02-19T22:32:43.246Z[ host-image] Feb 19 22:32:41.983 INFO O| Feb 19 22:32:41.982 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94742026-02-19T22:32:43.250Z[ host-image] Feb 19 22:32:41.983 INFO O| Feb 19 22:32:41.983 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94752026-02-19T22:32:43.250Z[ host-image] Feb 19 22:32:41.983 INFO O| Feb 19 22:32:41.983 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94762026-02-19T22:32:43.250Z[ host-image] Feb 19 22:32:41.983 INFO O| Feb 19 22:32:41.983 INFO STEP 14 (ensure_dir) COMPLETE
94772026-02-19T22:32:43.250Z[ host-image] Feb 19 22:32:41.983 INFO O| Feb 19 22:32:41.983 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94782026-02-19T22:32:43.254Z[ host-image] Feb 19 22:32:41.990 INFO O| Feb 19 22:32:41.990 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94792026-02-19T22:32:43.257Z[ host-image] Feb 19 22:32:41.991 INFO O| Feb 19 22:32:41.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94802026-02-19T22:32:43.257Z[ host-image] Feb 19 22:32:41.991 INFO O| Feb 19 22:32:41.991 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94812026-02-19T22:32:43.257Z[ host-image] Feb 19 22:32:41.991 INFO O| Feb 19 22:32:41.991 INFO STEP 15 (ensure_dir) COMPLETE
94822026-02-19T22:32:43.257Z[ host-image] Feb 19 22:32:41.991 INFO O| Feb 19 22:32:41.991 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94832026-02-19T22:32:43.262Z[ host-image] Feb 19 22:32:41.998 INFO O| Feb 19 22:32:41.998 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94842026-02-19T22:32:43.262Z[ host-image] Feb 19 22:32:41.998 INFO O| Feb 19 22:32:41.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94852026-02-19T22:32:43.265Z[ host-image] Feb 19 22:32:41.998 INFO O| Feb 19 22:32:41.998 INFO STEP 16 (ensure_dir) COMPLETE
94862026-02-19T22:32:43.265Z[ host-image] Feb 19 22:32:41.998 INFO O| Feb 19 22:32:41.998 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94872026-02-19T22:32:43.271Z[ host-image] Feb 19 22:32:42.008 INFO O| Feb 19 22:32:42.008 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94882026-02-19T22:32:43.271Z[ host-image] Feb 19 22:32:42.008 INFO O| Feb 19 22:32:42.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94892026-02-19T22:32:43.271Z[ host-image] Feb 19 22:32:42.008 INFO O| Feb 19 22:32:42.008 INFO STEP 17 (ensure_dir) COMPLETE
94902026-02-19T22:32:43.275Z[ host-image] Feb 19 22:32:42.008 INFO O| Feb 19 22:32:42.008 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94912026-02-19T22:32:43.279Z[ host-image] Feb 19 22:32:42.016 INFO O| Feb 19 22:32:42.016 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94922026-02-19T22:32:43.279Z[ host-image] Feb 19 22:32:42.016 INFO O| Feb 19 22:32:42.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94932026-02-19T22:32:43.283Z[ host-image] Feb 19 22:32:42.016 INFO O| Feb 19 22:32:42.016 INFO ok!
94942026-02-19T22:32:43.283Z[ host-image] Feb 19 22:32:42.016 INFO O| Feb 19 22:32:42.016 INFO STEP 18 (ensure_symlink) COMPLETE
94952026-02-19T22:32:43.283Z[ host-image] Feb 19 22:32:42.016 INFO O| Feb 19 22:32:42.016 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94962026-02-19T22:32:43.287Z[ host-image] Feb 19 22:32:42.024 INFO O| Feb 19 22:32:42.024 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
94972026-02-19T22:32:43.287Z[ host-image] Feb 19 22:32:42.024 INFO O| Feb 19 22:32:42.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
94982026-02-19T22:32:43.291Z[ host-image] Feb 19 22:32:42.024 INFO O| Feb 19 22:32:42.024 INFO ok!
94992026-02-19T22:32:43.291Z[ host-image] Feb 19 22:32:42.024 INFO O| Feb 19 22:32:42.024 INFO STEP 19 (ensure_file) COMPLETE
95002026-02-19T22:32:43.291Z[ host-image] Feb 19 22:32:42.024 INFO O| Feb 19 22:32:42.024 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95012026-02-19T22:32:43.297Z[ host-image] Feb 19 22:32:42.034 INFO O| Feb 19 22:32:42.034 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95022026-02-19T22:32:43.297Z[ host-image] Feb 19 22:32:42.034 INFO O| Feb 19 22:32:42.034 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95032026-02-19T22:32:43.300Z[ host-image] Feb 19 22:32:42.034 INFO O| Feb 19 22:32:42.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95042026-02-19T22:32:43.300Z[ host-image] Feb 19 22:32:42.034 INFO O| Feb 19 22:32:42.034 INFO ok!
95052026-02-19T22:32:43.300Z[ host-image] Feb 19 22:32:42.034 INFO O| Feb 19 22:32:42.034 INFO STEP 20 (ensure_symlink) COMPLETE
95062026-02-19T22:32:43.300Z[ host-image] Feb 19 22:32:42.034 INFO O| Feb 19 22:32:42.034 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95072026-02-19T22:32:43.305Z[ host-image] Feb 19 22:32:42.041 INFO O| Feb 19 22:32:42.041 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95082026-02-19T22:32:43.305Z[ host-image] Feb 19 22:32:42.041 INFO O| Feb 19 22:32:42.041 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95092026-02-19T22:32:43.308Z[ host-image] Feb 19 22:32:42.041 INFO O| Feb 19 22:32:42.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95102026-02-19T22:32:43.308Z[ host-image] Feb 19 22:32:42.041 INFO O| Feb 19 22:32:42.041 INFO ok!
95112026-02-19T22:32:43.308Z[ host-image] Feb 19 22:32:42.041 INFO O| Feb 19 22:32:42.041 INFO STEP 21 (ensure_symlink) COMPLETE
95122026-02-19T22:32:43.308Z[ host-image] Feb 19 22:32:42.041 INFO O| Feb 19 22:32:42.041 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95132026-02-19T22:32:43.314Z[ host-image] Feb 19 22:32:42.050 INFO O| Feb 19 22:32:42.050 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95142026-02-19T22:32:43.314Z[ host-image] Feb 19 22:32:42.050 INFO O| Feb 19 22:32:42.050 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95152026-02-19T22:32:43.314Z[ host-image] Feb 19 22:32:42.050 INFO O| Feb 19 22:32:42.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95162026-02-19T22:32:43.317Z[ host-image] Feb 19 22:32:42.050 INFO O| Feb 19 22:32:42.050 INFO ok!
95172026-02-19T22:32:43.317Z[ host-image] Feb 19 22:32:42.050 INFO O| Feb 19 22:32:42.050 INFO STEP 22 (ensure_symlink) COMPLETE
95182026-02-19T22:32:43.318Z[ host-image] Feb 19 22:32:42.050 INFO O| Feb 19 22:32:42.050 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95192026-02-19T22:32:43.322Z[ host-image] Feb 19 22:32:42.058 INFO O| Feb 19 22:32:42.058 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95202026-02-19T22:32:43.325Z[ host-image] Feb 19 22:32:42.058 INFO O| Feb 19 22:32:42.058 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95212026-02-19T22:32:43.325Z[ host-image] Feb 19 22:32:42.058 INFO O| Feb 19 22:32:42.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95222026-02-19T22:32:43.325Z[ host-image] Feb 19 22:32:42.058 INFO O| Feb 19 22:32:42.058 INFO ok!
95232026-02-19T22:32:43.325Z[ host-image] Feb 19 22:32:42.058 INFO O| Feb 19 22:32:42.058 INFO STEP 23 (ensure_symlink) COMPLETE
95242026-02-19T22:32:43.325Z[ host-image] Feb 19 22:32:42.058 INFO O| Feb 19 22:32:42.058 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95252026-02-19T22:32:43.332Z[ host-image] Feb 19 22:32:42.068 INFO O| Feb 19 22:32:42.068 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95262026-02-19T22:32:43.335Z[ host-image] Feb 19 22:32:42.068 INFO O| Feb 19 22:32:42.068 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95272026-02-19T22:32:43.335Z[ host-image] Feb 19 22:32:42.068 INFO O| Feb 19 22:32:42.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95282026-02-19T22:32:43.335Z[ host-image] Feb 19 22:32:42.068 INFO O| Feb 19 22:32:42.068 INFO ok!
95292026-02-19T22:32:43.335Z[ host-image] Feb 19 22:32:42.068 INFO O| Feb 19 22:32:42.068 INFO STEP 24 (ensure_file) COMPLETE
95302026-02-19T22:32:43.335Z[ host-image] Feb 19 22:32:42.068 INFO O| Feb 19 22:32:42.068 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95312026-02-19T22:32:43.339Z[ host-image] Feb 19 22:32:42.076 INFO O| Feb 19 22:32:42.076 INFO updating shadow file
95322026-02-19T22:32:43.342Z[ host-image] Feb 19 22:32:42.076 INFO O| Feb 19 22:32:42.076 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95332026-02-19T22:32:43.343Z[ host-image] Feb 19 22:32:42.076 INFO O| Feb 19 22:32:42.076 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95342026-02-19T22:32:43.343Z[ host-image] Feb 19 22:32:42.076 INFO O| Feb 19 22:32:42.076 INFO STEP 25 (shadow) COMPLETE
95352026-02-19T22:32:43.343Z[ host-image] Feb 19 22:32:42.076 INFO O| Feb 19 22:32:42.076 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95362026-02-19T22:32:43.347Z[ host-image] Feb 19 22:32:42.084 INFO O| Feb 19 22:32:42.084 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95372026-02-19T22:32:43.347Z[ host-image] Feb 19 22:32:42.084 INFO O| Feb 19 22:32:42.084 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95382026-02-19T22:32:43.351Z[ host-image] Feb 19 22:32:42.084 INFO O| Feb 19 22:32:42.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95392026-02-19T22:32:43.351Z[ host-image] Feb 19 22:32:42.084 INFO O| Feb 19 22:32:42.084 INFO ok!
95402026-02-19T22:32:43.351Z[ host-image] Feb 19 22:32:42.084 INFO O| Feb 19 22:32:42.084 INFO STEP 26 (ensure_file) COMPLETE
95412026-02-19T22:32:43.351Z[ host-image] Feb 19 22:32:42.084 INFO O| Feb 19 22:32:42.084 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95422026-02-19T22:32:43.355Z[ host-image] Feb 19 22:32:42.092 INFO O| Feb 19 22:32:42.092 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95432026-02-19T22:32:43.359Z[ host-image] Feb 19 22:32:42.092 INFO O| Feb 19 22:32:42.092 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95442026-02-19T22:32:43.359Z[ host-image] Feb 19 22:32:42.092 INFO O| Feb 19 22:32:42.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95452026-02-19T22:32:43.359Z[ host-image] Feb 19 22:32:42.092 INFO O| Feb 19 22:32:42.092 INFO ok!
95462026-02-19T22:32:43.359Z[ host-image] Feb 19 22:32:42.092 INFO O| Feb 19 22:32:42.092 INFO STEP 27 (ensure_file) COMPLETE
95472026-02-19T22:32:43.359Z[ host-image] Feb 19 22:32:42.092 INFO O| Feb 19 22:32:42.092 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95482026-02-19T22:32:43.364Z[ host-image] Feb 19 22:32:42.100 INFO O| Feb 19 22:32:42.100 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95492026-02-19T22:32:43.364Z[ host-image] Feb 19 22:32:42.100 INFO O| Feb 19 22:32:42.100 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95502026-02-19T22:32:43.367Z[ host-image] Feb 19 22:32:42.100 INFO O| Feb 19 22:32:42.100 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95512026-02-19T22:32:43.367Z[ host-image] Feb 19 22:32:42.100 INFO O| Feb 19 22:32:42.100 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95522026-02-19T22:32:43.367Z[ host-image] Feb 19 22:32:42.100 INFO O| Feb 19 22:32:42.100 INFO ok!
95532026-02-19T22:32:43.367Z[ host-image] Feb 19 22:32:42.100 INFO O| Feb 19 22:32:42.100 INFO STEP 28 (ensure_file) COMPLETE
95542026-02-19T22:32:43.367Z[ host-image] Feb 19 22:32:42.100 INFO O| Feb 19 22:32:42.100 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95552026-02-19T22:32:43.372Z[ host-image] Feb 19 22:32:42.108 INFO O| Feb 19 22:32:42.108 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95562026-02-19T22:32:43.372Z[ host-image] Feb 19 22:32:42.108 INFO O| Feb 19 22:32:42.108 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95572026-02-19T22:32:43.377Z[ host-image] Feb 19 22:32:42.108 INFO O| Feb 19 22:32:42.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95582026-02-19T22:32:43.377Z[ host-image] Feb 19 22:32:42.108 INFO O| Feb 19 22:32:42.108 INFO ok!
95592026-02-19T22:32:43.377Z[ host-image] Feb 19 22:32:42.108 INFO O| Feb 19 22:32:42.108 INFO STEP 29 (ensure_file) COMPLETE
95602026-02-19T22:32:43.377Z[ host-image] Feb 19 22:32:42.108 INFO O| Feb 19 22:32:42.108 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95612026-02-19T22:32:43.380Z[ host-image] Feb 19 22:32:42.116 INFO O| Feb 19 22:32:42.116 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95622026-02-19T22:32:43.380Z[ host-image] Feb 19 22:32:42.116 INFO O| Feb 19 22:32:42.116 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95632026-02-19T22:32:43.380Z[ host-image] Feb 19 22:32:42.116 INFO O| Feb 19 22:32:42.116 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95642026-02-19T22:32:43.380Z[ host-image] Feb 19 22:32:42.116 INFO O| Feb 19 22:32:42.116 INFO STEP 30 (ensure_dir) COMPLETE
95652026-02-19T22:32:43.380Z[ host-image] Feb 19 22:32:42.116 INFO O| Feb 19 22:32:42.116 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95662026-02-19T22:32:43.387Z[ host-image] Feb 19 22:32:42.124 INFO O| Feb 19 22:32:42.124 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95672026-02-19T22:32:43.387Z[ host-image] Feb 19 22:32:42.124 INFO O| Feb 19 22:32:42.124 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95682026-02-19T22:32:43.391Z[ host-image] Feb 19 22:32:42.124 INFO O| Feb 19 22:32:42.124 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95692026-02-19T22:32:43.391Z[ host-image] Feb 19 22:32:42.124 INFO O| Feb 19 22:32:42.124 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95702026-02-19T22:32:43.391Z[ host-image] Feb 19 22:32:42.124 INFO O| Feb 19 22:32:42.124 INFO ok!
95712026-02-19T22:32:43.391Z[ host-image] Feb 19 22:32:42.124 INFO O| Feb 19 22:32:42.124 INFO STEP 31 (ensure_file) COMPLETE
95722026-02-19T22:32:43.391Z[ host-image] Feb 19 22:32:42.124 INFO O| Feb 19 22:32:42.124 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95732026-02-19T22:32:43.395Z[ host-image] Feb 19 22:32:42.131 INFO O| Feb 19 22:32:42.131 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95742026-02-19T22:32:43.398Z[ host-image] Feb 19 22:32:42.132 INFO O| Feb 19 22:32:42.131 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95752026-02-19T22:32:43.398Z[ host-image] Feb 19 22:32:42.132 INFO O| Feb 19 22:32:42.132 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95762026-02-19T22:32:43.398Z[ host-image] Feb 19 22:32:42.132 INFO O| Feb 19 22:32:42.132 INFO STEP 32 (ensure_dir) COMPLETE
95772026-02-19T22:32:43.398Z[ host-image] Feb 19 22:32:42.132 INFO O| Feb 19 22:32:42.132 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95782026-02-19T22:32:43.404Z[ host-image] Feb 19 22:32:42.140 INFO O| Feb 19 22:32:42.140 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95792026-02-19T22:32:43.408Z[ host-image] Feb 19 22:32:42.140 INFO O| Feb 19 22:32:42.140 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 ...
95802026-02-19T22:32:43.408Z[ host-image] Feb 19 22:32:42.141 INFO O| Feb 19 22:32:42.141 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
95812026-02-19T22:32:43.408Z[ host-image] Feb 19 22:32:42.141 INFO O| Feb 19 22:32:42.141 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95822026-02-19T22:32:43.408Z[ host-image] Feb 19 22:32:42.141 INFO O| Feb 19 22:32:42.141 INFO ok!
95832026-02-19T22:32:43.408Z[ host-image] Feb 19 22:32:42.141 INFO O| Feb 19 22:32:42.141 INFO STEP 33 (ensure_file) COMPLETE
95842026-02-19T22:32:43.408Z[ host-image] Feb 19 22:32:42.141 INFO O| Feb 19 22:32:42.141 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95852026-02-19T22:32:43.412Z[ host-image] Feb 19 22:32:42.148 INFO O| Feb 19 22:32:42.148 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95862026-02-19T22:32:43.413Z[ host-image] Feb 19 22:32:42.148 INFO O| Feb 19 22:32:42.148 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95872026-02-19T22:32:43.413Z[ host-image] Feb 19 22:32:42.148 INFO O| Feb 19 22:32:42.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95882026-02-19T22:32:43.413Z[ host-image] Feb 19 22:32:42.148 INFO O| Feb 19 22:32:42.148 INFO ok!
95892026-02-19T22:32:43.413Z[ host-image] Feb 19 22:32:42.148 INFO O| Feb 19 22:32:42.148 INFO STEP 34 (ensure_file) COMPLETE
95902026-02-19T22:32:43.413Z[ host-image] Feb 19 22:32:42.148 INFO O| Feb 19 22:32:42.148 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95912026-02-19T22:32:43.420Z[ host-image] Feb 19 22:32:42.156 INFO O| Feb 19 22:32:42.156 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95922026-02-19T22:32:43.420Z[ host-image] Feb 19 22:32:42.156 INFO O| Feb 19 22:32:42.156 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95932026-02-19T22:32:43.423Z[ host-image] Feb 19 22:32:42.156 INFO O| Feb 19 22:32:42.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95942026-02-19T22:32:43.423Z[ host-image] Feb 19 22:32:42.156 INFO O| Feb 19 22:32:42.156 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95952026-02-19T22:32:43.423Z[ host-image] Feb 19 22:32:42.156 INFO O| Feb 19 22:32:42.156 INFO ok!
95962026-02-19T22:32:43.423Z[ host-image] Feb 19 22:32:42.157 INFO O| Feb 19 22:32:42.156 INFO STEP 35 (ensure_file) COMPLETE
95972026-02-19T22:32:43.423Z[ host-image] Feb 19 22:32:42.157 INFO O| Feb 19 22:32:42.156 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95982026-02-19T22:32:43.428Z[ host-image] Feb 19 22:32:42.165 INFO O| Feb 19 22:32:42.165 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95992026-02-19T22:32:43.428Z[ host-image] Feb 19 22:32:42.165 INFO O| Feb 19 22:32:42.165 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96002026-02-19T22:32:43.431Z[ host-image] Feb 19 22:32:42.165 INFO O| Feb 19 22:32:42.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96012026-02-19T22:32:43.431Z[ host-image] Feb 19 22:32:42.165 INFO O| Feb 19 22:32:42.165 INFO ok!
96022026-02-19T22:32:43.431Z[ host-image] Feb 19 22:32:42.165 INFO O| Feb 19 22:32:42.165 INFO STEP 36 (ensure_file) COMPLETE
96032026-02-19T22:32:43.431Z[ host-image] Feb 19 22:32:42.165 INFO O| Feb 19 22:32:42.165 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96042026-02-19T22:32:43.436Z[ host-image] Feb 19 22:32:42.173 INFO O| Feb 19 22:32:42.172 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96052026-02-19T22:32:43.436Z[ host-image] Feb 19 22:32:42.173 INFO O| Feb 19 22:32:42.173 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96062026-02-19T22:32:43.439Z[ host-image] Feb 19 22:32:42.173 INFO O| Feb 19 22:32:42.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96072026-02-19T22:32:43.439Z[ host-image] Feb 19 22:32:42.173 INFO O| Feb 19 22:32:42.173 INFO ok!
96082026-02-19T22:32:43.440Z[ host-image] Feb 19 22:32:42.173 INFO O| Feb 19 22:32:42.173 INFO STEP 37 (ensure_file) COMPLETE
96092026-02-19T22:32:43.440Z[ host-image] Feb 19 22:32:42.173 INFO O| Feb 19 22:32:42.173 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96102026-02-19T22:32:43.444Z[ host-image] Feb 19 22:32:42.181 INFO O| Feb 19 22:32:42.181 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96112026-02-19T22:32:43.444Z[ host-image] Feb 19 22:32:42.181 INFO O| Feb 19 22:32:42.181 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96122026-02-19T22:32:43.444Z[ host-image] Feb 19 22:32:42.181 INFO O| Feb 19 22:32:42.181 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96132026-02-19T22:32:43.448Z[ host-image] Feb 19 22:32:42.181 INFO O| Feb 19 22:32:42.181 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96142026-02-19T22:32:43.448Z[ host-image] Feb 19 22:32:42.181 INFO O| Feb 19 22:32:42.181 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96152026-02-19T22:32:43.448Z[ host-image] Feb 19 22:32:42.181 INFO O| Feb 19 22:32:42.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96162026-02-19T22:32:43.448Z[ host-image] Feb 19 22:32:42.181 INFO O| Feb 19 22:32:42.181 INFO ok!
96172026-02-19T22:32:43.448Z[ host-image] Feb 19 22:32:42.181 INFO O| Feb 19 22:32:42.181 INFO STEP 38 (ensure_file) COMPLETE
96182026-02-19T22:32:43.448Z[ host-image] Feb 19 22:32:42.181 INFO O| Feb 19 22:32:42.181 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96192026-02-19T22:32:43.452Z[ host-image] Feb 19 22:32:42.189 INFO O| Feb 19 22:32:42.188 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96202026-02-19T22:32:43.452Z[ host-image] Feb 19 22:32:42.189 INFO O| Feb 19 22:32:42.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96212026-02-19T22:32:43.456Z[ host-image] Feb 19 22:32:42.189 INFO O| Feb 19 22:32:42.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96222026-02-19T22:32:43.456Z[ host-image] Feb 19 22:32:42.189 INFO O| Feb 19 22:32:42.189 INFO STEP 39 (ensure_dir) COMPLETE
96232026-02-19T22:32:43.456Z[ host-image] Feb 19 22:32:42.189 INFO O| Feb 19 22:32:42.189 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96242026-02-19T22:32:43.459Z[ recovery-image] Feb 19 22:32:42.195 INFO E| Compiling bitflags v1.3.2
96252026-02-19T22:32:43.459Z[ recovery-image] Feb 19 22:32:42.195 INFO E| Compiling log v0.4.29
96262026-02-19T22:32:43.459Z[ recovery-image] Feb 19 22:32:42.195 INFO E| Compiling bit_field v0.10.3
96272026-02-19T22:32:43.459Z[ recovery-image] Feb 19 22:32:42.195 INFO E| Compiling plain v0.2.3
96282026-02-19T22:32:43.459Z[ recovery-image] Feb 19 22:32:42.195 INFO E| Compiling scroll v0.13.0
96292026-02-19T22:32:43.459Z[ recovery-image] Feb 19 22:32:42.195 INFO E| Compiling bitflags v2.10.0
96302026-02-19T22:32:43.459Z[ recovery-image] Feb 19 22:32:42.195 INFO E| Compiling adler2 v2.0.1
96312026-02-19T22:32:43.463Z[ host-image] Feb 19 22:32:42.198 INFO O| Feb 19 22:32:42.198 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
96322026-02-19T22:32:43.463Z[ host-image] Feb 19 22:32:42.198 INFO O| Feb 19 22:32:42.198 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 ...
96332026-02-19T22:32:43.463Z[ host-image] Feb 19 22:32:42.198 INFO O| Feb 19 22:32:42.198 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
96342026-02-19T22:32:43.463Z[ host-image] Feb 19 22:32:42.198 INFO O| Feb 19 22:32:42.198 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
96352026-02-19T22:32:43.463Z[ host-image] Feb 19 22:32:42.198 INFO O| Feb 19 22:32:42.198 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
96362026-02-19T22:32:43.463Z[ host-image] Feb 19 22:32:42.198 INFO O| Feb 19 22:32:42.198 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
96372026-02-19T22:32:43.463Z[ host-image] Feb 19 22:32:42.198 INFO O| Feb 19 22:32:42.198 INFO ok!
96382026-02-19T22:32:43.463Z[ host-image] Feb 19 22:32:42.198 INFO O| Feb 19 22:32:42.198 INFO STEP 40 (ensure_file) COMPLETE
96392026-02-19T22:32:43.463Z[ host-image] Feb 19 22:32:42.198 INFO O| Feb 19 22:32:42.198 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96402026-02-19T22:32:43.470Z[ host-image] Feb 19 22:32:42.206 INFO O| Feb 19 22:32:42.206 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96412026-02-19T22:32:43.473Z[ host-image] Feb 19 22:32:42.206 INFO O| Feb 19 22:32:42.206 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 ...
96422026-02-19T22:32:43.473Z[ host-image] Feb 19 22:32:42.207 INFO O| Feb 19 22:32:42.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96432026-02-19T22:32:43.473Z[ host-image] Feb 19 22:32:42.207 INFO O| Feb 19 22:32:42.207 INFO ok!
96442026-02-19T22:32:43.473Z[ host-image] Feb 19 22:32:42.207 INFO O| Feb 19 22:32:42.207 INFO STEP 41 (ensure_symlink) COMPLETE
96452026-02-19T22:32:43.473Z[ host-image] Feb 19 22:32:42.207 INFO O| Feb 19 22:32:42.207 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96462026-02-19T22:32:43.482Z[ host-image] Feb 19 22:32:42.218 INFO O| Feb 19 22:32:42.218 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96472026-02-19T22:32:43.482Z[ host-image] Feb 19 22:32:42.218 INFO O| Feb 19 22:32:42.218 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96482026-02-19T22:32:43.485Z[ host-image] Feb 19 22:32:42.218 INFO O| Feb 19 22:32:42.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96492026-02-19T22:32:43.485Z[ host-image] Feb 19 22:32:42.218 INFO O| Feb 19 22:32:42.218 INFO ok!
96502026-02-19T22:32:43.485Z[ host-image] Feb 19 22:32:42.218 INFO O| Feb 19 22:32:42.218 INFO STEP 42 (ensure_symlink) COMPLETE
96512026-02-19T22:32:43.485Z[ host-image] Feb 19 22:32:42.218 INFO O| Feb 19 22:32:42.218 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96522026-02-19T22:32:43.493Z[ host-image] Feb 19 22:32:42.229 INFO O| Feb 19 22:32:42.229 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96532026-02-19T22:32:43.493Z[ host-image] Feb 19 22:32:42.230 INFO O| Feb 19 22:32:42.229 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96542026-02-19T22:32:43.498Z[ host-image] Feb 19 22:32:42.235 INFO O| Feb 19 22:32:42.235 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96552026-02-19T22:32:43.498Z[ host-image] Feb 19 22:32:42.235 INFO O| Feb 19 22:32:42.235 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96562026-02-19T22:32:43.502Z[ host-image] Feb 19 22:32:42.235 INFO O| Feb 19 22:32:42.235 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96572026-02-19T22:32:43.502Z[ host-image] Feb 19 22:32:42.235 INFO O| Feb 19 22:32:42.235 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96582026-02-19T22:32:43.502Z[ host-image] Feb 19 22:32:42.235 INFO O| Feb 19 22:32:42.235 INFO ok!
96592026-02-19T22:32:43.502Z[ host-image] Feb 19 22:32:42.235 INFO O| Feb 19 22:32:42.235 INFO STEP 43 (ensure_file) COMPLETE
96602026-02-19T22:32:43.502Z[ host-image] Feb 19 22:32:42.235 INFO O| Feb 19 22:32:42.235 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96612026-02-19T22:32:43.511Z[ host-image] Feb 19 22:32:42.247 INFO O| Feb 19 22:32:42.247 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96622026-02-19T22:32:43.514Z[ host-image] Feb 19 22:32:42.247 INFO O| Feb 19 22:32:42.247 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 ...
96632026-02-19T22:32:43.514Z[ host-image] Feb 19 22:32:42.248 INFO O| Feb 19 22:32:42.248 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
96642026-02-19T22:32:43.514Z[ host-image] Feb 19 22:32:42.248 INFO O| Feb 19 22:32:42.248 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96652026-02-19T22:32:43.514Z[ host-image] Feb 19 22:32:42.248 INFO O| Feb 19 22:32:42.248 INFO ok!
96662026-02-19T22:32:43.514Z[ host-image] Feb 19 22:32:42.248 INFO O| Feb 19 22:32:42.248 INFO STEP 44 (ensure_file) COMPLETE
96672026-02-19T22:32:43.514Z[ host-image] Feb 19 22:32:42.248 INFO O| Feb 19 22:32:42.248 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96682026-02-19T22:32:43.524Z[ host-image] Feb 19 22:32:42.260 INFO O| Feb 19 22:32:42.260 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96692026-02-19T22:32:43.524Z[ host-image] Feb 19 22:32:42.260 INFO O| Feb 19 22:32:42.260 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96702026-02-19T22:32:43.524Z[ host-image] Feb 19 22:32:42.261 INFO O| Feb 19 22:32:42.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96712026-02-19T22:32:43.530Z[ host-image] Feb 19 22:32:42.261 INFO O| Feb 19 22:32:42.261 INFO ok!
96722026-02-19T22:32:43.530Z[ host-image] Feb 19 22:32:42.261 INFO O| Feb 19 22:32:42.261 INFO STEP 45 (ensure_file) COMPLETE
96732026-02-19T22:32:43.530Z[ host-image] Feb 19 22:32:42.261 INFO O| Feb 19 22:32:42.261 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96742026-02-19T22:32:43.537Z[ host-image] Feb 19 22:32:42.273 INFO O| Feb 19 22:32:42.273 INFO updating shadow file
96752026-02-19T22:32:43.540Z[ host-image] Feb 19 22:32:42.274 INFO O| Feb 19 22:32:42.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96762026-02-19T22:32:43.540Z[ host-image] Feb 19 22:32:42.274 INFO O| Feb 19 22:32:42.274 INFO STEP 46 (shadow) COMPLETE
96772026-02-19T22:32:43.540Z[ host-image] Feb 19 22:32:42.274 INFO O| Feb 19 22:32:42.274 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96782026-02-19T22:32:43.550Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.286 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96792026-02-19T22:32:43.550Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96802026-02-19T22:32:43.554Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96812026-02-19T22:32:43.554Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96822026-02-19T22:32:43.554Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO ok!
96832026-02-19T22:32:43.554Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO STEP 47 (ensure_file) COMPLETE
96842026-02-19T22:32:43.554Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96852026-02-19T22:32:43.554Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO skip step because feature "mfg" is not enabled
96862026-02-19T22:32:43.554Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96872026-02-19T22:32:43.554Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO skip step because feature "mfg" is not enabled
96882026-02-19T22:32:43.554Z[ host-image] Feb 19 22:32:42.287 INFO O| Feb 19 22:32:42.287 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96892026-02-19T22:32:43.565Z[ host-image] Feb 19 22:32:42.301 INFO O| Feb 19 22:32:42.301 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96902026-02-19T22:32:43.565Z[ host-image] Feb 19 22:32:42.301 INFO O| Feb 19 22:32:42.301 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96912026-02-19T22:32:43.577Z[ recovery-image] Feb 19 22:32:42.312 INFO E| Compiling raw-cpuid v10.7.0
96922026-02-19T22:32:43.608Z[ host-image] Feb 19 22:32:42.344 INFO O| Feb 19 22:32:42.344 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96932026-02-19T22:32:43.608Z[ host-image] Feb 19 22:32:42.344 INFO O| Feb 19 22:32:42.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96942026-02-19T22:32:43.608Z[ host-image] Feb 19 22:32:42.344 INFO O| Feb 19 22:32:42.344 INFO ok!
96952026-02-19T22:32:43.612Z[ host-image] Feb 19 22:32:42.344 INFO O| Feb 19 22:32:42.344 INFO STEP 50 (ensure_file) COMPLETE
96962026-02-19T22:32:43.612Z[ host-image] Feb 19 22:32:42.344 INFO O| Feb 19 22:32:42.344 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96972026-02-19T22:32:43.612Z[ host-image] Feb 19 22:32:42.344 INFO O| Feb 19 22:32:42.344 INFO skip step because feature "compliance" is not enabled
96982026-02-19T22:32:43.612Z[ host-image] Feb 19 22:32:42.344 INFO O| Feb 19 22:32:42.344 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96992026-02-19T22:32:43.622Z[ host-image] Feb 19 22:32:42.358 INFO O| Feb 19 22:32:42.358 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97002026-02-19T22:32:43.622Z[ host-image] Feb 19 22:32:42.358 INFO O| Feb 19 22:32:42.358 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97012026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.359 INFO O| Feb 19 22:32:42.359 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97022026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.359 INFO O| Feb 19 22:32:42.359 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97032026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.359 INFO O| Feb 19 22:32:42.359 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97042026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.359 INFO O| Feb 19 22:32:42.359 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97052026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.359 INFO O| Feb 19 22:32:42.359 INFO ok!
97062026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.360 INFO O| Feb 19 22:32:42.359 INFO STEP 52 (ensure_file) COMPLETE
97072026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.360 INFO O| Feb 19 22:32:42.360 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97082026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.373 INFO O| Feb 19 22:32:42.373 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97092026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.373 INFO O| Feb 19 22:32:42.373 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 ...
97102026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.374 INFO O| Feb 19 22:32:42.374 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
97112026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.374 INFO O| Feb 19 22:32:42.374 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97122026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.374 INFO O| Feb 19 22:32:42.374 INFO ok!
97132026-02-19T22:32:43.672Z[ host-image] Feb 19 22:32:42.374 INFO O| Feb 19 22:32:42.374 INFO STEP 53 (ensure_file) COMPLETE
97142026-02-19T22:32:43.673Z[ host-image] Feb 19 22:32:42.374 INFO O| Feb 19 22:32:42.374 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97152026-02-19T22:32:43.673Z[ host-image] Feb 19 22:32:42.388 INFO O| Feb 19 22:32:42.388 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97162026-02-19T22:32:43.673Z[ host-image] Feb 19 22:32:42.389 INFO O| Feb 19 22:32:42.388 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 ...
97172026-02-19T22:32:43.673Z[ host-image] Feb 19 22:32:42.389 INFO O| Feb 19 22:32:42.389 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97182026-02-19T22:32:43.673Z[ host-image] Feb 19 22:32:42.389 INFO O| Feb 19 22:32:42.389 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97192026-02-19T22:32:43.673Z[ host-image] Feb 19 22:32:42.389 INFO O| Feb 19 22:32:42.389 INFO ok!
97202026-02-19T22:32:43.673Z[ host-image] Feb 19 22:32:42.389 INFO O| Feb 19 22:32:42.389 INFO STEP 54 (ensure_file) COMPLETE
97212026-02-19T22:32:43.673Z[ host-image] Feb 19 22:32:42.389 INFO O| Feb 19 22:32:42.389 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97222026-02-19T22:32:43.678Z[ host-image] Feb 19 22:32:42.404 INFO O| Feb 19 22:32:42.403 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97232026-02-19T22:32:43.679Z[ host-image] Feb 19 22:32:42.404 INFO O| Feb 19 22:32:42.403 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 ...
97242026-02-19T22:32:43.679Z[ host-image] Feb 19 22:32:42.404 INFO O| Feb 19 22:32:42.404 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
97252026-02-19T22:32:43.679Z[ host-image] Feb 19 22:32:42.404 INFO O| Feb 19 22:32:42.404 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97262026-02-19T22:32:43.679Z[ host-image] Feb 19 22:32:42.404 INFO O| Feb 19 22:32:42.404 INFO ok!
97272026-02-19T22:32:43.679Z[ host-image] Feb 19 22:32:42.404 INFO O| Feb 19 22:32:42.404 INFO STEP 55 (ensure_file) COMPLETE
97282026-02-19T22:32:43.679Z[ host-image] Feb 19 22:32:42.405 INFO O| Feb 19 22:32:42.404 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97292026-02-19T22:32:43.682Z[ host-image] Feb 19 22:32:42.418 INFO O| Feb 19 22:32:42.418 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97302026-02-19T22:32:43.682Z[ host-image] Feb 19 22:32:42.418 INFO O| Feb 19 22:32:42.418 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 ...
97312026-02-19T22:32:43.686Z[ host-image] Feb 19 22:32:42.419 INFO O| Feb 19 22:32:42.419 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97322026-02-19T22:32:43.686Z[ host-image] Feb 19 22:32:42.419 INFO O| Feb 19 22:32:42.419 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97332026-02-19T22:32:43.686Z[ host-image] Feb 19 22:32:42.419 INFO O| Feb 19 22:32:42.419 INFO ok!
97342026-02-19T22:32:43.686Z[ host-image] Feb 19 22:32:42.419 INFO O| Feb 19 22:32:42.419 INFO STEP 56 (ensure_file) COMPLETE
97352026-02-19T22:32:43.686Z[ host-image] Feb 19 22:32:42.419 INFO O| Feb 19 22:32:42.419 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97362026-02-19T22:32:43.697Z[ host-image] Feb 19 22:32:42.433 INFO O| Feb 19 22:32:42.433 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97372026-02-19T22:32:43.698Z[ host-image] Feb 19 22:32:42.434 INFO O| Feb 19 22:32:42.433 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 ...
97382026-02-19T22:32:43.705Z[ host-image] Feb 19 22:32:42.434 INFO O| Feb 19 22:32:42.434 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
97392026-02-19T22:32:43.705Z[ host-image] Feb 19 22:32:42.434 INFO O| Feb 19 22:32:42.434 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97402026-02-19T22:32:43.705Z[ host-image] Feb 19 22:32:42.434 INFO O| Feb 19 22:32:42.434 INFO ok!
97412026-02-19T22:32:43.705Z[ recovery-image] Feb 19 22:32:42.435 INFO E| Compiling miniz_oxide v0.9.0
97422026-02-19T22:32:43.705Z[ host-image] Feb 19 22:32:42.434 INFO O| Feb 19 22:32:42.434 INFO STEP 57 (ensure_file) COMPLETE
97432026-02-19T22:32:43.705Z[ host-image] Feb 19 22:32:42.434 INFO O| Feb 19 22:32:42.434 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97442026-02-19T22:32:43.712Z[ host-image] Feb 19 22:32:42.449 INFO O| Feb 19 22:32:42.449 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97452026-02-19T22:32:43.716Z[ host-image] Feb 19 22:32:42.449 INFO O| Feb 19 22:32:42.449 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 ...
97462026-02-19T22:32:43.716Z[ host-image] Feb 19 22:32:42.450 INFO O| Feb 19 22:32:42.450 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97472026-02-19T22:32:43.716Z[ host-image] Feb 19 22:32:42.450 INFO O| Feb 19 22:32:42.450 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97482026-02-19T22:32:43.716Z[ host-image] Feb 19 22:32:42.450 INFO O| Feb 19 22:32:42.450 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97492026-02-19T22:32:43.716Z[ host-image] Feb 19 22:32:42.450 INFO O| Feb 19 22:32:42.450 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97502026-02-19T22:32:43.716Z[ host-image] Feb 19 22:32:42.450 INFO O| Feb 19 22:32:42.450 INFO ok!
97512026-02-19T22:32:43.716Z[ host-image] Feb 19 22:32:42.450 INFO O| Feb 19 22:32:42.450 INFO STEP 58 (ensure_file) COMPLETE
97522026-02-19T22:32:43.716Z[ host-image] Feb 19 22:32:42.450 INFO O| Feb 19 22:32:42.450 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97532026-02-19T22:32:43.728Z[ host-image] Feb 19 22:32:42.464 INFO O| Feb 19 22:32:42.464 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97542026-02-19T22:32:43.728Z[ host-image] Feb 19 22:32:42.464 INFO O| Feb 19 22:32:42.464 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 ...
97552026-02-19T22:32:43.731Z[ host-image] Feb 19 22:32:42.465 INFO O| Feb 19 22:32:42.465 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
97562026-02-19T22:32:43.732Z[ host-image] Feb 19 22:32:42.465 INFO O| Feb 19 22:32:42.465 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97572026-02-19T22:32:43.732Z[ host-image] Feb 19 22:32:42.465 INFO O| Feb 19 22:32:42.465 INFO ok!
97582026-02-19T22:32:43.732Z[ host-image] Feb 19 22:32:42.465 INFO O| Feb 19 22:32:42.465 INFO STEP 59 (ensure_file) COMPLETE
97592026-02-19T22:32:43.732Z[ host-image] Feb 19 22:32:42.465 INFO O| Feb 19 22:32:42.465 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97602026-02-19T22:32:43.744Z[ host-image] Feb 19 22:32:42.479 INFO O| Feb 19 22:32:42.479 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97612026-02-19T22:32:43.744Z[ host-image] Feb 19 22:32:42.479 INFO O| Feb 19 22:32:42.479 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97622026-02-19T22:32:43.747Z[ host-image] Feb 19 22:32:42.480 INFO O| Feb 19 22:32:42.480 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97632026-02-19T22:32:43.747Z[ host-image] Feb 19 22:32:42.480 INFO O| Feb 19 22:32:42.480 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97642026-02-19T22:32:43.747Z[ host-image] Feb 19 22:32:42.480 INFO O| Feb 19 22:32:42.480 INFO ok!
97652026-02-19T22:32:43.747Z[ host-image] Feb 19 22:32:42.480 INFO O| Feb 19 22:32:42.480 INFO STEP 60 (ensure_file) COMPLETE
97662026-02-19T22:32:43.748Z[ host-image] Feb 19 22:32:42.480 INFO O| Feb 19 22:32:42.480 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97672026-02-19T22:32:43.762Z[ host-image] Feb 19 22:32:42.498 INFO O| Feb 19 22:32:42.498 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97682026-02-19T22:32:43.762Z[ host-image] Feb 19 22:32:42.498 INFO O| Feb 19 22:32:42.498 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 ...
97692026-02-19T22:32:43.765Z[ host-image] Feb 19 22:32:42.499 INFO O| Feb 19 22:32:42.499 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
97702026-02-19T22:32:43.765Z[ host-image] Feb 19 22:32:42.499 INFO O| Feb 19 22:32:42.499 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97712026-02-19T22:32:43.765Z[ host-image] Feb 19 22:32:42.499 INFO O| Feb 19 22:32:42.499 INFO ok!
97722026-02-19T22:32:43.765Z[ host-image] Feb 19 22:32:42.499 INFO O| Feb 19 22:32:42.499 INFO STEP 61 (ensure_file) COMPLETE
97732026-02-19T22:32:43.765Z[ host-image] Feb 19 22:32:42.499 INFO O| Feb 19 22:32:42.499 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97742026-02-19T22:32:43.777Z[ host-image] Feb 19 22:32:42.513 INFO O| Feb 19 22:32:42.513 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97752026-02-19T22:32:43.777Z[ host-image] Feb 19 22:32:42.513 INFO O| Feb 19 22:32:42.513 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97762026-02-19T22:32:43.781Z[ host-image] Feb 19 22:32:42.514 INFO O| Feb 19 22:32:42.514 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97772026-02-19T22:32:43.781Z[ host-image] Feb 19 22:32:42.514 INFO O| Feb 19 22:32:42.514 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97782026-02-19T22:32:43.781Z[ host-image] Feb 19 22:32:42.514 INFO O| Feb 19 22:32:42.514 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97792026-02-19T22:32:43.781Z[ host-image] Feb 19 22:32:42.514 INFO O| Feb 19 22:32:42.514 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97802026-02-19T22:32:43.781Z[ host-image] Feb 19 22:32:42.514 INFO O| Feb 19 22:32:42.514 INFO ok!
97812026-02-19T22:32:43.781Z[ host-image] Feb 19 22:32:42.514 INFO O| Feb 19 22:32:42.514 INFO STEP 62 (ensure_file) COMPLETE
97822026-02-19T22:32:43.781Z[ host-image] Feb 19 22:32:42.514 INFO O| Feb 19 22:32:42.514 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97832026-02-19T22:32:43.792Z[ host-image] Feb 19 22:32:42.528 INFO O| Feb 19 22:32:42.528 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97842026-02-19T22:32:43.792Z[ host-image] Feb 19 22:32:42.528 INFO O| Feb 19 22:32:42.528 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 ...
97852026-02-19T22:32:43.795Z[ host-image] Feb 19 22:32:42.529 INFO O| Feb 19 22:32:42.529 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
97862026-02-19T22:32:43.795Z[ host-image] Feb 19 22:32:42.529 INFO O| Feb 19 22:32:42.529 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97872026-02-19T22:32:43.795Z[ host-image] Feb 19 22:32:42.529 INFO O| Feb 19 22:32:42.529 INFO ok!
97882026-02-19T22:32:43.795Z[ host-image] Feb 19 22:32:42.529 INFO O| Feb 19 22:32:42.529 INFO STEP 63 (ensure_file) COMPLETE
97892026-02-19T22:32:43.796Z[ host-image] Feb 19 22:32:42.529 INFO O| Feb 19 22:32:42.529 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97902026-02-19T22:32:43.799Z[ recovery-image] Feb 19 22:32:42.534 INFO E| Compiling cpio_reader v0.1.2
97912026-02-19T22:32:43.804Z[ recovery-image] Feb 19 22:32:42.541 INFO E| Compiling static_assertions v1.1.0
97922026-02-19T22:32:43.808Z[ host-image] Feb 19 22:32:42.543 INFO O| Feb 19 22:32:42.542 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97932026-02-19T22:32:43.808Z[ host-image] Feb 19 22:32:42.543 INFO O| Feb 19 22:32:42.542 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 ...
97942026-02-19T22:32:43.808Z[ host-image] Feb 19 22:32:42.543 INFO O| Feb 19 22:32:42.543 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
97952026-02-19T22:32:43.808Z[ host-image] Feb 19 22:32:42.544 INFO O| Feb 19 22:32:42.543 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97962026-02-19T22:32:43.808Z[ host-image] Feb 19 22:32:42.544 INFO O| Feb 19 22:32:42.544 INFO ok!
97972026-02-19T22:32:43.808Z[ host-image] Feb 19 22:32:42.544 INFO O| Feb 19 22:32:42.544 INFO STEP 64 (ensure_file) COMPLETE
97982026-02-19T22:32:43.808Z[ host-image] Feb 19 22:32:42.544 INFO O| Feb 19 22:32:42.544 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97992026-02-19T22:32:43.821Z[ host-image] Feb 19 22:32:42.556 INFO O| Feb 19 22:32:42.556 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98002026-02-19T22:32:43.821Z[ host-image] Feb 19 22:32:42.557 INFO O| Feb 19 22:32:42.556 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 ...
98012026-02-19T22:32:43.824Z[ host-image] Feb 19 22:32:42.557 INFO O| Feb 19 22:32:42.557 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
98022026-02-19T22:32:43.824Z[ host-image] Feb 19 22:32:42.557 INFO O| Feb 19 22:32:42.557 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98032026-02-19T22:32:43.824Z[ host-image] Feb 19 22:32:42.557 INFO O| Feb 19 22:32:42.557 INFO ok!
98042026-02-19T22:32:43.824Z[ host-image] Feb 19 22:32:42.557 INFO O| Feb 19 22:32:42.557 INFO STEP 65 (ensure_file) COMPLETE
98052026-02-19T22:32:43.824Z[ host-image] Feb 19 22:32:42.557 INFO O| Feb 19 22:32:42.557 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98062026-02-19T22:32:43.824Z[ host-image] Feb 19 22:32:42.557 INFO O| Feb 19 22:32:42.557 INFO skip step because feature "mbist" is not enabled
98072026-02-19T22:32:43.824Z[ host-image] Feb 19 22:32:42.557 INFO O| Feb 19 22:32:42.557 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98082026-02-19T22:32:43.842Z[ host-image] Feb 19 22:32:42.578 INFO O| Feb 19 22:32:42.578 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98092026-02-19T22:32:43.842Z[ host-image] Feb 19 22:32:42.578 INFO O| Feb 19 22:32:42.578 INFO STEP 67 (ensure_dir) COMPLETE
98102026-02-19T22:32:43.842Z[ host-image] Feb 19 22:32:42.578 INFO O| Feb 19 22:32:42.578 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112026-02-19T22:32:43.855Z[ host-image] Feb 19 22:32:42.591 INFO O| Feb 19 22:32:42.591 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98122026-02-19T22:32:43.856Z[ host-image] Feb 19 22:32:42.591 INFO O| Feb 19 22:32:42.591 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98132026-02-19T22:32:43.856Z[ host-image] Feb 19 22:32:42.591 INFO O| Feb 19 22:32:42.591 INFO STEP 68 (ensure_dir) COMPLETE
98142026-02-19T22:32:43.859Z[ host-image] Feb 19 22:32:42.591 INFO O| Feb 19 22:32:42.591 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152026-02-19T22:32:43.867Z[ host-image] Feb 19 22:32:42.603 INFO O| Feb 19 22:32:42.603 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98162026-02-19T22:32:43.867Z[ host-image] Feb 19 22:32:42.604 INFO O| Feb 19 22:32:42.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98172026-02-19T22:32:43.870Z[ host-image] Feb 19 22:32:42.604 INFO O| Feb 19 22:32:42.604 INFO STEP 69 (ensure_dir) COMPLETE
98182026-02-19T22:32:43.871Z[ host-image] Feb 19 22:32:42.604 INFO O| Feb 19 22:32:42.604 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192026-02-19T22:32:43.882Z[ host-image] Feb 19 22:32:42.618 INFO O| Feb 19 22:32:42.618 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98202026-02-19T22:32:43.885Z[ host-image] Feb 19 22:32:42.618 INFO O| Feb 19 22:32:42.618 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98212026-02-19T22:32:43.940Z[ recovery-image] Feb 19 22:32:42.676 INFO E| Compiling bitstruct v0.1.1
98222026-02-19T22:32:44.101Z[ recovery-image] Feb 19 22:32:42.834 INFO E| Compiling goblin v0.10.4
98232026-02-19T22:32:44.844Z[ host-image] Feb 19 22:32:43.580 INFO O| Feb 19 22:32:43.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98242026-02-19T22:32:44.844Z[ host-image] Feb 19 22:32:43.580 INFO O| Feb 19 22:32:43.580 INFO ok!
98252026-02-19T22:32:44.848Z[ host-image] Feb 19 22:32:43.580 INFO O| Feb 19 22:32:43.580 INFO STEP 70 (ensure_file) COMPLETE
98262026-02-19T22:32:44.848Z[ host-image] Feb 19 22:32:43.580 INFO O| Feb 19 22:32:43.580 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272026-02-19T22:32:44.858Z[ host-image] Feb 19 22:32:43.594 INFO O| Feb 19 22:32:43.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98282026-02-19T22:32:44.859Z[ host-image] Feb 19 22:32:43.594 INFO O| Feb 19 22:32:43.594 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98292026-02-19T22:32:46.345Z[ host-image] Feb 19 22:32:45.081 INFO O| Feb 19 22:32:45.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98302026-02-19T22:32:46.345Z[ host-image] Feb 19 22:32:45.081 INFO O| Feb 19 22:32:45.081 INFO ok!
98312026-02-19T22:32:46.349Z[ host-image] Feb 19 22:32:45.081 INFO O| Feb 19 22:32:45.081 INFO STEP 71 (ensure_file) COMPLETE
98322026-02-19T22:32:46.349Z[ host-image] Feb 19 22:32:45.081 INFO O| Feb 19 22:32:45.081 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332026-02-19T22:32:46.359Z[ host-image] Feb 19 22:32:45.095 INFO O| Feb 19 22:32:45.095 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98342026-02-19T22:32:46.363Z[ host-image] Feb 19 22:32:45.095 INFO O| Feb 19 22:32:45.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98352026-02-19T22:32:46.363Z[ host-image] Feb 19 22:32:45.095 INFO O| Feb 19 22:32:45.095 INFO STEP 72 (ensure_dir) COMPLETE
98362026-02-19T22:32:46.363Z[ host-image] Feb 19 22:32:45.095 INFO O| Feb 19 22:32:45.095 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98372026-02-19T22:32:46.371Z[ host-image] Feb 19 22:32:45.107 INFO O| Feb 19 22:32:45.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98382026-02-19T22:32:46.371Z[ host-image] Feb 19 22:32:45.107 INFO O| Feb 19 22:32:45.107 INFO copying /tmp/.tmpwYIS1K/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 ...
98392026-02-19T22:32:46.371Z[ host-image] Feb 19 22:32:45.108 INFO O| Feb 19 22:32:45.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98402026-02-19T22:32:46.375Z[ host-image] Feb 19 22:32:45.108 INFO O| Feb 19 22:32:45.108 INFO ok!
98412026-02-19T22:32:46.375Z[ host-image] Feb 19 22:32:45.108 INFO O| Feb 19 22:32:45.108 INFO STEP 73 (ensure_file) COMPLETE
98422026-02-19T22:32:46.375Z[ host-image] Feb 19 22:32:45.108 INFO O| Feb 19 22:32:45.108 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432026-02-19T22:32:46.382Z[ host-image] Feb 19 22:32:45.117 INFO O| Feb 19 22:32:45.116 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98442026-02-19T22:32:46.385Z[ host-image] Feb 19 22:32:45.117 INFO O| Feb 19 22:32:45.116 INFO copying /tmp/.tmpwYIS1K/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 ...
98452026-02-19T22:32:46.385Z[ host-image] Feb 19 22:32:45.117 INFO O| Feb 19 22:32:45.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98462026-02-19T22:32:46.385Z[ host-image] Feb 19 22:32:45.117 INFO O| Feb 19 22:32:45.117 INFO ok!
98472026-02-19T22:32:46.385Z[ host-image] Feb 19 22:32:45.117 INFO O| Feb 19 22:32:45.117 INFO STEP 74 (ensure_file) COMPLETE
98482026-02-19T22:32:46.385Z[ host-image] Feb 19 22:32:45.117 INFO O| Feb 19 22:32:45.117 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492026-02-19T22:32:46.393Z[ host-image] Feb 19 22:32:45.129 INFO O| Feb 19 22:32:45.129 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98502026-02-19T22:32:46.397Z[ host-image] Feb 19 22:32:45.129 INFO O| Feb 19 22:32:45.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98512026-02-19T22:32:46.397Z[ host-image] Feb 19 22:32:45.129 INFO O| Feb 19 22:32:45.129 INFO STEP 75 (ensure_dir) COMPLETE
98522026-02-19T22:32:46.397Z[ host-image] Feb 19 22:32:45.129 INFO O| Feb 19 22:32:45.129 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532026-02-19T22:32:46.404Z[ host-image] Feb 19 22:32:45.139 INFO O| Feb 19 22:32:45.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98542026-02-19T22:32:46.404Z[ host-image] Feb 19 22:32:45.139 INFO O| Feb 19 22:32:45.139 INFO copying /tmp/.tmpwYIS1K/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 ...
98552026-02-19T22:32:46.404Z[ host-image] Feb 19 22:32:45.139 INFO O| Feb 19 22:32:45.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98562026-02-19T22:32:46.407Z[ host-image] Feb 19 22:32:45.139 INFO O| Feb 19 22:32:45.139 INFO ok!
98572026-02-19T22:32:46.407Z[ host-image] Feb 19 22:32:45.139 INFO O| Feb 19 22:32:45.139 INFO STEP 76 (ensure_file) COMPLETE
98582026-02-19T22:32:46.407Z[ host-image] Feb 19 22:32:45.139 INFO O| Feb 19 22:32:45.139 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592026-02-19T22:32:46.416Z[ host-image] Feb 19 22:32:45.152 INFO O| Feb 19 22:32:45.152 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98602026-02-19T22:32:46.416Z[ host-image] Feb 19 22:32:45.152 INFO O| Feb 19 22:32:45.152 INFO copying /tmp/.tmpwYIS1K/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 ...
98612026-02-19T22:32:46.420Z[ host-image] Feb 19 22:32:45.153 INFO O| Feb 19 22:32:45.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98622026-02-19T22:32:46.420Z[ host-image] Feb 19 22:32:45.153 INFO O| Feb 19 22:32:45.152 INFO ok!
98632026-02-19T22:32:46.420Z[ host-image] Feb 19 22:32:45.153 INFO O| Feb 19 22:32:45.153 INFO STEP 77 (ensure_file) COMPLETE
98642026-02-19T22:32:46.420Z[ host-image] Feb 19 22:32:45.153 INFO O| Feb 19 22:32:45.153 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652026-02-19T22:32:46.428Z[ host-image] Feb 19 22:32:45.164 INFO O| Feb 19 22:32:45.164 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98662026-02-19T22:32:46.428Z[ host-image] Feb 19 22:32:45.164 INFO O| Feb 19 22:32:45.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98672026-02-19T22:32:46.431Z[ host-image] Feb 19 22:32:45.164 INFO O| Feb 19 22:32:45.164 INFO STEP 78 (ensure_dir) COMPLETE
98682026-02-19T22:32:46.431Z[ host-image] Feb 19 22:32:45.164 INFO O| Feb 19 22:32:45.164 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692026-02-19T22:32:46.442Z[ host-image] Feb 19 22:32:45.178 INFO O| Feb 19 22:32:45.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98702026-02-19T22:32:46.442Z[ host-image] Feb 19 22:32:45.178 INFO O| Feb 19 22:32:45.178 INFO copying /tmp/.tmpwYIS1K/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 ...
98712026-02-19T22:32:46.445Z[ host-image] Feb 19 22:32:45.178 INFO O| Feb 19 22:32:45.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98722026-02-19T22:32:46.445Z[ host-image] Feb 19 22:32:45.178 INFO O| Feb 19 22:32:45.178 INFO ok!
98732026-02-19T22:32:46.445Z[ host-image] Feb 19 22:32:45.178 INFO O| Feb 19 22:32:45.178 INFO STEP 79 (ensure_file) COMPLETE
98742026-02-19T22:32:46.445Z[ host-image] Feb 19 22:32:45.178 INFO O| Feb 19 22:32:45.178 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752026-02-19T22:32:46.454Z[ host-image] Feb 19 22:32:45.190 INFO O| Feb 19 22:32:45.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98762026-02-19T22:32:46.454Z[ host-image] Feb 19 22:32:45.190 INFO O| Feb 19 22:32:45.190 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98772026-02-19T22:32:46.457Z[ host-image] Feb 19 22:32:45.190 INFO O| Feb 19 22:32:45.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98782026-02-19T22:32:46.457Z[ host-image] Feb 19 22:32:45.190 INFO O| Feb 19 22:32:45.190 INFO ok!
98792026-02-19T22:32:46.457Z[ host-image] Feb 19 22:32:45.190 INFO O| Feb 19 22:32:45.190 INFO STEP 80 (ensure_file) COMPLETE
98802026-02-19T22:32:46.457Z[ host-image] Feb 19 22:32:45.190 INFO O| Feb 19 22:32:45.190 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98812026-02-19T22:32:46.462Z[ host-image] Feb 19 22:32:45.198 INFO O| Feb 19 22:32:45.198 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98822026-02-19T22:32:46.462Z[ host-image] Feb 19 22:32:45.198 INFO O| Feb 19 22:32:45.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98832026-02-19T22:32:46.466Z[ host-image] Feb 19 22:32:45.198 INFO O| Feb 19 22:32:45.198 INFO STEP 81 (ensure_dir) COMPLETE
98842026-02-19T22:32:46.466Z[ host-image] Feb 19 22:32:45.198 INFO O| Feb 19 22:32:45.198 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852026-02-19T22:32:46.470Z[ host-image] Feb 19 22:32:45.206 INFO O| Feb 19 22:32:45.206 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98862026-02-19T22:32:46.470Z[ host-image] Feb 19 22:32:45.206 INFO O| Feb 19 22:32:45.206 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98872026-02-19T22:32:47.806Z[ host-image] Feb 19 22:32:46.542 INFO O| Feb 19 22:32:46.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98882026-02-19T22:32:47.806Z[ host-image] Feb 19 22:32:46.542 INFO O| Feb 19 22:32:46.542 INFO ok!
98892026-02-19T22:32:47.806Z[ host-image] Feb 19 22:32:46.542 INFO O| Feb 19 22:32:46.542 INFO STEP 82 (ensure_file) COMPLETE
98902026-02-19T22:32:47.811Z[ host-image] Feb 19 22:32:46.542 INFO O| Feb 19 22:32:46.542 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912026-02-19T22:32:47.820Z[ host-image] Feb 19 22:32:46.556 INFO O| Feb 19 22:32:46.556 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
98922026-02-19T22:32:47.820Z[ host-image] Feb 19 22:32:46.556 INFO O| Feb 19 22:32:46.556 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
98932026-02-19T22:32:48.629Z[ host-image] Feb 19 22:32:47.365 INFO O| Feb 19 22:32:47.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
98942026-02-19T22:32:48.629Z[ host-image] Feb 19 22:32:47.365 INFO O| Feb 19 22:32:47.365 INFO ok!
98952026-02-19T22:32:48.629Z[ host-image] Feb 19 22:32:47.365 INFO O| Feb 19 22:32:47.365 INFO STEP 83 (ensure_file) COMPLETE
98962026-02-19T22:32:48.633Z[ host-image] Feb 19 22:32:47.365 INFO O| Feb 19 22:32:47.365 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98972026-02-19T22:32:48.644Z[ host-image] Feb 19 22:32:47.380 INFO O| Feb 19 22:32:47.380 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98982026-02-19T22:32:48.645Z[ host-image] Feb 19 22:32:47.380 INFO O| Feb 19 22:32:47.380 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98992026-02-19T22:32:51.449Z[ host-image] Feb 19 22:32:50.185 INFO O| Feb 19 22:32:50.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99002026-02-19T22:32:51.449Z[ host-image] Feb 19 22:32:50.185 INFO O| Feb 19 22:32:50.185 INFO ok!
99012026-02-19T22:32:51.449Z[ host-image] Feb 19 22:32:50.185 INFO O| Feb 19 22:32:50.185 INFO STEP 84 (ensure_file) COMPLETE
99022026-02-19T22:32:51.449Z[ host-image] Feb 19 22:32:50.185 INFO O| Feb 19 22:32:50.185 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99032026-02-19T22:32:51.458Z[ host-image] Feb 19 22:32:50.194 INFO O| Feb 19 22:32:50.194 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99042026-02-19T22:32:51.458Z[ host-image] Feb 19 22:32:50.194 INFO O| Feb 19 22:32:50.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99052026-02-19T22:32:51.461Z[ host-image] Feb 19 22:32:50.194 INFO O| Feb 19 22:32:50.194 INFO STEP 85 (ensure_dir) COMPLETE
99062026-02-19T22:32:51.461Z[ host-image] Feb 19 22:32:50.194 INFO O| Feb 19 22:32:50.194 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072026-02-19T22:32:51.467Z[ host-image] Feb 19 22:32:50.202 INFO O| Feb 19 22:32:50.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99082026-02-19T22:32:51.470Z[ host-image] Feb 19 22:32:50.202 INFO O| Feb 19 22:32:50.202 INFO copying /tmp/.tmpwYIS1K/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 ...
99092026-02-19T22:32:51.470Z[ host-image] Feb 19 22:32:50.202 INFO O| Feb 19 22:32:50.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99102026-02-19T22:32:51.470Z[ host-image] Feb 19 22:32:50.202 INFO O| Feb 19 22:32:50.202 INFO ok!
99112026-02-19T22:32:51.470Z[ host-image] Feb 19 22:32:50.202 INFO O| Feb 19 22:32:50.202 INFO STEP 86 (ensure_file) COMPLETE
99122026-02-19T22:32:51.470Z[ host-image] Feb 19 22:32:50.202 INFO O| Feb 19 22:32:50.202 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132026-02-19T22:32:51.474Z[ host-image] Feb 19 22:32:50.210 INFO O| Feb 19 22:32:50.210 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99142026-02-19T22:32:51.474Z[ host-image] Feb 19 22:32:50.210 INFO O| Feb 19 22:32:50.210 INFO copying /tmp/.tmpwYIS1K/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 ...
99152026-02-19T22:32:51.474Z[ host-image] Feb 19 22:32:50.210 INFO O| Feb 19 22:32:50.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99162026-02-19T22:32:51.478Z[ host-image] Feb 19 22:32:50.210 INFO O| Feb 19 22:32:50.210 INFO ok!
99172026-02-19T22:32:51.478Z[ host-image] Feb 19 22:32:50.210 INFO O| Feb 19 22:32:50.210 INFO STEP 87 (ensure_file) COMPLETE
99182026-02-19T22:32:51.478Z[ host-image] Feb 19 22:32:50.210 INFO O| Feb 19 22:32:50.210 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192026-02-19T22:32:51.484Z[ host-image] Feb 19 22:32:50.220 INFO O| Feb 19 22:32:50.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99202026-02-19T22:32:51.484Z[ host-image] Feb 19 22:32:50.220 INFO O| Feb 19 22:32:50.220 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99212026-02-19T22:32:51.484Z[ host-image] Feb 19 22:32:50.220 INFO O| Feb 19 22:32:50.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99222026-02-19T22:32:51.488Z[ host-image] Feb 19 22:32:50.220 INFO O| Feb 19 22:32:50.220 INFO ok!
99232026-02-19T22:32:51.488Z[ host-image] Feb 19 22:32:50.220 INFO O| Feb 19 22:32:50.220 INFO STEP 88 (ensure_file) COMPLETE
99242026-02-19T22:32:51.488Z[ host-image] Feb 19 22:32:50.220 INFO O| Feb 19 22:32:50.220 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99252026-02-19T22:32:51.492Z[ host-image] Feb 19 22:32:50.228 INFO O| Feb 19 22:32:50.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99262026-02-19T22:32:51.492Z[ host-image] Feb 19 22:32:50.228 INFO O| Feb 19 22:32:50.228 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99272026-02-19T22:32:51.495Z[ host-image] Feb 19 22:32:50.228 INFO O| Feb 19 22:32:50.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99282026-02-19T22:32:51.495Z[ host-image] Feb 19 22:32:50.228 INFO O| Feb 19 22:32:50.228 INFO ok!
99292026-02-19T22:32:51.495Z[ host-image] Feb 19 22:32:50.228 INFO O| Feb 19 22:32:50.228 INFO STEP 89 (ensure_file) COMPLETE
99302026-02-19T22:32:51.496Z[ host-image] Feb 19 22:32:50.228 INFO O| Feb 19 22:32:50.228 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312026-02-19T22:32:51.502Z[ host-image] Feb 19 22:32:50.238 INFO O| Feb 19 22:32:50.238 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99322026-02-19T22:32:51.502Z[ host-image] Feb 19 22:32:50.238 INFO O| Feb 19 22:32:50.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99332026-02-19T22:32:51.505Z[ host-image] Feb 19 22:32:50.238 INFO O| Feb 19 22:32:50.238 INFO STEP 90 (ensure_dir) COMPLETE
99342026-02-19T22:32:51.505Z[ host-image] Feb 19 22:32:50.238 INFO O| Feb 19 22:32:50.238 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99352026-02-19T22:32:51.509Z[ host-image] Feb 19 22:32:50.245 INFO O| Feb 19 22:32:50.245 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99362026-02-19T22:32:51.509Z[ host-image] Feb 19 22:32:50.245 INFO O| Feb 19 22:32:50.245 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99372026-02-19T22:32:51.514Z[ host-image] Feb 19 22:32:50.250 INFO O| Feb 19 22:32:50.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99382026-02-19T22:32:51.514Z[ host-image] Feb 19 22:32:50.250 INFO O| Feb 19 22:32:50.250 INFO ok!
99392026-02-19T22:32:51.518Z[ host-image] Feb 19 22:32:50.250 INFO O| Feb 19 22:32:50.250 INFO STEP 91 (ensure_file) COMPLETE
99402026-02-19T22:32:51.518Z[ host-image] Feb 19 22:32:50.250 INFO O| Feb 19 22:32:50.250 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99412026-02-19T22:32:51.522Z[ host-image] Feb 19 22:32:50.258 INFO O| Feb 19 22:32:50.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99422026-02-19T22:32:51.522Z[ host-image] Feb 19 22:32:50.258 INFO O| Feb 19 22:32:50.258 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99432026-02-19T22:32:51.526Z[ host-image] Feb 19 22:32:50.258 INFO O| Feb 19 22:32:50.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99442026-02-19T22:32:51.526Z[ host-image] Feb 19 22:32:50.258 INFO O| Feb 19 22:32:50.258 INFO ok!
99452026-02-19T22:32:51.526Z[ host-image] Feb 19 22:32:50.258 INFO O| Feb 19 22:32:50.258 INFO STEP 92 (ensure_file) COMPLETE
99462026-02-19T22:32:51.526Z[ host-image] Feb 19 22:32:50.258 INFO O| Feb 19 22:32:50.258 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472026-02-19T22:32:51.530Z[ host-image] Feb 19 22:32:50.266 INFO O| Feb 19 22:32:50.266 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99482026-02-19T22:32:51.530Z[ host-image] Feb 19 22:32:50.266 INFO O| Feb 19 22:32:50.266 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99492026-02-19T22:32:52.956Z[ host-image] Feb 19 22:32:51.691 INFO O| Feb 19 22:32:51.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99502026-02-19T22:32:52.956Z[ host-image] Feb 19 22:32:51.691 INFO O| Feb 19 22:32:51.691 INFO ok!
99512026-02-19T22:32:52.959Z[ host-image] Feb 19 22:32:51.691 INFO O| Feb 19 22:32:51.691 INFO STEP 93 (ensure_file) COMPLETE
99522026-02-19T22:32:52.959Z[ host-image] Feb 19 22:32:51.691 INFO O| Feb 19 22:32:51.691 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532026-02-19T22:32:52.966Z[ host-image] Feb 19 22:32:51.701 INFO O| Feb 19 22:32:51.701 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99542026-02-19T22:32:52.966Z[ host-image] Feb 19 22:32:51.701 INFO O| Feb 19 22:32:51.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99552026-02-19T22:32:52.969Z[ host-image] Feb 19 22:32:51.701 INFO O| Feb 19 22:32:51.701 INFO STEP 94 (ensure_dir) COMPLETE
99562026-02-19T22:32:52.969Z[ host-image] Feb 19 22:32:51.701 INFO O| Feb 19 22:32:51.701 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572026-02-19T22:32:52.973Z[ host-image] Feb 19 22:32:51.709 INFO O| Feb 19 22:32:51.709 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99582026-02-19T22:32:52.977Z[ host-image] Feb 19 22:32:51.709 INFO O| Feb 19 22:32:51.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99592026-02-19T22:32:52.977Z[ host-image] Feb 19 22:32:51.709 INFO O| Feb 19 22:32:51.709 INFO STEP 95 (ensure_dir) COMPLETE
99602026-02-19T22:32:52.977Z[ host-image] Feb 19 22:32:51.709 INFO O| Feb 19 22:32:51.709 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612026-02-19T22:32:52.981Z[ host-image] Feb 19 22:32:51.717 INFO O| Feb 19 22:32:51.717 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99622026-02-19T22:32:52.981Z[ host-image] Feb 19 22:32:51.717 INFO O| Feb 19 22:32:51.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99632026-02-19T22:32:52.984Z[ host-image] Feb 19 22:32:51.717 INFO O| Feb 19 22:32:51.717 INFO STEP 96 (ensure_dir) COMPLETE
99642026-02-19T22:32:52.984Z[ host-image] Feb 19 22:32:51.717 INFO O| Feb 19 22:32:51.717 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652026-02-19T22:32:52.989Z[ host-image] Feb 19 22:32:51.725 INFO O| Feb 19 22:32:51.725 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99662026-02-19T22:32:52.989Z[ host-image] Feb 19 22:32:51.725 INFO O| Feb 19 22:32:51.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99672026-02-19T22:32:52.992Z[ host-image] Feb 19 22:32:51.725 INFO O| Feb 19 22:32:51.725 INFO STEP 97 (ensure_dir) COMPLETE
99682026-02-19T22:32:52.992Z[ host-image] Feb 19 22:32:51.725 INFO O| Feb 19 22:32:51.725 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692026-02-19T22:32:52.998Z[ host-image] Feb 19 22:32:51.734 INFO O| Feb 19 22:32:51.734 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99702026-02-19T22:32:52.998Z[ host-image] Feb 19 22:32:51.734 INFO O| Feb 19 22:32:51.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99712026-02-19T22:32:53.001Z[ host-image] Feb 19 22:32:51.734 INFO O| Feb 19 22:32:51.734 INFO STEP 98 (ensure_dir) COMPLETE
99722026-02-19T22:32:53.001Z[ host-image] Feb 19 22:32:51.734 INFO O| Feb 19 22:32:51.734 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99732026-02-19T22:32:53.005Z[ host-image] Feb 19 22:32:51.741 INFO O| Feb 19 22:32:51.741 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99742026-02-19T22:32:53.006Z[ host-image] Feb 19 22:32:51.741 INFO O| Feb 19 22:32:51.741 INFO copying /tmp/.tmpwYIS1K/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 ...
99752026-02-19T22:32:53.009Z[ host-image] Feb 19 22:32:51.741 INFO O| Feb 19 22:32:51.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99762026-02-19T22:32:53.009Z[ host-image] Feb 19 22:32:51.741 INFO O| Feb 19 22:32:51.741 INFO ok!
99772026-02-19T22:32:53.009Z[ host-image] Feb 19 22:32:51.741 INFO O| Feb 19 22:32:51.741 INFO STEP 99 (ensure_file) COMPLETE
99782026-02-19T22:32:53.009Z[ host-image] Feb 19 22:32:51.741 INFO O| Feb 19 22:32:51.741 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99792026-02-19T22:32:53.013Z[ host-image] Feb 19 22:32:51.749 INFO O| Feb 19 22:32:51.749 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99802026-02-19T22:32:53.016Z[ host-image] Feb 19 22:32:51.749 INFO O| Feb 19 22:32:51.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99812026-02-19T22:32:53.016Z[ host-image] Feb 19 22:32:51.749 INFO O| Feb 19 22:32:51.749 INFO STEP 100 (ensure_dir) COMPLETE
99822026-02-19T22:32:53.016Z[ host-image] Feb 19 22:32:51.749 INFO O| Feb 19 22:32:51.749 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832026-02-19T22:32:53.021Z[ host-image] Feb 19 22:32:51.757 INFO O| Feb 19 22:32:51.757 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99842026-02-19T22:32:53.021Z[ host-image] Feb 19 22:32:51.757 INFO O| Feb 19 22:32:51.757 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99852026-02-19T22:32:53.041Z[ host-image] Feb 19 22:32:51.775 INFO O| Feb 19 22:32:51.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99862026-02-19T22:32:53.041Z[ host-image] Feb 19 22:32:51.775 INFO O| Feb 19 22:32:51.775 INFO ok!
99872026-02-19T22:32:53.041Z[ host-image] Feb 19 22:32:51.775 INFO O| Feb 19 22:32:51.775 INFO STEP 101 (ensure_file) COMPLETE
99882026-02-19T22:32:53.044Z[ host-image] Feb 19 22:32:51.775 INFO O| Feb 19 22:32:51.775 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892026-02-19T22:32:53.048Z[ host-image] Feb 19 22:32:51.784 INFO O| Feb 19 22:32:51.784 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99902026-02-19T22:32:53.048Z[ host-image] Feb 19 22:32:51.784 INFO O| Feb 19 22:32:51.784 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99912026-02-19T22:32:53.051Z[ host-image] Feb 19 22:32:51.784 INFO O| Feb 19 22:32:51.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99922026-02-19T22:32:53.051Z[ host-image] Feb 19 22:32:51.784 INFO O| Feb 19 22:32:51.784 INFO ok!
99932026-02-19T22:32:53.051Z[ host-image] Feb 19 22:32:51.784 INFO O| Feb 19 22:32:51.784 INFO STEP 102 (ensure_file) COMPLETE
99942026-02-19T22:32:53.051Z[ host-image] Feb 19 22:32:51.784 INFO O| Feb 19 22:32:51.784 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952026-02-19T22:32:53.056Z[ host-image] Feb 19 22:32:51.792 INFO O| Feb 19 22:32:51.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99962026-02-19T22:32:53.056Z[ host-image] Feb 19 22:32:51.792 INFO O| Feb 19 22:32:51.792 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99972026-02-19T22:32:53.378Z[ recovery-image] Feb 19 22:32:52.113 INFO E| Finished `release` profile [optimized] target(s) in 43.14s
99982026-02-19T22:32:53.403Z[ recovery-image] Feb 19 22:32:52.139 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
99992026-02-19T22:32:53.500Z[ recovery-image] Feb 19 22:32:52.236 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')"
100002026-02-19T22:32:53.503Z[ recovery-image] Feb 19 22:32:52.236 INFO building ROM for gimlet
100012026-02-19T22:32:53.504Z[ recovery-image] Feb 19 22:32:52.236 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")
100022026-02-19T22:32:53.565Z[ host-image] Feb 19 22:32:52.300 INFO O| Feb 19 22:32:52.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100032026-02-19T22:32:53.565Z[ host-image] Feb 19 22:32:52.300 INFO O| Feb 19 22:32:52.300 INFO ok!
100042026-02-19T22:32:53.568Z[ host-image] Feb 19 22:32:52.300 INFO O| Feb 19 22:32:52.300 INFO STEP 103 (ensure_file) COMPLETE
100052026-02-19T22:32:53.568Z[ host-image] Feb 19 22:32:52.300 INFO O| Feb 19 22:32:52.300 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062026-02-19T22:32:53.573Z[ host-image] Feb 19 22:32:52.309 INFO O| Feb 19 22:32:52.309 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100072026-02-19T22:32:53.577Z[ host-image] Feb 19 22:32:52.309 INFO O| Feb 19 22:32:52.309 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100082026-02-19T22:32:53.577Z[ host-image] Feb 19 22:32:52.309 INFO O| Feb 19 22:32:52.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100092026-02-19T22:32:53.577Z[ host-image] Feb 19 22:32:52.309 INFO O| Feb 19 22:32:52.309 INFO ok!
100102026-02-19T22:32:53.577Z[ host-image] Feb 19 22:32:52.309 INFO O| Feb 19 22:32:52.309 INFO STEP 104 (ensure_file) COMPLETE
100112026-02-19T22:32:53.577Z[ host-image] Feb 19 22:32:52.309 INFO O| Feb 19 22:32:52.309 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122026-02-19T22:32:53.582Z[ host-image] Feb 19 22:32:52.317 INFO O| Feb 19 22:32:52.317 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100132026-02-19T22:32:53.584Z[ host-image] Feb 19 22:32:52.317 INFO O| Feb 19 22:32:52.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100142026-02-19T22:32:53.585Z[ host-image] Feb 19 22:32:52.318 INFO O| Feb 19 22:32:52.317 INFO STEP 105 (ensure_dir) COMPLETE
100152026-02-19T22:32:53.585Z[ host-image] Feb 19 22:32:52.318 INFO O| Feb 19 22:32:52.317 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162026-02-19T22:32:53.589Z[ host-image] Feb 19 22:32:52.325 INFO O| Feb 19 22:32:52.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
100172026-02-19T22:32:53.589Z[ host-image] Feb 19 22:32:52.325 INFO O| Feb 19 22:32:52.325 INFO copying /tmp/.tmpwYIS1K/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 ...
100182026-02-19T22:32:53.846Z[ recovery-image] Feb 19 22:32:52.581 INFO E| Downloading crates ...
100192026-02-19T22:32:53.976Z[ recovery-image] Feb 19 22:32:52.709 INFO E| Downloaded anstyle v1.0.10
100202026-02-19T22:32:53.985Z[ recovery-image] Feb 19 22:32:52.720 INFO E| Downloaded serde_spanned v0.6.8
100212026-02-19T22:32:53.989Z[ recovery-image] Feb 19 22:32:52.724 INFO E| Downloaded anstyle-parse v0.2.6
100222026-02-19T22:32:53.994Z[ recovery-image] Feb 19 22:32:52.729 INFO E| Downloaded anstyle-query v1.1.2
100232026-02-19T22:32:53.998Z[ recovery-image] Feb 19 22:32:52.730 INFO E| Downloaded toml_datetime v0.6.9
100242026-02-19T22:32:53.998Z[ recovery-image] Feb 19 22:32:52.732 INFO E| Downloaded colorchoice v1.0.3
100252026-02-19T22:32:54.003Z[ recovery-image] Feb 19 22:32:52.737 INFO E| Downloaded os_pipe v1.2.1
100262026-02-19T22:32:54.007Z[ recovery-image] Feb 19 22:32:52.743 INFO E| Downloaded shared_child v1.0.1
100272026-02-19T22:32:54.024Z[ recovery-image] Feb 19 22:32:52.760 INFO E| Downloaded toml_write v0.1.1
100282026-02-19T22:32:54.030Z[ recovery-image] Feb 19 22:32:52.764 INFO E| Downloaded duct v0.13.7
100292026-02-19T22:32:54.034Z[ recovery-image] Feb 19 22:32:52.766 INFO E| Downloaded toml v0.8.22
100302026-02-19T22:32:54.066Z[ recovery-image] Feb 19 22:32:52.802 INFO E| Downloaded clap v4.5.37
100312026-02-19T22:32:54.074Z[ recovery-image] Feb 19 22:32:52.810 INFO E| Downloaded clap_derive v4.5.32
100322026-02-19T22:32:54.077Z[ recovery-image] Feb 19 22:32:52.812 INFO E| Downloaded toml_edit v0.22.26
100332026-02-19T22:32:54.097Z[ host-image] Feb 19 22:32:52.833 INFO O| Feb 19 22:32:52.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
100342026-02-19T22:32:54.097Z[ host-image] Feb 19 22:32:52.833 INFO O| Feb 19 22:32:52.833 INFO ok!
100352026-02-19T22:32:54.097Z[ host-image] Feb 19 22:32:52.833 INFO O| Feb 19 22:32:52.833 INFO STEP 106 (ensure_file) COMPLETE
100362026-02-19T22:32:54.097Z[ host-image] Feb 19 22:32:52.833 INFO O| Feb 19 22:32:52.833 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100372026-02-19T22:32:54.108Z[ host-image] Feb 19 22:32:52.844 INFO O| Feb 19 22:32:52.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
100382026-02-19T22:32:54.108Z[ host-image] Feb 19 22:32:52.844 INFO O| Feb 19 22:32:52.844 INFO copying /tmp/.tmpwYIS1K/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 ...
100392026-02-19T22:32:54.108Z[ host-image] Feb 19 22:32:52.844 INFO O| Feb 19 22:32:52.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
100402026-02-19T22:32:54.111Z[ host-image] Feb 19 22:32:52.844 INFO O| Feb 19 22:32:52.844 INFO ok!
100412026-02-19T22:32:54.111Z[ host-image] Feb 19 22:32:52.844 INFO O| Feb 19 22:32:52.844 INFO STEP 107 (ensure_file) COMPLETE
100422026-02-19T22:32:54.111Z[ host-image] Feb 19 22:32:52.844 INFO O| Feb 19 22:32:52.844 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-02-19T22:32:54.118Z[ host-image] Feb 19 22:32:52.852 INFO O| Feb 19 22:32:52.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
100442026-02-19T22:32:54.118Z[ host-image] Feb 19 22:32:52.852 INFO O| Feb 19 22:32:52.852 INFO copying /tmp/.tmpwYIS1K/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 ...
100452026-02-19T22:32:54.121Z[ host-image] Feb 19 22:32:52.852 INFO O| Feb 19 22:32:52.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
100462026-02-19T22:32:54.121Z[ host-image] Feb 19 22:32:52.852 INFO O| Feb 19 22:32:52.852 INFO ok!
100472026-02-19T22:32:54.121Z[ host-image] Feb 19 22:32:52.852 INFO O| Feb 19 22:32:52.852 INFO STEP 108 (ensure_file) COMPLETE
100482026-02-19T22:32:54.121Z[ host-image] Feb 19 22:32:52.852 INFO O| Feb 19 22:32:52.852 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-02-19T22:32:54.124Z[ recovery-image] Feb 19 22:32:52.857 INFO E| Downloaded cc v1.2.20
100502026-02-19T22:32:54.124Z[ host-image] Feb 19 22:32:52.860 INFO O| Feb 19 22:32:52.860 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
100512026-02-19T22:32:54.124Z[ host-image] Feb 19 22:32:52.860 INFO O| Feb 19 22:32:52.860 INFO copying /tmp/.tmpwYIS1K/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 ...
100522026-02-19T22:32:54.127Z[ host-image] Feb 19 22:32:52.860 INFO O| Feb 19 22:32:52.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
100532026-02-19T22:32:54.127Z[ host-image] Feb 19 22:32:52.860 INFO O| Feb 19 22:32:52.860 INFO ok!
100542026-02-19T22:32:54.127Z[ host-image] Feb 19 22:32:52.860 INFO O| Feb 19 22:32:52.860 INFO STEP 109 (ensure_file) COMPLETE
100552026-02-19T22:32:54.127Z[ host-image] Feb 19 22:32:52.860 INFO O| Feb 19 22:32:52.860 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100562026-02-19T22:32:54.127Z[ recovery-image] Feb 19 22:32:52.862 INFO E| Downloaded winnow v0.7.7
100572026-02-19T22:32:54.132Z[ host-image] Feb 19 22:32:52.868 INFO O| Feb 19 22:32:52.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
100582026-02-19T22:32:54.132Z[ host-image] Feb 19 22:32:52.868 INFO O| Feb 19 22:32:52.868 INFO copying /tmp/.tmpwYIS1K/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 ...
100592026-02-19T22:32:54.135Z[ host-image] Feb 19 22:32:52.868 INFO O| Feb 19 22:32:52.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
100602026-02-19T22:32:54.135Z[ host-image] Feb 19 22:32:52.868 INFO O| Feb 19 22:32:52.868 INFO ok!
100612026-02-19T22:32:54.135Z[ host-image] Feb 19 22:32:52.868 INFO O| Feb 19 22:32:52.868 INFO STEP 110 (ensure_file) COMPLETE
100622026-02-19T22:32:54.136Z[ host-image] Feb 19 22:32:52.868 INFO O| Feb 19 22:32:52.868 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100632026-02-19T22:32:54.136Z[ recovery-image] Feb 19 22:32:52.871 INFO E| Downloaded clap_builder v4.5.37
100642026-02-19T22:32:54.141Z[ host-image] Feb 19 22:32:52.877 INFO O| Feb 19 22:32:52.877 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
100652026-02-19T22:32:54.141Z[ host-image] Feb 19 22:32:52.877 INFO O| Feb 19 22:32:52.877 INFO copying /tmp/.tmpwYIS1K/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 ...
100662026-02-19T22:32:54.144Z[ host-image] Feb 19 22:32:52.877 INFO O| Feb 19 22:32:52.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
100672026-02-19T22:32:54.144Z[ host-image] Feb 19 22:32:52.877 INFO O| Feb 19 22:32:52.877 INFO ok!
100682026-02-19T22:32:54.145Z[ host-image] Feb 19 22:32:52.877 INFO O| Feb 19 22:32:52.877 INFO STEP 111 (ensure_file) COMPLETE
100692026-02-19T22:32:54.145Z[ host-image] Feb 19 22:32:52.877 INFO O| Feb 19 22:32:52.877 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702026-02-19T22:32:54.149Z[ host-image] Feb 19 22:32:52.885 INFO O| Feb 19 22:32:52.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
100712026-02-19T22:32:54.149Z[ host-image] Feb 19 22:32:52.885 INFO O| Feb 19 22:32:52.885 INFO copying /tmp/.tmpwYIS1K/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 ...
100722026-02-19T22:32:54.149Z[ host-image] Feb 19 22:32:52.885 INFO O| Feb 19 22:32:52.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
100732026-02-19T22:32:54.152Z[ host-image] Feb 19 22:32:52.885 INFO O| Feb 19 22:32:52.885 INFO ok!
100742026-02-19T22:32:54.152Z[ host-image] Feb 19 22:32:52.885 INFO O| Feb 19 22:32:52.885 INFO STEP 112 (ensure_file) COMPLETE
100752026-02-19T22:32:54.152Z[ host-image] Feb 19 22:32:52.885 INFO O| Feb 19 22:32:52.885 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762026-02-19T22:32:54.157Z[ host-image] Feb 19 22:32:52.892 INFO O| Feb 19 22:32:52.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
100772026-02-19T22:32:54.157Z[ host-image] Feb 19 22:32:52.892 INFO O| Feb 19 22:32:52.892 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
100782026-02-19T22:32:54.160Z[ host-image] Feb 19 22:32:52.892 INFO O| Feb 19 22:32:52.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
100792026-02-19T22:32:54.160Z[ host-image] Feb 19 22:32:52.892 INFO O| Feb 19 22:32:52.892 INFO ok!
100802026-02-19T22:32:54.160Z[ host-image] Feb 19 22:32:52.892 INFO O| Feb 19 22:32:52.892 INFO STEP 113 (ensure_file) COMPLETE
100812026-02-19T22:32:54.160Z[ host-image] Feb 19 22:32:52.892 INFO O| Feb 19 22:32:52.892 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822026-02-19T22:32:54.164Z[ host-image] Feb 19 22:32:52.900 INFO O| Feb 19 22:32:52.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
100832026-02-19T22:32:54.164Z[ host-image] Feb 19 22:32:52.900 INFO O| Feb 19 22:32:52.900 INFO copying /tmp/.tmpwYIS1K/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 ...
100842026-02-19T22:32:54.169Z[ host-image] Feb 19 22:32:52.900 INFO O| Feb 19 22:32:52.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
100852026-02-19T22:32:54.169Z[ host-image] Feb 19 22:32:52.900 INFO O| Feb 19 22:32:52.900 INFO ok!
100862026-02-19T22:32:54.169Z[ host-image] Feb 19 22:32:52.900 INFO O| Feb 19 22:32:52.900 INFO STEP 114 (ensure_file) COMPLETE
100872026-02-19T22:32:54.169Z[ host-image] Feb 19 22:32:52.900 INFO O| Feb 19 22:32:52.900 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882026-02-19T22:32:54.172Z[ recovery-image] Feb 19 22:32:52.907 INFO E| Compiling libc v0.2.172
100892026-02-19T22:32:54.172Z[ recovery-image] Feb 19 22:32:52.907 INFO E| Compiling utf8parse v0.2.2
100902026-02-19T22:32:54.173Z[ recovery-image] Feb 19 22:32:52.907 INFO E| Compiling is_terminal_polyfill v1.70.1
100912026-02-19T22:32:54.173Z[ recovery-image] Feb 19 22:32:52.907 INFO E| Compiling once_cell v1.21.3
100922026-02-19T22:32:54.173Z[ recovery-image] Feb 19 22:32:52.907 INFO E| Compiling shlex v1.3.0
100932026-02-19T22:32:54.177Z[ host-image] Feb 19 22:32:52.908 INFO O| Feb 19 22:32:52.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
100942026-02-19T22:32:54.177Z[ host-image] Feb 19 22:32:52.908 INFO O| Feb 19 22:32:52.908 INFO copying /tmp/.tmpwYIS1K/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 ...
100952026-02-19T22:32:54.177Z[ host-image] Feb 19 22:32:52.908 INFO O| Feb 19 22:32:52.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
100962026-02-19T22:32:54.177Z[ host-image] Feb 19 22:32:52.908 INFO O| Feb 19 22:32:52.908 INFO ok!
100972026-02-19T22:32:54.177Z[ host-image] Feb 19 22:32:52.908 INFO O| Feb 19 22:32:52.908 INFO STEP 115 (ensure_file) COMPLETE
100982026-02-19T22:32:54.177Z[ host-image] Feb 19 22:32:52.908 INFO O| Feb 19 22:32:52.908 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100992026-02-19T22:32:54.181Z[ host-image] Feb 19 22:32:52.916 INFO O| Feb 19 22:32:52.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
101002026-02-19T22:32:54.181Z[ host-image] Feb 19 22:32:52.916 INFO O| Feb 19 22:32:52.916 INFO copying /tmp/.tmpwYIS1K/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 ...
101012026-02-19T22:32:54.181Z[ host-image] Feb 19 22:32:52.916 INFO O| Feb 19 22:32:52.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
101022026-02-19T22:32:54.181Z[ host-image] Feb 19 22:32:52.916 INFO O| Feb 19 22:32:52.916 INFO ok!
101032026-02-19T22:32:54.181Z[ host-image] Feb 19 22:32:52.916 INFO O| Feb 19 22:32:52.916 INFO STEP 116 (ensure_file) COMPLETE
101042026-02-19T22:32:54.181Z[ host-image] Feb 19 22:32:52.916 INFO O| Feb 19 22:32:52.916 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101052026-02-19T22:32:54.188Z[ host-image] Feb 19 22:32:52.923 INFO O| Feb 19 22:32:52.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
101062026-02-19T22:32:54.188Z[ host-image] Feb 19 22:32:52.924 INFO O| Feb 19 22:32:52.923 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
101072026-02-19T22:32:54.192Z[ host-image] Feb 19 22:32:52.924 INFO O| Feb 19 22:32:52.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
101082026-02-19T22:32:54.192Z[ host-image] Feb 19 22:32:52.924 INFO O| Feb 19 22:32:52.924 INFO ok!
101092026-02-19T22:32:54.192Z[ host-image] Feb 19 22:32:52.924 INFO O| Feb 19 22:32:52.924 INFO STEP 117 (ensure_file) COMPLETE
101102026-02-19T22:32:54.192Z[ host-image] Feb 19 22:32:52.924 INFO O| Feb 19 22:32:52.924 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101112026-02-19T22:32:54.195Z[ recovery-image] Feb 19 22:32:52.930 INFO E| Compiling anstyle-query v1.1.2
101122026-02-19T22:32:54.198Z[ host-image] Feb 19 22:32:52.933 INFO O| Feb 19 22:32:52.933 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
101132026-02-19T22:32:54.198Z[ host-image] Feb 19 22:32:52.933 INFO O| Feb 19 22:32:52.933 INFO copying /tmp/.tmpwYIS1K/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 ...
101142026-02-19T22:32:54.198Z[ host-image] Feb 19 22:32:52.933 INFO O| Feb 19 22:32:52.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
101152026-02-19T22:32:54.198Z[ host-image] Feb 19 22:32:52.933 INFO O| Feb 19 22:32:52.933 INFO ok!
101162026-02-19T22:32:54.198Z[ host-image] Feb 19 22:32:52.933 INFO O| Feb 19 22:32:52.933 INFO STEP 118 (ensure_file) COMPLETE
101172026-02-19T22:32:54.198Z[ host-image] Feb 19 22:32:52.933 INFO O| Feb 19 22:32:52.933 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-02-19T22:32:54.204Z[ recovery-image] Feb 19 22:32:52.939 INFO E| Compiling hashbrown v0.15.2
101192026-02-19T22:32:54.207Z[ recovery-image] Feb 19 22:32:52.943 INFO E| Compiling syn v2.0.101
101202026-02-19T22:32:54.210Z[ host-image] Feb 19 22:32:52.944 INFO O| Feb 19 22:32:52.944 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
101212026-02-19T22:32:54.211Z[ host-image] Feb 19 22:32:52.944 INFO O| Feb 19 22:32:52.944 INFO copying /tmp/.tmpwYIS1K/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 ...
101222026-02-19T22:32:54.211Z[ host-image] Feb 19 22:32:52.944 INFO O| Feb 19 22:32:52.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
101232026-02-19T22:32:54.211Z[ host-image] Feb 19 22:32:52.944 INFO O| Feb 19 22:32:52.944 INFO ok!
101242026-02-19T22:32:54.211Z[ host-image] Feb 19 22:32:52.944 INFO O| Feb 19 22:32:52.944 INFO STEP 119 (ensure_file) COMPLETE
101252026-02-19T22:32:54.211Z[ host-image] Feb 19 22:32:52.944 INFO O| Feb 19 22:32:52.944 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-02-19T22:32:54.221Z[ host-image] Feb 19 22:32:52.956 INFO O| Feb 19 22:32:52.956 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
101272026-02-19T22:32:54.221Z[ host-image] Feb 19 22:32:52.956 INFO O| Feb 19 22:32:52.956 INFO copying /tmp/.tmpwYIS1K/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 ...
101282026-02-19T22:32:54.224Z[ host-image] Feb 19 22:32:52.956 INFO O| Feb 19 22:32:52.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
101292026-02-19T22:32:54.224Z[ host-image] Feb 19 22:32:52.956 INFO O| Feb 19 22:32:52.956 INFO ok!
101302026-02-19T22:32:54.224Z[ host-image] Feb 19 22:32:52.956 INFO O| Feb 19 22:32:52.956 INFO STEP 120 (ensure_file) COMPLETE
101312026-02-19T22:32:54.224Z[ host-image] Feb 19 22:32:52.956 INFO O| Feb 19 22:32:52.956 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322026-02-19T22:32:54.232Z[ host-image] Feb 19 22:32:52.967 INFO O| Feb 19 22:32:52.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
101332026-02-19T22:32:54.232Z[ host-image] Feb 19 22:32:52.967 INFO O| Feb 19 22:32:52.967 INFO copying /tmp/.tmpwYIS1K/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 ...
101342026-02-19T22:32:54.232Z[ host-image] Feb 19 22:32:52.968 INFO O| Feb 19 22:32:52.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
101352026-02-19T22:32:54.232Z[ host-image] Feb 19 22:32:52.968 INFO O| Feb 19 22:32:52.968 INFO ok!
101362026-02-19T22:32:54.235Z[ host-image] Feb 19 22:32:52.968 INFO O| Feb 19 22:32:52.968 INFO STEP 121 (ensure_file) COMPLETE
101372026-02-19T22:32:54.235Z[ host-image] Feb 19 22:32:52.968 INFO O| Feb 19 22:32:52.968 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-02-19T22:32:54.244Z[ host-image] Feb 19 22:32:52.979 INFO O| Feb 19 22:32:52.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
101392026-02-19T22:32:54.244Z[ host-image] Feb 19 22:32:52.979 INFO O| Feb 19 22:32:52.979 INFO copying /tmp/.tmpwYIS1K/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 ...
101402026-02-19T22:32:54.244Z[ host-image] Feb 19 22:32:52.979 INFO O| Feb 19 22:32:52.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
101412026-02-19T22:32:54.247Z[ host-image] Feb 19 22:32:52.979 INFO O| Feb 19 22:32:52.979 INFO ok!
101422026-02-19T22:32:54.247Z[ host-image] Feb 19 22:32:52.979 INFO O| Feb 19 22:32:52.979 INFO STEP 122 (ensure_file) COMPLETE
101432026-02-19T22:32:54.247Z[ host-image] Feb 19 22:32:52.979 INFO O| Feb 19 22:32:52.979 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-02-19T22:32:54.255Z[ host-image] Feb 19 22:32:52.991 INFO O| Feb 19 22:32:52.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
101452026-02-19T22:32:54.255Z[ host-image] Feb 19 22:32:52.991 INFO O| Feb 19 22:32:52.991 INFO copying /tmp/.tmpwYIS1K/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 ...
101462026-02-19T22:32:54.256Z[ host-image] Feb 19 22:32:52.991 INFO O| Feb 19 22:32:52.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
101472026-02-19T22:32:54.259Z[ host-image] Feb 19 22:32:52.991 INFO O| Feb 19 22:32:52.991 INFO ok!
101482026-02-19T22:32:54.259Z[ host-image] Feb 19 22:32:52.991 INFO O| Feb 19 22:32:52.991 INFO STEP 123 (ensure_file) COMPLETE
101492026-02-19T22:32:54.259Z[ host-image] Feb 19 22:32:52.991 INFO O| Feb 19 22:32:52.991 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502026-02-19T22:32:54.268Z[ host-image] Feb 19 22:32:53.004 INFO O| Feb 19 22:32:53.004 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
101512026-02-19T22:32:54.268Z[ host-image] Feb 19 22:32:53.004 INFO O| Feb 19 22:32:53.004 INFO copying /tmp/.tmpwYIS1K/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 ...
101522026-02-19T22:32:54.268Z[ host-image] Feb 19 22:32:53.004 INFO O| Feb 19 22:32:53.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
101532026-02-19T22:32:54.271Z[ host-image] Feb 19 22:32:53.004 INFO O| Feb 19 22:32:53.004 INFO ok!
101542026-02-19T22:32:54.271Z[ host-image] Feb 19 22:32:53.004 INFO O| Feb 19 22:32:53.004 INFO STEP 124 (ensure_file) COMPLETE
101552026-02-19T22:32:54.271Z[ host-image] Feb 19 22:32:53.004 INFO O| Feb 19 22:32:53.004 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562026-02-19T22:32:54.281Z[ host-image] Feb 19 22:32:53.017 INFO O| Feb 19 22:32:53.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
101572026-02-19T22:32:54.281Z[ host-image] Feb 19 22:32:53.017 INFO O| Feb 19 22:32:53.017 INFO copying /tmp/.tmpwYIS1K/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 ...
101582026-02-19T22:32:54.281Z[ host-image] Feb 19 22:32:53.017 INFO O| Feb 19 22:32:53.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
101592026-02-19T22:32:54.284Z[ host-image] Feb 19 22:32:53.017 INFO O| Feb 19 22:32:53.017 INFO ok!
101602026-02-19T22:32:54.285Z[ host-image] Feb 19 22:32:53.017 INFO O| Feb 19 22:32:53.017 INFO STEP 125 (ensure_file) COMPLETE
101612026-02-19T22:32:54.285Z[ host-image] Feb 19 22:32:53.017 INFO O| Feb 19 22:32:53.017 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101622026-02-19T22:32:54.294Z[ host-image] Feb 19 22:32:53.030 INFO O| Feb 19 22:32:53.030 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
101632026-02-19T22:32:54.294Z[ host-image] Feb 19 22:32:53.030 INFO O| Feb 19 22:32:53.030 INFO copying /tmp/.tmpwYIS1K/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 ...
101642026-02-19T22:32:54.294Z[ host-image] Feb 19 22:32:53.030 INFO O| Feb 19 22:32:53.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
101652026-02-19T22:32:54.297Z[ host-image] Feb 19 22:32:53.030 INFO O| Feb 19 22:32:53.030 INFO ok!
101662026-02-19T22:32:54.297Z[ host-image] Feb 19 22:32:53.030 INFO O| Feb 19 22:32:53.030 INFO STEP 126 (ensure_file) COMPLETE
101672026-02-19T22:32:54.297Z[ host-image] Feb 19 22:32:53.030 INFO O| Feb 19 22:32:53.030 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101682026-02-19T22:32:54.307Z[ host-image] Feb 19 22:32:53.043 INFO O| Feb 19 22:32:53.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
101692026-02-19T22:32:54.307Z[ host-image] Feb 19 22:32:53.043 INFO O| Feb 19 22:32:53.043 INFO copying /tmp/.tmpwYIS1K/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 ...
101702026-02-19T22:32:54.311Z[ host-image] Feb 19 22:32:53.043 INFO O| Feb 19 22:32:53.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
101712026-02-19T22:32:54.311Z[ host-image] Feb 19 22:32:53.043 INFO O| Feb 19 22:32:53.043 INFO ok!
101722026-02-19T22:32:54.311Z[ host-image] Feb 19 22:32:53.043 INFO O| Feb 19 22:32:53.043 INFO STEP 127 (ensure_file) COMPLETE
101732026-02-19T22:32:54.311Z[ host-image] Feb 19 22:32:53.043 INFO O| Feb 19 22:32:53.043 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101742026-02-19T22:32:54.321Z[ host-image] Feb 19 22:32:53.056 INFO O| Feb 19 22:32:53.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
101752026-02-19T22:32:54.321Z[ host-image] Feb 19 22:32:53.056 INFO O| Feb 19 22:32:53.056 INFO copying /tmp/.tmpwYIS1K/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 ...
101762026-02-19T22:32:54.324Z[ host-image] Feb 19 22:32:53.056 INFO O| Feb 19 22:32:53.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
101772026-02-19T22:32:54.324Z[ host-image] Feb 19 22:32:53.056 INFO O| Feb 19 22:32:53.056 INFO ok!
101782026-02-19T22:32:54.324Z[ host-image] Feb 19 22:32:53.056 INFO O| Feb 19 22:32:53.056 INFO STEP 128 (ensure_file) COMPLETE
101792026-02-19T22:32:54.324Z[ host-image] Feb 19 22:32:53.056 INFO O| Feb 19 22:32:53.056 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-02-19T22:32:54.333Z[ host-image] Feb 19 22:32:53.069 INFO O| Feb 19 22:32:53.069 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
101812026-02-19T22:32:54.333Z[ host-image] Feb 19 22:32:53.069 INFO O| Feb 19 22:32:53.069 INFO copying /tmp/.tmpwYIS1K/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 ...
101822026-02-19T22:32:54.337Z[ host-image] Feb 19 22:32:53.069 INFO O| Feb 19 22:32:53.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
101832026-02-19T22:32:54.337Z[ host-image] Feb 19 22:32:53.069 INFO O| Feb 19 22:32:53.069 INFO ok!
101842026-02-19T22:32:54.337Z[ host-image] Feb 19 22:32:53.069 INFO O| Feb 19 22:32:53.069 INFO STEP 129 (ensure_file) COMPLETE
101852026-02-19T22:32:54.337Z[ host-image] Feb 19 22:32:53.069 INFO O| Feb 19 22:32:53.069 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-02-19T22:32:54.348Z[ host-image] Feb 19 22:32:53.083 INFO O| Feb 19 22:32:53.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
101872026-02-19T22:32:54.348Z[ host-image] Feb 19 22:32:53.083 INFO O| Feb 19 22:32:53.083 INFO copying /tmp/.tmpwYIS1K/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 ...
101882026-02-19T22:32:54.351Z[ recovery-image] Feb 19 22:32:53.083 INFO E| Compiling anstyle-parse v0.2.6
101892026-02-19T22:32:54.351Z[ host-image] Feb 19 22:32:53.083 INFO O| Feb 19 22:32:53.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
101902026-02-19T22:32:54.351Z[ host-image] Feb 19 22:32:53.083 INFO O| Feb 19 22:32:53.083 INFO ok!
101912026-02-19T22:32:54.351Z[ host-image] Feb 19 22:32:53.083 INFO O| Feb 19 22:32:53.083 INFO STEP 130 (ensure_file) COMPLETE
101922026-02-19T22:32:54.351Z[ host-image] Feb 19 22:32:53.083 INFO O| Feb 19 22:32:53.083 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-02-19T22:32:54.361Z[ host-image] Feb 19 22:32:53.096 INFO O| Feb 19 22:32:53.096 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
101942026-02-19T22:32:54.361Z[ host-image] Feb 19 22:32:53.096 INFO O| Feb 19 22:32:53.096 INFO copying /tmp/.tmpwYIS1K/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 ...
101952026-02-19T22:32:54.364Z[ host-image] Feb 19 22:32:53.097 INFO O| Feb 19 22:32:53.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
101962026-02-19T22:32:54.364Z[ host-image] Feb 19 22:32:53.097 INFO O| Feb 19 22:32:53.096 INFO ok!
101972026-02-19T22:32:54.364Z[ host-image] Feb 19 22:32:53.097 INFO O| Feb 19 22:32:53.096 INFO STEP 131 (ensure_file) COMPLETE
101982026-02-19T22:32:54.364Z[ host-image] Feb 19 22:32:53.097 INFO O| Feb 19 22:32:53.096 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-02-19T22:32:54.374Z[ recovery-image] Feb 19 22:32:53.109 INFO E| Compiling colorchoice v1.0.3
102002026-02-19T22:32:54.374Z[ host-image] Feb 19 22:32:53.109 INFO O| Feb 19 22:32:53.109 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
102012026-02-19T22:32:54.374Z[ host-image] Feb 19 22:32:53.109 INFO O| Feb 19 22:32:53.109 INFO copying /tmp/.tmpwYIS1K/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 ...
102022026-02-19T22:32:54.377Z[ host-image] Feb 19 22:32:53.109 INFO O| Feb 19 22:32:53.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
102032026-02-19T22:32:54.377Z[ host-image] Feb 19 22:32:53.109 INFO O| Feb 19 22:32:53.109 INFO ok!
102042026-02-19T22:32:54.377Z[ host-image] Feb 19 22:32:53.109 INFO O| Feb 19 22:32:53.109 INFO STEP 132 (ensure_file) COMPLETE
102052026-02-19T22:32:54.377Z[ host-image] Feb 19 22:32:53.109 INFO O| Feb 19 22:32:53.109 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-02-19T22:32:54.390Z[ host-image] Feb 19 22:32:53.125 INFO O| Feb 19 22:32:53.124 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
102072026-02-19T22:32:54.390Z[ host-image] Feb 19 22:32:53.125 INFO O| Feb 19 22:32:53.125 INFO copying /tmp/.tmpwYIS1K/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 ...
102082026-02-19T22:32:54.390Z[ host-image] Feb 19 22:32:53.125 INFO O| Feb 19 22:32:53.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
102092026-02-19T22:32:54.395Z[ host-image] Feb 19 22:32:53.125 INFO O| Feb 19 22:32:53.125 INFO ok!
102102026-02-19T22:32:54.395Z[ host-image] Feb 19 22:32:53.125 INFO O| Feb 19 22:32:53.125 INFO STEP 133 (ensure_file) COMPLETE
102112026-02-19T22:32:54.395Z[ host-image] Feb 19 22:32:53.125 INFO O| Feb 19 22:32:53.125 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-02-19T22:32:54.395Z[ recovery-image] Feb 19 22:32:53.128 INFO E| Compiling anstyle v1.0.10
102132026-02-19T22:32:54.401Z[ host-image] Feb 19 22:32:53.136 INFO O| Feb 19 22:32:53.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
102142026-02-19T22:32:54.401Z[ host-image] Feb 19 22:32:53.137 INFO O| Feb 19 22:32:53.136 INFO copying /tmp/.tmpwYIS1K/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 ...
102152026-02-19T22:32:54.401Z[ host-image] Feb 19 22:32:53.137 INFO O| Feb 19 22:32:53.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
102162026-02-19T22:32:54.405Z[ host-image] Feb 19 22:32:53.137 INFO O| Feb 19 22:32:53.137 INFO ok!
102172026-02-19T22:32:54.405Z[ host-image] Feb 19 22:32:53.137 INFO O| Feb 19 22:32:53.137 INFO STEP 134 (ensure_file) COMPLETE
102182026-02-19T22:32:54.405Z[ host-image] Feb 19 22:32:53.137 INFO O| Feb 19 22:32:53.137 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-02-19T22:32:54.414Z[ host-image] Feb 19 22:32:53.149 INFO O| Feb 19 22:32:53.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
102202026-02-19T22:32:54.414Z[ host-image] Feb 19 22:32:53.150 INFO O| Feb 19 22:32:53.149 INFO copying /tmp/.tmpwYIS1K/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 ...
102212026-02-19T22:32:54.418Z[ host-image] Feb 19 22:32:53.150 INFO O| Feb 19 22:32:53.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
102222026-02-19T22:32:54.418Z[ host-image] Feb 19 22:32:53.150 INFO O| Feb 19 22:32:53.150 INFO ok!
102232026-02-19T22:32:54.418Z[ host-image] Feb 19 22:32:53.150 INFO O| Feb 19 22:32:53.150 INFO STEP 135 (ensure_file) COMPLETE
102242026-02-19T22:32:54.418Z[ host-image] Feb 19 22:32:53.150 INFO O| Feb 19 22:32:53.150 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-02-19T22:32:54.427Z[ host-image] Feb 19 22:32:53.163 INFO O| Feb 19 22:32:53.162 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
102262026-02-19T22:32:54.427Z[ host-image] Feb 19 22:32:53.163 INFO O| Feb 19 22:32:53.162 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
102272026-02-19T22:32:54.431Z[ host-image] Feb 19 22:32:53.163 INFO O| Feb 19 22:32:53.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
102282026-02-19T22:32:54.431Z[ host-image] Feb 19 22:32:53.163 INFO O| Feb 19 22:32:53.163 INFO ok!
102292026-02-19T22:32:54.431Z[ host-image] Feb 19 22:32:53.163 INFO O| Feb 19 22:32:53.163 INFO STEP 136 (ensure_file) COMPLETE
102302026-02-19T22:32:54.431Z[ host-image] Feb 19 22:32:53.163 INFO O| Feb 19 22:32:53.163 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-02-19T22:32:54.441Z[ host-image] Feb 19 22:32:53.177 INFO O| Feb 19 22:32:53.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
102322026-02-19T22:32:54.441Z[ host-image] Feb 19 22:32:53.177 INFO O| Feb 19 22:32:53.177 INFO copying /tmp/.tmpwYIS1K/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 ...
102332026-02-19T22:32:54.441Z[ host-image] Feb 19 22:32:53.177 INFO O| Feb 19 22:32:53.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
102342026-02-19T22:32:54.444Z[ host-image] Feb 19 22:32:53.177 INFO O| Feb 19 22:32:53.177 INFO ok!
102352026-02-19T22:32:54.444Z[ host-image] Feb 19 22:32:53.177 INFO O| Feb 19 22:32:53.177 INFO STEP 137 (ensure_file) COMPLETE
102362026-02-19T22:32:54.445Z[ host-image] Feb 19 22:32:53.177 INFO O| Feb 19 22:32:53.177 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-02-19T22:32:54.455Z[ host-image] Feb 19 22:32:53.190 INFO O| Feb 19 22:32:53.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
102382026-02-19T22:32:54.455Z[ host-image] Feb 19 22:32:53.190 INFO O| Feb 19 22:32:53.190 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
102392026-02-19T22:32:54.461Z[ host-image] Feb 19 22:32:53.190 INFO O| Feb 19 22:32:53.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
102402026-02-19T22:32:54.461Z[ host-image] Feb 19 22:32:53.190 INFO O| Feb 19 22:32:53.190 INFO ok!
102412026-02-19T22:32:54.461Z[ host-image] Feb 19 22:32:53.190 INFO O| Feb 19 22:32:53.190 INFO STEP 138 (ensure_file) COMPLETE
102422026-02-19T22:32:54.461Z[ host-image] Feb 19 22:32:53.190 INFO O| Feb 19 22:32:53.190 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-02-19T22:32:54.468Z[ host-image] Feb 19 22:32:53.204 INFO O| Feb 19 22:32:53.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102442026-02-19T22:32:54.469Z[ host-image] Feb 19 22:32:53.204 INFO O| Feb 19 22:32:53.204 INFO copying /tmp/.tmpwYIS1K/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102452026-02-19T22:32:54.586Z[ recovery-image] Feb 19 22:32:53.321 INFO E| Compiling equivalent v1.0.2
102462026-02-19T22:32:54.742Z[ recovery-image] Feb 19 22:32:53.472 INFO E| Compiling cc v1.2.20
102472026-02-19T22:32:54.751Z[ recovery-image] Feb 19 22:32:53.487 INFO E| Compiling toml_write v0.1.1
102482026-02-19T22:32:54.980Z[ recovery-image] Feb 19 22:32:53.716 INFO E| Compiling anstream v0.6.18
102492026-02-19T22:32:55.078Z[ recovery-image] Feb 19 22:32:53.813 INFO E| Compiling anyhow v1.0.98
102502026-02-19T22:32:55.107Z[ recovery-image] Feb 19 22:32:53.843 INFO E| Compiling clap_lex v0.7.4
102512026-02-19T22:32:55.341Z[ recovery-image] Feb 19 22:32:54.077 INFO E| Compiling winnow v0.7.7
102522026-02-19T22:32:55.965Z[ recovery-image] Feb 19 22:32:54.701 INFO E| Compiling indexmap v2.9.0
102532026-02-19T22:32:56.065Z[ recovery-image] Feb 19 22:32:54.800 INFO E| Compiling strsim v0.11.1
102542026-02-19T22:32:56.349Z[ recovery-image] Feb 19 22:32:55.083 INFO E| Compiling os_pipe v1.2.1
102552026-02-19T22:32:56.496Z[ recovery-image] Feb 19 22:32:55.230 INFO E| Compiling shared_child v1.0.1
102562026-02-19T22:32:56.764Z[ recovery-image] Feb 19 22:32:55.499 INFO E| Compiling clap_builder v4.5.37
102572026-02-19T22:32:56.821Z[ recovery-image] Feb 19 22:32:55.557 INFO E| Compiling duct v0.13.7
102582026-02-19T22:32:58.800Z[ recovery-image] Feb 19 22:32:57.535 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
102592026-02-19T22:33:01.908Z[ recovery-image] Feb 19 22:33:00.643 INFO E| Compiling serde_derive v1.0.219
102602026-02-19T22:33:01.908Z[ recovery-image] Feb 19 22:33:00.643 INFO E| Compiling clap_derive v4.5.32
102612026-02-19T22:33:05.551Z[ host-image] Feb 19 22:33:04.285 INFO O| Feb 19 22:33:04.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102622026-02-19T22:33:05.551Z[ host-image] Feb 19 22:33:04.285 INFO O| Feb 19 22:33:04.285 INFO ok!
102632026-02-19T22:33:05.554Z[ host-image] Feb 19 22:33:04.285 INFO O| Feb 19 22:33:04.285 INFO STEP 139 (ensure_file) COMPLETE
102642026-02-19T22:33:05.556Z[ host-image] Feb 19 22:33:04.285 INFO O| Feb 19 22:33:04.285 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-02-19T22:33:05.562Z[ host-image] Feb 19 22:33:04.297 INFO O| Feb 19 22:33:04.297 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102662026-02-19T22:33:05.562Z[ host-image] Feb 19 22:33:04.297 INFO O| Feb 19 22:33:04.297 INFO STEP 140 (ensure_dir) COMPLETE
102672026-02-19T22:33:05.565Z[ host-image] Feb 19 22:33:04.297 INFO O| Feb 19 22:33:04.297 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-02-19T22:33:05.571Z[ host-image] Feb 19 22:33:04.306 INFO O| Feb 19 22:33:04.306 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102692026-02-19T22:33:05.571Z[ host-image] Feb 19 22:33:04.306 INFO O| Feb 19 22:33:04.306 INFO STEP 141 (ensure_dir) COMPLETE
102702026-02-19T22:33:05.575Z[ host-image] Feb 19 22:33:04.306 INFO O| Feb 19 22:33:04.306 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-02-19T22:33:05.580Z[ host-image] Feb 19 22:33:04.315 INFO O| Feb 19 22:33:04.314 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102722026-02-19T22:33:05.580Z[ host-image] Feb 19 22:33:04.315 INFO O| Feb 19 22:33:04.315 INFO STEP 142 (ensure_dir) COMPLETE
102732026-02-19T22:33:05.580Z[ host-image] Feb 19 22:33:04.315 INFO O| Feb 19 22:33:04.315 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-02-19T22:33:05.587Z[ host-image] Feb 19 22:33:04.322 INFO O| Feb 19 22:33:04.322 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102752026-02-19T22:33:05.587Z[ host-image] Feb 19 22:33:04.322 INFO O| Feb 19 22:33:04.322 INFO STEP 143 (ensure_dir) COMPLETE
102762026-02-19T22:33:05.591Z[ host-image] Feb 19 22:33:04.322 INFO O| Feb 19 22:33:04.322 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-02-19T22:33:05.597Z[ host-image] Feb 19 22:33:04.332 INFO O| Feb 19 22:33:04.332 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102782026-02-19T22:33:05.597Z[ host-image] Feb 19 22:33:04.332 INFO O| Feb 19 22:33:04.332 INFO copying /tmp/.tmpwYIS1K/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 ...
102792026-02-19T22:33:05.597Z[ host-image] Feb 19 22:33:04.332 INFO O| Feb 19 22:33:04.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102802026-02-19T22:33:05.597Z[ host-image] Feb 19 22:33:04.332 INFO O| Feb 19 22:33:04.332 INFO ok!
102812026-02-19T22:33:05.601Z[ host-image] Feb 19 22:33:04.332 INFO O| Feb 19 22:33:04.332 INFO STEP 144 (ensure_file) COMPLETE
102822026-02-19T22:33:05.601Z[ host-image] Feb 19 22:33:04.332 INFO O| Feb 19 22:33:04.332 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-02-19T22:33:05.607Z[ host-image] Feb 19 22:33:04.342 INFO O| Feb 19 22:33:04.342 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102842026-02-19T22:33:05.607Z[ host-image] Feb 19 22:33:04.342 INFO O| Feb 19 22:33:04.342 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102852026-02-19T22:33:05.610Z[ host-image] Feb 19 22:33:04.342 INFO O| Feb 19 22:33:04.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102862026-02-19T22:33:05.610Z[ host-image] Feb 19 22:33:04.342 INFO O| Feb 19 22:33:04.342 INFO STEP 145 (ensure_dir) COMPLETE
102872026-02-19T22:33:05.610Z[ host-image] Feb 19 22:33:04.342 INFO O| Feb 19 22:33:04.342 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-02-19T22:33:05.618Z[ host-image] Feb 19 22:33:04.353 INFO O| Feb 19 22:33:04.353 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102892026-02-19T22:33:05.618Z[ host-image] Feb 19 22:33:04.353 INFO O| Feb 19 22:33:04.353 INFO copying /tmp/.tmpwYIS1K/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102902026-02-19T22:33:05.667Z[ host-image] Feb 19 22:33:04.353 INFO O| Feb 19 22:33:04.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102912026-02-19T22:33:05.667Z[ host-image] Feb 19 22:33:04.353 INFO O| Feb 19 22:33:04.353 INFO ok!
102922026-02-19T22:33:05.667Z[ host-image] Feb 19 22:33:04.353 INFO O| Feb 19 22:33:04.353 INFO STEP 146 (ensure_file) COMPLETE
102932026-02-19T22:33:05.667Z[ host-image] Feb 19 22:33:04.353 INFO O| Feb 19 22:33:04.353 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102942026-02-19T22:33:05.667Z[ host-image] Feb 19 22:33:04.361 INFO O| Feb 19 22:33:04.361 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102952026-02-19T22:33:05.667Z[ host-image] Feb 19 22:33:04.362 INFO O| Feb 19 22:33:04.361 INFO STEP 147 (remove_files) COMPLETE
102962026-02-19T22:33:05.667Z[ host-image] Feb 19 22:33:04.362 INFO O| Feb 19 22:33:04.362 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102972026-02-19T22:33:05.667Z[ host-image] Feb 19 22:33:04.369 INFO O| Feb 19 22:33:04.369 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102982026-02-19T22:33:05.667Z[ host-image] Feb 19 22:33:04.369 INFO O| Feb 19 22:33:04.369 INFO STEP 148 (remove_files) COMPLETE
102992026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.369 INFO O| Feb 19 22:33:04.369 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103002026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.377 INFO O| Feb 19 22:33:04.377 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
103012026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.377 INFO O| Feb 19 22:33:04.377 INFO STEP 149 (remove_files) COMPLETE
103022026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.377 INFO O| Feb 19 22:33:04.377 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103032026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.384 INFO O| Feb 19 22:33:04.384 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
103042026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.385 INFO O| Feb 19 22:33:04.384 INFO STEP 150 (remove_files) COMPLETE
103052026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.385 INFO O| Feb 19 22:33:04.385 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103062026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.392 INFO O| Feb 19 22:33:04.392 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103072026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.392 INFO O| Feb 19 22:33:04.392 INFO STEP 151 (remove_files) COMPLETE
103082026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.392 INFO O| Feb 19 22:33:04.392 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103092026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.400 INFO O| Feb 19 22:33:04.400 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103102026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.400 INFO O| Feb 19 22:33:04.400 INFO STEP 152 (remove_files) COMPLETE
103112026-02-19T22:33:05.668Z[ host-image] Feb 19 22:33:04.400 INFO O| Feb 19 22:33:04.400 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103122026-02-19T22:33:05.673Z[ host-image] Feb 19 22:33:04.407 INFO O| Feb 19 22:33:04.407 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103132026-02-19T22:33:05.673Z[ host-image] Feb 19 22:33:04.408 INFO O| Feb 19 22:33:04.408 INFO STEP 153 (remove_files) COMPLETE
103142026-02-19T22:33:05.676Z[ host-image] Feb 19 22:33:04.408 INFO O| Feb 19 22:33:04.408 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103152026-02-19T22:33:05.681Z[ host-image] Feb 19 22:33:04.416 INFO O| Feb 19 22:33:04.416 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103162026-02-19T22:33:05.684Z[ host-image] Feb 19 22:33:04.416 INFO O| Feb 19 22:33:04.416 INFO STEP 154 (remove_files) COMPLETE
103172026-02-19T22:33:05.684Z[ host-image] Feb 19 22:33:04.416 INFO O| Feb 19 22:33:04.416 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103182026-02-19T22:33:05.690Z[ host-image] Feb 19 22:33:04.425 INFO O| Feb 19 22:33:04.425 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103192026-02-19T22:33:05.693Z[ host-image] Feb 19 22:33:04.425 INFO O| Feb 19 22:33:04.425 INFO STEP 155 (remove_files) COMPLETE
103202026-02-19T22:33:05.693Z[ host-image] Feb 19 22:33:04.425 INFO O| Feb 19 22:33:04.425 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103212026-02-19T22:33:05.698Z[ host-image] Feb 19 22:33:04.433 INFO O| Feb 19 22:33:04.433 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103222026-02-19T22:33:05.701Z[ host-image] Feb 19 22:33:04.433 INFO O| Feb 19 22:33:04.433 INFO STEP 156 (remove_files) COMPLETE
103232026-02-19T22:33:05.701Z[ host-image] Feb 19 22:33:04.433 INFO O| Feb 19 22:33:04.433 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103242026-02-19T22:33:05.706Z[ host-image] Feb 19 22:33:04.441 INFO O| Feb 19 22:33:04.441 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103252026-02-19T22:33:05.706Z[ host-image] Feb 19 22:33:04.441 INFO O| Feb 19 22:33:04.441 INFO STEP 157 (remove_files) COMPLETE
103262026-02-19T22:33:05.709Z[ host-image] Feb 19 22:33:04.441 INFO O| Feb 19 22:33:04.441 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103272026-02-19T22:33:05.714Z[ host-image] Feb 19 22:33:04.449 INFO O| Feb 19 22:33:04.449 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103282026-02-19T22:33:05.714Z[ host-image] Feb 19 22:33:04.449 INFO O| Feb 19 22:33:04.449 INFO STEP 158 (remove_files) COMPLETE
103292026-02-19T22:33:05.714Z[ host-image] Feb 19 22:33:04.449 INFO O| Feb 19 22:33:04.449 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103302026-02-19T22:33:05.722Z[ host-image] Feb 19 22:33:04.457 INFO O| Feb 19 22:33:04.457 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103312026-02-19T22:33:05.722Z[ host-image] Feb 19 22:33:04.457 INFO O| Feb 19 22:33:04.457 INFO STEP 159 (remove_files) COMPLETE
103322026-02-19T22:33:05.725Z[ host-image] Feb 19 22:33:04.457 INFO O| Feb 19 22:33:04.457 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103332026-02-19T22:33:05.730Z[ host-image] Feb 19 22:33:04.465 INFO O| Feb 19 22:33:04.465 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103342026-02-19T22:33:05.730Z[ host-image] Feb 19 22:33:04.465 INFO O| Feb 19 22:33:04.465 INFO STEP 160 (remove_files) COMPLETE
103352026-02-19T22:33:05.733Z[ host-image] Feb 19 22:33:04.465 INFO O| Feb 19 22:33:04.465 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103362026-02-19T22:33:05.736Z[ recovery-image] Feb 19 22:33:04.470 INFO E| Compiling clap v4.5.37
103372026-02-19T22:33:05.740Z[ host-image] Feb 19 22:33:04.473 INFO O| Feb 19 22:33:04.473 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103382026-02-19T22:33:05.740Z[ host-image] Feb 19 22:33:04.473 INFO O| Feb 19 22:33:04.473 INFO STEP 161 (remove_files) COMPLETE
103392026-02-19T22:33:05.740Z[ host-image] Feb 19 22:33:04.473 INFO O| Feb 19 22:33:04.473 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103402026-02-19T22:33:05.747Z[ host-image] Feb 19 22:33:04.482 INFO O| Feb 19 22:33:04.482 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103412026-02-19T22:33:05.747Z[ host-image] Feb 19 22:33:04.482 INFO O| Feb 19 22:33:04.482 INFO STEP 162 (remove_files) COMPLETE
103422026-02-19T22:33:05.747Z[ host-image] Feb 19 22:33:04.482 INFO O| Feb 19 22:33:04.482 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103432026-02-19T22:33:05.757Z[ host-image] Feb 19 22:33:04.491 INFO O| Feb 19 22:33:04.491 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103442026-02-19T22:33:05.760Z[ host-image] Feb 19 22:33:04.492 INFO O| Feb 19 22:33:04.492 INFO STEP 163 (remove_files) COMPLETE
103452026-02-19T22:33:05.760Z[ host-image] Feb 19 22:33:04.492 INFO O| Feb 19 22:33:04.492 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103462026-02-19T22:33:05.767Z[ host-image] Feb 19 22:33:04.501 INFO O| Feb 19 22:33:04.501 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103472026-02-19T22:33:05.767Z[ host-image] Feb 19 22:33:04.501 INFO O| Feb 19 22:33:04.501 INFO STEP 164 (remove_files) COMPLETE
103482026-02-19T22:33:05.770Z[ host-image] Feb 19 22:33:04.501 INFO O| Feb 19 22:33:04.501 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103492026-02-19T22:33:05.776Z[ host-image] Feb 19 22:33:04.511 INFO O| Feb 19 22:33:04.511 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103502026-02-19T22:33:05.776Z[ host-image] Feb 19 22:33:04.511 INFO O| Feb 19 22:33:04.511 INFO STEP 165 (remove_files) COMPLETE
103512026-02-19T22:33:05.776Z[ host-image] Feb 19 22:33:04.511 INFO O| Feb 19 22:33:04.511 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103522026-02-19T22:33:05.785Z[ host-image] Feb 19 22:33:04.520 INFO O| Feb 19 22:33:04.520 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103532026-02-19T22:33:05.785Z[ host-image] Feb 19 22:33:04.520 INFO O| Feb 19 22:33:04.520 INFO STEP 166 (remove_files) COMPLETE
103542026-02-19T22:33:05.789Z[ host-image] Feb 19 22:33:04.520 INFO O| Feb 19 22:33:04.520 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103552026-02-19T22:33:05.794Z[ host-image] Feb 19 22:33:04.529 INFO O| Feb 19 22:33:04.529 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103562026-02-19T22:33:05.794Z[ host-image] Feb 19 22:33:04.529 INFO O| Feb 19 22:33:04.529 INFO STEP 167 (remove_files) COMPLETE
103572026-02-19T22:33:05.798Z[ host-image] Feb 19 22:33:04.529 INFO O| Feb 19 22:33:04.529 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103582026-02-19T22:33:05.806Z[ host-image] Feb 19 22:33:04.541 INFO O| Feb 19 22:33:04.541 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103592026-02-19T22:33:05.809Z[ host-image] Feb 19 22:33:04.541 INFO O| Feb 19 22:33:04.541 INFO STEP 168 (remove_files) COMPLETE
103602026-02-19T22:33:05.809Z[ host-image] Feb 19 22:33:04.541 INFO O| Feb 19 22:33:04.541 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103612026-02-19T22:33:05.819Z[ host-image] Feb 19 22:33:04.553 INFO O| Feb 19 22:33:04.553 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103622026-02-19T22:33:05.819Z[ host-image] Feb 19 22:33:04.553 INFO O| Feb 19 22:33:04.553 INFO STEP 169 (remove_files) COMPLETE
103632026-02-19T22:33:05.822Z[ host-image] Feb 19 22:33:04.553 INFO O| Feb 19 22:33:04.553 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103642026-02-19T22:33:05.829Z[ host-image] Feb 19 22:33:04.564 INFO O| Feb 19 22:33:04.564 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103652026-02-19T22:33:05.832Z[ host-image] Feb 19 22:33:04.564 INFO O| Feb 19 22:33:04.564 INFO STEP 170 (remove_files) COMPLETE
103662026-02-19T22:33:05.832Z[ host-image] Feb 19 22:33:04.564 INFO O| Feb 19 22:33:04.564 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103672026-02-19T22:33:05.839Z[ host-image] Feb 19 22:33:04.574 INFO O| Feb 19 22:33:04.574 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103682026-02-19T22:33:05.839Z[ host-image] Feb 19 22:33:04.574 INFO O| Feb 19 22:33:04.574 INFO STEP 171 (remove_files) COMPLETE
103692026-02-19T22:33:05.839Z[ host-image] Feb 19 22:33:04.574 INFO O| Feb 19 22:33:04.574 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103702026-02-19T22:33:05.849Z[ host-image] Feb 19 22:33:04.584 INFO O| Feb 19 22:33:04.584 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103712026-02-19T22:33:05.849Z[ host-image] Feb 19 22:33:04.584 INFO O| Feb 19 22:33:04.584 INFO STEP 172 (remove_files) COMPLETE
103722026-02-19T22:33:05.853Z[ host-image] Feb 19 22:33:04.584 INFO O| Feb 19 22:33:04.584 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103732026-02-19T22:33:05.861Z[ host-image] Feb 19 22:33:04.596 INFO O| Feb 19 22:33:04.596 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103742026-02-19T22:33:05.864Z[ host-image] Feb 19 22:33:04.596 INFO O| Feb 19 22:33:04.596 INFO STEP 173 (remove_files) COMPLETE
103752026-02-19T22:33:05.864Z[ host-image] Feb 19 22:33:04.596 INFO O| Feb 19 22:33:04.596 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103762026-02-19T22:33:05.871Z[ host-image] Feb 19 22:33:04.606 INFO O| Feb 19 22:33:04.606 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103772026-02-19T22:33:05.871Z[ host-image] Feb 19 22:33:04.606 INFO O| Feb 19 22:33:04.606 INFO STEP 174 (remove_files) COMPLETE
103782026-02-19T22:33:05.871Z[ host-image] Feb 19 22:33:04.606 INFO O| Feb 19 22:33:04.606 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103792026-02-19T22:33:05.882Z[ host-image] Feb 19 22:33:04.617 INFO O| Feb 19 22:33:04.617 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103802026-02-19T22:33:05.882Z[ host-image] Feb 19 22:33:04.617 INFO O| Feb 19 22:33:04.617 INFO STEP 175 (remove_files) COMPLETE
103812026-02-19T22:33:05.885Z[ host-image] Feb 19 22:33:04.617 INFO O| Feb 19 22:33:04.617 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103822026-02-19T22:33:05.900Z[ host-image] Feb 19 22:33:04.635 INFO O| Feb 19 22:33:04.635 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103832026-02-19T22:33:05.900Z[ host-image] Feb 19 22:33:04.635 INFO O| Feb 19 22:33:04.635 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103842026-02-19T22:33:06.857Z[ recovery-image] Feb 19 22:33:05.591 INFO E| Compiling serde v1.0.219
103852026-02-19T22:33:10.080Z[ recovery-image] Feb 19 22:33:08.813 INFO E| Compiling toml_datetime v0.6.9
103862026-02-19T22:33:10.080Z[ recovery-image] Feb 19 22:33:08.813 INFO E| Compiling serde_spanned v0.6.8
103872026-02-19T22:33:10.297Z[ recovery-image] Feb 19 22:33:09.031 INFO E| Compiling toml_edit v0.22.26
103882026-02-19T22:33:12.351Z[ recovery-image] Feb 19 22:33:11.085 INFO E| Compiling toml v0.8.22
103892026-02-19T22:33:15.562Z[ recovery-image] Feb 19 22:33:14.295 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.97s
103902026-02-19T22:33:15.577Z[ recovery-image] Feb 19 22:33:14.312 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`
103912026-02-19T22:33:15.589Z[ recovery-image] Feb 19 22:33:14.323 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
103922026-02-19T22:33:15.906Z[ recovery-image] Feb 19 22:33:14.640 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
103932026-02-19T22:33:15.911Z[ recovery-image] Feb 19 22:33:14.646 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`
103942026-02-19T22:33:16.248Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
103952026-02-19T22:33:16.248Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
103962026-02-19T22:33:16.248Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
103972026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
103982026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
103992026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104002026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104012026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104022026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104032026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104042026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104052026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104062026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.982 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104072026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104082026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104092026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO O| Info: ABL version: 0x100f5010
104102026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104112026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104122026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104132026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104142026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104152026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104162026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.983 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104172026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104182026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104192026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104202026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104212026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104222026-02-19T22:33:16.252Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104232026-02-19T22:33:16.253Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104242026-02-19T22:33:16.253Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104252026-02-19T22:33:16.253Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104262026-02-19T22:33:16.253Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104272026-02-19T22:33:16.253Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104282026-02-19T22:33:16.253Z[ recovery-image] Feb 19 22:33:14.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104292026-02-19T22:33:16.289Z[ recovery-image] Feb 19 22:33:15.023 INFO building ROM for cosmo
104302026-02-19T22:33:16.290Z[ recovery-image] Feb 19 22:33:15.024 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")
104312026-02-19T22:33:16.431Z[ recovery-image] Feb 19 22:33:15.165 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104322026-02-19T22:33:16.435Z[ recovery-image] Feb 19 22:33:15.168 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`
104332026-02-19T22:33:16.446Z[ recovery-image] Feb 19 22:33:15.180 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
104342026-02-19T22:33:16.536Z[ recovery-image] Feb 19 22:33:15.270 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
104352026-02-19T22:33:16.542Z[ recovery-image] Feb 19 22:33:15.274 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`
104362026-02-19T22:33:16.880Z[ recovery-image] Feb 19 22:33:15.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
104372026-02-19T22:33:16.880Z[ recovery-image] Feb 19 22:33:15.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
104382026-02-19T22:33:16.880Z[ recovery-image] Feb 19 22:33:15.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
104392026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
104402026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104412026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104422026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104432026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
104442026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
104452026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
104462026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
104472026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104482026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104492026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104502026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104512026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104522026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
104532026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104542026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
104552026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
104562026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104572026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104582026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
104592026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104602026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
104612026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
104622026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
104632026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104642026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
104652026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104662026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
104672026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
104682026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
104692026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104702026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
104712026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
104722026-02-19T22:33:16.885Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
104732026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
104742026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
104752026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
104762026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
104772026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
104782026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
104792026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
104802026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
104812026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104822026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
104832026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
104842026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
104852026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
104862026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
104872026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
104882026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
104892026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO O| Info: ABL version: 0x1007f011
104902026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
104912026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.617 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
104922026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
104932026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104942026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104952026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104962026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104972026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104982026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104992026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105002026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105012026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105022026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105032026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105042026-02-19T22:33:16.886Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105052026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105062026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105072026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105082026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105092026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105102026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105112026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105122026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.655 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
105132026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.655 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105142026-02-19T22:33:16.952Z[ recovery-image] Feb 19 22:33:15.655 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105152026-02-19T22:33:17.517Z[ host-image] Feb 19 22:33:16.250 INFO O| Feb 19 22:33:16.250 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
105162026-02-19T22:33:17.517Z[ host-image] Feb 19 22:33:16.250 INFO O| Feb 19 22:33:16.250 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105172026-02-19T22:33:17.533Z[ host-image] Feb 19 22:33:16.267 INFO O| Feb 19 22:33:16.267 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
105182026-02-19T22:33:17.689Z[ host-image] Feb 19 22:33:16.423 INFO O| Feb 19 22:33:16.423 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105192026-02-19T22:33:17.770Z[ host-image] Feb 19 22:33:16.504 INFO O| Feb 19 22:33:16.504 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
105202026-02-19T22:33:17.871Z[ host-image] Feb 19 22:33:16.604 INFO O| Feb 19 22:33:16.604 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105212026-02-19T22:33:17.871Z[ host-image] Feb 19 22:33:16.604 INFO O| Feb 19 22:33:16.604 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105222026-02-19T22:33:17.874Z[ host-image] Feb 19 22:33:16.607 INFO O| Feb 19 22:33:16.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105232026-02-19T22:33:17.874Z[ host-image] Feb 19 22:33:16.607 INFO O| Feb 19 22:33:16.607 INFO ok!
105242026-02-19T22:33:17.874Z[ host-image] Feb 19 22:33:16.607 INFO O| Feb 19 22:33:16.607 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105252026-02-19T22:33:17.874Z[ host-image] Feb 19 22:33:16.607 INFO O| Feb 19 22:33:16.607 INFO STEP 176 (seed_smf) COMPLETE
105262026-02-19T22:33:17.874Z[ host-image] Feb 19 22:33:16.607 INFO O| Feb 19 22:33:16.607 INFO steps complete; finalising image!
105272026-02-19T22:33:17.874Z[ host-image] Feb 19 22:33:16.607 INFO O| Feb 19 22:33:16.607 INFO TRIM POOL: TEMPORARY-sled-zfs
105282026-02-19T22:33:18.024Z[ host-image] Feb 19 22:33:16.758 INFO O| Feb 19 22:33:16.758 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu Feb 19 22:33:16 2026)
105292026-02-19T22:33:18.241Z[ host-image] Feb 19 22:33:16.975 INFO O| Feb 19 22:33:16.975 INFO temporary pool has 806M used, 89.6M avail, 1.80x compressratio
105302026-02-19T22:33:18.241Z[ host-image] Feb 19 22:33:16.975 INFO O| Feb 19 22:33:16.975 INFO EXPORT POOL: TEMPORARY-sled-zfs
105312026-02-19T22:33:18.496Z[ host-image] Feb 19 22:33:17.230 INFO O| Feb 19 22:33:17.230 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105322026-02-19T22:33:18.496Z[ host-image] Feb 19 22:33:17.230 INFO O| Feb 19 22:33:17.230 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105332026-02-19T22:33:19.520Z[ host-image] Feb 19 22:33:18.244 INFO O| Feb 19 22:33:18.244 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105342026-02-19T22:33:19.520Z[ host-image] Feb 19 22:33:18.244 INFO O| Feb 19 22:33:18.244 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105352026-02-19T22:33:19.534Z[ host-image] Feb 19 22:33:18.244 INFO O| Feb 19 22:33:18.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105362026-02-19T22:33:19.534Z[ host-image] Feb 19 22:33:18.244 INFO O| Feb 19 22:33:18.244 INFO completed processing sled/zfs
105372026-02-19T22:33:19.535Z[ host-image] Feb 19 22:33:18.244 INFO O| Feb 19 22:33:18.244 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105382026-02-19T22:33:20.131Z[ recovery-image] Feb 19 22:33:18.860 INFO image complete! materials are in "/work/os-recovery"
105392026-02-19T22:33:20.144Z[ recovery-image]
105402026-02-19T22:33:20.145Z[ recovery-image] real 32:24.990180664
105412026-02-19T22:33:20.145Z[ recovery-image] user 25:06.102596001
105422026-02-19T22:33:20.146Z[ recovery-image] sys 1:42.516723539
105432026-02-19T22:33:20.146Z[ recovery-image] trap 1.398707713
105442026-02-19T22:33:20.147Z[ recovery-image] tflt 1.061350409
105452026-02-19T22:33:20.147Z[ recovery-image] dflt 3.275035915
105462026-02-19T22:33:20.147Z[ recovery-image] kflt 0.078418689
105472026-02-19T22:33:20.147Z[ recovery-image] lock 51:16.730545223
105482026-02-19T22:33:20.148Z[ recovery-image] slp 3:10:48.042197250
105492026-02-19T22:33:20.148Z[ recovery-image] lat 7:24.233674135
105502026-02-19T22:33:20.148Z[ recovery-image] stop 8.762667874
105512026-02-19T22:33:20.150ZFeb 19 22:33:18.866 INFO [recovery-image] process exited with exit status: 0 (1944.997290288s)
105522026-02-19T22:33:29.895Z[ host-image] Feb 19 22:33:28.628 INFO O| Feb 19 22:33:28.628 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105532026-02-19T22:33:29.986Z[ host-image] Feb 19 22:33:28.719 INFO BUILD STRING "heads/stlouis-0-gfc2bcb97f5\n"
105542026-02-19T22:33:29.986Z[ host-image] Feb 19 22:33:28.719 INFO expanded image name: "ci 0d8d9b7/${os_short_commit} 2026-02-19 21:30" -> "ci 0d8d9b7/fc2bcb9 2026-02-19 21:30"
105552026-02-19T22:33:29.986Z[ host-image] Feb 19 22:33:28.719 INFO output artefacts stored in: "/work/os-host"
105562026-02-19T22:33:29.989Z[ host-image] Feb 19 22:33:28.719 INFO collecting git info from project "phbl"...
105572026-02-19T22:33:29.992Z[ host-image] Feb 19 22:33:28.725 INFO collecting git info from project "chelsio-t6-roms"...
105582026-02-19T22:33:29.997Z[ host-image] Feb 19 22:33:28.730 INFO collecting git info from project "pinprick"...
105592026-02-19T22:33:30.002Z[ host-image] Feb 19 22:33:28.735 INFO collecting git info from project "image-builder"...
105602026-02-19T22:33:30.006Z[ host-image] Feb 19 22:33:28.739 INFO collecting git info from project "pilot"...
105612026-02-19T22:33:30.011Z[ host-image] Feb 19 22:33:28.744 INFO collecting git info from project "amd-host-image-builder"...
105622026-02-19T22:33:30.016Z[ host-image] Feb 19 22:33:28.749 INFO collecting git info from project "amd-firmware"...
105632026-02-19T22:33:30.027Z[ host-image] Feb 19 22:33:28.760 INFO collecting git info from project "dmar-report"...
105642026-02-19T22:33:30.031Z[ host-image] Feb 19 22:33:28.764 INFO collecting git info from project "bootserver"...
105652026-02-19T22:33:30.035Z[ host-image] Feb 19 22:33:28.769 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105662026-02-19T22:33:30.417Z[ host-image] Feb 19 22:33:29.150 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105672026-02-19T22:33:30.772Z[ host-image] Feb 19 22:33:29.505 INFO creating Oxide boot image...
105682026-02-19T22:33:30.772Z[ host-image] Feb 19 22:33:29.505 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 0d8d9b7/fc2bcb9 2026-02-19 21:30", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105692026-02-19T22:33:31.891Z[ host-image] Feb 19 22:33:30.623 INFO O| ok, image written!
105702026-02-19T22:33:31.891Z[ host-image] Feb 19 22:33:30.623 INFO O| ok, boot_image_csum file written!
105712026-02-19T22:33:31.894Z[ host-image] Feb 19 22:33:30.626 INFO creating boot archive (CPIO)...
105722026-02-19T22:33:31.894Z[ host-image] Feb 19 22:33:30.626 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
105732026-02-19T22:33:31.898Z[ host-image] Feb 19 22:33:30.631 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105742026-02-19T22:33:31.898Z[ host-image] Feb 19 22:33:30.631 INFO E| + outfile=/work/os-host/cpio
105752026-02-19T22:33:31.898Z[ host-image] Feb 19 22:33:30.631 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105762026-02-19T22:33:31.901Z[ host-image] Feb 19 22:33:30.633 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105772026-02-19T22:33:31.901Z[ host-image] Feb 19 22:33:30.633 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105782026-02-19T22:33:31.936Z[ host-image] Feb 19 22:33:30.669 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105792026-02-19T22:33:31.936Z[ host-image] Feb 19 22:33:30.669 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105802026-02-19T22:33:31.944Z[ host-image] Feb 19 22:33:30.677 INFO creating compressed cpio/unix for dev loaders...
105812026-02-19T22:33:31.944Z[ host-image] Feb 19 22:33:30.677 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
105822026-02-19T22:33:32.249Z[ host-image] Feb 19 22:33:30.982 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
105832026-02-19T22:33:36.623Z[ host-image] Feb 19 22:33:35.356 INFO creating reset image...
105842026-02-19T22:33:36.623Z[ host-image] Feb 19 22:33:35.356 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
105852026-02-19T22:33:36.673Z[ host-image] Feb 19 22:33:35.405 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')"
105862026-02-19T22:33:36.673Z[ host-image] Feb 19 22:33:35.405 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")
105872026-02-19T22:33:36.772Z[ host-image] Feb 19 22:33:35.504 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
105882026-02-19T22:33:36.775Z[ host-image] Feb 19 22:33:35.506 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105892026-02-19T22:33:37.087Z[ host-image] Feb 19 22:33:35.819 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)
105902026-02-19T22:33:37.087Z[ host-image] Feb 19 22:33:35.819 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)
105912026-02-19T22:33:37.090Z[ host-image] Feb 19 22:33:35.819 INFO E| Compiling proc-macro2 v1.0.106
105922026-02-19T22:33:37.091Z[ host-image] Feb 19 22:33:35.820 INFO E| Compiling quote v1.0.44
105932026-02-19T22:33:37.091Z[ host-image] Feb 19 22:33:35.820 INFO E| Compiling unicode-ident v1.0.23
105942026-02-19T22:33:37.091Z[ host-image] Feb 19 22:33:35.820 INFO E| Compiling syn v1.0.109
105952026-02-19T22:33:37.091Z[ host-image] Feb 19 22:33:35.820 INFO E| Compiling x86 v0.52.0
105962026-02-19T22:33:37.091Z[ host-image] Feb 19 22:33:35.820 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105972026-02-19T22:33:37.328Z[ host-image] Feb 19 22:33:36.061 INFO E| Compiling seq-macro v0.3.6
105982026-02-19T22:33:38.696Z[ host-image] Feb 19 22:33:37.429 INFO E| Compiling syn v2.0.114
105992026-02-19T22:33:41.443Z[ host-image] Feb 19 22:33:40.175 INFO E| Compiling scroll_derive v0.13.1
106002026-02-19T22:33:43.663Z[ host-image] Feb 19 22:33:42.395 INFO E| Compiling bitstruct_derive v0.1.0
106012026-02-19T22:34:00.242Z[ host-image] Feb 19 22:33:58.972 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)
106022026-02-19T22:34:04.174Z[ host-image] Feb 19 22:34:02.904 INFO E| Compiling bitflags v1.3.2
106032026-02-19T22:34:04.174Z[ host-image] Feb 19 22:34:02.904 INFO E| Compiling scroll v0.13.0
106042026-02-19T22:34:04.177Z[ host-image] Feb 19 22:34:02.904 INFO E| Compiling bitflags v2.10.0
106052026-02-19T22:34:04.177Z[ host-image] Feb 19 22:34:02.904 INFO E| Compiling log v0.4.29
106062026-02-19T22:34:04.177Z[ host-image] Feb 19 22:34:02.904 INFO E| Compiling bit_field v0.10.3
106072026-02-19T22:34:04.177Z[ host-image] Feb 19 22:34:02.904 INFO E| Compiling plain v0.2.3
106082026-02-19T22:34:04.177Z[ host-image] Feb 19 22:34:02.904 INFO E| Compiling adler2 v2.0.1
106092026-02-19T22:34:04.299Z[ host-image] Feb 19 22:34:03.030 INFO E| Compiling raw-cpuid v10.7.0
106102026-02-19T22:34:04.354Z[ host-image] Feb 19 22:34:03.085 INFO E| Compiling miniz_oxide v0.9.0
106112026-02-19T22:34:04.431Z[ host-image] Feb 19 22:34:03.162 INFO E| Compiling static_assertions v1.1.0
106122026-02-19T22:34:04.477Z[ host-image] Feb 19 22:34:03.207 INFO E| Compiling bitstruct v0.1.1
106132026-02-19T22:34:04.544Z[ host-image] Feb 19 22:34:03.274 INFO E| Compiling cpio_reader v0.1.2
106142026-02-19T22:34:04.692Z[ host-image] Feb 19 22:34:03.423 INFO E| Compiling goblin v0.10.4
106152026-02-19T22:34:10.062Z[ host-image] Feb 19 22:34:08.792 INFO E| Finished `release` profile [optimized] target(s) in 33.27s
106162026-02-19T22:34:10.076Z[ host-image] Feb 19 22:34:08.806 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106172026-02-19T22:34:10.138Z[ host-image] Feb 19 22:34:08.868 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')"
106182026-02-19T22:34:10.138Z[ host-image] Feb 19 22:34:08.868 INFO building ROM for gimlet
106192026-02-19T22:34:10.141Z[ host-image] Feb 19 22:34:08.869 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")
106202026-02-19T22:34:10.286Z[ host-image] Feb 19 22:34:09.016 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106212026-02-19T22:34:10.291Z[ host-image] Feb 19 22:34:09.020 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`
106222026-02-19T22:34:10.305Z[ host-image] Feb 19 22:34:09.035 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106232026-02-19T22:34:10.395Z[ host-image] Feb 19 22:34:09.124 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106242026-02-19T22:34:10.398Z[ host-image] Feb 19 22:34:09.128 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`
106252026-02-19T22:34:10.589Z[ host-image] Feb 19 22:34:09.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106262026-02-19T22:34:10.589Z[ host-image] Feb 19 22:34:09.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106272026-02-19T22:34:10.592Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106282026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106292026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106302026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106312026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106322026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106332026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106342026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106352026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106362026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106372026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106382026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106392026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106402026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO O| Info: ABL version: 0x100f5010
106412026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106422026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106432026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106442026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106452026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106462026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106472026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106482026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106492026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106502026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106512026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106522026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106532026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106542026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106552026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106562026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106572026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106582026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.322 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106592026-02-19T22:34:10.593Z[ host-image] Feb 19 22:34:09.322 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106602026-02-19T22:34:10.632Z[ host-image] Feb 19 22:34:09.362 INFO building ROM for cosmo
106612026-02-19T22:34:10.635Z[ host-image] Feb 19 22:34:09.362 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")
106622026-02-19T22:34:10.767Z[ host-image] Feb 19 22:34:09.498 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106632026-02-19T22:34:10.771Z[ host-image] Feb 19 22:34:09.501 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`
106642026-02-19T22:34:10.781Z[ host-image] Feb 19 22:34:09.512 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106652026-02-19T22:34:10.873Z[ host-image] Feb 19 22:34:09.603 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106662026-02-19T22:34:10.876Z[ host-image] Feb 19 22:34:09.606 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`
106672026-02-19T22:34:11.217Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106682026-02-19T22:34:11.217Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106692026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106702026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106712026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106722026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106732026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106742026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106752026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106762026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106772026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106782026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106792026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106802026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106812026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106822026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106832026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106842026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106852026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106862026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106872026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106882026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106892026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106902026-02-19T22:34:11.221Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106912026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106922026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106932026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
106942026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106952026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.949 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
106962026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106972026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
106982026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
106992026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107002026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107012026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107022026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107032026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107042026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107052026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107062026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107072026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107082026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107092026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107102026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107112026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107122026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107132026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107142026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.950 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107152026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.951 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107162026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.951 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107172026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.951 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107182026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.951 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107192026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.951 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107202026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.951 INFO O| Info: ABL version: 0x1007f011
107212026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.951 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107222026-02-19T22:34:11.222Z[ host-image] Feb 19 22:34:09.951 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107232026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.951 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107242026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107252026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107262026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107272026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107282026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107292026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107302026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107312026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107322026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107332026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107342026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107352026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107362026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107372026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107382026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107392026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107402026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107412026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107422026-02-19T22:34:11.226Z[ host-image] Feb 19 22:34:09.952 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107432026-02-19T22:34:11.266Z[ host-image] Feb 19 22:34:09.996 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107442026-02-19T22:34:11.266Z[ host-image] Feb 19 22:34:09.996 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107452026-02-19T22:34:11.266Z[ host-image] Feb 19 22:34:09.996 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107462026-02-19T22:34:32.868Z[ host-image] Feb 19 22:34:31.594 INFO image complete! materials are in "/work/os-host"
107472026-02-19T22:34:32.873Z[ host-image]
107482026-02-19T22:34:32.874Z[ host-image] real 34:26.241599528
107492026-02-19T22:34:32.874Z[ host-image] user 25:33.679505184
107502026-02-19T22:34:32.874Z[ host-image] sys 1:39.980370145
107512026-02-19T22:34:32.874Z[ host-image] trap 1.203452839
107522026-02-19T22:34:32.874Z[ host-image] tflt 0.153721647
107532026-02-19T22:34:32.874Z[ host-image] dflt 0.394214666
107542026-02-19T22:34:32.875Z[ host-image] kflt 0.771535105
107552026-02-19T22:34:32.875Z[ host-image] lock 34:50.747452901
107562026-02-19T22:34:32.875Z[ host-image] slp 3:19:55.056209194
107572026-02-19T22:34:32.875Z[ host-image] lat 7:00.739573598
107582026-02-19T22:34:32.875Z[ host-image] stop 3.532637432
107592026-02-19T22:34:32.875ZFeb 19 22:34:31.598 INFO [host-image] process exited with exit status: 0 (2066.24707185s)
107602026-02-19T22:34:32.875ZFeb 19 22:34:31.598 INFO [tuf-repo] running task
107612026-02-19T22:34:59.907ZFeb 19 22:34:58.634 INFO assembling repository in `/tmp/tufaceousFVGb4J`, component: OmicronRepoAssembler
107622026-02-19T22:35:07.547ZFeb 19 22:35:06.272 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107632026-02-19T22:35:07.822ZFeb 19 22:35:06.548 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107642026-02-19T22:35:26.784ZFeb 19 22:35:25.508 INFO extracting uploaded archive to /tmp/.tmp90pLHp
107652026-02-19T22:35:30.148ZFeb 19 22:35:28.873 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.hE7CY3
107662026-02-19T22:35:30.227ZFeb 19 22:35:28.951 INFO added artifact, length: 6510781, hash: 369b4e37af77a335ed80c1608e475502bd9ae2303836b0835db26942b4c31072, version: 1.0.60, kind: gimlet_sp, name: cosmo-a
107672026-02-19T22:35:30.371ZFeb 19 22:35:29.096 INFO added artifact, length: 6510743, hash: d94ec577f3b19fba0be4174192bfa8820f969d221966e32ded8f7450729cdab4, version: 1.0.60, kind: gimlet_sp, name: cosmo-b
107682026-02-19T22:35:30.505ZFeb 19 22:35:29.230 INFO added artifact, length: 5475550, hash: ec2421f2d93c1f851f5d1ef3c0cf8597510c4f096a94c692a4b28b719a98080b, version: 1.0.60, kind: gimlet_sp, name: gimlet-b
107692026-02-19T22:35:30.633ZFeb 19 22:35:29.358 INFO added artifact, length: 5477973, hash: 45e21067211165b2ef64dcdb5c20c221acc22c7ff243824c84fe2dc0b6818b4d, version: 1.0.60, kind: gimlet_sp, name: gimlet-c
107702026-02-19T22:35:30.758ZFeb 19 22:35:29.483 INFO added artifact, length: 5466547, hash: 4d3030fcfaed0f80bc69fc997809a344b687d0f8199ed4bee2239222d0047657, version: 1.0.60, kind: gimlet_sp, name: gimlet-d
107712026-02-19T22:35:30.883ZFeb 19 22:35:29.607 INFO added artifact, length: 5466150, hash: b3ada863226921aad2c60d5dbfa46cb6f1c7ae3304e029edad78578f6fc83c6a, version: 1.0.60, kind: gimlet_sp, name: gimlet-e
107722026-02-19T22:35:31.007ZFeb 19 22:35:29.732 INFO added artifact, length: 5466068, hash: 13a11687e17ba95415430a6eeff672bf0ae9f038bd6958b683af4a83ecbcc220, version: 1.0.60, kind: gimlet_sp, name: gimlet-f
107732026-02-19T22:35:31.149ZFeb 19 22:35:29.873 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107742026-02-19T22:35:31.149ZFeb 19 22:35:29.874 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107752026-02-19T22:35:31.229ZFeb 19 22:35:29.954 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107762026-02-19T22:35:31.230ZFeb 19 22:35:29.954 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107772026-02-19T22:35:31.313ZFeb 19 22:35:30.038 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107782026-02-19T22:35:31.313ZFeb 19 22:35:30.038 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107792026-02-19T22:35:31.397ZFeb 19 22:35:30.122 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107802026-02-19T22:35:31.397ZFeb 19 22:35:30.122 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107812026-02-19T22:35:31.480ZFeb 19 22:35:30.204 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107822026-02-19T22:35:31.480ZFeb 19 22:35:30.205 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107832026-02-19T22:35:31.560ZFeb 19 22:35:30.285 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107842026-02-19T22:35:31.560ZFeb 19 22:35:30.285 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107852026-02-19T22:35:31.641ZFeb 19 22:35:30.366 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107862026-02-19T22:35:31.641ZFeb 19 22:35:30.366 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107872026-02-19T22:35:31.645ZFeb 19 22:35:30.367 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107882026-02-19T22:35:31.645ZFeb 19 22:35:30.368 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107892026-02-19T22:35:31.645ZFeb 19 22:35:30.369 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107902026-02-19T22:35:31.645ZFeb 19 22:35:30.370 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107912026-02-19T22:35:31.648ZFeb 19 22:35:30.371 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107922026-02-19T22:35:40.584ZFeb 19 22:35:39.309 INFO added artifact, length: 33554432, hash: 299542de3108a8fb2df3feb67a18925c9cfa710057ade817d688dd1909e0c617, version: 19.0.0-0.ci+git0d8d9b74033, kind: gimlet_host_phase_1, name: host
107932026-02-19T22:35:40.585ZFeb 19 22:35:39.309 INFO added artifact, length: 33554432, hash: 0424a564a0a166b349d47ef7a4aede897b8e415ba1c3f4c2bdc89f0e9dfff176, version: 19.0.0-0.ci+git0d8d9b74033, kind: cosmo_host_phase_1, name: host
107942026-02-19T22:35:40.585ZFeb 19 22:35:39.309 INFO added artifact, length: 1101008896, hash: a0fa4d87cfc9ddd889a2c59d287d5ab44ba26c7123c5848417f8e303c8759eca, version: 19.0.0-0.ci+git0d8d9b74033, kind: host_phase_2, name: host
107952026-02-19T22:35:42.204ZFeb 19 22:35:40.928 INFO added artifact, length: 33554432, hash: 6f5bb508ae1d97c245663b9b81776c09f07edaa3d597fd218f1a00702d299622, version: 19.0.0-0.ci+git0d8d9b74033, kind: gimlet_trampoline_phase_1, name: trampoline
107962026-02-19T22:35:42.204ZFeb 19 22:35:40.928 INFO added artifact, length: 33554432, hash: c8796db9a7e4013cb984b307de27d7a8f0c693fc93baba3a2158686147e6de7b, version: 19.0.0-0.ci+git0d8d9b74033, kind: cosmo_trampoline_phase_1, name: trampoline
107972026-02-19T22:35:42.204ZFeb 19 22:35:40.928 INFO added artifact, length: 147469854, hash: 05afc393bebd69a50d938654c22d9807d7f5d8d5e305fb97049388e457411f6a, version: 19.0.0-0.ci+git0d8d9b74033, kind: trampoline_phase_2, name: trampoline
107982026-02-19T22:35:45.649ZFeb 19 22:35:44.372 INFO added artifact, length: 309880749, hash: 2f42e67e898d0aa2cf879a95049bb263009ff81a56d0498e3680b8be1bfd0458, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: clickhouse_keeper
107992026-02-19T22:35:49.114ZFeb 19 22:35:47.837 INFO added artifact, length: 327325449, hash: 14bcf50c96fb02ef1ba540c40571465b9ab691737b0fe11386282940e61ed75d, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: clickhouse_server
108002026-02-19T22:35:52.424ZFeb 19 22:35:51.147 INFO added artifact, length: 327326728, hash: f25ac80d4c45321e6797edaf409b49e4e5e21fb179e73fd559134c43b42b8ac0, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: clickhouse
108012026-02-19T22:35:54.153ZFeb 19 22:35:52.876 INFO added artifact, length: 169149564, hash: 0c68a540e04f95e2b9cb578ec282cd4723d48b06eb7f84dca2e3728ff4b0de22, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: cockroachdb
108022026-02-19T22:35:54.577ZFeb 19 22:35:53.300 INFO added artifact, length: 42560251, hash: 2561ec59a24c1670f5c6237a6085288e0d81c4c9440e660b4a7671779c32048e, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: crucible-pantry-zone
108032026-02-19T22:35:55.148ZFeb 19 22:35:53.870 INFO added artifact, length: 57037713, hash: f7247a7684723f41010877eb48df3d0524bae827d8887d65b37d7c596cd4623e, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: crucible-zone
108042026-02-19T22:35:55.655ZFeb 19 22:35:54.378 INFO added artifact, length: 50019482, hash: bb19d81419e135be0d290118e6a2ae8b76b07e692122ae82fc93d14de54ca724, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: external-dns
108052026-02-19T22:35:56.178ZFeb 19 22:35:54.901 INFO added artifact, length: 50019080, hash: 121efad79a223a021902403793c3eeaabc734e2e3a082d8b350b25b069136bec, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: internal-dns
108062026-02-19T22:35:58.395ZFeb 19 22:35:57.118 INFO added artifact, length: 217069051, hash: e2aa1993892e96e8dff88d87e65734d003334f6f85cd65cf8c6a585e4d17dbda, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: nexus
108072026-02-19T22:35:58.714ZFeb 19 22:35:57.437 INFO added artifact, length: 30412314, hash: 76c106189ff3e5af49247fa027c1d13a8526db947a4c4093916be34b76459aab, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: ntp
108082026-02-19T22:35:59.387ZFeb 19 22:35:58.110 INFO added artifact, length: 65780126, hash: a6ef84b846bec041fb855d4bf79d9da279f130ee9df2e9b9082ab1150346ff09, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: oximeter
108092026-02-19T22:35:59.418ZFeb 19 22:35:58.141 INFO added artifact, length: 3109590, hash: 93098a024f96389b070818f4564acb5315d567bb3965f27164233ea53df0ee24, version: 19.0.0-0.ci+git0d8d9b74033, kind: zone, name: probe
108102026-02-19T22:35:59.421ZFeb 19 22:35:58.141 INFO added artifact, length: 829, hash: de5b2746f335d16d3f079e5805ce2d7e03da1002aa688a371fed64b3a35af6eb, version: 1.0.60, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.60
108112026-02-19T22:35:59.421ZFeb 19 22:35:58.142 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108122026-02-19T22:35:59.421ZFeb 19 22:35:58.142 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108132026-02-19T22:35:59.469ZFeb 19 22:35:58.192 INFO added artifact, length: 4132354, hash: ab538b5a956d8985c6878d679dd86a7e20d3db6a910e9e4391ad0c64151cf9ca, version: 1.0.60, kind: psc_sp, name: psc-b
108142026-02-19T22:35:59.516ZFeb 19 22:35:58.239 INFO added artifact, length: 4135789, hash: 34d999a2f92ee2a9f17fb8c17d8ad45facc3acb3d8a5fdabe00d807c6c5b7a19, version: 1.0.60, kind: psc_sp, name: psc-c
108152026-02-19T22:35:59.595ZFeb 19 22:35:58.318 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108162026-02-19T22:35:59.598ZFeb 19 22:35:58.318 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108172026-02-19T22:35:59.679ZFeb 19 22:35:58.402 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108182026-02-19T22:35:59.679ZFeb 19 22:35:58.402 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108192026-02-19T22:35:59.762ZFeb 19 22:35:58.485 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108202026-02-19T22:35:59.762ZFeb 19 22:35:58.485 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108212026-02-19T22:35:59.844ZFeb 19 22:35:58.567 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108222026-02-19T22:35:59.844ZFeb 19 22:35:58.567 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108232026-02-19T22:35:59.847ZFeb 19 22:35:58.568 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108242026-02-19T22:35:59.847ZFeb 19 22:35:58.569 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108252026-02-19T22:35:59.847ZFeb 19 22:35:58.570 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108262026-02-19T22:35:59.924ZFeb 19 22:35:58.647 INFO added artifact, length: 6944365, hash: ca090d6ba48167e3e8dc3d0d41b84145e54c18796404f61d36837d400f49ecd0, version: 1.0.60, kind: switch_sp, name: sidecar-b
108272026-02-19T22:36:00.074ZFeb 19 22:35:58.797 INFO added artifact, length: 6961266, hash: a8787f44cc6041edf7bf4f65a641ca447bd5698e1162d6cf77a6568bbfd32e02, version: 1.0.60, kind: switch_sp, name: sidecar-c
108282026-02-19T22:36:00.220ZFeb 19 22:35:58.943 INFO added artifact, length: 6961082, hash: 8345c9a1ecabd6086d6e98972a380210236f5d2669e50c8a0c6861f80096e4f1, version: 1.0.60, kind: switch_sp, name: sidecar-d
108292026-02-19T22:36:00.370ZFeb 19 22:35:59.093 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108302026-02-19T22:36:00.370ZFeb 19 22:35:59.093 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108312026-02-19T22:36:00.451ZFeb 19 22:35:59.174 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108322026-02-19T22:36:00.451ZFeb 19 22:35:59.174 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108332026-02-19T22:36:00.534ZFeb 19 22:35:59.257 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108342026-02-19T22:36:00.534ZFeb 19 22:35:59.257 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108352026-02-19T22:36:00.614ZFeb 19 22:35:59.337 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108362026-02-19T22:36:00.614ZFeb 19 22:35:59.337 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108372026-02-19T22:36:00.618ZFeb 19 22:35:59.339 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108382026-02-19T22:36:00.618ZFeb 19 22:35:59.339 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108392026-02-19T22:36:00.618ZFeb 19 22:35:59.340 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108402026-02-19T22:36:00.618ZFeb 19 22:35:59.341 INFO added artifact, length: 924, hash: 90f45f029407437ce9f630c835bfe968d9c240bf232a46e242927f001ce7742f, version: 19.0.0-0.ci+git0d8d9b74033, kind: installinator_document, name: installinator_document
108412026-02-19T22:36:01.214ZFeb 19 22:35:59.937 INFO extracting uploaded archive to /tmp/.tmp2kasq4
108422026-02-19T22:36:04.497ZFeb 19 22:36:03.219 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.IV2Q1f
108432026-02-19T22:36:04.567ZFeb 19 22:36:03.289 INFO added artifact, length: 6510781, hash: 369b4e37af77a335ed80c1608e475502bd9ae2303836b0835db26942b4c31072, version: 1.0.60, kind: gimlet_sp, name: cosmo-a
108442026-02-19T22:36:04.708ZFeb 19 22:36:03.431 INFO added artifact, length: 6510743, hash: d94ec577f3b19fba0be4174192bfa8820f969d221966e32ded8f7450729cdab4, version: 1.0.60, kind: gimlet_sp, name: cosmo-b
108452026-02-19T22:36:04.840ZFeb 19 22:36:03.563 INFO added artifact, length: 5475550, hash: ec2421f2d93c1f851f5d1ef3c0cf8597510c4f096a94c692a4b28b719a98080b, version: 1.0.60, kind: gimlet_sp, name: gimlet-b
108462026-02-19T22:36:04.962ZFeb 19 22:36:03.684 INFO added artifact, length: 5477973, hash: 45e21067211165b2ef64dcdb5c20c221acc22c7ff243824c84fe2dc0b6818b4d, version: 1.0.60, kind: gimlet_sp, name: gimlet-c
108472026-02-19T22:36:05.087ZFeb 19 22:36:03.810 INFO added artifact, length: 5466547, hash: 4d3030fcfaed0f80bc69fc997809a344b687d0f8199ed4bee2239222d0047657, version: 1.0.60, kind: gimlet_sp, name: gimlet-d
108482026-02-19T22:36:05.211ZFeb 19 22:36:03.933 INFO added artifact, length: 5466150, hash: b3ada863226921aad2c60d5dbfa46cb6f1c7ae3304e029edad78578f6fc83c6a, version: 1.0.60, kind: gimlet_sp, name: gimlet-e
108492026-02-19T22:36:05.334ZFeb 19 22:36:04.056 INFO added artifact, length: 5466068, hash: 13a11687e17ba95415430a6eeff672bf0ae9f038bd6958b683af4a83ecbcc220, version: 1.0.60, kind: gimlet_sp, name: gimlet-f
108502026-02-19T22:36:05.474ZFeb 19 22:36:04.197 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108512026-02-19T22:36:05.475ZFeb 19 22:36:04.197 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108522026-02-19T22:36:05.556ZFeb 19 22:36:04.278 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108532026-02-19T22:36:05.556ZFeb 19 22:36:04.278 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108542026-02-19T22:36:05.639ZFeb 19 22:36:04.362 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108552026-02-19T22:36:05.639ZFeb 19 22:36:04.362 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108562026-02-19T22:36:05.723ZFeb 19 22:36:04.446 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108572026-02-19T22:36:05.724ZFeb 19 22:36:04.446 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108582026-02-19T22:36:05.807ZFeb 19 22:36:04.529 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108592026-02-19T22:36:05.807ZFeb 19 22:36:04.529 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108602026-02-19T22:36:05.886ZFeb 19 22:36:04.609 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108612026-02-19T22:36:05.886ZFeb 19 22:36:04.609 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108622026-02-19T22:36:05.966ZFeb 19 22:36:04.688 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108632026-02-19T22:36:05.966ZFeb 19 22:36:04.688 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108642026-02-19T22:36:05.969ZFeb 19 22:36:04.689 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108652026-02-19T22:36:05.969ZFeb 19 22:36:04.690 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108662026-02-19T22:36:05.969ZFeb 19 22:36:04.691 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108672026-02-19T22:36:05.970ZFeb 19 22:36:04.692 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108682026-02-19T22:36:05.973ZFeb 19 22:36:04.693 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108692026-02-19T22:36:14.688ZFeb 19 22:36:13.410 INFO added artifact, length: 33554432, hash: 299542de3108a8fb2df3feb67a18925c9cfa710057ade817d688dd1909e0c617, version: 19.0.0-0.ci+git0d8d9b74033, kind: gimlet_host_phase_1, name: host
108702026-02-19T22:36:14.688ZFeb 19 22:36:13.410 INFO added artifact, length: 33554432, hash: 0424a564a0a166b349d47ef7a4aede897b8e415ba1c3f4c2bdc89f0e9dfff176, version: 19.0.0-0.ci+git0d8d9b74033, kind: cosmo_host_phase_1, name: host
108712026-02-19T22:36:14.688ZFeb 19 22:36:13.410 INFO added artifact, length: 1101008896, hash: a0fa4d87cfc9ddd889a2c59d287d5ab44ba26c7123c5848417f8e303c8759eca, version: 19.0.0-0.ci+git0d8d9b74033, kind: host_phase_2, name: host
108722026-02-19T22:36:16.299ZFeb 19 22:36:15.020 INFO added artifact, length: 33554432, hash: 6f5bb508ae1d97c245663b9b81776c09f07edaa3d597fd218f1a00702d299622, version: 19.0.0-0.ci+git0d8d9b74033, kind: gimlet_trampoline_phase_1, name: trampoline
108732026-02-19T22:36:16.299ZFeb 19 22:36:15.020 INFO added artifact, length: 33554432, hash: c8796db9a7e4013cb984b307de27d7a8f0c693fc93baba3a2158686147e6de7b, version: 19.0.0-0.ci+git0d8d9b74033, kind: cosmo_trampoline_phase_1, name: trampoline
108742026-02-19T22:36:16.299ZFeb 19 22:36:15.020 INFO added artifact, length: 147469854, hash: 05afc393bebd69a50d938654c22d9807d7f5d8d5e305fb97049388e457411f6a, version: 19.0.0-0.ci+git0d8d9b74033, kind: trampoline_phase_2, name: trampoline
108752026-02-19T22:36:27.446ZFeb 19 22:36:26.167 INFO added artifact, length: 1707080458, hash: ad9ff869992b6c048b286faa806fdbe495789a142679237a4ed56e8a138bf841, version: 19.0.0-0.ci+git0d8d9b74033, kind: control_plane, name: control-plane
108762026-02-19T22:36:27.449ZFeb 19 22:36:26.167 INFO added artifact, length: 829, hash: de5b2746f335d16d3f079e5805ce2d7e03da1002aa688a371fed64b3a35af6eb, version: 1.0.60, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.60
108772026-02-19T22:36:27.449ZFeb 19 22:36:26.167 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108782026-02-19T22:36:27.449ZFeb 19 22:36:26.168 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108792026-02-19T22:36:27.495ZFeb 19 22:36:26.216 INFO added artifact, length: 4132354, hash: ab538b5a956d8985c6878d679dd86a7e20d3db6a910e9e4391ad0c64151cf9ca, version: 1.0.60, kind: psc_sp, name: psc-b
108802026-02-19T22:36:27.543ZFeb 19 22:36:26.264 INFO added artifact, length: 4135789, hash: 34d999a2f92ee2a9f17fb8c17d8ad45facc3acb3d8a5fdabe00d807c6c5b7a19, version: 1.0.60, kind: psc_sp, name: psc-c
108812026-02-19T22:36:27.626ZFeb 19 22:36:26.347 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108822026-02-19T22:36:27.626ZFeb 19 22:36:26.347 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108832026-02-19T22:36:27.711ZFeb 19 22:36:26.432 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108842026-02-19T22:36:27.711ZFeb 19 22:36:26.432 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108852026-02-19T22:36:27.796ZFeb 19 22:36:26.517 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108862026-02-19T22:36:27.796ZFeb 19 22:36:26.517 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108872026-02-19T22:36:27.878ZFeb 19 22:36:26.599 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108882026-02-19T22:36:27.878ZFeb 19 22:36:26.599 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108892026-02-19T22:36:27.881ZFeb 19 22:36:26.600 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108902026-02-19T22:36:27.881ZFeb 19 22:36:26.601 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108912026-02-19T22:36:27.881ZFeb 19 22:36:26.602 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108922026-02-19T22:36:27.958ZFeb 19 22:36:26.679 INFO added artifact, length: 6944365, hash: ca090d6ba48167e3e8dc3d0d41b84145e54c18796404f61d36837d400f49ecd0, version: 1.0.60, kind: switch_sp, name: sidecar-b
108932026-02-19T22:36:28.110ZFeb 19 22:36:26.830 INFO added artifact, length: 6961266, hash: a8787f44cc6041edf7bf4f65a641ca447bd5698e1162d6cf77a6568bbfd32e02, version: 1.0.60, kind: switch_sp, name: sidecar-c
108942026-02-19T22:36:28.262ZFeb 19 22:36:26.983 INFO added artifact, length: 6961082, hash: 8345c9a1ecabd6086d6e98972a380210236f5d2669e50c8a0c6861f80096e4f1, version: 1.0.60, kind: switch_sp, name: sidecar-d
108952026-02-19T22:36:28.413ZFeb 19 22:36:27.134 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108962026-02-19T22:36:28.413ZFeb 19 22:36:27.134 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108972026-02-19T22:36:28.498ZFeb 19 22:36:27.219 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108982026-02-19T22:36:28.498ZFeb 19 22:36:27.219 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108992026-02-19T22:36:28.582ZFeb 19 22:36:27.303 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109002026-02-19T22:36:28.582ZFeb 19 22:36:27.303 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109012026-02-19T22:36:28.663ZFeb 19 22:36:27.384 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109022026-02-19T22:36:28.666ZFeb 19 22:36:27.384 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109032026-02-19T22:36:28.666ZFeb 19 22:36:27.385 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109042026-02-19T22:36:28.666ZFeb 19 22:36:27.386 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109052026-02-19T22:36:28.666ZFeb 19 22:36:27.387 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109062026-02-19T22:36:28.666ZFeb 19 22:36:27.387 INFO added artifact, length: 924, hash: 90f45f029407437ce9f630c835bfe968d9c240bf232a46e242927f001ce7742f, version: 19.0.0-0.ci+git0d8d9b74033, kind: installinator_document, name: installinator_document
109072026-02-19T22:36:29.206ZFeb 19 22:36:27.927 INFO [tuf-repo] task succeeded (116.329106958s)
109082026-02-19T22:36:29.206ZFeb 19 22:36:27.927 INFO all jobs completed in 3970.745592696s
109092026-02-19T22:36:30.385Zprocess exited: duration 4757428 ms, exit code 0
 
109102026-02-19T22:36:30.405Zfound 41 output files
109112026-02-19T22:36:30.405Zuploading: /work/manifest.toml (17174 bytes)
109122026-02-19T22:36:31.421Zuploaded: /work/manifest.toml
109132026-02-19T22:36:31.421Zuploading: /work/repo.zip (2947858350 bytes)
109142026-02-19T22:37:16.065Zuploaded: /work/repo.zip
109152026-02-19T22:37:16.065Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109162026-02-19T22:37:17.090Zuploaded: /work/repo.zip.sha256.txt
109172026-02-19T22:37:17.090Zuploading: /work/helios.json (647 bytes)
109182026-02-19T22:37:18.102Zuploaded: /work/helios.json
109192026-02-19T22:37:18.107Zuploading: /work/incorporation.p5m (100410 bytes)
109202026-02-19T22:37:19.129Zuploaded: /work/incorporation.p5m
109212026-02-19T22:37:19.129Zuploading: /work/incorporation.p5p (122880 bytes)
109222026-02-19T22:37:20.146Zuploaded: /work/incorporation.p5p
109232026-02-19T22:37:20.146Zuploading: /work/helios-incorp.log (526 bytes)
109242026-02-19T22:37:21.163Zuploaded: /work/helios-incorp.log
109252026-02-19T22:37:21.163Zuploading: /work/helios-setup.log (57811 bytes)
109262026-02-19T22:37:22.180Zuploaded: /work/helios-setup.log
109272026-02-19T22:37:22.180Zuploading: /work/host-image.log (233465 bytes)
109282026-02-19T22:37:23.201Zuploaded: /work/host-image.log
109292026-02-19T22:37:23.201Zuploading: /work/host-package.log (33300 bytes)
109302026-02-19T22:37:24.232Zuploaded: /work/host-package.log
109312026-02-19T22:37:24.237Zuploading: /work/host-target.log (101 bytes)
109322026-02-19T22:37:25.383Zuploaded: /work/host-target.log
109332026-02-19T22:37:25.383Zuploading: /work/incorp-create.log (0 bytes)
109342026-02-19T22:37:26.396Zuploaded: /work/incorp-create.log
109352026-02-19T22:37:26.396Zuploading: /work/incorp-fmt.log (0 bytes)
109362026-02-19T22:37:27.411Zuploaded: /work/incorp-fmt.log
109372026-02-19T22:37:27.414Zuploading: /work/incorp-pkgsend.log (108 bytes)
109382026-02-19T22:37:28.422Zuploaded: /work/incorp-pkgsend.log
109392026-02-19T22:37:28.422Zuploading: /work/incorp-publisher.log (0 bytes)
109402026-02-19T22:37:29.430Zuploaded: /work/incorp-publisher.log
109412026-02-19T22:37:29.430Zuploading: /work/omicron-package.log (6790 bytes)
109422026-02-19T22:37:30.442Zuploaded: /work/omicron-package.log
109432026-02-19T22:37:30.445Zuploading: /work/recovery-image.log (602303 bytes)
109442026-02-19T22:37:31.470Zuploaded: /work/recovery-image.log
109452026-02-19T22:37:31.470Zuploading: /work/recovery-package.log (1870 bytes)
109462026-02-19T22:37:32.481Zuploaded: /work/recovery-package.log
109472026-02-19T22:37:32.481Zuploading: /work/recovery-target.log (98 bytes)
109482026-02-19T22:37:33.491Zuploaded: /work/recovery-target.log
109492026-02-19T22:37:33.491Zuploading: /work/stamp-clickhouse.log (117 bytes)
109502026-02-19T22:37:34.502Zuploaded: /work/stamp-clickhouse.log
109512026-02-19T22:37:34.502Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109522026-02-19T22:37:35.512Zuploaded: /work/stamp-clickhouse_keeper.log
109532026-02-19T22:37:35.512Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109542026-02-19T22:37:36.523Zuploaded: /work/stamp-clickhouse_server.log
109552026-02-19T22:37:36.523Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109562026-02-19T22:37:37.533Zuploaded: /work/stamp-cockroachdb.log
109572026-02-19T22:37:37.533Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109582026-02-19T22:37:38.544Zuploaded: /work/stamp-crucible-pantry-zone.log
109592026-02-19T22:37:38.544Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109602026-02-19T22:37:39.555Zuploaded: /work/stamp-crucible-utils.log
109612026-02-19T22:37:39.555Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109622026-02-19T22:37:40.566Zuploaded: /work/stamp-crucible-zone.log
109632026-02-19T22:37:40.566Zuploading: /work/stamp-external-dns.log (119 bytes)
109642026-02-19T22:37:41.577Zuploaded: /work/stamp-external-dns.log
109652026-02-19T22:37:41.577Zuploading: /work/stamp-installinator.log (103 bytes)
109662026-02-19T22:37:42.587Zuploaded: /work/stamp-installinator.log
109672026-02-19T22:37:42.587Zuploading: /work/stamp-internal-dns.log (119 bytes)
109682026-02-19T22:37:43.599Zuploaded: /work/stamp-internal-dns.log
109692026-02-19T22:37:43.599Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109702026-02-19T22:37:44.612Zuploaded: /work/stamp-mg-ddm-gz.log
109712026-02-19T22:37:44.612Zuploading: /work/stamp-nexus.log (112 bytes)
109722026-02-19T22:37:45.623Zuploaded: /work/stamp-nexus.log
109732026-02-19T22:37:45.626Zuploading: /work/stamp-ntp.log (110 bytes)
109742026-02-19T22:37:46.633Zuploaded: /work/stamp-ntp.log
109752026-02-19T22:37:46.633Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109762026-02-19T22:37:47.644Zuploaded: /work/stamp-omicron-sled-agent.log
109772026-02-19T22:37:47.648Zuploading: /work/stamp-overlay.log (114 bytes)
109782026-02-19T22:37:48.655Zuploaded: /work/stamp-overlay.log
109792026-02-19T22:37:48.655Zuploading: /work/stamp-oximeter.log (115 bytes)
109802026-02-19T22:37:49.665Zuploaded: /work/stamp-oximeter.log
109812026-02-19T22:37:49.668Zuploading: /work/stamp-oxlog.log (109 bytes)
109822026-02-19T22:37:50.675Zuploaded: /work/stamp-oxlog.log
109832026-02-19T22:37:50.675Zuploading: /work/stamp-probe.log (112 bytes)
109842026-02-19T22:37:51.688Zuploaded: /work/stamp-probe.log
109852026-02-19T22:37:51.688Zuploading: /work/stamp-propolis-server.log (122 bytes)
109862026-02-19T22:37:52.699Zuploaded: /work/stamp-propolis-server.log
109872026-02-19T22:37:52.699Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109882026-02-19T22:37:53.710Zuploaded: /work/stamp-pumpkind-gz.log
109892026-02-19T22:37:53.711Zuploading: /work/stamp-switch-asic.log (118 bytes)
109902026-02-19T22:37:54.721Zuploaded: /work/stamp-switch-asic.log
109912026-02-19T22:37:54.721Zuploading: /work/verify-libraries.log (11451 bytes)
109922026-02-19T22:37:55.732Zuploaded: /work/verify-libraries.log