01KJFPQ31D1X1T4FB7Q97VJVCK: 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: 01KJFPQH60D1H503Y9BJSM8KBH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-27T14:06:37.096Zjob assigned to worker 01KJFPQJ45PMBX8CA94F3Z1E4X [factory gimlet-EVT22200007-propolis, EVT22200007/59600] (queued for 31 s)
 
22026-02-27T14:06:46.054Zstarting task 0: "setup"
32026-02-27T14:06:46.078Z++ uname -s
42026-02-27T14:06:46.079Z+ kern=SunOS
52026-02-27T14:06:46.079Z+ build_user=build
62026-02-27T14:06:46.079Z+ build_uid=12345
72026-02-27T14:06:46.079Z+ work_dir=/work
82026-02-27T14:06:46.079Z+ input_dir=/input
92026-02-27T14:06:46.079Z+ [[ 0 == 12345 ]]
102026-02-27T14:06:46.079Z+ case "$kern" in
112026-02-27T14:06:46.079Z+ groupadd -g 12345 build
122026-02-27T14:06:46.079Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-27T14:06:48.084Z+ zfs create -o mountpoint=/work rpool/work
142026-02-27T14:06:48.134Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-27T14:06:48.163Z+ home_fs=zfs
162026-02-27T14:06:48.164Z+ [[ zfs == autofs ]]
172026-02-27T14:06:48.164Z+ mkdir -p /home/build
182026-02-27T14:06:48.164Z+ chown build:build /home/build /work
192026-02-27T14:06:50.144Z+ chmod 0700 /home/build /work
202026-02-27T14:06:50.169Zprocess exited: duration 4095 ms, exit code 0
 
212026-02-27T14:06:50.219Zstarting task 1: "rust-toolchain"
222026-02-27T14:06:50.244Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-27T14:06:50.244Z * rust toolchain channel = "1.91.1"
242026-02-27T14:06:50.244Z * rust toolchain profile = "default"
252026-02-27T14:06:50.244Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-27T14:06:50.244Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-27T14:06:50.244Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-27T14:06:50.244Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-27T14:06:50.244Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-27T14:06:50.394Zinfo: downloading installer
312026-02-27T14:06:52.014Zwarn: It looks like you have an existing installation of Rust at:
322026-02-27T14:06:52.014Zwarn: /opt/ooce/bin
332026-02-27T14:06:52.014Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-27T14:06:52.014Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-27T14:06:52.041Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-27T14:06:52.041Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-27T14:06:52.041Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-27T14:06:52.041Zerror: cannot install while Rust is installed
392026-02-27T14:06:52.041Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-27T14:06:52.066Zinfo: profile set to 'default'
412026-02-27T14:06:52.067Zinfo: default host triple is x86_64-unknown-illumos
422026-02-27T14:06:52.067Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-27T14:06:52.197Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-27T14:06:52.197Zinfo: downloading component 'cargo'
452026-02-27T14:06:52.655Zinfo: downloading component 'clippy'
462026-02-27T14:06:52.770Zinfo: downloading component 'rust-docs'
472026-02-27T14:06:53.213Zinfo: downloading component 'rust-std'
482026-02-27T14:06:53.840Zinfo: downloading component 'rustc'
492026-02-27T14:06:55.988Zinfo: downloading component 'rustfmt'
502026-02-27T14:06:56.078Zinfo: installing component 'cargo'
512026-02-27T14:06:57.424Zinfo: installing component 'clippy'
522026-02-27T14:06:57.949Zinfo: installing component 'rust-docs'
532026-02-27T14:07:01.798Zinfo: installing component 'rust-std'
542026-02-27T14:07:04.042Zinfo: installing component 'rustc'
552026-02-27T14:07:13.193Zinfo: installing component 'rustfmt'
562026-02-27T14:07:13.631Z
572026-02-27T14:07:13.631Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-02-27T14:07:13.795Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-27T14:07:13.796Z
602026-02-27T14:07:13.796Z
612026-02-27T14:07:13.796ZRust is installed now. Great!
622026-02-27T14:07:13.796Z
632026-02-27T14:07:13.796ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-27T14:07:13.796Zenvironment variable. This has not been done automatically.
652026-02-27T14:07:13.796Z
662026-02-27T14:07:13.796ZTo configure your current shell, you need to source
672026-02-27T14:07:13.796Zthe corresponding env file under $HOME/.cargo.
682026-02-27T14:07:13.796Z
692026-02-27T14:07:13.796ZThis is usually done by running one of the following (note the leading DOT):
702026-02-27T14:07:13.796Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-27T14:07:13.796Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-27T14:07:13.796Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-27T14:07:13.937Z+ rustup --version
742026-02-27T14:07:13.961Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-27T14:07:13.961Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-27T14:07:14.080Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-27T14:07:14.105Z+ cargo --version
782026-02-27T14:07:14.211Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-27T14:07:14.235Z+ rustc --version
802026-02-27T14:07:14.335Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-27T14:07:14.359Zprocess exited: duration 24123 ms, exit code 0
 
822026-02-27T14:07:14.411Zstarting task 2: "authentication"
832026-02-27T14:07:14.470Zprocess exited: duration 61 ms, exit code 0
 
842026-02-27T14:07:14.524Zstarting task 3: "clone repository"
852026-02-27T14:07:14.548Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-27T14:07:14.548Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-27T14:07:14.574ZCloning into '/work/oxidecomputer/omicron'...
882026-02-27T14:07:41.483Z+ cd /work/oxidecomputer/omicron
892026-02-27T14:07:41.483Z+ git fetch origin daae34fbbd1fd4c8769e9147d54293ec080d3671
902026-02-27T14:07:42.097ZFrom https://github.com/oxidecomputer/omicron
912026-02-27T14:07:42.098Z * branch daae34fbbd1fd4c8769e9147d54293ec080d3671 -> FETCH_HEAD
922026-02-27T14:07:42.122Z+ [[ -n labbott/sprockets_enforce ]]
932026-02-27T14:07:42.122Z++ git branch --show-current
942026-02-27T14:07:42.122Z+ current=main
952026-02-27T14:07:42.122Z+ [[ main != labbott/sprockets_enforce ]]
962026-02-27T14:07:42.122Z+ git branch -f labbott/sprockets_enforce daae34fbbd1fd4c8769e9147d54293ec080d3671
972026-02-27T14:07:42.147Z+ git checkout -f labbott/sprockets_enforce
982026-02-27T14:07:42.559ZSwitched to branch 'labbott/sprockets_enforce'
992026-02-27T14:07:42.583Z+ git reset --hard daae34fbbd1fd4c8769e9147d54293ec080d3671
1002026-02-27T14:07:42.608ZHEAD is now at daae34fbb Enforce sprockets measurements
1012026-02-27T14:07:42.608Zprocess exited: duration 28069 ms, exit code 0
 
1022026-02-27T14:07:42.657Zstarting task 4: "build"
1032026-02-27T14:07:42.682Z+ source .github/buildomat/ci-env.sh
1042026-02-27T14:07:42.682Z++ export CARGO_TERM_COLOR=always
1052026-02-27T14:07:42.682Z++ CARGO_TERM_COLOR=always
1062026-02-27T14:07:42.682Z+ cargo --version
1072026-02-27T14:07:42.758Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-27T14:07:42.782Z+ rustc --version
1092026-02-27T14:07:42.883Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-27T14:07:42.908Z+ cargo tree --locked
1112026-02-27T14:07:43.313Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-27T14:07:44.019Z Updating crates.io index
1132026-02-27T14:07:44.063Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-27T14:07:45.639Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-27T14:07:45.664Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-02-27T14:07:45.966Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1172026-02-27T14:07:46.674Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-02-27T14:07:49.165Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-02-27T14:07:56.315Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-02-27T14:07:57.906Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-02-27T14:07:58.550Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222026-02-27T14:08:00.040Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232026-02-27T14:08:01.160Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-02-27T14:08:02.953Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-27T14:08:03.625Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-27T14:08:04.550Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-27T14:08:05.243Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-27T14:08:06.611Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-27T14:08:07.721Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-27T14:08:08.313Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-27T14:08:09.038Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-27T14:08:09.901Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-27T14:08:10.424Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-27T14:08:10.960Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-27T14:08:11.611Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-27T14:08:12.462Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-27T14:08:13.269Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-27T14:08:14.321Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-27T14:08:14.891Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-27T14:08:15.656Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-27T14:08:16.455Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-27T14:08:17.450Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-27T14:08:18.252Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-27T14:08:18.774Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-27T14:08:19.564Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-27T14:08:20.158Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-27T14:08:20.958Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-27T14:08:21.483Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-27T14:08:22.162Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-27T14:08:22.763Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-27T14:08:23.407Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-27T14:08:54.050Z Downloading crates ...
1532026-02-27T14:08:54.180Z Downloaded async-attributes v1.1.2
1542026-02-27T14:08:54.204Z Downloaded async-process v2.3.0
1552026-02-27T14:08:54.229Z Downloaded bcrypt-pbkdf v0.10.0
1562026-02-27T14:08:54.229Z Downloaded dtrace-parser v0.3.0
1572026-02-27T14:08:54.229Z Downloaded document-features v0.2.11
1582026-02-27T14:08:54.254Z Downloaded crc8 v0.1.1
1592026-02-27T14:08:54.254Z Downloaded equivalent v1.0.2
1602026-02-27T14:08:54.279Z Downloaded fixedbitset v0.4.2
1612026-02-27T14:08:54.279Z Downloaded float-cmp v0.10.0
1622026-02-27T14:08:54.279Z Downloaded futures-core v0.3.32
1632026-02-27T14:08:54.304Z Downloaded gethostname v0.5.0
1642026-02-27T14:08:54.304Z Downloaded guppy-workspace-hack v0.1.0
1652026-02-27T14:08:54.304Z Downloaded heck v0.4.1
1662026-02-27T14:08:54.330Z Downloaded hex v0.4.3
1672026-02-27T14:08:54.330Z Downloaded hubpack_derive v0.1.1
1682026-02-27T14:08:54.330Z Downloaded hyper-tls v0.6.0
1692026-02-27T14:08:54.354Z Downloaded internet-checksum v0.2.1
1702026-02-27T14:08:54.354Z Downloaded is_terminal_polyfill v1.70.1
1712026-02-27T14:08:54.379Z Downloaded lalrpop-util v0.19.12
1722026-02-27T14:08:54.379Z Downloaded libscf-sys v1.1.0
1732026-02-27T14:08:54.379Z Downloaded linked-hash-map v0.5.6
1742026-02-27T14:08:54.404Z Downloaded lzss v0.8.2
1752026-02-27T14:08:54.404Z Downloaded multimap v0.10.1
1762026-02-27T14:08:54.404Z Downloaded miette-derive v5.10.0
1772026-02-27T14:08:54.428Z Downloaded nodrop v0.1.14
1782026-02-27T14:08:54.429Z Downloaded num-iter v0.1.45
1792026-02-27T14:08:54.429Z Downloaded oorandom v11.1.4
1802026-02-27T14:08:54.429Z Downloaded openssl-probe v0.1.5
1812026-02-27T14:08:54.456Z Downloaded memoffset v0.9.1
1822026-02-27T14:08:54.456Z Downloaded oso-derive v0.27.3
1832026-02-27T14:08:54.456Z Downloaded parking v2.2.1
1842026-02-27T14:08:54.456Z Downloaded expectorate v1.2.0
1852026-02-27T14:08:54.480Z Downloaded phf_shared v0.12.1
1862026-02-27T14:08:54.480Z Downloaded percent-encoding v2.3.2
1872026-02-27T14:08:54.480Z Downloaded piper v0.2.4
1882026-02-27T14:08:54.481Z Downloaded precomputed-hash v0.1.1
1892026-02-27T14:08:54.506Z Downloaded proc-macro-crate v3.2.0
1902026-02-27T14:08:54.506Z Downloaded proc-macro-error-attr2 v2.0.0
1912026-02-27T14:08:54.506Z Downloaded progenitor-client v0.8.0
1922026-02-27T14:08:54.506Z Downloaded pin-project-internal v1.1.6
1932026-02-27T14:08:54.530Z Downloaded progenitor-macro v0.13.0
1942026-02-27T14:08:54.531Z Downloaded psl-types v2.0.11
1952026-02-27T14:08:54.531Z Downloaded predicates v3.1.3
1962026-02-27T14:08:54.531Z Downloaded radium v0.7.0
1972026-02-27T14:08:54.555Z Downloaded rand_xorshift v0.4.0
1982026-02-27T14:08:54.555Z Downloaded pest_derive v2.8.2
1992026-02-27T14:08:54.555Z Downloaded rfc6979 v0.4.0
2002026-02-27T14:08:54.555Z Downloaded russh-cryptovec v0.7.3
2012026-02-27T14:08:54.580Z Downloaded postcard v1.0.10
2022026-02-27T14:08:54.580Z Downloaded rustc_version v0.4.1
2032026-02-27T14:08:54.580Z Downloaded salsa20 v0.10.2
2042026-02-27T14:08:54.580Z Downloaded sapling-renderdag v0.1.0
2052026-02-27T14:08:54.605Z Downloaded scroll_derive v0.13.1
2062026-02-27T14:08:54.605Z Downloaded hashbrown v0.12.3
2072026-02-27T14:08:54.605Z Downloaded seq-macro v0.3.6
2082026-02-27T14:08:54.605Z Downloaded serde_regex v1.1.0
2092026-02-27T14:08:54.630Z Downloaded serde_urlencoded v0.7.1
2102026-02-27T14:08:54.630Z Downloaded sha1 v0.10.6
2112026-02-27T14:08:54.630Z Downloaded signal-hook-mio v0.2.4
2122026-02-27T14:08:54.630Z Downloaded simd-adler32 v0.3.7
2132026-02-27T14:08:54.661Z Downloaded serde_path_to_error v0.1.20
2142026-02-27T14:08:54.661Z Downloaded serde_tokenstream v0.2.3
2152026-02-27T14:08:54.661Z Downloaded shlex v1.3.0
2162026-02-27T14:08:54.661Z Downloaded ssh-encoding v0.2.0
2172026-02-27T14:08:54.685Z Downloaded structmeta-derive v0.3.0
2182026-02-27T14:08:54.685Z Downloaded strum v0.26.3
2192026-02-27T14:08:54.685Z Downloaded swrite v0.1.0
2202026-02-27T14:08:54.685Z Downloaded tabled_derive v0.7.0
2212026-02-27T14:08:54.685Z Downloaded tagptr v0.2.0
2222026-02-27T14:08:54.711Z Downloaded target-triple v0.1.3
2232026-02-27T14:08:54.711Z Downloaded testing_table v0.3.0
2242026-02-27T14:08:54.711Z Downloaded slog v2.8.2
2252026-02-27T14:08:54.711Z Downloaded time-core v0.1.8
2262026-02-27T14:08:54.736Z Downloaded thread_local v1.1.8
2272026-02-27T14:08:54.736Z Downloaded tinyvec_macros v0.1.1
2282026-02-27T14:08:54.736Z Downloaded thiserror-impl-no-std v2.0.2
2292026-02-27T14:08:54.760Z Downloaded tower-layer v0.3.3
2302026-02-27T14:08:54.760Z Downloaded try-lock v0.2.5
2312026-02-27T14:08:54.760Z Downloaded typify-macro v0.4.3
2322026-02-27T14:08:54.760Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2332026-02-27T14:08:54.785Z Downloaded typify-macro v0.2.0
2342026-02-27T14:08:54.786Z Downloaded unarray v0.1.4
2352026-02-27T14:08:54.786Z Downloaded usdt-attr-macro v0.6.0
2362026-02-27T14:08:54.786Z Downloaded utf-8 v0.7.6
2372026-02-27T14:08:54.786Z Downloaded void v1.0.2
2382026-02-27T14:08:54.811Z Downloaded wait-timeout v0.2.0
2392026-02-27T14:08:54.811Z Downloaded waitgroup v0.1.2
2402026-02-27T14:08:54.811Z Downloaded uzers v0.12.1
2412026-02-27T14:08:54.811Z Downloaded xshell-macros v0.2.7
2422026-02-27T14:08:54.811Z Downloaded usdt-impl v0.6.0
2432026-02-27T14:08:54.836Z Downloaded zerofrom-derive v0.1.4
2442026-02-27T14:08:54.837Z Downloaded zone_cfg_derive v0.3.0
2452026-02-27T14:08:54.837Z Downloaded zone v0.3.1
2462026-02-27T14:08:54.837Z Downloaded zone v0.1.8
2472026-02-27T14:08:54.837Z Downloaded writeable v0.5.5
2482026-02-27T14:08:54.837Z Downloaded xz2 v0.1.7
2492026-02-27T14:08:54.837Z Downloaded zstd v0.13.3
2502026-02-27T14:08:54.861Z Downloaded zstd-safe v7.2.3
2512026-02-27T14:08:54.861Z Downloaded steno v0.4.1
2522026-02-27T14:08:54.886Z Downloaded zerocopy v0.6.6
2532026-02-27T14:08:54.886Z Downloaded zopfli v0.8.1
2542026-02-27T14:08:54.886Z Downloaded yansi v1.0.1
2552026-02-27T14:08:54.910Z Downloaded zip v0.6.6
2562026-02-27T14:08:54.910Z Downloaded zerocopy-derive v0.8.27
2572026-02-27T14:08:54.935Z Downloaded x509-cert v0.2.5
2582026-02-27T14:08:54.960Z Downloaded zip v4.2.0
2592026-02-27T14:08:54.960Z Downloaded zerovec v0.10.4
2602026-02-27T14:08:54.984Z Downloaded winnow v0.6.26
2612026-02-27T14:08:55.010Z Downloaded zerocopy v0.7.35
2622026-02-27T14:08:55.035Z Downloaded zlib-rs v0.5.1
2632026-02-27T14:08:55.035Z Downloaded rustls v0.21.12
2642026-02-27T14:08:55.059Z Downloaded syn v2.0.117
2652026-02-27T14:08:55.084Z Downloaded webpki-roots v1.0.1
2662026-02-27T14:08:55.084Z Downloaded unicode-width v0.2.0
2672026-02-27T14:08:55.108Z Downloaded unicode-width v0.1.14
2682026-02-27T14:08:55.108Z Downloaded zerocopy v0.8.27
2692026-02-27T14:08:55.136Z Downloaded rustls v0.23.37
2702026-02-27T14:08:55.162Z Downloaded regress v0.10.5
2712026-02-27T14:08:55.187Z Downloaded regex-syntax v0.8.5
2722026-02-27T14:08:55.187Z Downloaded sqlparser v0.61.0
2732026-02-27T14:08:55.211Z Downloaded sled v0.34.7
2742026-02-27T14:08:55.236Z Downloaded bzip2-sys v0.1.13+1.0.8
2752026-02-27T14:08:55.236Z Downloaded rustix v1.1.3
2762026-02-27T14:08:55.265Z Downloaded typify-impl v0.6.1
2772026-02-27T14:08:55.290Z Downloaded typify-impl v0.4.3
2782026-02-27T14:08:55.315Z Downloaded ratatui v0.29.0
2792026-02-27T14:08:55.339Z Downloaded typify-impl v0.2.0
2802026-02-27T14:08:55.364Z Downloaded chrono-tz v0.10.4
2812026-02-27T14:08:55.389Z Downloaded object v0.37.3
2822026-02-27T14:08:55.389Z Downloaded zerocopy-derive v0.6.6
2832026-02-27T14:08:55.414Z Downloaded rustls v0.22.4
2842026-02-27T14:08:55.438Z Downloaded regex-automata v0.4.14
2852026-02-27T14:08:55.463Z Downloaded petgraph v0.6.5
2862026-02-27T14:08:55.487Z Downloaded jiff v0.2.15
2872026-02-27T14:08:55.488Z Downloaded rustix v0.38.37
2882026-02-27T14:08:55.514Z Downloaded libc v0.2.180
2892026-02-27T14:08:55.556Z Downloaded lzma-sys v0.1.20
2902026-02-27T14:08:55.592Z Downloaded openapiv3 v2.2.0
2912026-02-27T14:08:55.617Z Downloaded petgraph v0.8.2
2922026-02-27T14:08:55.651Z Downloaded smoltcp v0.11.0
2932026-02-27T14:08:55.678Z Downloaded libz-sys v1.1.20
2942026-02-27T14:08:55.678Z Downloaded csv v1.3.1
2952026-02-27T14:08:55.703Z Downloaded nix v0.30.1
2962026-02-27T14:08:55.727Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2972026-02-27T14:08:55.752Z Downloaded sha3 v0.10.8
2982026-02-27T14:08:55.752Z Downloaded regex-syntax v0.6.29
2992026-02-27T14:08:55.752Z Downloaded tokio v1.49.0
3002026-02-27T14:08:55.862Z Downloaded object v0.36.5
3012026-02-27T14:08:55.886Z Downloaded dropshot v0.16.7
3022026-02-27T14:08:55.926Z Downloaded nix v0.28.0
3032026-02-27T14:08:55.950Z Downloaded diesel v2.2.12
3042026-02-27T14:08:55.988Z Downloaded winnow v0.7.14
3052026-02-27T14:08:56.018Z Downloaded vcpkg v0.2.15
3062026-02-27T14:08:56.086Z Downloaded time v0.3.47
3072026-02-27T14:08:56.086Z Downloaded tabled v0.15.0
3082026-02-27T14:08:56.118Z Downloaded smoltcp v0.9.1
3092026-02-27T14:08:57.181Z Downloaded openssl v0.10.73
3102026-02-27T14:08:57.181Z Downloaded nix v0.29.0
3112026-02-27T14:08:57.252Z Downloaded tabled v0.18.0
3122026-02-27T14:08:57.252Z Downloaded syn v1.0.109
3132026-02-27T14:08:57.252Z Downloaded hickory-proto v0.25.2
3142026-02-27T14:08:57.252Z Downloaded tabled v0.20.0
3152026-02-27T14:08:57.252Z Downloaded encoding_rs v0.8.34
3162026-02-27T14:08:57.252Z Downloaded nix v0.27.1
3172026-02-27T14:08:57.252Z Downloaded curve25519-dalek v4.1.3
3182026-02-27T14:08:57.253Z Downloaded httpmock v0.8.0-alpha.1
3192026-02-27T14:08:57.253Z Downloaded winnow v0.5.40
3202026-02-27T14:08:57.253Z Downloaded unicode-normalization v0.1.24
3212026-02-27T14:08:57.253Z Downloaded salty v0.3.0
3222026-02-27T14:08:57.253Z Downloaded rustls-webpki v0.102.8
3232026-02-27T14:08:57.253Z Downloaded object v0.30.4
3242026-02-27T14:08:57.253Z Downloaded moka v0.12.10
3252026-02-27T14:08:57.253Z Downloaded hickory-proto v0.24.4
3262026-02-27T14:08:57.253Z Downloaded tough v0.20.0
3272026-02-27T14:08:57.253Z Downloaded reqwest v0.12.28
3282026-02-27T14:08:57.253Z Downloaded radix_trie v0.2.1
3292026-02-27T14:08:57.253Z Downloaded ring v0.17.14
3302026-02-27T14:08:57.253Z Downloaded petname v2.0.2
3312026-02-27T14:08:57.253Z Downloaded unicode-segmentation v1.12.0
3322026-02-27T14:08:57.253Z Downloaded tower-http v0.6.8
3332026-02-27T14:08:57.253Z Downloaded rustls-webpki v0.101.7
3342026-02-27T14:08:57.253Z Downloaded quinn-proto v0.11.13
3352026-02-27T14:08:57.253Z Downloaded polar-core v0.27.3
3362026-02-27T14:08:57.253Z Downloaded bstr v1.10.0
3372026-02-27T14:08:57.253Z Downloaded rayon v1.10.0
3382026-02-27T14:08:57.253Z Downloaded portable-atomic v1.11.0
3392026-02-27T14:08:57.253Z Downloaded icu_properties_data v1.5.0
3402026-02-27T14:08:57.253Z Downloaded toml_edit v0.19.15
3412026-02-27T14:08:57.253Z Downloaded tokio-util v0.7.15
3422026-02-27T14:08:57.253Z Downloaded ssh-key v0.6.6
3432026-02-27T14:08:57.253Z Downloaded libgit2-sys v0.18.2+1.9.1
3442026-02-27T14:08:57.253Z Downloaded serde_with v3.16.1
3452026-02-27T14:08:57.253Z Downloaded reqwest v0.13.2
3462026-02-27T14:08:57.253Z Downloaded url v2.5.4
3472026-02-27T14:08:57.253Z Downloaded typed-path v0.9.3
3482026-02-27T14:08:57.253Z Downloaded p384 v0.13.1
3492026-02-27T14:08:57.253Z Downloaded unicode_categories v0.1.1
3502026-02-27T14:08:57.253Z Downloaded tower v0.5.2
3512026-02-27T14:08:57.253Z Downloaded proptest v1.7.0
3522026-02-27T14:08:57.253Z Downloaded ucd-trie v0.1.7
3532026-02-27T14:08:57.253Z Downloaded rpassword v7.4.0
3542026-02-27T14:08:57.253Z Downloaded serde_json v1.0.149
3552026-02-27T14:08:57.253Z Downloaded rustyline v14.0.0
3562026-02-27T14:08:57.253Z Downloaded zmij v1.0.15
3572026-02-27T14:08:57.254Z Downloaded zerovec-derive v0.10.3
3582026-02-27T14:08:57.254Z Downloaded zerocopy-derive v0.7.35
3592026-02-27T14:08:57.254Z Downloaded yoke v0.7.4
3602026-02-27T14:08:57.254Z Downloaded yasna v0.5.2
3612026-02-27T14:08:57.254Z Downloaded wyz v0.5.1
3622026-02-27T14:08:57.254Z Downloaded value-bag v1.12.0
3632026-02-27T14:08:57.254Z Downloaded uuid v1.19.0
3642026-02-27T14:08:57.254Z Downloaded unsafe-libyaml v0.2.11
3652026-02-27T14:08:57.254Z Downloaded unicode-truncate v1.1.0
3662026-02-27T14:08:57.254Z Downloaded typify v0.6.1
3672026-02-27T14:08:57.254Z Downloaded russh v0.45.0
3682026-02-27T14:08:57.254Z Downloaded quick-xml v0.37.2
3692026-02-27T14:08:57.254Z Downloaded zeroize v1.8.1
3702026-02-27T14:08:57.254Z Downloaded vte v0.11.1
3712026-02-27T14:08:57.254Z Downloaded vsss-rs v3.3.4
3722026-02-27T14:08:57.254Z Downloaded typify v0.4.3
3732026-02-27T14:08:57.254Z Downloaded schemars v1.0.4
3742026-02-27T14:08:57.254Z Downloaded gimli v0.31.1
3752026-02-27T14:08:57.254Z Downloaded unicode-ident v1.0.24
3762026-02-27T14:08:57.254Z Downloaded unicode-bidi v0.3.17
3772026-02-27T14:08:57.254Z Downloaded tracing-core v0.1.32
3782026-02-27T14:08:57.254Z Downloaded tracing v0.1.40
3792026-02-27T14:08:57.254Z Downloaded tokio-postgres v0.7.13
3802026-02-27T14:08:57.254Z Downloaded socket2 v0.5.10
3812026-02-27T14:08:57.254Z Downloaded plotters v0.3.7
3822026-02-27T14:08:57.254Z Downloaded lalrpop v0.19.12
3832026-02-27T14:08:57.254Z Downloaded walkdir v2.5.0
3842026-02-27T14:08:57.254Z Downloaded vergen v9.0.6
3852026-02-27T14:08:57.254Z Downloaded unicode-properties v0.1.3
3862026-02-27T14:08:57.254Z Downloaded p521 v0.13.3
3872026-02-27T14:08:57.254Z Downloaded hkdf v0.12.4
3882026-02-27T14:08:57.254Z Downloaded xshell v0.2.7
3892026-02-27T14:08:57.254Z Downloaded toml_edit v0.22.27
3902026-02-27T14:08:57.254Z Downloaded zone_cfg_derive v0.1.2
3912026-02-27T14:08:57.254Z Downloaded zeroize_derive v1.4.2
3922026-02-27T14:08:57.254Z Downloaded whoami v1.5.2
3932026-02-27T14:08:57.255Z Downloaded want v0.3.1
3942026-02-27T14:08:57.255Z Downloaded vergen-lib v0.1.6
3952026-02-27T14:08:57.255Z Downloaded vergen-gitcl v1.0.8
3962026-02-27T14:08:57.255Z Downloaded vergen-git2 v1.0.7
3972026-02-27T14:08:57.255Z Downloaded usdt-impl v0.5.0
3982026-02-27T14:08:57.255Z Downloaded typenum v1.17.0
3992026-02-27T14:08:57.255Z Downloaded tungstenite v0.23.0
4002026-02-27T14:08:57.255Z Downloaded tungstenite v0.21.0
4012026-02-27T14:08:57.255Z Downloaded zerofrom v0.1.4
4022026-02-27T14:08:57.255Z Downloaded yoke-derive v0.7.4
4032026-02-27T14:08:57.255Z Downloaded socket2 v0.6.1
4042026-02-27T14:08:57.255Z Downloaded regex v1.12.3
4052026-02-27T14:08:57.255Z Downloaded iri-string v0.7.8
4062026-02-27T14:08:57.255Z Downloaded crossterm v0.28.1
4072026-02-27T14:08:57.255Z Downloaded tokio-tungstenite v0.23.1
4082026-02-27T14:08:57.255Z Downloaded rustls-webpki v0.103.9
4092026-02-27T14:08:57.255Z Downloaded reedline v0.40.0
4102026-02-27T14:08:57.255Z Downloaded xattr v1.3.1
4112026-02-27T14:08:57.280Z Downloaded write16 v1.0.0
4122026-02-27T14:08:57.280Z Downloaded utf8parse v0.2.2
4132026-02-27T14:08:57.280Z Downloaded untrusted v0.9.0
4142026-02-27T14:08:57.280Z Downloaded toml v0.9.11+spec-1.1.0
4152026-02-27T14:08:57.280Z Downloaded tokio-macros v2.6.0
4162026-02-27T14:08:57.280Z Downloaded term v1.1.0
4172026-02-27T14:08:57.280Z Downloaded toml v0.7.8
4182026-02-27T14:08:57.280Z Downloaded unicase v2.8.1
4192026-02-27T14:08:57.280Z Downloaded twox-hash v2.1.0
4202026-02-27T14:08:57.280Z Downloaded trybuild v1.0.106
4212026-02-27T14:08:57.280Z Downloaded tokio-stream v0.1.17
4222026-02-27T14:08:57.280Z Downloaded tinyvec v1.8.0
4232026-02-27T14:08:57.280Z Downloaded textwrap v0.16.2
4242026-02-27T14:08:57.280Z Downloaded strum_macros v0.27.2
4252026-02-27T14:08:57.280Z Downloaded schemars v0.9.0
4262026-02-27T14:08:57.280Z Downloaded publicsuffix v2.3.0
4272026-02-27T14:08:57.280Z Downloaded hyper v1.8.1
4282026-02-27T14:08:57.280Z Downloaded hashbrown v0.14.5
4292026-02-27T14:08:57.280Z Downloaded goblin v0.10.2
4302026-02-27T14:08:57.280Z Downloaded vte_generate_state_changes v0.1.2
4312026-02-27T14:08:57.280Z Downloaded version_check v0.9.5
4322026-02-27T14:08:57.280Z Downloaded tracing-attributes v0.1.27
4332026-02-27T14:08:57.280Z Downloaded stringmetrics v2.2.2
4342026-02-27T14:08:57.280Z Downloaded rsa v0.9.8
4352026-02-27T14:08:57.280Z Downloaded utf8_iter v1.0.4
4362026-02-27T14:08:57.280Z Downloaded utf16_iter v1.0.5
4372026-02-27T14:08:57.280Z Downloaded usdt-macro v0.6.0
4382026-02-27T14:08:57.281Z Downloaded usdt-macro v0.5.0
4392026-02-27T14:08:57.281Z Downloaded usdt-attr-macro v0.5.0
4402026-02-27T14:08:57.281Z Downloaded typify v0.2.0
4412026-02-27T14:08:57.281Z Downloaded tar v0.4.44
4422026-02-27T14:08:57.281Z Downloaded spin v0.9.8
4432026-02-27T14:08:57.281Z Downloaded toml_parser v1.0.6+spec-1.1.0
4442026-02-27T14:08:57.281Z Downloaded smallvec v1.15.1
4452026-02-27T14:08:57.281Z Downloaded num-bigint-dig v0.8.6
4462026-02-27T14:08:57.281Z Downloaded usdt v0.6.0
4472026-02-27T14:08:57.281Z Downloaded usdt v0.5.0
4482026-02-27T14:08:57.281Z Downloaded untrusted v0.7.1
4492026-02-27T14:08:57.281Z Downloaded universal-hash v0.5.1
4502026-02-27T14:08:57.281Z Downloaded unit-prefix v0.5.1
4512026-02-27T14:08:57.281Z Downloaded unicode-xid v0.2.6
4522026-02-27T14:08:57.281Z Downloaded unicode-linebreak v0.1.5
4532026-02-27T14:08:57.281Z Downloaded toml v0.8.23
4542026-02-27T14:08:57.281Z Downloaded tokio-rustls v0.26.0
4552026-02-27T14:08:57.281Z Downloaded textwrap v0.15.2
4562026-02-27T14:08:57.281Z Downloaded termcolor v1.4.1
4572026-02-27T14:08:57.281Z Downloaded qorb v0.4.1
4582026-02-27T14:08:57.281Z Downloaded git2 v0.20.2
4592026-02-27T14:08:57.281Z Downloaded typify-macro v0.6.1
4602026-02-27T14:08:57.281Z Downloaded tui-tree-widget v0.23.1
4612026-02-27T14:08:57.281Z Downloaded tokio-rustls v0.24.1
4622026-02-27T14:08:57.281Z Downloaded test-strategy v0.4.3
4632026-02-27T14:08:57.281Z Downloaded rstest_macros v0.25.0
4642026-02-27T14:08:57.281Z Downloaded libxml v0.3.3
4652026-02-27T14:08:57.281Z Downloaded hashbrown v0.15.4
4662026-02-27T14:08:57.306Z Downloaded typeid v1.0.3
4672026-02-27T14:08:57.306Z Downloaded topological-sort v0.2.2
4682026-02-27T14:08:57.306Z Downloaded toml_writer v1.0.6+spec-1.1.0
4692026-02-27T14:08:57.306Z Downloaded tinytemplate v1.2.1
4702026-02-27T14:08:57.306Z Downloaded stringprep v0.1.5
4712026-02-27T14:08:57.306Z Downloaded string_cache v0.8.9
4722026-02-27T14:08:57.306Z Downloaded static_assertions v1.1.0
4732026-02-27T14:08:57.306Z Downloaded schemars v0.8.22
4742026-02-27T14:08:57.331Z Downloaded rand_distr v0.5.1
4752026-02-27T14:08:57.355Z Downloaded tokio-tungstenite v0.21.0
4762026-02-27T14:08:57.355Z Downloaded trait-variant v0.1.2
4772026-02-27T14:08:57.355Z Downloaded tower-service v0.3.3
4782026-02-27T14:08:57.355Z Downloaded tokio-rustls v0.25.0
4792026-02-27T14:08:57.355Z Downloaded tokio-native-tls v0.3.1
4802026-02-27T14:08:57.355Z Downloaded tokio-dtrace v0.1.0
4812026-02-27T14:08:57.355Z Downloaded tls_codec_derive v0.4.1
4822026-02-27T14:08:57.355Z Downloaded tinystr v0.7.6
4832026-02-27T14:08:57.355Z Downloaded termios v0.3.3
4842026-02-27T14:08:57.380Z Downloaded tempfile v3.24.0
4852026-02-27T14:08:57.380Z Downloaded tabled_derive v0.10.0
4862026-02-27T14:08:57.380Z Downloaded supports-unicode v2.1.0
4872026-02-27T14:08:57.380Z Downloaded supports-hyperlinks v2.1.0
4882026-02-27T14:08:57.380Z Downloaded snafu v0.8.5
4892026-02-27T14:08:57.380Z Downloaded smf v0.2.3
4902026-02-27T14:08:57.380Z Downloaded serde_cbor v0.11.2
4912026-02-27T14:08:57.380Z Downloaded russh-keys v0.45.0
4922026-02-27T14:08:57.405Z Downloaded crossterm v0.29.0
4932026-02-27T14:08:57.405Z Downloaded toml_write v0.1.2
4942026-02-27T14:08:57.405Z Downloaded toml_datetime v0.6.11
4952026-02-27T14:08:57.405Z Downloaded tls_codec v0.4.1
4962026-02-27T14:08:57.405Z Downloaded tiny-keccak v2.0.2
4972026-02-27T14:08:57.405Z Downloaded time-macros v0.2.27
4982026-02-27T14:08:57.429Z Downloaded thiserror-no-std v2.0.2
4992026-02-27T14:08:57.429Z Downloaded thiserror-impl v2.0.18
5002026-02-27T14:08:57.429Z Downloaded thiserror-impl v1.0.69
5012026-02-27T14:08:57.429Z Downloaded thiserror v2.0.18
5022026-02-27T14:08:57.429Z Downloaded term v0.7.0
5032026-02-27T14:08:57.454Z Downloaded slog-dtrace v0.3.0
5042026-02-27T14:08:57.454Z Downloaded sct v0.7.1
5052026-02-27T14:08:57.454Z Downloaded rstest v0.25.0
5062026-02-27T14:08:57.454Z Downloaded ron v0.8.1
5072026-02-27T14:08:57.478Z Downloaded thiserror v1.0.69
5082026-02-27T14:08:57.478Z Downloaded strsim v0.11.1
5092026-02-27T14:08:57.478Z Downloaded strip-ansi-escapes v0.2.0
5102026-02-27T14:08:57.478Z Downloaded stable_deref_trait v1.2.0
5112026-02-27T14:08:57.478Z Downloaded slab v0.4.9
5122026-02-27T14:08:57.478Z Downloaded signal-hook-registry v1.4.2
5132026-02-27T14:08:57.478Z Downloaded serde v1.0.228
5142026-02-27T14:08:57.478Z Downloaded num-bigint v0.4.6
5152026-02-27T14:08:57.503Z Downloaded thread-id v5.0.0
5162026-02-27T14:08:57.503Z Downloaded thread-id v4.2.2
5172026-02-27T14:08:57.503Z Downloaded target-spec v3.5.0
5182026-02-27T14:08:57.503Z Downloaded target-lexicon v0.13.2
5192026-02-27T14:08:57.503Z Downloaded smawk v0.3.2
5202026-02-27T14:08:57.503Z Downloaded sha2 v0.10.9
5212026-02-27T14:08:57.503Z Downloaded samael v0.0.19
5222026-02-27T14:08:57.528Z Downloaded ryu v1.0.18
5232026-02-27T14:08:57.528Z Downloaded tabled_derive v0.11.0
5242026-02-27T14:08:57.528Z Downloaded subprocess v0.2.9
5252026-02-27T14:08:57.528Z Downloaded slog-envlogger v2.2.0
5262026-02-27T14:08:57.528Z Downloaded serde_bytes v0.11.19
5272026-02-27T14:08:57.528Z Downloaded serde-untagged v0.1.7
5282026-02-27T14:08:57.528Z Downloaded rand v0.9.2
5292026-02-27T14:08:57.552Z Downloaded pest v2.8.2
5302026-02-27T14:08:57.552Z Downloaded mio v1.0.2
5312026-02-27T14:08:57.552Z Downloaded chrono v0.4.43
5322026-02-27T14:08:57.577Z Downloaded bindgen v0.71.1
5332026-02-27T14:08:57.577Z Downloaded similar v2.7.0
5342026-02-27T14:08:57.577Z Downloaded quinn v0.11.9
5352026-02-27T14:08:57.577Z Downloaded hickory-server v0.25.2
5362026-02-27T14:08:57.601Z Downloaded termtree v0.5.1
5372026-02-27T14:08:57.601Z Downloaded terminal_size v0.4.0
5382026-02-27T14:08:57.601Z Downloaded terminal_size v0.1.17
5392026-02-27T14:08:57.601Z Downloaded synstructure v0.13.1
5402026-02-27T14:08:57.602Z Downloaded sync_wrapper v1.0.1
5412026-02-27T14:08:57.602Z Downloaded signal-hook v0.3.18
5422026-02-27T14:08:57.602Z Downloaded tap v1.0.1
5432026-02-27T14:08:57.602Z Downloaded take_mut v0.2.2
5442026-02-27T14:08:57.602Z Downloaded tabwriter v1.4.0
5452026-02-27T14:08:57.602Z Downloaded support-bundle-viewer v0.1.2
5462026-02-27T14:08:57.633Z Downloaded slog-term v2.9.2
5472026-02-27T14:08:57.633Z Downloaded serde_yaml v0.9.34+deprecated
5482026-02-27T14:08:57.633Z Downloaded rand v0.8.5
5492026-02-27T14:08:57.633Z Downloaded async-std v1.13.0
5502026-02-27T14:08:57.658Z Downloaded strum_macros v0.26.4
5512026-02-27T14:08:57.684Z Downloaded strum_macros v0.24.3
5522026-02-27T14:08:57.684Z Downloaded stacker v0.1.23
5532026-02-27T14:08:57.684Z Downloaded slog-bunyan v2.5.0
5542026-02-27T14:08:57.684Z Downloaded serde_derive v1.0.228
5552026-02-27T14:08:57.684Z Downloaded serde_core v1.0.228
5562026-02-27T14:08:57.684Z Downloaded aws-lc-rs v1.16.0
5572026-02-27T14:08:57.711Z Downloaded sync-ptr v0.1.4
5582026-02-27T14:08:57.711Z Downloaded sqlformat v0.3.5
5592026-02-27T14:08:57.711Z Downloaded spki v0.7.3
5602026-02-27T14:08:57.711Z Downloaded siphasher v1.0.1
5612026-02-27T14:08:57.712Z Downloaded itertools v0.14.0
5622026-02-27T14:08:57.756Z Downloaded itertools v0.13.0
5632026-02-27T14:08:57.756Z Downloaded h2 v0.4.6
5642026-02-27T14:08:57.756Z Downloaded goblin v0.8.2
5652026-02-27T14:08:57.792Z Downloaded supports-color v3.0.2
5662026-02-27T14:08:57.792Z Downloaded supports-color v2.1.0
5672026-02-27T14:08:57.792Z Downloaded subtle v2.6.1
5682026-02-27T14:08:57.792Z Downloaded strum v0.27.2
5692026-02-27T14:08:57.792Z Downloaded snafu-derive v0.8.5
5702026-02-27T14:08:57.792Z Downloaded smallvec v0.6.14
5712026-02-27T14:08:57.792Z Downloaded slog-stdlog v4.1.1
5722026-02-27T14:08:57.792Z Downloaded slog-scope v4.4.0
5732026-02-27T14:08:57.792Z Downloaded slog-json v2.6.1
5742026-02-27T14:08:57.792Z Downloaded serde_with_macros v3.16.1
5752026-02-27T14:08:57.792Z Downloaded rayon-core v1.12.1
5762026-02-27T14:08:57.792Z Downloaded structmeta v0.3.0
5772026-02-27T14:08:57.792Z Downloaded serde_derive_internals v0.29.1
5782026-02-27T14:08:57.792Z Downloaded slog-async v2.8.0
5792026-02-27T14:08:57.792Z Downloaded rustls-platform-verifier v0.6.2
5802026-02-27T14:08:57.822Z Downloaded prettyplease v0.2.36
5812026-02-27T14:08:57.822Z Downloaded pretty_assertions v1.4.1
5822026-02-27T14:08:57.822Z Downloaded bitvec v1.0.1
5832026-02-27T14:08:57.852Z Downloaded ssh-cipher v0.2.0
5842026-02-27T14:08:57.852Z Downloaded sqlparser_derive v0.5.0
5852026-02-27T14:08:57.852Z Downloaded siphasher v0.3.11
5862026-02-27T14:08:57.852Z Downloaded similar-asserts v1.7.0
5872026-02-27T14:08:57.852Z Downloaded signature v2.2.0
5882026-02-27T14:08:57.852Z Downloaded nom v7.1.3
5892026-02-27T14:08:57.852Z Downloaded scroll v0.13.0
5902026-02-27T14:08:57.852Z Downloaded ron v0.7.1
5912026-02-27T14:08:57.879Z Downloaded progenitor-impl v0.10.0
5922026-02-27T14:08:57.879Z Downloaded itertools v0.12.1
5932026-02-27T14:08:57.879Z Downloaded idna v1.0.3
5942026-02-27T14:08:57.879Z Downloaded rustls-pki-types v1.14.0
5952026-02-27T14:08:57.879Z Downloaded rcgen v0.12.1
5962026-02-27T14:08:57.904Z Downloaded progenitor-impl v0.13.0
5972026-02-27T14:08:57.904Z Downloaded serde-hex v0.1.0
5982026-02-27T14:08:57.904Z Downloaded serde-big-array v0.5.1
5992026-02-27T14:08:57.904Z Downloaded semver v1.0.27
6002026-02-27T14:08:57.904Z Downloaded proc-macro2 v1.0.106
6012026-02-27T14:08:57.904Z Downloaded hashbrown v0.13.2
6022026-02-27T14:08:57.904Z Downloaded guppy v0.17.20
6032026-02-27T14:08:57.930Z Downloaded sigpipe v0.1.3
6042026-02-27T14:08:57.930Z Downloaded signal-hook-tokio v0.3.1
6052026-02-27T14:08:57.930Z Downloaded shell-words v1.1.0
6062026-02-27T14:08:57.930Z Downloaded secrecy v0.10.3
6072026-02-27T14:08:57.930Z Downloaded sec1 v0.7.3
6082026-02-27T14:08:57.930Z Downloaded schemars_derive v0.8.22
6092026-02-27T14:08:57.931Z Downloaded secrecy v0.8.0
6102026-02-27T14:08:57.931Z Downloaded scroll v0.12.0
6112026-02-27T14:08:57.931Z Downloaded rustversion v1.0.22
6122026-02-27T14:08:57.931Z Downloaded progenitor-impl v0.11.2
6132026-02-27T14:08:57.955Z Downloaded libm v0.2.8
6142026-02-27T14:08:57.955Z Downloaded iddqd v0.3.16
6152026-02-27T14:08:57.980Z Downloaded serde_spanned v1.0.4
6162026-02-27T14:08:57.980Z Downloaded serde_spanned v0.6.9
6172026-02-27T14:08:57.980Z Downloaded serde_repr v0.1.19
6182026-02-27T14:08:57.980Z Downloaded rusty-fork v0.3.0
6192026-02-27T14:08:57.980Z Downloaded rustls-pemfile v1.0.4
6202026-02-27T14:08:57.980Z Downloaded rustls-native-certs v0.8.1
6212026-02-27T14:08:57.980Z Downloaded blake3 v1.5.4
6222026-02-27T14:08:58.004Z Downloaded scheduled-thread-pool v0.2.7
6232026-02-27T14:08:58.004Z Downloaded prefix-trie v0.7.0
6242026-02-27T14:08:58.004Z Downloaded pin-project v1.1.6
6252026-02-27T14:08:58.029Z Downloaded minimal-lexical v0.2.1
6262026-02-27T14:08:58.029Z Downloaded memchr v2.7.4
6272026-02-27T14:08:58.029Z Downloaded hashbrown v0.16.1
6282026-02-27T14:08:58.029Z Downloaded futures-util v0.3.31
6292026-02-27T14:08:58.054Z Downloaded serde_plain v1.0.2
6302026-02-27T14:08:58.054Z Downloaded serde-value v0.7.0
6312026-02-27T14:08:58.055Z Downloaded semver v0.1.20
6322026-02-27T14:08:58.055Z Downloaded rustls-pemfile v2.2.0
6332026-02-27T14:08:58.055Z Downloaded polling v3.7.3
6342026-02-27T14:08:58.079Z Downloaded clap_builder v4.5.48
6352026-02-27T14:08:58.079Z Downloaded scrypt v0.11.0
6362026-02-27T14:08:58.079Z Downloaded scroll_derive v0.12.0
6372026-02-27T14:08:58.079Z Downloaded rustc-hash v2.1.1
6382026-02-27T14:08:58.079Z Downloaded rustc-demangle v0.1.24
6392026-02-27T14:08:58.079Z Downloaded rust-argon2 v2.1.0
6402026-02-27T14:08:58.079Z Downloaded rtoolbox v0.0.2
6412026-02-27T14:08:58.104Z Downloaded itertools v0.10.5
6422026-02-27T14:08:58.104Z Downloaded scopeguard v1.2.0
6432026-02-27T14:08:58.104Z Downloaded resolv-conf v0.7.0
6442026-02-27T14:08:58.104Z Downloaded rand_core v0.9.3
6452026-02-27T14:08:58.104Z Downloaded progenitor-impl v0.8.0
6462026-02-27T14:08:58.104Z Downloaded same-file v1.0.6
6472026-02-27T14:08:58.104Z Downloaded relative-path v1.9.3
6482026-02-27T14:08:58.104Z Downloaded ref-cast-impl v1.0.25
6492026-02-27T14:08:58.104Z Downloaded rand_seeder v0.4.0
6502026-02-27T14:08:58.128Z Downloaded rand_core v0.6.4
6512026-02-27T14:08:58.128Z Downloaded progenitor v0.8.0
6522026-02-27T14:08:58.128Z Downloaded openssl-sys v0.9.109
6532026-02-27T14:08:58.128Z Downloaded miette v5.10.0
6542026-02-27T14:08:58.128Z Downloaded rand_chacha v0.9.0
6552026-02-27T14:08:58.128Z Downloaded proc-macro-error2 v2.0.1
6562026-02-27T14:08:58.128Z Downloaded hyper-util v0.1.19
6572026-02-27T14:08:58.154Z Downloaded rustc_version v0.1.7
6582026-02-27T14:08:58.154Z Downloaded r2d2 v0.8.10
6592026-02-27T14:08:58.154Z Downloaded quote v1.0.44
6602026-02-27T14:08:58.154Z Downloaded quinn-udp v0.5.5
6612026-02-27T14:08:58.154Z Downloaded pest_meta v2.8.2
6622026-02-27T14:08:58.154Z Downloaded parking_lot v0.12.3
6632026-02-27T14:08:58.154Z Downloaded icu_collections v1.5.0
6642026-02-27T14:08:58.180Z Downloaded der v0.7.10
6652026-02-27T14:08:58.180Z Downloaded p256 v0.13.2
6662026-02-27T14:08:58.180Z Downloaded psm v0.1.30
6672026-02-27T14:08:58.180Z Downloaded progenitor-extras v0.1.0
6682026-02-27T14:08:58.180Z Downloaded progenitor-client v0.13.0
6692026-02-27T14:08:58.210Z Downloaded postgres-types v0.2.9
6702026-02-27T14:08:58.210Z Downloaded papergrid v0.17.0
6712026-02-27T14:08:58.210Z Downloaded papergrid v0.14.0
6722026-02-27T14:08:58.210Z Downloaded papergrid v0.11.0
6732026-02-27T14:08:58.234Z Downloaded ref-cast v1.0.25
6742026-02-27T14:08:58.234Z Downloaded recursive-proc-macro-impl v0.1.1
6752026-02-27T14:08:58.234Z Downloaded recursive v0.1.1
6762026-02-27T14:08:58.234Z Downloaded pkcs8 v0.10.2
6772026-02-27T14:08:58.234Z Downloaded pkcs5 v0.7.1
6782026-02-27T14:08:58.234Z Downloaded pkcs1 v0.7.5
6792026-02-27T14:08:58.234Z Downloaded log v0.4.29
6802026-02-27T14:08:58.265Z Downloaded indexmap v2.13.0
6812026-02-27T14:08:58.265Z Downloaded oso v0.27.3
6822026-02-27T14:08:58.265Z Downloaded hickory-resolver v0.24.4
6832026-02-27T14:08:58.265Z Downloaded criterion v0.7.0
6842026-02-27T14:08:58.265Z Downloaded rand_chacha v0.3.1
6852026-02-27T14:08:58.289Z Downloaded progenitor v0.13.0
6862026-02-27T14:08:58.289Z Downloaded progenitor v0.11.2
6872026-02-27T14:08:58.290Z Downloaded progenitor v0.10.0
6882026-02-27T14:08:58.290Z Downloaded peg-macros v0.8.5
6892026-02-27T14:08:58.290Z Downloaded jiff-static v0.2.15
6902026-02-27T14:08:58.290Z Downloaded quick-error v1.2.3
6912026-02-27T14:08:58.290Z Downloaded proc-macro-error v1.0.4
6922026-02-27T14:08:58.290Z Downloaded primeorder v0.13.6
6932026-02-27T14:08:58.290Z Downloaded path-tree v0.8.1
6942026-02-27T14:08:58.290Z Downloaded num-traits v0.2.19
6952026-02-27T14:08:58.318Z Downloaded miniz_oxide v0.8.5
6962026-02-27T14:08:58.318Z Downloaded derive_more-impl v2.0.1
6972026-02-27T14:08:58.318Z Downloaded ppv-lite86 v0.2.20
6982026-02-27T14:08:58.318Z Downloaded postgres-protocol v0.6.8
6992026-02-27T14:08:58.318Z Downloaded polyval v0.6.2
7002026-02-27T14:08:58.318Z Downloaded poly1305 v0.8.0
7012026-02-27T14:08:58.318Z Downloaded pkg-config v0.3.31
7022026-02-27T14:08:58.318Z Downloaded owo-colors v4.2.3
7032026-02-27T14:08:58.342Z Downloaded pin-project-lite v0.2.14
7042026-02-27T14:08:58.342Z Downloaded parking_lot v0.11.2
7052026-02-27T14:08:58.342Z Downloaded http v1.4.0
7062026-02-27T14:08:58.342Z Downloaded crypto-bigint v0.5.5
7072026-02-27T14:08:58.367Z Downloaded progenitor-macro v0.11.2
7082026-02-27T14:08:58.367Z Downloaded progenitor-macro v0.10.0
7092026-02-27T14:08:58.367Z Downloaded progenitor-macro v0.8.0
7102026-02-27T14:08:58.367Z Downloaded progenitor-client v0.11.2
7112026-02-27T14:08:58.367Z Downloaded progenitor-client v0.10.0
7122026-02-27T14:08:58.367Z Downloaded omicron-zone-package v0.12.2
7132026-02-27T14:08:58.367Z Downloaded knuffel v3.2.0
7142026-02-27T14:08:58.367Z Downloaded pem v3.0.5
7152026-02-27T14:08:58.367Z Downloaded peg v0.8.5
7162026-02-27T14:08:58.367Z Downloaded once_cell v1.21.3
7172026-02-27T14:08:58.393Z Downloaded phf v0.12.1
7182026-02-27T14:08:58.393Z Downloaded phf v0.11.2
7192026-02-27T14:08:58.393Z Downloaded num-integer v0.1.46
7202026-02-27T14:08:58.393Z Downloaded diesel_derives v2.2.3
7212026-02-27T14:08:58.393Z Downloaded crossbeam-channel v0.5.15
7222026-02-27T14:08:58.393Z Downloaded proc-macro-error-attr v1.0.4
7232026-02-27T14:08:58.393Z Downloaded pest_generator v2.8.2
7242026-02-27T14:08:58.393Z Downloaded pem-rfc7468 v0.7.0
7252026-02-27T14:08:58.418Z Downloaded parking_lot_core v0.9.10
7262026-02-27T14:08:58.418Z Downloaded parking_lot_core v0.8.6
7272026-02-27T14:08:58.418Z Downloaded const_format v0.2.34
7282026-02-27T14:08:58.418Z Downloaded proc-macro-crate v1.3.1
7292026-02-27T14:08:58.418Z Downloaded pretty-hex v0.4.1
7302026-02-27T14:08:58.418Z Downloaded pretty-hex v0.2.1
7312026-02-27T14:08:58.418Z Downloaded predicates-tree v1.0.12
7322026-02-27T14:08:58.418Z Downloaded predicates-core v1.0.8
7332026-02-27T14:08:58.418Z Downloaded powerfmt v0.2.0
7342026-02-27T14:08:58.418Z Downloaded paste v1.0.15
7352026-02-27T14:08:58.443Z Downloaded password-hash v0.5.0
7362026-02-27T14:08:58.443Z Downloaded password-hash v0.4.2
7372026-02-27T14:08:58.443Z Downloaded partial-io v0.5.4
7382026-02-27T14:08:58.443Z Downloaded parse-display-derive v0.10.0
7392026-02-27T14:08:58.443Z Downloaded derive_more v2.0.1
7402026-02-27T14:08:58.467Z Downloaded darling_core v0.21.0
7412026-02-27T14:08:58.468Z Downloaded darling_core v0.20.10
7422026-02-27T14:08:58.492Z Downloaded plotters-svg v0.3.7
7432026-02-27T14:08:58.492Z Downloaded plotters-backend v0.3.7
7442026-02-27T14:08:58.492Z Downloaded plain v0.2.3
7452026-02-27T14:08:58.492Z Downloaded packed_struct v0.10.1
7462026-02-27T14:08:58.492Z Downloaded oxnet v0.1.4
7472026-02-27T14:08:58.492Z Downloaded oxide-tokio-rt v0.1.2
7482026-02-27T14:08:58.492Z Downloaded multer v3.1.0
7492026-02-27T14:08:58.492Z Downloaded indicatif v0.18.0
7502026-02-27T14:08:58.517Z Downloaded icu_provider v1.5.0
7512026-02-27T14:08:58.517Z Downloaded icu_properties v1.5.1
7522026-02-27T14:08:58.517Z Downloaded icu_normalizer_data v1.5.0
7532026-02-27T14:08:58.517Z Downloaded pin-utils v0.1.0
7542026-02-27T14:08:58.517Z Downloaded pbkdf2 v0.12.2
7552026-02-27T14:08:58.517Z Downloaded memmap2 v0.9.8
7562026-02-27T14:08:58.517Z Downloaded indicatif v0.17.11
7572026-02-27T14:08:58.517Z Downloaded ignore v0.4.23
7582026-02-27T14:08:58.517Z Downloaded hmac v0.12.1
7592026-02-27T14:08:58.543Z Downloaded hickory-resolver v0.25.2
7602026-02-27T14:08:58.543Z Downloaded peg-runtime v0.8.5
7612026-02-27T14:08:58.543Z Downloaded owo-colors v3.5.0
7622026-02-27T14:08:58.543Z Downloaded num-complex v0.4.6
7632026-02-27T14:08:58.543Z Downloaded dropshot_endpoint v0.16.7
7642026-02-27T14:08:58.543Z Downloaded phf_shared v0.11.2
7652026-02-27T14:08:58.543Z Downloaded pbkdf2 v0.11.0
7662026-02-27T14:08:58.543Z Downloaded pathdiff v0.2.3
7672026-02-27T14:08:58.543Z Downloaded path-slash v0.1.5
7682026-02-27T14:08:58.543Z Downloaded parse-size v1.1.0
7692026-02-27T14:08:58.568Z Downloaded parse-display v0.10.0
7702026-02-27T14:08:58.568Z Downloaded num_enum v0.5.11
7712026-02-27T14:08:58.568Z Downloaded num-rational v0.4.2
7722026-02-27T14:08:58.568Z Downloaded nu-ansi-term v0.50.1
7732026-02-27T14:08:58.568Z Downloaded normalize-line-endings v0.3.0
7742026-02-27T14:08:58.568Z Downloaded des v0.8.1
7752026-02-27T14:08:58.568Z Downloaded derive_more v0.99.20
7762026-02-27T14:08:58.568Z Downloaded packed_struct_codegen v0.10.1
7772026-02-27T14:08:58.593Z Downloaded nibble_vec v0.1.0
7782026-02-27T14:08:58.593Z Downloaded nanorand v0.7.0
7792026-02-27T14:08:58.593Z Downloaded mime_guess v2.0.5
7802026-02-27T14:08:58.593Z Downloaded litrs v0.4.1
7812026-02-27T14:08:58.593Z Downloaded derive-where v1.5.0
7822026-02-27T14:08:58.593Z Downloaded ordered-float v2.10.1
7832026-02-27T14:08:58.593Z Downloaded newtype-uuid v1.3.2
7842026-02-27T14:08:58.593Z Downloaded native-tls v0.2.12
7852026-02-27T14:08:58.593Z Downloaded ingot-macros v0.1.1
7862026-02-27T14:08:58.593Z Downloaded indexmap v1.9.3
7872026-02-27T14:08:58.618Z Downloaded heapless v0.7.17
7882026-02-27T14:08:58.618Z Downloaded hyper-rustls v0.27.7
7892026-02-27T14:08:58.618Z Downloaded diff v0.1.13
7902026-02-27T14:08:58.618Z Downloaded crc-any v2.5.0
7912026-02-27T14:08:58.618Z Downloaded openssl-macros v0.1.1
7922026-02-27T14:08:58.618Z Downloaded opaque-debug v0.3.1
7932026-02-27T14:08:58.618Z Downloaded olpc-cjson v0.1.4
7942026-02-27T14:08:58.619Z Downloaded heapless v0.8.0
7952026-02-27T14:08:58.643Z Downloaded number_prefix v0.4.0
7962026-02-27T14:08:58.643Z Downloaded num_threads v0.1.7
7972026-02-27T14:08:58.643Z Downloaded num_enum_derive v0.5.11
7982026-02-27T14:08:58.643Z Downloaded lru-slab v0.1.2
7992026-02-27T14:08:58.643Z Downloaded linear-map v1.2.0
8002026-02-27T14:08:58.643Z Downloaded aws-lc-sys v0.37.1
8012026-02-27T14:08:58.977Z Downloaded libz-rs-sys v0.5.1
8022026-02-27T14:08:59.002Z Downloaded libtest-mimic v0.8.1
8032026-02-27T14:08:59.002Z Downloaded icu_normalizer v1.5.0
8042026-02-27T14:08:59.002Z Downloaded icu_locid v1.5.0
8052026-02-27T14:08:59.002Z Downloaded headers v0.4.1
8062026-02-27T14:08:59.002Z Downloaded num-derive v0.4.2
8072026-02-27T14:08:59.026Z Downloaded num-derive v0.3.3
8082026-02-27T14:08:59.027Z Downloaded num-conv v0.2.0
8092026-02-27T14:08:59.027Z Downloaded num v0.4.3
8102026-02-27T14:08:59.027Z Downloaded nonempty v0.12.0
8112026-02-27T14:08:59.027Z Downloaded jobserver v0.1.32
8122026-02-27T14:08:59.027Z Downloaded ipnet v2.11.0
8132026-02-27T14:08:59.027Z Downloaded console v0.16.0
8142026-02-27T14:08:59.027Z Downloaded newtype_derive v0.1.6
8152026-02-27T14:08:59.027Z Downloaded newtype-uuid-macros v0.1.0
8162026-02-27T14:08:59.027Z Downloaded newline-converter v0.3.0
8172026-02-27T14:08:59.027Z Downloaded new_debug_unreachable v1.0.6
8182026-02-27T14:08:59.027Z Downloaded nested v0.1.1
8192026-02-27T14:08:59.052Z Downloaded lock_api v0.4.12
8202026-02-27T14:08:59.052Z Downloaded litemap v0.7.3
8212026-02-27T14:08:59.052Z Downloaded libsw v3.5.0
8222026-02-27T14:08:59.052Z Downloaded libloading v0.8.5
8232026-02-27T14:08:59.052Z Downloaded libefi-sys v0.1.0
8242026-02-27T14:08:59.052Z Downloaded httparse v1.9.5
8252026-02-27T14:08:59.052Z Downloaded http-body-util v0.1.3
8262026-02-27T14:08:59.052Z Downloaded displaydoc v0.2.5
8272026-02-27T14:08:59.077Z Downloaded criterion-plot v0.6.0
8282026-02-27T14:08:59.077Z Downloaded convert_case v0.7.1
8292026-02-27T14:08:59.077Z Downloaded console v0.15.10
8302026-02-27T14:08:59.077Z Downloaded compact_str v0.8.0
8312026-02-27T14:08:59.077Z Downloaded md5 v0.7.0
8322026-02-27T14:08:59.077Z Downloaded md-5 v0.10.6
8332026-02-27T14:08:59.077Z Downloaded maybe-uninit v2.0.0
8342026-02-27T14:08:59.077Z Downloaded match_cfg v0.1.0
8352026-02-27T14:08:59.077Z Downloaded maplit v1.0.2
8362026-02-27T14:08:59.077Z Downloaded managed v0.8.0
8372026-02-27T14:08:59.077Z Downloaded derive_builder v0.20.2
8382026-02-27T14:08:59.103Z Downloaded mime v0.3.17
8392026-02-27T14:08:59.103Z Downloaded memmap v0.7.0
8402026-02-27T14:08:59.103Z Downloaded macaddr v1.0.1
8412026-02-27T14:08:59.103Z Downloaded kv-log-macro v1.0.7
8422026-02-27T14:08:59.103Z Downloaded knuffel-derive v3.2.0
8432026-02-27T14:08:59.103Z Downloaded ingot v0.1.1
8442026-02-27T14:08:59.103Z Downloaded indoc v2.0.6
8452026-02-27T14:08:59.103Z Downloaded icu_locid_transform_data v1.5.0
8462026-02-27T14:08:59.103Z Downloaded icu_locid_transform v1.5.0
8472026-02-27T14:08:59.128Z Downloaded iana-time-zone v0.1.63
8482026-02-27T14:08:59.128Z Downloaded highway v1.3.0
8492026-02-27T14:08:59.128Z Downloaded darling v0.21.0
8502026-02-27T14:08:59.128Z Downloaded lru-cache v0.1.2
8512026-02-27T14:08:59.128Z Downloaded lru v0.12.5
8522026-02-27T14:08:59.128Z Downloaded lockfree-object-pool v0.1.6
8532026-02-27T14:08:59.128Z Downloaded ipnetwork v0.21.1
8542026-02-27T14:08:59.128Z Downloaded ingot-types v0.1.2
8552026-02-27T14:08:59.128Z Downloaded half v2.4.1
8562026-02-27T14:08:59.128Z Downloaded futures v0.3.31
8572026-02-27T14:08:59.153Z Downloaded defmt v0.3.8
8582026-02-27T14:08:59.153Z Downloaded crossbeam-utils v0.8.21
8592026-02-27T14:08:59.153Z Downloaded crossbeam-epoch v0.9.18
8602026-02-27T14:08:59.153Z Downloaded libsw-core v0.3.1
8612026-02-27T14:08:59.153Z Downloaded fixedbitset v0.5.7
8622026-02-27T14:08:59.153Z Downloaded find-msvc-tools v0.1.9
8632026-02-27T14:08:59.153Z Downloaded fancy-regex v0.14.0
8642026-02-27T14:08:59.177Z Downloaded ed25519-dalek v2.1.1
8652026-02-27T14:08:59.177Z Downloaded dyn-clone v1.0.20
8662026-02-27T14:08:59.177Z Downloaded lazy_static v1.5.0
8672026-02-27T14:08:59.177Z Downloaded keccak v0.1.5
8682026-02-27T14:08:59.177Z Downloaded itoa v1.0.11
8692026-02-27T14:08:59.177Z Downloaded is_ci v1.2.0
8702026-02-27T14:08:59.177Z Downloaded is-terminal v0.4.13
8712026-02-27T14:08:59.177Z Downloaded futures-executor v0.3.31
8722026-02-27T14:08:59.177Z Downloaded flume v0.11.1
8732026-02-27T14:08:59.177Z Downloaded flate2 v1.1.2
8742026-02-27T14:08:59.247Z Downloaded derive-ex v0.1.8
8752026-02-27T14:08:59.247Z Downloaded defmt-macros v0.3.9
8762026-02-27T14:08:59.247Z Downloaded kstat-rs v0.2.4
8772026-02-27T14:08:59.247Z Downloaded hickory-client v0.25.2
8782026-02-27T14:08:59.247Z Downloaded getrandom v0.3.4
8792026-02-27T14:08:59.247Z Downloaded ed25519 v2.2.3
8802026-02-27T14:08:59.247Z Downloaded drift v0.1.3
8812026-02-27T14:08:59.247Z Downloaded diesel-dtrace v0.4.2
8822026-02-27T14:08:59.247Z Downloaded derive_builder_core v0.20.2
8832026-02-27T14:08:59.248Z Downloaded datatest-stable v0.3.2
8842026-02-27T14:08:59.248Z Downloaded data-encoding v2.9.0
8852026-02-27T14:08:59.248Z Downloaded daft v0.1.4
8862026-02-27T14:08:59.248Z Downloaded corncobs v0.1.4
8872026-02-27T14:08:59.248Z Downloaded const-oid v0.9.6
8882026-02-27T14:08:59.248Z Downloaded instability v0.3.2
8892026-02-27T14:08:59.248Z Downloaded indoc v1.0.9
8902026-02-27T14:08:59.248Z Downloaded hyper-staticfile v0.10.1
8912026-02-27T14:08:59.248Z Downloaded half v1.8.3
8922026-02-27T14:08:59.248Z Downloaded elliptic-curve v0.13.8
8932026-02-27T14:08:59.248Z Downloaded either v1.15.0
8942026-02-27T14:08:59.248Z Downloaded digest v0.10.7
8952026-02-27T14:08:59.248Z Downloaded ctr v0.9.2
8962026-02-27T14:08:59.248Z Downloaded const_format_proc_macros v0.2.34
8972026-02-27T14:08:59.248Z Downloaded bytes v1.11.1
8982026-02-27T14:08:59.273Z Downloaded backtrace v0.3.74
8992026-02-27T14:08:59.273Z Downloaded ar_archive_writer v0.5.1
9002026-02-27T14:08:59.273Z Downloaded instant v0.1.13
9012026-02-27T14:08:59.273Z Downloaded inout v0.1.3
9022026-02-27T14:08:59.273Z Downloaded indent_write v2.2.0
9032026-02-27T14:08:59.273Z Downloaded impl-trait-for-tuples v0.2.2
9042026-02-27T14:08:59.273Z Downloaded idna_adapter v1.2.0
9052026-02-27T14:08:59.299Z Downloaded ident_case v1.0.1
9062026-02-27T14:08:59.299Z Downloaded icu_provider_macros v1.5.0
9072026-02-27T14:08:59.299Z Downloaded humantime v2.2.0
9082026-02-27T14:08:59.299Z Downloaded httptest v0.16.3
9092026-02-27T14:08:59.299Z Downloaded home v0.5.9
9102026-02-27T14:08:59.299Z Downloaded ghash v0.5.1
9112026-02-27T14:08:59.299Z Downloaded getrandom v0.2.15
9122026-02-27T14:08:59.299Z Downloaded futures-lite v2.3.0
9132026-02-27T14:08:59.299Z Downloaded form_urlencoded v1.2.2
9142026-02-27T14:08:59.323Z Downloaded ecdsa v0.16.9
9152026-02-27T14:08:59.323Z Downloaded deranged v0.5.3
9162026-02-27T14:08:59.323Z Downloaded der_derive v0.7.3
9172026-02-27T14:08:59.323Z Downloaded darling v0.20.10
9182026-02-27T14:08:59.323Z Downloaded daft-derive v0.1.4
9192026-02-27T14:08:59.323Z Downloaded convert_case v0.4.0
9202026-02-27T14:08:59.323Z Downloaded base64 v0.13.1
9212026-02-27T14:08:59.323Z Downloaded hex-literal v0.4.1
9222026-02-27T14:08:59.323Z Downloaded futures-io v0.3.31
9232026-02-27T14:08:59.323Z Downloaded fatfs v0.3.6
9242026-02-27T14:08:59.349Z Downloaded dtrace-parser v0.2.0
9252026-02-27T14:08:59.349Z Downloaded dropshot-api-manager v0.3.0
9262026-02-27T14:08:59.349Z Downloaded dof v0.4.0
9272026-02-27T14:08:59.349Z Downloaded difflib v0.4.0
9282026-02-27T14:08:59.349Z Downloaded colored v2.2.0
9292026-02-27T14:08:59.349Z Downloaded chumsky v0.9.3
9302026-02-27T14:08:59.349Z Downloaded chacha20poly1305 v0.10.1
9312026-02-27T14:08:59.349Z Downloaded hubpack v0.1.2
9322026-02-27T14:08:59.349Z Downloaded httpdate v1.0.3
9332026-02-27T14:08:59.349Z Downloaded http-range v0.1.5
9342026-02-27T14:08:59.349Z Downloaded http-body v1.0.1
9352026-02-27T14:08:59.349Z Downloaded hostname v0.4.2
9362026-02-27T14:08:59.349Z Downloaded hostname v0.3.1
9372026-02-27T14:08:59.374Z Downloaded hash32 v0.2.1
9382026-02-27T14:08:59.374Z Downloaded group v0.13.0
9392026-02-27T14:08:59.374Z Downloaded globset v0.4.15
9402026-02-27T14:08:59.374Z Downloaded glob v0.3.2
9412026-02-27T14:08:59.374Z Downloaded event-listener v5.3.1
9422026-02-27T14:08:59.374Z Downloaded dropshot-api-manager-types v0.3.0
9432026-02-27T14:08:59.374Z Downloaded dirs-next v2.0.0
9442026-02-27T14:08:59.374Z Downloaded csv-core v0.1.11
9452026-02-27T14:08:59.374Z Downloaded crossbeam-deque v0.8.5
9462026-02-27T14:08:59.374Z Downloaded crc32fast v1.4.2
9472026-02-27T14:08:59.374Z Downloaded crc-catalog v2.4.0
9482026-02-27T14:08:59.374Z Downloaded bumpalo v3.16.0
9492026-02-27T14:08:59.374Z Downloaded base64 v0.22.1
9502026-02-27T14:08:59.399Z Downloaded heck v0.5.0
9512026-02-27T14:08:59.399Z Downloaded heck v0.3.3
9522026-02-27T14:08:59.399Z Downloaded headers-core v0.3.0
9532026-02-27T14:08:59.399Z Downloaded futures-timer v3.0.3
9542026-02-27T14:08:59.399Z Downloaded foreign-types-shared v0.3.1
9552026-02-27T14:08:59.399Z Downloaded dsl_auto_type v0.1.2
9562026-02-27T14:08:59.399Z Downloaded dof v0.3.0
9572026-02-27T14:08:59.399Z Downloaded diesel_table_macro_syntax v0.2.0
9582026-02-27T14:08:59.399Z Downloaded constant_time_eq v0.3.1
9592026-02-27T14:08:59.399Z Downloaded hash32 v0.3.1
9602026-02-27T14:08:59.400Z Downloaded futures-channel v0.3.31
9612026-02-27T14:08:59.400Z Downloaded fs_extra v1.3.0
9622026-02-27T14:08:59.400Z Downloaded fs-err v3.1.1
9632026-02-27T14:08:59.400Z Downloaded doc-comment v0.3.3
9642026-02-27T14:08:59.424Z Downloaded dirs-sys-next v0.1.2
9652026-02-27T14:08:59.424Z Downloaded cpufeatures v0.2.14
9662026-02-27T14:08:59.424Z Downloaded clap v4.5.48
9672026-02-27T14:08:59.424Z Downloaded clang-sys v1.8.1
9682026-02-27T14:08:59.424Z Downloaded globwalk v0.9.1
9692026-02-27T14:08:59.424Z Downloaded futures-task v0.3.31
9702026-02-27T14:08:59.425Z Downloaded futures-sink v0.3.31
9712026-02-27T14:08:59.425Z Downloaded futures-macro v0.3.31
9722026-02-27T14:08:59.425Z Downloaded fs-err v2.11.0
9732026-02-27T14:08:59.425Z Downloaded foldhash v0.2.0
9742026-02-27T14:08:59.425Z Downloaded foldhash v0.1.5
9752026-02-27T14:08:59.449Z Downloaded ena v0.14.3
9762026-02-27T14:08:59.449Z Downloaded dunce v1.0.5
9772026-02-27T14:08:59.449Z Downloaded debug-ignore v1.0.5
9782026-02-27T14:08:59.449Z Downloaded cstr-argument v0.1.2
9792026-02-27T14:08:59.449Z Downloaded cookie v0.18.1
9802026-02-27T14:08:59.449Z Downloaded camino v1.2.2
9812026-02-27T14:08:59.449Z Downloaded bzip2 v0.5.2
9822026-02-27T14:08:59.449Z Downloaded bitflags v2.9.4
9832026-02-27T14:08:59.449Z Downloaded generic-array v0.14.7
9842026-02-27T14:08:59.449Z Downloaded fxhash v0.2.1
9852026-02-27T14:08:59.449Z Downloaded filetime v0.2.26
9862026-02-27T14:08:59.449Z Downloaded ff v0.13.0
9872026-02-27T14:08:59.475Z Downloaded display-error-chain v0.2.2
9882026-02-27T14:08:59.475Z Downloaded derive_builder_macro v0.20.2
9892026-02-27T14:08:59.475Z Downloaded darling_macro v0.21.0
9902026-02-27T14:08:59.475Z Downloaded darling_macro v0.20.10
9912026-02-27T14:08:59.475Z Downloaded clap_derive v4.5.47
9922026-02-27T14:08:59.475Z Downloaded cfg-expr v0.20.1
9932026-02-27T14:08:59.475Z Downloaded cancel-safe-futures v0.1.5
9942026-02-27T14:08:59.475Z Downloaded base64 v0.21.7
9952026-02-27T14:08:59.475Z Downloaded funty v2.0.0
9962026-02-27T14:08:59.475Z Downloaded foreign-types-shared v0.1.1
9972026-02-27T14:08:59.475Z Downloaded foreign-types-macros v0.2.3
9982026-02-27T14:08:59.475Z Downloaded foreign-types v0.5.0
9992026-02-27T14:08:59.475Z Downloaded foreign-types v0.3.2
10002026-02-27T14:08:59.475Z Downloaded fnv v1.0.7
10012026-02-27T14:08:59.500Z Downloaded float-ord v0.3.2
10022026-02-27T14:08:59.500Z Downloaded fallible-iterator v0.2.0
10032026-02-27T14:08:59.500Z Downloaded erased-serde v0.4.6
10042026-02-27T14:08:59.500Z Downloaded erased-serde v0.3.31
10052026-02-27T14:08:59.500Z Downloaded env_logger v0.11.8
10062026-02-27T14:08:59.500Z Downloaded crucible-workspace-hack v0.1.0
10072026-02-27T14:08:59.500Z Downloaded crc v3.2.1
10082026-02-27T14:08:59.500Z Downloaded blake2 v0.10.6
10092026-02-27T14:08:59.500Z Downloaded flagset v0.4.6
10102026-02-27T14:08:59.500Z Downloaded defmt-parser v0.3.4
10112026-02-27T14:08:59.501Z Downloaded crunchy v0.2.2
10122026-02-27T14:08:59.501Z Downloaded concurrent-queue v2.5.0
10132026-02-27T14:08:59.501Z Downloaded colored v3.0.0
10142026-02-27T14:08:59.526Z Downloaded cipher v0.4.4
10152026-02-27T14:08:59.526Z Downloaded ciborium-ll v0.2.2
10162026-02-27T14:08:59.526Z Downloaded chacha20 v0.9.1
10172026-02-27T14:08:59.526Z Downloaded cexpr v0.6.0
10182026-02-27T14:08:59.526Z Downloaded cc v1.2.56
10192026-02-27T14:08:59.526Z Downloaded cbc v0.1.2
10202026-02-27T14:08:59.526Z Downloaded cargo_metadata v0.21.0
10212026-02-27T14:08:59.526Z Downloaded cargo_metadata v0.19.2
10222026-02-27T14:08:59.526Z Downloaded cargo-util-schemas v0.8.2
10232026-02-27T14:08:59.526Z Downloaded camino-tempfile-ext v0.3.2
10242026-02-27T14:08:59.526Z Downloaded camino-tempfile v1.4.1
10252026-02-27T14:08:59.526Z Downloaded bzip2 v0.4.4
10262026-02-27T14:08:59.550Z Downloaded blocking v1.6.1
10272026-02-27T14:08:59.551Z Downloaded bit-vec v0.8.0
10282026-02-27T14:08:59.551Z Downloaded fd-lock v4.0.2
10292026-02-27T14:08:59.551Z Downloaded fastrand v2.1.1
10302026-02-27T14:08:59.551Z Downloaded event-listener-strategy v0.5.2
10312026-02-27T14:08:59.551Z Downloaded event-listener v2.5.3
10322026-02-27T14:08:59.551Z Downloaded escape8259 v0.5.3
10332026-02-27T14:08:59.551Z Downloaded errno v0.3.12
10342026-02-27T14:08:59.551Z Downloaded env_filter v0.1.2
10352026-02-27T14:08:59.551Z Downloaded enum-as-inner v0.6.1
10362026-02-27T14:08:59.551Z Downloaded embedded-io v0.6.1
10372026-02-27T14:08:59.551Z Downloaded embedded-io v0.4.0
10382026-02-27T14:08:59.551Z Downloaded curve25519-dalek-derive v0.1.1
10392026-02-27T14:08:59.551Z Downloaded crypto-common v0.1.6
10402026-02-27T14:08:59.551Z Downloaded cookie_store v0.22.1
10412026-02-27T14:08:59.576Z Downloaded blake2b_simd v1.0.2
10422026-02-27T14:08:59.576Z Downloaded base64ct v1.6.0
10432026-02-27T14:08:59.576Z Downloaded backoff v0.4.0
10442026-02-27T14:08:59.576Z Downloaded assert_cmd v2.0.17
10452026-02-27T14:08:59.576Z Downloaded argon2 v0.5.3
10462026-02-27T14:08:59.576Z Downloaded endian-type v0.1.2
10472026-02-27T14:08:59.576Z Downloaded cmake v0.1.57
10482026-02-27T14:08:59.576Z Downloaded ciborium-io v0.2.2
10492026-02-27T14:08:59.576Z Downloaded cfg_aliases v0.1.1
10502026-02-27T14:08:59.576Z Downloaded cassowary v0.3.0
10512026-02-27T14:08:59.576Z Downloaded byteorder v1.5.0
10522026-02-27T14:08:59.576Z Downloaded blowfish v0.9.1
10532026-02-27T14:08:59.576Z Downloaded bitflags v1.3.2
10542026-02-27T14:08:59.601Z Downloaded bitfield v0.19.2
10552026-02-27T14:08:59.601Z Downloaded bit-vec v0.6.3
10562026-02-27T14:08:59.601Z Downloaded allocator-api2 v0.2.21
10572026-02-27T14:08:59.601Z Downloaded colorchoice v1.0.2
10582026-02-27T14:08:59.601Z Downloaded cfg_aliases v0.2.1
10592026-02-27T14:08:59.601Z Downloaded cfg-if v1.0.4
10602026-02-27T14:08:59.601Z Downloaded cargo-platform v0.2.0
10612026-02-27T14:08:59.601Z Downloaded cargo-platform v0.1.8
10622026-02-27T14:08:59.601Z Downloaded base16ct v0.2.0
10632026-02-27T14:08:59.601Z Downloaded backon v1.6.0
10642026-02-27T14:08:59.601Z Downloaded autocfg v1.4.0
10652026-02-27T14:08:59.601Z Downloaded cobs v0.2.3
10662026-02-27T14:08:59.601Z Downloaded castaway v0.2.3
10672026-02-27T14:08:59.626Z Downloaded cast v0.3.0
10682026-02-27T14:08:59.626Z Downloaded bytecount v0.6.8
10692026-02-27T14:08:59.626Z Downloaded block-buffer v0.10.4
10702026-02-27T14:08:59.626Z Downloaded bitfield-macros v0.19.2
10712026-02-27T14:08:59.626Z Downloaded bcs v0.1.6
10722026-02-27T14:08:59.626Z Downloaded bb8 v0.8.5
10732026-02-27T14:08:59.626Z Downloaded atomicwrites v0.4.4
10742026-02-27T14:08:59.626Z Downloaded async-task v4.7.1
10752026-02-27T14:08:59.626Z Downloaded async-signal v0.2.10
10762026-02-27T14:08:59.626Z Downloaded arrayref v0.3.9
10772026-02-27T14:08:59.626Z Downloaded array-init v0.0.4
10782026-02-27T14:08:59.626Z Downloaded critical-section v1.1.3
10792026-02-27T14:08:59.626Z Downloaded clap_lex v0.7.4
10802026-02-27T14:08:59.626Z Downloaded ciborium v0.2.2
10812026-02-27T14:08:59.651Z Downloaded buf-list v1.0.3
10822026-02-27T14:08:59.651Z Downloaded block-padding v0.3.3
10832026-02-27T14:08:59.651Z Downloaded bitfield-struct v0.6.2
10842026-02-27T14:08:59.651Z Downloaded bit-set v0.8.0
10852026-02-27T14:08:59.651Z Downloaded bit-set v0.5.3
10862026-02-27T14:08:59.651Z Downloaded atty v0.2.14
10872026-02-27T14:08:59.651Z Downloaded atomic-waker v1.1.2
10882026-02-27T14:08:59.651Z Downloaded async-trait v0.1.89
10892026-02-27T14:08:59.651Z Downloaded async-stream-impl v0.3.6
10902026-02-27T14:08:59.651Z Downloaded anstream v0.6.18
10912026-02-27T14:08:59.651Z Downloaded aho-corasick v1.1.3
10922026-02-27T14:08:59.676Z Downloaded ahash v0.8.12
10932026-02-27T14:08:59.676Z Downloaded aes-gcm v0.10.3
10942026-02-27T14:08:59.676Z Downloaded backtrace-ext v0.2.1
10952026-02-27T14:08:59.676Z Downloaded async-stream v0.3.6
10962026-02-27T14:08:59.676Z Downloaded async-recursion v1.1.1
10972026-02-27T14:08:59.676Z Downloaded async-lock v3.4.0
10982026-02-27T14:08:59.676Z Downloaded async-io v2.3.4
10992026-02-27T14:08:59.676Z Downloaded async-global-executor v2.4.1
11002026-02-27T14:08:59.676Z Downloaded async-executor v1.13.1
11012026-02-27T14:08:59.700Z Downloaded async-channel v2.3.1
11022026-02-27T14:08:59.700Z Downloaded assert-json-diff v2.0.2
11032026-02-27T14:08:59.700Z Downloaded aes v0.8.4
11042026-02-27T14:08:59.700Z Downloaded async-object-pool v0.1.5
11052026-02-27T14:08:59.700Z Downloaded async-channel v1.9.0
11062026-02-27T14:08:59.701Z Downloaded async-bb8-diesel v0.2.1
11072026-02-27T14:08:59.701Z Downloaded assert_matches v1.5.0
11082026-02-27T14:08:59.701Z Downloaded ascii-canvas v3.0.0
11092026-02-27T14:08:59.701Z Downloaded arrayvec v0.7.6
11102026-02-27T14:08:59.701Z Downloaded approx v0.5.1
11112026-02-27T14:08:59.701Z Downloaded anstyle-parse v0.2.5
11122026-02-27T14:08:59.701Z Downloaded anes v0.1.6
11132026-02-27T14:08:59.725Z Downloaded aead v0.5.2
11142026-02-27T14:08:59.725Z Downloaded adler2 v2.0.0
11152026-02-27T14:08:59.725Z Downloaded addr2line v0.24.2
11162026-02-27T14:08:59.725Z Downloaded arc-swap v1.7.1
11172026-02-27T14:08:59.725Z Downloaded anyhow v1.0.99
11182026-02-27T14:08:59.725Z Downloaded anstyle-query v1.1.1
11192026-02-27T14:08:59.725Z Downloaded anstyle v1.0.11
11202026-02-27T14:09:00.164Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11212026-02-27T14:09:22.634Z Startup: Refreshing catalog 'helios-dev' ... Done
11222026-02-27T14:09:40.305Z Startup: Caching catalogs ... Done
11232026-02-27T14:10:15.748ZPlanning: Solver setup ... Done (32.720s)
11242026-02-27T14:10:15.997ZPlanning: Running solver ... Done (0.248s)
11252026-02-27T14:10:16.197ZPlanning: Finding local manifests ... Done (0.002s)
11262026-02-27T14:10:16.377ZPlanning: Fetching manifests: 0/4 0% complete
11272026-02-27T14:10:16.862ZPlanning: Fetching manifests: 4/4 100% complete
11282026-02-27T14:10:16.952ZPlanning: Package planning ... Done (0.090s)
11292026-02-27T14:10:17.045ZPlanning: Merging actions ... Done (0.092s)
11302026-02-27T14:10:17.506ZPlanning: Checking for conflicting actions ... Done (0.461s)
11312026-02-27T14:10:17.530ZPlanning: Consolidating action changes ... Done (0.018s)
11322026-02-27T14:10:18.311ZPlanning: Evaluating mediators ... Done (0.786s)
11332026-02-27T14:10:18.336ZPlanning: Planning completed in 37.88 seconds
11342026-02-27T14:10:18.360Z Packages to install: 4
11352026-02-27T14:10:18.360Z Mediators to change: 2
11362026-02-27T14:10:18.360Z Services to change: 1
11372026-02-27T14:10:18.360Z Estimated space available: 154.46 GB
11382026-02-27T14:10:18.360ZEstimated space to be consumed: 1.81 GB
11392026-02-27T14:10:18.360Z Create boot environment: No
11402026-02-27T14:10:18.360ZCreate backup boot environment: No
11412026-02-27T14:10:18.360Z Rebuild boot archive: No
11422026-02-27T14:10:18.360Z
11432026-02-27T14:10:18.360ZChanged mediators:
11442026-02-27T14:10:18.361Z mediator clang:
11452026-02-27T14:10:18.361Z version: None -> 15 (system default)
11462026-02-27T14:10:18.361Z
11472026-02-27T14:10:18.361Z mediator llvm:
11482026-02-27T14:10:18.361Z version: 14 (system default) -> 15 (system default)
11492026-02-27T14:10:18.361Z
11502026-02-27T14:10:18.361ZChanged packages:
11512026-02-27T14:10:18.361Zhelios-dev
11522026-02-27T14:10:18.361Z developer/build-essential
11532026-02-27T14:10:18.361Z None -> 11-2.0
11542026-02-27T14:10:18.361Z library/libxmlsec1
11552026-02-27T14:10:18.361Z None -> 1.2.35-2.0
11562026-02-27T14:10:18.361Z ooce/developer/clang-15
11572026-02-27T14:10:18.361Z None -> 15.0.7-2.0
11582026-02-27T14:10:18.361Z ooce/developer/llvm-15
11592026-02-27T14:10:18.361Z None -> 15.0.7-2.0
11602026-02-27T14:10:18.361Z
11612026-02-27T14:10:18.361ZServices:
11622026-02-27T14:10:18.361Z restart_fmri:
11632026-02-27T14:10:18.361Z svc:/system/update-man-index:default
11642026-02-27T14:10:18.427Z
11652026-02-27T14:10:18.427ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11662026-02-27T14:10:23.428ZDownload: 1198/3290 items 78.5/212.6MB 36% complete (15.9M/s)
11672026-02-27T14:10:28.431ZDownload: 3174/3290 items 150.2/212.6MB 70% complete (14.9M/s)
11682026-02-27T14:10:32.666ZDownload: Completed 212.60 MB in 14.24 seconds (14.9M/s)
11692026-02-27T14:10:32.858Z Actions: 1/3689 actions (Installing new actions)
11702026-02-27T14:10:38.197Z Actions: 2771/3689 actions (Installing new actions)
11712026-02-27T14:10:38.783Z Actions: Completed 3689 actions in 5.92 seconds.
11722026-02-27T14:10:39.463Z Done (0.672s)
11732026-02-27T14:10:39.463Z Done (0.000s)
11742026-02-27T14:10:40.817Z Done (1.354s)
11752026-02-27T14:10:46.507Z Done (5.406s)
11762026-02-27T14:10:46.630Z Done (0.024s)
11772026-02-27T14:10:46.655Z Done (0.000s)
11782026-02-27T14:10:46.852Z Done (0.000s)
11792026-02-27T14:10:48.104ZPlanning: Evaluating mediator changes ... Done
11802026-02-27T14:10:48.416ZPlanning: Checking for conflicting actions ... Done
11812026-02-27T14:10:48.440ZPlanning: Consolidating action changes ... Done
11822026-02-27T14:10:48.829ZPlanning: Evaluating mediators ... Done
11832026-02-27T14:10:48.853ZPlanning: Planning completed in 0.73 seconds
11842026-02-27T14:10:48.878Z Mediators to change: 2
11852026-02-27T14:10:48.878Z Create boot environment: No
11862026-02-27T14:10:48.878ZCreate backup boot environment: No
11872026-02-27T14:10:48.947Z Done
11882026-02-27T14:10:48.947Z Done
11892026-02-27T14:10:50.200Z Done
11902026-02-27T14:10:56.019Z Done
11912026-02-27T14:10:56.138Z Done
11922026-02-27T14:10:56.162Z Done
11932026-02-27T14:10:56.221Z Done
11942026-02-27T14:10:57.180ZPlanning: Evaluating mediator changes ... Done
11952026-02-27T14:10:57.205ZPlanning: Merging actions ... Done
11962026-02-27T14:10:57.477ZPlanning: Checking for conflicting actions ... Done
11972026-02-27T14:10:57.501ZPlanning: Consolidating action changes ... Done
11982026-02-27T14:10:57.888ZPlanning: Evaluating mediators ... Done
11992026-02-27T14:10:57.975ZPlanning: Planning completed in 1.19 seconds
12002026-02-27T14:10:58.032Z Packages to change: 1
12012026-02-27T14:10:58.032Z Mediators to change: 1
12022026-02-27T14:10:58.032Z Services to change: 1
12032026-02-27T14:10:58.032Z Create boot environment: No
12042026-02-27T14:10:58.032ZCreate backup boot environment: Yes
12052026-02-27T14:11:00.498Z Actions: 1/6 actions (Updating modified actions)
12062026-02-27T14:11:00.523Z Actions: Completed 6 actions in 0.00 seconds.
12072026-02-27T14:11:00.523Z Done
12082026-02-27T14:11:00.523Z Done
12092026-02-27T14:11:00.898Z Done
12102026-02-27T14:11:08.630Z Done
12112026-02-27T14:11:08.833Z Done
12122026-02-27T14:11:08.857Z Done
12132026-02-27T14:11:08.969Z Done
12142026-02-27T14:11:09.713ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12152026-02-27T14:11:09.713Zclang system 15 system
12162026-02-27T14:11:09.713Zcsh system system illumos
12172026-02-27T14:11:09.713Zctags system system illumos
12182026-02-27T14:11:09.713Zfile system system illumos
12192026-02-27T14:11:09.713Zgcc vendor 12 vendor
12202026-02-27T14:11:09.713Zgcc system 10 system
12212026-02-27T14:11:09.714Zgcc system 7 system
12222026-02-27T14:11:09.714Zgo system 1.20 system
12232026-02-27T14:11:09.714Zgo system 1.19 system
12242026-02-27T14:11:09.714Zllvm system 15 system
12252026-02-27T14:11:09.714Zllvm system 14 system
12262026-02-27T14:11:09.714Zmariadb system 10.6 system
12272026-02-27T14:11:09.714Zmta vendor vendor dma
12282026-02-27T14:11:09.714Zopenjdk system 17 system
12292026-02-27T14:11:09.714Zopenjdk system 11 system
12302026-02-27T14:11:09.714Zopenjdk system 1.8 system
12312026-02-27T14:11:09.714Zopenssl vendor 3 vendor
12322026-02-27T14:11:09.714Zperl system 5.36 system
12332026-02-27T14:11:09.714Zpostgresql system 15 system
12342026-02-27T14:11:09.714Zpostgresql system 13 system
12352026-02-27T14:11:09.714Zpython vendor 3 vendor
12362026-02-27T14:11:09.714Zpython system 2 system
12372026-02-27T14:11:09.714Zpython3 system 3.11 system
12382026-02-27T14:11:09.714Zruby system 3.0 system
12392026-02-27T14:11:09.714Zwords vendor vendor american-english
12402026-02-27T14:11:09.714Zwords system system australian-english
12412026-02-27T14:11:09.714Zwords system system british-english
12422026-02-27T14:11:09.714Zwords system system canadian-english
12432026-02-27T14:11:09.714Zwords system system french
12442026-02-27T14:11:09.714Zwords system system italian
12452026-02-27T14:11:09.714Zwords system system ngerman
12462026-02-27T14:11:09.714Zwords system system ogerman
12472026-02-27T14:11:09.714Zwords system system spanish
12482026-02-27T14:11:10.418ZPUBLISHER TYPE STATUS P LOCATION
12492026-02-27T14:11:10.418Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12502026-02-27T14:11:24.032ZFMRI IFO
12512026-02-27T14:11:24.032Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12522026-02-27T14:11:24.032Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12532026-02-27T14:11:24.033Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12542026-02-27T14:11:24.033Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12552026-02-27T14:11:24.033Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12562026-02-27T14:11:24.033Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12572026-02-27T14:11:24.033Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12582026-02-27T14:11:24.033Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12592026-02-27T14:11:24.033Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12602026-02-27T14:11:24.033Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12612026-02-27T14:11:24.033Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12622026-02-27T14:11:24.033Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12632026-02-27T14:11:24.033Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12642026-02-27T14:11:24.033Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12652026-02-27T14:11:24.033Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12662026-02-27T14:11:24.033Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12672026-02-27T14:11:26.646Z Downloading crates ...
12682026-02-27T14:11:26.763Z Downloaded cargo_toml v0.21.0
12692026-02-27T14:11:26.896Z Compiling proc-macro2 v1.0.106
12702026-02-27T14:11:26.941Z Compiling quote v1.0.44
12712026-02-27T14:11:26.941Z Compiling unicode-ident v1.0.24
12722026-02-27T14:11:26.941Z Compiling serde_core v1.0.228
12732026-02-27T14:11:26.941Z Compiling version_check v0.9.5
12742026-02-27T14:11:26.941Z Compiling serde v1.0.228
12752026-02-27T14:11:26.941Z Compiling libc v0.2.180
12762026-02-27T14:11:26.941Z Compiling memchr v2.7.4
12772026-02-27T14:11:27.273Z Compiling thiserror v2.0.18
12782026-02-27T14:11:27.696Z Compiling stable_deref_trait v1.2.0
12792026-02-27T14:11:27.742Z Compiling zmij v1.0.15
12802026-02-27T14:11:27.800Z Compiling itoa v1.0.11
12812026-02-27T14:11:27.876Z Compiling thiserror v1.0.69
12822026-02-27T14:11:28.122Z Compiling writeable v0.5.5
12832026-02-27T14:11:28.462Z Compiling litemap v0.7.3
12842026-02-27T14:11:28.520Z Compiling ucd-trie v0.1.7
12852026-02-27T14:11:28.685Z Compiling autocfg v1.4.0
12862026-02-27T14:11:28.953Z Compiling bitflags v2.9.4
12872026-02-27T14:11:29.065Z Compiling byteorder v1.5.0
12882026-02-27T14:11:29.410Z Compiling errno v0.3.12
12892026-02-27T14:11:29.477Z Compiling icu_locid_transform_data v1.5.0
12902026-02-27T14:11:29.612Z Compiling icu_properties_data v1.5.0
12912026-02-27T14:11:29.691Z Compiling syn v2.0.117
12922026-02-27T14:11:29.749Z Compiling serde_json v1.0.149
12932026-02-27T14:11:29.896Z Compiling num-traits v0.2.19
12942026-02-27T14:11:29.942Z Compiling smallvec v1.15.1
12952026-02-27T14:11:30.143Z Compiling rustix v0.38.37
12962026-02-27T14:11:30.235Z Compiling icu_normalizer_data v1.5.0
12972026-02-27T14:11:30.260Z Compiling write16 v1.0.0
12982026-02-27T14:11:30.434Z Compiling utf16_iter v1.0.5
12992026-02-27T14:11:30.458Z Compiling typeid v1.0.3
13002026-02-27T14:11:30.698Z Compiling utf8_iter v1.0.4
13012026-02-27T14:11:30.722Z Compiling hashbrown v0.16.1
13022026-02-27T14:11:30.831Z Compiling equivalent v1.0.2
13032026-02-27T14:11:31.039Z Compiling usdt-impl v0.5.0
13042026-02-27T14:11:31.150Z Compiling proc-macro-error-attr v1.0.4
13052026-02-27T14:11:31.319Z Compiling toml_write v0.1.2
13062026-02-27T14:11:31.428Z Compiling winnow v0.7.14
13072026-02-27T14:11:31.470Z Compiling syn v1.0.109
13082026-02-27T14:11:31.798Z Compiling thread-id v4.2.2
13092026-02-27T14:11:31.974Z Compiling indexmap v2.13.0
13102026-02-27T14:11:32.349Z Compiling proc-macro-error v1.0.4
13112026-02-27T14:11:32.649Z Compiling getrandom v0.3.4
13122026-02-27T14:11:33.458Z Compiling rustix v1.1.3
13132026-02-27T14:11:33.499Z Compiling plain v0.2.3
13142026-02-27T14:11:33.768Z Compiling utf8parse v0.2.2
13152026-02-27T14:11:33.792Z Compiling log v0.4.29
13162026-02-27T14:11:33.979Z Compiling camino v1.2.2
13172026-02-27T14:11:34.222Z Compiling percent-encoding v2.3.2
13182026-02-27T14:11:34.319Z Compiling anstyle-parse v0.2.5
13192026-02-27T14:11:34.593Z Compiling form_urlencoded v1.2.2
13202026-02-27T14:11:34.627Z Compiling ordered-float v2.10.1
13212026-02-27T14:11:34.663Z Compiling terminal_size v0.4.0
13222026-02-27T14:11:35.035Z Compiling anstyle v1.0.11
13232026-02-27T14:11:35.190Z Compiling anstyle-query v1.1.1
13242026-02-27T14:11:35.298Z Compiling pretty-hex v0.4.1
13252026-02-27T14:11:35.366Z Compiling is_terminal_polyfill v1.70.1
13262026-02-27T14:11:35.402Z Compiling colorchoice v1.0.2
13272026-02-27T14:11:35.470Z Compiling cfg-if v1.0.4
13282026-02-27T14:11:35.629Z Compiling anstream v0.6.18
13292026-02-27T14:11:35.707Z Compiling semver v1.0.27
13302026-02-27T14:11:35.909Z Compiling fs-err v3.1.1
13312026-02-27T14:11:36.402Z Compiling unicode-xid v0.2.6
13322026-02-27T14:11:36.426Z Compiling bytecount v0.6.8
13332026-02-27T14:11:36.451Z Compiling once_cell v1.21.3
13342026-02-27T14:11:36.532Z Compiling fnv v1.0.7
13352026-02-27T14:11:36.643Z Compiling heck v0.5.0
13362026-02-27T14:11:36.677Z Compiling strsim v0.11.1
13372026-02-27T14:11:36.701Z Compiling heck v0.4.1
13382026-02-27T14:11:36.840Z Compiling synstructure v0.13.1
13392026-02-27T14:11:37.125Z Compiling fastrand v2.1.1
13402026-02-27T14:11:37.150Z Compiling clap_lex v0.7.4
13412026-02-27T14:11:37.379Z Compiling unicode-width v0.1.14
13422026-02-27T14:11:37.633Z Compiling anyhow v1.0.99
13432026-02-27T14:11:37.731Z Compiling tempfile v3.24.0
13442026-02-27T14:11:37.943Z Compiling papergrid v0.11.0
13452026-02-27T14:11:38.145Z Compiling clap_builder v4.5.48
13462026-02-27T14:11:38.369Z Compiling memmap v0.7.0
13472026-02-27T14:11:38.546Z Compiling unicode-linebreak v0.1.5
13482026-02-27T14:11:38.685Z Compiling unicode-width v0.2.0
13492026-02-27T14:11:38.757Z Compiling smawk v0.3.2
13502026-02-27T14:11:39.258Z Compiling textwrap v0.16.2
13512026-02-27T14:11:39.633Z Compiling camino-tempfile v1.4.1
13522026-02-27T14:11:39.734Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13532026-02-27T14:11:39.776Z Compiling tabled_derive v0.7.0
13542026-02-27T14:11:40.063Z Compiling swrite v0.1.0
13552026-02-27T14:11:40.671Z Compiling serde_derive v1.0.228
13562026-02-27T14:11:40.696Z Compiling zerofrom-derive v0.1.4
13572026-02-27T14:11:40.720Z Compiling yoke-derive v0.7.4
13582026-02-27T14:11:40.775Z Compiling thiserror-impl v2.0.18
13592026-02-27T14:11:40.802Z Compiling zerovec-derive v0.10.3
13602026-02-27T14:11:41.177Z Compiling displaydoc v0.2.5
13612026-02-27T14:11:42.572Z Compiling thiserror-impl v1.0.69
13622026-02-27T14:11:43.127Z Compiling icu_provider_macros v1.5.0
13632026-02-27T14:11:43.257Z Compiling zerocopy-derive v0.7.35
13642026-02-27T14:11:43.966Z Compiling zerofrom v0.1.4
13652026-02-27T14:11:44.091Z Compiling pest v2.8.2
13662026-02-27T14:11:44.319Z Compiling yoke v0.7.4
13672026-02-27T14:11:44.343Z Compiling scroll_derive v0.12.0
13682026-02-27T14:11:44.694Z Compiling zerovec v0.10.4
13692026-02-27T14:11:45.237Z Compiling zerocopy v0.7.35
13702026-02-27T14:11:45.573Z Compiling scroll v0.12.0
13712026-02-27T14:11:45.617Z Compiling clap_derive v4.5.47
13722026-02-27T14:11:45.853Z Compiling tabled v0.15.0
13732026-02-27T14:11:46.103Z Compiling goblin v0.8.2
13742026-02-27T14:11:46.583Z Compiling tinystr v0.7.6
13752026-02-27T14:11:46.670Z Compiling icu_collections v1.5.0
13762026-02-27T14:11:46.897Z Compiling pest_meta v2.8.2
13772026-02-27T14:11:46.998Z Compiling icu_locid v1.5.0
13782026-02-27T14:11:48.284Z Compiling icu_provider v1.5.0
13792026-02-27T14:11:48.886Z Compiling pest_generator v2.8.2
13802026-02-27T14:11:48.910Z Compiling serde_spanned v0.6.9
13812026-02-27T14:11:49.173Z Compiling icu_locid_transform v1.5.0
13822026-02-27T14:11:49.319Z Compiling toml_datetime v0.6.11
13832026-02-27T14:11:49.467Z Compiling dof v0.3.0
13842026-02-27T14:11:49.630Z Compiling serde_tokenstream v0.2.3
13852026-02-27T14:11:49.828Z Compiling toml_edit v0.22.27
13862026-02-27T14:11:50.242Z Compiling erased-serde v0.4.6
13872026-02-27T14:11:50.349Z Compiling serde-value v0.7.0
13882026-02-27T14:11:50.843Z Compiling icu_properties v1.5.1
13892026-02-27T14:11:51.112Z Compiling cargo-platform v0.2.0
13902026-02-27T14:11:51.267Z Compiling pest_derive v2.8.2
13912026-02-27T14:11:51.389Z Compiling serde-untagged v0.1.7
13922026-02-27T14:11:51.628Z Compiling clap v4.5.48
13932026-02-27T14:11:51.813Z Compiling macaddr v1.0.1
13942026-02-27T14:11:52.186Z Compiling dtrace-parser v0.2.0
13952026-02-27T14:11:53.719Z Compiling toml v0.8.23
13962026-02-27T14:11:54.152Z Compiling usdt-attr-macro v0.5.0
13972026-02-27T14:11:54.267Z Compiling usdt-macro v0.5.0
13982026-02-27T14:11:54.686Z Compiling cargo_toml v0.21.0
13992026-02-27T14:11:54.893Z Compiling icu_normalizer v1.5.0
14002026-02-27T14:11:55.408Z Compiling usdt v0.5.0
14012026-02-27T14:11:56.010Z Compiling idna_adapter v1.2.0
14022026-02-27T14:11:56.231Z Compiling idna v1.0.3
14032026-02-27T14:11:56.941Z Compiling url v2.5.4
14042026-02-27T14:11:57.951Z Compiling cargo-util-schemas v0.8.2
14052026-02-27T14:12:00.435Z Compiling cargo_metadata v0.21.0
14062026-02-27T14:12:03.422Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14072026-02-27T14:12:09.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.17s
14082026-02-27T14:12:09.534Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
14092026-02-27T14:12:11.540Z Compiling value-bag v1.12.0
14102026-02-27T14:12:11.564Z Compiling find-msvc-tools v0.1.9
14112026-02-27T14:12:11.564Z Compiling shlex v1.3.0
14122026-02-27T14:12:11.564Z Compiling smallvec v1.15.1
14132026-02-27T14:12:11.564Z Compiling typenum v1.17.0
14142026-02-27T14:12:11.589Z Compiling syn v2.0.117
14152026-02-27T14:12:11.613Z Compiling getrandom v0.2.15
14162026-02-27T14:12:11.613Z Compiling jobserver v0.1.32
14172026-02-27T14:12:12.157Z Compiling log v0.4.29
14182026-02-27T14:12:12.222Z Compiling cc v1.2.56
14192026-02-27T14:12:12.247Z Compiling rand_core v0.6.4
14202026-02-27T14:12:12.247Z Compiling generic-array v0.14.7
14212026-02-27T14:12:12.317Z Compiling lock_api v0.4.12
14222026-02-27T14:12:12.704Z Compiling scopeguard v1.2.0
14232026-02-27T14:12:12.758Z Compiling subtle v2.6.1
14242026-02-27T14:12:12.852Z Compiling portable-atomic v1.11.0
14252026-02-27T14:12:12.924Z Compiling critical-section v1.1.3
14262026-02-27T14:12:13.003Z Compiling const-oid v0.9.6
14272026-02-27T14:12:13.199Z Compiling serde_json v1.0.149
14282026-02-27T14:12:13.241Z Compiling parking_lot_core v0.9.10
14292026-02-27T14:12:13.529Z Compiling pkg-config v0.3.31
14302026-02-27T14:12:13.661Z Compiling pin-project-lite v0.2.14
14312026-02-27T14:12:13.702Z Compiling getrandom v0.3.4
14322026-02-27T14:12:14.950Z Compiling signal-hook-registry v1.4.2
14332026-02-27T14:12:15.061Z Compiling libm v0.2.8
14342026-02-27T14:12:15.149Z Compiling once_cell v1.21.3
14352026-02-27T14:12:15.422Z Compiling allocator-api2 v0.2.21
14362026-02-27T14:12:15.513Z Compiling parking_lot v0.12.3
14372026-02-27T14:12:15.593Z Compiling mio v1.0.2
14382026-02-27T14:12:15.673Z Compiling num-traits v0.2.19
14392026-02-27T14:12:15.837Z Compiling futures-core v0.3.32
14402026-02-27T14:12:16.258Z Compiling percent-encoding v2.3.2
14412026-02-27T14:12:16.368Z Compiling socket2 v0.6.1
14422026-02-27T14:12:16.416Z Compiling slab v0.4.9
14432026-02-27T14:12:16.473Z Compiling futures-sink v0.3.31
14442026-02-27T14:12:16.665Z Compiling cpufeatures v0.2.14
14452026-02-27T14:12:16.695Z Compiling foldhash v0.2.0
14462026-02-27T14:12:16.788Z Compiling futures-channel v0.3.31
14472026-02-27T14:12:16.815Z Compiling pin-utils v0.1.0
14482026-02-27T14:12:16.983Z Compiling futures-io v0.3.31
14492026-02-27T14:12:17.008Z Compiling futures-task v0.3.31
14502026-02-27T14:12:17.194Z Compiling hashbrown v0.16.1
14512026-02-27T14:12:17.327Z Compiling rustversion v1.0.22
14522026-02-27T14:12:17.376Z Compiling form_urlencoded v1.2.2
14532026-02-27T14:12:17.436Z Compiling cmake v0.1.57
14542026-02-27T14:12:17.461Z Compiling fs_extra v1.3.0
14552026-02-27T14:12:17.606Z Compiling base64ct v1.6.0
14562026-02-27T14:12:17.722Z Compiling dunce v1.0.5
14572026-02-27T14:12:17.889Z Compiling ident_case v1.0.1
14582026-02-27T14:12:18.134Z Compiling foldhash v0.1.5
14592026-02-27T14:12:18.188Z Compiling flagset v0.4.6
14602026-02-27T14:12:18.332Z Compiling aws-lc-sys v0.37.1
14612026-02-27T14:12:18.374Z Compiling pem-rfc7468 v0.7.0
14622026-02-27T14:12:18.454Z Compiling indexmap v2.13.0
14632026-02-27T14:12:18.486Z Compiling hashbrown v0.15.4
14642026-02-27T14:12:18.537Z Compiling rand_core v0.9.3
14652026-02-27T14:12:19.130Z Compiling iana-time-zone v0.1.63
14662026-02-27T14:12:19.188Z Compiling ring v0.17.14
14672026-02-27T14:12:19.212Z Compiling rustc_version v0.4.1
14682026-02-27T14:12:19.383Z Compiling uuid v1.19.0
14692026-02-27T14:12:19.535Z Compiling spin v0.9.8
14702026-02-27T14:12:19.901Z Compiling synstructure v0.13.1
14712026-02-27T14:12:19.932Z Compiling vcpkg v0.2.15
14722026-02-27T14:12:20.066Z Compiling aws-lc-rs v1.16.0
14732026-02-27T14:12:20.145Z Compiling zerocopy v0.8.27
14742026-02-27T14:12:20.247Z Compiling regex-syntax v0.8.5
14752026-02-27T14:12:21.077Z Compiling tracing-core v0.1.32
14762026-02-27T14:12:21.102Z Compiling serde_derive_internals v0.29.1
14772026-02-27T14:12:21.450Z Compiling openssl-probe v0.1.5
14782026-02-27T14:12:21.867Z Compiling openssl-sys v0.9.109
14792026-02-27T14:12:21.891Z Compiling httparse v1.9.5
14802026-02-27T14:12:22.601Z Compiling untrusted v0.9.0
14812026-02-27T14:12:22.657Z Compiling schemars v0.8.22
14822026-02-27T14:12:22.811Z Compiling rustix v0.38.37
14832026-02-27T14:12:23.039Z Compiling rustix v1.1.3
14842026-02-27T14:12:23.304Z Compiling base64 v0.22.1
14852026-02-27T14:12:23.595Z Compiling adler2 v2.0.0
14862026-02-27T14:12:23.620Z Compiling untrusted v0.7.1
14872026-02-27T14:12:23.905Z Compiling miniz_oxide v0.8.5
14882026-02-27T14:12:24.202Z Compiling darling_core v0.20.10
14892026-02-27T14:12:24.257Z Compiling try-lock v0.2.5
14902026-02-27T14:12:24.285Z Compiling dyn-clone v1.0.20
14912026-02-27T14:12:24.446Z Compiling tinyvec_macros v0.1.1
14922026-02-27T14:12:24.590Z Compiling tower-layer v0.3.3
14932026-02-27T14:12:24.620Z Compiling atomic-waker v1.1.2
14942026-02-27T14:12:24.854Z Compiling rustls v0.23.37
14952026-02-27T14:12:24.939Z Compiling tower-service v0.3.3
14962026-02-27T14:12:25.112Z Compiling tinyvec v1.8.0
14972026-02-27T14:12:25.199Z Compiling want v0.3.1
14982026-02-27T14:12:25.242Z Compiling serde_derive v1.0.228
14992026-02-27T14:12:25.530Z Compiling zeroize_derive v1.4.2
15002026-02-27T14:12:25.560Z Compiling zerofrom-derive v0.1.4
15012026-02-27T14:12:25.983Z Compiling yoke-derive v0.7.4
15022026-02-27T14:12:26.747Z Compiling zerovec-derive v0.10.3
15032026-02-27T14:12:26.901Z Compiling displaydoc v0.2.5
15042026-02-27T14:12:27.027Z Compiling zeroize v1.8.1
15052026-02-27T14:12:28.674Z Compiling icu_provider_macros v1.5.0
15062026-02-27T14:12:28.924Z Compiling zerocopy-derive v0.7.35
15072026-02-27T14:12:29.073Z Compiling zerofrom v0.1.4
15082026-02-27T14:12:29.239Z Compiling crypto-common v0.1.6
15092026-02-27T14:12:29.380Z Compiling block-buffer v0.10.4
15102026-02-27T14:12:29.464Z Compiling yoke v0.7.4
15112026-02-27T14:12:29.596Z Compiling tokio-macros v2.6.0
15122026-02-27T14:12:29.740Z Compiling digest v0.10.7
15132026-02-27T14:12:29.915Z Compiling thiserror-impl v2.0.18
15142026-02-27T14:12:29.987Z Compiling zerovec v0.10.4
15152026-02-27T14:12:30.260Z Compiling hmac v0.12.1
15162026-02-27T14:12:30.559Z Compiling futures-macro v0.3.31
15172026-02-27T14:12:30.707Z Compiling block-padding v0.3.3
15182026-02-27T14:12:30.838Z Compiling sha2 v0.10.9
15192026-02-27T14:12:30.913Z Compiling zerocopy v0.7.35
15202026-02-27T14:12:31.004Z Compiling inout v0.1.3
15212026-02-27T14:12:31.207Z Compiling der_derive v0.7.3
15222026-02-27T14:12:31.396Z Compiling cipher v0.4.4
15232026-02-27T14:12:32.374Z Compiling tinystr v0.7.6
15242026-02-27T14:12:32.479Z Compiling icu_collections v1.5.0
15252026-02-27T14:12:32.545Z Compiling futures-util v0.3.31
15262026-02-27T14:12:32.861Z Compiling icu_locid v1.5.0
15272026-02-27T14:12:33.306Z Compiling serde v1.0.228
15282026-02-27T14:12:33.539Z Compiling thiserror v2.0.18
15292026-02-27T14:12:33.672Z Compiling ppv-lite86 v0.2.20
15302026-02-27T14:12:33.748Z Compiling der v0.7.10
15312026-02-27T14:12:33.878Z Compiling pest v2.8.2
15322026-02-27T14:12:34.451Z Compiling icu_provider v1.5.0
15332026-02-27T14:12:34.567Z Compiling bytes v1.11.1
15342026-02-27T14:12:34.628Z Compiling bitflags v2.9.4
15352026-02-27T14:12:35.036Z Compiling chrono v0.4.43
15362026-02-27T14:12:35.228Z Compiling salsa20 v0.10.2
15372026-02-27T14:12:35.495Z Compiling icu_locid_transform v1.5.0
15382026-02-27T14:12:35.592Z Compiling pbkdf2 v0.12.2
15392026-02-27T14:12:35.813Z Compiling tokio v1.49.0
15402026-02-27T14:12:36.051Z Compiling spki v0.7.3
15412026-02-27T14:12:36.539Z Compiling http v1.4.0
15422026-02-27T14:12:36.985Z Compiling icu_properties v1.5.1
15432026-02-27T14:12:37.325Z Compiling pest_meta v2.8.2
15442026-02-27T14:12:38.012Z Compiling scrypt v0.11.0
15452026-02-27T14:12:38.520Z Compiling rand_chacha v0.9.0
15462026-02-27T14:12:38.609Z Compiling aes v0.8.4
15472026-02-27T14:12:38.721Z Compiling cbc v0.1.2
15482026-02-27T14:12:39.072Z Compiling rustls-pki-types v1.14.0
15492026-02-27T14:12:39.097Z Compiling zerocopy-derive v0.8.27
15502026-02-27T14:12:40.207Z Compiling tracing-attributes v0.1.27
15512026-02-27T14:12:40.299Z Compiling pkcs5 v0.7.1
15522026-02-27T14:12:41.526Z Compiling icu_normalizer v1.5.0
15532026-02-27T14:12:41.691Z Compiling rand v0.9.2
15542026-02-27T14:12:41.898Z Compiling pest_generator v2.8.2
15552026-02-27T14:12:42.420Z Compiling http-body v1.0.1
15562026-02-27T14:12:42.733Z Compiling idna_adapter v1.2.0
15572026-02-27T14:12:42.992Z Compiling idna v1.0.3
15582026-02-27T14:12:43.417Z Compiling pkcs8 v0.10.2
15592026-02-27T14:12:43.633Z Compiling tracing v0.1.40
15602026-02-27T14:12:43.792Z Compiling url v2.5.4
15612026-02-27T14:12:44.234Z Compiling pest_derive v2.8.2
15622026-02-27T14:12:44.321Z Compiling scroll_derive v0.13.1
15632026-02-27T14:12:44.610Z Compiling schemars_derive v0.8.22
15642026-02-27T14:12:45.795Z Compiling tokio-util v0.7.15
15652026-02-27T14:12:46.212Z Compiling scroll v0.13.0
15662026-02-27T14:12:46.931Z Compiling ipnet v2.11.0
15672026-02-27T14:12:48.414Z Compiling h2 v0.4.6
15682026-02-27T14:12:48.506Z Compiling darling_macro v0.20.10
15692026-02-27T14:12:49.435Z Compiling lazy_static v1.5.0
15702026-02-27T14:12:49.622Z Compiling bzip2-sys v0.1.13+1.0.8
15712026-02-27T14:12:49.710Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15722026-02-27T14:12:50.091Z Compiling aho-corasick v1.1.3
15732026-02-27T14:12:50.255Z Compiling num-conv v0.2.0
15742026-02-27T14:12:50.416Z Compiling time-core v0.1.8
15752026-02-27T14:12:50.553Z Compiling httpdate v1.0.3
15762026-02-27T14:12:50.647Z Compiling powerfmt v0.2.0
15772026-02-27T14:12:50.881Z Compiling foreign-types-shared v0.1.1
15782026-02-27T14:12:51.078Z Compiling openssl v0.10.73
15792026-02-27T14:12:51.103Z Compiling deranged v0.5.3
15802026-02-27T14:12:51.206Z Compiling foreign-types v0.3.2
15812026-02-27T14:12:51.404Z Compiling tempfile v3.24.0
15822026-02-27T14:12:51.762Z Compiling time-macros v0.2.27
15832026-02-27T14:12:52.408Z Compiling regex-automata v0.4.14
15842026-02-27T14:12:53.482Z Compiling darling v0.20.10
15852026-02-27T14:12:53.624Z Compiling goblin v0.10.2
15862026-02-27T14:12:54.064Z Compiling openssl-macros v0.1.1
15872026-02-27T14:12:54.799Z Compiling wait-timeout v0.2.0
15882026-02-27T14:12:54.971Z Compiling usdt-impl v0.6.0
15892026-02-27T14:12:55.356Z Compiling syn v1.0.109
15902026-02-27T14:12:55.386Z Compiling num_threads v0.1.7
15912026-02-27T14:12:55.569Z Compiling native-tls v0.2.12
15922026-02-27T14:12:55.946Z Compiling bit-vec v0.8.0
15932026-02-27T14:12:56.019Z Compiling crossbeam-utils v0.8.21
15942026-02-27T14:12:56.077Z Compiling quick-error v1.2.3
15952026-02-27T14:12:56.266Z Compiling gimli v0.31.1
15962026-02-27T14:12:56.458Z Compiling hyper v1.8.1
15972026-02-27T14:12:56.698Z Compiling bit-set v0.8.0
15982026-02-27T14:12:57.032Z Compiling rusty-fork v0.3.0
15992026-02-27T14:12:59.490Z Compiling hyper-util v0.1.19
16002026-02-27T14:13:00.831Z Compiling time v0.3.47
16012026-02-27T14:13:01.517Z Compiling addr2line v0.24.2
16022026-02-27T14:13:02.257Z Compiling dof v0.4.0
16032026-02-27T14:13:03.996Z Compiling derive_builder_core v0.20.2
16042026-02-27T14:13:04.418Z Compiling dtrace-parser v0.3.0
16052026-02-27T14:13:04.741Z Compiling rustls-native-certs v0.8.1
16062026-02-27T14:13:05.201Z Compiling signature v2.2.0
16072026-02-27T14:13:05.402Z Compiling unicode-normalization v0.1.24
16082026-02-27T14:13:05.538Z Compiling thiserror-impl v1.0.69
16092026-02-27T14:13:06.286Z Compiling scroll_derive v0.12.0
16102026-02-27T14:13:06.326Z Compiling heapless v0.7.17
16112026-02-27T14:13:06.462Z Compiling darling_core v0.21.0
16122026-02-27T14:13:06.626Z Compiling slog v2.8.2
16132026-02-27T14:13:06.816Z Compiling rand_xorshift v0.4.0
16142026-02-27T14:13:06.848Z Compiling sync_wrapper v1.0.1
16152026-02-27T14:13:06.889Z Compiling thread-id v5.0.0
16162026-02-27T14:13:07.039Z Compiling cookie v0.18.1
16172026-02-27T14:13:07.064Z Compiling object v0.36.5
16182026-02-27T14:13:07.097Z Compiling crc32fast v1.4.2
16192026-02-27T14:13:07.194Z Compiling unicode-properties v0.1.3
16202026-02-27T14:13:07.437Z Compiling rustc-demangle v0.1.24
16212026-02-27T14:13:07.496Z Compiling zlib-rs v0.5.1
16222026-02-27T14:13:07.829Z Compiling siphasher v0.3.11
16232026-02-27T14:13:07.899Z Compiling signal-hook v0.3.18
16242026-02-27T14:13:08.271Z Compiling anyhow v1.0.99
16252026-02-27T14:13:08.348Z Compiling unicode-bidi v0.3.17
16262026-02-27T14:13:08.373Z Compiling paste v1.0.15
16272026-02-27T14:13:08.748Z Compiling zstd-safe v7.2.3
16282026-02-27T14:13:08.920Z Compiling unarray v0.1.4
16292026-02-27T14:13:09.187Z Compiling proptest v1.7.0
16302026-02-27T14:13:09.382Z Compiling stringprep v0.1.5
16312026-02-27T14:13:09.534Z Compiling thiserror v1.0.69
16322026-02-27T14:13:09.777Z Compiling phf_shared v0.11.2
16332026-02-27T14:13:09.916Z Compiling scroll v0.12.0
16342026-02-27T14:13:10.275Z Compiling tower v0.5.2
16352026-02-27T14:13:11.088Z Compiling derive_builder_macro v0.20.2
16362026-02-27T14:13:12.280Z Compiling ipnetwork v0.21.1
16372026-02-27T14:13:13.092Z Compiling http-body-util v0.1.3
16382026-02-27T14:13:13.179Z Compiling webpki-roots v1.0.1
16392026-02-27T14:13:13.516Z Compiling rand_chacha v0.3.1
16402026-02-27T14:13:13.633Z Compiling darling_macro v0.21.0
16412026-02-27T14:13:13.689Z Compiling erased-serde v0.3.31
16422026-02-27T14:13:14.635Z Compiling backtrace v0.3.74
16432026-02-27T14:13:15.063Z Compiling serde_spanned v0.6.9
16442026-02-27T14:13:15.132Z Compiling serde_tokenstream v0.2.3
16452026-02-27T14:13:15.389Z Compiling libz-rs-sys v0.5.1
16462026-02-27T14:13:15.775Z Compiling toml_datetime v0.6.11
16472026-02-27T14:13:15.821Z Compiling md-5 v0.10.6
16482026-02-27T14:13:16.157Z Compiling curve25519-dalek v4.1.3
16492026-02-27T14:13:16.187Z Compiling vergen-lib v0.1.6
16502026-02-27T14:13:16.221Z Compiling num-integer v0.1.46
16512026-02-27T14:13:16.404Z Compiling hash32 v0.2.1
16522026-02-27T14:13:16.573Z Compiling ff v0.13.0
16532026-02-27T14:13:16.891Z Compiling memoffset v0.9.1
16542026-02-27T14:13:16.924Z Compiling smoltcp v0.9.1
16552026-02-27T14:13:16.963Z Compiling iri-string v0.7.8
16562026-02-27T14:13:17.028Z Compiling litrs v0.4.1
16572026-02-27T14:13:17.260Z Compiling cfg_aliases v0.2.1
16582026-02-27T14:13:17.425Z Compiling base16ct v0.2.0
16592026-02-27T14:13:17.716Z Compiling psl-types v2.0.11
16602026-02-27T14:13:17.824Z Compiling ref-cast v1.0.25
16612026-02-27T14:13:17.896Z Compiling ryu v1.0.18
16622026-02-27T14:13:18.008Z Compiling fallible-iterator v0.2.0
16632026-02-27T14:13:18.291Z Compiling num-bigint-dig v0.8.6
16642026-02-27T14:13:18.349Z Compiling document-features v0.2.11
16652026-02-27T14:13:18.628Z Compiling serde_urlencoded v0.7.1
16662026-02-27T14:13:18.732Z Compiling postgres-protocol v0.6.8
16672026-02-27T14:13:18.793Z Compiling publicsuffix v2.3.0
16682026-02-27T14:13:19.244Z Compiling sec1 v0.7.3
16692026-02-27T14:13:19.275Z Compiling nix v0.29.0
16702026-02-27T14:13:19.933Z Compiling group v0.13.0
16712026-02-27T14:13:20.079Z Compiling num-iter v0.1.45
16722026-02-27T14:13:20.207Z Compiling newtype-uuid v1.3.2
16732026-02-27T14:13:20.369Z Compiling flate2 v1.1.2
16742026-02-27T14:13:20.907Z Compiling tower-http v0.6.8
16752026-02-27T14:13:21.489Z Compiling darling v0.21.0
16762026-02-27T14:13:21.563Z Compiling rand v0.8.5
16772026-02-27T14:13:21.652Z Compiling oxnet v0.1.4
16782026-02-27T14:13:21.910Z Compiling tokio-native-tls v0.3.1
16792026-02-27T14:13:21.972Z Compiling derive_builder v0.20.2
16802026-02-27T14:13:22.318Z Compiling goblin v0.8.2
16812026-02-27T14:13:23.619Z Compiling regex v1.12.3
16822026-02-27T14:13:23.796Z Compiling terminal_size v0.4.0
16832026-02-27T14:13:23.836Z Compiling cargo-platform v0.1.8
16842026-02-27T14:13:23.974Z Compiling hkdf v0.12.4
16852026-02-27T14:13:24.177Z Compiling crypto-bigint v0.5.5
16862026-02-27T14:13:24.355Z Compiling daft-derive v0.1.4
16872026-02-27T14:13:24.392Z Compiling strum_macros v0.27.2
16882026-02-27T14:13:24.856Z Compiling async-trait v0.1.89
16892026-02-27T14:13:25.019Z Compiling hubpack_derive v0.1.1
16902026-02-27T14:13:25.872Z Compiling ref-cast-impl v1.0.25
16912026-02-27T14:13:26.171Z Compiling curve25519-dalek-derive v0.1.1
16922026-02-27T14:13:27.084Z Compiling vergen v9.0.6
16932026-02-27T14:13:27.467Z Compiling ahash v0.8.12
16942026-02-27T14:13:27.519Z Compiling fs-err v3.1.1
16952026-02-27T14:13:27.721Z Compiling unicode-segmentation v1.12.0
16962026-02-27T14:13:27.910Z Compiling bitflags v1.3.2
16972026-02-27T14:13:27.988Z Compiling winnow v0.5.40
16982026-02-27T14:13:28.060Z Compiling buf-list v1.0.3
16992026-02-27T14:13:28.632Z Compiling lockfree-object-pool v0.1.6
17002026-02-27T14:13:28.863Z Compiling managed v0.8.0
17012026-02-27T14:13:28.931Z Compiling bumpalo v3.16.0
17022026-02-27T14:13:29.426Z Compiling either v1.15.0
17032026-02-27T14:13:29.647Z Compiling simd-adler32 v0.3.7
17042026-02-27T14:13:29.867Z Compiling clap_builder v4.5.48
17052026-02-27T14:13:30.265Z Compiling strum v0.27.2
17062026-02-27T14:13:30.296Z Compiling zopfli v0.8.1
17072026-02-27T14:13:30.943Z Compiling dof v0.3.0
17082026-02-27T14:13:31.764Z Compiling toml_edit v0.19.15
17092026-02-27T14:13:32.427Z Compiling elliptic-curve v0.13.8
17102026-02-27T14:13:32.968Z Compiling daft v0.1.4
17112026-02-27T14:13:33.073Z Compiling hubpack v0.1.2
17122026-02-27T14:13:33.420Z Compiling cargo_metadata v0.19.2
17132026-02-27T14:13:33.524Z Compiling cookie_store v0.22.1
17142026-02-27T14:13:35.031Z Compiling signal-hook-mio v0.2.4
17152026-02-27T14:13:35.240Z Compiling zstd v0.13.3
17162026-02-27T14:13:35.794Z Compiling hyper-tls v0.6.0
17172026-02-27T14:13:36.895Z Compiling serde_with_macros v3.16.1
17182026-02-27T14:13:37.403Z Compiling postgres-types v0.2.9
17192026-02-27T14:13:38.307Z Compiling usdt-macro v0.6.0
17202026-02-27T14:13:38.408Z Compiling usdt-attr-macro v0.6.0
17212026-02-27T14:13:38.914Z Compiling phf v0.11.2
17222026-02-27T14:13:39.265Z Compiling dtrace-parser v0.2.0
17232026-02-27T14:13:39.359Z Compiling ed25519 v2.2.3
17242026-02-27T14:13:39.615Z Compiling bzip2 v0.5.2
17252026-02-27T14:13:39.842Z Compiling bzip2 v0.4.4
17262026-02-27T14:13:40.034Z Compiling bstr v1.10.0
17272026-02-27T14:13:40.154Z Compiling pkcs1 v0.7.5
17282026-02-27T14:13:40.269Z Compiling serde-big-array v0.5.1
17292026-02-27T14:13:40.562Z Compiling hex v0.4.3
17302026-02-27T14:13:41.040Z Compiling rfc6979 v0.4.0
17312026-02-27T14:13:41.170Z Compiling clap_derive v4.5.47
17322026-02-27T14:13:41.274Z Compiling strum_macros v0.26.4
17332026-02-27T14:13:41.367Z Compiling serde_repr v0.1.19
17342026-02-27T14:13:41.409Z Compiling enum-as-inner v0.6.1
17352026-02-27T14:13:41.468Z Compiling float-cmp v0.10.0
17362026-02-27T14:13:41.752Z Compiling env_filter v0.1.2
17372026-02-27T14:13:41.807Z Compiling memmap2 v0.9.8
17382026-02-27T14:13:42.257Z Compiling socket2 v0.5.10
17392026-02-27T14:13:42.488Z Compiling encoding_rs v0.8.34
17402026-02-27T14:13:42.529Z Compiling jiff v0.2.15
17412026-02-27T14:13:42.569Z Compiling predicates-core v1.0.8
17422026-02-27T14:13:42.913Z Compiling data-encoding v2.9.0
17432026-02-27T14:13:43.174Z Compiling difflib v0.4.0
17442026-02-27T14:13:44.634Z Compiling mime v0.3.17
17452026-02-27T14:13:44.777Z Compiling normalize-line-endings v0.3.0
17462026-02-27T14:13:44.944Z Compiling whoami v1.5.2
17472026-02-27T14:13:45.189Z Compiling keccak v0.1.5
17482026-02-27T14:13:45.496Z Compiling new_debug_unreachable v1.0.6
17492026-02-27T14:13:45.568Z Compiling static_assertions v1.1.0
17502026-02-27T14:13:45.629Z Compiling rustc-hash v2.1.1
17512026-02-27T14:13:45.698Z Compiling fixedbitset v0.4.2
17522026-02-27T14:13:45.818Z Compiling fixedbitset v0.5.7
17532026-02-27T14:13:45.842Z Compiling precomputed-hash v0.1.1
17542026-02-27T14:13:45.995Z Compiling toml_edit v0.22.27
17552026-02-27T14:13:46.211Z Compiling petgraph v0.6.5
17562026-02-27T14:13:46.436Z Compiling petgraph v0.8.2
17572026-02-27T14:13:46.461Z Compiling string_cache v0.8.9
17582026-02-27T14:13:46.934Z Compiling strum v0.26.3
17592026-02-27T14:13:47.165Z Compiling iddqd v0.3.16
17602026-02-27T14:13:47.227Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17612026-02-27T14:13:47.902Z Compiling sha3 v0.10.8
17622026-02-27T14:13:48.927Z Compiling clap v4.5.48
17632026-02-27T14:13:49.150Z Compiling tokio-postgres v0.7.13
17642026-02-27T14:13:49.835Z Compiling predicates v3.1.3
17652026-02-27T14:13:49.883Z Compiling hickory-proto v0.25.2
17662026-02-27T14:13:51.113Z Compiling zip v4.2.0
17672026-02-27T14:13:51.463Z Compiling usdt-impl v0.5.0
17682026-02-27T14:13:52.806Z Compiling usdt v0.6.0
17692026-02-27T14:13:53.220Z Compiling env_logger v0.11.8
17702026-02-27T14:13:53.299Z Compiling ecdsa v0.16.9
17712026-02-27T14:13:53.472Z Compiling similar v2.7.0
17722026-02-27T14:13:53.971Z Compiling serde_with v3.16.1
17732026-02-27T14:13:54.199Z Compiling rsa v0.9.8
17742026-02-27T14:13:54.224Z Compiling zip v0.6.6
17752026-02-27T14:13:54.346Z Compiling ed25519-dalek v2.1.1
17762026-02-27T14:13:55.491Z Compiling toml v0.7.8
17772026-02-27T14:13:55.579Z Compiling crossterm v0.28.1
17782026-02-27T14:13:56.865Z Compiling itertools v0.10.5
17792026-02-27T14:13:57.116Z Compiling itertools v0.13.0
17802026-02-27T14:13:57.242Z Compiling heck v0.4.1
17812026-02-27T14:13:57.684Z Compiling crossbeam-epoch v0.9.18
17822026-02-27T14:13:58.211Z Compiling tokio-stream v0.1.17
17832026-02-27T14:13:58.370Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17842026-02-27T14:13:58.664Z Compiling x509-cert v0.2.5
17852026-02-27T14:13:58.797Z Compiling openapiv3 v2.2.0
17862026-02-27T14:13:59.197Z Compiling sha1 v0.10.6
17872026-02-27T14:13:59.460Z Compiling winnow v0.6.26
17882026-02-27T14:13:59.624Z Compiling lalrpop-util v0.19.12
17892026-02-27T14:14:00.060Z Compiling peg-runtime v0.8.5
17902026-02-27T14:14:00.148Z Compiling thread_local v1.1.8
17912026-02-27T14:14:00.627Z Compiling slog-async v2.8.0
17922026-02-27T14:14:00.652Z Compiling crossbeam-channel v0.5.15
17932026-02-27T14:14:01.111Z Compiling xattr v1.3.1
17942026-02-27T14:14:01.224Z Compiling futures-executor v0.3.31
17952026-02-27T14:14:01.380Z Compiling filetime v0.2.26
17962026-02-27T14:14:01.497Z Compiling is-terminal v0.4.13
17972026-02-27T14:14:01.640Z Compiling take_mut v0.2.2
17982026-02-27T14:14:01.669Z Compiling term v1.1.0
17992026-02-27T14:14:01.717Z Compiling tar v0.4.44
18002026-02-27T14:14:01.744Z Compiling futures v0.3.31
18012026-02-27T14:14:02.708Z Compiling slog-term v2.9.2
18022026-02-27T14:14:12.950Z Compiling rustls-webpki v0.103.9
18032026-02-27T14:14:20.783Z Compiling tokio-rustls v0.26.0
18042026-02-27T14:14:20.783Z Compiling rustls-platform-verifier v0.6.2
18052026-02-27T14:14:21.195Z Compiling hyper-rustls v0.27.7
18062026-02-27T14:14:21.623Z Compiling reqwest v0.12.28
18072026-02-27T14:14:21.623Z Compiling reqwest v0.13.2
18082026-02-27T14:14:27.404Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-02-27T14:14:27.864Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-02-27T14:14:35.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
18112026-02-27T14:14:35.264Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18122026-02-27T14:14:35.331ZFeb 27 14:14:35.139 INFO Starting download, target: Clickhouse
18132026-02-27T14:14:35.331ZFeb 27 14:14:35.141 INFO Starting download, target: Cockroach
18142026-02-27T14:14:35.332ZFeb 27 14:14:35.141 INFO Starting download, target: Console
18152026-02-27T14:14:35.332ZFeb 27 14:14:35.141 INFO Starting download, target: DendriteStub
18162026-02-27T14:14:35.332ZFeb 27 14:14:35.141 INFO Starting download, target: MaghemiteMgd
18172026-02-27T14:14:35.367ZFeb 27 14:14:35.141 INFO Starting download, target: TransceiverControl
18182026-02-27T14:14:35.367ZFeb 27 14:14:35.141 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18192026-02-27T14:14:35.367ZFeb 27 14:14:35.141 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18202026-02-27T14:14:35.367ZFeb 27 14:14:35.141 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18212026-02-27T14:14:35.367ZFeb 27 14:14:35.142 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18222026-02-27T14:14:35.367ZFeb 27 14:14:35.142 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18232026-02-27T14:14:35.367ZFeb 27 14:14:35.142 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-02-27T14:14:35.828ZFeb 27 14:14:35.633 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18252026-02-27T14:14:36.484ZFeb 27 14:14:36.288 INFO Download complete, target: Console
18262026-02-27T14:14:38.265ZFeb 27 14:14:38.076 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18272026-02-27T14:14:38.890ZFeb 27 14:14:38.701 INFO Download complete, target: TransceiverControl
18282026-02-27T14:14:42.878ZFeb 27 14:14:42.689 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18292026-02-27T14:14:43.037ZFeb 27 14:14:42.848 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18302026-02-27T14:14:43.613ZFeb 27 14:14:43.424 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-02-27T14:14:45.036ZFeb 27 14:14:44.847 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18322026-02-27T14:14:45.036ZFeb 27 14:14:44.847 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18332026-02-27T14:14:49.337ZFeb 27 14:14:49.148 INFO Download complete, target: DendriteStub
18342026-02-27T14:14:50.170ZFeb 27 14:14:49.981 INFO Download complete, target: MaghemiteMgd
18352026-02-27T14:14:58.411ZFeb 27 14:14:58.222 INFO Checking that binary works, target: Cockroach
18362026-02-27T14:14:58.725ZFeb 27 14:14:58.536 INFO Download complete, target: Cockroach
18372026-02-27T14:15:02.265ZFeb 27 14:15:02.076 INFO Checking that binary works, target: Clickhouse
18382026-02-27T14:15:02.638ZFeb 27 14:15:02.449 INFO Download complete, target: Clickhouse
18392026-02-27T14:15:02.662ZAll prerequisites installed successfully
18402026-02-27T14:15:02.662Z
18412026-02-27T14:15:02.662Zreal 6:02.479437557
18422026-02-27T14:15:02.662Zuser 19:25.079580214
18432026-02-27T14:15:02.663Zsys 3:04.308177063
18442026-02-27T14:15:02.663Ztrap 0.847057052
18452026-02-27T14:15:02.663Ztflt 0.446081111
18462026-02-27T14:15:02.663Zdflt 0.883062866
18472026-02-27T14:15:02.663Zkflt 0.010990408
18482026-02-27T14:15:02.663Zlock 48:17.724455035
18492026-02-27T14:15:02.663Zslp 1:10:38.853953207
18502026-02-27T14:15:02.663Zlat 1:15.288078794
18512026-02-27T14:15:02.663Zstop 3:01.522238115
18522026-02-27T14:15:02.663Z+ source ./tools/include/force-git-over-https.sh
18532026-02-27T14:15:02.663Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18542026-02-27T14:15:02.663Z++ (( i = 0 ))
18552026-02-27T14:15:02.663Z++ (( i < 5 ))
18562026-02-27T14:15:02.663Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18572026-02-27T14:15:02.663Z++ (( i++ ))
18582026-02-27T14:15:02.663Z++ (( i < 5 ))
18592026-02-27T14:15:02.663Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18602026-02-27T14:15:02.688Z++ (( i++ ))
18612026-02-27T14:15:02.688Z++ (( i < 5 ))
18622026-02-27T14:15:02.688Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18632026-02-27T14:15:02.688Z++ (( i++ ))
18642026-02-27T14:15:02.688Z++ (( i < 5 ))
18652026-02-27T14:15:02.688Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18662026-02-27T14:15:02.688Z++ (( i++ ))
18672026-02-27T14:15:02.688Z++ (( i < 5 ))
18682026-02-27T14:15:02.688Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18692026-02-27T14:15:02.688Z++ (( i++ ))
18702026-02-27T14:15:02.688Z++ (( i < 5 ))
18712026-02-27T14:15:02.688Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18722026-02-27T14:15:02.688Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18732026-02-27T14:15:02.688Z+ rc=0
18742026-02-27T14:15:02.688Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18752026-02-27T14:16:18.949Z+ case $rc in
18762026-02-27T14:16:18.950Z+ pfexec zfs create -p rpool/images/build/host
18772026-02-27T14:16:19.059Z+ pfexec zfs create -p rpool/images/build/recovery
18782026-02-27T14:16:19.092Z+ cargo xtask releng --output-dir /work --mkincorp
18792026-02-27T14:16:20.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
18802026-02-27T14:16:20.440Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18812026-02-27T14:16:22.504Z Compiling proc-macro2 v1.0.106
18822026-02-27T14:16:22.504Z Compiling quote v1.0.44
18832026-02-27T14:16:22.504Z Compiling unicode-ident v1.0.24
18842026-02-27T14:16:22.528Z Compiling libc v0.2.180
18852026-02-27T14:16:22.528Z Compiling serde_core v1.0.228
18862026-02-27T14:16:22.528Z Compiling serde v1.0.228
18872026-02-27T14:16:22.528Z Compiling autocfg v1.4.0
18882026-02-27T14:16:22.528Z Compiling cfg-if v1.0.4
18892026-02-27T14:16:22.808Z Compiling version_check v0.9.5
18902026-02-27T14:16:23.065Z Compiling shlex v1.3.0
18912026-02-27T14:16:23.309Z Compiling find-msvc-tools v0.1.9
18922026-02-27T14:16:23.525Z Compiling lock_api v0.4.12
18932026-02-27T14:16:23.590Z Compiling typenum v1.17.0
18942026-02-27T14:16:23.832Z Compiling generic-array v0.14.7
18952026-02-27T14:16:23.933Z Compiling portable-atomic v1.11.0
18962026-02-27T14:16:24.334Z Compiling memchr v2.7.4
18972026-02-27T14:16:24.928Z Compiling jobserver v0.1.32
18982026-02-27T14:16:24.973Z Compiling zmij v1.0.15
18992026-02-27T14:16:25.414Z Compiling syn v2.0.117
19002026-02-27T14:16:25.501Z Compiling cc v1.2.56
19012026-02-27T14:16:25.531Z Compiling getrandom v0.3.4
19022026-02-27T14:16:25.719Z Compiling serde_json v1.0.149
19032026-02-27T14:16:26.139Z Compiling libm v0.2.8
19042026-02-27T14:16:26.163Z Compiling num-traits v0.2.19
19052026-02-27T14:16:26.512Z Compiling parking_lot_core v0.9.10
19062026-02-27T14:16:26.539Z Compiling getrandom v0.2.15
19072026-02-27T14:16:26.706Z Compiling smallvec v1.15.1
19082026-02-27T14:16:26.949Z Compiling pkg-config v0.3.31
19092026-02-27T14:16:26.991Z Compiling value-bag v1.12.0
19102026-02-27T14:16:27.283Z Compiling itoa v1.0.11
19112026-02-27T14:16:27.693Z Compiling log v0.4.29
19122026-02-27T14:16:27.761Z Compiling scopeguard v1.2.0
19132026-02-27T14:16:28.075Z Compiling slab v0.4.9
19142026-02-27T14:16:28.644Z Compiling subtle v2.6.1
19152026-02-27T14:16:28.672Z Compiling critical-section v1.1.3
19162026-02-27T14:16:28.696Z Compiling rand_core v0.6.4
19172026-02-27T14:16:28.726Z Compiling thiserror v2.0.18
19182026-02-27T14:16:29.465Z Compiling stable_deref_trait v1.2.0
19192026-02-27T14:16:29.758Z Compiling byteorder v1.5.0
19202026-02-27T14:16:30.369Z Compiling once_cell v1.21.3
19212026-02-27T14:16:30.409Z Compiling ring v0.17.14
19222026-02-27T14:16:30.523Z Compiling cmake v0.1.57
19232026-02-27T14:16:30.897Z Compiling fs_extra v1.3.0
19242026-02-27T14:16:30.996Z Compiling dunce v1.0.5
19252026-02-27T14:16:31.341Z Compiling heck v0.5.0
19262026-02-27T14:16:31.479Z Compiling aws-lc-sys v0.37.1
19272026-02-27T14:16:31.520Z Compiling semver v1.0.27
19282026-02-27T14:16:31.791Z Compiling litemap v0.7.3
19292026-02-27T14:16:31.816Z Compiling pin-project-lite v0.2.14
19302026-02-27T14:16:32.004Z Compiling writeable v0.5.5
19312026-02-27T14:16:32.276Z Compiling const-oid v0.9.6
19322026-02-27T14:16:32.444Z Compiling allocator-api2 v0.2.21
19332026-02-27T14:16:32.852Z Compiling equivalent v1.0.2
19342026-02-27T14:16:33.230Z Compiling fnv v1.0.7
19352026-02-27T14:16:33.384Z Compiling percent-encoding v2.3.2
19362026-02-27T14:16:33.466Z Compiling rustversion v1.0.22
19372026-02-27T14:16:33.621Z Compiling icu_locid_transform_data v1.5.0
19382026-02-27T14:16:33.974Z Compiling synstructure v0.13.1
19392026-02-27T14:16:34.786Z Compiling futures-core v0.3.32
19402026-02-27T14:16:34.818Z Compiling icu_properties_data v1.5.0
19412026-02-27T14:16:35.158Z Compiling aws-lc-rs v1.16.0
19422026-02-27T14:16:35.262Z Compiling zerocopy v0.8.27
19432026-02-27T14:16:35.543Z Compiling signal-hook-registry v1.4.2
19442026-02-27T14:16:35.677Z Compiling write16 v1.0.0
19452026-02-27T14:16:35.783Z Compiling utf16_iter v1.0.5
19462026-02-27T14:16:35.892Z Compiling foldhash v0.2.0
19472026-02-27T14:16:36.049Z Compiling utf8_iter v1.0.4
19482026-02-27T14:16:36.230Z Compiling icu_normalizer_data v1.5.0
19492026-02-27T14:16:36.256Z Compiling parking_lot v0.12.3
19502026-02-27T14:16:36.404Z Compiling hashbrown v0.16.1
19512026-02-27T14:16:36.460Z Compiling mio v1.0.2
19522026-02-27T14:16:36.573Z Compiling vcpkg v0.2.15
19532026-02-27T14:16:37.116Z Compiling rustix v1.1.3
19542026-02-27T14:16:37.822Z Compiling serde_derive v1.0.228
19552026-02-27T14:16:37.877Z Compiling zeroize_derive v1.4.2
19562026-02-27T14:16:37.980Z Compiling zerofrom-derive v0.1.4
19572026-02-27T14:16:38.192Z Compiling yoke-derive v0.7.4
19582026-02-27T14:16:38.356Z Compiling zerovec-derive v0.10.3
19592026-02-27T14:16:38.417Z Compiling displaydoc v0.2.5
19602026-02-27T14:16:38.546Z Compiling icu_provider_macros v1.5.0
19612026-02-27T14:16:38.571Z Compiling tokio-macros v2.6.0
19622026-02-27T14:16:39.088Z Compiling zeroize v1.8.1
19632026-02-27T14:16:39.742Z Compiling zerocopy-derive v0.7.35
19642026-02-27T14:16:40.118Z Compiling futures-macro v0.3.31
19652026-02-27T14:16:40.163Z Compiling thiserror-impl v2.0.18
19662026-02-27T14:16:41.077Z Compiling der_derive v0.7.3
19672026-02-27T14:16:41.201Z Compiling zerofrom v0.1.4
19682026-02-27T14:16:41.568Z Compiling yoke v0.7.4
19692026-02-27T14:16:42.000Z Compiling zerovec v0.10.4
19702026-02-27T14:16:42.056Z Compiling crypto-common v0.1.6
19712026-02-27T14:16:42.094Z Compiling block-buffer v0.10.4
19722026-02-27T14:16:42.127Z Compiling tracing-attributes v0.1.27
19732026-02-27T14:16:42.456Z Compiling digest v0.10.7
19742026-02-27T14:16:43.048Z Compiling zerocopy-derive v0.8.27
19752026-02-27T14:16:43.140Z Compiling httparse v1.9.5
19762026-02-27T14:16:43.164Z Compiling schemars v0.8.22
19772026-02-27T14:16:43.384Z Compiling openssl-sys v0.9.109
19782026-02-27T14:16:43.611Z Compiling serde_derive_internals v0.29.1
19792026-02-27T14:16:44.586Z Compiling tinystr v0.7.6
19802026-02-27T14:16:45.188Z Compiling icu_locid v1.5.0
19812026-02-27T14:16:45.249Z Compiling icu_collections v1.5.0
19822026-02-27T14:16:45.714Z Compiling rustix v0.38.37
19832026-02-27T14:16:45.909Z Compiling schemars_derive v0.8.22
19842026-02-27T14:16:46.286Z Compiling bytes v1.11.1
19852026-02-27T14:16:46.364Z Compiling bitflags v2.9.4
19862026-02-27T14:16:46.828Z Compiling icu_provider v1.5.0
19872026-02-27T14:16:47.319Z Compiling form_urlencoded v1.2.2
19882026-02-27T14:16:47.505Z Compiling errno v0.3.12
19892026-02-27T14:16:47.935Z Compiling icu_locid_transform v1.5.0
19902026-02-27T14:16:47.973Z Compiling socket2 v0.6.1
19912026-02-27T14:16:49.101Z Compiling tokio v1.49.0
19922026-02-27T14:16:49.381Z Compiling zerocopy v0.7.35
19932026-02-27T14:16:49.480Z Compiling indexmap v2.13.0
19942026-02-27T14:16:49.851Z Compiling icu_properties v1.5.1
19952026-02-27T14:16:51.412Z Compiling rustls v0.23.37
19962026-02-27T14:16:51.840Z Compiling futures-sink v0.3.31
19972026-02-27T14:16:52.095Z Compiling futures-channel v0.3.31
19982026-02-27T14:16:53.390Z Compiling cpufeatures v0.2.14
19992026-02-27T14:16:53.483Z Compiling futures-task v0.3.31
20002026-02-27T14:16:53.547Z Compiling futures-io v0.3.31
20012026-02-27T14:16:53.573Z Compiling pin-utils v0.1.0
20022026-02-27T14:16:53.904Z Compiling futures-util v0.3.31
20032026-02-27T14:16:53.944Z Compiling ppv-lite86 v0.2.20
20042026-02-27T14:16:54.904Z Compiling icu_normalizer v1.5.0
20052026-02-27T14:16:55.701Z Compiling rustc_version v0.4.1
20062026-02-27T14:16:56.263Z Compiling idna_adapter v1.2.0
20072026-02-27T14:16:56.586Z Compiling idna v1.0.3
20082026-02-27T14:16:56.692Z Compiling strsim v0.11.1
20092026-02-27T14:16:56.950Z Compiling ucd-trie v0.1.7
20102026-02-27T14:16:57.344Z Compiling pest v2.8.2
20112026-02-27T14:16:57.507Z Compiling url v2.5.4
20122026-02-27T14:17:00.370Z Compiling hmac v0.12.1
20132026-02-27T14:17:00.811Z Compiling openssl v0.10.73
20142026-02-27T14:17:01.533Z Compiling pest_meta v2.8.2
20152026-02-27T14:17:01.669Z Compiling block-padding v0.3.3
20162026-02-27T14:17:01.907Z Compiling bzip2-sys v0.1.13+1.0.8
20172026-02-27T14:17:02.234Z Compiling iana-time-zone v0.1.63
20182026-02-27T14:17:02.267Z Compiling thiserror v1.0.69
20192026-02-27T14:17:02.711Z Compiling ident_case v1.0.1
20202026-02-27T14:17:03.054Z Compiling chrono v0.4.43
20212026-02-27T14:17:03.486Z Compiling pest_generator v2.8.2
20222026-02-27T14:17:03.723Z Compiling inout v0.1.3
20232026-02-27T14:17:05.098Z Compiling rustls-pki-types v1.14.0
20242026-02-27T14:17:05.211Z Compiling openssl-macros v0.1.1
20252026-02-27T14:17:05.644Z Compiling spin v0.9.8
20262026-02-27T14:17:06.047Z Compiling num-conv v0.2.0
20272026-02-27T14:17:06.354Z Compiling time-core v0.1.8
20282026-02-27T14:17:06.433Z Compiling native-tls v0.2.12
20292026-02-27T14:17:06.485Z Compiling syn v1.0.109
20302026-02-27T14:17:07.067Z Compiling time-macros v0.2.27
20312026-02-27T14:17:07.368Z Compiling pest_derive v2.8.2
20322026-02-27T14:17:08.125Z Compiling cipher v0.4.4
20332026-02-27T14:17:08.284Z Compiling sha2 v0.10.9
20342026-02-27T14:17:09.511Z Compiling thiserror-impl v1.0.69
20352026-02-27T14:17:09.608Z Compiling scroll_derive v0.13.1
20362026-02-27T14:17:09.731Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20372026-02-27T14:17:10.642Z Compiling foldhash v0.1.5
20382026-02-27T14:17:11.303Z Compiling base64 v0.22.1
20392026-02-27T14:17:11.657Z Compiling base64ct v1.6.0
20402026-02-27T14:17:12.198Z Compiling crossbeam-utils v0.8.21
20412026-02-27T14:17:12.245Z Compiling pem-rfc7468 v0.7.0
20422026-02-27T14:17:12.331Z Compiling hashbrown v0.15.4
20432026-02-27T14:17:12.869Z Compiling http v1.4.0
20442026-02-27T14:17:12.921Z Compiling slog v2.8.2
20452026-02-27T14:17:13.295Z Compiling uuid v1.19.0
20462026-02-27T14:17:14.869Z Compiling regex-syntax v0.8.5
20472026-02-27T14:17:14.930Z Compiling untrusted v0.9.0
20482026-02-27T14:17:15.281Z Compiling flagset v0.4.6
20492026-02-27T14:17:15.688Z Compiling der v0.7.10
20502026-02-27T14:17:18.920Z Compiling rand_core v0.9.3
20512026-02-27T14:17:19.731Z Compiling plain v0.2.3
20522026-02-27T14:17:19.949Z Compiling camino v1.2.2
20532026-02-27T14:17:20.722Z Compiling paste v1.0.15
20542026-02-27T14:17:21.753Z Compiling spki v0.7.3
20552026-02-27T14:17:22.287Z Compiling tokio-util v0.7.15
20562026-02-27T14:17:24.604Z Compiling salsa20 v0.10.2
20572026-02-27T14:17:24.948Z Compiling pbkdf2 v0.12.2
20582026-02-27T14:17:27.082Z Compiling tracing-core v0.1.32
20592026-02-27T14:17:27.764Z Compiling dyn-clone v1.0.20
20602026-02-27T14:17:27.934Z Compiling num-bigint-dig v0.8.6
20612026-02-27T14:17:28.491Z Compiling tracing v0.1.40
20622026-02-27T14:17:29.444Z Compiling scrypt v0.11.0
20632026-02-27T14:17:30.224Z Compiling rand_chacha v0.9.0
20642026-02-27T14:17:31.075Z Compiling http-body v1.0.1
20652026-02-27T14:17:31.424Z Compiling aes v0.8.4
20662026-02-27T14:17:31.561Z Compiling cbc v0.1.2
20672026-02-27T14:17:33.210Z Compiling cookie v0.18.1
20682026-02-27T14:17:33.276Z Compiling ahash v0.8.12
20692026-02-27T14:17:33.649Z Compiling atomic-waker v1.1.2
20702026-02-27T14:17:33.736Z Compiling zstd-safe v7.2.3
20712026-02-27T14:17:33.953Z Compiling pretty-hex v0.4.1
20722026-02-27T14:17:34.037Z Compiling usdt-impl v0.6.0
20732026-02-27T14:17:34.216Z Compiling anyhow v1.0.99
20742026-02-27T14:17:34.283Z Compiling fastrand v2.1.1
20752026-02-27T14:17:35.081Z Compiling pkcs5 v0.7.1
20762026-02-27T14:17:37.438Z Compiling rand v0.9.2
20772026-02-27T14:17:39.287Z Compiling scroll v0.13.0
20782026-02-27T14:17:39.595Z Compiling lazy_static v1.5.0
20792026-02-27T14:17:39.764Z Compiling heapless v0.7.17
20802026-02-27T14:17:39.798Z Compiling serde_tokenstream v0.2.3
20812026-02-27T14:17:39.997Z Compiling async-trait v0.1.89
20822026-02-27T14:17:40.280Z Compiling scroll_derive v0.12.0
20832026-02-27T14:17:40.497Z Compiling daft-derive v0.1.4
20842026-02-27T14:17:40.626Z Compiling clap_derive v4.5.47
20852026-02-27T14:17:41.417Z Compiling aho-corasick v1.1.3
20862026-02-27T14:17:41.722Z Compiling untrusted v0.7.1
20872026-02-27T14:17:42.181Z Compiling tower-service v0.3.3
20882026-02-27T14:17:42.297Z Compiling adler2 v2.0.0
20892026-02-27T14:17:42.578Z Compiling openssl-probe v0.1.5
20902026-02-27T14:17:42.602Z Compiling tower-layer v0.3.3
20912026-02-27T14:17:43.140Z Compiling signal-hook v0.3.18
20922026-02-27T14:17:43.458Z Compiling try-lock v0.2.5
20932026-02-27T14:17:43.853Z Compiling want v0.3.1
20942026-02-27T14:17:43.923Z Compiling regex-automata v0.4.14
20952026-02-27T14:17:44.296Z Compiling miniz_oxide v0.8.5
20962026-02-27T14:17:45.139Z Compiling goblin v0.10.2
20972026-02-27T14:17:47.913Z Compiling tempfile v3.24.0
20982026-02-27T14:17:47.955Z Compiling pkcs8 v0.10.2
20992026-02-27T14:17:48.379Z Compiling h2 v0.4.6
21002026-02-27T14:17:48.795Z Compiling darling_core v0.20.10
21012026-02-27T14:17:49.616Z Compiling ipnet v2.11.0
21022026-02-27T14:17:51.400Z Compiling tinyvec_macros v0.1.1
21032026-02-27T14:17:51.788Z Compiling httpdate v1.0.3
21042026-02-27T14:17:54.280Z Compiling darling_macro v0.20.10
21052026-02-27T14:17:54.626Z Compiling dof v0.4.0
21062026-02-27T14:17:55.585Z Compiling tinyvec v1.8.0
21072026-02-27T14:17:57.678Z Compiling dtrace-parser v0.3.0
21082026-02-27T14:17:58.119Z Compiling darling_core v0.21.0
21092026-02-27T14:17:59.634Z Compiling hyper v1.8.1
21102026-02-27T14:18:00.406Z Compiling curve25519-dalek v4.1.3
21112026-02-27T14:18:00.812Z Compiling hex v0.4.3
21122026-02-27T14:18:01.851Z Compiling strum_macros v0.26.4
21132026-02-27T14:18:02.181Z Compiling thread-id v5.0.0
21142026-02-27T14:18:02.345Z Compiling memoffset v0.9.1
21152026-02-27T14:18:02.697Z Compiling anstyle v1.0.11
21162026-02-27T14:18:03.389Z Compiling utf8parse v0.2.2
21172026-02-27T14:18:03.749Z Compiling litrs v0.4.1
21182026-02-27T14:18:04.634Z Compiling smoltcp v0.9.1
21192026-02-27T14:18:05.077Z Compiling ref-cast v1.0.25
21202026-02-27T14:18:05.685Z Compiling foreign-types-shared v0.1.1
21212026-02-27T14:18:05.908Z Compiling foreign-types v0.3.2
21222026-02-27T14:18:06.112Z Compiling document-features v0.2.11
21232026-02-27T14:18:06.686Z Compiling darling_macro v0.21.0
21242026-02-27T14:18:07.371Z Compiling anstyle-parse v0.2.5
21252026-02-27T14:18:07.610Z Compiling hyper-util v0.1.19
21262026-02-27T14:18:09.116Z Compiling darling v0.20.10
21272026-02-27T14:18:10.882Z Compiling serde_spanned v0.6.9
21282026-02-27T14:18:11.007Z Compiling toml_datetime v0.6.11
21292026-02-27T14:18:11.227Z Compiling wait-timeout v0.2.0
21302026-02-27T14:18:11.782Z Compiling gimli v0.31.1
21312026-02-27T14:18:11.807Z Compiling colorchoice v1.0.2
21322026-02-27T14:18:11.859Z Compiling bit-vec v0.8.0
21332026-02-27T14:18:11.992Z Compiling quick-error v1.2.3
21342026-02-27T14:18:12.046Z Compiling cfg_aliases v0.2.1
21352026-02-27T14:18:12.297Z Compiling is_terminal_polyfill v1.70.1
21362026-02-27T14:18:12.527Z Compiling powerfmt v0.2.0
21372026-02-27T14:18:12.705Z Compiling anstyle-query v1.1.1
21382026-02-27T14:18:12.818Z Compiling buf-list v1.0.3
21392026-02-27T14:18:12.955Z Compiling anstream v0.6.18
21402026-02-27T14:18:13.451Z Compiling deranged v0.5.3
21412026-02-27T14:18:15.626Z Compiling bit-set v0.8.0
21422026-02-27T14:18:15.993Z Compiling nix v0.29.0
21432026-02-27T14:18:16.371Z Compiling rusty-fork v0.3.0
21442026-02-27T14:18:17.005Z Compiling derive_builder_core v0.20.2
21452026-02-27T14:18:17.083Z Compiling addr2line v0.24.2
21462026-02-27T14:18:17.978Z Compiling darling v0.21.0
21472026-02-27T14:18:18.150Z Compiling unicode-normalization v0.1.24
21482026-02-27T14:18:19.254Z Compiling regex v1.12.3
21492026-02-27T14:18:20.343Z Compiling rustls-native-certs v0.8.1
21502026-02-27T14:18:21.485Z Compiling http-body-util v0.1.3
21512026-02-27T14:18:21.795Z Compiling hubpack_derive v0.1.1
21522026-02-27T14:18:21.923Z Compiling rand_xorshift v0.4.0
21532026-02-27T14:18:22.242Z Compiling sync_wrapper v1.0.1
21542026-02-27T14:18:22.461Z Compiling erased-serde v0.3.31
21552026-02-27T14:18:22.525Z Compiling signature v2.2.0
21562026-02-27T14:18:22.687Z Compiling strum_macros v0.27.2
21572026-02-27T14:18:22.719Z Compiling ref-cast-impl v1.0.25
21582026-02-27T14:18:22.822Z Compiling curve25519-dalek-derive v0.1.1
21592026-02-27T14:18:23.922Z Compiling object v0.36.5
21602026-02-27T14:18:24.216Z Compiling fs-err v3.1.1
21612026-02-27T14:18:24.465Z Compiling usdt-impl v0.5.0
21622026-02-27T14:18:24.643Z Compiling crc32fast v1.4.2
21632026-02-27T14:18:25.147Z Compiling num_threads v0.1.7
21642026-02-27T14:18:25.390Z Compiling siphasher v0.3.11
21652026-02-27T14:18:25.451Z Compiling unicode-bidi v0.3.17
21662026-02-27T14:18:25.931Z Compiling unicode-properties v0.1.3
21672026-02-27T14:18:26.243Z Compiling ryu v1.0.18
21682026-02-27T14:18:26.686Z Compiling rustc-demangle v0.1.24
21692026-02-27T14:18:26.715Z Compiling unarray v0.1.4
21702026-02-27T14:18:27.472Z Compiling zlib-rs v0.5.1
21712026-02-27T14:18:27.698Z Compiling time v0.3.47
21722026-02-27T14:18:27.965Z Compiling proptest v1.7.0
21732026-02-27T14:18:32.285Z Compiling backtrace v0.3.74
21742026-02-27T14:18:33.532Z Compiling libz-rs-sys v0.5.1
21752026-02-27T14:18:34.959Z Compiling serde_urlencoded v0.7.1
21762026-02-27T14:18:35.703Z Compiling stringprep v0.1.5
21772026-02-27T14:18:35.988Z Compiling phf_shared v0.11.2
21782026-02-27T14:18:36.440Z Compiling tower v0.5.2
21792026-02-27T14:18:38.270Z Compiling derive_builder_macro v0.20.2
21802026-02-27T14:18:38.882Z Compiling serde_with_macros v3.16.1
21812026-02-27T14:18:39.196Z Compiling usdt-macro v0.6.0
21822026-02-27T14:18:39.841Z Compiling usdt-attr-macro v0.6.0
21832026-02-27T14:18:39.885Z Compiling ipnetwork v0.21.1
21842026-02-27T14:18:40.781Z Compiling scroll v0.12.0
21852026-02-27T14:18:41.499Z Compiling webpki-roots v1.0.1
21862026-02-27T14:18:41.534Z Compiling terminal_size v0.4.0
21872026-02-27T14:18:41.774Z Compiling rand_chacha v0.3.1
21882026-02-27T14:18:41.873Z Compiling num-integer v0.1.46
21892026-02-27T14:18:42.977Z Compiling md-5 v0.10.6
21902026-02-27T14:18:43.295Z Compiling vergen-lib v0.1.6
21912026-02-27T14:18:43.484Z Compiling hash32 v0.2.1
21922026-02-27T14:18:43.606Z Compiling ff v0.13.0
21932026-02-27T14:18:43.867Z Compiling fallible-iterator v0.2.0
21942026-02-27T14:18:44.169Z Compiling psl-types v2.0.11
21952026-02-27T14:18:44.410Z Compiling iri-string v0.7.8
21962026-02-27T14:18:44.615Z Compiling clap_lex v0.7.4
21972026-02-27T14:18:48.398Z Compiling base16ct v0.2.0
21982026-02-27T14:18:48.759Z Compiling winnow v0.7.14
21992026-02-27T14:18:49.121Z Compiling sec1 v0.7.3
22002026-02-27T14:18:49.726Z Compiling tower-http v0.6.8
22012026-02-27T14:18:50.678Z Compiling rustls-webpki v0.103.9
22022026-02-27T14:18:51.750Z Compiling clap_builder v4.5.48
22032026-02-27T14:18:53.619Z Compiling postgres-protocol v0.6.8
22042026-02-27T14:18:53.874Z Compiling publicsuffix v2.3.0
22052026-02-27T14:18:54.868Z Compiling group v0.13.0
22062026-02-27T14:18:55.319Z Compiling rand v0.8.5
22072026-02-27T14:18:56.224Z Compiling num-iter v0.1.45
22082026-02-27T14:18:58.254Z Compiling goblin v0.8.2
22092026-02-27T14:18:59.130Z Compiling oxnet v0.1.4
22102026-02-27T14:18:59.224Z Compiling derive_builder v0.20.2
22112026-02-27T14:18:59.515Z Compiling tokio-native-tls v0.3.1
22122026-02-27T14:19:00.035Z Compiling newtype-uuid v1.3.2
22132026-02-27T14:19:00.426Z Compiling flate2 v1.1.2
22142026-02-27T14:19:01.100Z Compiling tokio-rustls v0.26.0
22152026-02-27T14:19:01.747Z Compiling hyper-rustls v0.27.7
22162026-02-27T14:19:02.991Z Compiling hkdf v0.12.4
22172026-02-27T14:19:03.444Z Compiling cargo-platform v0.1.8
22182026-02-27T14:19:03.927Z Compiling crypto-bigint v0.5.5
22192026-02-27T14:19:05.898Z Compiling serde_repr v0.1.19
22202026-02-27T14:19:06.841Z Compiling enum-as-inner v0.6.1
22212026-02-27T14:19:06.938Z Compiling vergen v9.0.6
22222026-02-27T14:19:07.710Z Compiling encoding_rs v0.8.34
22232026-02-27T14:19:08.265Z Compiling either v1.15.0
22242026-02-27T14:19:08.361Z Compiling bitflags v1.3.2
22252026-02-27T14:19:08.580Z Compiling unicode-segmentation v1.12.0
22262026-02-27T14:19:08.659Z Compiling managed v0.8.0
22272026-02-27T14:19:08.770Z Compiling simd-adler32 v0.3.7
22282026-02-27T14:19:09.386Z Compiling winnow v0.5.40
22292026-02-27T14:19:09.470Z Compiling bumpalo v3.16.0
22302026-02-27T14:19:09.565Z Compiling mime v0.3.17
22312026-02-27T14:19:09.660Z Compiling lockfree-object-pool v0.1.6
22322026-02-27T14:19:10.015Z Compiling zopfli v0.8.1
22332026-02-27T14:19:13.314Z Compiling toml_edit v0.19.15
22342026-02-27T14:19:15.585Z Compiling elliptic-curve v0.13.8
22352026-02-27T14:19:15.772Z Compiling dof v0.3.0
22362026-02-27T14:19:16.440Z Compiling cargo_metadata v0.19.2
22372026-02-27T14:19:18.897Z Compiling rustls-platform-verifier v0.6.2
22382026-02-27T14:19:19.304Z Compiling daft v0.1.4
22392026-02-27T14:19:19.432Z Compiling zstd v0.13.3
22402026-02-27T14:19:19.796Z Compiling hyper-tls v0.6.0
22412026-02-27T14:19:19.990Z Compiling signal-hook-mio v0.2.4
22422026-02-27T14:19:20.209Z Compiling cookie_store v0.22.1
22432026-02-27T14:19:20.248Z Compiling clap v4.5.48
22442026-02-27T14:19:20.414Z Compiling postgres-types v0.2.9
22452026-02-27T14:19:20.728Z Compiling dtrace-parser v0.2.0
22462026-02-27T14:19:20.761Z Compiling phf v0.11.2
22472026-02-27T14:19:20.875Z Compiling strum v0.27.2
22482026-02-27T14:19:21.265Z Compiling ed25519 v2.2.3
22492026-02-27T14:19:21.382Z Compiling hubpack v0.1.2
22502026-02-27T14:19:21.412Z Compiling bzip2 v0.5.2
22512026-02-27T14:19:21.588Z Compiling bzip2 v0.4.4
22522026-02-27T14:19:21.771Z Compiling bstr v1.10.0
22532026-02-27T14:19:21.815Z Compiling pkcs1 v0.7.5
22542026-02-27T14:19:22.018Z Compiling rfc6979 v0.4.0
22552026-02-27T14:19:22.047Z Compiling float-cmp v0.10.0
22562026-02-27T14:19:22.259Z Compiling serde-big-array v0.5.1
22572026-02-27T14:19:22.367Z Compiling structmeta-derive v0.3.0
22582026-02-27T14:19:22.711Z Compiling env_filter v0.1.2
22592026-02-27T14:19:22.789Z Compiling thread-id v4.2.2
22602026-02-27T14:19:22.943Z Compiling socket2 v0.5.10
22612026-02-27T14:19:23.066Z Compiling memmap2 v0.9.8
22622026-02-27T14:19:23.343Z Compiling keccak v0.1.5
22632026-02-27T14:19:23.421Z Compiling new_debug_unreachable v1.0.6
22642026-02-27T14:19:23.495Z Compiling rustc-hash v2.1.1
22652026-02-27T14:19:23.584Z Compiling static_assertions v1.1.0
22662026-02-27T14:19:23.776Z Compiling normalize-line-endings v0.3.0
22672026-02-27T14:19:23.854Z Compiling data-encoding v2.9.0
22682026-02-27T14:19:23.878Z Compiling fixedbitset v0.5.7
22692026-02-27T14:19:24.040Z Compiling whoami v1.5.2
22702026-02-27T14:19:24.595Z Compiling difflib v0.4.0
22712026-02-27T14:19:24.719Z Compiling toml_write v0.1.2
22722026-02-27T14:19:25.251Z Compiling radium v0.7.0
22732026-02-27T14:19:25.770Z Compiling jiff v0.2.15
22742026-02-27T14:19:25.841Z Compiling fixedbitset v0.4.2
22752026-02-27T14:19:25.905Z Compiling predicates-core v1.0.8
22762026-02-27T14:19:26.508Z Compiling precomputed-hash v0.1.1
22772026-02-27T14:19:26.609Z Compiling petgraph v0.6.5
22782026-02-27T14:19:26.700Z Compiling string_cache v0.8.9
22792026-02-27T14:19:27.408Z Compiling predicates v3.1.3
22802026-02-27T14:19:30.685Z Compiling toml_edit v0.22.27
22812026-02-27T14:19:31.700Z Compiling reqwest v0.12.28
22822026-02-27T14:19:32.731Z Compiling hickory-proto v0.25.2
22832026-02-27T14:19:34.698Z Compiling zip v4.2.0
22842026-02-27T14:19:36.032Z Compiling structmeta v0.3.0
22852026-02-27T14:19:36.507Z Compiling tokio-postgres v0.7.13
22862026-02-27T14:19:36.994Z Compiling petgraph v0.8.2
22872026-02-27T14:19:37.656Z Compiling iddqd v0.3.16
22882026-02-27T14:19:41.586Z Compiling sha3 v0.10.8
22892026-02-27T14:19:42.301Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22902026-02-27T14:19:42.353Z Compiling usdt v0.6.0
22912026-02-27T14:19:43.954Z Compiling env_logger v0.11.8
22922026-02-27T14:19:44.712Z Compiling serde_with v3.16.1
22932026-02-27T14:19:44.759Z Compiling similar v2.7.0
22942026-02-27T14:19:45.055Z Compiling rsa v0.9.8
22952026-02-27T14:19:45.847Z Compiling ecdsa v0.16.9
22962026-02-27T14:19:47.216Z Compiling zip v0.6.6
22972026-02-27T14:19:48.591Z Compiling ed25519-dalek v2.1.1
22982026-02-27T14:19:49.582Z Compiling reqwest v0.13.2
22992026-02-27T14:19:50.286Z Compiling crossterm v0.28.1
23002026-02-27T14:19:50.941Z Compiling crossbeam-epoch v0.9.18
23012026-02-27T14:19:51.099Z Compiling toml v0.7.8
23022026-02-27T14:19:51.928Z Compiling heck v0.4.1
23032026-02-27T14:19:52.304Z Compiling itertools v0.13.0
23042026-02-27T14:19:52.515Z Compiling itertools v0.10.5
23052026-02-27T14:19:52.597Z Compiling strum v0.26.3
23062026-02-27T14:19:53.326Z Compiling tokio-stream v0.1.17
23072026-02-27T14:19:54.439Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23082026-02-27T14:19:55.010Z Compiling x509-cert v0.2.5
23092026-02-27T14:19:56.089Z Compiling openapiv3 v2.2.0
23102026-02-27T14:19:56.424Z Compiling sha1 v0.10.6
23112026-02-27T14:19:57.062Z Compiling winnow v0.6.26
23122026-02-27T14:19:59.159Z Compiling lalrpop-util v0.19.12
23132026-02-27T14:19:59.356Z Compiling maybe-uninit v2.0.0
23142026-02-27T14:19:59.635Z Compiling peg-runtime v0.8.5
23152026-02-27T14:19:59.948Z Compiling tap v1.0.1
23162026-02-27T14:20:00.203Z Compiling wyz v0.5.1
23172026-02-27T14:20:01.013Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-02-27T14:20:15.096Z Compiling funty v2.0.0
23192026-02-27T14:20:18.878Z Compiling packed_struct v0.10.1
23202026-02-27T14:20:22.366Z Compiling bitvec v1.0.1
23212026-02-27T14:20:27.761Z Compiling packed_struct_codegen v0.10.1
23222026-02-27T14:20:27.785Z Compiling futures-executor v0.3.31
23232026-02-27T14:20:28.508Z Compiling bitfield-macros v0.19.2
23242026-02-27T14:20:28.974Z Compiling zerocopy-derive v0.6.6
23252026-02-27T14:20:30.510Z Compiling indexmap v1.9.3
23262026-02-27T14:20:30.673Z Compiling typeid v1.0.3
23272026-02-27T14:20:31.902Z Compiling crc-catalog v2.4.0
23282026-02-27T14:20:32.013Z Compiling nodrop v0.1.14
23292026-02-27T14:20:32.175Z Compiling crc v3.2.1
23302026-02-27T14:20:32.257Z Compiling array-init v0.0.4
23312026-02-27T14:20:33.078Z Compiling zerocopy v0.6.6
23322026-02-27T14:20:34.419Z Compiling bitfield v0.19.2
23332026-02-27T14:20:35.040Z Compiling futures v0.3.31
23342026-02-27T14:20:36.730Z Compiling smallvec v0.6.14
23352026-02-27T14:20:37.650Z Compiling derive-ex v0.1.8
23362026-02-27T14:20:41.367Z Compiling rustls v0.22.4
23372026-02-27T14:20:41.740Z Compiling hashbrown v0.12.3
23382026-02-27T14:20:42.047Z Compiling base64 v0.21.7
23392026-02-27T14:20:43.264Z Compiling ron v0.8.1
23402026-02-27T14:20:46.859Z Compiling test-strategy v0.4.3
23412026-02-27T14:20:49.418Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23422026-02-27T14:20:50.251Z Compiling serde-hex v0.1.0
23432026-02-27T14:20:56.305Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23442026-02-27T14:20:58.010Z Compiling toml v0.8.23
23452026-02-27T14:21:00.072Z Compiling hashbrown v0.13.2
23462026-02-27T14:21:02.956Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23472026-02-27T14:21:03.187Z Compiling xattr v1.3.1
23482026-02-27T14:21:03.264Z Compiling rustls-webpki v0.102.8
23492026-02-27T14:21:04.973Z Compiling pin-project-internal v1.1.6
23502026-02-27T14:21:06.403Z Compiling thread_local v1.1.8
23512026-02-27T14:21:07.094Z Compiling filetime v0.2.26
23522026-02-27T14:21:07.514Z Compiling multer v3.1.0
23532026-02-27T14:21:07.660Z Compiling match_cfg v0.1.0
23542026-02-27T14:21:09.103Z Compiling rayon-core v1.12.1
23552026-02-27T14:21:09.829Z Compiling slog-async v2.8.0
23562026-02-27T14:21:09.958Z Compiling crc-any v2.5.0
23572026-02-27T14:21:10.356Z Compiling same-file v1.0.6
23582026-02-27T14:21:12.082Z Compiling walkdir v2.5.0
23592026-02-27T14:21:13.417Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23602026-02-27T14:21:21.419Z Compiling hostname v0.3.1
23612026-02-27T14:21:22.156Z Compiling tar v0.4.44
23622026-02-27T14:21:25.831Z Compiling pin-project v1.1.6
23632026-02-27T14:21:27.977Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23642026-02-27T14:21:29.488Z Compiling object v0.30.4
23652026-02-27T14:21:30.393Z Compiling erased-serde v0.4.6
23662026-02-27T14:21:30.968Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23672026-02-27T14:21:32.501Z Compiling toml_parser v1.0.6+spec-1.1.0
23682026-02-27T14:21:32.563Z Compiling crossbeam-channel v0.5.15
23692026-02-27T14:21:34.252Z Compiling slog-json v2.6.1
23702026-02-27T14:21:35.669Z Compiling snafu-derive v0.8.5
23712026-02-27T14:21:35.715Z Compiling async-stream-impl v0.3.6
23722026-02-27T14:21:35.947Z Compiling ordered-float v2.10.1
23732026-02-27T14:21:36.725Z Compiling serde_spanned v1.0.4
23742026-02-27T14:21:36.831Z Compiling serde_path_to_error v0.1.20
23752026-02-27T14:21:37.010Z Compiling toml_datetime v0.7.5+spec-1.1.0
23762026-02-27T14:21:37.962Z Compiling is-terminal v0.4.13
23772026-02-27T14:21:38.148Z Compiling fs-err v2.11.0
23782026-02-27T14:21:38.197Z Compiling dropshot v0.16.7
23792026-02-27T14:21:38.504Z Compiling term v1.1.0
23802026-02-27T14:21:39.773Z Compiling take_mut v0.2.2
23812026-02-27T14:21:40.176Z Compiling debug-ignore v1.0.5
23822026-02-27T14:21:40.465Z Compiling toml_writer v1.0.6+spec-1.1.0
23832026-02-27T14:21:40.649Z Compiling path-slash v0.1.5
23842026-02-27T14:21:40.986Z Compiling toml v0.9.11+spec-1.1.0
23852026-02-27T14:21:41.238Z Compiling snafu v0.8.5
23862026-02-27T14:21:41.712Z Compiling slog-term v2.9.2
23872026-02-27T14:21:42.595Z Compiling async-stream v0.3.6
23882026-02-27T14:21:42.664Z Compiling serde-value v0.7.0
23892026-02-27T14:21:42.688Z Compiling slog-bunyan v2.5.0
23902026-02-27T14:21:43.032Z Compiling tokio-rustls v0.25.0
23912026-02-27T14:21:43.103Z Compiling serde-untagged v0.1.7
23922026-02-27T14:21:43.522Z Compiling globset v0.4.15
23932026-02-27T14:21:43.855Z Compiling crossbeam-deque v0.8.5
23942026-02-27T14:21:44.179Z Compiling camino-tempfile v1.4.1
23952026-02-27T14:21:44.301Z Compiling parse-display-derive v0.10.0
23962026-02-27T14:21:44.805Z Compiling olpc-cjson v0.1.4
23972026-02-27T14:21:44.997Z Compiling newtype-uuid-macros v0.1.0
23982026-02-27T14:21:45.262Z Compiling dropshot_endpoint v0.16.7
23992026-02-27T14:21:46.074Z Compiling waitgroup v0.1.2
24002026-02-27T14:21:46.363Z Compiling pem v3.0.5
24012026-02-27T14:21:46.559Z Compiling rustls-pemfile v2.2.0
24022026-02-27T14:21:47.125Z Compiling serde_plain v1.0.2
24032026-02-27T14:21:47.340Z Compiling async-recursion v1.1.1
24042026-02-27T14:21:47.530Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24052026-02-27T14:21:47.724Z Compiling blake3 v1.5.4
24062026-02-27T14:21:47.762Z Compiling hostname v0.4.2
24072026-02-27T14:21:48.068Z Compiling half v2.4.1
24082026-02-27T14:21:48.241Z Compiling instant v0.1.13
24092026-02-27T14:21:48.351Z Compiling ciborium-io v0.2.2
24102026-02-27T14:21:48.532Z Compiling typed-path v0.9.3
24112026-02-27T14:21:48.557Z Compiling unicode-xid v0.2.6
24122026-02-27T14:21:48.613Z Compiling ciborium-ll v0.2.2
24132026-02-27T14:21:48.767Z Compiling cargo-util-schemas v0.8.2
24142026-02-27T14:21:48.849Z Compiling backoff v0.4.0
24152026-02-27T14:21:49.318Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24162026-02-27T14:21:49.605Z Compiling parse-display v0.10.0
24172026-02-27T14:21:49.630Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24182026-02-27T14:21:50.118Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24192026-02-27T14:21:51.519Z Compiling tough v0.20.0
24202026-02-27T14:21:51.651Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24212026-02-27T14:21:53.100Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24222026-02-27T14:21:53.145Z Compiling progenitor-client v0.13.0
24232026-02-27T14:21:53.620Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24242026-02-27T14:21:53.920Z Compiling itertools v0.14.0
24252026-02-27T14:21:54.053Z Compiling progenitor-client v0.10.0
24262026-02-27T14:21:54.979Z Compiling backon v1.6.0
24272026-02-27T14:21:55.270Z Compiling cargo-platform v0.2.0
24282026-02-27T14:21:55.475Z Compiling macaddr v1.0.1
24292026-02-27T14:21:56.081Z Compiling regress v0.10.5
24302026-02-27T14:21:56.318Z Compiling arrayref v0.3.9
24312026-02-27T14:21:56.476Z Compiling parse-size v1.1.0
24322026-02-27T14:21:56.501Z Compiling constant_time_eq v0.3.1
24332026-02-27T14:21:56.739Z Compiling arrayvec v0.7.6
24342026-02-27T14:21:56.847Z Compiling indent_write v2.2.0
24352026-02-27T14:21:57.124Z Compiling cargo_metadata v0.21.0
24362026-02-27T14:21:57.364Z Compiling ciborium v0.2.2
24372026-02-27T14:21:59.176Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24382026-02-27T14:21:59.476Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24392026-02-27T14:22:00.602Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24402026-02-27T14:22:05.380Z Compiling topological-sort v0.2.2
24412026-02-27T14:22:05.741Z Compiling display-error-chain v0.2.2
24422026-02-27T14:22:06.033Z Compiling omicron-zone-package v0.12.2
24432026-02-27T14:22:07.140Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24442026-02-27T14:22:07.810Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24452026-02-27T14:22:11.177Z Compiling shell-words v1.1.0
24462026-02-27T14:22:18.479Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24472026-02-27T14:22:31.007Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24482026-02-27T14:22:53.221Z Finished `release` profile [optimized] target(s) in 6m 32s
24492026-02-27T14:22:53.402Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24502026-02-27T14:22:53.491ZFeb 27 14:22:53.304 DEBG changing working directory to /work/oxidecomputer/omicron
24512026-02-27T14:22:53.688ZFeb 27 14:22:53.502 DEBG running: git rev-parse HEAD
24522026-02-27T14:22:53.713ZFeb 27 14:22:53.507 DEBG process exited with exit status: 0 (4.842965ms)
24532026-02-27T14:22:53.713ZFeb 27 14:22:53.507 INFO version: 19.0.0-0.ci+gitdaae34fbbd1
24542026-02-27T14:22:53.713ZFeb 27 14:22:53.520 INFO cloning helios to /work/oxidecomputer/helios
24552026-02-27T14:22:53.713ZFeb 27 14:22:53.520 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24562026-02-27T14:22:53.713ZCloning into '/work/oxidecomputer/helios'...
24572026-02-27T14:22:54.619ZFeb 27 14:22:54.433 DEBG process exited with exit status: 0 (913.224428ms)
24582026-02-27T14:22:54.620ZFeb 27 14:22:54.433 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24592026-02-27T14:22:54.645ZFeb 27 14:22:54.442 DEBG process exited with exit status: 0 (8.782113ms)
24602026-02-27T14:22:54.645ZFeb 27 14:22:54.442 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24612026-02-27T14:22:56.762ZFeb 27 14:22:56.575 DEBG process exited with exit status: 0 (2.133377562s)
24622026-02-27T14:22:56.762ZFeb 27 14:22:56.576 DEBG running: zfs list rpool/images/build/host
24632026-02-27T14:22:56.786ZNAME USED AVAIL REFER MOUNTPOINT
24642026-02-27T14:22:56.786Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24652026-02-27T14:22:56.786ZFeb 27 14:22:56.583 DEBG process exited with exit status: 0 (7.91566ms)
24662026-02-27T14:22:56.786ZFeb 27 14:22:56.583 DEBG running: zfs list rpool/images/build/recovery
24672026-02-27T14:22:56.786ZNAME USED AVAIL REFER MOUNTPOINT
24682026-02-27T14:22:56.787Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
24692026-02-27T14:22:56.787ZFeb 27 14:22:56.591 DEBG process exited with exit status: 0 (7.38444ms)
24702026-02-27T14:22:56.787ZFeb 27 14:22:56.592 INFO [incorp-manifest] running task
24712026-02-27T14:22:56.787ZFeb 27 14:22:56.592 INFO [hubris-staging] running task
24722026-02-27T14:22:56.787ZFeb 27 14:22:56.593 INFO [hubris-production] running task
24732026-02-27T14:22:56.787ZFeb 27 14:22:56.593 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24742026-02-27T14:22:56.787ZFeb 27 14:22:56.594 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24752026-02-27T14:22:56.787ZFeb 27 14:22:56.595 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
24762026-02-27T14:22:56.787ZFeb 27 14:22:56.597 INFO [incorp-create] running: pkgrepo create /work/incorporation
24772026-02-27T14:22:56.929Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24782026-02-27T14:22:57.346ZFeb 27 14:22:57.160 INFO [incorp-create] process exited with exit status: 0 (564.775093ms)
24792026-02-27T14:22:57.371ZFeb 27 14:22:57.161 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24802026-02-27T14:22:57.844ZFeb 27 14:22:57.658 INFO [incorp-publisher] process exited with exit status: 0 (496.836134ms)
24812026-02-27T14:22:57.943Z[ omicron-package] Blocking waiting for file lock on package cache
24822026-02-27T14:22:58.767Z[ omicron-package] Blocking waiting for file lock on package cache
24832026-02-27T14:22:59.201Z[ omicron-package] Blocking waiting for file lock on package cache
24842026-02-27T14:23:00.144Z[ omicron-package] Compiling ring v0.17.14
24852026-02-27T14:23:00.390Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24862026-02-27T14:23:00.415Z[ omicron-package] Compiling itertools v0.14.0
24872026-02-27T14:23:00.443Z[ omicron-package] Compiling heapless v0.8.0
24882026-02-27T14:23:00.470Z[ omicron-package] Compiling hash32 v0.3.1
24892026-02-27T14:23:00.496Z[ omicron-package] Compiling smoltcp v0.11.0
24902026-02-27T14:23:00.496Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24912026-02-27T14:23:02.016Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24922026-02-27T14:23:02.121Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24932026-02-27T14:23:02.889Z[ omicron-package] Compiling cobs v0.2.3
24942026-02-27T14:23:03.052Z[ omicron-package] Compiling num_enum_derive v0.5.11
24952026-02-27T14:23:03.535Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24962026-02-27T14:23:03.617Z[ omicron-package] Compiling postcard v1.0.10
24972026-02-27T14:23:04.348Z[ omicron-package] Compiling proc-macro-error v1.0.4
24982026-02-27T14:23:05.273Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24992026-02-27T14:23:05.442Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25002026-02-27T14:23:05.592Z[ omicron-package] Compiling unicode-width v0.1.14
25012026-02-27T14:23:06.513ZFeb 27 14:23:06.327 INFO [hubris-production] task succeeded (9.734467789s)
25022026-02-27T14:23:06.578Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25032026-02-27T14:23:07.094Z[ omicron-package] Compiling tabwriter v1.4.0
25042026-02-27T14:23:07.404Z[ omicron-package] Compiling num_enum v0.5.11
25052026-02-27T14:23:07.878Z[ omicron-package] Compiling rustls v0.23.37
25062026-02-27T14:23:07.921Z[ omicron-package] Compiling ingot-macros v0.1.1
25072026-02-27T14:23:08.004Z[ omicron-package] Compiling foreign-types v0.5.0
25082026-02-27T14:23:08.899Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25092026-02-27T14:23:09.240Z[ omicron-package] Compiling cstr-argument v0.1.2
25102026-02-27T14:23:09.914Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25112026-02-27T14:23:10.020Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25122026-02-27T14:23:10.784Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25132026-02-27T14:23:10.873Z[ omicron-package] Compiling pretty-hex v0.2.1
25142026-02-27T14:23:11.451Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25152026-02-27T14:23:11.853Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25162026-02-27T14:23:12.321Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25172026-02-27T14:23:12.568Z[ omicron-package] Compiling rayon v1.10.0
25182026-02-27T14:23:13.062Z[ omicron-package] Compiling colored v2.2.0
25192026-02-27T14:23:13.801Z[ omicron-package] Compiling rustls-webpki v0.103.9
25202026-02-27T14:23:14.053Z[ omicron-package] Compiling nix v0.30.1
25212026-02-27T14:23:15.359Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25222026-02-27T14:23:15.723Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25232026-02-27T14:23:17.664Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25242026-02-27T14:23:18.257Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25252026-02-27T14:23:18.717Z[ omicron-package] Compiling ingot-types v0.1.2
25262026-02-27T14:23:18.994Z[ omicron-package] Compiling itertools v0.12.1
25272026-02-27T14:23:19.349Z[ omicron-package] Compiling secrecy v0.10.3
25282026-02-27T14:23:19.508Z[ omicron-package] Compiling sigpipe v0.1.3
25292026-02-27T14:23:19.797Z[ omicron-package] Compiling num-derive v0.4.2
25302026-02-27T14:23:19.863Z[ omicron-package] Compiling glob v0.3.2
25312026-02-27T14:23:20.060Z[ omicron-package] Compiling ingot v0.1.1
25322026-02-27T14:23:20.419Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25332026-02-27T14:23:21.356Z[ omicron-package] Compiling rustls v0.22.4
25342026-02-27T14:23:21.449Z[ omicron-package] Compiling libefi-sys v0.1.0
25352026-02-27T14:23:22.503Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25362026-02-27T14:23:22.657Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25372026-02-27T14:23:24.579Z[ omicron-package] Compiling zone v0.3.1
25382026-02-27T14:23:24.853Z[ omicron-package] Compiling usdt-macro v0.5.0
25392026-02-27T14:23:25.258Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25402026-02-27T14:23:27.242Z[ omicron-package] Compiling tokio-rustls v0.26.0
25412026-02-27T14:23:27.288Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25422026-02-27T14:23:27.913Z[ omicron-package] Compiling hyper-rustls v0.27.7
25432026-02-27T14:23:27.941Z[ omicron-package] Compiling rustls-webpki v0.102.8
25442026-02-27T14:23:28.033Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25452026-02-27T14:23:29.387Z[ omicron-package] Compiling reqwest v0.13.2
25462026-02-27T14:23:30.098Z[ omicron-package] Compiling reqwest v0.12.28
25472026-02-27T14:23:33.759Z[ omicron-package] Compiling smf v0.2.3
25482026-02-27T14:23:34.597Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25492026-02-27T14:23:35.026Z[ omicron-package] Compiling memmap v0.7.0
25502026-02-27T14:23:35.506Z[ omicron-package] Compiling bitfield-struct v0.6.2
25512026-02-27T14:23:35.768Z[ omicron-package] Compiling usdt v0.5.0
25522026-02-27T14:23:37.709Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-02-27T14:23:37.879Z[ omicron-package] Compiling unicode-width v0.2.0
25542026-02-27T14:23:38.004Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-02-27T14:23:38.314Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-02-27T14:23:39.018Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25572026-02-27T14:23:39.018Z[ omicron-package] Compiling console v0.16.0
25582026-02-27T14:23:39.120Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-02-27T14:23:40.887Z[ omicron-package] Compiling tokio-rustls v0.25.0
25602026-02-27T14:23:40.969Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25612026-02-27T14:23:41.539Z[ omicron-package] Compiling gethostname v0.5.0
25622026-02-27T14:23:41.706Z[ omicron-package] Compiling dropshot v0.16.7
25632026-02-27T14:23:41.731Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25642026-02-27T14:23:41.731Z[ helios-setup] --> src/main.rs:79:10
25652026-02-27T14:23:41.732Z[ helios-setup] |
25662026-02-27T14:23:41.732Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25672026-02-27T14:23:41.732Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25682026-02-27T14:23:41.732Z[ helios-setup] | |
25692026-02-27T14:23:41.732Z[ helios-setup] | the lifetime is elided here
25702026-02-27T14:23:41.732Z[ helios-setup] |
25712026-02-27T14:23:41.732Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25722026-02-27T14:23:41.732Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25732026-02-27T14:23:41.732Z[ helios-setup] help: use `'_` for type paths
25742026-02-27T14:23:41.732Z[ helios-setup] |
25752026-02-27T14:23:41.732Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25762026-02-27T14:23:41.732Z[ helios-setup] | ++++
25772026-02-27T14:23:41.732Z[ helios-setup]
25782026-02-27T14:23:41.877Z[ omicron-package] Compiling unit-prefix v0.5.1
25792026-02-27T14:23:41.937Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25802026-02-27T14:23:42.298Z[ omicron-package] Compiling indicatif v0.18.0
25812026-02-27T14:23:42.378Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25822026-02-27T14:23:42.809Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25832026-02-27T14:23:44.188Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25842026-02-27T14:23:44.735ZFeb 27 14:23:44.549 INFO [hubris-staging] task succeeded (47.956656464s)
25852026-02-27T14:23:50.778Z[ helios-setup] Feb 27 14:23:50.592 INFO helios repository root is: /work/oxidecomputer/helios
25862026-02-27T14:23:50.803Z[ helios-setup] Feb 27 14:23:50.594 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
25872026-02-27T14:23:50.803Z[ helios-setup] Feb 27 14:23:50.595 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25882026-02-27T14:23:50.803Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25892026-02-27T14:23:50.803Z[ omicron-package] Compiling progenitor-client v0.13.0
25902026-02-27T14:23:52.108Z[ omicron-package] Compiling progenitor-client v0.10.0
25912026-02-27T14:23:53.285Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25922026-02-27T14:23:55.887Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25932026-02-27T14:24:00.785Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25942026-02-27T14:24:01.025Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25952026-02-27T14:24:05.582Z[ helios-setup] Feb 27 14:24:05.396 INFO clone ok!, project: amd-firmware
25962026-02-27T14:24:05.582Z[ helios-setup] Feb 27 14:24:05.396 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
25972026-02-27T14:24:05.608Z[ helios-setup] Feb 27 14:24:05.396 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25982026-02-27T14:24:05.608Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25992026-02-27T14:24:06.398Z[ helios-setup] Feb 27 14:24:06.212 INFO clone ok!, project: pinprick
26002026-02-27T14:24:06.398Z[ helios-setup] Feb 27 14:24:06.212 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
26012026-02-27T14:24:06.422Z[ helios-setup] Feb 27 14:24:06.212 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26022026-02-27T14:24:06.422Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26032026-02-27T14:24:07.884Z[ helios-setup] Feb 27 14:24:07.698 INFO clone ok!, project: chelsio-t6-roms
26042026-02-27T14:24:07.908Z[ helios-setup] Feb 27 14:24:07.698 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
26052026-02-27T14:24:07.908Z[ helios-setup] Feb 27 14:24:07.698 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26062026-02-27T14:24:07.908Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26072026-02-27T14:24:09.429Z[ helios-setup] Feb 27 14:24:09.242 INFO clone ok!, project: pilot
26082026-02-27T14:24:09.429Z[ helios-setup] Feb 27 14:24:09.243 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26092026-02-27T14:24:09.454Z[ helios-setup] Feb 27 14:24:09.243 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26102026-02-27T14:24:09.454Z[ helios-setup] Feb 27 14:24:09.243 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26112026-02-27T14:24:09.454Z[ helios-setup] Feb 27 14:24:09.243 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
26122026-02-27T14:24:09.454Z[ helios-setup] Feb 27 14:24:09.243 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26132026-02-27T14:24:09.454Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26142026-02-27T14:24:10.353Z[ helios-setup] Feb 27 14:24:10.167 INFO clone ok!, project: image-builder
26152026-02-27T14:24:10.353Z[ helios-setup] Feb 27 14:24:10.167 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
26162026-02-27T14:24:10.377Z[ helios-setup] Feb 27 14:24:10.167 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26172026-02-27T14:24:10.377Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26182026-02-27T14:24:11.320Z[ helios-setup] Feb 27 14:24:11.133 INFO clone ok!, project: phbl
26192026-02-27T14:24:11.320Z[ helios-setup] Feb 27 14:24:11.133 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
26202026-02-27T14:24:11.320Z[ helios-setup] Feb 27 14:24:11.133 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
26212026-02-27T14:24:11.345Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26222026-02-27T14:24:11.916ZFeb 27 14:24:11.730 DEBG process exited with exit status: 0 (75.13660749s)
26232026-02-27T14:24:11.941ZFeb 27 14:24:11.732 INFO [incorp-manifest] task succeeded (75.139846904s)
26242026-02-27T14:24:11.941ZFeb 27 14:24:11.732 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26252026-02-27T14:24:12.345ZFeb 27 14:24:12.159 INFO [incorp-fmt] process exited with exit status: 0 (426.781462ms)
26262026-02-27T14:24:12.370ZFeb 27 14:24:12.160 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26272026-02-27T14:24:12.896Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260227T142412Z
26282026-02-27T14:24:12.896Z[ incorp-pkgsend] PUBLISHED
26292026-02-27T14:24:12.939Z[ helios-setup] Feb 27 14:24:12.753 INFO clone ok!, project: amd-host-image-builder
26302026-02-27T14:24:12.939Z[ helios-setup] Feb 27 14:24:12.753 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
26312026-02-27T14:24:12.963Z[ helios-setup] Feb 27 14:24:12.753 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26322026-02-27T14:24:12.964Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26332026-02-27T14:24:12.988ZFeb 27 14:24:12.792 INFO [incorp-pkgsend] process exited with exit status: 0 (632.209726ms)
26342026-02-27T14:24:12.988ZFeb 27 14:24:12.792 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26352026-02-27T14:24:13.385Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26362026-02-27T14:24:13.409Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26372026-02-27T14:24:13.477Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26382026-02-27T14:24:13.477Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26392026-02-27T14:24:13.477Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26402026-02-27T14:24:13.502Z[ helios-incorp]
26412026-02-27T14:24:13.502Z[ helios-incorp] Archiving packages ...
26422026-02-27T14:24:13.502Z[ helios-incorp] Packages to add: 1
26432026-02-27T14:24:13.502Z[ helios-incorp] Files to retrieve: 0
26442026-02-27T14:24:13.502Z[ helios-incorp] Estimated transfer size: 0.00 B
26452026-02-27T14:24:13.502Z[ helios-incorp]
26462026-02-27T14:24:13.502Z[ helios-incorp] Packages to archive:
26472026-02-27T14:24:13.502Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260227T142412Z
26482026-02-27T14:24:13.502Z[ helios-incorp]
26492026-02-27T14:24:13.502Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26502026-02-27T14:24:13.502Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26512026-02-27T14:24:13.562ZFeb 27 14:24:13.376 INFO [helios-incorp] process exited with exit status: 0 (583.900936ms)
26522026-02-27T14:24:14.088Z[ helios-setup] Feb 27 14:24:13.902 INFO clone ok!, project: dmar-report
26532026-02-27T14:24:14.088Z[ helios-setup] Feb 27 14:24:13.902 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
26542026-02-27T14:24:14.114Z[ helios-setup] Feb 27 14:24:13.902 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26552026-02-27T14:24:14.114Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26562026-02-27T14:24:14.946Z[ helios-setup] Feb 27 14:24:14.760 INFO clone ok!, project: bootserver
26572026-02-27T14:24:14.970Z[ helios-setup] Feb 27 14:24:14.760 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26582026-02-27T14:24:15.563Z[ helios-setup] Feb 27 14:24:15.377 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26592026-02-27T14:24:16.158Z[ helios-setup] Feb 27 14:24:15.973 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26602026-02-27T14:24:16.158Z[ helios-setup] Feb 27 14:24:15.973 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26612026-02-27T14:24:16.655Z[ helios-setup] Feb 27 14:24:16.468 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26622026-02-27T14:24:17.256Z[ helios-setup] Feb 27 14:24:17.070 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26632026-02-27T14:24:17.256Z[ helios-setup] Feb 27 14:24:17.071 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26642026-02-27T14:24:17.836Z[ helios-setup] Feb 27 14:24:17.650 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26652026-02-27T14:24:18.344Z[ helios-setup] Feb 27 14:24:18.157 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26662026-02-27T14:24:18.344Z[ helios-setup] Feb 27 14:24:18.158 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26672026-02-27T14:24:18.368Z[ helios-setup] Feb 27 14:24:18.158 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26682026-02-27T14:24:18.368Z[ helios-setup] Feb 27 14:24:18.158 INFO ok!
26692026-02-27T14:24:18.369Z[ helios-setup] Feb 27 14:24:18.158 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26702026-02-27T14:24:18.369Z[ helios-setup] Feb 27 14:24:18.158 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26712026-02-27T14:24:18.369Z[ helios-setup] Feb 27 14:24:18.158 INFO ok!
26722026-02-27T14:24:18.369Z[ helios-setup] Feb 27 14:24:18.158 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26732026-02-27T14:24:18.369Z[ helios-setup] Feb 27 14:24:18.158 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26742026-02-27T14:24:18.369Z[ helios-setup] Feb 27 14:24:18.158 INFO ok!
26752026-02-27T14:24:18.369Z[ helios-setup] Feb 27 14:24:18.158 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26762026-02-27T14:24:18.453Z[ helios-setup] Feb 27 14:24:18.267 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
26772026-02-27T14:24:18.453Z[ helios-setup] Feb 27 14:24:18.267 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26782026-02-27T14:24:18.478Z[ helios-setup] Feb 27 14:24:18.267 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26792026-02-27T14:24:18.921Z[ helios-setup] Feb 27 14:24:18.734 INFO E| Downloading crates ...
26802026-02-27T14:24:18.952Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26812026-02-27T14:24:18.979Z[ helios-setup] Feb 27 14:24:18.793 INFO E| Downloaded miniz_oxide v0.8.8
26822026-02-27T14:24:19.068Z[ helios-setup] Feb 27 14:24:18.882 INFO E| Compiling adler2 v2.0.0
26832026-02-27T14:24:19.242Z[ helios-setup] Feb 27 14:24:19.056 INFO E| Compiling miniz_oxide v0.8.8
26842026-02-27T14:24:20.458Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26852026-02-27T14:24:21.567Z[ helios-setup] Feb 27 14:24:21.381 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26862026-02-27T14:24:22.478Z[ helios-setup] Feb 27 14:24:22.293 INFO E| Finished `release` profile [optimized] target(s) in 3.89s
26872026-02-27T14:24:22.503Z[ helios-setup] Feb 27 14:24:22.306 INFO building project "pinprick" ok (4 seconds)
26882026-02-27T14:24:22.503Z[ helios-setup] Feb 27 14:24:22.306 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26892026-02-27T14:24:22.613Z[ helios-setup] Feb 27 14:24:22.425 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
26902026-02-27T14:24:22.613Z[ helios-setup] Feb 27 14:24:22.426 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26912026-02-27T14:24:22.613Z[ helios-setup] Feb 27 14:24:22.426 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26922026-02-27T14:24:22.874Z[ helios-setup] Feb 27 14:24:22.688 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26932026-02-27T14:24:23.375Z[ helios-setup] Feb 27 14:24:23.189 INFO E| From https://github.com/jclulow/hiercmd
26942026-02-27T14:24:23.375Z[ helios-setup] Feb 27 14:24:23.189 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26952026-02-27T14:24:23.400Z[ helios-setup] Feb 27 14:24:23.209 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26962026-02-27T14:24:23.900Z[ helios-setup] Feb 27 14:24:23.714 INFO E| From https://github.com/oxidecomputer/network-interface
26972026-02-27T14:24:23.900Z[ helios-setup] Feb 27 14:24:23.714 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26982026-02-27T14:24:23.925Z[ helios-setup] Feb 27 14:24:23.736 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26992026-02-27T14:24:24.338Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27002026-02-27T14:24:24.434Z[ helios-setup] Feb 27 14:24:24.247 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27012026-02-27T14:24:24.434Z[ helios-setup] Feb 27 14:24:24.247 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27022026-02-27T14:24:24.480Z[ helios-setup] Feb 27 14:24:24.294 INFO E| Updating crates.io index
27032026-02-27T14:24:24.712Z[ helios-setup] Feb 27 14:24:24.526 INFO E| Downloading crates ...
27042026-02-27T14:24:24.879Z[ helios-setup] Feb 27 14:24:24.693 INFO E| Downloaded zeroize v1.8.2
27052026-02-27T14:24:24.904Z[ helios-setup] Feb 27 14:24:24.713 INFO E| Downloaded time-core v0.1.6
27062026-02-27T14:24:24.904Z[ helios-setup] Feb 27 14:24:24.715 INFO E| Downloaded thiserror v2.0.17
27072026-02-27T14:24:24.928Z[ helios-setup] Feb 27 14:24:24.742 INFO E| Downloaded toml_writer v1.0.4
27082026-02-27T14:24:24.952Z[ helios-setup] Feb 27 14:24:24.745 INFO E| Downloaded uuid v1.18.1
27092026-02-27T14:24:24.952Z[ helios-setup] Feb 27 14:24:24.750 INFO E| Downloaded proc-macro2 v1.0.103
27102026-02-27T14:24:24.952Z[ helios-setup] Feb 27 14:24:24.755 INFO E| Downloaded unicode-ident v1.0.22
27112026-02-27T14:24:24.952Z[ helios-setup] Feb 27 14:24:24.760 INFO E| Downloaded typenum v1.19.0
27122026-02-27T14:24:24.952Z[ helios-setup] Feb 27 14:24:24.765 INFO E| Downloaded time v0.3.44
27132026-02-27T14:24:24.977Z[ helios-setup] Feb 27 14:24:24.775 INFO E| Downloaded num-bigint-dig v0.8.4
27142026-02-27T14:24:25.001Z[ helios-setup] Feb 27 14:24:24.794 INFO E| Downloaded mio v1.1.0
27152026-02-27T14:24:25.001Z[ helios-setup] Feb 27 14:24:24.802 INFO E| Downloaded winnow v0.7.13
27162026-02-27T14:24:25.001Z[ helios-setup] Feb 27 14:24:24.814 INFO E| Downloaded clap_builder v4.5.51
27172026-02-27T14:24:25.026Z[ helios-setup] Feb 27 14:24:24.823 INFO E| Downloaded indexmap v2.12.0
27182026-02-27T14:24:25.026Z[ helios-setup] Feb 27 14:24:24.830 INFO E| Downloaded hashbrown v0.16.0
27192026-02-27T14:24:25.026Z[ helios-setup] Feb 27 14:24:24.839 INFO E| Downloaded serde_json v1.0.145
27202026-02-27T14:24:25.050Z[ helios-setup] Feb 27 14:24:24.849 INFO E| Downloaded unicode-width v0.2.2
27212026-02-27T14:24:25.105Z[ helios-setup] Feb 27 14:24:24.920 INFO E| Downloaded syn v2.0.108
27222026-02-27T14:24:25.130Z[ helios-setup] Feb 27 14:24:24.935 INFO E| Downloaded toml_edit v0.23.7
27232026-02-27T14:24:25.130Z[ helios-setup] Feb 27 14:24:24.939 INFO E| Downloaded toml v0.9.8
27242026-02-27T14:24:25.154Z[ helios-setup] Feb 27 14:24:24.945 INFO E| Downloaded term v1.2.0
27252026-02-27T14:24:25.154Z[ helios-setup] Feb 27 14:24:24.949 INFO E| Downloaded ryu v1.0.20
27262026-02-27T14:24:25.154Z[ helios-setup] Feb 27 14:24:24.953 INFO E| Downloaded log v0.4.28
27272026-02-27T14:24:25.154Z[ helios-setup] Feb 27 14:24:24.956 INFO E| Downloaded autocfg v1.5.0
27282026-02-27T14:24:25.154Z[ helios-setup] Feb 27 14:24:24.959 INFO E| Downloaded toml_parser v1.0.4
27292026-02-27T14:24:25.154Z[ helios-setup] Feb 27 14:24:24.963 INFO E| Downloaded toml_datetime v0.7.3
27302026-02-27T14:24:25.154Z[ helios-setup] Feb 27 14:24:24.965 INFO E| Downloaded time-macros v0.2.24
27312026-02-27T14:24:25.154Z[ helios-setup] Feb 27 14:24:24.968 INFO E| Downloaded quote v1.0.41
27322026-02-27T14:24:25.179Z[ helios-setup] Feb 27 14:24:24.971 INFO E| Downloaded parking_lot v0.12.5
27332026-02-27T14:24:25.179Z[ helios-setup] Feb 27 14:24:24.975 INFO E| Downloaded is-terminal v0.4.17
27342026-02-27T14:24:25.179Z[ helios-setup] Feb 27 14:24:24.976 INFO E| Downloaded rustix v1.1.2
27352026-02-27T14:24:25.203Z[ helios-setup] Feb 27 14:24:25.005 INFO E| Downloaded iana-time-zone v0.1.64
27362026-02-27T14:24:25.203Z[ helios-setup] Feb 27 14:24:25.009 INFO E| Downloaded tls_codec_derive v0.4.2
27372026-02-27T14:24:25.203Z[ helios-setup] Feb 27 14:24:25.011 INFO E| Downloaded tls_codec v0.4.2
27382026-02-27T14:24:25.203Z[ helios-setup] Feb 27 14:24:25.014 INFO E| Downloaded thread_local v1.1.9
27392026-02-27T14:24:25.204Z[ helios-setup] Feb 27 14:24:25.016 INFO E| Downloaded thiserror-impl v2.0.17
27402026-02-27T14:24:25.228Z[ helios-setup] Feb 27 14:24:25.018 INFO E| Downloaded memchr v2.7.6
27412026-02-27T14:24:25.228Z[ helios-setup] Feb 27 14:24:25.024 INFO E| Downloaded slab v0.4.11
27422026-02-27T14:24:25.228Z[ helios-setup] Feb 27 14:24:25.025 INFO E| Downloaded proc-macro-crate v3.4.0
27432026-02-27T14:24:25.228Z[ helios-setup] Feb 27 14:24:25.027 INFO E| Downloaded ppv-lite86 v0.2.21
27442026-02-27T14:24:25.229Z[ helios-setup] Feb 27 14:24:25.029 INFO E| Downloaded pkg-config v0.3.32
27452026-02-27T14:24:25.229Z[ helios-setup] Feb 27 14:24:25.031 INFO E| Downloaded libc v0.2.177
27462026-02-27T14:24:25.253Z[ helios-setup] Feb 27 14:24:25.060 INFO E| Downloaded miniz_oxide v0.8.9
27472026-02-27T14:24:25.253Z[ helios-setup] Feb 27 14:24:25.063 INFO E| Downloaded libm v0.2.15
27482026-02-27T14:24:25.278Z[ helios-setup] Feb 27 14:24:25.076 INFO E| Downloaded tokio v1.48.0
27492026-02-27T14:24:25.312Z[ helios-setup] Feb 27 14:24:25.126 INFO E| Downloaded itoa v1.0.15
27502026-02-27T14:24:25.337Z[ helios-setup] Feb 27 14:24:25.128 INFO E| Downloaded flagset v0.4.7
27512026-02-27T14:24:25.337Z[ helios-setup] Feb 27 14:24:25.130 INFO E| Downloaded env_filter v0.1.4
27522026-02-27T14:24:25.337Z[ helios-setup] Feb 27 14:24:25.133 INFO E| Downloaded clap_lex v0.7.6
27532026-02-27T14:24:25.337Z[ helios-setup] Feb 27 14:24:25.135 INFO E| Downloaded bitfield v0.19.3
27542026-02-27T14:24:25.337Z[ helios-setup] Feb 27 14:24:25.138 INFO E| Downloaded base64ct v1.8.0
27552026-02-27T14:24:25.337Z[ helios-setup] Feb 27 14:24:25.143 INFO E| Downloaded terminal_size v0.4.3
27562026-02-27T14:24:25.337Z[ helios-setup] Feb 27 14:24:25.146 INFO E| Downloaded signal-hook-registry v1.4.6
27572026-02-27T14:24:25.337Z[ helios-setup] Feb 27 14:24:25.148 INFO E| Downloaded serde_spanned v1.0.3
27582026-02-27T14:24:25.337Z[ helios-setup] Feb 27 14:24:25.150 INFO E| Downloaded pin-project-lite v0.2.16
27592026-02-27T14:24:25.362Z[ helios-setup] Feb 27 14:24:25.159 INFO E| Downloaded num_enum v0.7.5
27602026-02-27T14:24:25.362Z[ helios-setup] Feb 27 14:24:25.176 INFO E| Downloaded libdevinfo-sys v1.1.0
27612026-02-27T14:24:25.387Z[ helios-setup] Feb 27 14:24:25.177 INFO E| Downloaded is_terminal_polyfill v1.70.2
27622026-02-27T14:24:25.387Z[ helios-setup] Feb 27 14:24:25.180 INFO E| Downloaded iddqd v0.3.14
27632026-02-27T14:24:25.387Z[ helios-setup] Feb 27 14:24:25.194 INFO E| Downloaded getopts v0.2.24
27642026-02-27T14:24:25.387Z[ helios-setup] Feb 27 14:24:25.197 INFO E| Downloaded generic-array v0.14.9
27652026-02-27T14:24:25.388Z[ helios-setup] Feb 27 14:24:25.200 INFO E| Downloaded futures-core v0.3.31
27662026-02-27T14:24:25.412Z[ helios-setup] Feb 27 14:24:25.202 INFO E| Downloaded flate2 v1.1.5
27672026-02-27T14:24:25.412Z[ helios-setup] Feb 27 14:24:25.208 INFO E| Downloaded find-msvc-tools v0.1.4
27682026-02-27T14:24:25.412Z[ helios-setup] Feb 27 14:24:25.210 INFO E| Downloaded errno v0.3.14
27692026-02-27T14:24:25.412Z[ helios-setup] Feb 27 14:24:25.212 INFO E| Downloaded devinfo v0.1.0
27702026-02-27T14:24:25.412Z[ helios-setup] Feb 27 14:24:25.214 INFO E| Downloaded deranged v0.5.5
27712026-02-27T14:24:25.412Z[ helios-setup] Feb 27 14:24:25.216 INFO E| Downloaded crc32fast v1.5.0
27722026-02-27T14:24:25.412Z[ helios-setup] Feb 27 14:24:25.219 INFO E| Downloaded clap_derive v4.5.49
27732026-02-27T14:24:25.412Z[ helios-setup] Feb 27 14:24:25.222 INFO E| Downloaded clap v4.5.51
27742026-02-27T14:24:25.437Z[ helios-setup] Feb 27 14:24:25.234 INFO E| Downloaded chrono v0.4.42
27752026-02-27T14:24:25.437Z[ helios-setup] Feb 27 14:24:25.244 INFO E| Downloaded cc v1.2.44
27762026-02-27T14:24:25.437Z[ helios-setup] Feb 27 14:24:25.248 INFO E| Downloaded bytes v1.10.1
27772026-02-27T14:24:25.462Z[ helios-setup] Feb 27 14:24:25.253 INFO E| Downloaded bitflags v2.10.0
27782026-02-27T14:24:25.462Z[ helios-setup] Feb 27 14:24:25.259 INFO E| Downloaded bitfield-macros v0.19.3
27792026-02-27T14:24:25.462Z[ helios-setup] Feb 27 14:24:25.260 INFO E| Downloaded anyhow v1.0.100
27802026-02-27T14:24:25.462Z[ helios-setup] Feb 27 14:24:25.265 INFO E| Downloaded anstyle-query v1.1.4
27812026-02-27T14:24:25.462Z[ helios-setup] Feb 27 14:24:25.267 INFO E| Downloaded anstyle-parse v0.2.7
27822026-02-27T14:24:25.462Z[ helios-setup] Feb 27 14:24:25.269 INFO E| Downloaded anstyle v1.0.13
27832026-02-27T14:24:25.462Z[ helios-setup] Feb 27 14:24:25.271 INFO E| Downloaded anstream v0.6.21
27842026-02-27T14:24:25.462Z[ helios-setup] Feb 27 14:24:25.274 INFO E| Downloaded adler2 v2.0.1
27852026-02-27T14:24:25.462Z[ helios-setup] Feb 27 14:24:25.275 INFO E| Downloaded parking_lot_core v0.9.12
27862026-02-27T14:24:25.487Z[ helios-setup] Feb 27 14:24:25.278 INFO E| Downloaded num_enum_derive v0.7.5
27872026-02-27T14:24:25.487Z[ helios-setup] Feb 27 14:24:25.280 INFO E| Downloaded lock_api v0.4.14
27882026-02-27T14:24:25.487Z[ helios-setup] Feb 27 14:24:25.282 INFO E| Downloaded getrandom v0.2.16
27892026-02-27T14:24:25.539Z[ helios-setup] Feb 27 14:24:25.353 INFO E| Downloaded crc v3.3.0
27902026-02-27T14:24:25.564Z[ helios-setup] Feb 27 14:24:25.356 INFO E| Downloaded cpufeatures v0.2.17
27912026-02-27T14:24:25.564Z[ helios-setup] Feb 27 14:24:25.357 INFO E| Downloaded colorchoice v1.0.4
27922026-02-27T14:24:25.676Z[ helios-setup] Feb 27 14:24:25.488 INFO E| Compiling proc-macro2 v1.0.103
27932026-02-27T14:24:25.677Z[ helios-setup] Feb 27 14:24:25.488 INFO E| Compiling unicode-ident v1.0.22
27942026-02-27T14:24:25.702Z[ helios-setup] Feb 27 14:24:25.488 INFO E| Compiling quote v1.0.41
27952026-02-27T14:24:25.702Z[ helios-setup] Feb 27 14:24:25.488 INFO E| Compiling libc v0.2.177
27962026-02-27T14:24:25.702Z[ helios-setup] Feb 27 14:24:25.488 INFO E| Compiling serde_core v1.0.228
27972026-02-27T14:24:25.702Z[ helios-setup] Feb 27 14:24:25.488 INFO E| Compiling cfg-if v1.0.4
27982026-02-27T14:24:25.702Z[ helios-setup] Feb 27 14:24:25.489 INFO E| Compiling serde v1.0.228
27992026-02-27T14:24:25.702Z[ helios-setup] Feb 27 14:24:25.489 INFO E| Compiling version_check v0.9.5
28002026-02-27T14:24:25.927Z[ helios-setup] Feb 27 14:24:25.741 INFO E| Compiling autocfg v1.5.0
28012026-02-27T14:24:26.220Z[ helios-setup] Feb 27 14:24:26.034 INFO E| Compiling const-oid v0.9.6
28022026-02-27T14:24:26.993Z[ helios-setup] Feb 27 14:24:26.807 INFO E| Compiling typenum v1.19.0
28032026-02-27T14:24:27.278Z[ helios-setup] Feb 27 14:24:27.092 INFO E| Compiling generic-array v0.14.9
28042026-02-27T14:24:27.457Z[ helios-setup] Feb 27 14:24:27.271 INFO E| Compiling libm v0.2.15
28052026-02-27T14:24:27.788Z[ helios-setup] Feb 27 14:24:27.603 INFO E| Compiling num-traits v0.2.19
28062026-02-27T14:24:28.632Z[ helios-setup] Feb 27 14:24:28.447 INFO E| Compiling zerocopy v0.8.27
28072026-02-27T14:24:29.809Z[ helios-setup] Feb 27 14:24:29.623 INFO E| Compiling rustversion v1.0.22
28082026-02-27T14:24:29.983Z[ helios-setup] Feb 27 14:24:29.796 INFO E| Compiling smallvec v1.15.1
28092026-02-27T14:24:30.537Z[ helios-setup] Feb 27 14:24:30.351 INFO E| Compiling base64ct v1.8.0
28102026-02-27T14:24:31.306Z[ helios-setup] Feb 27 14:24:31.120 INFO E| Compiling syn v2.0.108
28112026-02-27T14:24:31.374Z[ helios-setup] Feb 27 14:24:31.188 INFO E| Compiling zeroize v1.8.2
28122026-02-27T14:24:31.707Z[ helios-setup] Feb 27 14:24:31.521 INFO E| Compiling pem-rfc7468 v0.7.0
28132026-02-27T14:24:31.849Z[ helios-setup] Feb 27 14:24:31.664 INFO E| Compiling getrandom v0.2.16
28142026-02-27T14:24:31.874Z[ helios-setup] Feb 27 14:24:31.664 INFO E| Compiling winnow v0.7.13
28152026-02-27T14:24:33.759Z[ helios-setup] Feb 27 14:24:33.573 INFO E| Compiling crypto-common v0.1.6
28162026-02-27T14:24:33.832Z[ helios-setup] Feb 27 14:24:33.646 INFO E| Compiling block-buffer v0.10.4
28172026-02-27T14:24:34.015Z[ helios-setup] Feb 27 14:24:33.829 INFO E| Compiling utf8parse v0.2.2
28182026-02-27T14:24:34.602Z[ helios-setup] Feb 27 14:24:34.417 INFO E| Compiling digest v0.10.7
28192026-02-27T14:24:34.648Z[ helios-setup] Feb 27 14:24:34.462 INFO E| Compiling byteorder v1.5.0
28202026-02-27T14:24:34.702Z[ helios-setup] Feb 27 14:24:34.514 INFO E| Compiling flagset v0.4.7
28212026-02-27T14:24:35.278Z[ helios-setup] Feb 27 14:24:35.092 INFO E| Compiling crc32fast v1.5.0
28222026-02-27T14:24:35.370Z[ helios-setup] Feb 27 14:24:35.184 INFO E| Compiling equivalent v1.0.2
28232026-02-27T14:24:35.594Z[ helios-setup] Feb 27 14:24:35.408 INFO E| Compiling anyhow v1.0.100
28242026-02-27T14:24:35.910Z[ helios-setup] Feb 27 14:24:35.699 INFO E| Compiling hashbrown v0.16.0
28252026-02-27T14:24:35.971Z[ helios-setup] Feb 27 14:24:35.785 INFO E| Compiling memchr v2.7.6
28262026-02-27T14:24:36.276Z[ helios-setup] Feb 27 14:24:36.090 INFO E| Compiling rustix v1.1.2
28272026-02-27T14:24:36.525Z[ helios-setup] Feb 27 14:24:36.339 INFO E| Compiling bitflags v2.10.0
28282026-02-27T14:24:37.028Z[ helios-setup] Feb 27 14:24:36.843 INFO E| Compiling anstyle-parse v0.2.7
28292026-02-27T14:24:37.270Z[ helios-setup] Feb 27 14:24:37.085 INFO E| Compiling indexmap v2.12.0
28302026-02-27T14:24:37.361Z[ helios-setup] Feb 27 14:24:37.175 INFO E| Compiling toml_parser v1.0.4
28312026-02-27T14:24:37.432Z[ helios-setup] Feb 27 14:24:37.246 INFO E| Compiling rand_core v0.6.4
28322026-02-27T14:24:37.513Z[ helios-setup] Feb 27 14:24:37.309 INFO E| Compiling errno v0.3.14
28332026-02-27T14:24:37.537Z[ helios-setup] Feb 27 14:24:37.341 INFO E| Compiling allocator-api2 v0.2.21
28342026-02-27T14:24:37.562Z[ helios-setup] Feb 27 14:24:37.377 INFO E| Compiling find-msvc-tools v0.1.4
28352026-02-27T14:24:37.822Z[ helios-setup] Feb 27 14:24:37.637 INFO E| Compiling anstyle v1.0.13
28362026-02-27T14:24:38.013Z[ helios-setup] Feb 27 14:24:37.827 INFO E| Compiling anstyle-query v1.1.4
28372026-02-27T14:24:38.070Z[ helios-setup] Feb 27 14:24:37.884 INFO E| Compiling shlex v1.3.0
28382026-02-27T14:24:38.217Z[ helios-setup] Feb 27 14:24:38.031 INFO E| Compiling cpufeatures v0.2.17
28392026-02-27T14:24:38.357Z[ helios-setup] Feb 27 14:24:38.172 INFO E| Compiling syn v1.0.109
28402026-02-27T14:24:38.478Z[ helios-setup] Feb 27 14:24:38.292 INFO E| Compiling radium v0.7.0
28412026-02-27T14:24:38.513Z[ helios-setup] Feb 27 14:24:38.327 INFO E| Compiling colorchoice v1.0.4
28422026-02-27T14:24:38.607Z[ helios-setup] Feb 27 14:24:38.421 INFO E| Compiling toml_datetime v0.7.3
28432026-02-27T14:24:38.736Z[ helios-setup] Feb 27 14:24:38.550 INFO E| Compiling is_terminal_polyfill v1.70.2
28442026-02-27T14:24:38.842Z[ helios-setup] Feb 27 14:24:38.656 INFO E| Compiling cc v1.2.44
28452026-02-27T14:24:38.928Z[ helios-setup] Feb 27 14:24:38.742 INFO E| Compiling anstream v0.6.21
28462026-02-27T14:24:38.957Z[ helios-setup] Feb 27 14:24:38.771 INFO E| Compiling sha2 v0.10.9
28472026-02-27T14:24:39.166Z[ helios-setup] Feb 27 14:24:38.980 INFO E| Compiling toml_edit v0.23.7
28482026-02-27T14:24:40.759Z[ helios-setup] Feb 27 14:24:40.573 INFO E| Compiling slog v2.8.2
28492026-02-27T14:24:40.803Z[ helios-setup] Feb 27 14:24:40.617 INFO E| Compiling maybe-uninit v2.0.0
28502026-02-27T14:24:41.159Z[ helios-setup] Feb 27 14:24:40.973 INFO E| Compiling parking_lot_core v0.9.12
28512026-02-27T14:24:41.499Z[ helios-setup] Feb 27 14:24:41.314 INFO E| Compiling pkg-config v0.3.32
28522026-02-27T14:24:41.525Z[ helios-setup] Feb 27 14:24:41.327 INFO E| Compiling tap v1.0.1
28532026-02-27T14:24:41.721Z[ helios-setup] Feb 27 14:24:41.536 INFO E| Compiling pin-project-lite v0.2.16
28542026-02-27T14:24:41.767Z[ helios-setup] Feb 27 14:24:41.581 INFO E| Compiling futures-core v0.3.31
28552026-02-27T14:24:41.791Z[ helios-setup] Feb 27 14:24:41.592 INFO E| Compiling futures-sink v0.3.31
28562026-02-27T14:24:42.033Z[ helios-setup] Feb 27 14:24:41.847 INFO E| Compiling unicode-width v0.2.2
28572026-02-27T14:24:42.079Z[ helios-setup] Feb 27 14:24:41.893 INFO E| Compiling futures-channel v0.3.31
28582026-02-27T14:24:42.104Z[ helios-setup] Feb 27 14:24:41.918 INFO E| Compiling wyz v0.5.1
28592026-02-27T14:24:42.201Z[ helios-setup] Feb 27 14:24:42.015 INFO E| Compiling proc-macro-crate v3.4.0
28602026-02-27T14:24:42.260Z[ helios-setup] Feb 27 14:24:42.074 INFO E| Compiling terminal_size v0.4.3
28612026-02-27T14:24:42.642Z[ helios-setup] Feb 27 14:24:42.456 INFO E| Compiling num-integer v0.1.46
28622026-02-27T14:24:42.787Z[ helios-setup] Feb 27 14:24:42.601 INFO E| Compiling getopts v0.2.24
28632026-02-27T14:24:42.882Z[ helios-setup] Feb 27 14:24:42.696 INFO E| Compiling ahash v0.8.12
28642026-02-27T14:24:42.929Z[ helios-setup] Feb 27 14:24:42.743 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28652026-02-27T14:24:43.374Z[ helios-setup] Feb 27 14:24:43.189 INFO E| Compiling time-core v0.1.6
28662026-02-27T14:24:43.415Z[ helios-setup] Feb 27 14:24:43.229 INFO E| Compiling slab v0.4.11
28672026-02-27T14:24:43.654Z[ helios-setup] Feb 27 14:24:43.468 INFO E| Compiling futures-io v0.3.31
28682026-02-27T14:24:44.003Z[ helios-setup] Feb 27 14:24:43.818 INFO E| Compiling spin v0.9.8
28692026-02-27T14:24:44.101Z[ helios-setup] Feb 27 14:24:43.915 INFO E| Compiling scopeguard v1.2.0
28702026-02-27T14:24:44.284Z[ helios-setup] Feb 27 14:24:44.098 INFO E| Compiling thiserror v1.0.69
28712026-02-27T14:24:44.436Z[ helios-setup] Feb 27 14:24:44.249 INFO E| Compiling futures-task v0.3.31
28722026-02-27T14:24:44.622Z[ helios-setup] Feb 27 14:24:44.437 INFO E| Compiling getrandom v0.3.4
28732026-02-27T14:24:44.798Z[ helios-setup] Feb 27 14:24:44.613 INFO E| Compiling num-bigint-dig v0.8.4
28742026-02-27T14:24:44.952Z[ helios-setup] Feb 27 14:24:44.767 INFO E| Compiling itoa v1.0.15
28752026-02-27T14:24:44.977Z[ helios-setup] Feb 27 14:24:44.790 INFO E| Compiling serde_derive v1.0.228
28762026-02-27T14:24:45.001Z[ helios-setup] Feb 27 14:24:44.802 INFO E| Compiling zerocopy-derive v0.8.27
28772026-02-27T14:24:45.450Z[ helios-setup] Feb 27 14:24:45.264 INFO E| Compiling der_derive v0.7.3
28782026-02-27T14:24:45.647Z[ helios-setup] Feb 27 14:24:45.461 INFO E| Compiling futures-macro v0.3.31
28792026-02-27T14:24:45.943Z[ helios-setup] Feb 27 14:24:45.757 INFO E| Compiling heck v0.5.0
28802026-02-27T14:24:46.119Z[ helios-setup] Feb 27 14:24:45.934 INFO E| Compiling pin-utils v0.1.0
28812026-02-27T14:24:46.514Z[ helios-setup] Feb 27 14:24:46.328 INFO E| Compiling powerfmt v0.2.0
28822026-02-27T14:24:46.907Z[ helios-setup] Feb 27 14:24:46.721 INFO E| Compiling strsim v0.11.1
28832026-02-27T14:24:46.995Z[ helios-setup] Feb 27 14:24:46.808 INFO E| Compiling funty v2.0.0
28842026-02-27T14:24:47.675Z[ helios-setup] Feb 27 14:24:47.489 INFO E| Compiling packed_struct v0.10.1
28852026-02-27T14:24:48.745Z[ helios-setup] Feb 27 14:24:48.560 INFO E| Compiling num-conv v0.1.0
28862026-02-27T14:24:48.995Z[ helios-setup] Feb 27 14:24:48.809 INFO E| Compiling bytes v1.10.1
28872026-02-27T14:24:49.305Z[ helios-setup] Feb 27 14:24:49.119 INFO E| Compiling der v0.7.10
28882026-02-27T14:24:49.428Z[ helios-setup] Feb 27 14:24:49.242 INFO E| Compiling clap_lex v0.7.6
28892026-02-27T14:24:49.626Z[ helios-setup] Feb 27 14:24:49.440 INFO E| Compiling time-macros v0.2.24
28902026-02-27T14:24:51.115Z[ helios-setup] Feb 27 14:24:50.929 INFO E| Compiling clap_builder v4.5.51
28912026-02-27T14:24:51.193Z[ helios-setup] Feb 27 14:24:51.007 INFO E| Compiling futures-util v0.3.31
28922026-02-27T14:24:52.860Z[ helios-setup] Feb 27 14:24:52.674 INFO E| Compiling bitvec v1.0.1
28932026-02-27T14:24:53.952Z[ helios-setup] Feb 27 14:24:53.766 INFO E| Compiling deranged v0.5.5
28942026-02-27T14:24:54.839Z[ helios-setup] Feb 27 14:24:54.652 INFO E| Compiling spki v0.7.3
28952026-02-27T14:24:55.420Z[ helios-setup] Feb 27 14:24:55.234 INFO E| Compiling pkcs8 v0.10.2
28962026-02-27T14:24:56.575Z[ helios-setup] Feb 27 14:24:56.389 INFO E| Compiling ppv-lite86 v0.2.21
28972026-02-27T14:24:57.024Z[ helios-setup] Feb 27 14:24:56.838 INFO E| Compiling packed_struct_codegen v0.10.1
28982026-02-27T14:24:57.128Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 00s
28992026-02-27T14:24:57.390Z[ helios-setup] Feb 27 14:24:57.204 INFO E| Compiling erased-serde v0.3.31
29002026-02-27T14:24:57.415Z[ helios-setup] Feb 27 14:24:57.206 INFO E| Compiling clap_derive v4.5.49
29012026-02-27T14:24:57.510Z[ omicron-package]
29022026-02-27T14:24:57.510Z[ omicron-package] real 2:00.639075060
29032026-02-27T14:24:57.510Z[ omicron-package] user 8:59.147677314
29042026-02-27T14:24:57.535Z[ omicron-package] sys 38.376446908
29052026-02-27T14:24:57.535ZFeb 27 14:24:57.326 INFO [omicron-package] process exited with exit status: 0 (120.731299304s)
29062026-02-27T14:24:57.535Z[ omicron-package] trap 1.057362062
29072026-02-27T14:24:57.535Z[ omicron-package] tflt 0.953058335
29082026-02-27T14:24:57.535Z[ omicron-package] dflt 1.437589382
29092026-02-27T14:24:57.535Z[ omicron-package] kflt 0.000167919
29102026-02-27T14:24:57.535Z[ omicron-package] lock 30:54.308992584
29112026-02-27T14:24:57.535Z[ omicron-package] slp 35:36.606601343
29122026-02-27T14:24:57.535Z[ omicron-package] lat 5:00.599817411
29132026-02-27T14:24:57.535Z[ omicron-package] stop 1:41.319691569
29142026-02-27T14:24:57.535ZFeb 27 14:24:57.344 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29152026-02-27T14:24:57.560ZFeb 27 14:24:57.361 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29162026-02-27T14:24:57.560Z[ helios-setup] Feb 27 14:24:57.361 INFO E| Compiling rand_chacha v0.3.1
29172026-02-27T14:24:57.584Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29182026-02-27T14:24:57.584Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29192026-02-27T14:24:57.584Z[ recovery-target] Created new build target 'recovery' and set it as active
29202026-02-27T14:24:57.584Z[ host-target] Created new build target 'host' and set it as active
29212026-02-27T14:24:57.584ZFeb 27 14:24:57.389 INFO [host-target] process exited with exit status: 0 (28.125585ms)
29222026-02-27T14:24:57.585ZFeb 27 14:24:57.389 INFO [recovery-target] process exited with exit status: 0 (44.453657ms)
29232026-02-27T14:24:57.585ZFeb 27 14:24:57.389 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29242026-02-27T14:24:57.609Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29252026-02-27T14:24:58.269Z[ helios-setup] Feb 27 14:24:58.084 INFO E| Compiling rand v0.8.5
29262026-02-27T14:24:59.072Z[ helios-setup] Feb 27 14:24:58.885 INFO E| Compiling zerocopy-derive v0.6.6
29272026-02-27T14:24:59.401Z[ helios-setup] Feb 27 14:24:59.215 INFO E| Compiling bitfield-macros v0.19.3
29282026-02-27T14:24:59.438Z[ helios-setup] Feb 27 14:24:59.252 INFO E| Compiling num_enum_derive v0.7.5
29292026-02-27T14:24:59.567Z[ helios-setup] Feb 27 14:24:59.381 INFO E| Compiling thiserror-impl v1.0.69
29302026-02-27T14:24:59.795Z[ helios-setup] Feb 27 14:24:59.610 INFO E| Compiling lazy_static v1.5.0
29312026-02-27T14:24:59.971Z[ helios-setup] Feb 27 14:24:59.785 INFO E| Compiling lock_api v0.4.14
29322026-02-27T14:25:00.701Z[ helios-setup] Feb 27 14:25:00.515 INFO E| Compiling num-iter v0.1.45
29332026-02-27T14:25:01.143Z[ helios-setup] Feb 27 14:25:00.957 INFO E| Compiling indexmap v1.9.3
29342026-02-27T14:25:01.254Z[ helios-setup] Feb 27 14:25:01.068 INFO E| Compiling crc-catalog v2.4.0
29352026-02-27T14:25:01.454Z[ helios-setup] Feb 27 14:25:01.269 INFO E| Compiling adler2 v2.0.1
29362026-02-27T14:25:01.719Z[ host-package] Compiling ring v0.17.14
29372026-02-27T14:25:01.743Z[ helios-setup] Feb 27 14:25:01.544 INFO E| Compiling simd-adler32 v0.3.7
29382026-02-27T14:25:01.867Z[ helios-setup] Feb 27 14:25:01.682 INFO E| Compiling log v0.4.28
29392026-02-27T14:25:01.971Z[ host-package] Compiling regress v0.10.5
29402026-02-27T14:25:01.996Z[ host-package] Compiling heck v0.5.0
29412026-02-27T14:25:01.996Z[ host-package] Compiling unsafe-libyaml v0.2.11
29422026-02-27T14:25:01.996Z[ host-package] Compiling convert_case v0.4.0
29432026-02-27T14:25:01.996Z[ host-package] Compiling is-terminal v0.4.13
29442026-02-27T14:25:01.996Z[ host-package] Compiling prettyplease v0.2.36
29452026-02-27T14:25:02.020Z[ helios-setup] Feb 27 14:25:01.815 INFO E| Compiling iana-time-zone v0.1.64
29462026-02-27T14:25:02.062Z[ helios-setup] Feb 27 14:25:01.876 INFO E| Compiling thiserror v2.0.17
29472026-02-27T14:25:02.802Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29482026-02-27T14:25:02.853Z[ helios-setup] Feb 27 14:25:02.667 INFO E| Compiling once_cell v1.21.3
29492026-02-27T14:25:02.955Z[ host-package] Compiling typify-impl v0.6.1
29502026-02-27T14:25:03.335Z[ helios-setup] Feb 27 14:25:03.149 INFO E| Compiling serde_json v1.0.145
29512026-02-27T14:25:03.454Z[ helios-setup] Feb 27 14:25:03.268 INFO E| Compiling nodrop v0.1.14
29522026-02-27T14:25:03.664Z[ host-package] Compiling derive_more v0.99.20
29532026-02-27T14:25:03.899Z[ helios-setup] Feb 27 14:25:03.712 INFO E| Compiling array-init v0.0.4
29542026-02-27T14:25:04.132Z[ helios-setup] Feb 27 14:25:03.946 INFO E| Compiling time v0.3.44
29552026-02-27T14:25:04.345Z[ host-package] Compiling universal-hash v0.5.1
29562026-02-27T14:25:04.735Z[ helios-setup] Feb 27 14:25:04.550 INFO E| Compiling env_filter v0.1.4
29572026-02-27T14:25:04.865Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29582026-02-27T14:25:04.904Z[ helios-setup] Feb 27 14:25:04.718 INFO E| Compiling chrono v0.4.42
29592026-02-27T14:25:05.503Z[ helios-setup] Feb 27 14:25:05.315 INFO E| Compiling miniz_oxide v0.8.9
29602026-02-27T14:25:06.072Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29612026-02-27T14:25:06.303Z[ helios-setup] Feb 27 14:25:06.117 INFO E| Compiling num_enum v0.7.5
29622026-02-27T14:25:06.835Z[ helios-setup] Feb 27 14:25:06.647 INFO E| Compiling clap v4.5.51
29632026-02-27T14:25:07.298Z[ helios-setup] Feb 27 14:25:07.112 INFO E| Compiling parking_lot v0.12.5
29642026-02-27T14:25:07.619Z[ helios-setup] Feb 27 14:25:07.433 INFO E| Compiling crc v3.3.0
29652026-02-27T14:25:07.970Z[ helios-setup] Feb 27 14:25:07.784 INFO E| Compiling zerocopy v0.6.6
29662026-02-27T14:25:09.033Z[ host-package] Compiling rustls v0.23.37
29672026-02-27T14:25:09.459Z[ helios-setup] Feb 27 14:25:09.274 INFO E| Compiling bitfield v0.19.3
29682026-02-27T14:25:09.861Z[ helios-setup] Feb 27 14:25:09.675 INFO E| Compiling smallvec v0.6.14
29692026-02-27T14:25:09.940Z[ host-package] Compiling typify-impl v0.4.3
29702026-02-27T14:25:11.143Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29712026-02-27T14:25:11.527Z[ helios-setup] Feb 27 14:25:11.341 INFO E| Compiling futures-executor v0.3.31
29722026-02-27T14:25:12.038Z[ helios-setup] Feb 27 14:25:11.852 INFO E| Compiling toml_datetime v0.6.11
29732026-02-27T14:25:12.371Z[ host-package] Compiling opaque-debug v0.3.1
29742026-02-27T14:25:12.629Z[ host-package] Compiling poly1305 v0.8.0
29752026-02-27T14:25:13.129Z[ helios-setup] Feb 27 14:25:12.943 INFO E| Compiling serde_spanned v0.6.9
29762026-02-27T14:25:13.767Z[ helios-setup] Feb 27 14:25:13.581 INFO E| Compiling pkcs1 v0.7.5
29772026-02-27T14:25:13.791Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29782026-02-27T14:25:13.866Z[ helios-setup] Feb 27 14:25:13.681 INFO E| Compiling thiserror-impl v2.0.17
29792026-02-27T14:25:13.898Z[ helios-setup] Feb 27 14:25:13.712 INFO E| Compiling tokio-macros v2.6.0
29802026-02-27T14:25:15.133Z[ host-package] Compiling rustls-webpki v0.103.9
29812026-02-27T14:25:15.268Z[ host-package] Compiling thiserror-no-std v2.0.2
29822026-02-27T14:25:16.223Z[ host-package] Compiling chacha20 v0.9.1
29832026-02-27T14:25:17.003Z[ helios-setup] Feb 27 14:25:16.817 INFO E| Compiling signature v2.2.0
29842026-02-27T14:25:17.984Z[ helios-setup] Feb 27 14:25:17.798 INFO E| Compiling serde_spanned v1.0.3
29852026-02-27T14:25:18.688Z[ host-package] Compiling password-hash v0.5.0
29862026-02-27T14:25:18.892Z[ helios-setup] Feb 27 14:25:18.706 INFO E| Compiling signal-hook-registry v1.4.6
29872026-02-27T14:25:19.053Z[ helios-setup] Feb 27 14:25:18.867 INFO E| Compiling socket2 v0.6.1
29882026-02-27T14:25:19.119Z[ helios-setup] Feb 27 14:25:18.932 INFO E| Compiling mio v1.1.0
29892026-02-27T14:25:19.308Z[ helios-setup] Feb 27 14:25:19.122 INFO E| Compiling is-terminal v0.4.17
29902026-02-27T14:25:19.818Z[ helios-setup] Feb 27 14:25:19.632 INFO E| Compiling thread_local v1.1.9
29912026-02-27T14:25:20.306Z[ helios-setup] Feb 27 14:25:20.120 INFO E| Compiling term v1.2.0
29922026-02-27T14:25:20.730Z[ helios-setup] Feb 27 14:25:20.545 INFO E| Compiling winnow v0.5.40
29932026-02-27T14:25:21.244Z[ helios-setup] Feb 27 14:25:21.058 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29942026-02-27T14:25:21.640Z[ helios-setup] Feb 27 14:25:21.455 INFO E| Compiling ryu v1.0.20
29952026-02-27T14:25:21.928Z[ helios-setup] Feb 27 14:25:21.742 INFO E| Compiling toml_writer v1.0.4
29962026-02-27T14:25:22.337Z[ helios-setup] Feb 27 14:25:22.150 INFO E| Compiling subtle v2.6.1
29972026-02-27T14:25:22.806Z[ helios-setup] Feb 27 14:25:22.619 INFO E| Compiling libdevinfo-sys v1.1.0
29982026-02-27T14:25:22.948Z[ helios-setup] Feb 27 14:25:22.735 INFO E| Compiling hashbrown v0.12.3
29992026-02-27T14:25:22.973Z[ helios-setup] Feb 27 14:25:22.778 INFO E| Compiling base64 v0.21.7
30002026-02-27T14:25:23.109Z[ helios-setup] Feb 27 14:25:22.923 INFO E| Compiling toml v0.9.8
30012026-02-27T14:25:23.199Z[ host-package] Compiling rustls v0.22.4
30022026-02-27T14:25:23.242Z[ helios-setup] Feb 27 14:25:23.057 INFO E| Compiling devinfo v0.1.0
30032026-02-27T14:25:23.309Z[ host-package] Compiling blake2 v0.10.6
30042026-02-27T14:25:25.444Z[ helios-setup] Feb 27 14:25:25.258 INFO E| Compiling ron v0.8.1
30052026-02-27T14:25:25.715Z[ host-package] Compiling aead v0.5.2
30062026-02-27T14:25:26.176Z[ helios-setup] Feb 27 14:25:25.990 INFO E| Compiling rsa v0.9.8
30072026-02-27T14:25:26.467Z[ host-package] Compiling swrite v0.1.0
30082026-02-27T14:25:26.697Z[ host-package] Compiling typify-macro v0.6.1
30092026-02-27T14:25:26.924Z[ host-package] Compiling chacha20poly1305 v0.10.1
30102026-02-27T14:25:27.882Z[ host-package] Compiling typify-macro v0.4.3
30112026-02-27T14:25:28.028Z[ helios-setup] Feb 27 14:25:27.842 INFO E| Compiling slog-term v2.9.2
30122026-02-27T14:25:30.126Z[ helios-setup] Feb 27 14:25:29.941 INFO E| Compiling toml_edit v0.19.15
30132026-02-27T14:25:30.805Z[ helios-setup] Feb 27 14:25:30.620 INFO E| Compiling tokio v1.48.0
30142026-02-27T14:25:34.002Z[ host-package] Compiling tokio-rustls v0.26.0
30152026-02-27T14:25:34.383Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30162026-02-27T14:25:35.251Z[ host-package] Compiling hyper-rustls v0.27.7
30172026-02-27T14:25:35.831Z[ helios-setup] Feb 27 14:25:35.646 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30182026-02-27T14:25:36.555Z[ host-package] Compiling reqwest v0.12.28
30192026-02-27T14:25:36.663Z[ helios-setup] Feb 27 14:25:36.477 INFO E| Compiling futures v0.3.31
30202026-02-27T14:25:36.865Z[ helios-setup] Feb 27 14:25:36.679 INFO E| Compiling uuid v1.18.1
30212026-02-27T14:25:36.932Z[ helios-setup] Feb 27 14:25:36.746 INFO E| Compiling serde-hex v0.1.0
30222026-02-27T14:25:37.325Z[ helios-setup] Feb 27 14:25:37.140 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30232026-02-27T14:25:38.294Z[ helios-setup] Feb 27 14:25:38.108 INFO E| Compiling bzip2 v0.4.4
30242026-02-27T14:25:38.897Z[ host-package] Compiling reqwest v0.13.2
30252026-02-27T14:25:39.125Z[ helios-setup] Feb 27 14:25:38.939 INFO E| Compiling flate2 v1.1.5
30262026-02-27T14:25:39.534Z[ helios-setup] Feb 27 14:25:39.349 INFO E| Compiling env_logger v0.11.8
30272026-02-27T14:25:40.026Z[ helios-setup] Feb 27 14:25:39.841 INFO E| Compiling hashbrown v0.13.2
30282026-02-27T14:25:41.072Z[ host-package] Compiling rustls-webpki v0.102.8
30292026-02-27T14:25:41.546Z[ helios-setup] Feb 27 14:25:41.354 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30302026-02-27T14:25:42.980Z[ helios-setup] Feb 27 14:25:42.795 INFO E| Compiling x509-cert v0.2.5
30312026-02-27T14:25:43.137Z[ host-package] Compiling typify v0.6.1
30322026-02-27T14:25:43.171Z[ helios-setup] Feb 27 14:25:42.974 INFO E| Compiling foldhash v0.2.0
30332026-02-27T14:25:44.351Z[ helios-setup] Feb 27 14:25:44.166 INFO E| Compiling hex v0.4.3
30342026-02-27T14:25:44.700Z[ helios-setup] Feb 27 14:25:44.515 INFO E| Compiling crc-any v2.5.0
30352026-02-27T14:25:45.138Z[ host-package] Compiling progenitor-impl v0.13.0
30362026-02-27T14:25:46.028Z[ helios-setup] Feb 27 14:25:45.836 INFO E| Compiling bitflags v1.3.2
30372026-02-27T14:25:46.702Z[ helios-setup] Feb 27 14:25:46.517 INFO E| Compiling rustc-hash v2.1.1
30382026-02-27T14:25:46.782Z[ helios-setup] Feb 27 14:25:46.596 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30392026-02-27T14:25:46.865Z[ helios-setup] Feb 27 14:25:46.680 INFO E| Compiling object v0.30.4
30402026-02-27T14:25:47.186Z[ helios-setup] Feb 27 14:25:47.000 INFO E| Compiling iddqd v0.3.14
30412026-02-27T14:25:48.741Z[ helios-setup] Feb 27 14:25:48.541 INFO E| Compiling zip v0.6.6
30422026-02-27T14:25:49.505Z[ helios-setup] Feb 27 14:25:49.319 INFO E| Compiling toml v0.7.8
30432026-02-27T14:25:53.692Z[ helios-setup] Feb 27 14:25:53.506 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30442026-02-27T14:25:53.831Z[ host-package] Compiling typify v0.4.3
30452026-02-27T14:25:54.999Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30462026-02-27T14:25:55.104Z[ host-package] Compiling tokio-rustls v0.25.0
30472026-02-27T14:25:56.158Z[ helios-setup] Feb 27 14:25:55.973 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30482026-02-27T14:25:56.532Z[ helios-setup] Feb 27 14:25:56.347 INFO E| Compiling path-slash v0.1.5
30492026-02-27T14:25:56.833Z[ helios-setup] Feb 27 14:25:56.648 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30502026-02-27T14:25:57.012Z[ host-package] Compiling dropshot v0.16.7
30512026-02-27T14:25:57.151Z[ helios-setup] Feb 27 14:25:56.966 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30522026-02-27T14:26:05.103Z[ helios-setup] Feb 27 14:26:04.918 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30532026-02-27T14:26:14.591Z[ helios-setup] Feb 27 14:26:14.406 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
30542026-02-27T14:26:25.976Z[ helios-setup] Feb 27 14:26:25.791 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30552026-02-27T14:26:34.936Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30562026-02-27T14:26:36.118Z[ host-package] Compiling progenitor-client v0.13.0
30572026-02-27T14:26:38.310Z[ host-package] Compiling progenitor-client v0.10.0
30582026-02-27T14:26:40.435Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30592026-02-27T14:26:51.532Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30602026-02-27T14:26:51.907Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30612026-02-27T14:26:56.259Z[ helios-setup] Feb 27 14:26:56.074 INFO E| Finished `release` profile [optimized] target(s) in 2m 33s
30622026-02-27T14:26:56.284Z[ helios-setup] Feb 27 14:26:56.075 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
30632026-02-27T14:26:56.284Z[ helios-setup] Feb 27 14:26:56.077 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30642026-02-27T14:26:56.326Z[ helios-setup] Feb 27 14:26:56.141 INFO building project "pilot" ok (153 seconds)
30652026-02-27T14:26:56.326Z[ helios-setup] Feb 27 14:26:56.141 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30662026-02-27T14:26:56.456Z[ helios-setup] Feb 27 14:26:56.271 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
30672026-02-27T14:26:56.456Z[ helios-setup] Feb 27 14:26:56.271 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30682026-02-27T14:26:56.456Z[ helios-setup] Feb 27 14:26:56.271 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30692026-02-27T14:26:56.597Z[ host-package] Compiling progenitor-macro v0.13.0
30702026-02-27T14:26:56.724Z[ helios-setup] Feb 27 14:26:56.539 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30712026-02-27T14:26:57.338Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-02-27T14:26:57.362Z[ helios-setup] Feb 27 14:26:57.173 INFO E| From https://github.com/jclulow/rust-jmclib
30732026-02-27T14:26:57.362Z[ helios-setup] Feb 27 14:26:57.173 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30742026-02-27T14:26:57.388Z[ helios-setup] Feb 27 14:26:57.189 INFO E| Updating crates.io index
30752026-02-27T14:26:57.462Z[ helios-setup] Feb 27 14:26:57.276 INFO E| Downloading crates ...
30762026-02-27T14:26:57.613Z[ helios-setup] Feb 27 14:26:57.427 INFO E| Downloaded serde_derive v1.0.193
30772026-02-27T14:26:57.638Z[ helios-setup] Feb 27 14:26:57.432 INFO E| Downloaded uuid v0.8.2
30782026-02-27T14:26:57.638Z[ helios-setup] Feb 27 14:26:57.439 INFO E| Downloaded unicode-width v0.1.10
30792026-02-27T14:26:57.638Z[ helios-setup] Feb 27 14:26:57.442 INFO E| Downloaded proc-macro2 v1.0.66
30802026-02-27T14:26:57.638Z[ helios-setup] Feb 27 14:26:57.446 INFO E| Downloaded typenum v1.16.0
30812026-02-27T14:26:57.663Z[ helios-setup] Feb 27 14:26:57.457 INFO E| Downloaded walkdir v2.3.3
30822026-02-27T14:26:57.663Z[ helios-setup] Feb 27 14:26:57.461 INFO E| Downloaded unicode-ident v1.0.11
30832026-02-27T14:26:57.663Z[ helios-setup] Feb 27 14:26:57.465 INFO E| Downloaded serde v1.0.193
30842026-02-27T14:26:57.663Z[ helios-setup] Feb 27 14:26:57.470 INFO E| Downloaded ryu v1.0.15
30852026-02-27T14:26:57.663Z[ helios-setup] Feb 27 14:26:57.475 INFO E| Downloaded bitflags v2.3.3
30862026-02-27T14:26:57.688Z[ helios-setup] Feb 27 14:26:57.480 INFO E| Downloaded toml v0.5.11
30872026-02-27T14:26:57.688Z[ helios-setup] Feb 27 14:26:57.484 INFO E| Downloaded serde_json v1.0.103
30882026-02-27T14:26:57.688Z[ helios-setup] Feb 27 14:26:57.494 INFO E| Downloaded quote v1.0.31
30892026-02-27T14:26:57.688Z[ helios-setup] Feb 27 14:26:57.498 INFO E| Downloaded digest v0.9.0
30902026-02-27T14:26:57.688Z[ helios-setup] Feb 27 14:26:57.500 INFO E| Downloaded opaque-debug v0.3.0
30912026-02-27T14:26:57.688Z[ helios-setup] Feb 27 14:26:57.501 INFO E| Downloaded rustix v0.38.4
30922026-02-27T14:26:57.715Z[ helios-setup] Feb 27 14:26:57.530 INFO E| Downloaded syn v2.0.32
30932026-02-27T14:26:57.740Z[ helios-setup] Feb 27 14:26:57.544 INFO E| Downloaded libdevinfo-sys v1.0.0
30942026-02-27T14:26:57.740Z[ helios-setup] Feb 27 14:26:57.546 INFO E| Downloaded glob v0.3.1
30952026-02-27T14:26:57.740Z[ helios-setup] Feb 27 14:26:57.548 INFO E| Downloaded errno v0.3.1
30962026-02-27T14:26:57.740Z[ helios-setup] Feb 27 14:26:57.549 INFO E| Downloaded tempfile v3.7.0
30972026-02-27T14:26:57.740Z[ helios-setup] Feb 27 14:26:57.552 INFO E| Downloaded md-5 v0.9.1
30982026-02-27T14:26:57.741Z[ helios-setup] Feb 27 14:26:57.554 INFO E| Downloaded itoa v1.0.9
30992026-02-27T14:26:57.766Z[ helios-setup] Feb 27 14:26:57.556 INFO E| Downloaded cpufeatures v0.2.9
31002026-02-27T14:26:57.766Z[ helios-setup] Feb 27 14:26:57.558 INFO E| Downloaded sha-1 v0.9.8
31012026-02-27T14:26:57.766Z[ helios-setup] Feb 27 14:26:57.561 INFO E| Downloaded fastrand v2.0.0
31022026-02-27T14:26:57.766Z[ helios-setup] Feb 27 14:26:57.562 INFO E| Downloaded block-buffer v0.9.0
31032026-02-27T14:26:57.766Z[ helios-setup] Feb 27 14:26:57.563 INFO E| Downloaded anyhow v1.0.72
31042026-02-27T14:26:57.766Z[ helios-setup] Feb 27 14:26:57.569 INFO E| Downloaded once_cell v1.18.0
31052026-02-27T14:26:57.766Z[ helios-setup] Feb 27 14:26:57.578 INFO E| Downloaded getrandom v0.2.10
31062026-02-27T14:26:57.791Z[ host-package] Compiling argon2 v0.5.3
31072026-02-27T14:26:57.816Z[ helios-setup] Feb 27 14:26:57.618 INFO E| Downloaded libc v0.2.147
31082026-02-27T14:26:57.914Z[ helios-setup] Feb 27 14:26:57.729 INFO E| Compiling libc v0.2.147
31092026-02-27T14:26:57.914Z[ helios-setup] Feb 27 14:26:57.729 INFO E| Compiling proc-macro2 v1.0.66
31102026-02-27T14:26:57.914Z[ helios-setup] Feb 27 14:26:57.729 INFO E| Compiling cfg-if v1.0.0
31112026-02-27T14:26:57.939Z[ helios-setup] Feb 27 14:26:57.729 INFO E| Compiling unicode-ident v1.0.11
31122026-02-27T14:26:57.939Z[ helios-setup] Feb 27 14:26:57.729 INFO E| Compiling version_check v0.9.4
31132026-02-27T14:26:57.939Z[ helios-setup] Feb 27 14:26:57.729 INFO E| Compiling typenum v1.16.0
31142026-02-27T14:26:57.939Z[ helios-setup] Feb 27 14:26:57.729 INFO E| Compiling serde v1.0.193
31152026-02-27T14:26:57.939Z[ helios-setup] Feb 27 14:26:57.729 INFO E| Compiling powerfmt v0.2.0
31162026-02-27T14:26:58.407Z[ helios-setup] Feb 27 14:26:58.222 INFO E| Compiling rustix v0.38.4
31172026-02-27T14:26:58.446Z[ helios-setup] Feb 27 14:26:58.260 INFO E| Compiling time-core v0.1.2
31182026-02-27T14:26:58.915Z[ helios-setup] Feb 27 14:26:58.730 INFO E| Compiling slog v2.7.0
31192026-02-27T14:26:58.940Z[ helios-setup] Feb 27 14:26:58.742 INFO E| Compiling num-conv v0.1.0
31202026-02-27T14:26:58.998Z[ helios-setup] Feb 27 14:26:58.813 INFO E| Compiling generic-array v0.14.7
31212026-02-27T14:26:59.465Z[ helios-setup] Feb 27 14:26:59.234 INFO E| Compiling itoa v1.0.9
31222026-02-27T14:26:59.918Z[ helios-setup] Feb 27 14:26:59.733 INFO E| Compiling time-macros v0.2.18
31232026-02-27T14:26:59.975Z[ helios-setup] Feb 27 14:26:59.790 INFO E| Compiling deranged v0.3.11
31242026-02-27T14:27:00.080Z[ helios-setup] Feb 27 14:26:59.895 INFO E| Compiling num_threads v0.1.6
31252026-02-27T14:27:00.258Z[ helios-setup] Feb 27 14:27:00.073 INFO E| Compiling bitflags v2.3.3
31262026-02-27T14:27:00.488Z[ helios-setup] Feb 27 14:27:00.302 INFO E| Compiling once_cell v1.18.0
31272026-02-27T14:27:01.139Z[ helios-setup] Feb 27 14:27:00.954 INFO E| Compiling thread_local v1.1.7
31282026-02-27T14:27:01.573Z[ helios-setup] Feb 27 14:27:01.388 INFO E| Compiling quote v1.0.31
31292026-02-27T14:27:01.722Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31302026-02-27T14:27:01.832Z[ host-package] Compiling vsss-rs v3.3.4
31312026-02-27T14:27:01.991Z[ helios-setup] Feb 27 14:27:01.805 INFO E| Compiling dirs-sys-next v0.1.2
31322026-02-27T14:27:02.079Z[ helios-setup] Feb 27 14:27:01.894 INFO E| Compiling errno v0.3.1
31332026-02-27T14:27:02.265Z[ helios-setup] Feb 27 14:27:02.077 INFO E| Compiling syn v2.0.32
31342026-02-27T14:27:02.265Z[ helios-setup] Feb 27 14:27:02.077 INFO E| Compiling atty v0.2.14
31352026-02-27T14:27:02.560Z[ helios-setup] Feb 27 14:27:02.375 INFO E| Compiling dirs-next v2.0.0
31362026-02-27T14:27:02.693Z[ helios-setup] Feb 27 14:27:02.508 INFO E| Compiling serde_json v1.0.103
31372026-02-27T14:27:02.718Z[ helios-setup] Feb 27 14:27:02.517 INFO E| Compiling anyhow v1.0.72
31382026-02-27T14:27:02.912Z[ helios-setup] Feb 27 14:27:02.727 INFO E| Compiling term v0.7.0
31392026-02-27T14:27:03.133Z[ helios-setup] Feb 27 14:27:02.947 INFO E| Compiling digest v0.9.0
31402026-02-27T14:27:03.380Z[ helios-setup] Feb 27 14:27:03.195 INFO E| Compiling block-buffer v0.9.0
31412026-02-27T14:27:03.761Z[ helios-setup] Feb 27 14:27:03.576 INFO E| Compiling fastrand v2.0.0
31422026-02-27T14:27:03.850Z[ helios-setup] Feb 27 14:27:03.665 INFO E| Compiling opaque-debug v0.3.0
31432026-02-27T14:27:04.015Z[ helios-setup] Feb 27 14:27:03.830 INFO E| Compiling getrandom v0.2.10
31442026-02-27T14:27:04.041Z[ helios-setup] Feb 27 14:27:03.840 INFO E| Compiling ryu v1.0.15
31452026-02-27T14:27:04.747Z[ helios-setup] Feb 27 14:27:04.562 INFO E| Compiling cpufeatures v0.2.9
31462026-02-27T14:27:04.811Z[ helios-setup] Feb 27 14:27:04.627 INFO E| Compiling time v0.3.36
31472026-02-27T14:27:04.915Z[ helios-setup] Feb 27 14:27:04.730 INFO E| Compiling unicode-width v0.1.10
31482026-02-27T14:27:04.939Z[ helios-setup] Feb 27 14:27:04.736 INFO E| Compiling same-file v1.0.6
31492026-02-27T14:27:04.991Z[ helios-setup] Feb 27 14:27:04.806 INFO E| Compiling sha-1 v0.9.8
31502026-02-27T14:27:05.363Z[ helios-setup] Feb 27 14:27:05.178 INFO E| Compiling tempfile v3.7.0
31512026-02-27T14:27:05.654Z[ helios-setup] Feb 27 14:27:05.469 INFO E| Compiling walkdir v2.3.3
31522026-02-27T14:27:05.836Z[ helios-setup] Feb 27 14:27:05.651 INFO E| Compiling getopts v0.2.21
31532026-02-27T14:27:05.946Z[ helios-setup] Feb 27 14:27:05.761 INFO E| Compiling md-5 v0.9.1
31542026-02-27T14:27:06.205Z[ helios-setup] Feb 27 14:27:06.020 INFO E| Compiling glob v0.3.1
31552026-02-27T14:27:06.241Z[ host-package] Compiling thread_local v1.1.8
31562026-02-27T14:27:06.548Z[ helios-setup] Feb 27 14:27:06.363 INFO E| Compiling libdevinfo-sys v1.0.0
31572026-02-27T14:27:07.298Z[ host-package] Compiling match_cfg v0.1.0
31582026-02-27T14:27:07.684Z[ host-package] Compiling bytecount v0.6.8
31592026-02-27T14:27:08.247Z[ host-package] Compiling hostname v0.3.1
31602026-02-27T14:27:08.535Z[ helios-setup] Feb 27 14:27:08.350 INFO E| Compiling slog-term v2.9.0
31612026-02-27T14:27:09.124Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31622026-02-27T14:27:09.403Z[ helios-setup] Feb 27 14:27:09.218 INFO E| Compiling serde_derive v1.0.193
31632026-02-27T14:27:10.182Z[ host-package] Compiling multer v3.1.0
31642026-02-27T14:27:10.227Z[ host-package] Compiling slog-async v2.8.0
31652026-02-27T14:27:10.310Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
31662026-02-27T14:27:10.473Z[ host-package] Compiling crossbeam-channel v0.5.15
31672026-02-27T14:27:10.666Z[ host-package] Compiling slog-json v2.6.1
31682026-02-27T14:27:11.155Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-02-27T14:27:11.796Z[ host-package] Compiling futures-executor v0.3.31
31702026-02-27T14:27:11.856Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
31712026-02-27T14:27:11.922Z[ host-package] Compiling serde_spanned v1.0.4
31722026-02-27T14:27:12.156Z[ host-package] Compiling progenitor v0.13.0
31732026-02-27T14:27:12.322Z[ host-package] Compiling take_mut v0.2.2
31742026-02-27T14:27:12.386Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31752026-02-27T14:27:12.483Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31762026-02-27T14:27:12.594Z[ host-package] Compiling term v1.1.0
31772026-02-27T14:27:12.674Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
31782026-02-27T14:27:13.323Z[ host-package] Compiling slog-term v2.9.2
31792026-02-27T14:27:13.983Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
31802026-02-27T14:27:14.912Z[ host-package] Compiling futures v0.3.31
31812026-02-27T14:27:15.091Z[ host-package] Compiling slog-bunyan v2.5.0
31822026-02-27T14:27:15.604Z[ host-package] Compiling async-stream v0.3.6
31832026-02-27T14:27:15.990Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
31842026-02-27T14:27:16.329Z[ host-package] Compiling waitgroup v0.1.2
31852026-02-27T14:27:16.373Z[ host-package] Compiling rustls-pemfile v2.2.0
31862026-02-27T14:27:16.679Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31872026-02-27T14:27:16.816Z[ host-package] Compiling serde_path_to_error v0.1.20
31882026-02-27T14:27:16.876Z[ host-package] Compiling instant v0.1.13
31892026-02-27T14:27:17.127Z[ host-package] Compiling hostname v0.4.2
31902026-02-27T14:27:17.196Z[ host-package] Compiling debug-ignore v1.0.5
31912026-02-27T14:27:17.435Z[ host-package] Compiling backoff v0.4.0
31922026-02-27T14:27:17.473Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31932026-02-27T14:27:20.162Z[ host-package] Compiling parse-display v0.10.0
31942026-02-27T14:27:20.247Z[ helios-setup] Feb 27 14:27:20.062 INFO E| Compiling toml v0.5.11
31952026-02-27T14:27:20.247Z[ helios-setup] Feb 27 14:27:20.062 INFO E| Compiling uuid v0.8.2
31962026-02-27T14:27:20.913Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31972026-02-27T14:27:21.018Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31982026-02-27T14:27:21.320Z[ host-package] Compiling backon v1.6.0
31992026-02-27T14:27:21.902Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
32002026-02-27T14:27:22.323Z[ helios-setup] Feb 27 14:27:22.138 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32012026-02-27T14:27:22.791Z[ host-package] Compiling macaddr v1.0.1
32022026-02-27T14:27:23.401Z[ host-package] Compiling derive-where v1.5.0
32032026-02-27T14:27:23.541Z[ helios-setup] Feb 27 14:27:23.356 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32042026-02-27T14:27:23.570Z[ host-package] Compiling num-rational v0.4.2
32052026-02-27T14:27:26.158Z[ host-package] Compiling num-complex v0.4.6
32062026-02-27T14:27:27.438Z[ host-package] Compiling num v0.4.3
32072026-02-27T14:27:27.827Z[ host-package] Compiling console v0.15.10
32082026-02-27T14:27:27.955Z[ host-package] Compiling float-ord v0.3.2
32092026-02-27T14:27:28.687Z[ host-package] Compiling progenitor-impl v0.11.2
32102026-02-27T14:27:30.258Z[ host-package] Compiling toml v0.8.23
32112026-02-27T14:27:31.090Z[ host-package] Compiling progenitor-client v0.11.2
32122026-02-27T14:27:32.236Z[ host-package] Compiling newline-converter v0.3.0
32132026-02-27T14:27:32.543Z[ host-package] Compiling atomicwrites v0.4.4
32142026-02-27T14:27:33.521Z[ host-package] Compiling slog-dtrace v0.3.0
32152026-02-27T14:27:34.129Z[ host-package] Compiling expectorate v1.2.0
32162026-02-27T14:27:34.785Z[ helios-setup] Feb 27 14:27:34.600 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s
32172026-02-27T14:27:34.823Z[ helios-setup] Feb 27 14:27:34.638 INFO building project "image-builder" ok (38 seconds)
32182026-02-27T14:27:34.823Z[ helios-setup] Feb 27 14:27:34.638 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32192026-02-27T14:27:34.848Z[ host-package] Compiling progenitor-macro v0.11.2
32202026-02-27T14:27:34.908Z[ host-package] Compiling cancel-safe-futures v0.1.5
32212026-02-27T14:27:34.932Z[ helios-setup] Feb 27 14:27:34.744 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')"
32222026-02-27T14:27:34.932Z[ helios-setup] Feb 27 14:27:34.744 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32232026-02-27T14:27:34.932Z[ helios-setup] Feb 27 14:27:34.744 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32242026-02-27T14:27:35.313Z[ helios-setup] Feb 27 14:27:35.128 INFO E| Updating crates.io index
32252026-02-27T14:27:35.338Z[ helios-setup] Feb 27 14:27:35.128 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32262026-02-27T14:27:35.436Z[ host-package] Compiling owo-colors v4.2.3
32272026-02-27T14:27:36.109Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32282026-02-27T14:27:36.168Z[ helios-setup] Feb 27 14:27:35.983 INFO E| From https://github.com/oxidecomputer/amd-apcb
32292026-02-27T14:27:36.168Z[ helios-setup] Feb 27 14:27:35.983 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32302026-02-27T14:27:36.268Z[ helios-setup] Feb 27 14:27:36.084 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32312026-02-27T14:27:36.923Z[ helios-setup] Feb 27 14:27:36.738 INFO E| From https://github.com/oxidecomputer/amd-efs
32322026-02-27T14:27:36.923Z[ helios-setup] Feb 27 14:27:36.738 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32332026-02-27T14:27:37.212Z[ helios-setup] Feb 27 14:27:37.027 INFO E| Downloading crates ...
32342026-02-27T14:27:37.381Z[ helios-setup] Feb 27 14:27:37.196 INFO E| Downloaded strsim v0.8.0
32352026-02-27T14:27:37.406Z[ helios-setup] Feb 27 14:27:37.198 INFO E| Downloaded dyn-clone v1.0.19
32362026-02-27T14:27:37.406Z[ helios-setup] Feb 27 14:27:37.201 INFO E| Downloaded log v0.4.27
32372026-02-27T14:27:37.406Z[ helios-setup] Feb 27 14:27:37.208 INFO E| Downloaded vec_map v0.8.2
32382026-02-27T14:27:37.406Z[ helios-setup] Feb 27 14:27:37.211 INFO E| Downloaded unic-ucd-ident v0.9.0
32392026-02-27T14:27:37.406Z[ helios-setup] Feb 27 14:27:37.214 INFO E| Downloaded rustversion v1.0.20
32402026-02-27T14:27:37.406Z[ helios-setup] Feb 27 14:27:37.219 INFO E| Downloaded structopt-derive v0.4.18
32412026-02-27T14:27:37.431Z[ helios-setup] Feb 27 14:27:37.223 INFO E| Downloaded unicode-ident v1.0.18
32422026-02-27T14:27:37.431Z[ helios-setup] Feb 27 14:27:37.228 INFO E| Downloaded zerocopy-derive v0.8.25
32432026-02-27T14:27:37.431Z[ helios-setup] Feb 27 14:27:37.237 INFO E| Downloaded typenum v1.18.0
32442026-02-27T14:27:37.431Z[ helios-setup] Feb 27 14:27:37.242 INFO E| Downloaded serde_derive v1.0.219
32452026-02-27T14:27:37.456Z[ helios-setup] Feb 27 14:27:37.246 INFO E| Downloaded pest v2.8.0
32462026-02-27T14:27:37.456Z[ helios-setup] Feb 27 14:27:37.255 INFO E| Downloaded serde_json v1.0.140
32472026-02-27T14:27:37.456Z[ helios-setup] Feb 27 14:27:37.269 INFO E| Downloaded goblin v0.9.3
32482026-02-27T14:27:37.481Z[ helios-setup] Feb 27 14:27:37.277 INFO E| Downloaded zerocopy v0.8.25
32492026-02-27T14:27:37.508Z[ helios-setup] Feb 27 14:27:37.310 INFO E| Downloaded clap v2.34.0
32502026-02-27T14:27:37.508Z[ helios-setup] Feb 27 14:27:37.319 INFO E| Downloaded syn v2.0.101
32512026-02-27T14:27:37.533Z[ helios-setup] Feb 27 14:27:37.334 INFO E| Downloaded proc-macro2 v1.0.95
32522026-02-27T14:27:37.533Z[ helios-setup] Feb 27 14:27:37.337 INFO E| Downloaded modular-bitfield v0.13.1
32532026-02-27T14:27:37.533Z[ helios-setup] Feb 27 14:27:37.348 INFO E| Downloaded structopt v0.3.26
32542026-02-27T14:27:37.558Z[ helios-setup] Feb 27 14:27:37.357 INFO E| Downloaded serde v1.0.219
32552026-02-27T14:27:37.558Z[ helios-setup] Feb 27 14:27:37.362 INFO E| Downloaded pest_derive v2.8.0
32562026-02-27T14:27:37.558Z[ helios-setup] Feb 27 14:27:37.365 INFO E| Downloaded modular-bitfield v0.11.2
32572026-02-27T14:27:37.583Z[ helios-setup] Feb 27 14:27:37.384 INFO E| Downloaded thiserror-impl v2.0.12
32582026-02-27T14:27:37.583Z[ helios-setup] Feb 27 14:27:37.386 INFO E| Downloaded thiserror v2.0.12
32592026-02-27T14:27:37.583Z[ helios-setup] Feb 27 14:27:37.393 INFO E| Downloaded strum_macros v0.27.1
32602026-02-27T14:27:37.583Z[ helios-setup] Feb 27 14:27:37.396 INFO E| Downloaded scroll_derive v0.12.1
32612026-02-27T14:27:37.583Z[ helios-setup] Feb 27 14:27:37.398 INFO E| Downloaded quote v1.0.40
32622026-02-27T14:27:37.608Z[ helios-setup] Feb 27 14:27:37.401 INFO E| Downloaded pest_meta v2.8.0
32632026-02-27T14:27:37.608Z[ helios-setup] Feb 27 14:27:37.404 INFO E| Downloaded pest_generator v2.8.0
32642026-02-27T14:27:37.608Z[ helios-setup] Feb 27 14:27:37.405 INFO E| Downloaded modular-bitfield-impl v0.13.1
32652026-02-27T14:27:37.608Z[ helios-setup] Feb 27 14:27:37.408 INFO E| Downloaded libc v0.2.172
32662026-02-27T14:27:37.634Z[ helios-setup] Feb 27 14:27:37.439 INFO E| Downloaded fletcher v1.0.0
32672026-02-27T14:27:37.634Z[ helios-setup] Feb 27 14:27:37.440 INFO E| Downloaded modular-bitfield-impl v0.11.2
32682026-02-27T14:27:37.634Z[ helios-setup] Feb 27 14:27:37.442 INFO E| Downloaded four-cc v0.4.0
32692026-02-27T14:27:37.634Z[ helios-setup] Feb 27 14:27:37.444 INFO E| Downloaded unic-ucd-version v0.9.0
32702026-02-27T14:27:37.634Z[ helios-setup] Feb 27 14:27:37.445 INFO E| Downloaded unic-common v0.9.0
32712026-02-27T14:27:37.634Z[ helios-setup] Feb 27 14:27:37.446 INFO E| Downloaded unic-char-range v0.9.0
32722026-02-27T14:27:37.634Z[ helios-setup] Feb 27 14:27:37.448 INFO E| Downloaded unic-char-property v0.9.0
32732026-02-27T14:27:37.659Z[ helios-setup] Feb 27 14:27:37.450 INFO E| Downloaded textwrap v0.11.0
32742026-02-27T14:27:37.659Z[ helios-setup] Feb 27 14:27:37.452 INFO E| Downloaded strum v0.27.1
32752026-02-27T14:27:37.659Z[ helios-setup] Feb 27 14:27:37.453 INFO E| Downloaded parse_int v0.9.0
32762026-02-27T14:27:37.659Z[ helios-setup] Feb 27 14:27:37.454 INFO E| Downloaded ansi_term v0.12.1
32772026-02-27T14:27:37.659Z[ helios-setup] Feb 27 14:27:37.456 INFO E| Downloaded bytesize v2.0.1
32782026-02-27T14:27:37.756Z[ helios-setup] Feb 27 14:27:37.571 INFO E| Compiling proc-macro2 v1.0.95
32792026-02-27T14:27:37.756Z[ helios-setup] Feb 27 14:27:37.571 INFO E| Compiling unicode-ident v1.0.18
32802026-02-27T14:27:37.756Z[ helios-setup] Feb 27 14:27:37.571 INFO E| Compiling memchr v2.7.4
32812026-02-27T14:27:37.781Z[ helios-setup] Feb 27 14:27:37.571 INFO E| Compiling autocfg v1.4.0
32822026-02-27T14:27:37.781Z[ helios-setup] Feb 27 14:27:37.571 INFO E| Compiling thiserror v2.0.12
32832026-02-27T14:27:37.781Z[ helios-setup] Feb 27 14:27:37.571 INFO E| Compiling serde v1.0.219
32842026-02-27T14:27:37.781Z[ helios-setup] Feb 27 14:27:37.571 INFO E| Compiling syn v1.0.109
32852026-02-27T14:27:37.781Z[ helios-setup] Feb 27 14:27:37.571 INFO E| Compiling version_check v0.9.5
32862026-02-27T14:27:38.335Z[ helios-setup] Feb 27 14:27:38.150 INFO E| Compiling serde_json v1.0.140
32872026-02-27T14:27:39.167Z[ helios-setup] Feb 27 14:27:38.982 INFO E| Compiling itoa v1.0.15
32882026-02-27T14:27:39.214Z[ helios-setup] Feb 27 14:27:39.029 INFO E| Compiling ryu v1.0.20
32892026-02-27T14:27:39.349Z[ helios-setup] Feb 27 14:27:39.164 INFO E| Compiling schemars v0.8.22
32902026-02-27T14:27:39.446Z[ helios-setup] Feb 27 14:27:39.261 INFO E| Compiling num-traits v0.2.19
32912026-02-27T14:27:39.537Z[ helios-setup] Feb 27 14:27:39.352 INFO E| Compiling memoffset v0.9.1
32922026-02-27T14:27:39.625Z[ helios-setup] Feb 27 14:27:39.440 INFO E| Compiling proc-macro-error-attr v1.0.4
32932026-02-27T14:27:39.999Z[ helios-setup] Feb 27 14:27:39.815 INFO E| Compiling paste v1.0.15
32942026-02-27T14:27:40.042Z[ helios-setup] Feb 27 14:27:39.857 INFO E| Compiling zerocopy v0.8.25
32952026-02-27T14:27:40.207Z[ host-package] Compiling resolv-conf v0.7.0
32962026-02-27T14:27:40.419Z[ helios-setup] Feb 27 14:27:40.235 INFO E| Compiling dyn-clone v1.0.19
32972026-02-27T14:27:40.444Z[ helios-setup] Feb 27 14:27:40.249 INFO E| Compiling rustversion v1.0.20
32982026-02-27T14:27:40.759Z[ helios-setup] Feb 27 14:27:40.574 INFO E| Compiling static_assertions v1.1.0
32992026-02-27T14:27:40.985Z[ helios-setup] Feb 27 14:27:40.801 INFO E| Compiling libc v0.2.172
33002026-02-27T14:27:41.026Z[ helios-setup] Feb 27 14:27:40.840 INFO E| Compiling ucd-trie v0.1.7
33012026-02-27T14:27:41.467Z[ helios-setup] Feb 27 14:27:41.281 INFO E| Compiling proc-macro-error v1.0.4
33022026-02-27T14:27:41.504Z[ helios-setup] Feb 27 14:27:41.319 INFO E| Compiling once_cell v1.21.3
33032026-02-27T14:27:42.147Z[ helios-setup] Feb 27 14:27:41.962 INFO E| Compiling quote v1.0.40
33042026-02-27T14:27:42.572Z[ helios-setup] Feb 27 14:27:42.387 INFO E| Compiling heck v0.5.0
33052026-02-27T14:27:42.614Z[ helios-setup] Feb 27 14:27:42.429 INFO E| Compiling unicode-segmentation v1.12.0
33062026-02-27T14:27:43.138Z[ host-package] Compiling libsw-core v0.3.1
33072026-02-27T14:27:43.174Z[ helios-setup] Feb 27 14:27:42.989 INFO E| Compiling syn v2.0.101
33082026-02-27T14:27:43.998Z[ host-package] Compiling libsw v3.5.0
33092026-02-27T14:27:44.098Z[ helios-setup] Feb 27 14:27:43.910 INFO E| Compiling unicode-width v0.1.14
33102026-02-27T14:27:44.279Z[ helios-setup] Feb 27 14:27:44.094 INFO E| Compiling heck v0.3.3
33112026-02-27T14:27:44.578Z[ helios-setup] Feb 27 14:27:44.393 INFO E| Compiling atty v0.2.14
33122026-02-27T14:27:44.818Z[ helios-setup] Feb 27 14:27:44.633 INFO E| Compiling parse_int v0.9.0
33132026-02-27T14:27:44.843Z[ helios-setup] Feb 27 14:27:44.641 INFO E| Compiling unic-common v0.9.0
33142026-02-27T14:27:44.873Z[ helios-setup] Feb 27 14:27:44.688 INFO E| Compiling bitflags v1.3.2
33152026-02-27T14:27:44.961Z[ helios-setup] Feb 27 14:27:44.776 INFO E| Compiling strsim v0.8.0
33162026-02-27T14:27:45.084Z[ helios-setup] Feb 27 14:27:44.900 INFO E| Compiling vec_map v0.8.2
33172026-02-27T14:27:45.266Z[ helios-setup] Feb 27 14:27:45.082 INFO E| Compiling textwrap v0.11.0
33182026-02-27T14:27:45.465Z[ helios-setup] Feb 27 14:27:45.280 INFO E| Compiling ansi_term v0.12.1
33192026-02-27T14:27:45.563Z[ helios-setup] Feb 27 14:27:45.378 INFO E| Compiling strum v0.27.1
33202026-02-27T14:27:45.797Z[ helios-setup] Feb 27 14:27:45.613 INFO E| Compiling unic-char-range v0.9.0
33212026-02-27T14:27:45.822Z[ helios-setup] Feb 27 14:27:45.623 INFO E| Compiling fletcher v1.0.0
33222026-02-27T14:27:45.876Z[ helios-setup] Feb 27 14:27:45.691 INFO E| Compiling byteorder v1.5.0
33232026-02-27T14:27:46.227Z[ helios-setup] Feb 27 14:27:46.042 INFO E| Compiling clap v2.34.0
33242026-02-27T14:27:46.308Z[ helios-setup] Feb 27 14:27:46.123 INFO E| Compiling unic-char-property v0.9.0
33252026-02-27T14:27:46.451Z[ helios-setup] Feb 27 14:27:46.266 INFO E| Compiling unic-ucd-version v0.9.0
33262026-02-27T14:27:46.615Z[ helios-setup] Feb 27 14:27:46.431 INFO E| Compiling lazy_static v1.5.0
33272026-02-27T14:27:46.640Z[ helios-setup] Feb 27 14:27:46.449 INFO E| Compiling log v0.4.27
33282026-02-27T14:27:46.732Z[ helios-setup] Feb 27 14:27:46.547 INFO E| Compiling plain v0.2.3
33292026-02-27T14:27:46.757Z[ helios-setup] Feb 27 14:27:46.555 INFO E| Compiling unic-ucd-ident v0.9.0
33302026-02-27T14:27:46.900Z[ helios-setup] Feb 27 14:27:46.715 INFO E| Compiling bytesize v2.0.1
33312026-02-27T14:27:47.002Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33322026-02-27T14:27:47.600Z[ host-package] Compiling linear-map v1.2.0
33332026-02-27T14:27:48.289Z[ host-package] Compiling minimal-lexical v0.2.1
33342026-02-27T14:27:48.864Z[ host-package] Compiling linked-hash-map v0.5.6
33352026-02-27T14:27:49.017Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33362026-02-27T14:27:49.609Z[ host-package] Compiling lru-cache v0.1.2
33372026-02-27T14:27:49.822Z[ host-package] Compiling nom v7.1.3
33382026-02-27T14:27:50.086Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33392026-02-27T14:27:50.171Z[ host-package] Compiling progenitor v0.11.2
33402026-02-27T14:27:50.859Z[ host-package] Compiling unicode-xid v0.2.6
33412026-02-27T14:27:51.482Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33422026-02-27T14:27:52.940Z[ helios-setup] Feb 27 14:27:52.754 INFO E| Compiling serde_derive_internals v0.29.1
33432026-02-27T14:27:53.597Z[ helios-setup] Feb 27 14:27:53.411 INFO E| Compiling modular-bitfield-impl v0.11.2
33442026-02-27T14:27:53.755Z[ helios-setup] Feb 27 14:27:53.570 INFO E| Compiling structopt-derive v0.4.18
33452026-02-27T14:27:54.691Z[ host-package] Compiling hickory-proto v0.24.4
33462026-02-27T14:27:54.903Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33472026-02-27T14:27:56.071Z[ helios-setup] Feb 27 14:27:55.864 INFO E| Compiling thiserror-impl v2.0.12
33482026-02-27T14:27:56.071Z[ helios-setup] Feb 27 14:27:55.874 INFO E| Compiling serde_derive v1.0.219
33492026-02-27T14:27:56.470Z[ helios-setup] Feb 27 14:27:56.285 INFO E| Compiling schemars_derive v0.8.22
33502026-02-27T14:27:56.582Z[ helios-setup] Feb 27 14:27:56.397 INFO E| Compiling zerocopy-derive v0.8.25
33512026-02-27T14:27:56.979Z[ helios-setup] Feb 27 14:27:56.795 INFO E| Compiling modular-bitfield-impl v0.13.1
33522026-02-27T14:27:57.548Z[ helios-setup] Feb 27 14:27:57.364 INFO E| Compiling num-derive v0.4.2
33532026-02-27T14:27:57.774Z[ helios-setup] Feb 27 14:27:57.589 INFO E| Compiling modular-bitfield v0.11.2
33542026-02-27T14:27:58.117Z[ helios-setup] Feb 27 14:27:57.932 INFO E| Compiling strum_macros v0.27.1
33552026-02-27T14:27:59.968Z[ helios-setup] Feb 27 14:27:59.783 INFO E| Compiling scroll_derive v0.12.1
33562026-02-27T14:28:01.238Z[ helios-setup] Feb 27 14:28:01.053 INFO E| Compiling structopt v0.3.26
33572026-02-27T14:28:01.630Z[ helios-setup] Feb 27 14:28:01.445 INFO E| Compiling pest v2.8.0
33582026-02-27T14:28:01.813Z[ helios-setup] Feb 27 14:28:01.629 INFO E| Compiling modular-bitfield v0.13.1
33592026-02-27T14:28:02.512Z[ helios-setup] Feb 27 14:28:02.327 INFO E| Compiling scroll v0.12.0
33602026-02-27T14:28:03.029Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33612026-02-27T14:28:03.640Z[ helios-setup] Feb 27 14:28:03.456 INFO E| Compiling goblin v0.9.3
33622026-02-27T14:28:06.665Z[ helios-setup] Feb 27 14:28:06.480 INFO E| Compiling pest_meta v2.8.0
33632026-02-27T14:28:07.438Z[ host-package] Compiling hickory-resolver v0.24.4
33642026-02-27T14:28:08.767Z[ helios-setup] Feb 27 14:28:08.583 INFO E| Compiling pest_generator v2.8.0
33652026-02-27T14:28:11.072Z[ helios-setup] Feb 27 14:28:10.883 INFO E| Compiling pest_derive v2.8.0
33662026-02-27T14:28:11.743Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33672026-02-27T14:28:13.184Z[ host-package] Compiling convert_case v0.7.1
33682026-02-27T14:28:13.946Z[ helios-setup] Feb 27 14:28:13.761 INFO E| Compiling json5 v0.4.1
33692026-02-27T14:28:14.172Z[ host-package] Compiling derive_more-impl v2.0.1
33702026-02-27T14:28:16.641Z[ host-package] Compiling qorb v0.4.1
33712026-02-27T14:28:18.598Z[ helios-setup] Feb 27 14:28:18.413 INFO E| Compiling four-cc v0.4.0
33722026-02-27T14:28:18.598Z[ helios-setup] Feb 27 14:28:18.414 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33732026-02-27T14:28:18.885Z[ helios-setup] Feb 27 14:28:18.700 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33742026-02-27T14:28:23.204Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33752026-02-27T14:28:23.277Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33762026-02-27T14:28:23.759Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33772026-02-27T14:28:24.303Z[ host-package] Compiling derive_more v2.0.1
33782026-02-27T14:28:24.744Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33792026-02-27T14:28:25.265Z[ host-package] Compiling vte_generate_state_changes v0.1.2
33802026-02-27T14:28:25.321Z[ host-package] Compiling termtree v0.5.1
33812026-02-27T14:28:25.741Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33822026-02-27T14:28:26.086Z[ host-package] Compiling siphasher v1.0.1
33832026-02-27T14:28:26.745Z[ host-package] Compiling phf_shared v0.12.1
33842026-02-27T14:28:27.457Z[ host-package] Compiling vte v0.11.1
33852026-02-27T14:28:27.810Z[ host-package] Compiling crossterm v0.29.0
33862026-02-27T14:28:28.974Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33872026-02-27T14:28:29.109Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33882026-02-27T14:28:29.373Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33892026-02-27T14:28:31.319Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33902026-02-27T14:28:32.425Z[ host-package] Compiling csv-core v0.1.11
33912026-02-27T14:28:33.355Z[ host-package] Compiling highway v1.3.0
33922026-02-27T14:28:35.100Z[ host-package] Compiling chrono-tz v0.10.4
33932026-02-27T14:28:35.588Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33942026-02-27T14:28:35.635Z[ host-package] Compiling tough v0.20.0
33952026-02-27T14:28:35.766Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33962026-02-27T14:28:36.227Z[ host-package] Compiling csv v1.3.1
33972026-02-27T14:28:36.830Z[ host-package] Compiling strip-ansi-escapes v0.2.0
33982026-02-27T14:28:37.904Z[ host-package] Compiling phf v0.12.1
33992026-02-27T14:28:38.342Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34002026-02-27T14:28:38.697Z[ host-package] Compiling const_format_proc_macros v0.2.34
34012026-02-27T14:28:39.535Z[ host-package] Compiling papergrid v0.11.0
34022026-02-27T14:28:40.630Z[ host-package] Compiling tabled_derive v0.7.0
34032026-02-27T14:28:40.906Z[ host-package] Compiling fd-lock v4.0.2
34042026-02-27T14:28:41.270Z[ host-package] Compiling peg-macros v0.8.5
34052026-02-27T14:28:42.735Z[ host-package] Compiling nu-ansi-term v0.50.1
34062026-02-27T14:28:43.972Z[ host-package] Compiling reedline v0.40.0
34072026-02-27T14:28:44.605Z[ host-package] Compiling peg v0.8.5
34082026-02-27T14:28:44.893Z[ host-package] Compiling tabled v0.15.0
34092026-02-27T14:28:46.186Z[ host-package] Compiling const_format v0.2.34
34102026-02-27T14:28:49.006Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34112026-02-27T14:28:51.223Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34122026-02-27T14:28:53.119Z[ host-package] Compiling bcs v0.1.6
34132026-02-27T14:28:54.112Z[ host-package] Compiling semver v0.1.20
34142026-02-27T14:28:54.777Z[ host-package] Compiling rustc_version v0.1.7
34152026-02-27T14:28:55.401Z[ host-package] Compiling newtype_derive v0.1.6
34162026-02-27T14:28:55.897Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34172026-02-27T14:28:56.366Z[ host-package] Compiling unicode-linebreak v0.1.5
34182026-02-27T14:28:57.077Z[ host-package] Compiling smawk v0.3.2
34192026-02-27T14:28:57.496Z[ host-package] Compiling humantime v2.2.0
34202026-02-27T14:28:57.839Z[ host-package] Compiling textwrap v0.16.2
34212026-02-27T14:28:58.688Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
34222026-02-27T14:29:00.226Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34232026-02-27T14:29:00.709Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34242026-02-27T14:29:01.126Z[ helios-setup] Feb 27 14:29:00.941 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34252026-02-27T14:29:01.637Z[ host-package] Compiling colored v3.0.0
34262026-02-27T14:29:02.445Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34272026-02-27T14:29:02.823Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34282026-02-27T14:29:03.380Z[ host-package] Compiling steno v0.4.1
34292026-02-27T14:29:03.475Z[ host-package] Compiling utf-8 v0.7.6
34302026-02-27T14:29:04.271Z[ host-package] Compiling moka v0.12.10
34312026-02-27T14:29:04.992Z[ host-package] Compiling tagptr v0.2.0
34322026-02-27T14:29:05.807Z[ host-package] Compiling tungstenite v0.21.0
34332026-02-27T14:29:09.236Z[ host-package] Compiling hickory-resolver v0.25.2
34342026-02-27T14:29:11.330Z[ host-package] Compiling tokio-tungstenite v0.21.0
34352026-02-27T14:29:11.457Z[ helios-setup] Feb 27 14:29:11.272 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34362026-02-27T14:29:11.684Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34372026-02-27T14:29:12.046Z[ host-package] Compiling progenitor-impl v0.10.0
34382026-02-27T14:29:12.153Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34392026-02-27T14:29:13.224Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34402026-02-27T14:29:18.530Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34412026-02-27T14:29:26.463Z[ host-package] Compiling progenitor-macro v0.10.0
34422026-02-27T14:29:27.231Z[ host-package] Compiling proc-macro-error2 v2.0.1
34432026-02-27T14:29:28.331Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34442026-02-27T14:29:28.903Z[ host-package] Compiling num-derive v0.3.3
34452026-02-27T14:29:31.491Z[ host-package] Compiling libscf-sys v1.1.0
34462026-02-27T14:29:31.952Z[ host-package] Compiling vergen-gitcl v1.0.8
34472026-02-27T14:29:32.752Z[ host-package] Compiling dirs-sys-next v0.1.2
34482026-02-27T14:29:33.610Z[ host-package] Compiling maplit v1.0.2
34492026-02-27T14:29:33.959Z[ host-package] Compiling crunchy v0.2.2
34502026-02-27T14:29:34.260Z[ host-package] Compiling glob v0.3.2
34512026-02-27T14:29:34.801Z[ host-package] Compiling dirs-next v2.0.0
34522026-02-27T14:29:35.256Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34532026-02-27T14:29:35.478Z[ host-package] Compiling clang-sys v1.8.1
34542026-02-27T14:29:36.428Z[ host-package] Compiling dsl_auto_type v0.1.2
34552026-02-27T14:29:36.817Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34562026-02-27T14:29:37.093Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34572026-02-27T14:29:37.358Z[ host-package] Compiling tiny-keccak v2.0.2
34582026-02-27T14:29:37.606Z[ host-package] Compiling r2d2 v0.8.10
34592026-02-27T14:29:38.048Z[ host-package] Compiling diesel_derives v2.2.3
34602026-02-27T14:29:38.534Z[ host-package] Compiling term v0.7.0
34612026-02-27T14:29:38.894Z[ host-package] Compiling tabled_derive v0.11.0
34622026-02-27T14:29:39.356Z[ host-package] Compiling papergrid v0.17.0
34632026-02-27T14:29:39.719Z[ host-package] Compiling testing_table v0.3.0
34642026-02-27T14:29:39.783Z[ host-package] Compiling progenitor v0.10.0
34652026-02-27T14:29:40.212Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34662026-02-27T14:29:40.739Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34672026-02-27T14:29:41.452Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34682026-02-27T14:29:41.958Z[ host-package] Compiling xshell-macros v0.2.7
34692026-02-27T14:29:42.951Z[ host-package] Compiling arc-swap v1.7.1
34702026-02-27T14:29:43.768Z[ host-package] Compiling bit-vec v0.6.3
34712026-02-27T14:29:43.996Z[ helios-setup] Feb 27 14:29:43.812 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
34722026-02-27T14:29:44.045Z[ helios-setup] Feb 27 14:29:43.861 INFO building project "amd-host-image-builder" ok (129 seconds)
34732026-02-27T14:29:44.069Z[ helios-setup] Feb 27 14:29:43.861 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
34742026-02-27T14:29:44.229Z[ helios-setup] Feb 27 14:29:44.045 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
34752026-02-27T14:29:44.229Z[ helios-setup] Feb 27 14:29:44.045 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
34762026-02-27T14:29:44.254Z[ helios-setup] Feb 27 14:29:44.045 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
34772026-02-27T14:29:44.414Z[ host-package] Compiling bit-set v0.5.3
34782026-02-27T14:29:44.613Z[ host-package] Compiling slog-scope v4.4.0
34792026-02-27T14:29:44.849Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34802026-02-27T14:29:44.952Z[ helios-setup] Feb 27 14:29:44.768 INFO E| Downloading crates ...
34812026-02-27T14:29:45.075Z[ helios-setup] Feb 27 14:29:44.891 INFO E| Downloaded time-core v0.1.4
34822026-02-27T14:29:45.100Z[ helios-setup] Feb 27 14:29:44.893 INFO E| Downloaded serde_with_macros v3.12.0
34832026-02-27T14:29:45.100Z[ helios-setup] Feb 27 14:29:44.897 INFO E| Downloaded time-macros v0.2.22
34842026-02-27T14:29:45.100Z[ helios-setup] Feb 27 14:29:44.901 INFO E| Downloaded darling v0.20.11
34852026-02-27T14:29:45.100Z[ helios-setup] Feb 27 14:29:44.908 INFO E| Downloaded tempfile v3.20.0
34862026-02-27T14:29:45.100Z[ helios-setup] Feb 27 14:29:44.912 INFO E| Downloaded indexmap v2.9.0
34872026-02-27T14:29:45.125Z[ helios-setup] Feb 27 14:29:44.917 INFO E| Downloaded getrandom v0.3.3
34882026-02-27T14:29:45.125Z[ helios-setup] Feb 27 14:29:44.923 INFO E| Downloaded hashbrown v0.15.3
34892026-02-27T14:29:45.125Z[ helios-setup] Feb 27 14:29:44.930 INFO E| Downloaded time v0.3.41
34902026-02-27T14:29:45.125Z[ helios-setup] Feb 27 14:29:44.940 INFO E| Downloaded darling_core v0.20.11
34912026-02-27T14:29:45.150Z[ helios-setup] Feb 27 14:29:44.947 INFO E| Downloaded serde_with v3.12.0
34922026-02-27T14:29:45.150Z[ helios-setup] Feb 27 14:29:44.958 INFO E| Downloaded deranged v0.4.0
34932026-02-27T14:29:45.150Z[ helios-setup] Feb 27 14:29:44.961 INFO E| Downloaded bitflags v2.9.1
34942026-02-27T14:29:45.174Z[ helios-setup] Feb 27 14:29:44.966 INFO E| Downloaded chrono v0.4.41
34952026-02-27T14:29:45.174Z[ helios-setup] Feb 27 14:29:44.975 INFO E| Downloaded fastrand v2.3.0
34962026-02-27T14:29:45.174Z[ helios-setup] Feb 27 14:29:44.977 INFO E| Downloaded darling_macro v0.20.11
34972026-02-27T14:29:45.174Z[ helios-setup] Feb 27 14:29:44.978 INFO E| Downloaded anyhow v1.0.98
34982026-02-27T14:29:45.174Z[ helios-setup] Feb 27 14:29:44.984 INFO E| Downloaded rustix v1.0.7
34992026-02-27T14:29:45.289Z[ helios-setup] Feb 27 14:29:45.105 INFO E| Compiling proc-macro2 v1.0.95
35002026-02-27T14:29:45.289Z[ helios-setup] Feb 27 14:29:45.105 INFO E| Compiling unicode-ident v1.0.18
35012026-02-27T14:29:45.314Z[ helios-setup] Feb 27 14:29:45.106 INFO E| Compiling libc v0.2.172
35022026-02-27T14:29:45.314Z[ helios-setup] Feb 27 14:29:45.106 INFO E| Compiling strsim v0.11.1
35032026-02-27T14:29:45.314Z[ helios-setup] Feb 27 14:29:45.106 INFO E| Compiling ident_case v1.0.1
35042026-02-27T14:29:45.315Z[ helios-setup] Feb 27 14:29:45.106 INFO E| Compiling fnv v1.0.7
35052026-02-27T14:29:45.315Z[ helios-setup] Feb 27 14:29:45.106 INFO E| Compiling serde v1.0.219
35062026-02-27T14:29:45.315Z[ helios-setup] Feb 27 14:29:45.106 INFO E| Compiling rustix v1.0.7
35072026-02-27T14:29:45.511Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35082026-02-27T14:29:45.906Z[ helios-setup] Feb 27 14:29:45.722 INFO E| Compiling getrandom v0.3.3
35092026-02-27T14:29:46.367Z[ helios-setup] Feb 27 14:29:46.181 INFO E| Compiling serde_json v1.0.140
35102026-02-27T14:29:46.851Z[ helios-setup] Feb 27 14:29:46.667 INFO E| Compiling anyhow v1.0.98
35112026-02-27T14:29:47.082Z[ helios-setup] Feb 27 14:29:46.898 INFO E| Compiling thiserror v2.0.12
35122026-02-27T14:29:47.120Z[ helios-setup] Feb 27 14:29:46.936 INFO E| Compiling cfg-if v1.0.0
35132026-02-27T14:29:47.353Z[ helios-setup] Feb 27 14:29:47.169 INFO E| Compiling bitflags v2.9.1
35142026-02-27T14:29:47.498Z[ helios-setup] Feb 27 14:29:47.314 INFO E| Compiling itoa v1.0.15
35152026-02-27T14:29:47.652Z[ helios-setup] Feb 27 14:29:47.468 INFO E| Compiling once_cell v1.21.3
35162026-02-27T14:29:47.700Z[ helios-setup] Feb 27 14:29:47.516 INFO E| Compiling memchr v2.7.4
35172026-02-27T14:29:47.989Z[ helios-setup] Feb 27 14:29:47.805 INFO E| Compiling fastrand v2.3.0
35182026-02-27T14:29:48.552Z[ helios-setup] Feb 27 14:29:48.368 INFO E| Compiling errno v0.3.12
35192026-02-27T14:29:49.094Z[ helios-setup] Feb 27 14:29:48.910 INFO E| Compiling ryu v1.0.20
35202026-02-27T14:29:49.203Z[ helios-setup] Feb 27 14:29:49.019 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35212026-02-27T14:29:49.739Z[ helios-setup] Feb 27 14:29:49.555 INFO E| Compiling quote v1.0.40
35222026-02-27T14:29:50.392Z[ helios-setup] Feb 27 14:29:50.208 INFO E| Compiling syn v2.0.101
35232026-02-27T14:29:51.029Z[ host-package] Compiling diesel v2.2.12
35242026-02-27T14:29:52.291Z[ helios-setup] Feb 27 14:29:52.107 INFO E| Compiling tempfile v3.20.0
35252026-02-27T14:29:52.444Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35262026-02-27T14:29:55.989Z[ host-package] Compiling xshell v0.2.7
35272026-02-27T14:29:56.456Z[ host-package] Compiling tabled v0.20.0
35282026-02-27T14:29:58.451Z[ helios-setup] Feb 27 14:29:58.267 INFO E| Compiling darling_core v0.20.11
35292026-02-27T14:29:59.427Z[ host-package] Compiling ascii-canvas v3.0.0
35302026-02-27T14:30:00.116Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35312026-02-27T14:30:00.443Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35322026-02-27T14:30:00.939Z[ helios-setup] Feb 27 14:30:00.754 INFO E| Compiling serde_derive v1.0.219
35332026-02-27T14:30:00.939Z[ helios-setup] Feb 27 14:30:00.754 INFO E| Compiling thiserror-impl v2.0.12
35342026-02-27T14:30:02.023Z[ host-package] Compiling ena v0.14.3
35352026-02-27T14:30:02.941Z[ host-package] Compiling libloading v0.8.5
35362026-02-27T14:30:03.971Z[ host-package] Compiling regex-syntax v0.6.29
35372026-02-27T14:30:04.180Z[ helios-setup] Feb 27 14:30:03.996 INFO E| Compiling darling_macro v0.20.11
35382026-02-27T14:30:05.629Z[ helios-setup] Feb 27 14:30:05.445 INFO E| Compiling darling v0.20.11
35392026-02-27T14:30:05.792Z[ helios-setup] Feb 27 14:30:05.608 INFO E| Compiling serde_with_macros v3.12.0
35402026-02-27T14:30:10.244Z[ host-package] Compiling diff v0.1.13
35412026-02-27T14:30:10.848Z[ host-package] Compiling unicase v2.8.1
35422026-02-27T14:30:11.736Z[ host-package] Compiling bindgen v0.71.1
35432026-02-27T14:30:11.972Z[ host-package] Compiling lalrpop v0.19.12
35442026-02-27T14:30:16.087Z[ helios-setup] Feb 27 14:30:15.903 INFO E| Compiling serde_with v3.12.0
35452026-02-27T14:30:19.832Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35462026-02-27T14:30:23.004Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35472026-02-27T14:30:27.386Z[ helios-setup] Feb 27 14:30:27.202 INFO E| Finished `release` profile [optimized] target(s) in 42.90s
35482026-02-27T14:30:27.427Z[ helios-setup] Feb 27 14:30:27.243 INFO building project "dmar-report" ok (43 seconds)
35492026-02-27T14:30:27.427Z[ helios-setup] Feb 27 14:30:27.243 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35502026-02-27T14:30:27.542Z[ helios-setup] Feb 27 14:30:27.357 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
35512026-02-27T14:30:27.542Z[ helios-setup] Feb 27 14:30:27.357 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35522026-02-27T14:30:27.567Z[ helios-setup] Feb 27 14:30:27.357 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35532026-02-27T14:30:27.834Z[ helios-setup] Feb 27 14:30:27.651 INFO E| Downloading crates ...
35542026-02-27T14:30:27.906Z[ helios-setup] Feb 27 14:30:27.722 INFO E| Downloaded block-buffer v0.10.3
35552026-02-27T14:30:27.931Z[ helios-setup] Feb 27 14:30:27.728 INFO E| Downloaded cpufeatures v0.2.5
35562026-02-27T14:30:27.931Z[ helios-setup] Feb 27 14:30:27.730 INFO E| Downloaded miniz_oxide v0.6.2
35572026-02-27T14:30:27.931Z[ helios-setup] Feb 27 14:30:27.734 INFO E| Downloaded generic-array v0.14.6
35582026-02-27T14:30:27.931Z[ helios-setup] Feb 27 14:30:27.736 INFO E| Downloaded digest v0.10.3
35592026-02-27T14:30:27.931Z[ helios-setup] Feb 27 14:30:27.739 INFO E| Downloaded typenum v1.15.0
35602026-02-27T14:30:27.931Z[ helios-setup] Feb 27 14:30:27.742 INFO E| Downloaded flate2 v1.0.25
35612026-02-27T14:30:27.931Z[ helios-setup] Feb 27 14:30:27.747 INFO E| Downloaded anyhow v1.0.62
35622026-02-27T14:30:27.956Z[ helios-setup] Feb 27 14:30:27.751 INFO E| Downloaded sha2 v0.10.5
35632026-02-27T14:30:27.957Z[ helios-setup] Feb 27 14:30:27.754 INFO E| Downloaded bytes v1.2.1
35642026-02-27T14:30:28.030Z[ helios-setup] Feb 27 14:30:27.846 INFO E| Compiling version_check v0.9.4
35652026-02-27T14:30:28.030Z[ helios-setup] Feb 27 14:30:27.846 INFO E| Compiling typenum v1.15.0
35662026-02-27T14:30:28.055Z[ helios-setup] Feb 27 14:30:27.847 INFO E| Compiling cfg-if v1.0.0
35672026-02-27T14:30:28.055Z[ helios-setup] Feb 27 14:30:27.847 INFO E| Compiling crc32fast v1.3.2
35682026-02-27T14:30:28.055Z[ helios-setup] Feb 27 14:30:27.847 INFO E| Compiling adler v1.0.2
35692026-02-27T14:30:28.055Z[ helios-setup] Feb 27 14:30:27.847 INFO E| Compiling anyhow v1.0.62
35702026-02-27T14:30:28.055Z[ helios-setup] Feb 27 14:30:27.847 INFO E| Compiling cpufeatures v0.2.5
35712026-02-27T14:30:28.055Z[ helios-setup] Feb 27 14:30:27.847 INFO E| Compiling unicode-width v0.1.10
35722026-02-27T14:30:28.921Z[ helios-setup] Feb 27 14:30:28.737 INFO E| Compiling generic-array v0.14.6
35732026-02-27T14:30:29.045Z[ helios-setup] Feb 27 14:30:28.861 INFO E| Compiling miniz_oxide v0.6.2
35742026-02-27T14:30:29.346Z[ helios-setup] Feb 27 14:30:29.163 INFO E| Compiling getopts v0.2.21
35752026-02-27T14:30:29.393Z[ helios-setup] Feb 27 14:30:29.209 INFO E| Compiling bytes v1.2.1
35762026-02-27T14:30:29.708Z[ helios-setup] Feb 27 14:30:29.524 INFO E| Compiling bitflags v1.3.2
35772026-02-27T14:30:31.182Z[ helios-setup] Feb 27 14:30:30.998 INFO E| Compiling flate2 v1.0.25
35782026-02-27T14:30:31.207Z[ host-package] Compiling slog-stdlog v4.1.1
35792026-02-27T14:30:32.895Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35802026-02-27T14:30:34.147Z[ helios-setup] Feb 27 14:30:33.963 INFO E| Compiling block-buffer v0.10.3
35812026-02-27T14:30:34.147Z[ helios-setup] Feb 27 14:30:33.963 INFO E| Compiling crypto-common v0.1.6
35822026-02-27T14:30:34.380Z[ helios-setup] Feb 27 14:30:34.196 INFO E| Compiling digest v0.10.3
35832026-02-27T14:30:34.784Z[ helios-setup] Feb 27 14:30:34.600 INFO E| Compiling sha2 v0.10.5
35842026-02-27T14:30:35.318Z[ helios-setup] Feb 27 14:30:35.134 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35852026-02-27T14:30:36.199Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35862026-02-27T14:30:37.034Z[ host-package] Compiling cexpr v0.6.0
35872026-02-27T14:30:38.184Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35882026-02-27T14:30:39.196Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35892026-02-27T14:30:39.483Z[ host-package] Compiling crc8 v0.1.1
35902026-02-27T14:30:39.668Z[ host-package] Compiling polar-core v0.27.3
35912026-02-27T14:30:40.062Z[ host-package] Compiling slog-envlogger v2.2.0
35922026-02-27T14:30:40.089Z[ helios-setup] Feb 27 14:30:39.879 INFO E| Finished `release` profile [optimized] target(s) in 12.40s
35932026-02-27T14:30:40.089Z[ helios-setup] Feb 27 14:30:39.904 INFO building project "bootserver" ok (12 seconds)
35942026-02-27T14:30:40.115Z[ helios-setup] rm -f helios-build
35952026-02-27T14:30:40.115Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35962026-02-27T14:30:40.115Z[ helios-setup]
35972026-02-27T14:30:40.115Z[ helios-setup] Setup complete! ./helios-build is now available.
35982026-02-27T14:30:40.115Z[ helios-setup]
35992026-02-27T14:30:40.115Z[ helios-setup]
36002026-02-27T14:30:40.115ZFeb 27 14:30:39.922 INFO [helios-setup] process exited with exit status: 0 (463.328675523s)
36012026-02-27T14:30:40.115Z[ helios-setup] real 7:43.323440283
36022026-02-27T14:30:40.115Z[ helios-setup] user 16:24.154145481
36032026-02-27T14:30:40.115Z[ helios-setup] sys 2:09.594848853
36042026-02-27T14:30:40.116Z[ helios-setup] trap 1.303380415
36052026-02-27T14:30:40.116Z[ helios-setup] tflt 3.130552838
36062026-02-27T14:30:40.116Z[ helios-setup] dflt 14.733019113
36072026-02-27T14:30:40.116Z[ helios-setup] kflt 0.001450258
36082026-02-27T14:30:40.116Z[ helios-setup] lock 1:20:41.664578641
36092026-02-27T14:30:40.116Z[ helios-setup] slp 2:02:25.738920485
36102026-02-27T14:30:40.116Z[ helios-setup] lat 16:51.372890940
36112026-02-27T14:30:40.116Z[ helios-setup] stop 2:21.631882789
36122026-02-27T14:30:40.116ZFeb 27 14:30:39.924 INFO [helios-record] running task
36132026-02-27T14:30:40.117ZFeb 27 14:30:39.924 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36142026-02-27T14:30:40.142ZFeb 27 14:30:39.931 DEBG process exited with exit status: 0 (7.29899ms)
36152026-02-27T14:30:40.142ZFeb 27 14:30:39.931 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36162026-02-27T14:30:40.142ZFeb 27 14:30:39.942 DEBG process exited with exit status: 0 (10.577612ms)
36172026-02-27T14:30:40.142ZFeb 27 14:30:39.942 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36182026-02-27T14:30:40.142ZFeb 27 14:30:39.949 DEBG process exited with exit status: 0 (6.422307ms)
36192026-02-27T14:30:40.142ZFeb 27 14:30:39.949 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36202026-02-27T14:30:40.142ZFeb 27 14:30:39.955 DEBG process exited with exit status: 0 (6.319854ms)
36212026-02-27T14:30:40.142ZFeb 27 14:30:39.955 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36222026-02-27T14:30:40.168ZFeb 27 14:30:39.961 DEBG process exited with exit status: 0 (6.077256ms)
36232026-02-27T14:30:40.169ZFeb 27 14:30:39.961 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36242026-02-27T14:30:40.169ZFeb 27 14:30:39.967 DEBG process exited with exit status: 0 (5.755439ms)
36252026-02-27T14:30:40.169ZFeb 27 14:30:39.967 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36262026-02-27T14:30:40.169ZFeb 27 14:30:39.973 DEBG process exited with exit status: 0 (5.982288ms)
36272026-02-27T14:30:40.169ZFeb 27 14:30:39.973 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36282026-02-27T14:30:40.169ZFeb 27 14:30:39.978 DEBG process exited with exit status: 0 (5.6397ms)
36292026-02-27T14:30:40.169ZFeb 27 14:30:39.979 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36302026-02-27T14:30:40.169ZFeb 27 14:30:39.984 DEBG process exited with exit status: 0 (5.803313ms)
36312026-02-27T14:30:40.195ZFeb 27 14:30:39.985 INFO [helios-record] task succeeded (61.226919ms)
36322026-02-27T14:30:41.079Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36332026-02-27T14:30:42.026Z[ host-package] Compiling headers-core v0.3.0
36342026-02-27T14:30:42.279Z[ host-package] Compiling libxml v0.3.3
36352026-02-27T14:30:42.764Z[ host-package] Compiling headers v0.4.1
36362026-02-27T14:30:46.284Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36372026-02-27T14:30:47.517Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36382026-02-27T14:30:47.926Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36392026-02-27T14:30:48.781Z[ host-package] Compiling strum_macros v0.24.3
36402026-02-27T14:30:49.006Z[ host-package] Compiling indoc v1.0.9
36412026-02-27T14:30:51.165Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36422026-02-27T14:30:51.559Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36432026-02-27T14:30:51.595Z[ host-package] Compiling derive_builder v0.20.2
36442026-02-27T14:30:51.880Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
36452026-02-27T14:30:52.248Z[ host-package] Compiling samael v0.0.19
36462026-02-27T14:30:54.181Z[ host-package] Compiling oso-derive v0.27.3
36472026-02-27T14:30:55.099Z[ host-package] Compiling quick-xml v0.37.2
36482026-02-27T14:30:55.211Z[ host-package] Compiling half v1.8.3
36492026-02-27T14:30:56.127Z[ host-package] Compiling serde_cbor v0.11.2
36502026-02-27T14:30:56.923Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36512026-02-27T14:30:57.167Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36522026-02-27T14:30:57.376Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36532026-02-27T14:30:58.552Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36542026-02-27T14:30:59.745Z[ host-package] Compiling diesel-dtrace v0.4.2
36552026-02-27T14:31:00.294Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36562026-02-27T14:31:04.861Z[ host-package] Compiling oso v0.27.3
36572026-02-27T14:31:15.013Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36582026-02-27T14:31:15.209Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36592026-02-27T14:31:15.455Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36602026-02-27T14:31:16.457Z[ host-package] Compiling bb8 v0.8.5
36612026-02-27T14:31:17.154Z[ host-package] Compiling trait-variant v0.1.2
36622026-02-27T14:31:18.101Z[ host-package] Compiling async-bb8-diesel v0.2.1
36632026-02-27T14:31:18.153Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36642026-02-27T14:31:18.197Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36652026-02-27T14:31:18.967Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36662026-02-27T14:31:19.130Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36672026-02-27T14:31:19.285Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36682026-02-27T14:31:19.699Z[ host-package] Compiling fxhash v0.2.1
36692026-02-27T14:31:20.016Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36702026-02-27T14:31:20.552Z[ host-package] Compiling typify-impl v0.2.0
36712026-02-27T14:31:21.946Z[ host-package] Compiling kstat-rs v0.2.4
36722026-02-27T14:31:22.951Z[ host-package] Compiling libz-sys v1.1.20
36732026-02-27T14:31:23.512Z[ host-package] Compiling salty v0.3.0
36742026-02-27T14:31:23.660Z[ host-package] Compiling nonempty v0.12.0
36752026-02-27T14:31:24.159Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36762026-02-27T14:31:24.812Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36772026-02-27T14:31:28.894Z[ host-package] Compiling typify-macro v0.2.0
36782026-02-27T14:31:32.056Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36792026-02-27T14:31:32.110Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36802026-02-27T14:31:37.515Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36812026-02-27T14:31:42.424Z[ host-package] Compiling nanorand v0.7.0
36822026-02-27T14:31:43.160Z[ host-package] Compiling parking_lot_core v0.8.6
36832026-02-27T14:31:44.061Z[ host-package] Compiling mime_guess v2.0.5
36842026-02-27T14:31:45.083Z[ host-package] Compiling flume v0.11.1
36852026-02-27T14:31:45.859Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36862026-02-27T14:31:46.174Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36872026-02-27T14:31:48.918Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36882026-02-27T14:31:51.042Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36892026-02-27T14:31:53.824Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36902026-02-27T14:32:04.766Z[ host-package] Compiling tabled_derive v0.10.0
36912026-02-27T14:32:06.825Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36922026-02-27T14:32:10.022Z[ host-package] Compiling ignore v0.4.23
36932026-02-27T14:32:13.122Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36942026-02-27T14:32:15.601Z[ host-package] Compiling papergrid v0.14.0
36952026-02-27T14:32:15.916Z[ host-package] Compiling primeorder v0.13.6
36962026-02-27T14:32:16.648Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36972026-02-27T14:32:20.005Z[ host-package] Compiling castaway v0.2.3
36982026-02-27T14:32:20.045Z[ host-package] Compiling nibble_vec v0.1.0
36992026-02-27T14:32:20.279Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37002026-02-27T14:32:20.376Z[ host-package] Compiling atty v0.2.14
37012026-02-27T14:32:20.649Z[ host-package] Compiling endian-type v0.1.2
37022026-02-27T14:32:20.708Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37032026-02-27T14:32:20.772Z[ host-package] Compiling http-range v0.1.5
37042026-02-27T14:32:21.000Z[ host-package] Compiling radix_trie v0.2.1
37052026-02-27T14:32:21.196Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37062026-02-27T14:32:21.543Z[ host-package] Compiling compact_str v0.8.0
37072026-02-27T14:32:21.914Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37082026-02-27T14:32:24.012Z[ host-package] Compiling tabled v0.18.0
37092026-02-27T14:32:27.315Z[ host-package] Compiling p384 v0.13.1
37102026-02-27T14:32:27.642Z[ host-package] Compiling globwalk v0.9.1
37112026-02-27T14:32:29.124Z[ host-package] Compiling parking_lot v0.11.2
37122026-02-27T14:32:29.828Z[ host-package] Compiling typify v0.2.0
37132026-02-27T14:32:30.052Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37142026-02-27T14:32:31.002Z[ host-package] Compiling predicates-tree v1.0.12
37152026-02-27T14:32:31.728Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37162026-02-27T14:32:31.969Z[ host-package] Compiling unicode-truncate v1.1.0
37172026-02-27T14:32:32.347Z[ host-package] Compiling prefix-trie v0.7.0
37182026-02-27T14:32:33.405Z[ host-package] Compiling lru v0.12.5
37192026-02-27T14:32:33.802Z[ host-package] Compiling vergen-git2 v1.0.7
37202026-02-27T14:32:34.133Z[ host-package] Compiling instability v0.3.2
37212026-02-27T14:32:34.199Z[ host-package] Compiling indoc v2.0.6
37222026-02-27T14:32:35.105Z[ host-package] Compiling cassowary v0.3.0
37232026-02-27T14:32:35.232Z[ host-package] Compiling hickory-server v0.25.2
37242026-02-27T14:32:38.617Z[ host-package] Compiling ratatui v0.29.0
37252026-02-27T14:32:38.674Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37262026-02-27T14:32:40.091Z[ host-package] Compiling progenitor-impl v0.8.0
37272026-02-27T14:32:41.569Z[ host-package] Compiling git2 v0.20.2
37282026-02-27T14:32:41.680Z[ host-package] Compiling sled v0.34.7
37292026-02-27T14:32:46.689Z[ host-package] Compiling hyper-staticfile v0.10.1
37302026-02-27T14:32:49.193Z[ host-package] Compiling hickory-client v0.25.2
37312026-02-27T14:32:51.477Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37322026-02-27T14:32:52.742Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37332026-02-27T14:32:54.360Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37342026-02-27T14:32:56.091Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37352026-02-27T14:32:57.637Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37362026-02-27T14:32:58.083Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37372026-02-27T14:33:03.969Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37382026-02-27T14:33:04.935Z[ host-package] Compiling rand_seeder v0.4.0
37392026-02-27T14:33:05.401Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37402026-02-27T14:33:05.737Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37412026-02-27T14:33:06.157Z[ host-package] Compiling lzma-sys v0.1.20
37422026-02-27T14:33:06.309Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37432026-02-27T14:33:06.739Z[ host-package] Compiling rustls v0.21.12
37442026-02-27T14:33:06.907Z[ host-package] Compiling corncobs v0.1.4
37452026-02-27T14:33:07.165Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37462026-02-27T14:33:07.502Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37472026-02-27T14:33:08.663Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37482026-02-27T14:33:08.843Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37492026-02-27T14:33:09.048Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37502026-02-27T14:33:13.309Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37512026-02-27T14:33:14.030Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37522026-02-27T14:33:22.765Z[ host-package] Compiling progenitor-macro v0.8.0
37532026-02-27T14:33:23.899Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37542026-02-27T14:33:30.436Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37552026-02-27T14:33:31.328Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37562026-02-27T14:33:32.360Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37572026-02-27T14:33:32.781Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37582026-02-27T14:33:33.247Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37592026-02-27T14:33:33.630Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37602026-02-27T14:33:36.815Z[ host-package] Compiling progenitor-client v0.8.0
37612026-02-27T14:33:37.766Z[ host-package] Compiling rustls-webpki v0.101.7
37622026-02-27T14:33:41.194Z[ host-package] Compiling sct v0.7.1
37632026-02-27T14:33:41.312Z[ host-package] Compiling heck v0.3.3
37642026-02-27T14:33:41.673Z[ host-package] Compiling secrecy v0.8.0
37652026-02-27T14:33:41.706Z[ host-package] Compiling void v1.0.2
37662026-02-27T14:33:41.993Z[ host-package] Compiling lzss v0.8.2
37672026-02-27T14:33:42.447Z[ host-package] Compiling zone_cfg_derive v0.1.2
37682026-02-27T14:33:44.171Z[ host-package] Compiling progenitor v0.8.0
37692026-02-27T14:33:44.463Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37702026-02-27T14:33:46.792Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37712026-02-27T14:33:50.652Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37722026-02-27T14:33:51.876Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37732026-02-27T14:33:52.969Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37742026-02-27T14:33:53.091Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37752026-02-27T14:33:54.454Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37762026-02-27T14:33:56.005Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37772026-02-27T14:33:56.429Z[ host-package] Compiling tungstenite v0.23.0
37782026-02-27T14:34:00.710Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37792026-02-27T14:34:01.081Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37802026-02-27T14:34:01.349Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37812026-02-27T14:34:01.444Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37822026-02-27T14:34:01.726Z[ host-package] Compiling nix v0.27.1
37832026-02-27T14:34:01.813Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37842026-02-27T14:34:02.480Z[ host-package] Compiling serde_bytes v0.11.19
37852026-02-27T14:34:03.042Z[ host-package] Compiling base64 v0.13.1
37862026-02-27T14:34:03.773Z[ host-package] Compiling number_prefix v0.4.0
37872026-02-27T14:34:04.130Z[ host-package] Compiling indicatif v0.17.11
37882026-02-27T14:34:04.324Z[ host-package] Compiling ron v0.7.1
37892026-02-27T14:34:05.288Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37902026-02-27T14:34:06.338Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37912026-02-27T14:34:07.340Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37922026-02-27T14:34:09.281Z[ host-package] Compiling tokio-tungstenite v0.23.1
37932026-02-27T14:34:10.024Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37942026-02-27T14:34:10.805Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37952026-02-27T14:34:24.030Z[ host-package] Compiling xz2 v0.1.7
37962026-02-27T14:34:24.736Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37972026-02-27T14:34:30.194Z[ host-package] Compiling tokio-rustls v0.24.1
37982026-02-27T14:34:30.745Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37992026-02-27T14:34:36.070Z[ host-package] Compiling zone v0.1.8
38002026-02-27T14:34:37.878Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38012026-02-27T14:34:39.584Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38022026-02-27T14:34:44.185Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
38032026-02-27T14:34:46.662Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38042026-02-27T14:34:50.874Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38052026-02-27T14:34:52.134Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38062026-02-27T14:34:54.063Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38072026-02-27T14:34:54.404Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38082026-02-27T14:35:00.185Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38092026-02-27T14:35:07.434Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38102026-02-27T14:35:07.859Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38112026-02-27T14:35:12.477Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38122026-02-27T14:35:16.242Z[ host-package] Compiling rustls-pemfile v1.0.4
38132026-02-27T14:35:17.007Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38142026-02-27T14:35:19.700Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38152026-02-27T14:35:20.007Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38162026-02-27T14:35:20.072Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38172026-02-27T14:35:21.199Z[ host-package] Compiling signal-hook-tokio v0.3.1
38182026-02-27T14:35:21.241Z[ host-package] Compiling yasna v0.5.2
38192026-02-27T14:35:21.484Z[ host-package] Compiling twox-hash v2.1.0
38202026-02-27T14:35:21.536Z[ host-package] Compiling is_ci v1.2.0
38212026-02-27T14:35:21.883Z[ host-package] Compiling supports-color v3.0.2
38222026-02-27T14:35:22.383Z[ host-package] Compiling rcgen v0.12.1
38232026-02-27T14:35:24.064Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38242026-02-27T14:35:24.405Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38252026-02-27T14:35:32.546Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38262026-02-27T14:35:32.875Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38272026-02-27T14:35:42.022Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38282026-02-27T14:36:01.905Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38292026-02-27T14:36:11.027Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38302026-02-27T14:36:12.426Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38312026-02-27T14:36:13.283Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38322026-02-27T14:36:26.752Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38332026-02-27T14:36:28.771Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38342026-02-27T14:36:29.226Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38352026-02-27T14:36:29.621Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38362026-02-27T14:36:29.891Z[ host-package] Compiling progenitor-extras v0.1.0
38372026-02-27T14:36:30.347Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38382026-02-27T14:36:30.714Z[ host-package] Compiling fatfs v0.3.6
38392026-02-27T14:36:33.523Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38402026-02-27T14:36:35.304Z[ host-package] Compiling subprocess v0.2.9
38412026-02-27T14:36:39.719Z[ host-package] Compiling rtoolbox v0.0.2
38422026-02-27T14:36:40.205Z[ host-package] Compiling seq-macro v0.3.6
38432026-02-27T14:36:41.182Z[ host-package] Compiling assert_matches v1.5.0
38442026-02-27T14:36:42.520Z[ host-package] Compiling rpassword v7.4.0
38452026-02-27T14:36:43.041Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38462026-02-27T14:36:49.514Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38472026-02-27T14:36:54.077Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38482026-02-27T14:37:10.394Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38492026-02-27T14:37:10.612Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38502026-02-27T14:37:15.756Z[ host-package] Compiling tui-tree-widget v0.23.1
38512026-02-27T14:37:16.283Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38522026-02-27T14:37:23.894Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38532026-02-27T14:37:24.903Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38542026-02-27T14:37:26.287Z[ host-package] Compiling uzers v0.12.1
38552026-02-27T14:37:29.558Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38562026-02-27T14:37:30.577Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38572026-02-27T14:37:39.683Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38582026-02-27T14:37:49.821Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38592026-02-27T14:38:04.699Z[ host-package] Compiling support-bundle-viewer v0.1.2
38602026-02-27T14:38:08.275Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38612026-02-27T14:38:08.543Z[ host-package] Compiling multimap v0.10.1
38622026-02-27T14:40:04.387Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38632026-02-27T14:51:16.986Z[ host-package] Finished `release` profile [optimized] target(s) in 26m 18s
38642026-02-27T14:52:52.231ZFeb 27 14:52:52.054 INFO [host-package] process exited with exit status: 0 (1674.664755292s)
38652026-02-27T14:52:52.231ZFeb 27 14:52:52.054 INFO [host-stamp] running task
38662026-02-27T14:52:52.261ZFeb 27 14:52:52.055 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38672026-02-27T14:52:52.261ZFeb 27 14:52:52.055 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+gitdaae34fbbd1
38682026-02-27T14:52:52.261ZFeb 27 14:52:52.056 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+gitdaae34fbbd1
38692026-02-27T14:52:52.261ZFeb 27 14:52:52.057 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+gitdaae34fbbd1
38702026-02-27T14:52:52.261ZFeb 27 14:52:52.058 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+gitdaae34fbbd1
38712026-02-27T14:52:52.262ZFeb 27 14:52:52.058 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+gitdaae34fbbd1
38722026-02-27T14:52:52.262ZFeb 27 14:52:52.061 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+gitdaae34fbbd1
38732026-02-27T14:52:52.262ZFeb 27 14:52:52.061 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+gitdaae34fbbd1
38742026-02-27T14:52:52.262ZFeb 27 14:52:52.061 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+gitdaae34fbbd1
38752026-02-27T14:52:52.262Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38762026-02-27T14:52:52.262Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38772026-02-27T14:52:52.262Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38782026-02-27T14:52:52.262Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38792026-02-27T14:52:52.262Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38802026-02-27T14:52:52.262Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38812026-02-27T14:52:52.262Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38822026-02-27T14:52:52.262Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38832026-02-27T14:52:52.291Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38842026-02-27T14:52:52.291ZFeb 27 14:52:52.105 INFO [stamp-oxlog] process exited with exit status: 0 (47.156691ms)
38852026-02-27T14:52:52.291Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-02-27T14:52:52.291Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38872026-02-27T14:52:52.318ZFeb 27 14:52:52.117 INFO [stamp-overlay] process exited with exit status: 0 (60.475814ms)
38882026-02-27T14:52:52.352Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38892026-02-27T14:52:52.377ZFeb 27 14:52:52.182 INFO [stamp-crucible-utils] process exited with exit status: 0 (122.945922ms)
38902026-02-27T14:52:52.403Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38912026-02-27T14:52:52.403ZFeb 27 14:52:52.222 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (163.068235ms)
38922026-02-27T14:52:52.664Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38932026-02-27T14:52:52.690ZFeb 27 14:52:52.494 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (434.494701ms)
38942026-02-27T14:52:53.250Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38952026-02-27T14:52:53.275ZFeb 27 14:52:53.079 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (1.020832215s)
38962026-02-27T14:52:54.130Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38972026-02-27T14:52:54.155ZFeb 27 14:52:53.960 INFO [stamp-propolis-server] process exited with exit status: 0 (1.904665956s)
38982026-02-27T14:52:54.403Z[recovery-package] Compiling newtype-uuid v1.3.2
38992026-02-27T14:52:54.699Z[recovery-package] Compiling daft v0.1.4
39002026-02-27T14:52:55.184Z[recovery-package] Compiling iddqd v0.3.16
39012026-02-27T14:52:57.461Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39022026-02-27T14:52:58.003Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39032026-02-27T14:52:58.003Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39042026-02-27T14:52:58.003Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39052026-02-27T14:52:58.030Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39062026-02-27T14:52:58.099Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39072026-02-27T14:52:58.896Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39082026-02-27T14:53:02.834Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39092026-02-27T14:53:02.859ZFeb 27 14:53:02.664 INFO [stamp-switch-asic] process exited with exit status: 0 (10.606475991s)
39102026-02-27T14:53:02.859ZFeb 27 14:53:02.664 INFO [host-stamp] task succeeded (10.609868028s)
39112026-02-27T14:53:02.859ZFeb 27 14:53:02.664 INFO [host-proto] running task
39122026-02-27T14:53:04.187ZFeb 27 14:53:04.010 INFO [host-proto] task succeeded (1.34624808s)
39132026-02-27T14:53:04.187ZFeb 27 14:53:04.010 INFO [host-profile] running task
39142026-02-27T14:53:04.213ZFeb 27 14:53:04.011 INFO [host-profile] task succeeded (462.283µs)
39152026-02-27T14:53:04.213ZFeb 27 14:53:04.011 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/.tmpeTTMko/proto/host/root -N 'ci daae34f/${os_short_commit} 2026-02-27 14:22' -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/'
39162026-02-27T14:53:04.213Z[ host-image] Feb 27 14:53:04.023 INFO Checking files for board 'gimlet'
39172026-02-27T14:53:04.213Z[ host-image] Feb 27 14:53:04.023 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39182026-02-27T14:53:04.213Z[ host-image] Feb 27 14:53:04.023 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39192026-02-27T14:53:04.213Z[ host-image] Feb 27 14:53:04.024 INFO Checking files for board 'cosmo'
39202026-02-27T14:53:04.213Z[ host-image] Feb 27 14:53:04.024 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39212026-02-27T14:53:04.213Z[ host-image] Feb 27 14:53:04.024 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39222026-02-27T14:53:04.213Z[ host-image] Feb 27 14:53:04.024 INFO Checking files for board 'cosmo-mbist'
39232026-02-27T14:53:04.213Z[ host-image] Feb 27 14:53:04.024 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39242026-02-27T14:53:04.213Z[ host-image] Feb 27 14:53:04.024 INFO Checking files for board 'cosmo-mbist-noaggr'
39252026-02-27T14:53:04.214Z[ host-image] Feb 27 14:53:04.024 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39262026-02-27T14:53:04.239Z[ host-image] Feb 27 14:53:04.042 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpeTTMko/proto/host/root"
39272026-02-27T14:53:04.239Z[ host-image] Feb 27 14:53:04.042 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39282026-02-27T14:53:04.239Z[ host-image] Feb 27 14:53:04.042 INFO image builder template: ramdisk-01-os...
39292026-02-27T14:53:04.239Z[ host-image] Feb 27 14:53:04.042 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/.tmpeTTMko/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39302026-02-27T14:53:04.347Z[ host-image] Feb 27 14:53:04.069 INFO O| Feb 27 14:53:04.069 INFO CREATE DATASET: rpool/images/build/host/output
39312026-02-27T14:53:04.347Z[ host-image] Feb 27 14:53:04.108 INFO O| Feb 27 14:53:04.107 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39322026-02-27T14:53:04.347Z[ host-image] Feb 27 14:53:04.113 INFO O| Feb 27 14:53:04.113 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39332026-02-27T14:53:04.380Z[ host-image] Feb 27 14:53:04.203 INFO O| Feb 27 14:53:04.203 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39342026-02-27T14:53:04.411Z[ host-image] Feb 27 14:53:04.234 INFO O| Feb 27 14:53:04.234 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39352026-02-27T14:53:04.436Z[ host-image] Feb 27 14:53:04.234 INFO O| Feb 27 14:53:04.234 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39362026-02-27T14:53:04.436Z[ host-image] Feb 27 14:53:04.235 INFO O| Feb 27 14:53:04.234 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39372026-02-27T14:53:04.436Z[ host-image] Feb 27 14:53:04.235 INFO O| Feb 27 14:53:04.235 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39382026-02-27T14:53:04.436Z[ host-image] Feb 27 14:53:04.249 INFO O| Feb 27 14:53:04.249 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39392026-02-27T14:53:04.506Z[ host-image] Feb 27 14:53:04.329 INFO O| Feb 27 14:53:04.329 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-02-27T14:53:04.530Z[ host-image] Feb 27 14:53:04.350 INFO O| Feb 27 14:53:04.350 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39412026-02-27T14:53:04.984Z[ host-image] Feb 27 14:53:04.808 INFO O| Feb 27 14:53:04.808 INFO O| Caching catalogs ... Done
39422026-02-27T14:53:05.074Z[ host-image] Feb 27 14:53:04.897 INFO O| Feb 27 14:53:04.897 INFO STEP 0 (pkg_image_create) COMPLETE
39432026-02-27T14:53:05.074Z[ host-image] Feb 27 14:53:04.897 INFO O| Feb 27 14:53:04.897 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442026-02-27T14:53:05.099Z[ host-image] Feb 27 14:53:04.911 INFO O| Feb 27 14:53:04.911 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"]
39452026-02-27T14:53:05.543Z[ host-image] Feb 27 14:53:05.366 INFO O| Feb 27 14:53:05.366 INFO STEP 1 (pkg_set_publisher) COMPLETE
39462026-02-27T14:53:05.543Z[ host-image] Feb 27 14:53:05.366 INFO O| Feb 27 14:53:05.366 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-02-27T14:53:05.569Z[ host-image] Feb 27 14:53:05.366 INFO O| Feb 27 14:53:05.366 INFO skip step because feature "publisher_1_name" is not enabled
39482026-02-27T14:53:05.569Z[ host-image] Feb 27 14:53:05.366 INFO O| Feb 27 14:53:05.366 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-02-27T14:53:05.569Z[ host-image] Feb 27 14:53:05.366 INFO O| Feb 27 14:53:05.366 INFO skip step because feature "publisher_2_name" is not enabled
39502026-02-27T14:53:05.569Z[ host-image] Feb 27 14:53:05.366 INFO O| Feb 27 14:53:05.366 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512026-02-27T14:53:05.569Z[ host-image] Feb 27 14:53:05.366 INFO O| Feb 27 14:53:05.366 INFO skip step because feature "publisher_3_name" is not enabled
39522026-02-27T14:53:05.569Z[ host-image] Feb 27 14:53:05.366 INFO O| Feb 27 14:53:05.366 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-02-27T14:53:05.999Z[ host-image] Feb 27 14:53:05.822 INFO O| Feb 27 14:53:05.822 INFO variant opensolaris.zone is already global
39542026-02-27T14:53:05.999Z[ host-image] Feb 27 14:53:05.822 INFO O| Feb 27 14:53:05.822 INFO STEP 5 (pkg_change_variant) COMPLETE
39552026-02-27T14:53:06.025Z[ host-image] Feb 27 14:53:05.822 INFO O| Feb 27 14:53:05.822 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-02-27T14:53:06.539Z[ host-image] Feb 27 14:53:06.363 INFO O| Feb 27 14:53:06.362 INFO variant opensolaris.imagetype is full; changing to partial
39572026-02-27T14:53:06.540Z[ host-image] Feb 27 14:53:06.363 INFO O| Feb 27 14:53:06.362 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39582026-02-27T14:53:10.354Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39592026-02-27T14:53:10.354Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39602026-02-27T14:53:10.380Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39612026-02-27T14:53:10.380Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39622026-02-27T14:53:15.717Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39632026-02-27T14:53:15.764Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39642026-02-27T14:53:18.199Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39652026-02-27T14:53:18.250Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39662026-02-27T14:53:20.698Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39672026-02-27T14:53:22.271Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39682026-02-27T14:53:44.633Z[ host-image] Feb 27 14:53:44.457 INFO O| Feb 27 14:53:44.457 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39692026-02-27T14:53:48.916Z[recovery-package] Finished `release` profile [optimized] target(s) in 56.34s
39702026-02-27T14:53:53.749ZFeb 27 14:53:53.573 INFO [recovery-package] process exited with exit status: 0 (61.517654421s)
39712026-02-27T14:53:53.749ZFeb 27 14:53:53.573 INFO [recovery-stamp] running task
39722026-02-27T14:53:53.773ZFeb 27 14:53:53.573 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39732026-02-27T14:53:53.773ZFeb 27 14:53:53.574 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+gitdaae34fbbd1
39742026-02-27T14:53:53.773ZFeb 27 14:53:53.574 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+gitdaae34fbbd1
39752026-02-27T14:53:53.773Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39762026-02-27T14:53:53.773Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39772026-02-27T14:53:53.933Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39782026-02-27T14:53:53.957ZFeb 27 14:53:53.764 INFO [stamp-installinator] process exited with exit status: 0 (189.706309ms)
39792026-02-27T14:53:54.023Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39802026-02-27T14:53:54.048ZFeb 27 14:53:53.854 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (280.456698ms)
39812026-02-27T14:53:54.048ZFeb 27 14:53:53.854 INFO [recovery-stamp] task succeeded (281.390725ms)
39822026-02-27T14:53:54.048ZFeb 27 14:53:53.854 INFO [recovery-proto] running task
39832026-02-27T14:53:54.048ZFeb 27 14:53:53.854 INFO [tuf-stamp] running task
39842026-02-27T14:53:54.048ZFeb 27 14:53:53.855 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+gitdaae34fbbd1
39852026-02-27T14:53:54.048ZFeb 27 14:53:53.856 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+gitdaae34fbbd1
39862026-02-27T14:53:54.048ZFeb 27 14:53:53.857 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+gitdaae34fbbd1
39872026-02-27T14:53:54.048ZFeb 27 14:53:53.858 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+gitdaae34fbbd1
39882026-02-27T14:53:54.048ZFeb 27 14:53:53.859 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+gitdaae34fbbd1
39892026-02-27T14:53:54.048ZFeb 27 14:53:53.859 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+gitdaae34fbbd1
39902026-02-27T14:53:54.048ZFeb 27 14:53:53.867 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+gitdaae34fbbd1
39912026-02-27T14:53:54.048ZFeb 27 14:53:53.867 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+gitdaae34fbbd1
39922026-02-27T14:53:54.048ZFeb 27 14:53:53.872 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+gitdaae34fbbd1
39932026-02-27T14:53:54.072ZFeb 27 14:53:53.875 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+gitdaae34fbbd1
39942026-02-27T14:53:54.072ZFeb 27 14:53:53.879 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+gitdaae34fbbd1
39952026-02-27T14:53:54.072Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-02-27T14:53:54.072ZFeb 27 14:53:53.881 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+gitdaae34fbbd1
39972026-02-27T14:53:54.072Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-02-27T14:53:54.072Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-02-27T14:53:54.097Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40002026-02-27T14:53:54.097Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-02-27T14:53:54.097Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-02-27T14:53:54.097Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-02-27T14:53:54.097Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-02-27T14:53:54.097Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-02-27T14:53:54.097Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-02-27T14:53:54.097Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-02-27T14:53:54.122Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-02-27T14:53:54.209Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40092026-02-27T14:53:54.319ZFeb 27 14:53:54.143 INFO [stamp-probe] process exited with exit status: 0 (275.71262ms)
40102026-02-27T14:53:54.343ZFeb 27 14:53:54.156 INFO [recovery-proto] task succeeded (301.42798ms)
40112026-02-27T14:53:54.343ZFeb 27 14:53:54.156 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/.tmpeTTMko/proto/recovery/root -N 'recovery daae34f/${os_short_commit} 2026-02-27 14:22' -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/'
40122026-02-27T14:53:54.368Z[ recovery-image] Feb 27 14:53:54.178 INFO Checking files for board 'cosmo-mbist-noaggr'
40132026-02-27T14:53:54.368Z[ recovery-image] Feb 27 14:53:54.179 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40142026-02-27T14:53:54.368Z[ recovery-image] Feb 27 14:53:54.179 INFO Checking files for board 'gimlet'
40152026-02-27T14:53:54.368Z[ recovery-image] Feb 27 14:53:54.179 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40162026-02-27T14:53:54.368Z[ recovery-image] Feb 27 14:53:54.179 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40172026-02-27T14:53:54.369Z[ recovery-image] Feb 27 14:53:54.179 INFO Checking files for board 'cosmo'
40182026-02-27T14:53:54.369Z[ recovery-image] Feb 27 14:53:54.179 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40192026-02-27T14:53:54.369Z[ recovery-image] Feb 27 14:53:54.179 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40202026-02-27T14:53:54.369Z[ recovery-image] Feb 27 14:53:54.179 INFO Checking files for board 'cosmo-mbist'
40212026-02-27T14:53:54.369Z[ recovery-image] Feb 27 14:53:54.179 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40222026-02-27T14:53:54.393Z[ recovery-image] Feb 27 14:53:54.195 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpeTTMko/proto/recovery/root"
40232026-02-27T14:53:54.393Z[ recovery-image] Feb 27 14:53:54.195 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40242026-02-27T14:53:54.393Z[ recovery-image] Feb 27 14:53:54.195 INFO image builder template: ramdisk-01-os...
40252026-02-27T14:53:54.393Z[ recovery-image] Feb 27 14:53:54.196 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/.tmpeTTMko/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
40262026-02-27T14:53:54.417Z[ recovery-image] Feb 27 14:53:54.221 INFO O| Feb 27 14:53:54.221 INFO CREATE DATASET: rpool/images/build/recovery/output
40272026-02-27T14:53:54.664Z[ recovery-image] Feb 27 14:53:54.477 INFO O| Feb 27 14:53:54.477 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40282026-02-27T14:53:54.688Z[ recovery-image] Feb 27 14:53:54.482 INFO O| Feb 27 14:53:54.482 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40292026-02-27T14:53:54.789Z[ recovery-image] Feb 27 14:53:54.613 INFO O| Feb 27 14:53:54.613 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40302026-02-27T14:53:54.825Z[ recovery-image] Feb 27 14:53:54.649 INFO O| Feb 27 14:53:54.649 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40312026-02-27T14:53:54.825Z[ recovery-image] Feb 27 14:53:54.649 INFO O| Feb 27 14:53:54.649 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40322026-02-27T14:53:54.850Z[ recovery-image] Feb 27 14:53:54.650 INFO O| Feb 27 14:53:54.649 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40332026-02-27T14:53:54.850Z[ recovery-image] Feb 27 14:53:54.650 INFO O| Feb 27 14:53:54.650 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40342026-02-27T14:53:54.850Z[ recovery-image] Feb 27 14:53:54.659 INFO O| Feb 27 14:53:54.659 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40352026-02-27T14:53:55.003Z[ recovery-image] Feb 27 14:53:54.825 INFO O| Feb 27 14:53:54.825 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40362026-02-27T14:53:55.028Z[ recovery-image] Feb 27 14:53:54.838 INFO O| Feb 27 14:53:54.838 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40372026-02-27T14:53:55.443Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40382026-02-27T14:53:55.474ZFeb 27 14:53:55.297 INFO [stamp-ntp] process exited with exit status: 0 (1.438883287s)
40392026-02-27T14:53:55.634Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
40402026-02-27T14:53:55.673Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40412026-02-27T14:53:55.698Z[ recovery-image] Feb 27 14:53:55.500 INFO O| Feb 27 14:53:55.500 INFO O| Caching catalogs ... Done
40422026-02-27T14:53:55.812Z[ recovery-image] Feb 27 14:53:55.635 INFO O| Feb 27 14:53:55.635 INFO STEP 0 (pkg_image_create) COMPLETE
40432026-02-27T14:53:55.812Z[ recovery-image] Feb 27 14:53:55.635 INFO O| Feb 27 14:53:55.635 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40442026-02-27T14:53:55.836Z[ recovery-image] Feb 27 14:53:55.649 INFO O| Feb 27 14:53:55.649 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"]
40452026-02-27T14:53:56.143Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40462026-02-27T14:53:56.176ZFeb 27 14:53:55.999 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.14330533s)
40472026-02-27T14:53:56.426Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40482026-02-27T14:53:56.495ZFeb 27 14:53:56.319 INFO [stamp-internal-dns] process exited with exit status: 0 (2.459236864s)
40492026-02-27T14:53:56.594Z[ recovery-image] Feb 27 14:53:56.417 INFO O| Feb 27 14:53:56.417 INFO STEP 1 (pkg_set_publisher) COMPLETE
40502026-02-27T14:53:56.595Z[ recovery-image] Feb 27 14:53:56.417 INFO O| Feb 27 14:53:56.417 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40512026-02-27T14:53:56.620Z[ recovery-image] Feb 27 14:53:56.417 INFO O| Feb 27 14:53:56.417 INFO skip step because feature "publisher_1_name" is not enabled
40522026-02-27T14:53:56.620Z[ recovery-image] Feb 27 14:53:56.417 INFO O| Feb 27 14:53:56.417 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40532026-02-27T14:53:56.620Z[ recovery-image] Feb 27 14:53:56.417 INFO O| Feb 27 14:53:56.417 INFO skip step because feature "publisher_2_name" is not enabled
40542026-02-27T14:53:56.620Z[ recovery-image] Feb 27 14:53:56.417 INFO O| Feb 27 14:53:56.417 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40552026-02-27T14:53:56.620Z[ recovery-image] Feb 27 14:53:56.417 INFO O| Feb 27 14:53:56.417 INFO skip step because feature "publisher_3_name" is not enabled
40562026-02-27T14:53:56.620Z[ recovery-image] Feb 27 14:53:56.418 INFO O| Feb 27 14:53:56.417 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40572026-02-27T14:53:56.620Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40582026-02-27T14:53:56.669ZFeb 27 14:53:56.493 INFO [stamp-external-dns] process exited with exit status: 0 (2.612217757s)
40592026-02-27T14:53:56.776Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40602026-02-27T14:53:56.862ZFeb 27 14:53:56.676 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.797522525s)
40612026-02-27T14:53:57.034Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40622026-02-27T14:53:57.090ZFeb 27 14:53:56.914 INFO [stamp-oximeter] process exited with exit status: 0 (3.047025316s)
40632026-02-27T14:53:57.154Z[ recovery-image] Feb 27 14:53:56.977 INFO O| Feb 27 14:53:56.977 INFO variant opensolaris.zone is already global
40642026-02-27T14:53:57.154Z[ recovery-image] Feb 27 14:53:56.978 INFO O| Feb 27 14:53:56.977 INFO STEP 5 (pkg_change_variant) COMPLETE
40652026-02-27T14:53:57.178Z[ recovery-image] Feb 27 14:53:56.978 INFO O| Feb 27 14:53:56.977 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40662026-02-27T14:53:57.647Z[ recovery-image] Feb 27 14:53:57.471 INFO O| Feb 27 14:53:57.471 INFO variant opensolaris.imagetype is full; changing to partial
40672026-02-27T14:53:57.647Z[ recovery-image] Feb 27 14:53:57.471 INFO O| Feb 27 14:53:57.471 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40682026-02-27T14:54:00.895Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40692026-02-27T14:54:00.920ZFeb 27 14:54:00.727 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.854533612s)
40702026-02-27T14:54:01.416Z[ host-image] Feb 27 14:54:01.240 INFO O| Feb 27 14:54:01.240 INFO O| Startup: Caching catalogs ... Done
40712026-02-27T14:54:01.527Z[ host-image] Feb 27 14:54:01.351 INFO O| Feb 27 14:54:01.351 INFO O| Planning: Planning completed in 0.00 seconds
40722026-02-27T14:54:01.551Z[ host-image] Feb 27 14:54:01.351 INFO O| Feb 27 14:54:01.351 INFO O| Planning: Consolidating action changes ... Done
40732026-02-27T14:54:01.552Z[ host-image] Feb 27 14:54:01.351 INFO O| Feb 27 14:54:01.351 INFO O| Planning: Evaluating mediators ... Done
40742026-02-27T14:54:01.552Z[ host-image] Feb 27 14:54:01.352 INFO O| Feb 27 14:54:01.352 INFO O| Planning: Planning completed in 0.00 seconds
40752026-02-27T14:54:01.552Z[ host-image] Feb 27 14:54:01.352 INFO O| Feb 27 14:54:01.352 INFO O| Variants/Facets to change: 1
40762026-02-27T14:54:01.577Z[ host-image] Feb 27 14:54:01.387 INFO O| Feb 27 14:54:01.387 INFO O| Done
40772026-02-27T14:54:01.577Z[ host-image] Feb 27 14:54:01.387 INFO O| Feb 27 14:54:01.387 INFO O| Done
40782026-02-27T14:54:02.965Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40792026-02-27T14:54:02.990ZFeb 27 14:54:02.797 INFO [stamp-nexus] process exited with exit status: 0 (8.942131865s)
40802026-02-27T14:54:04.094Z[ host-image] Feb 27 14:54:03.918 INFO O| Feb 27 14:54:03.918 INFO O| Done
40812026-02-27T14:54:04.220Z[ host-image] Feb 27 14:54:04.045 INFO O| Feb 27 14:54:04.044 INFO O| Done
40822026-02-27T14:54:04.246Z[ host-image] Feb 27 14:54:04.046 INFO O| Feb 27 14:54:04.046 INFO O| Done
40832026-02-27T14:54:04.246Z[ host-image] Feb 27 14:54:04.046 INFO O| Feb 27 14:54:04.046 INFO O| Done
40842026-02-27T14:54:04.246Z[ host-image] Feb 27 14:54:04.048 INFO O| Feb 27 14:54:04.048 INFO O| Done
40852026-02-27T14:54:04.622Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40862026-02-27T14:54:04.706Z[verify-libraries] Compiling object v0.37.3
40872026-02-27T14:54:04.733Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40882026-02-27T14:54:04.733ZFeb 27 14:54:04.537 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.679986626s)
40892026-02-27T14:54:04.761Z[verify-libraries] Compiling stacker v0.1.23
40902026-02-27T14:54:04.761Z[verify-libraries] Compiling cfg_aliases v0.1.1
40912026-02-27T14:54:04.761Z[verify-libraries] Compiling home v0.5.9
40922026-02-27T14:54:04.818Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40932026-02-27T14:54:04.843Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40942026-02-27T14:54:04.843Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40952026-02-27T14:54:04.955Z[verify-libraries] Compiling nix v0.28.0
40962026-02-27T14:54:05.525Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40972026-02-27T14:54:05.617Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40982026-02-27T14:54:05.641Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40992026-02-27T14:54:05.666ZFeb 27 14:54:05.473 INFO [stamp-clickhouse] process exited with exit status: 0 (11.615268813s)
41002026-02-27T14:54:05.691ZFeb 27 14:54:05.493 INFO [stamp-clickhouse_server] process exited with exit status: 0 (11.618578526s)
41012026-02-27T14:54:05.691ZFeb 27 14:54:05.493 INFO [tuf-stamp] task succeeded (11.639265505s)
41022026-02-27T14:54:05.716Z[verify-libraries] Compiling unicode_categories v0.1.1
41032026-02-27T14:54:05.990Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41042026-02-27T14:54:06.091Z[ host-image] Feb 27 14:54:05.913 INFO O| Feb 27 14:54:05.913 INFO STEP 6 (pkg_change_variant) COMPLETE
41052026-02-27T14:54:06.091Z[ host-image] Feb 27 14:54:05.913 INFO O| Feb 27 14:54:05.913 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41062026-02-27T14:54:06.091Z[ host-image] Feb 27 14:54:05.914 INFO O| Feb 27 14:54:05.913 INFO skip step because feature "debug_variant" is not enabled
41072026-02-27T14:54:06.091Z[ host-image] Feb 27 14:54:05.914 INFO O| Feb 27 14:54:05.913 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41082026-02-27T14:54:06.319Z[verify-libraries] Compiling sqlformat v0.3.5
41092026-02-27T14:54:06.399Z[verify-libraries] Compiling polyval v0.6.2
41102026-02-27T14:54:06.796Z[verify-libraries] Compiling ctr v0.9.2
41112026-02-27T14:54:06.916Z[ host-image] Feb 27 14:54:06.740 INFO O| Feb 27 14:54:06.740 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41122026-02-27T14:54:06.941Z[verify-libraries] Compiling ssh-encoding v0.2.0
41132026-02-27T14:54:07.408Z[verify-libraries] Compiling ghash v0.5.1
41142026-02-27T14:54:07.563Z[verify-libraries] Compiling blowfish v0.9.1
41152026-02-27T14:54:07.859Z[verify-libraries] Compiling aes-gcm v0.10.3
41162026-02-27T14:54:08.262Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41172026-02-27T14:54:08.341Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41182026-02-27T14:54:08.430Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41192026-02-27T14:54:08.487Z[verify-libraries] Compiling ssh-cipher v0.2.0
41202026-02-27T14:54:08.966Z[verify-libraries] Compiling password-hash v0.4.2
41212026-02-27T14:54:09.091Z[verify-libraries] Compiling petname v2.0.2
41222026-02-27T14:54:10.261Z[verify-libraries] Compiling rustyline v14.0.0
41232026-02-27T14:54:11.736Z[verify-libraries] Compiling pbkdf2 v0.11.0
41242026-02-27T14:54:12.311Z[verify-libraries] Compiling ssh-key v0.6.6
41252026-02-27T14:54:12.370Z[verify-libraries] Compiling p521 v0.13.3
41262026-02-27T14:54:12.596Z[verify-libraries] Compiling p256 v0.13.2
41272026-02-27T14:54:14.407Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41282026-02-27T14:54:15.234Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41292026-02-27T14:54:15.903Z[verify-libraries] Compiling md5 v0.7.0
41302026-02-27T14:54:16.232Z[verify-libraries] Compiling psm v0.1.30
41312026-02-27T14:54:16.590Z[verify-libraries] Compiling russh-keys v0.45.0
41322026-02-27T14:54:16.765Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41332026-02-27T14:54:17.269Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41342026-02-27T14:54:17.935Z[verify-libraries] Compiling num-bigint v0.4.6
41352026-02-27T14:54:18.530Z[verify-libraries] Compiling recursive v0.1.1
41362026-02-27T14:54:18.930Z[verify-libraries] Compiling sqlparser v0.61.0
41372026-02-27T14:54:21.758Z[verify-libraries] Compiling des v0.8.1
41382026-02-27T14:54:22.427Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41392026-02-27T14:54:22.500Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41402026-02-27T14:54:23.304Z[verify-libraries] Compiling hex-literal v0.4.1
41412026-02-27T14:54:23.757Z[verify-libraries] Compiling sync-ptr v0.1.4
41422026-02-27T14:54:23.797Z[verify-libraries] Compiling russh v0.45.0
41432026-02-27T14:54:23.908Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41442026-02-27T14:54:24.227Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41452026-02-27T14:54:27.115Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41462026-02-27T14:54:27.768Z[verify-libraries] Compiling internet-checksum v0.2.1
41472026-02-27T14:54:28.219Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41482026-02-27T14:54:29.793Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41492026-02-27T14:54:33.201Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41502026-02-27T14:54:37.731Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
41512026-02-27T14:54:48.806Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41522026-02-27T14:54:49.481Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41532026-02-27T14:54:49.645Z[ recovery-image] Feb 27 14:54:49.469 INFO O| Feb 27 14:54:49.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41542026-02-27T14:54:59.587Z[ host-image] Feb 27 14:54:59.411 INFO O| Feb 27 14:54:59.411 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41552026-02-27T14:55:00.602Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41562026-02-27T14:55:14.575Z[ recovery-image] Feb 27 14:55:14.399 INFO O| Feb 27 14:55:14.399 INFO O| Startup: Caching catalogs ... Done
41572026-02-27T14:55:14.722Z[ recovery-image] Feb 27 14:55:14.546 INFO O| Feb 27 14:55:14.546 INFO O| Planning: Planning completed in 0.00 seconds
41582026-02-27T14:55:14.747Z[ recovery-image] Feb 27 14:55:14.547 INFO O| Feb 27 14:55:14.547 INFO O| Planning: Consolidating action changes ... Done
41592026-02-27T14:55:14.747Z[ recovery-image] Feb 27 14:55:14.547 INFO O| Feb 27 14:55:14.547 INFO O| Planning: Evaluating mediators ... Done
41602026-02-27T14:55:14.747Z[ recovery-image] Feb 27 14:55:14.548 INFO O| Feb 27 14:55:14.548 INFO O| Planning: Planning completed in 0.00 seconds
41612026-02-27T14:55:14.747Z[ recovery-image] Feb 27 14:55:14.548 INFO O| Feb 27 14:55:14.548 INFO O| Variants/Facets to change: 1
41622026-02-27T14:55:14.788Z[ recovery-image] Feb 27 14:55:14.612 INFO O| Feb 27 14:55:14.612 INFO O| Done
41632026-02-27T14:55:14.788Z[ recovery-image] Feb 27 14:55:14.612 INFO O| Feb 27 14:55:14.612 INFO O| Done
41642026-02-27T14:55:17.318Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41652026-02-27T14:55:17.972Z[ recovery-image] Feb 27 14:55:17.796 INFO O| Feb 27 14:55:17.796 INFO O| Done
41662026-02-27T14:55:18.121Z[ recovery-image] Feb 27 14:55:17.945 INFO O| Feb 27 14:55:17.945 INFO O| Done
41672026-02-27T14:55:18.145Z[ recovery-image] Feb 27 14:55:17.946 INFO O| Feb 27 14:55:17.946 INFO O| Done
41682026-02-27T14:55:18.145Z[ recovery-image] Feb 27 14:55:17.947 INFO O| Feb 27 14:55:17.947 INFO O| Done
41692026-02-27T14:55:18.145Z[ recovery-image] Feb 27 14:55:17.948 INFO O| Feb 27 14:55:17.948 INFO O| Done
41702026-02-27T14:55:20.212Z[ recovery-image] Feb 27 14:55:20.036 INFO O| Feb 27 14:55:20.036 INFO STEP 6 (pkg_change_variant) COMPLETE
41712026-02-27T14:55:20.212Z[ recovery-image] Feb 27 14:55:20.037 INFO O| Feb 27 14:55:20.036 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41722026-02-27T14:55:20.212Z[ recovery-image] Feb 27 14:55:20.037 INFO O| Feb 27 14:55:20.036 INFO skip step because feature "debug_variant" is not enabled
41732026-02-27T14:55:20.237Z[ recovery-image] Feb 27 14:55:20.037 INFO O| Feb 27 14:55:20.036 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41742026-02-27T14:55:20.893Z[ recovery-image] Feb 27 14:55:20.718 INFO O| Feb 27 14:55:20.718 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41752026-02-27T14:55:24.267Z[ host-image] Feb 27 14:55:24.092 INFO O| Feb 27 14:55:24.091 INFO O| Startup: Caching catalogs ... Done
41762026-02-27T14:55:24.385Z[ host-image] Feb 27 14:55:24.209 INFO O| Feb 27 14:55:24.209 INFO O| Planning: Planning completed in 0.00 seconds
41772026-02-27T14:55:24.409Z[ host-image] Feb 27 14:55:24.210 INFO O| Feb 27 14:55:24.210 INFO O| Planning: Consolidating action changes ... Done
41782026-02-27T14:55:24.409Z[ host-image] Feb 27 14:55:24.210 INFO O| Feb 27 14:55:24.210 INFO O| Planning: Evaluating mediators ... Done
41792026-02-27T14:55:24.409Z[ host-image] Feb 27 14:55:24.211 INFO O| Feb 27 14:55:24.211 INFO O| Planning: Planning completed in 0.00 seconds
41802026-02-27T14:55:24.409Z[ host-image] Feb 27 14:55:24.211 INFO O| Feb 27 14:55:24.211 INFO O| Variants/Facets to change: 1
41812026-02-27T14:55:24.451Z[ host-image] Feb 27 14:55:24.276 INFO O| Feb 27 14:55:24.275 INFO O| Done
41822026-02-27T14:55:24.451Z[ host-image] Feb 27 14:55:24.276 INFO O| Feb 27 14:55:24.276 INFO O| Done
41832026-02-27T14:55:27.263Z[ host-image] Feb 27 14:55:27.087 INFO O| Feb 27 14:55:27.087 INFO O| Done
41842026-02-27T14:55:27.378Z[ host-image] Feb 27 14:55:27.202 INFO O| Feb 27 14:55:27.202 INFO O| Done
41852026-02-27T14:55:27.402Z[ host-image] Feb 27 14:55:27.203 INFO O| Feb 27 14:55:27.203 INFO O| Done
41862026-02-27T14:55:27.402Z[ host-image] Feb 27 14:55:27.203 INFO O| Feb 27 14:55:27.203 INFO O| Done
41872026-02-27T14:55:27.402Z[ host-image] Feb 27 14:55:27.205 INFO O| Feb 27 14:55:27.205 INFO O| Done
41882026-02-27T14:55:29.244Z[ host-image] Feb 27 14:55:29.069 INFO O| Feb 27 14:55:29.069 INFO STEP 8 (pkg_change_facet) COMPLETE
41892026-02-27T14:55:29.244Z[ host-image] Feb 27 14:55:29.069 INFO O| Feb 27 14:55:29.069 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41902026-02-27T14:55:29.269Z[ host-image] Feb 27 14:55:29.069 INFO O| Feb 27 14:55:29.069 INFO skip step because feature "recovery" is not enabled
41912026-02-27T14:55:29.269Z[ host-image] Feb 27 14:55:29.069 INFO O| Feb 27 14:55:29.069 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41922026-02-27T14:55:29.269Z[ host-image] Feb 27 14:55:29.069 INFO O| Feb 27 14:55:29.069 INFO skip step because feature "recovery" is not enabled
41932026-02-27T14:55:29.269Z[ host-image] Feb 27 14:55:29.069 INFO O| Feb 27 14:55:29.069 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41942026-02-27T14:55:29.269Z[ host-image] Feb 27 14:55:29.085 INFO O| Feb 27 14:55:29.084 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"]
41952026-02-27T14:55:33.054Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41962026-02-27T14:55:46.516Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41972026-02-27T14:55:51.330Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41982026-02-27T14:55:52.634Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41992026-02-27T14:55:58.068Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42002026-02-27T14:55:59.995Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42012026-02-27T14:56:01.862Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42022026-02-27T14:56:08.540Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42032026-02-27T14:56:13.166Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42042026-02-27T14:56:13.663Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42052026-02-27T14:56:14.806Z[ recovery-image] Feb 27 14:56:14.630 INFO O| Feb 27 14:56:14.630 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42062026-02-27T14:56:22.852Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42072026-02-27T14:56:22.980Z[ host-image] Feb 27 14:56:22.805 INFO O| Feb 27 14:56:22.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42082026-02-27T14:56:30.117Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42092026-02-27T14:56:32.263Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42102026-02-27T14:56:35.386Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42112026-02-27T14:56:39.333Z[ recovery-image] Feb 27 14:56:39.158 INFO O| Feb 27 14:56:39.158 INFO O| Startup: Caching catalogs ... Done
42122026-02-27T14:56:39.469Z[ recovery-image] Feb 27 14:56:39.293 INFO O| Feb 27 14:56:39.293 INFO O| Planning: Planning completed in 0.00 seconds
42132026-02-27T14:56:39.493Z[ recovery-image] Feb 27 14:56:39.294 INFO O| Feb 27 14:56:39.294 INFO O| Planning: Consolidating action changes ... Done
42142026-02-27T14:56:39.493Z[ recovery-image] Feb 27 14:56:39.295 INFO O| Feb 27 14:56:39.295 INFO O| Planning: Evaluating mediators ... Done
42152026-02-27T14:56:39.493Z[ recovery-image] Feb 27 14:56:39.295 INFO O| Feb 27 14:56:39.295 INFO O| Planning: Planning completed in 0.00 seconds
42162026-02-27T14:56:39.493Z[ recovery-image] Feb 27 14:56:39.296 INFO O| Feb 27 14:56:39.296 INFO O| Variants/Facets to change: 1
42172026-02-27T14:56:39.527Z[ recovery-image] Feb 27 14:56:39.351 INFO O| Feb 27 14:56:39.351 INFO O| Done
42182026-02-27T14:56:39.527Z[ recovery-image] Feb 27 14:56:39.351 INFO O| Feb 27 14:56:39.351 INFO O| Done
42192026-02-27T14:56:42.278Z[ recovery-image] Feb 27 14:56:42.103 INFO O| Feb 27 14:56:42.103 INFO O| Done
42202026-02-27T14:56:42.470Z[ recovery-image] Feb 27 14:56:42.295 INFO O| Feb 27 14:56:42.295 INFO O| Done
42212026-02-27T14:56:42.495Z[ recovery-image] Feb 27 14:56:42.296 INFO O| Feb 27 14:56:42.296 INFO O| Done
42222026-02-27T14:56:42.495Z[ recovery-image] Feb 27 14:56:42.296 INFO O| Feb 27 14:56:42.296 INFO O| Done
42232026-02-27T14:56:42.495Z[ recovery-image] Feb 27 14:56:42.297 INFO O| Feb 27 14:56:42.297 INFO O| Done
42242026-02-27T14:56:44.537Z[ recovery-image] Feb 27 14:56:44.362 INFO O| Feb 27 14:56:44.361 INFO STEP 8 (pkg_change_facet) COMPLETE
42252026-02-27T14:56:44.537Z[ recovery-image] Feb 27 14:56:44.362 INFO O| Feb 27 14:56:44.361 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42262026-02-27T14:56:45.115Z[ recovery-image] Feb 27 14:56:44.940 INFO O| Feb 27 14:56:44.940 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42272026-02-27T14:56:47.022Z[ host-image] Feb 27 14:56:46.847 INFO O| Feb 27 14:56:46.847 INFO O| Startup: Caching catalogs ... Done
42282026-02-27T14:57:11.671Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42292026-02-27T14:57:16.363Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42302026-02-27T14:57:31.030Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42312026-02-27T14:57:33.090Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42322026-02-27T14:57:38.355Z[ recovery-image] Feb 27 14:57:38.180 INFO O| Feb 27 14:57:38.180 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42332026-02-27T14:57:47.019Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42342026-02-27T14:57:53.831Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42352026-02-27T14:57:57.227Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42362026-02-27T14:58:00.780Z[ recovery-image] Feb 27 14:58:00.605 INFO O| Feb 27 14:58:00.605 INFO O| Startup: Caching catalogs ... Done
42372026-02-27T14:58:00.906Z[ recovery-image] Feb 27 14:58:00.732 INFO O| Feb 27 14:58:00.732 INFO O| Planning: Planning completed in 0.00 seconds
42382026-02-27T14:58:00.931Z[ recovery-image] Feb 27 14:58:00.733 INFO O| Feb 27 14:58:00.733 INFO O| Planning: Consolidating action changes ... Done
42392026-02-27T14:58:00.931Z[ recovery-image] Feb 27 14:58:00.733 INFO O| Feb 27 14:58:00.733 INFO O| Planning: Evaluating mediators ... Done
42402026-02-27T14:58:00.931Z[ recovery-image] Feb 27 14:58:00.733 INFO O| Feb 27 14:58:00.733 INFO O| Planning: Planning completed in 0.00 seconds
42412026-02-27T14:58:00.931Z[ recovery-image] Feb 27 14:58:00.734 INFO O| Feb 27 14:58:00.734 INFO O| Variants/Facets to change: 1
42422026-02-27T14:58:00.966Z[ recovery-image] Feb 27 14:58:00.791 INFO O| Feb 27 14:58:00.791 INFO O| Done
42432026-02-27T14:58:00.966Z[ recovery-image] Feb 27 14:58:00.792 INFO O| Feb 27 14:58:00.791 INFO O| Done
42442026-02-27T14:58:04.514Z[ recovery-image] Feb 27 14:58:04.339 INFO O| Feb 27 14:58:04.339 INFO O| Done
42452026-02-27T14:58:04.767Z[ recovery-image] Feb 27 14:58:04.593 INFO O| Feb 27 14:58:04.592 INFO O| Done
42462026-02-27T14:58:04.792Z[ recovery-image] Feb 27 14:58:04.594 INFO O| Feb 27 14:58:04.594 INFO O| Done
42472026-02-27T14:58:04.792Z[ recovery-image] Feb 27 14:58:04.594 INFO O| Feb 27 14:58:04.594 INFO O| Done
42482026-02-27T14:58:04.792Z[ recovery-image] Feb 27 14:58:04.596 INFO O| Feb 27 14:58:04.596 INFO O| Done
42492026-02-27T14:58:07.242Z[ recovery-image] Feb 27 14:58:07.067 INFO O| Feb 27 14:58:07.067 INFO STEP 9 (pkg_change_facet) COMPLETE
42502026-02-27T14:58:07.242Z[ recovery-image] Feb 27 14:58:07.067 INFO O| Feb 27 14:58:07.067 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42512026-02-27T14:58:07.941Z[ recovery-image] Feb 27 14:58:07.765 INFO O| Feb 27 14:58:07.765 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42522026-02-27T14:58:21.773Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42532026-02-27T14:58:22.563Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42542026-02-27T14:58:23.991Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42552026-02-27T14:58:30.604Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42562026-02-27T14:58:38.116Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42572026-02-27T14:58:57.085Z[ recovery-image] Feb 27 14:58:56.911 INFO O| Feb 27 14:58:56.911 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42582026-02-27T14:59:09.876Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42592026-02-27T14:59:14.394Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42602026-02-27T14:59:16.989Z[ recovery-image] Feb 27 14:59:16.812 INFO O| Feb 27 14:59:16.812 INFO O| Startup: Caching catalogs ... Done
42612026-02-27T14:59:17.121Z[ recovery-image] Feb 27 14:59:16.947 INFO O| Feb 27 14:59:16.947 INFO O| Planning: Planning completed in 0.00 seconds
42622026-02-27T14:59:17.146Z[ recovery-image] Feb 27 14:59:16.948 INFO O| Feb 27 14:59:16.948 INFO O| Planning: Consolidating action changes ... Done
42632026-02-27T14:59:17.146Z[ recovery-image] Feb 27 14:59:16.948 INFO O| Feb 27 14:59:16.948 INFO O| Planning: Evaluating mediators ... Done
42642026-02-27T14:59:17.146Z[ recovery-image] Feb 27 14:59:16.948 INFO O| Feb 27 14:59:16.948 INFO O| Planning: Planning completed in 0.00 seconds
42652026-02-27T14:59:17.146Z[ recovery-image] Feb 27 14:59:16.949 INFO O| Feb 27 14:59:16.949 INFO O| Variants/Facets to change: 1
42662026-02-27T14:59:17.374Z[ recovery-image] Feb 27 14:59:17.200 INFO O| Feb 27 14:59:17.200 INFO O| Done
42672026-02-27T14:59:17.399Z[ recovery-image] Feb 27 14:59:17.200 INFO O| Feb 27 14:59:17.200 INFO O| Done
42682026-02-27T14:59:18.545Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42692026-02-27T14:59:19.449Z[ recovery-image] Feb 27 14:59:19.274 INFO O| Feb 27 14:59:19.274 INFO O| Done
42702026-02-27T14:59:19.609Z[ recovery-image] Feb 27 14:59:19.435 INFO O| Feb 27 14:59:19.435 INFO O| Done
42712026-02-27T14:59:19.634Z[ recovery-image] Feb 27 14:59:19.436 INFO O| Feb 27 14:59:19.436 INFO O| Done
42722026-02-27T14:59:19.634Z[ recovery-image] Feb 27 14:59:19.436 INFO O| Feb 27 14:59:19.436 INFO O| Done
42732026-02-27T14:59:19.634Z[ recovery-image] Feb 27 14:59:19.438 INFO O| Feb 27 14:59:19.438 INFO O| Done
42742026-02-27T14:59:21.252Z[ recovery-image] Feb 27 14:59:21.078 INFO O| Feb 27 14:59:21.077 INFO STEP 10 (pkg_change_facet) COMPLETE
42752026-02-27T14:59:21.252Z[ recovery-image] Feb 27 14:59:21.078 INFO O| Feb 27 14:59:21.078 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42762026-02-27T14:59:21.276Z[ recovery-image] Feb 27 14:59:21.093 INFO O| Feb 27 14:59:21.093 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"]
42772026-02-27T14:59:33.907Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42782026-02-27T14:59:38.066Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42792026-02-27T14:59:53.937Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42802026-02-27T15:00:02.613Z[ host-image] Feb 27 15:00:02.438 INFO O| Feb 27 15:00:02.438 INFO O| Planning: Solver setup ... Done
42812026-02-27T15:00:06.856Z[ recovery-image] Feb 27 15:00:06.682 INFO O| Feb 27 15:00:06.682 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42822026-02-27T15:00:09.882Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42832026-02-27T15:00:24.416Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42842026-02-27T15:00:35.692Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42852026-02-27T15:00:36.409Z[ recovery-image] Feb 27 15:00:36.235 INFO O| Feb 27 15:00:36.235 INFO O| Startup: Caching catalogs ... Done
42862026-02-27T15:00:51.715Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42872026-02-27T15:00:58.004Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42882026-02-27T15:01:01.791Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42892026-02-27T15:01:02.940Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42902026-02-27T15:01:09.279Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42912026-02-27T15:01:14.707Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42922026-02-27T15:01:23.491Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42932026-02-27T15:01:37.605Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42942026-02-27T15:01:59.635Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42952026-02-27T15:02:35.223Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42962026-02-27T15:02:43.835Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42972026-02-27T15:02:45.779Z[verify-libraries] Compiling yansi v1.0.1
42982026-02-27T15:02:46.705Z[verify-libraries] Compiling diff v0.1.13
42992026-02-27T15:02:47.007Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43002026-02-27T15:02:47.997Z[verify-libraries] Compiling pretty_assertions v1.4.1
43012026-02-27T15:02:49.118Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43022026-02-27T15:02:49.682Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
43032026-02-27T15:02:50.273Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43042026-02-27T15:02:50.796Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43052026-02-27T15:02:51.505Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43062026-02-27T15:02:51.935Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43072026-02-27T15:02:59.411Z[verify-libraries] Compiling drift v0.1.3
43082026-02-27T15:03:25.797Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43092026-02-27T15:03:30.409Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43102026-02-27T15:03:32.748Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
43112026-02-27T15:03:34.018Z[ recovery-image] Feb 27 15:03:33.845 INFO O| Feb 27 15:03:33.845 INFO O| Planning: Solver setup ... Done
43122026-02-27T15:03:38.939Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43132026-02-27T15:04:05.288Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43142026-02-27T15:04:11.226Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43152026-02-27T15:04:19.966Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43162026-02-27T15:04:32.669Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43172026-02-27T15:04:37.097Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43182026-02-27T15:04:57.708Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43192026-02-27T15:05:05.391Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43202026-02-27T15:05:06.021Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43212026-02-27T15:05:11.510Z[verify-libraries] Compiling termios v0.3.3
43222026-02-27T15:05:12.075Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43232026-02-27T15:05:13.221Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43242026-02-27T15:05:22.602Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43252026-02-27T15:05:35.083Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43262026-02-27T15:05:51.902Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43272026-02-27T15:05:54.747Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43282026-02-27T15:09:00.443Z[ host-image] Feb 27 15:09:00.272 INFO O| Feb 27 15:09:00.272 INFO O| Planning: Running solver ... Done
43292026-02-27T15:09:02.198Z[ host-image] Feb 27 15:09:02.027 INFO O| Feb 27 15:09:02.027 INFO O| Planning: Finding local manifests ... Done
43302026-02-27T15:09:02.489Z[ host-image] Feb 27 15:09:02.318 INFO O| Feb 27 15:09:02.318 INFO O| Planning: Fetching manifests: 0/126 0% complete
43312026-02-27T15:09:07.498Z[ host-image] Feb 27 15:09:07.327 INFO O| Feb 27 15:09:07.327 INFO O| Planning: Fetching manifests: 66/126 52% complete
43322026-02-27T15:09:10.942Z[ host-image] Feb 27 15:09:10.771 INFO O| Feb 27 15:09:10.771 INFO O| Planning: Fetching manifests: 126/126 100% complete
43332026-02-27T15:09:12.398Z[ host-image] Feb 27 15:09:12.227 INFO O| Feb 27 15:09:12.227 INFO O| Planning: Package planning ... Done
43342026-02-27T15:09:14.033Z[ host-image] Feb 27 15:09:13.862 INFO O| Feb 27 15:09:13.862 INFO O| Planning: Merging actions ... Done
43352026-02-27T15:09:14.420Z[ host-image] Feb 27 15:09:14.249 INFO O| Feb 27 15:09:14.249 INFO O| Planning: Checking for conflicting actions ... Done
43362026-02-27T15:09:14.726Z[ host-image] Feb 27 15:09:14.555 INFO O| Feb 27 15:09:14.555 INFO O| Planning: Consolidating action changes ... Done
43372026-02-27T15:09:15.199Z[ host-image] Feb 27 15:09:15.028 INFO O| Feb 27 15:09:15.028 INFO O| Planning: Evaluating mediators ... Done
43382026-02-27T15:09:21.080Z[ host-image] Feb 27 15:09:20.909 INFO O| Feb 27 15:09:20.908 INFO O| Planning: Planning completed in 753.88 seconds
43392026-02-27T15:09:21.105Z[ host-image] Feb 27 15:09:20.915 INFO O| Feb 27 15:09:20.915 INFO O| Packages to install: 126
43402026-02-27T15:09:21.105Z[ host-image] Feb 27 15:09:20.915 INFO O| Feb 27 15:09:20.915 INFO O| Mediators to change: 5
43412026-02-27T15:09:21.105Z[ host-image] Feb 27 15:09:20.915 INFO O| Feb 27 15:09:20.915 INFO O| Services to change: 6
43422026-02-27T15:09:21.257Z[ host-image] Feb 27 15:09:21.086 INFO O| Feb 27 15:09:21.086 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43432026-02-27T15:09:26.845Z[ host-image] Feb 27 15:09:26.674 INFO O| Feb 27 15:09:26.674 INFO O| Download: 743/22925 items 4.7/210.6MB 2% complete (1001k/s)
43442026-02-27T15:09:31.880Z[ host-image] Feb 27 15:09:31.709 INFO O| Feb 27 15:09:31.709 INFO O| Download: 1052/22925 items 6.2/210.6MB 2% complete (662k/s)
43452026-02-27T15:09:37.824Z[ host-image] Feb 27 15:09:37.653 INFO O| Feb 27 15:09:37.653 INFO O| Download: 1618/22925 items 9.7/210.6MB 4% complete (522k/s)
43462026-02-27T15:09:41.370Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43472026-02-27T15:09:42.848Z[ host-image] Feb 27 15:09:42.674 INFO O| Feb 27 15:09:42.674 INFO O| Download: 1759/22925 items 12.0/210.6MB 5% complete (478k/s)
43482026-02-27T15:09:46.736Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43492026-02-27T15:09:47.851Z[ host-image] Feb 27 15:09:47.679 INFO O| Feb 27 15:09:47.679 INFO O| Download: 2054/22925 items 23.1/210.6MB 10% complete (1.3M/s)
43502026-02-27T15:09:52.861Z[ host-image] Feb 27 15:09:52.690 INFO O| Feb 27 15:09:52.690 INFO O| Download: 2255/22925 items 24.9/210.6MB 11% complete (1.4M/s)
43512026-02-27T15:09:57.868Z[ host-image] Feb 27 15:09:57.697 INFO O| Feb 27 15:09:57.697 INFO O| Download: 3047/22925 items 34.1/210.6MB 16% complete (1.1M/s)
43522026-02-27T15:10:02.871Z[ host-image] Feb 27 15:10:02.701 INFO O| Feb 27 15:10:02.701 INFO O| Download: 3921/22925 items 40.2/210.6MB 19% complete (1.5M/s)
43532026-02-27T15:10:08.741Z[ host-image] Feb 27 15:10:08.570 INFO O| Feb 27 15:10:08.570 INFO O| Download: 4615/22925 items 42.8/210.6MB 20% complete (917k/s)
43542026-02-27T15:10:13.781Z[ host-image] Feb 27 15:10:13.611 INFO O| Feb 27 15:10:13.611 INFO O| Download: 4899/22925 items 46.0/210.6MB 21% complete (554k/s)
43552026-02-27T15:10:18.795Z[ host-image] Feb 27 15:10:18.624 INFO O| Feb 27 15:10:18.624 INFO O| Download: 5852/22925 items 46.7/210.6MB 22% complete (402k/s)
43562026-02-27T15:10:23.809Z[ host-image] Feb 27 15:10:23.639 INFO O| Feb 27 15:10:23.638 INFO O| Download: 6741/22925 items 47.2/210.6MB 22% complete (123k/s)
43572026-02-27T15:10:28.925Z[ host-image] Feb 27 15:10:28.754 INFO O| Feb 27 15:10:28.754 INFO O| Download: 7072/22925 items 51.0/210.6MB 24% complete (426k/s)
43582026-02-27T15:10:33.928Z[ host-image] Feb 27 15:10:33.757 INFO O| Feb 27 15:10:33.757 INFO O| Download: 7819/22925 items 59.3/210.6MB 28% complete (1.2M/s)
43592026-02-27T15:10:40.101Z[ host-image] Feb 27 15:10:39.930 INFO O| Feb 27 15:10:39.930 INFO O| Download: 8155/22925 items 60.6/210.6MB 28% complete (1023k/s)
43602026-02-27T15:10:45.187Z[ host-image] Feb 27 15:10:45.016 INFO O| Feb 27 15:10:45.015 INFO O| Download: 8398/22925 items 73.1/210.6MB 34% complete (1.2M/s)
43612026-02-27T15:10:50.769Z[ host-image] Feb 27 15:10:50.598 INFO O| Feb 27 15:10:50.598 INFO O| Download: 9462/22925 items 86.2/210.6MB 40% complete (2.5M/s)
43622026-02-27T15:10:55.826Z[ host-image] Feb 27 15:10:55.655 INFO O| Feb 27 15:10:55.655 INFO O| Download: 10490/22925 items 92.8/210.6MB 44% complete (1.9M/s)
43632026-02-27T15:11:00.836Z[ host-image] Feb 27 15:11:00.665 INFO O| Feb 27 15:11:00.665 INFO O| Download: 10943/22925 items 94.8/210.6MB 45% complete (995k/s)
43642026-02-27T15:11:02.247Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43652026-02-27T15:11:06.292Z[ host-image] Feb 27 15:11:06.122 INFO O| Feb 27 15:11:06.122 INFO O| Download: 11318/22925 items 99.0/210.6MB 46% complete (706k/s)
43662026-02-27T15:11:11.607Z[ host-image] Feb 27 15:11:11.437 INFO O| Feb 27 15:11:11.436 INFO O| Download: 12058/22925 items 102.8/210.6MB 48% complete (764k/s)
43672026-02-27T15:11:14.541Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43682026-02-27T15:11:16.610Z[ host-image] Feb 27 15:11:16.439 INFO O| Feb 27 15:11:16.439 INFO O| Download: 12279/22925 items 113.5/210.6MB 53% complete (1.4M/s)
43692026-02-27T15:11:21.624Z[ host-image] Feb 27 15:11:21.454 INFO O| Feb 27 15:11:21.453 INFO O| Download: 12891/22925 items 114.5/210.6MB 54% complete (1.2M/s)
43702026-02-27T15:11:26.633Z[ host-image] Feb 27 15:11:26.463 INFO O| Feb 27 15:11:26.463 INFO O| Download: 13763/22925 items 115.0/210.6MB 54% complete (158k/s)
43712026-02-27T15:11:31.803Z[ host-image] Feb 27 15:11:31.633 INFO O| Feb 27 15:11:31.632 INFO O| Download: 14341/22925 items 115.6/210.6MB 54% complete (97.3k/s)
43722026-02-27T15:11:32.189Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43732026-02-27T15:11:36.813Z[ host-image] Feb 27 15:11:36.643 INFO O| Feb 27 15:11:36.643 INFO O| Download: 14549/22925 items 117.8/210.6MB 55% complete (237k/s)
43742026-02-27T15:11:39.296Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43752026-02-27T15:11:41.522Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43762026-02-27T15:11:41.841Z[ host-image] Feb 27 15:11:41.671 INFO O| Feb 27 15:11:41.671 INFO O| Download: 15034/22925 items 126.6/210.6MB 60% complete (1.1M/s)
43772026-02-27T15:11:46.860Z[ host-image] Feb 27 15:11:46.689 INFO O| Feb 27 15:11:46.689 INFO O| Download: 15672/22925 items 130.7/210.6MB 62% complete (1.3M/s)
43782026-02-27T15:11:52.153Z[ host-image] Feb 27 15:11:51.983 INFO O| Feb 27 15:11:51.983 INFO O| Download: 15926/22925 items 135.2/210.6MB 64% complete (772k/s)
43792026-02-27T15:11:57.293Z[ host-image] Feb 27 15:11:57.123 INFO O| Feb 27 15:11:57.122 INFO O| Download: 16970/22925 items 148.4/210.6MB 70% complete (1.8M/s)
43802026-02-27T15:12:02.342Z[ host-image] Feb 27 15:12:02.172 INFO O| Feb 27 15:12:02.172 INFO O| Download: 17979/22925 items 155.6/210.6MB 73% complete (2.1M/s)
43812026-02-27T15:12:07.360Z[ host-image] Feb 27 15:12:07.190 INFO O| Feb 27 15:12:07.190 INFO O| Download: 18778/22925 items 169.8/210.6MB 80% complete (2.1M/s)
43822026-02-27T15:12:12.364Z[ host-image] Feb 27 15:12:12.194 INFO O| Feb 27 15:12:12.194 INFO O| Download: 19426/22925 items 172.2/210.6MB 81% complete (1.7M/s)
43832026-02-27T15:12:17.367Z[ host-image] Feb 27 15:12:17.197 INFO O| Feb 27 15:12:17.197 INFO O| Download: 20453/22925 items 176.6/210.6MB 83% complete (704k/s)
43842026-02-27T15:12:22.425Z[ host-image] Feb 27 15:12:22.255 INFO O| Feb 27 15:12:22.255 INFO O| Download: 20767/22925 items 178.4/210.6MB 84% complete (646k/s)
43852026-02-27T15:12:28.650Z[ host-image] Feb 27 15:12:28.480 INFO O| Feb 27 15:12:28.479 INFO O| Download: 21024/22925 items 184.0/210.6MB 87% complete (976k/s)
43862026-02-27T15:12:33.880Z[ host-image] Feb 27 15:12:33.710 INFO O| Feb 27 15:12:33.710 INFO O| Download: 21669/22925 items 188.8/210.6MB 89% complete (976k/s)
43872026-02-27T15:12:39.037Z[ host-image] Feb 27 15:12:38.867 INFO O| Feb 27 15:12:38.866 INFO O| Download: 22078/22925 items 203.6/210.6MB 96% complete (2.1M/s)
43882026-02-27T15:12:44.043Z[ host-image] Feb 27 15:12:43.872 INFO O| Feb 27 15:12:43.872 INFO O| Download: 22197/22925 items 205.1/210.6MB 97% complete (1.9M/s)
43892026-02-27T15:12:49.213Z[ host-image] Feb 27 15:12:49.043 INFO O| Feb 27 15:12:49.043 INFO O| Download: 22923/22925 items 210.6/210.6MB 99% complete (757k/s)
43902026-02-27T15:12:49.339Z[ host-image] Feb 27 15:12:49.169 INFO O| Feb 27 15:12:49.168 INFO O| Download: Completed 210.65 MB in 208.08 seconds (1.0M/s)
43912026-02-27T15:12:50.869Z[ host-image] Feb 27 15:12:50.699 INFO O| Feb 27 15:12:50.699 INFO O| Actions: 1/50885 actions (Installing new actions)
43922026-02-27T15:12:55.870Z[ host-image] Feb 27 15:12:55.700 INFO O| Feb 27 15:12:55.700 INFO O| Actions: 10139/50885 actions (Installing new actions)
43932026-02-27T15:13:00.875Z[ host-image] Feb 27 15:13:00.706 INFO O| Feb 27 15:13:00.706 INFO O| Actions: 16132/50885 actions (Installing new actions)
43942026-02-27T15:13:05.876Z[ host-image] Feb 27 15:13:05.706 INFO O| Feb 27 15:13:05.706 INFO O| Actions: 17543/50885 actions (Installing new actions)
43952026-02-27T15:13:10.877Z[ host-image] Feb 27 15:13:10.706 INFO O| Feb 27 15:13:10.706 INFO O| Actions: 21408/50885 actions (Installing new actions)
43962026-02-27T15:13:15.968Z[ host-image] Feb 27 15:13:15.730 INFO O| Feb 27 15:13:15.729 INFO O| Actions: 23213/50885 actions (Installing new actions)
43972026-02-27T15:13:20.908Z[ host-image] Feb 27 15:13:20.738 INFO O| Feb 27 15:13:20.738 INFO O| Actions: 27235/50885 actions (Installing new actions)
43982026-02-27T15:13:26.919Z[ host-image] Feb 27 15:13:26.749 INFO O| Feb 27 15:13:26.749 INFO O| Actions: 50329/50885 actions (Installing new actions)
43992026-02-27T15:13:28.545Z[ host-image] Feb 27 15:13:28.375 INFO O| Feb 27 15:13:28.375 INFO O| Actions: Completed 50885 actions in 37.67 seconds.
44002026-02-27T15:13:32.055Z[ host-image] Feb 27 15:13:31.885 INFO O| Feb 27 15:13:31.885 INFO O| Done
44012026-02-27T15:13:32.055Z[ host-image] Feb 27 15:13:31.885 INFO O| Feb 27 15:13:31.885 INFO O| Done
44022026-02-27T15:13:36.069Z[ host-image] Feb 27 15:13:35.899 INFO O| Feb 27 15:13:35.899 INFO O| Done
44032026-02-27T15:13:39.221Z[ host-image] Feb 27 15:13:39.051 INFO O| Feb 27 15:13:39.051 INFO O| Done
44042026-02-27T15:13:39.303Z[ host-image] Feb 27 15:13:39.133 INFO O| Feb 27 15:13:39.133 INFO O| Done
44052026-02-27T15:13:46.801Z[ host-image] Feb 27 15:13:46.631 INFO O| Feb 27 15:13:46.631 INFO O| Done
44062026-02-27T15:13:47.761Z[ host-image] Feb 27 15:13:47.591 INFO O| Feb 27 15:13:47.591 INFO O| Done
44072026-02-27T15:13:55.122Z[ host-image] Feb 27 15:13:54.952 INFO O| Feb 27 15:13:54.952 INFO STEP 11 (pkg_install) COMPLETE
44082026-02-27T15:13:55.146Z[ host-image] Feb 27 15:13:54.953 INFO O| Feb 27 15:13:54.952 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44092026-02-27T15:13:55.171Z[ host-image] Feb 27 15:13:54.988 INFO O| Feb 27 15:13:54.987 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"]
44102026-02-27T15:14:36.143Z[ recovery-image] Feb 27 15:14:35.973 INFO O| Feb 27 15:14:35.973 INFO O| Planning: Running solver ... Done
44112026-02-27T15:14:38.465Z[ recovery-image] Feb 27 15:14:38.296 INFO O| Feb 27 15:14:38.295 INFO O| Planning: Finding local manifests ... Done
44122026-02-27T15:14:38.584Z[ recovery-image] Feb 27 15:14:38.415 INFO O| Feb 27 15:14:38.415 INFO O| Planning: Fetching manifests: 0/126 0% complete
44132026-02-27T15:14:43.593Z[ recovery-image] Feb 27 15:14:43.424 INFO O| Feb 27 15:14:43.423 INFO O| Planning: Fetching manifests: 90/126 71% complete
44142026-02-27T15:14:45.698Z[ recovery-image] Feb 27 15:14:45.529 INFO O| Feb 27 15:14:45.529 INFO O| Planning: Fetching manifests: 126/126 100% complete
44152026-02-27T15:14:47.416Z[ recovery-image] Feb 27 15:14:47.247 INFO O| Feb 27 15:14:47.246 INFO O| Planning: Package planning ... Done
44162026-02-27T15:14:48.039Z[ recovery-image] Feb 27 15:14:47.870 INFO O| Feb 27 15:14:47.870 INFO O| Planning: Merging actions ... Done
44172026-02-27T15:14:48.201Z[ recovery-image] Feb 27 15:14:48.032 INFO O| Feb 27 15:14:48.031 INFO O| Planning: Checking for conflicting actions ... Done
44182026-02-27T15:14:48.344Z[ recovery-image] Feb 27 15:14:48.175 INFO O| Feb 27 15:14:48.175 INFO O| Planning: Consolidating action changes ... Done
44192026-02-27T15:14:48.663Z[ recovery-image] Feb 27 15:14:48.494 INFO O| Feb 27 15:14:48.494 INFO O| Planning: Evaluating mediators ... Done
44202026-02-27T15:14:55.209Z[ recovery-image] Feb 27 15:14:55.040 INFO O| Feb 27 15:14:55.040 INFO O| Planning: Planning completed in 858.61 seconds
44212026-02-27T15:14:55.234Z[ recovery-image] Feb 27 15:14:55.049 INFO O| Feb 27 15:14:55.049 INFO O| Packages to install: 126
44222026-02-27T15:14:55.234Z[ recovery-image] Feb 27 15:14:55.049 INFO O| Feb 27 15:14:55.049 INFO O| Mediators to change: 5
44232026-02-27T15:14:55.234Z[ recovery-image] Feb 27 15:14:55.049 INFO O| Feb 27 15:14:55.049 INFO O| Services to change: 5
44242026-02-27T15:14:55.336Z[ recovery-image] Feb 27 15:14:55.167 INFO O| Feb 27 15:14:55.167 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
44252026-02-27T15:15:00.280Z[ host-image] Feb 27 15:15:00.111 INFO O| Feb 27 15:15:00.110 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44262026-02-27T15:15:00.352Z[ recovery-image] Feb 27 15:15:00.183 INFO O| Feb 27 15:15:00.182 INFO O| Download: 955/15969 items 7.6/187.3MB 4% complete (1.6M/s)
44272026-02-27T15:15:05.534Z[ recovery-image] Feb 27 15:15:05.364 INFO O| Feb 27 15:15:05.364 INFO O| Download: 1098/15969 items 9.2/187.3MB 4% complete (1.1M/s)
44282026-02-27T15:15:11.097Z[ recovery-image] Feb 27 15:15:10.928 INFO O| Feb 27 15:15:10.928 INFO O| Download: 1318/15969 items 20.2/187.3MB 10% complete (1.2M/s)
44292026-02-27T15:15:16.118Z[ recovery-image] Feb 27 15:15:15.949 INFO O| Feb 27 15:15:15.949 INFO O| Download: 1565/15969 items 23.1/187.3MB 12% complete (1.4M/s)
44302026-02-27T15:15:21.136Z[ recovery-image] Feb 27 15:15:20.967 INFO O| Feb 27 15:15:20.966 INFO O| Download: 2486/15969 items 31.7/187.3MB 16% complete (1.1M/s)
44312026-02-27T15:15:26.140Z[ recovery-image] Feb 27 15:15:25.971 INFO O| Feb 27 15:15:25.971 INFO O| Download: 3491/15969 items 38.6/187.3MB 20% complete (1.6M/s)
44322026-02-27T15:15:27.386Z[ host-image] Feb 27 15:15:27.217 INFO O| Feb 27 15:15:27.217 INFO O| Startup: Caching catalogs ... Done
44332026-02-27T15:15:31.279Z[ recovery-image] Feb 27 15:15:31.110 INFO O| Feb 27 15:15:31.110 INFO O| Download: 3828/15969 items 42.3/187.3MB 22% complete (1.1M/s)
44342026-02-27T15:15:36.540Z[ recovery-image] Feb 27 15:15:36.371 INFO O| Feb 27 15:15:36.371 INFO O| Download: 4854/15969 items 43.4/187.3MB 23% complete (523k/s)
44352026-02-27T15:15:41.540Z[ recovery-image] Feb 27 15:15:41.371 INFO O| Feb 27 15:15:41.371 INFO O| Download: 5740/15969 items 44.9/187.3MB 23% complete (267k/s)
44362026-02-27T15:15:43.138Z[ host-image] Feb 27 15:15:42.969 INFO O| Feb 27 15:15:42.969 INFO O| Planning: Solver setup ... Done
44372026-02-27T15:15:43.163Z[ host-image] Feb 27 15:15:42.984 INFO O| Feb 27 15:15:42.984 INFO O| Planning: Running solver ... Done
44382026-02-27T15:15:43.352Z[ host-image] Feb 27 15:15:43.183 INFO O| Feb 27 15:15:43.182 INFO O| Planning: Finding local manifests ... Done
44392026-02-27T15:15:43.439Z[ host-image] Feb 27 15:15:43.270 INFO O| Feb 27 15:15:43.270 INFO O| Planning: Fetching manifests: 0/6 0% complete
44402026-02-27T15:15:43.699Z[ host-image] Feb 27 15:15:43.530 INFO O| Feb 27 15:15:43.530 INFO O| Planning: Fetching manifests: 6/6 100% complete
44412026-02-27T15:15:43.763Z[ host-image] Feb 27 15:15:43.594 INFO O| Feb 27 15:15:43.594 INFO O| Planning: Package planning ... Done
44422026-02-27T15:15:43.788Z[ host-image] Feb 27 15:15:43.603 INFO O| Feb 27 15:15:43.603 INFO O| Planning: Merging actions ... Done
44432026-02-27T15:15:43.902Z[ host-image] Feb 27 15:15:43.733 INFO O| Feb 27 15:15:43.733 INFO O| Planning: Checking for conflicting actions ... Done
44442026-02-27T15:15:43.926Z[ host-image] Feb 27 15:15:43.736 INFO O| Feb 27 15:15:43.736 INFO O| Planning: Consolidating action changes ... Done
44452026-02-27T15:15:44.369Z[ host-image] Feb 27 15:15:44.200 INFO O| Feb 27 15:15:44.200 INFO O| Planning: Evaluating mediators ... Done
44462026-02-27T15:15:44.394Z[ host-image] Feb 27 15:15:44.203 INFO O| Feb 27 15:15:44.203 INFO O| Planning: Planning completed in 16.81 seconds
44472026-02-27T15:15:44.394Z[ host-image] Feb 27 15:15:44.204 INFO O| Feb 27 15:15:44.204 INFO O| Packages to install: 6
44482026-02-27T15:15:44.394Z[ host-image] Feb 27 15:15:44.205 INFO O| Feb 27 15:15:44.205 INFO O| Services to change: 2
44492026-02-27T15:15:44.418Z[ host-image] Feb 27 15:15:44.236 INFO O| Feb 27 15:15:44.236 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44502026-02-27T15:15:47.072Z[ recovery-image] Feb 27 15:15:46.903 INFO O| Feb 27 15:15:46.903 INFO O| Download: 6020/15969 items 54.0/187.3MB 28% complete (1.0M/s)
44512026-02-27T15:15:49.350Z[ host-image] Feb 27 15:15:49.181 INFO O| Feb 27 15:15:49.181 INFO O| Download: Completed 1.75 MB in 4.94 seconds (361k/s)
44522026-02-27T15:15:49.405Z[ host-image] Feb 27 15:15:49.236 INFO O| Feb 27 15:15:49.236 INFO O| Actions: 1/390 actions (Installing new actions)
44532026-02-27T15:15:49.868Z[ host-image] Feb 27 15:15:49.700 INFO O| Feb 27 15:15:49.699 INFO O| Actions: Completed 390 actions in 0.46 seconds.
44542026-02-27T15:15:50.743Z[ host-image] Feb 27 15:15:50.574 INFO O| Feb 27 15:15:50.574 INFO O| Done
44552026-02-27T15:15:50.771Z[ host-image] Feb 27 15:15:50.574 INFO O| Feb 27 15:15:50.574 INFO O| Done
44562026-02-27T15:15:52.076Z[ recovery-image] Feb 27 15:15:51.907 INFO O| Feb 27 15:15:51.907 INFO O| Download: 6525/15969 items 68.4/187.3MB 36% complete (2.2M/s)
44572026-02-27T15:15:52.808Z[ host-image] Feb 27 15:15:52.639 INFO O| Feb 27 15:15:52.639 INFO O| Done
44582026-02-27T15:15:55.148Z[ host-image] Feb 27 15:15:54.979 INFO O| Feb 27 15:15:54.979 INFO O| Done
44592026-02-27T15:15:55.197Z[ host-image] Feb 27 15:15:55.028 INFO O| Feb 27 15:15:55.027 INFO O| Done
44602026-02-27T15:15:55.197Z[ host-image] Feb 27 15:15:55.028 INFO O| Feb 27 15:15:55.028 INFO O| Done
44612026-02-27T15:15:55.251Z[ host-image] Feb 27 15:15:55.082 INFO O| Feb 27 15:15:55.082 INFO O| Done
44622026-02-27T15:15:57.083Z[ recovery-image] Feb 27 15:15:56.914 INFO O| Feb 27 15:15:56.914 INFO O| Download: 7497/15969 items 78.2/187.3MB 41% complete (2.4M/s)
44632026-02-27T15:15:57.571Z[ host-image] Feb 27 15:15:57.402 INFO O| Feb 27 15:15:57.401 INFO STEP 12 (pkg_install) COMPLETE
44642026-02-27T15:15:57.571Z[ host-image] Feb 27 15:15:57.402 INFO O| Feb 27 15:15:57.402 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44652026-02-27T15:15:57.596Z[ host-image] Feb 27 15:15:57.421 INFO O| Feb 27 15:15:57.421 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44662026-02-27T15:16:02.270Z[ recovery-image] Feb 27 15:16:02.100 INFO O| Feb 27 15:16:02.100 INFO O| Download: 7947/15969 items 80.5/187.3MB 42% complete (1.4M/s)
44672026-02-27T15:16:07.288Z[ recovery-image] Feb 27 15:16:07.119 INFO O| Feb 27 15:16:07.119 INFO O| Download: 8453/15969 items 84.6/187.3MB 45% complete (643k/s)
44682026-02-27T15:16:12.291Z[ recovery-image] Feb 27 15:16:12.122 INFO O| Feb 27 15:16:12.122 INFO O| Download: 8852/15969 items 90.0/187.3MB 48% complete (909k/s)
44692026-02-27T15:16:17.291Z[ recovery-image] Feb 27 15:16:17.122 INFO O| Feb 27 15:16:17.122 INFO O| Download: 9063/15969 items 97.5/187.3MB 52% complete (1.3M/s)
44702026-02-27T15:16:23.160Z[ recovery-image] Feb 27 15:16:22.136 INFO O| Feb 27 15:16:22.136 INFO O| Download: 10095/15969 items 98.0/187.3MB 52% complete (909k/s)
44712026-02-27T15:16:27.326Z[ recovery-image] Feb 27 15:16:27.158 INFO O| Feb 27 15:16:27.158 INFO O| Download: 11056/15969 items 99.4/187.3MB 53% complete (173k/s)
44722026-02-27T15:16:32.351Z[ recovery-image] Feb 27 15:16:32.182 INFO O| Feb 27 15:16:32.182 INFO O| Download: 11178/15969 items 104.6/187.3MB 55% complete (660k/s)
44732026-02-27T15:16:37.354Z[ recovery-image] Feb 27 15:16:37.185 INFO O| Feb 27 15:16:37.185 INFO O| Download: 11717/15969 items 122.6/187.3MB 65% complete (2.2M/s)
44742026-02-27T15:16:42.408Z[ recovery-image] Feb 27 15:16:42.215 INFO O| Feb 27 15:16:42.215 INFO O| Download: 12500/15969 items 146.9/187.3MB 78% complete (4.2M/s)
44752026-02-27T15:16:47.393Z[ recovery-image] Feb 27 15:16:47.224 INFO O| Feb 27 15:16:47.224 INFO O| Download: 13350/15969 items 149.9/187.3MB 80% complete (2.9M/s)
44762026-02-27T15:16:51.493Z[ host-image] Feb 27 15:16:51.324 INFO O| Feb 27 15:16:51.324 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44772026-02-27T15:16:52.421Z[ recovery-image] Feb 27 15:16:52.252 INFO O| Feb 27 15:16:52.252 INFO O| Download: 14290/15969 items 153.9/187.3MB 82% complete (713k/s)
44782026-02-27T15:16:57.742Z[ recovery-image] Feb 27 15:16:57.573 INFO O| Feb 27 15:16:57.573 INFO O| Download: 14792/15969 items 156.9/187.3MB 83% complete (730k/s)
44792026-02-27T15:17:02.755Z[ recovery-image] Feb 27 15:17:02.586 INFO O| Feb 27 15:17:02.586 INFO O| Download: 15269/15969 items 163.3/187.3MB 87% complete (956k/s)
44802026-02-27T15:17:08.334Z[ recovery-image] Feb 27 15:17:08.165 INFO O| Feb 27 15:17:08.165 INFO O| Download: 15666/15969 items 180.9/187.3MB 96% complete (2.5M/s)
44812026-02-27T15:17:13.393Z[ recovery-image] Feb 27 15:17:13.225 INFO O| Feb 27 15:17:13.225 INFO O| Download: 15764/15969 items 182.3/187.3MB 97% complete (1.9M/s)
44822026-02-27T15:17:16.508Z[ recovery-image] Feb 27 15:17:16.340 INFO O| Feb 27 15:17:16.340 INFO O| Download: Completed 187.26 MB in 141.17 seconds (1.3M/s)
44832026-02-27T15:17:17.380Z[ host-image] Feb 27 15:17:17.211 INFO O| Feb 27 15:17:17.211 INFO O| Startup: Caching catalogs ... Done
44842026-02-27T15:17:17.554Z[ recovery-image] Feb 27 15:17:17.385 INFO O| Feb 27 15:17:17.385 INFO O| Actions: 1/26357 actions (Installing new actions)
44852026-02-27T15:17:22.554Z[ recovery-image] Feb 27 15:17:22.386 INFO O| Feb 27 15:17:22.386 INFO O| Actions: 9904/26357 actions (Installing new actions)
44862026-02-27T15:17:27.557Z[ recovery-image] Feb 27 15:17:27.389 INFO O| Feb 27 15:17:27.389 INFO O| Actions: 15202/26357 actions (Installing new actions)
44872026-02-27T15:17:29.912Z[ host-image] Feb 27 15:17:29.744 INFO O| Feb 27 15:17:29.743 INFO O| Planning: Solver setup ... Done
44882026-02-27T15:17:29.951Z[ host-image] Feb 27 15:17:29.783 INFO O| Feb 27 15:17:29.783 INFO O| Planning: Running solver ... Done
44892026-02-27T15:17:30.133Z[ host-image] Feb 27 15:17:29.965 INFO O| Feb 27 15:17:29.965 INFO O| Planning: Finding local manifests ... Done
44902026-02-27T15:17:30.359Z[ host-image] Feb 27 15:17:30.190 INFO O| Feb 27 15:17:30.190 INFO O| Planning: Fetching manifests: 0/6 0% complete
44912026-02-27T15:17:30.844Z[ host-image] Feb 27 15:17:30.676 INFO O| Feb 27 15:17:30.675 INFO O| Planning: Fetching manifests: 6/6 100% complete
44922026-02-27T15:17:30.920Z[ host-image] Feb 27 15:17:30.752 INFO O| Feb 27 15:17:30.752 INFO O| Planning: Package planning ... Done
44932026-02-27T15:17:30.956Z[ host-image] Feb 27 15:17:30.788 INFO O| Feb 27 15:17:30.787 INFO O| Planning: Merging actions ... Done
44942026-02-27T15:17:31.102Z[ host-image] Feb 27 15:17:30.934 INFO O| Feb 27 15:17:30.933 INFO O| Planning: Checking for conflicting actions ... Done
44952026-02-27T15:17:31.128Z[ host-image] Feb 27 15:17:30.941 INFO O| Feb 27 15:17:30.941 INFO O| Planning: Consolidating action changes ... Done
44962026-02-27T15:17:31.590Z[ host-image] Feb 27 15:17:31.422 INFO O| Feb 27 15:17:31.421 INFO O| Planning: Evaluating mediators ... Done
44972026-02-27T15:17:31.614Z[ host-image] Feb 27 15:17:31.429 INFO O| Feb 27 15:17:31.428 INFO O| Planning: Planning completed in 14.05 seconds
44982026-02-27T15:17:31.615Z[ host-image] Feb 27 15:17:31.429 INFO O| Feb 27 15:17:31.429 INFO O| Packages to install: 6
44992026-02-27T15:17:31.615Z[ host-image] Feb 27 15:17:31.429 INFO O| Feb 27 15:17:31.429 INFO O| Mediators to change: 1
45002026-02-27T15:17:31.615Z[ host-image] Feb 27 15:17:31.429 INFO O| Feb 27 15:17:31.429 INFO O| Services to change: 1
45012026-02-27T15:17:31.639Z[ host-image] Feb 27 15:17:31.464 INFO O| Feb 27 15:17:31.464 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
45022026-02-27T15:17:32.602Z[ recovery-image] Feb 27 15:17:32.434 INFO O| Feb 27 15:17:32.434 INFO O| Actions: 25801/26357 actions (Installing new actions)
45032026-02-27T15:17:34.123Z[ recovery-image] Feb 27 15:17:33.954 INFO O| Feb 27 15:17:33.954 INFO O| Actions: Completed 26357 actions in 16.57 seconds.
45042026-02-27T15:17:35.129Z[ recovery-image] Feb 27 15:17:34.961 INFO O| Feb 27 15:17:34.960 INFO O| Done
45052026-02-27T15:17:35.129Z[ recovery-image] Feb 27 15:17:34.961 INFO O| Feb 27 15:17:34.960 INFO O| Done
45062026-02-27T15:17:36.648Z[ host-image] Feb 27 15:17:36.480 INFO O| Feb 27 15:17:36.480 INFO O| Download: 554/1140 items 2.7/7.7MB 34% complete (557k/s)
45072026-02-27T15:17:38.175Z[ recovery-image] Feb 27 15:17:38.007 INFO O| Feb 27 15:17:38.006 INFO O| Done
45082026-02-27T15:17:39.705Z[ host-image] Feb 27 15:17:39.537 INFO O| Feb 27 15:17:39.537 INFO O| Download: Completed 7.71 MB in 8.07 seconds (978k/s)
45092026-02-27T15:17:39.904Z[ host-image] Feb 27 15:17:39.736 INFO O| Feb 27 15:17:39.735 INFO O| Actions: 1/1361 actions (Installing new actions)
45102026-02-27T15:17:40.755Z[ host-image] Feb 27 15:17:40.587 INFO O| Feb 27 15:17:40.587 INFO O| Actions: Completed 1361 actions in 0.85 seconds.
45112026-02-27T15:17:40.923Z[ recovery-image] Feb 27 15:17:40.753 INFO O| Feb 27 15:17:40.753 INFO O| Done
45122026-02-27T15:17:40.951Z[ recovery-image] Feb 27 15:17:40.783 INFO O| Feb 27 15:17:40.783 INFO O| Done
45132026-02-27T15:17:42.014Z[ host-image] Feb 27 15:17:41.845 INFO O| Feb 27 15:17:41.844 INFO O| Done
45142026-02-27T15:17:42.014Z[ host-image] Feb 27 15:17:41.845 INFO O| Feb 27 15:17:41.845 INFO O| Done
45152026-02-27T15:17:44.701Z[ host-image] Feb 27 15:17:44.532 INFO O| Feb 27 15:17:44.532 INFO O| Done
45162026-02-27T15:17:45.802Z[ recovery-image] Feb 27 15:17:45.634 INFO O| Feb 27 15:17:45.634 INFO O| Done
45172026-02-27T15:17:46.481Z[ recovery-image] Feb 27 15:17:46.312 INFO O| Feb 27 15:17:46.312 INFO O| Done
45182026-02-27T15:17:47.621Z[ host-image] Feb 27 15:17:47.453 INFO O| Feb 27 15:17:47.452 INFO O| Done
45192026-02-27T15:17:47.667Z[ host-image] Feb 27 15:17:47.499 INFO O| Feb 27 15:17:47.499 INFO O| Done
45202026-02-27T15:17:47.667Z[ host-image] Feb 27 15:17:47.499 INFO O| Feb 27 15:17:47.499 INFO O| Done
45212026-02-27T15:17:47.852Z[ host-image] Feb 27 15:17:47.683 INFO O| Feb 27 15:17:47.683 INFO O| Done
45222026-02-27T15:17:50.803Z[ host-image] Feb 27 15:17:50.635 INFO O| Feb 27 15:17:50.635 INFO STEP 13 (pkg_install) COMPLETE
45232026-02-27T15:17:50.803Z[ host-image] Feb 27 15:17:50.635 INFO O| Feb 27 15:17:50.635 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45242026-02-27T15:17:50.829Z[ host-image] Feb 27 15:17:50.653 INFO O| Feb 27 15:17:50.652 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
45252026-02-27T15:17:51.661Z[ recovery-image] Feb 27 15:17:51.492 INFO O| Feb 27 15:17:51.492 INFO STEP 11 (pkg_install) COMPLETE
45262026-02-27T15:17:51.661Z[ recovery-image] Feb 27 15:17:51.492 INFO O| Feb 27 15:17:51.492 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45272026-02-27T15:17:51.685Z[ recovery-image] Feb 27 15:17:51.492 INFO O| Feb 27 15:17:51.492 INFO skip step because feature "recovery" is enabled
45282026-02-27T15:17:51.685Z[ recovery-image] Feb 27 15:17:51.492 INFO O| Feb 27 15:17:51.492 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45292026-02-27T15:17:51.685Z[ recovery-image] Feb 27 15:17:51.492 INFO O| Feb 27 15:17:51.492 INFO skip step because feature "omicron1" is not enabled
45302026-02-27T15:17:51.685Z[ recovery-image] Feb 27 15:17:51.492 INFO O| Feb 27 15:17:51.492 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312026-02-27T15:17:51.685Z[ recovery-image] Feb 27 15:17:51.511 INFO O| Feb 27 15:17:51.511 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
45322026-02-27T15:18:39.762Z[ host-image] Feb 27 15:18:39.594 INFO O| Feb 27 15:18:39.594 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45332026-02-27T15:18:40.481Z[ recovery-image] Feb 27 15:18:40.313 INFO O| Feb 27 15:18:40.313 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45342026-02-27T15:18:58.335Z[ host-image] Feb 27 15:18:58.167 INFO O| Feb 27 15:18:58.167 INFO O| Startup: Caching catalogs ... Done
45352026-02-27T15:18:59.258Z[ recovery-image] Feb 27 15:18:59.091 INFO O| Feb 27 15:18:59.090 INFO O| Startup: Caching catalogs ... Done
45362026-02-27T15:19:06.786Z[ host-image] Feb 27 15:19:06.615 INFO O| Feb 27 15:19:06.615 INFO O| Planning: Solver setup ... Done
45372026-02-27T15:19:06.811Z[ host-image] Feb 27 15:19:06.627 INFO O| Feb 27 15:19:06.627 INFO O| Planning: Running solver ... Done
45382026-02-27T15:19:06.924Z[ host-image] Feb 27 15:19:06.755 INFO O| Feb 27 15:19:06.755 INFO O| Planning: Finding local manifests ... Done
45392026-02-27T15:19:07.142Z[ host-image] Feb 27 15:19:06.974 INFO O| Feb 27 15:19:06.973 INFO O| Planning: Fetching manifests: 0/1 0% complete
45402026-02-27T15:19:07.170Z[ host-image] Feb 27 15:19:07.002 INFO O| Feb 27 15:19:07.002 INFO O| Planning: Fetching manifests: 1/1 100% complete
45412026-02-27T15:19:07.202Z[ host-image] Feb 27 15:19:07.034 INFO O| Feb 27 15:19:07.034 INFO O| Planning: Package planning ... Done
45422026-02-27T15:19:07.228Z[ host-image] Feb 27 15:19:07.035 INFO O| Feb 27 15:19:07.035 INFO O| Planning: Merging actions ... Done
45432026-02-27T15:19:07.286Z[ host-image] Feb 27 15:19:07.118 INFO O| Feb 27 15:19:07.118 INFO O| Planning: Checking for conflicting actions ... Done
45442026-02-27T15:19:07.312Z[ host-image] Feb 27 15:19:07.119 INFO O| Feb 27 15:19:07.119 INFO O| Planning: Consolidating action changes ... Done
45452026-02-27T15:19:07.554Z[ host-image] Feb 27 15:19:07.386 INFO O| Feb 27 15:19:07.386 INFO O| Planning: Evaluating mediators ... Done
45462026-02-27T15:19:07.578Z[ host-image] Feb 27 15:19:07.387 INFO O| Feb 27 15:19:07.386 INFO O| Planning: Planning completed in 9.11 seconds
45472026-02-27T15:19:07.578Z[ host-image] Feb 27 15:19:07.387 INFO O| Feb 27 15:19:07.387 INFO O| Packages to install: 1
45482026-02-27T15:19:07.602Z[ host-image] Feb 27 15:19:07.417 INFO O| Feb 27 15:19:07.416 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45492026-02-27T15:19:07.893Z[ recovery-image] Feb 27 15:19:07.723 INFO O| Feb 27 15:19:07.723 INFO O| Planning: Solver setup ... Done
45502026-02-27T15:19:07.918Z[ recovery-image] Feb 27 15:19:07.736 INFO O| Feb 27 15:19:07.736 INFO O| Planning: Running solver ... Done
45512026-02-27T15:19:08.040Z[ recovery-image] Feb 27 15:19:07.872 INFO O| Feb 27 15:19:07.872 INFO O| Planning: Finding local manifests ... Done
45522026-02-27T15:19:08.121Z[ recovery-image] Feb 27 15:19:07.953 INFO O| Feb 27 15:19:07.953 INFO O| Planning: Fetching manifests: 0/1 0% complete
45532026-02-27T15:19:08.152Z[ recovery-image] Feb 27 15:19:07.984 INFO O| Feb 27 15:19:07.984 INFO O| Planning: Fetching manifests: 1/1 100% complete
45542026-02-27T15:19:08.189Z[ recovery-image] Feb 27 15:19:08.021 INFO O| Feb 27 15:19:08.021 INFO O| Planning: Package planning ... Done
45552026-02-27T15:19:08.213Z[ recovery-image] Feb 27 15:19:08.022 INFO O| Feb 27 15:19:08.022 INFO O| Planning: Merging actions ... Done
45562026-02-27T15:19:08.213Z[ host-image] Feb 27 15:19:08.043 INFO O| Feb 27 15:19:08.043 INFO O| Download: Completed 12.26 MB in 0.63 seconds (19.6M/s)
45572026-02-27T15:19:08.248Z[ recovery-image] Feb 27 15:19:08.080 INFO O| Feb 27 15:19:08.080 INFO O| Planning: Checking for conflicting actions ... Done
45582026-02-27T15:19:08.273Z[ recovery-image] Feb 27 15:19:08.081 INFO O| Feb 27 15:19:08.081 INFO O| Planning: Consolidating action changes ... Done
45592026-02-27T15:19:08.273Z[ host-image] Feb 27 15:19:08.089 INFO O| Feb 27 15:19:08.089 INFO O| Actions: 1/22 actions (Installing new actions)
45602026-02-27T15:19:08.462Z[ recovery-image] Feb 27 15:19:08.294 INFO O| Feb 27 15:19:08.294 INFO O| Planning: Evaluating mediators ... Done
45612026-02-27T15:19:08.488Z[ recovery-image] Feb 27 15:19:08.295 INFO O| Feb 27 15:19:08.295 INFO O| Planning: Planning completed in 9.09 seconds
45622026-02-27T15:19:08.488Z[ recovery-image] Feb 27 15:19:08.295 INFO O| Feb 27 15:19:08.295 INFO O| Packages to install: 1
45632026-02-27T15:19:08.518Z[ recovery-image] Feb 27 15:19:08.322 INFO O| Feb 27 15:19:08.322 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45642026-02-27T15:19:08.620Z[ host-image] Feb 27 15:19:08.452 INFO O| Feb 27 15:19:08.452 INFO O| Actions: Completed 22 actions in 0.36 seconds.
45652026-02-27T15:19:09.137Z[ recovery-image] Feb 27 15:19:08.969 INFO O| Feb 27 15:19:08.969 INFO O| Download: Completed 12.26 MB in 0.65 seconds (18.9M/s)
45662026-02-27T15:19:09.179Z[ recovery-image] Feb 27 15:19:09.011 INFO O| Feb 27 15:19:09.011 INFO O| Actions: 1/22 actions (Installing new actions)
45672026-02-27T15:19:09.422Z[ host-image] Feb 27 15:19:09.254 INFO O| Feb 27 15:19:09.254 INFO O| Done
45682026-02-27T15:19:09.422Z[ host-image] Feb 27 15:19:09.254 INFO O| Feb 27 15:19:09.254 INFO O| Done
45692026-02-27T15:19:09.539Z[ recovery-image] Feb 27 15:19:09.371 INFO O| Feb 27 15:19:09.371 INFO O| Actions: Completed 22 actions in 0.36 seconds.
45702026-02-27T15:19:10.169Z[ recovery-image] Feb 27 15:19:10.002 INFO O| Feb 27 15:19:10.001 INFO O| Done
45712026-02-27T15:19:10.195Z[ recovery-image] Feb 27 15:19:10.002 INFO O| Feb 27 15:19:10.002 INFO O| Done
45722026-02-27T15:19:10.866Z[ host-image] Feb 27 15:19:10.698 INFO O| Feb 27 15:19:10.698 INFO O| Done
45732026-02-27T15:19:11.722Z[ recovery-image] Feb 27 15:19:11.550 INFO O| Feb 27 15:19:11.550 INFO O| Done
45742026-02-27T15:19:12.730Z[ host-image] Feb 27 15:19:12.560 INFO O| Feb 27 15:19:12.560 INFO O| Done
45752026-02-27T15:19:12.835Z[ host-image] Feb 27 15:19:12.667 INFO O| Feb 27 15:19:12.666 INFO O| Done
45762026-02-27T15:19:12.835Z[ host-image] Feb 27 15:19:12.667 INFO O| Feb 27 15:19:12.666 INFO O| Done
45772026-02-27T15:19:12.861Z[ host-image] Feb 27 15:19:12.693 INFO O| Feb 27 15:19:12.692 INFO O| Done
45782026-02-27T15:19:13.255Z[ recovery-image] Feb 27 15:19:13.087 INFO O| Feb 27 15:19:13.087 INFO O| Done
45792026-02-27T15:19:13.280Z[ recovery-image] Feb 27 15:19:13.109 INFO O| Feb 27 15:19:13.109 INFO O| Done
45802026-02-27T15:19:13.280Z[ recovery-image] Feb 27 15:19:13.109 INFO O| Feb 27 15:19:13.109 INFO O| Done
45812026-02-27T15:19:13.305Z[ recovery-image] Feb 27 15:19:13.130 INFO O| Feb 27 15:19:13.130 INFO O| Done
45822026-02-27T15:19:14.494Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO STEP 14 (pkg_install) COMPLETE
45832026-02-27T15:19:14.520Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45842026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO skip step because feature "mbist" is not enabled
45852026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45862026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO skip step because feature "mfg" is not enabled
45872026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45882026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO skip step because feature "compliance" is not enabled
45892026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45902026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO skip step because feature "stress" is not enabled
45912026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45922026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO skip step because feature "compliance" is not enabled
45932026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45942026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.324 INFO O| Feb 27 15:19:14.324 INFO skip step because feature "nfs" is not enabled
45952026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.325 INFO O| Feb 27 15:19:14.324 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45962026-02-27T15:19:14.521Z[ host-image] Feb 27 15:19:14.326 INFO O| Feb 27 15:19:14.326 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45972026-02-27T15:19:14.548Z[ host-image] Feb 27 15:19:14.365 INFO O| Feb 27 15:19:14.365 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45982026-02-27T15:19:14.600Z[ host-image] Feb 27 15:19:14.432 INFO O| Feb 27 15:19:14.432 INFO completed processing sled/ramdisk-01-os
45992026-02-27T15:19:14.625Z[ host-image] Feb 27 15:19:14.448 INFO omicron1 baseline generation...
46002026-02-27T15:19:14.625Z[ host-image] Feb 27 15:19:14.451 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
46012026-02-27T15:19:14.976Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO STEP 14 (pkg_install) COMPLETE
46022026-02-27T15:19:14.976Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46032026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO skip step because feature "mbist" is not enabled
46042026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46052026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO skip step because feature "mfg" is not enabled
46062026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46072026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO skip step because feature "compliance" is not enabled
46082026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46092026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO skip step because feature "stress" is not enabled
46102026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46112026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO skip step because feature "compliance" is not enabled
46122026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46132026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO skip step because feature "nfs" is not enabled
46142026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46152026-02-27T15:19:15.002Z[ recovery-image] Feb 27 15:19:14.808 INFO O| Feb 27 15:19:14.808 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46162026-02-27T15:19:15.027Z[ recovery-image] Feb 27 15:19:14.839 INFO O| Feb 27 15:19:14.839 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46172026-02-27T15:19:15.058Z[ recovery-image] Feb 27 15:19:14.891 INFO O| Feb 27 15:19:14.890 INFO completed processing sled/ramdisk-01-os
46182026-02-27T15:19:15.083Z[ recovery-image] Feb 27 15:19:14.894 INFO image builder template: ramdisk-02-trim...
46192026-02-27T15:19:15.083Z[ recovery-image] Feb 27 15:19:14.896 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/.tmpeTTMko/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
46202026-02-27T15:19:15.107Z[ recovery-image] Feb 27 15:19:14.939 INFO O| Feb 27 15:19:14.939 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46212026-02-27T15:19:15.132Z[ recovery-image] Feb 27 15:19:14.946 INFO O| Feb 27 15:19:14.946 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46222026-02-27T15:19:15.157Z[ recovery-image] Feb 27 15:19:14.983 INFO O| Feb 27 15:19:14.983 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46232026-02-27T15:19:15.188Z[ recovery-image] Feb 27 15:19:15.021 INFO O| Feb 27 15:19:15.020 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46242026-02-27T15:19:15.213Z[ recovery-image] Feb 27 15:19:15.022 INFO O| Feb 27 15:19:15.022 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46252026-02-27T15:19:15.213Z[ recovery-image] Feb 27 15:19:15.029 INFO O| Feb 27 15:19:15.028 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46262026-02-27T15:19:15.213Z[ recovery-image] Feb 27 15:19:15.033 INFO O| Feb 27 15:19:15.033 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46272026-02-27T15:19:15.213Z[ recovery-image] Feb 27 15:19:15.039 INFO O| Feb 27 15:19:15.039 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46282026-02-27T15:19:15.300Z[ host-image] Feb 27 15:19:15.132 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z
46292026-02-27T15:19:15.333Z[ recovery-image] Feb 27 15:19:15.166 INFO O| Feb 27 15:19:15.165 INFO rolled back to input snapshot; work may begin
46302026-02-27T15:19:15.333Z[ recovery-image] Feb 27 15:19:15.166 INFO O| Feb 27 15:19:15.166 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46312026-02-27T15:19:15.359Z[ recovery-image] Feb 27 15:19:15.173 INFO O| Feb 27 15:19:15.173 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46322026-02-27T15:19:15.384Z[ recovery-image] Feb 27 15:19:15.193 INFO O| Feb 27 15:19:15.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46332026-02-27T15:19:15.443Z[ recovery-image] Feb 27 15:19:15.274 INFO O| Feb 27 15:19:15.274 INFO STEP 0 (remove_files) COMPLETE
46342026-02-27T15:19:15.443Z[ recovery-image] Feb 27 15:19:15.274 INFO O| Feb 27 15:19:15.274 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352026-02-27T15:19:15.468Z[ recovery-image] Feb 27 15:19:15.291 INFO O| Feb 27 15:19:15.291 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46362026-02-27T15:19:15.468Z[ recovery-image] Feb 27 15:19:15.294 INFO O| Feb 27 15:19:15.294 INFO STEP 1 (remove_files) COMPLETE
46372026-02-27T15:19:15.468Z[ recovery-image] Feb 27 15:19:15.294 INFO O| Feb 27 15:19:15.294 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46382026-02-27T15:19:15.492Z[ recovery-image] Feb 27 15:19:15.309 INFO O| Feb 27 15:19:15.308 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46392026-02-27T15:19:15.518Z[ recovery-image] Feb 27 15:19:15.330 INFO O| Feb 27 15:19:15.330 INFO STEP 2 (remove_files) COMPLETE
46402026-02-27T15:19:15.518Z[ recovery-image] Feb 27 15:19:15.330 INFO O| Feb 27 15:19:15.330 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412026-02-27T15:19:15.518Z[ recovery-image] Feb 27 15:19:15.347 INFO O| Feb 27 15:19:15.347 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46422026-02-27T15:19:15.542Z[ recovery-image] Feb 27 15:19:15.352 INFO O| Feb 27 15:19:15.352 INFO STEP 3 (remove_files) COMPLETE
46432026-02-27T15:19:15.542Z[ recovery-image] Feb 27 15:19:15.352 INFO O| Feb 27 15:19:15.352 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442026-02-27T15:19:15.543Z[ recovery-image] Feb 27 15:19:15.372 INFO O| Feb 27 15:19:15.372 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46452026-02-27T15:19:15.567Z[ recovery-image] Feb 27 15:19:15.379 INFO O| Feb 27 15:19:15.379 INFO STEP 4 (remove_files) COMPLETE
46462026-02-27T15:19:15.567Z[ recovery-image] Feb 27 15:19:15.379 INFO O| Feb 27 15:19:15.379 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46472026-02-27T15:19:15.567Z[ recovery-image] Feb 27 15:19:15.393 INFO O| Feb 27 15:19:15.393 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46482026-02-27T15:19:15.567Z[ recovery-image] Feb 27 15:19:15.393 INFO O| Feb 27 15:19:15.393 INFO STEP 5 (remove_files) COMPLETE
46492026-02-27T15:19:15.567Z[ recovery-image] Feb 27 15:19:15.393 INFO O| Feb 27 15:19:15.393 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502026-02-27T15:19:15.592Z[ recovery-image] Feb 27 15:19:15.407 INFO O| Feb 27 15:19:15.406 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46512026-02-27T15:19:15.592Z[ recovery-image] Feb 27 15:19:15.423 INFO O| Feb 27 15:19:15.423 INFO STEP 6 (remove_files) COMPLETE
46522026-02-27T15:19:15.592Z[ recovery-image] Feb 27 15:19:15.423 INFO O| Feb 27 15:19:15.423 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46532026-02-27T15:19:15.592Z[ recovery-image] Feb 27 15:19:15.423 INFO O| Feb 27 15:19:15.423 INFO skip step because feature "recovery" is enabled
46542026-02-27T15:19:15.592Z[ recovery-image] Feb 27 15:19:15.423 INFO O| Feb 27 15:19:15.423 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-02-27T15:19:15.592Z[ recovery-image] Feb 27 15:19:15.423 INFO O| Feb 27 15:19:15.423 INFO skip step because feature "recovery" is enabled
46562026-02-27T15:19:15.592Z[ recovery-image] Feb 27 15:19:15.423 INFO O| Feb 27 15:19:15.423 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-02-27T15:19:15.593Z[ recovery-image] Feb 27 15:19:15.423 INFO O| Feb 27 15:19:15.423 INFO skip step because feature "recovery" is enabled
46582026-02-27T15:19:15.593Z[ recovery-image] Feb 27 15:19:15.423 INFO O| Feb 27 15:19:15.423 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592026-02-27T15:19:15.618Z[ recovery-image] Feb 27 15:19:15.440 INFO O| Feb 27 15:19:15.440 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46602026-02-27T15:19:15.618Z[ recovery-image] Feb 27 15:19:15.445 INFO O| Feb 27 15:19:15.445 INFO STEP 10 (remove_files) COMPLETE
46612026-02-27T15:19:15.618Z[ recovery-image] Feb 27 15:19:15.445 INFO O| Feb 27 15:19:15.445 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46622026-02-27T15:19:15.644Z[ recovery-image] Feb 27 15:19:15.463 INFO O| Feb 27 15:19:15.463 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46632026-02-27T15:19:15.644Z[ recovery-image] Feb 27 15:19:15.464 INFO O| Feb 27 15:19:15.464 INFO STEP 11 (remove_files) COMPLETE
46642026-02-27T15:19:15.644Z[ recovery-image] Feb 27 15:19:15.464 INFO O| Feb 27 15:19:15.464 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652026-02-27T15:19:15.700Z[ recovery-image] Feb 27 15:19:15.483 INFO O| Feb 27 15:19:15.483 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46662026-02-27T15:19:15.700Z[ recovery-image] Feb 27 15:19:15.486 INFO O| Feb 27 15:19:15.486 INFO STEP 12 (remove_files) COMPLETE
46672026-02-27T15:19:15.700Z[ recovery-image] Feb 27 15:19:15.486 INFO O| Feb 27 15:19:15.486 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682026-02-27T15:19:15.877Z[ recovery-image] Feb 27 15:19:15.709 INFO O| Feb 27 15:19:15.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46692026-02-27T15:19:15.903Z[ recovery-image] Feb 27 15:19:15.711 INFO O| Feb 27 15:19:15.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46702026-02-27T15:19:15.903Z[ recovery-image] Feb 27 15:19:15.727 INFO O| Feb 27 15:19:15.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46712026-02-27T15:19:15.903Z[ recovery-image] Feb 27 15:19:15.729 INFO O| Feb 27 15:19:15.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46722026-02-27T15:19:15.944Z[ recovery-image] Feb 27 15:19:15.776 INFO O| Feb 27 15:19:15.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46732026-02-27T15:19:15.971Z[ recovery-image] Feb 27 15:19:15.796 INFO O| Feb 27 15:19:15.796 INFO STEP 13 (remove_files) COMPLETE
46742026-02-27T15:19:15.971Z[ recovery-image] Feb 27 15:19:15.796 INFO O| Feb 27 15:19:15.796 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-02-27T15:19:15.996Z[ recovery-image] Feb 27 15:19:15.814 INFO O| Feb 27 15:19:15.814 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46762026-02-27T15:19:15.996Z[ recovery-image] Feb 27 15:19:15.816 INFO O| Feb 27 15:19:15.816 INFO STEP 14 (remove_files) COMPLETE
46772026-02-27T15:19:15.996Z[ recovery-image] Feb 27 15:19:15.816 INFO O| Feb 27 15:19:15.816 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-02-27T15:19:16.021Z[ recovery-image] Feb 27 15:19:15.833 INFO O| Feb 27 15:19:15.833 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46792026-02-27T15:19:16.021Z[ recovery-image] Feb 27 15:19:15.847 INFO O| Feb 27 15:19:15.847 INFO STEP 15 (remove_files) COMPLETE
46802026-02-27T15:19:16.021Z[ recovery-image] Feb 27 15:19:15.847 INFO O| Feb 27 15:19:15.847 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-02-27T15:19:16.073Z[ recovery-image] Feb 27 15:19:15.862 INFO O| Feb 27 15:19:15.862 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46822026-02-27T15:19:16.073Z[ recovery-image] Feb 27 15:19:15.863 INFO O| Feb 27 15:19:15.862 INFO STEP 16 (remove_files) COMPLETE
46832026-02-27T15:19:16.073Z[ recovery-image] Feb 27 15:19:15.863 INFO O| Feb 27 15:19:15.862 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-02-27T15:19:16.073Z[ recovery-image] Feb 27 15:19:15.882 INFO O| Feb 27 15:19:15.881 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46852026-02-27T15:19:16.073Z[ recovery-image] Feb 27 15:19:15.885 INFO O| Feb 27 15:19:15.885 INFO STEP 17 (remove_files) COMPLETE
46862026-02-27T15:19:16.073Z[ recovery-image] Feb 27 15:19:15.885 INFO O| Feb 27 15:19:15.885 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-02-27T15:19:16.098Z[ recovery-image] Feb 27 15:19:15.906 INFO O| Feb 27 15:19:15.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46882026-02-27T15:19:16.098Z[ recovery-image] Feb 27 15:19:15.907 INFO O| Feb 27 15:19:15.907 INFO STEP 18 (remove_files) COMPLETE
46892026-02-27T15:19:16.098Z[ recovery-image] Feb 27 15:19:15.907 INFO O| Feb 27 15:19:15.907 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-02-27T15:19:16.098Z[ recovery-image] Feb 27 15:19:15.928 INFO O| Feb 27 15:19:15.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46912026-02-27T15:19:16.098Z[ recovery-image] Feb 27 15:19:15.929 INFO O| Feb 27 15:19:15.928 INFO STEP 19 (remove_files) COMPLETE
46922026-02-27T15:19:16.098Z[ recovery-image] Feb 27 15:19:15.929 INFO O| Feb 27 15:19:15.928 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-02-27T15:19:16.122Z[ recovery-image] Feb 27 15:19:15.946 INFO O| Feb 27 15:19:15.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46942026-02-27T15:19:16.123Z[ recovery-image] Feb 27 15:19:15.946 INFO O| Feb 27 15:19:15.946 INFO STEP 20 (remove_files) COMPLETE
46952026-02-27T15:19:16.123Z[ recovery-image] Feb 27 15:19:15.946 INFO O| Feb 27 15:19:15.946 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-02-27T15:19:16.147Z[ recovery-image] Feb 27 15:19:15.961 INFO O| Feb 27 15:19:15.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46972026-02-27T15:19:16.148Z[ recovery-image] Feb 27 15:19:15.961 INFO O| Feb 27 15:19:15.961 INFO STEP 21 (remove_files) COMPLETE
46982026-02-27T15:19:16.148Z[ recovery-image] Feb 27 15:19:15.961 INFO O| Feb 27 15:19:15.961 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-02-27T15:19:16.148Z[ recovery-image] Feb 27 15:19:15.976 INFO O| Feb 27 15:19:15.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
47002026-02-27T15:19:16.148Z[ recovery-image] Feb 27 15:19:15.976 INFO O| Feb 27 15:19:15.976 INFO STEP 22 (remove_files) COMPLETE
47012026-02-27T15:19:16.148Z[ recovery-image] Feb 27 15:19:15.976 INFO O| Feb 27 15:19:15.976 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-02-27T15:19:16.173Z[ recovery-image] Feb 27 15:19:15.991 INFO O| Feb 27 15:19:15.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
47032026-02-27T15:19:16.173Z[ recovery-image] Feb 27 15:19:15.992 INFO O| Feb 27 15:19:15.991 INFO STEP 23 (remove_files) COMPLETE
47042026-02-27T15:19:16.173Z[ recovery-image] Feb 27 15:19:15.992 INFO O| Feb 27 15:19:15.992 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-02-27T15:19:16.173Z[ recovery-image] Feb 27 15:19:16.005 INFO O| Feb 27 15:19:16.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
47062026-02-27T15:19:16.173Z[ recovery-image] Feb 27 15:19:16.005 INFO O| Feb 27 15:19:16.005 INFO STEP 24 (remove_files) COMPLETE
47072026-02-27T15:19:16.173Z[ recovery-image] Feb 27 15:19:16.005 INFO O| Feb 27 15:19:16.005 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-02-27T15:19:16.198Z[ recovery-image] Feb 27 15:19:16.021 INFO O| Feb 27 15:19:16.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
47092026-02-27T15:19:16.198Z[ recovery-image] Feb 27 15:19:16.021 INFO O| Feb 27 15:19:16.021 INFO STEP 25 (remove_files) COMPLETE
47102026-02-27T15:19:16.198Z[ recovery-image] Feb 27 15:19:16.021 INFO O| Feb 27 15:19:16.021 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-02-27T15:19:16.222Z[ recovery-image] Feb 27 15:19:16.039 INFO O| Feb 27 15:19:16.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47122026-02-27T15:19:16.222Z[ recovery-image] Feb 27 15:19:16.040 INFO O| Feb 27 15:19:16.040 INFO STEP 26 (remove_files) COMPLETE
47132026-02-27T15:19:16.222Z[ recovery-image] Feb 27 15:19:16.040 INFO O| Feb 27 15:19:16.040 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-02-27T15:19:16.222Z[ recovery-image] Feb 27 15:19:16.054 INFO O| Feb 27 15:19:16.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47152026-02-27T15:19:16.222Z[ recovery-image] Feb 27 15:19:16.055 INFO O| Feb 27 15:19:16.054 INFO STEP 27 (remove_files) COMPLETE
47162026-02-27T15:19:16.223Z[ recovery-image] Feb 27 15:19:16.055 INFO O| Feb 27 15:19:16.054 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-02-27T15:19:16.247Z[ recovery-image] Feb 27 15:19:16.072 INFO O| Feb 27 15:19:16.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47182026-02-27T15:19:16.247Z[ recovery-image] Feb 27 15:19:16.072 INFO O| Feb 27 15:19:16.072 INFO STEP 28 (remove_files) COMPLETE
47192026-02-27T15:19:16.247Z[ recovery-image] Feb 27 15:19:16.072 INFO O| Feb 27 15:19:16.072 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-02-27T15:19:16.272Z[ recovery-image] Feb 27 15:19:16.084 INFO O| Feb 27 15:19:16.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47212026-02-27T15:19:16.272Z[ recovery-image] Feb 27 15:19:16.084 INFO O| Feb 27 15:19:16.084 INFO STEP 29 (remove_files) COMPLETE
47222026-02-27T15:19:16.272Z[ recovery-image] Feb 27 15:19:16.084 INFO O| Feb 27 15:19:16.084 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232026-02-27T15:19:16.272Z[ recovery-image] Feb 27 15:19:16.095 INFO O| Feb 27 15:19:16.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47242026-02-27T15:19:16.272Z[ recovery-image] Feb 27 15:19:16.095 INFO O| Feb 27 15:19:16.095 INFO STEP 30 (remove_files) COMPLETE
47252026-02-27T15:19:16.272Z[ recovery-image] Feb 27 15:19:16.095 INFO O| Feb 27 15:19:16.095 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-02-27T15:19:16.299Z[ recovery-image] Feb 27 15:19:16.106 INFO O| Feb 27 15:19:16.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47272026-02-27T15:19:16.300Z[ recovery-image] Feb 27 15:19:16.107 INFO O| Feb 27 15:19:16.107 INFO STEP 31 (remove_files) COMPLETE
47282026-02-27T15:19:16.300Z[ recovery-image] Feb 27 15:19:16.107 INFO O| Feb 27 15:19:16.107 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-02-27T15:19:16.300Z[ recovery-image] Feb 27 15:19:16.123 INFO O| Feb 27 15:19:16.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47302026-02-27T15:19:16.300Z[ recovery-image] Feb 27 15:19:16.123 INFO O| Feb 27 15:19:16.123 INFO STEP 32 (remove_files) COMPLETE
47312026-02-27T15:19:16.300Z[ recovery-image] Feb 27 15:19:16.123 INFO O| Feb 27 15:19:16.123 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322026-02-27T15:19:16.325Z[ recovery-image] Feb 27 15:19:16.137 INFO O| Feb 27 15:19:16.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47332026-02-27T15:19:16.325Z[ recovery-image] Feb 27 15:19:16.138 INFO O| Feb 27 15:19:16.138 INFO STEP 33 (remove_files) COMPLETE
47342026-02-27T15:19:16.325Z[ recovery-image] Feb 27 15:19:16.138 INFO O| Feb 27 15:19:16.138 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-02-27T15:19:16.325Z[ recovery-image] Feb 27 15:19:16.152 INFO O| Feb 27 15:19:16.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47362026-02-27T15:19:16.325Z[ recovery-image] Feb 27 15:19:16.152 INFO O| Feb 27 15:19:16.152 INFO STEP 34 (remove_files) COMPLETE
47372026-02-27T15:19:16.325Z[ recovery-image] Feb 27 15:19:16.152 INFO O| Feb 27 15:19:16.152 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-02-27T15:19:16.350Z[ recovery-image] Feb 27 15:19:16.168 INFO O| Feb 27 15:19:16.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47392026-02-27T15:19:16.350Z[ recovery-image] Feb 27 15:19:16.169 INFO O| Feb 27 15:19:16.168 INFO STEP 35 (remove_files) COMPLETE
47402026-02-27T15:19:16.350Z[ recovery-image] Feb 27 15:19:16.169 INFO O| Feb 27 15:19:16.169 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-02-27T15:19:16.375Z[ recovery-image] Feb 27 15:19:16.183 INFO O| Feb 27 15:19:16.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47422026-02-27T15:19:16.375Z[ recovery-image] Feb 27 15:19:16.184 INFO O| Feb 27 15:19:16.184 INFO STEP 36 (remove_files) COMPLETE
47432026-02-27T15:19:16.375Z[ recovery-image] Feb 27 15:19:16.184 INFO O| Feb 27 15:19:16.184 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442026-02-27T15:19:16.375Z[ recovery-image] Feb 27 15:19:16.198 INFO O| Feb 27 15:19:16.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47452026-02-27T15:19:16.375Z[ recovery-image] Feb 27 15:19:16.198 INFO O| Feb 27 15:19:16.198 INFO STEP 37 (remove_files) COMPLETE
47462026-02-27T15:19:16.375Z[ recovery-image] Feb 27 15:19:16.198 INFO O| Feb 27 15:19:16.198 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-02-27T15:19:16.400Z[ recovery-image] Feb 27 15:19:16.216 INFO O| Feb 27 15:19:16.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47482026-02-27T15:19:16.400Z[ recovery-image] Feb 27 15:19:16.216 INFO O| Feb 27 15:19:16.216 INFO STEP 38 (remove_files) COMPLETE
47492026-02-27T15:19:16.400Z[ recovery-image] Feb 27 15:19:16.216 INFO O| Feb 27 15:19:16.216 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47502026-02-27T15:19:16.426Z[ recovery-image] Feb 27 15:19:16.233 INFO O| Feb 27 15:19:16.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47512026-02-27T15:19:16.426Z[ recovery-image] Feb 27 15:19:16.233 INFO O| Feb 27 15:19:16.233 INFO STEP 39 (remove_files) COMPLETE
47522026-02-27T15:19:16.426Z[ recovery-image] Feb 27 15:19:16.233 INFO O| Feb 27 15:19:16.233 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532026-02-27T15:19:16.426Z[ recovery-image] Feb 27 15:19:16.247 INFO O| Feb 27 15:19:16.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47542026-02-27T15:19:16.426Z[ recovery-image] Feb 27 15:19:16.248 INFO O| Feb 27 15:19:16.247 INFO STEP 40 (remove_files) COMPLETE
47552026-02-27T15:19:16.426Z[ recovery-image] Feb 27 15:19:16.248 INFO O| Feb 27 15:19:16.248 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562026-02-27T15:19:16.451Z[ recovery-image] Feb 27 15:19:16.263 INFO O| Feb 27 15:19:16.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47572026-02-27T15:19:16.451Z[ recovery-image] Feb 27 15:19:16.263 INFO O| Feb 27 15:19:16.263 INFO STEP 41 (remove_files) COMPLETE
47582026-02-27T15:19:16.451Z[ recovery-image] Feb 27 15:19:16.263 INFO O| Feb 27 15:19:16.263 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47592026-02-27T15:19:16.451Z[ recovery-image] Feb 27 15:19:16.274 INFO O| Feb 27 15:19:16.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47602026-02-27T15:19:16.451Z[ recovery-image] Feb 27 15:19:16.275 INFO O| Feb 27 15:19:16.274 INFO STEP 42 (remove_files) COMPLETE
47612026-02-27T15:19:16.451Z[ recovery-image] Feb 27 15:19:16.275 INFO O| Feb 27 15:19:16.274 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622026-02-27T15:19:16.476Z[ recovery-image] Feb 27 15:19:16.293 INFO O| Feb 27 15:19:16.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47632026-02-27T15:19:16.476Z[ recovery-image] Feb 27 15:19:16.293 INFO O| Feb 27 15:19:16.293 INFO STEP 43 (remove_files) COMPLETE
47642026-02-27T15:19:16.476Z[ recovery-image] Feb 27 15:19:16.293 INFO O| Feb 27 15:19:16.293 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47652026-02-27T15:19:16.500Z[ recovery-image] Feb 27 15:19:16.312 INFO O| Feb 27 15:19:16.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47662026-02-27T15:19:16.500Z[ recovery-image] Feb 27 15:19:16.312 INFO O| Feb 27 15:19:16.312 INFO STEP 44 (remove_files) COMPLETE
47672026-02-27T15:19:16.500Z[ recovery-image] Feb 27 15:19:16.312 INFO O| Feb 27 15:19:16.312 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-02-27T15:19:16.501Z[ recovery-image] Feb 27 15:19:16.329 INFO O| Feb 27 15:19:16.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47692026-02-27T15:19:16.501Z[ recovery-image] Feb 27 15:19:16.329 INFO O| Feb 27 15:19:16.329 INFO STEP 45 (remove_files) COMPLETE
47702026-02-27T15:19:16.501Z[ recovery-image] Feb 27 15:19:16.329 INFO O| Feb 27 15:19:16.329 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47712026-02-27T15:19:16.525Z[ recovery-image] Feb 27 15:19:16.343 INFO O| Feb 27 15:19:16.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47722026-02-27T15:19:16.525Z[ recovery-image] Feb 27 15:19:16.343 INFO O| Feb 27 15:19:16.343 INFO STEP 46 (remove_files) COMPLETE
47732026-02-27T15:19:16.525Z[ recovery-image] Feb 27 15:19:16.343 INFO O| Feb 27 15:19:16.343 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-02-27T15:19:16.550Z[ recovery-image] Feb 27 15:19:16.359 INFO O| Feb 27 15:19:16.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47752026-02-27T15:19:16.550Z[ recovery-image] Feb 27 15:19:16.359 INFO O| Feb 27 15:19:16.359 INFO STEP 47 (remove_files) COMPLETE
47762026-02-27T15:19:16.550Z[ recovery-image] Feb 27 15:19:16.359 INFO O| Feb 27 15:19:16.359 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47772026-02-27T15:19:16.550Z[ recovery-image] Feb 27 15:19:16.373 INFO O| Feb 27 15:19:16.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47782026-02-27T15:19:16.550Z[ recovery-image] Feb 27 15:19:16.373 INFO O| Feb 27 15:19:16.373 INFO STEP 48 (remove_files) COMPLETE
47792026-02-27T15:19:16.550Z[ recovery-image] Feb 27 15:19:16.373 INFO O| Feb 27 15:19:16.373 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47802026-02-27T15:19:16.575Z[ recovery-image] Feb 27 15:19:16.386 INFO O| Feb 27 15:19:16.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47812026-02-27T15:19:16.575Z[ recovery-image] Feb 27 15:19:16.387 INFO O| Feb 27 15:19:16.386 INFO STEP 49 (remove_files) COMPLETE
47822026-02-27T15:19:16.575Z[ recovery-image] Feb 27 15:19:16.387 INFO O| Feb 27 15:19:16.387 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832026-02-27T15:19:16.600Z[ recovery-image] Feb 27 15:19:16.408 INFO O| Feb 27 15:19:16.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47842026-02-27T15:19:16.600Z[ recovery-image] Feb 27 15:19:16.408 INFO O| Feb 27 15:19:16.408 INFO STEP 50 (remove_files) COMPLETE
47852026-02-27T15:19:16.600Z[ recovery-image] Feb 27 15:19:16.408 INFO O| Feb 27 15:19:16.408 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47862026-02-27T15:19:16.600Z[ recovery-image] Feb 27 15:19:16.426 INFO O| Feb 27 15:19:16.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47872026-02-27T15:19:16.600Z[ recovery-image] Feb 27 15:19:16.426 INFO O| Feb 27 15:19:16.426 INFO STEP 51 (remove_files) COMPLETE
47882026-02-27T15:19:16.601Z[ recovery-image] Feb 27 15:19:16.426 INFO O| Feb 27 15:19:16.426 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892026-02-27T15:19:16.626Z[ recovery-image] Feb 27 15:19:16.444 INFO O| Feb 27 15:19:16.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47902026-02-27T15:19:16.626Z[ recovery-image] Feb 27 15:19:16.444 INFO O| Feb 27 15:19:16.444 INFO STEP 52 (remove_files) COMPLETE
47912026-02-27T15:19:16.626Z[ recovery-image] Feb 27 15:19:16.444 INFO O| Feb 27 15:19:16.444 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922026-02-27T15:19:16.651Z[ recovery-image] Feb 27 15:19:16.464 INFO O| Feb 27 15:19:16.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47932026-02-27T15:19:16.651Z[ recovery-image] Feb 27 15:19:16.464 INFO O| Feb 27 15:19:16.464 INFO STEP 53 (remove_files) COMPLETE
47942026-02-27T15:19:16.651Z[ recovery-image] Feb 27 15:19:16.464 INFO O| Feb 27 15:19:16.464 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952026-02-27T15:19:16.651Z[ recovery-image] Feb 27 15:19:16.480 INFO O| Feb 27 15:19:16.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47962026-02-27T15:19:16.651Z[ recovery-image] Feb 27 15:19:16.480 INFO O| Feb 27 15:19:16.480 INFO STEP 54 (remove_files) COMPLETE
47972026-02-27T15:19:16.651Z[ recovery-image] Feb 27 15:19:16.480 INFO O| Feb 27 15:19:16.480 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47982026-02-27T15:19:16.677Z[ recovery-image] Feb 27 15:19:16.496 INFO O| Feb 27 15:19:16.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47992026-02-27T15:19:16.677Z[ recovery-image] Feb 27 15:19:16.496 INFO O| Feb 27 15:19:16.496 INFO STEP 55 (remove_files) COMPLETE
48002026-02-27T15:19:16.677Z[ recovery-image] Feb 27 15:19:16.496 INFO O| Feb 27 15:19:16.496 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012026-02-27T15:19:16.702Z[ recovery-image] Feb 27 15:19:16.511 INFO O| Feb 27 15:19:16.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
48022026-02-27T15:19:16.702Z[ recovery-image] Feb 27 15:19:16.511 INFO O| Feb 27 15:19:16.511 INFO STEP 56 (remove_files) COMPLETE
48032026-02-27T15:19:16.702Z[ recovery-image] Feb 27 15:19:16.511 INFO O| Feb 27 15:19:16.511 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48042026-02-27T15:19:16.702Z[ recovery-image] Feb 27 15:19:16.528 INFO O| Feb 27 15:19:16.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
48052026-02-27T15:19:16.702Z[ recovery-image] Feb 27 15:19:16.528 INFO O| Feb 27 15:19:16.528 INFO STEP 57 (remove_files) COMPLETE
48062026-02-27T15:19:16.702Z[ recovery-image] Feb 27 15:19:16.528 INFO O| Feb 27 15:19:16.528 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48072026-02-27T15:19:16.727Z[ recovery-image] Feb 27 15:19:16.549 INFO O| Feb 27 15:19:16.549 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
48082026-02-27T15:19:16.727Z[ recovery-image] Feb 27 15:19:16.549 INFO O| Feb 27 15:19:16.549 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
48092026-02-27T15:19:16.727Z[ recovery-image] Feb 27 15:19:16.550 INFO O| Feb 27 15:19:16.549 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48102026-02-27T15:19:16.728Z[ recovery-image] Feb 27 15:19:16.550 INFO O| Feb 27 15:19:16.550 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48112026-02-27T15:19:16.728Z[ recovery-image] Feb 27 15:19:16.550 INFO O| Feb 27 15:19:16.550 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48122026-02-27T15:19:16.728Z[ recovery-image] Feb 27 15:19:16.550 INFO O| Feb 27 15:19:16.550 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48132026-02-27T15:19:16.728Z[ recovery-image] Feb 27 15:19:16.550 INFO O| Feb 27 15:19:16.550 INFO ok!
48142026-02-27T15:19:16.728Z[ recovery-image] Feb 27 15:19:16.550 INFO O| Feb 27 15:19:16.550 INFO STEP 58 (ensure_file) COMPLETE
48152026-02-27T15:19:16.728Z[ recovery-image] Feb 27 15:19:16.550 INFO O| Feb 27 15:19:16.550 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48162026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.565 INFO O| Feb 27 15:19:16.565 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48172026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.565 INFO O| Feb 27 15:19:16.565 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48182026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.565 INFO O| Feb 27 15:19:16.565 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48192026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.565 INFO O| Feb 27 15:19:16.565 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48202026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.565 INFO O| Feb 27 15:19:16.565 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48212026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.565 INFO O| Feb 27 15:19:16.565 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48222026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.565 INFO O| Feb 27 15:19:16.565 INFO ok!
48232026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.565 INFO O| Feb 27 15:19:16.565 INFO STEP 59 (ensure_file) COMPLETE
48242026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.565 INFO O| Feb 27 15:19:16.565 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48252026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.584 INFO O| Feb 27 15:19:16.584 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48262026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.584 INFO O| Feb 27 15:19:16.584 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48272026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.584 INFO O| Feb 27 15:19:16.584 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48282026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.584 INFO O| Feb 27 15:19:16.584 INFO ok!
48292026-02-27T15:19:16.755Z[ recovery-image] Feb 27 15:19:16.584 INFO O| Feb 27 15:19:16.584 INFO STEP 60 (ensure_file) COMPLETE
48302026-02-27T15:19:16.756Z[ recovery-image] Feb 27 15:19:16.584 INFO O| Feb 27 15:19:16.584 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48312026-02-27T15:19:16.781Z[ recovery-image] Feb 27 15:19:16.598 INFO O| Feb 27 15:19:16.598 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48322026-02-27T15:19:16.781Z[ recovery-image] Feb 27 15:19:16.598 INFO O| Feb 27 15:19:16.598 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48332026-02-27T15:19:16.781Z[ recovery-image] Feb 27 15:19:16.599 INFO O| Feb 27 15:19:16.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48342026-02-27T15:19:16.781Z[ recovery-image] Feb 27 15:19:16.599 INFO O| Feb 27 15:19:16.598 INFO ok!
48352026-02-27T15:19:16.781Z[ recovery-image] Feb 27 15:19:16.599 INFO O| Feb 27 15:19:16.599 INFO STEP 61 (ensure_file) COMPLETE
48362026-02-27T15:19:16.781Z[ recovery-image] Feb 27 15:19:16.599 INFO O| Feb 27 15:19:16.599 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48372026-02-27T15:19:16.806Z[ recovery-image] Feb 27 15:19:16.621 INFO O| Feb 27 15:19:16.621 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48382026-02-27T15:19:16.806Z[ recovery-image] Feb 27 15:19:16.621 INFO O| Feb 27 15:19:16.621 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48392026-02-27T15:19:16.806Z[ recovery-image] Feb 27 15:19:16.621 INFO O| Feb 27 15:19:16.621 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48402026-02-27T15:19:16.806Z[ recovery-image] Feb 27 15:19:16.621 INFO O| Feb 27 15:19:16.621 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48412026-02-27T15:19:16.806Z[ recovery-image] Feb 27 15:19:16.621 INFO O| Feb 27 15:19:16.621 INFO ok!
48422026-02-27T15:19:16.807Z[ recovery-image] Feb 27 15:19:16.621 INFO O| Feb 27 15:19:16.621 INFO STEP 62 (ensure_file) COMPLETE
48432026-02-27T15:19:16.807Z[ recovery-image] Feb 27 15:19:16.621 INFO O| Feb 27 15:19:16.621 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48442026-02-27T15:19:16.807Z[ recovery-image] Feb 27 15:19:16.636 INFO O| Feb 27 15:19:16.636 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48452026-02-27T15:19:16.807Z[ recovery-image] Feb 27 15:19:16.636 INFO O| Feb 27 15:19:16.636 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48462026-02-27T15:19:16.807Z[ recovery-image] Feb 27 15:19:16.637 INFO O| Feb 27 15:19:16.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48472026-02-27T15:19:16.807Z[ recovery-image] Feb 27 15:19:16.637 INFO O| Feb 27 15:19:16.637 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48482026-02-27T15:19:16.807Z[ recovery-image] Feb 27 15:19:16.637 INFO O| Feb 27 15:19:16.637 INFO ok!
48492026-02-27T15:19:16.807Z[ recovery-image] Feb 27 15:19:16.637 INFO O| Feb 27 15:19:16.637 INFO STEP 63 (ensure_file) COMPLETE
48502026-02-27T15:19:16.807Z[ recovery-image] Feb 27 15:19:16.637 INFO O| Feb 27 15:19:16.637 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48512026-02-27T15:19:16.831Z[ recovery-image] Feb 27 15:19:16.654 INFO O| Feb 27 15:19:16.653 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48522026-02-27T15:19:16.831Z[ recovery-image] Feb 27 15:19:16.654 INFO O| Feb 27 15:19:16.653 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48532026-02-27T15:19:16.831Z[ recovery-image] Feb 27 15:19:16.654 INFO O| Feb 27 15:19:16.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48542026-02-27T15:19:16.831Z[ recovery-image] Feb 27 15:19:16.654 INFO O| Feb 27 15:19:16.654 INFO ok!
48552026-02-27T15:19:16.831Z[ recovery-image] Feb 27 15:19:16.654 INFO O| Feb 27 15:19:16.654 INFO STEP 64 (assemble_files) COMPLETE
48562026-02-27T15:19:16.832Z[ recovery-image] Feb 27 15:19:16.654 INFO O| Feb 27 15:19:16.654 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48572026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.670 INFO O| Feb 27 15:19:16.669 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48582026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.670 INFO O| Feb 27 15:19:16.670 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48592026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.670 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48602026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48612026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO ok!
48622026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO STEP 65 (ensure_file) COMPLETE
48632026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48642026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO skip step because feature "omicron1" is not enabled
48652026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48662026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO skip step because feature "omicron1" is not enabled
48672026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48682026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO skip step because feature "omicron1" is not enabled
48692026-02-27T15:19:16.857Z[ recovery-image] Feb 27 15:19:16.671 INFO O| Feb 27 15:19:16.671 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48702026-02-27T15:19:16.882Z[ recovery-image] Feb 27 15:19:16.690 INFO O| Feb 27 15:19:16.690 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48712026-02-27T15:19:16.882Z[ recovery-image] Feb 27 15:19:16.690 INFO O| Feb 27 15:19:16.690 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48722026-02-27T15:19:19.042Z[ recovery-image] Feb 27 15:19:18.874 INFO O| Feb 27 15:19:18.874 INFO STEP 69 (pack_tar) COMPLETE
48732026-02-27T15:19:19.042Z[ recovery-image] Feb 27 15:19:18.874 INFO O| Feb 27 15:19:18.874 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48742026-02-27T15:19:19.067Z[ recovery-image] Feb 27 15:19:18.874 INFO O| Feb 27 15:19:18.874 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48752026-02-27T15:19:19.546Z[ recovery-image] Feb 27 15:19:19.377 INFO O| Feb 27 15:19:19.377 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48762026-02-27T15:19:19.602Z[ recovery-image] Feb 27 15:19:19.432 INFO O| Feb 27 15:19:19.432 INFO completed processing sled/ramdisk-02-trim
48772026-02-27T15:19:19.627Z[ recovery-image] Feb 27 15:19:19.436 INFO image builder template: ramdisk-03-recovery-trim...
48782026-02-27T15:19:19.627Z[ recovery-image] Feb 27 15:19:19.436 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/.tmpeTTMko/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
48792026-02-27T15:19:19.750Z[ recovery-image] Feb 27 15:19:19.583 INFO O| Feb 27 15:19:19.582 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48802026-02-27T15:19:19.774Z[ recovery-image] Feb 27 15:19:19.588 INFO O| Feb 27 15:19:19.588 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48812026-02-27T15:19:19.799Z[ recovery-image] Feb 27 15:19:19.630 INFO O| Feb 27 15:19:19.630 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48822026-02-27T15:19:19.838Z[ recovery-image] Feb 27 15:19:19.670 INFO O| Feb 27 15:19:19.670 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48832026-02-27T15:19:19.838Z[ recovery-image] Feb 27 15:19:19.670 INFO O| Feb 27 15:19:19.670 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48842026-02-27T15:19:19.863Z[ recovery-image] Feb 27 15:19:19.680 INFO O| Feb 27 15:19:19.680 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48852026-02-27T15:19:19.864Z[ recovery-image] Feb 27 15:19:19.685 INFO O| Feb 27 15:19:19.685 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48862026-02-27T15:19:19.864Z[ recovery-image] Feb 27 15:19:19.691 INFO O| Feb 27 15:19:19.691 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48872026-02-27T15:19:20.099Z[ recovery-image] Feb 27 15:19:19.931 INFO O| Feb 27 15:19:19.931 INFO rolled back to input snapshot; work may begin
48882026-02-27T15:19:20.099Z[ recovery-image] Feb 27 15:19:19.931 INFO O| Feb 27 15:19:19.931 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48892026-02-27T15:19:20.124Z[ recovery-image] Feb 27 15:19:19.939 INFO O| Feb 27 15:19:19.938 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-02-27T15:19:20.149Z[ recovery-image] Feb 27 15:19:19.957 INFO O| Feb 27 15:19:19.957 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48912026-02-27T15:19:20.149Z[ recovery-image] Feb 27 15:19:19.961 INFO O| Feb 27 15:19:19.961 INFO STEP 0 (remove_files) COMPLETE
48922026-02-27T15:19:20.149Z[ recovery-image] Feb 27 15:19:19.961 INFO O| Feb 27 15:19:19.961 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-02-27T15:19:20.149Z[ recovery-image] Feb 27 15:19:19.979 INFO O| Feb 27 15:19:19.979 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48942026-02-27T15:19:20.220Z[ recovery-image] Feb 27 15:19:20.047 INFO O| Feb 27 15:19:20.046 INFO STEP 1 (remove_files) COMPLETE
48952026-02-27T15:19:20.247Z[ recovery-image] Feb 27 15:19:20.047 INFO O| Feb 27 15:19:20.047 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-02-27T15:19:20.247Z[ recovery-image] Feb 27 15:19:20.062 INFO O| Feb 27 15:19:20.062 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48972026-02-27T15:19:20.247Z[ recovery-image] Feb 27 15:19:20.065 INFO O| Feb 27 15:19:20.065 INFO STEP 2 (remove_files) COMPLETE
48982026-02-27T15:19:20.247Z[ recovery-image] Feb 27 15:19:20.065 INFO O| Feb 27 15:19:20.065 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-02-27T15:19:20.272Z[ recovery-image] Feb 27 15:19:20.083 INFO O| Feb 27 15:19:20.083 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
49002026-02-27T15:19:20.315Z[ recovery-image] Feb 27 15:19:20.147 INFO O| Feb 27 15:19:20.147 INFO STEP 3 (remove_files) COMPLETE
49012026-02-27T15:19:20.315Z[ recovery-image] Feb 27 15:19:20.147 INFO O| Feb 27 15:19:20.147 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-02-27T15:19:20.339Z[ recovery-image] Feb 27 15:19:20.164 INFO O| Feb 27 15:19:20.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
49032026-02-27T15:19:20.364Z[ recovery-image] Feb 27 15:19:20.177 INFO O| Feb 27 15:19:20.176 INFO STEP 4 (remove_files) COMPLETE
49042026-02-27T15:19:20.364Z[ recovery-image] Feb 27 15:19:20.177 INFO O| Feb 27 15:19:20.177 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-02-27T15:19:20.389Z[ recovery-image] Feb 27 15:19:20.197 INFO O| Feb 27 15:19:20.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
49062026-02-27T15:19:20.389Z[ recovery-image] Feb 27 15:19:20.200 INFO O| Feb 27 15:19:20.200 INFO STEP 5 (remove_files) COMPLETE
49072026-02-27T15:19:20.389Z[ recovery-image] Feb 27 15:19:20.200 INFO O| Feb 27 15:19:20.200 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-02-27T15:19:20.389Z[ recovery-image] Feb 27 15:19:20.214 INFO O| Feb 27 15:19:20.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49092026-02-27T15:19:20.389Z[ recovery-image] Feb 27 15:19:20.216 INFO O| Feb 27 15:19:20.216 INFO STEP 6 (remove_files) COMPLETE
49102026-02-27T15:19:20.389Z[ recovery-image] Feb 27 15:19:20.216 INFO O| Feb 27 15:19:20.216 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-02-27T15:19:20.414Z[ recovery-image] Feb 27 15:19:20.229 INFO O| Feb 27 15:19:20.229 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49122026-02-27T15:19:20.414Z[ recovery-image] Feb 27 15:19:20.233 INFO O| Feb 27 15:19:20.233 INFO STEP 7 (remove_files) COMPLETE
49132026-02-27T15:19:20.414Z[ recovery-image] Feb 27 15:19:20.233 INFO O| Feb 27 15:19:20.233 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-02-27T15:19:20.438Z[ recovery-image] Feb 27 15:19:20.250 INFO O| Feb 27 15:19:20.250 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49152026-02-27T15:19:20.438Z[ recovery-image] Feb 27 15:19:20.250 INFO O| Feb 27 15:19:20.250 INFO STEP 8 (remove_files) COMPLETE
49162026-02-27T15:19:20.438Z[ recovery-image] Feb 27 15:19:20.250 INFO O| Feb 27 15:19:20.250 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-02-27T15:19:20.464Z[ recovery-image] Feb 27 15:19:20.272 INFO O| Feb 27 15:19:20.272 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49182026-02-27T15:19:20.464Z[ recovery-image] Feb 27 15:19:20.274 INFO O| Feb 27 15:19:20.274 INFO STEP 9 (remove_files) COMPLETE
49192026-02-27T15:19:20.464Z[ recovery-image] Feb 27 15:19:20.274 INFO O| Feb 27 15:19:20.274 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-02-27T15:19:20.464Z[ recovery-image] Feb 27 15:19:20.293 INFO O| Feb 27 15:19:20.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49212026-02-27T15:19:20.528Z[ recovery-image] Feb 27 15:19:20.360 INFO O| Feb 27 15:19:20.360 INFO STEP 10 (remove_files) COMPLETE
49222026-02-27T15:19:20.528Z[ recovery-image] Feb 27 15:19:20.360 INFO O| Feb 27 15:19:20.360 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-02-27T15:19:20.553Z[ recovery-image] Feb 27 15:19:20.379 INFO O| Feb 27 15:19:20.379 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49242026-02-27T15:19:20.553Z[ recovery-image] Feb 27 15:19:20.383 INFO O| Feb 27 15:19:20.383 INFO STEP 11 (remove_files) COMPLETE
49252026-02-27T15:19:20.553Z[ recovery-image] Feb 27 15:19:20.383 INFO O| Feb 27 15:19:20.383 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-02-27T15:19:20.577Z[ recovery-image] Feb 27 15:19:20.397 INFO O| Feb 27 15:19:20.397 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49272026-02-27T15:19:20.577Z[ recovery-image] Feb 27 15:19:20.401 INFO O| Feb 27 15:19:20.401 INFO STEP 12 (remove_files) COMPLETE
49282026-02-27T15:19:20.577Z[ recovery-image] Feb 27 15:19:20.401 INFO O| Feb 27 15:19:20.401 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-02-27T15:19:20.601Z[ recovery-image] Feb 27 15:19:20.413 INFO O| Feb 27 15:19:20.413 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49302026-02-27T15:19:20.602Z[ recovery-image] Feb 27 15:19:20.413 INFO O| Feb 27 15:19:20.413 INFO STEP 13 (remove_files) COMPLETE
49312026-02-27T15:19:20.602Z[ recovery-image] Feb 27 15:19:20.413 INFO O| Feb 27 15:19:20.413 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-02-27T15:19:20.603Z[ recovery-image] Feb 27 15:19:20.432 INFO O| Feb 27 15:19:20.432 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49332026-02-27T15:19:20.603Z[ recovery-image] Feb 27 15:19:20.433 INFO O| Feb 27 15:19:20.433 INFO STEP 14 (remove_files) COMPLETE
49342026-02-27T15:19:20.603Z[ recovery-image] Feb 27 15:19:20.433 INFO O| Feb 27 15:19:20.433 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-02-27T15:19:20.628Z[ recovery-image] Feb 27 15:19:20.448 INFO O| Feb 27 15:19:20.448 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49362026-02-27T15:19:20.628Z[ recovery-image] Feb 27 15:19:20.456 INFO O| Feb 27 15:19:20.456 INFO STEP 15 (remove_files) COMPLETE
49372026-02-27T15:19:20.628Z[ recovery-image] Feb 27 15:19:20.456 INFO O| Feb 27 15:19:20.456 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-02-27T15:19:20.653Z[ recovery-image] Feb 27 15:19:20.471 INFO O| Feb 27 15:19:20.471 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49392026-02-27T15:19:20.653Z[ recovery-image] Feb 27 15:19:20.472 INFO O| Feb 27 15:19:20.472 INFO STEP 16 (remove_files) COMPLETE
49402026-02-27T15:19:20.653Z[ recovery-image] Feb 27 15:19:20.472 INFO O| Feb 27 15:19:20.472 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-02-27T15:19:20.653Z[ recovery-image] Feb 27 15:19:20.484 INFO O| Feb 27 15:19:20.484 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49422026-02-27T15:19:20.653Z[ recovery-image] Feb 27 15:19:20.484 INFO O| Feb 27 15:19:20.484 INFO STEP 17 (remove_files) COMPLETE
49432026-02-27T15:19:20.653Z[ recovery-image] Feb 27 15:19:20.484 INFO O| Feb 27 15:19:20.484 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-02-27T15:19:20.680Z[ recovery-image] Feb 27 15:19:20.497 INFO O| Feb 27 15:19:20.497 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49452026-02-27T15:19:20.726Z[ recovery-image] Feb 27 15:19:20.557 INFO O| Feb 27 15:19:20.557 INFO STEP 18 (remove_files) COMPLETE
49462026-02-27T15:19:20.751Z[ recovery-image] Feb 27 15:19:20.557 INFO O| Feb 27 15:19:20.557 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-02-27T15:19:20.751Z[ recovery-image] Feb 27 15:19:20.577 INFO O| Feb 27 15:19:20.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49482026-02-27T15:19:20.751Z[ recovery-image] Feb 27 15:19:20.578 INFO O| Feb 27 15:19:20.578 INFO STEP 19 (remove_files) COMPLETE
49492026-02-27T15:19:20.751Z[ recovery-image] Feb 27 15:19:20.578 INFO O| Feb 27 15:19:20.578 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-02-27T15:19:20.776Z[ recovery-image] Feb 27 15:19:20.598 INFO O| Feb 27 15:19:20.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49512026-02-27T15:19:20.776Z[ recovery-image] Feb 27 15:19:20.599 INFO O| Feb 27 15:19:20.599 INFO STEP 20 (remove_files) COMPLETE
49522026-02-27T15:19:20.776Z[ recovery-image] Feb 27 15:19:20.599 INFO O| Feb 27 15:19:20.599 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-02-27T15:19:20.807Z[ recovery-image] Feb 27 15:19:20.620 INFO O| Feb 27 15:19:20.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49542026-02-27T15:19:20.807Z[ recovery-image] Feb 27 15:19:20.621 INFO O| Feb 27 15:19:20.621 INFO STEP 21 (remove_files) COMPLETE
49552026-02-27T15:19:20.807Z[ recovery-image] Feb 27 15:19:20.621 INFO O| Feb 27 15:19:20.621 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-02-27T15:19:20.835Z[ recovery-image] Feb 27 15:19:20.637 INFO O| Feb 27 15:19:20.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49572026-02-27T15:19:20.835Z[ recovery-image] Feb 27 15:19:20.637 INFO O| Feb 27 15:19:20.637 INFO STEP 22 (remove_files) COMPLETE
49582026-02-27T15:19:20.835Z[ recovery-image] Feb 27 15:19:20.637 INFO O| Feb 27 15:19:20.637 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-02-27T15:19:20.836Z[ recovery-image] Feb 27 15:19:20.653 INFO O| Feb 27 15:19:20.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49602026-02-27T15:19:20.836Z[ recovery-image] Feb 27 15:19:20.654 INFO O| Feb 27 15:19:20.654 INFO STEP 23 (remove_files) COMPLETE
49612026-02-27T15:19:20.836Z[ recovery-image] Feb 27 15:19:20.654 INFO O| Feb 27 15:19:20.654 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-02-27T15:19:20.861Z[ recovery-image] Feb 27 15:19:20.669 INFO O| Feb 27 15:19:20.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49632026-02-27T15:19:20.861Z[ recovery-image] Feb 27 15:19:20.669 INFO O| Feb 27 15:19:20.669 INFO STEP 24 (remove_files) COMPLETE
49642026-02-27T15:19:20.861Z[ recovery-image] Feb 27 15:19:20.669 INFO O| Feb 27 15:19:20.669 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-02-27T15:19:20.861Z[ recovery-image] Feb 27 15:19:20.683 INFO O| Feb 27 15:19:20.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49662026-02-27T15:19:20.861Z[ recovery-image] Feb 27 15:19:20.684 INFO O| Feb 27 15:19:20.683 INFO STEP 25 (remove_files) COMPLETE
49672026-02-27T15:19:20.861Z[ recovery-image] Feb 27 15:19:20.684 INFO O| Feb 27 15:19:20.683 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-02-27T15:19:20.885Z[ recovery-image] Feb 27 15:19:20.704 INFO O| Feb 27 15:19:20.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49692026-02-27T15:19:20.885Z[ recovery-image] Feb 27 15:19:20.704 INFO O| Feb 27 15:19:20.704 INFO STEP 26 (remove_files) COMPLETE
49702026-02-27T15:19:20.885Z[ recovery-image] Feb 27 15:19:20.704 INFO O| Feb 27 15:19:20.704 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-02-27T15:19:20.910Z[ recovery-image] Feb 27 15:19:20.719 INFO O| Feb 27 15:19:20.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49722026-02-27T15:19:20.910Z[ recovery-image] Feb 27 15:19:20.720 INFO O| Feb 27 15:19:20.720 INFO STEP 27 (remove_files) COMPLETE
49732026-02-27T15:19:20.910Z[ recovery-image] Feb 27 15:19:20.720 INFO O| Feb 27 15:19:20.720 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-02-27T15:19:20.910Z[ recovery-image] Feb 27 15:19:20.740 INFO O| Feb 27 15:19:20.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49752026-02-27T15:19:20.910Z[ recovery-image] Feb 27 15:19:20.740 INFO O| Feb 27 15:19:20.740 INFO STEP 28 (remove_files) COMPLETE
49762026-02-27T15:19:20.910Z[ recovery-image] Feb 27 15:19:20.740 INFO O| Feb 27 15:19:20.740 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-02-27T15:19:20.935Z[ recovery-image] Feb 27 15:19:20.755 INFO O| Feb 27 15:19:20.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49782026-02-27T15:19:20.935Z[ recovery-image] Feb 27 15:19:20.756 INFO O| Feb 27 15:19:20.756 INFO STEP 29 (remove_files) COMPLETE
49792026-02-27T15:19:20.935Z[ recovery-image] Feb 27 15:19:20.756 INFO O| Feb 27 15:19:20.756 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-02-27T15:19:20.959Z[ recovery-image] Feb 27 15:19:20.777 INFO O| Feb 27 15:19:20.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49812026-02-27T15:19:20.960Z[ recovery-image] Feb 27 15:19:20.777 INFO O| Feb 27 15:19:20.777 INFO STEP 30 (remove_files) COMPLETE
49822026-02-27T15:19:20.960Z[ recovery-image] Feb 27 15:19:20.777 INFO O| Feb 27 15:19:20.777 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-02-27T15:19:20.960Z[ recovery-image] Feb 27 15:19:20.791 INFO O| Feb 27 15:19:20.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49842026-02-27T15:19:20.960Z[ recovery-image] Feb 27 15:19:20.791 INFO O| Feb 27 15:19:20.791 INFO STEP 31 (remove_files) COMPLETE
49852026-02-27T15:19:20.960Z[ recovery-image] Feb 27 15:19:20.791 INFO O| Feb 27 15:19:20.791 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-02-27T15:19:20.985Z[ recovery-image] Feb 27 15:19:20.808 INFO O| Feb 27 15:19:20.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49872026-02-27T15:19:20.985Z[ recovery-image] Feb 27 15:19:20.809 INFO O| Feb 27 15:19:20.808 INFO STEP 32 (remove_files) COMPLETE
49882026-02-27T15:19:20.985Z[ recovery-image] Feb 27 15:19:20.809 INFO O| Feb 27 15:19:20.808 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-02-27T15:19:21.010Z[ recovery-image] Feb 27 15:19:20.823 INFO O| Feb 27 15:19:20.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49902026-02-27T15:19:21.011Z[ recovery-image] Feb 27 15:19:20.823 INFO O| Feb 27 15:19:20.823 INFO STEP 33 (remove_files) COMPLETE
49912026-02-27T15:19:21.011Z[ recovery-image] Feb 27 15:19:20.823 INFO O| Feb 27 15:19:20.823 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-02-27T15:19:21.011Z[ recovery-image] Feb 27 15:19:20.835 INFO O| Feb 27 15:19:20.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49932026-02-27T15:19:21.011Z[ recovery-image] Feb 27 15:19:20.836 INFO O| Feb 27 15:19:20.836 INFO STEP 34 (remove_files) COMPLETE
49942026-02-27T15:19:21.011Z[ recovery-image] Feb 27 15:19:20.836 INFO O| Feb 27 15:19:20.836 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-02-27T15:19:21.035Z[ recovery-image] Feb 27 15:19:20.848 INFO O| Feb 27 15:19:20.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49962026-02-27T15:19:21.035Z[ recovery-image] Feb 27 15:19:20.848 INFO O| Feb 27 15:19:20.848 INFO STEP 35 (remove_files) COMPLETE
49972026-02-27T15:19:21.035Z[ recovery-image] Feb 27 15:19:20.848 INFO O| Feb 27 15:19:20.848 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-02-27T15:19:21.076Z[ recovery-image] Feb 27 15:19:20.863 INFO O| Feb 27 15:19:20.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49992026-02-27T15:19:21.076Z[ recovery-image] Feb 27 15:19:20.863 INFO O| Feb 27 15:19:20.863 INFO STEP 36 (remove_files) COMPLETE
50002026-02-27T15:19:21.076Z[ recovery-image] Feb 27 15:19:20.863 INFO O| Feb 27 15:19:20.863 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-02-27T15:19:21.076Z[ recovery-image] Feb 27 15:19:20.880 INFO O| Feb 27 15:19:20.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
50022026-02-27T15:19:21.076Z[ recovery-image] Feb 27 15:19:20.881 INFO O| Feb 27 15:19:20.881 INFO STEP 37 (remove_files) COMPLETE
50032026-02-27T15:19:21.076Z[ recovery-image] Feb 27 15:19:20.881 INFO O| Feb 27 15:19:20.881 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-02-27T15:19:21.077Z[ recovery-image] Feb 27 15:19:20.897 INFO O| Feb 27 15:19:20.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
50052026-02-27T15:19:21.077Z[ recovery-image] Feb 27 15:19:20.897 INFO O| Feb 27 15:19:20.897 INFO STEP 38 (remove_files) COMPLETE
50062026-02-27T15:19:21.077Z[ recovery-image] Feb 27 15:19:20.897 INFO O| Feb 27 15:19:20.897 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-02-27T15:19:21.102Z[ recovery-image] Feb 27 15:19:20.909 INFO O| Feb 27 15:19:20.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
50082026-02-27T15:19:21.102Z[ recovery-image] Feb 27 15:19:20.909 INFO O| Feb 27 15:19:20.909 INFO STEP 39 (remove_files) COMPLETE
50092026-02-27T15:19:21.102Z[ recovery-image] Feb 27 15:19:20.909 INFO O| Feb 27 15:19:20.909 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-02-27T15:19:21.102Z[ recovery-image] Feb 27 15:19:20.924 INFO O| Feb 27 15:19:20.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50112026-02-27T15:19:21.102Z[ recovery-image] Feb 27 15:19:20.924 INFO O| Feb 27 15:19:20.924 INFO STEP 40 (remove_files) COMPLETE
50122026-02-27T15:19:21.102Z[ recovery-image] Feb 27 15:19:20.924 INFO O| Feb 27 15:19:20.924 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-02-27T15:19:21.126Z[ recovery-image] Feb 27 15:19:20.938 INFO O| Feb 27 15:19:20.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50142026-02-27T15:19:21.126Z[ recovery-image] Feb 27 15:19:20.938 INFO O| Feb 27 15:19:20.938 INFO STEP 41 (remove_files) COMPLETE
50152026-02-27T15:19:21.126Z[ recovery-image] Feb 27 15:19:20.938 INFO O| Feb 27 15:19:20.938 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-02-27T15:19:21.126Z[ recovery-image] Feb 27 15:19:20.952 INFO O| Feb 27 15:19:20.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50172026-02-27T15:19:21.126Z[ recovery-image] Feb 27 15:19:20.952 INFO O| Feb 27 15:19:20.952 INFO STEP 42 (remove_files) COMPLETE
50182026-02-27T15:19:21.126Z[ recovery-image] Feb 27 15:19:20.952 INFO O| Feb 27 15:19:20.952 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-02-27T15:19:21.151Z[ recovery-image] Feb 27 15:19:20.965 INFO O| Feb 27 15:19:20.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50202026-02-27T15:19:21.151Z[ recovery-image] Feb 27 15:19:20.965 INFO O| Feb 27 15:19:20.965 INFO STEP 43 (remove_files) COMPLETE
50212026-02-27T15:19:21.151Z[ recovery-image] Feb 27 15:19:20.965 INFO O| Feb 27 15:19:20.965 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-02-27T15:19:21.151Z[ recovery-image] Feb 27 15:19:20.977 INFO O| Feb 27 15:19:20.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50232026-02-27T15:19:21.151Z[ recovery-image] Feb 27 15:19:20.978 INFO O| Feb 27 15:19:20.977 INFO STEP 44 (remove_files) COMPLETE
50242026-02-27T15:19:21.151Z[ recovery-image] Feb 27 15:19:20.978 INFO O| Feb 27 15:19:20.978 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-02-27T15:19:21.176Z[ recovery-image] Feb 27 15:19:20.994 INFO O| Feb 27 15:19:20.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50262026-02-27T15:19:21.176Z[ recovery-image] Feb 27 15:19:20.994 INFO O| Feb 27 15:19:20.994 INFO STEP 45 (remove_files) COMPLETE
50272026-02-27T15:19:21.176Z[ recovery-image] Feb 27 15:19:20.994 INFO O| Feb 27 15:19:20.994 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-02-27T15:19:21.200Z[ recovery-image] Feb 27 15:19:21.009 INFO O| Feb 27 15:19:21.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50292026-02-27T15:19:21.200Z[ recovery-image] Feb 27 15:19:21.009 INFO O| Feb 27 15:19:21.009 INFO STEP 46 (remove_files) COMPLETE
50302026-02-27T15:19:21.200Z[ recovery-image] Feb 27 15:19:21.009 INFO O| Feb 27 15:19:21.009 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-02-27T15:19:21.200Z[ recovery-image] Feb 27 15:19:21.023 INFO O| Feb 27 15:19:21.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50322026-02-27T15:19:21.200Z[ recovery-image] Feb 27 15:19:21.023 INFO O| Feb 27 15:19:21.023 INFO STEP 47 (remove_files) COMPLETE
50332026-02-27T15:19:21.200Z[ recovery-image] Feb 27 15:19:21.023 INFO O| Feb 27 15:19:21.023 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-02-27T15:19:21.225Z[ recovery-image] Feb 27 15:19:21.036 INFO O| Feb 27 15:19:21.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50352026-02-27T15:19:21.225Z[ recovery-image] Feb 27 15:19:21.036 INFO O| Feb 27 15:19:21.036 INFO STEP 48 (remove_files) COMPLETE
50362026-02-27T15:19:21.225Z[ recovery-image] Feb 27 15:19:21.036 INFO O| Feb 27 15:19:21.036 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-02-27T15:19:21.225Z[ recovery-image] Feb 27 15:19:21.048 INFO O| Feb 27 15:19:21.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50382026-02-27T15:19:21.225Z[ recovery-image] Feb 27 15:19:21.049 INFO O| Feb 27 15:19:21.049 INFO STEP 49 (remove_files) COMPLETE
50392026-02-27T15:19:21.225Z[ recovery-image] Feb 27 15:19:21.049 INFO O| Feb 27 15:19:21.049 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-02-27T15:19:21.250Z[ recovery-image] Feb 27 15:19:21.062 INFO O| Feb 27 15:19:21.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50412026-02-27T15:19:21.250Z[ recovery-image] Feb 27 15:19:21.062 INFO O| Feb 27 15:19:21.062 INFO STEP 50 (remove_files) COMPLETE
50422026-02-27T15:19:21.250Z[ recovery-image] Feb 27 15:19:21.062 INFO O| Feb 27 15:19:21.062 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-02-27T15:19:21.250Z[ recovery-image] Feb 27 15:19:21.074 INFO O| Feb 27 15:19:21.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50442026-02-27T15:19:21.250Z[ recovery-image] Feb 27 15:19:21.075 INFO O| Feb 27 15:19:21.074 INFO STEP 51 (remove_files) COMPLETE
50452026-02-27T15:19:21.250Z[ recovery-image] Feb 27 15:19:21.075 INFO O| Feb 27 15:19:21.075 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-02-27T15:19:21.277Z[ recovery-image] Feb 27 15:19:21.087 INFO O| Feb 27 15:19:21.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50472026-02-27T15:19:21.277Z[ recovery-image] Feb 27 15:19:21.088 INFO O| Feb 27 15:19:21.088 INFO STEP 52 (remove_files) COMPLETE
50482026-02-27T15:19:21.277Z[ recovery-image] Feb 27 15:19:21.088 INFO O| Feb 27 15:19:21.088 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-02-27T15:19:21.277Z[ recovery-image] Feb 27 15:19:21.100 INFO O| Feb 27 15:19:21.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50502026-02-27T15:19:21.277Z[ recovery-image] Feb 27 15:19:21.101 INFO O| Feb 27 15:19:21.100 INFO STEP 53 (remove_files) COMPLETE
50512026-02-27T15:19:21.277Z[ recovery-image] Feb 27 15:19:21.101 INFO O| Feb 27 15:19:21.101 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-02-27T15:19:21.303Z[ recovery-image] Feb 27 15:19:21.113 INFO O| Feb 27 15:19:21.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50532026-02-27T15:19:21.303Z[ recovery-image] Feb 27 15:19:21.113 INFO O| Feb 27 15:19:21.113 INFO STEP 54 (remove_files) COMPLETE
50542026-02-27T15:19:21.303Z[ recovery-image] Feb 27 15:19:21.113 INFO O| Feb 27 15:19:21.113 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-02-27T15:19:21.303Z[ recovery-image] Feb 27 15:19:21.126 INFO O| Feb 27 15:19:21.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
50562026-02-27T15:19:21.303Z[ recovery-image] Feb 27 15:19:21.126 INFO O| Feb 27 15:19:21.126 INFO STEP 55 (remove_files) COMPLETE
50572026-02-27T15:19:21.303Z[ recovery-image] Feb 27 15:19:21.126 INFO O| Feb 27 15:19:21.126 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-02-27T15:19:21.330Z[ recovery-image] Feb 27 15:19:21.140 INFO O| Feb 27 15:19:21.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
50592026-02-27T15:19:21.330Z[ recovery-image] Feb 27 15:19:21.140 INFO O| Feb 27 15:19:21.140 INFO STEP 56 (remove_files) COMPLETE
50602026-02-27T15:19:21.330Z[ recovery-image] Feb 27 15:19:21.140 INFO O| Feb 27 15:19:21.140 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-02-27T15:19:21.330Z[ recovery-image] Feb 27 15:19:21.157 INFO O| Feb 27 15:19:21.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50622026-02-27T15:19:21.330Z[ recovery-image] Feb 27 15:19:21.157 INFO O| Feb 27 15:19:21.157 INFO STEP 57 (remove_files) COMPLETE
50632026-02-27T15:19:21.330Z[ recovery-image] Feb 27 15:19:21.157 INFO O| Feb 27 15:19:21.157 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-02-27T15:19:21.355Z[ recovery-image] Feb 27 15:19:21.170 INFO O| Feb 27 15:19:21.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50652026-02-27T15:19:21.356Z[ recovery-image] Feb 27 15:19:21.170 INFO O| Feb 27 15:19:21.170 INFO STEP 58 (remove_files) COMPLETE
50662026-02-27T15:19:21.356Z[ recovery-image] Feb 27 15:19:21.170 INFO O| Feb 27 15:19:21.170 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-02-27T15:19:21.356Z[ recovery-image] Feb 27 15:19:21.187 INFO O| Feb 27 15:19:21.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50682026-02-27T15:19:21.381Z[ recovery-image] Feb 27 15:19:21.187 INFO O| Feb 27 15:19:21.187 INFO STEP 59 (remove_files) COMPLETE
50692026-02-27T15:19:21.381Z[ recovery-image] Feb 27 15:19:21.187 INFO O| Feb 27 15:19:21.187 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-02-27T15:19:21.381Z[ recovery-image] Feb 27 15:19:21.202 INFO O| Feb 27 15:19:21.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50712026-02-27T15:19:21.381Z[ recovery-image] Feb 27 15:19:21.202 INFO O| Feb 27 15:19:21.202 INFO STEP 60 (remove_files) COMPLETE
50722026-02-27T15:19:21.381Z[ recovery-image] Feb 27 15:19:21.202 INFO O| Feb 27 15:19:21.202 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-02-27T15:19:21.407Z[ recovery-image] Feb 27 15:19:21.217 INFO O| Feb 27 15:19:21.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50742026-02-27T15:19:21.407Z[ recovery-image] Feb 27 15:19:21.217 INFO O| Feb 27 15:19:21.217 INFO STEP 61 (remove_files) COMPLETE
50752026-02-27T15:19:21.407Z[ recovery-image] Feb 27 15:19:21.217 INFO O| Feb 27 15:19:21.217 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-02-27T15:19:21.407Z[ recovery-image] Feb 27 15:19:21.231 INFO O| Feb 27 15:19:21.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50772026-02-27T15:19:21.407Z[ recovery-image] Feb 27 15:19:21.231 INFO O| Feb 27 15:19:21.231 INFO STEP 62 (remove_files) COMPLETE
50782026-02-27T15:19:21.407Z[ recovery-image] Feb 27 15:19:21.231 INFO O| Feb 27 15:19:21.231 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-02-27T15:19:21.433Z[ recovery-image] Feb 27 15:19:21.242 INFO O| Feb 27 15:19:21.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50802026-02-27T15:19:21.433Z[ recovery-image] Feb 27 15:19:21.242 INFO O| Feb 27 15:19:21.242 INFO STEP 63 (remove_files) COMPLETE
50812026-02-27T15:19:21.433Z[ recovery-image] Feb 27 15:19:21.242 INFO O| Feb 27 15:19:21.242 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-02-27T15:19:21.433Z[ recovery-image] Feb 27 15:19:21.255 INFO O| Feb 27 15:19:21.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50832026-02-27T15:19:21.433Z[ recovery-image] Feb 27 15:19:21.255 INFO O| Feb 27 15:19:21.255 INFO STEP 64 (remove_files) COMPLETE
50842026-02-27T15:19:21.433Z[ recovery-image] Feb 27 15:19:21.255 INFO O| Feb 27 15:19:21.255 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-02-27T15:19:21.458Z[ recovery-image] Feb 27 15:19:21.267 INFO O| Feb 27 15:19:21.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50862026-02-27T15:19:21.458Z[ recovery-image] Feb 27 15:19:21.268 INFO O| Feb 27 15:19:21.268 INFO STEP 65 (remove_files) COMPLETE
50872026-02-27T15:19:21.458Z[ recovery-image] Feb 27 15:19:21.268 INFO O| Feb 27 15:19:21.268 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-02-27T15:19:21.458Z[ recovery-image] Feb 27 15:19:21.281 INFO O| Feb 27 15:19:21.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50892026-02-27T15:19:21.458Z[ recovery-image] Feb 27 15:19:21.281 INFO O| Feb 27 15:19:21.281 INFO STEP 66 (remove_files) COMPLETE
50902026-02-27T15:19:21.458Z[ recovery-image] Feb 27 15:19:21.281 INFO O| Feb 27 15:19:21.281 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-02-27T15:19:21.483Z[ recovery-image] Feb 27 15:19:21.294 INFO O| Feb 27 15:19:21.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50922026-02-27T15:19:21.483Z[ recovery-image] Feb 27 15:19:21.294 INFO O| Feb 27 15:19:21.294 INFO STEP 67 (remove_files) COMPLETE
50932026-02-27T15:19:21.483Z[ recovery-image] Feb 27 15:19:21.294 INFO O| Feb 27 15:19:21.294 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-02-27T15:19:21.483Z[ recovery-image] Feb 27 15:19:21.308 INFO O| Feb 27 15:19:21.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50952026-02-27T15:19:21.483Z[ recovery-image] Feb 27 15:19:21.308 INFO O| Feb 27 15:19:21.308 INFO STEP 68 (remove_files) COMPLETE
50962026-02-27T15:19:21.483Z[ recovery-image] Feb 27 15:19:21.308 INFO O| Feb 27 15:19:21.308 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-02-27T15:19:21.509Z[ recovery-image] Feb 27 15:19:21.322 INFO O| Feb 27 15:19:21.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50982026-02-27T15:19:21.509Z[ recovery-image] Feb 27 15:19:21.322 INFO O| Feb 27 15:19:21.322 INFO STEP 69 (remove_files) COMPLETE
50992026-02-27T15:19:21.509Z[ recovery-image] Feb 27 15:19:21.322 INFO O| Feb 27 15:19:21.322 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-02-27T15:19:21.534Z[ recovery-image] Feb 27 15:19:21.342 INFO O| Feb 27 15:19:21.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
51012026-02-27T15:19:21.534Z[ recovery-image] Feb 27 15:19:21.342 INFO O| Feb 27 15:19:21.342 INFO STEP 70 (remove_files) COMPLETE
51022026-02-27T15:19:21.534Z[ recovery-image] Feb 27 15:19:21.342 INFO O| Feb 27 15:19:21.342 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-02-27T15:19:21.534Z[ recovery-image] Feb 27 15:19:21.353 INFO O| Feb 27 15:19:21.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
51042026-02-27T15:19:21.534Z[ recovery-image] Feb 27 15:19:21.353 INFO O| Feb 27 15:19:21.353 INFO STEP 71 (remove_files) COMPLETE
51052026-02-27T15:19:21.534Z[ recovery-image] Feb 27 15:19:21.353 INFO O| Feb 27 15:19:21.353 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-02-27T15:19:21.559Z[ recovery-image] Feb 27 15:19:21.371 INFO O| Feb 27 15:19:21.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
51072026-02-27T15:19:21.559Z[ recovery-image] Feb 27 15:19:21.371 INFO O| Feb 27 15:19:21.371 INFO STEP 72 (remove_files) COMPLETE
51082026-02-27T15:19:21.559Z[ recovery-image] Feb 27 15:19:21.371 INFO O| Feb 27 15:19:21.371 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-02-27T15:19:21.559Z[ recovery-image] Feb 27 15:19:21.388 INFO O| Feb 27 15:19:21.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
51102026-02-27T15:19:21.559Z[ recovery-image] Feb 27 15:19:21.388 INFO O| Feb 27 15:19:21.388 INFO STEP 73 (remove_files) COMPLETE
51112026-02-27T15:19:21.559Z[ recovery-image] Feb 27 15:19:21.388 INFO O| Feb 27 15:19:21.388 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-02-27T15:19:21.585Z[ recovery-image] Feb 27 15:19:21.406 INFO O| Feb 27 15:19:21.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51132026-02-27T15:19:21.585Z[ recovery-image] Feb 27 15:19:21.406 INFO O| Feb 27 15:19:21.406 INFO STEP 74 (remove_files) COMPLETE
51142026-02-27T15:19:21.585Z[ recovery-image] Feb 27 15:19:21.406 INFO O| Feb 27 15:19:21.406 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-02-27T15:19:21.609Z[ recovery-image] Feb 27 15:19:21.427 INFO O| Feb 27 15:19:21.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51162026-02-27T15:19:21.609Z[ recovery-image] Feb 27 15:19:21.427 INFO O| Feb 27 15:19:21.427 INFO STEP 75 (remove_files) COMPLETE
51172026-02-27T15:19:21.609Z[ recovery-image] Feb 27 15:19:21.427 INFO O| Feb 27 15:19:21.427 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-02-27T15:19:21.609Z[ recovery-image] Feb 27 15:19:21.440 INFO O| Feb 27 15:19:21.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51192026-02-27T15:19:21.609Z[ recovery-image] Feb 27 15:19:21.440 INFO O| Feb 27 15:19:21.440 INFO STEP 76 (remove_files) COMPLETE
51202026-02-27T15:19:21.609Z[ recovery-image] Feb 27 15:19:21.440 INFO O| Feb 27 15:19:21.440 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-02-27T15:19:21.635Z[ recovery-image] Feb 27 15:19:21.456 INFO O| Feb 27 15:19:21.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51222026-02-27T15:19:21.635Z[ recovery-image] Feb 27 15:19:21.456 INFO O| Feb 27 15:19:21.456 INFO STEP 77 (remove_files) COMPLETE
51232026-02-27T15:19:21.635Z[ recovery-image] Feb 27 15:19:21.456 INFO O| Feb 27 15:19:21.456 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-02-27T15:19:21.659Z[ recovery-image] Feb 27 15:19:21.476 INFO O| Feb 27 15:19:21.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51252026-02-27T15:19:21.659Z[ recovery-image] Feb 27 15:19:21.476 INFO O| Feb 27 15:19:21.476 INFO STEP 78 (remove_files) COMPLETE
51262026-02-27T15:19:21.659Z[ recovery-image] Feb 27 15:19:21.476 INFO O| Feb 27 15:19:21.476 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-02-27T15:19:21.659Z[ recovery-image] Feb 27 15:19:21.491 INFO O| Feb 27 15:19:21.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51282026-02-27T15:19:21.659Z[ recovery-image] Feb 27 15:19:21.491 INFO O| Feb 27 15:19:21.491 INFO STEP 79 (remove_files) COMPLETE
51292026-02-27T15:19:21.660Z[ recovery-image] Feb 27 15:19:21.491 INFO O| Feb 27 15:19:21.491 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-02-27T15:19:21.684Z[ recovery-image] Feb 27 15:19:21.504 INFO O| Feb 27 15:19:21.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51312026-02-27T15:19:21.684Z[ recovery-image] Feb 27 15:19:21.504 INFO O| Feb 27 15:19:21.504 INFO STEP 80 (remove_files) COMPLETE
51322026-02-27T15:19:21.684Z[ recovery-image] Feb 27 15:19:21.504 INFO O| Feb 27 15:19:21.504 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-02-27T15:19:21.710Z[ recovery-image] Feb 27 15:19:21.518 INFO O| Feb 27 15:19:21.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51342026-02-27T15:19:21.710Z[ recovery-image] Feb 27 15:19:21.518 INFO O| Feb 27 15:19:21.518 INFO STEP 81 (remove_files) COMPLETE
51352026-02-27T15:19:21.710Z[ recovery-image] Feb 27 15:19:21.518 INFO O| Feb 27 15:19:21.518 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-02-27T15:19:21.710Z[ recovery-image] Feb 27 15:19:21.532 INFO O| Feb 27 15:19:21.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51372026-02-27T15:19:21.710Z[ recovery-image] Feb 27 15:19:21.532 INFO O| Feb 27 15:19:21.532 INFO STEP 82 (remove_files) COMPLETE
51382026-02-27T15:19:21.710Z[ recovery-image] Feb 27 15:19:21.532 INFO O| Feb 27 15:19:21.532 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-02-27T15:19:21.734Z[ recovery-image] Feb 27 15:19:21.549 INFO O| Feb 27 15:19:21.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51402026-02-27T15:19:21.734Z[ recovery-image] Feb 27 15:19:21.549 INFO O| Feb 27 15:19:21.549 INFO STEP 83 (remove_files) COMPLETE
51412026-02-27T15:19:21.734Z[ recovery-image] Feb 27 15:19:21.549 INFO O| Feb 27 15:19:21.549 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-02-27T15:19:21.734Z[ recovery-image] Feb 27 15:19:21.562 INFO O| Feb 27 15:19:21.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
51432026-02-27T15:19:21.734Z[ recovery-image] Feb 27 15:19:21.562 INFO O| Feb 27 15:19:21.562 INFO STEP 84 (remove_files) COMPLETE
51442026-02-27T15:19:21.734Z[ recovery-image] Feb 27 15:19:21.562 INFO O| Feb 27 15:19:21.562 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-02-27T15:19:21.759Z[ recovery-image] Feb 27 15:19:21.580 INFO O| Feb 27 15:19:21.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51462026-02-27T15:19:21.759Z[ recovery-image] Feb 27 15:19:21.580 INFO O| Feb 27 15:19:21.580 INFO STEP 85 (remove_files) COMPLETE
51472026-02-27T15:19:21.759Z[ recovery-image] Feb 27 15:19:21.581 INFO O| Feb 27 15:19:21.580 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-02-27T15:19:21.784Z[ recovery-image] Feb 27 15:19:21.596 INFO O| Feb 27 15:19:21.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51492026-02-27T15:19:21.784Z[ recovery-image] Feb 27 15:19:21.597 INFO O| Feb 27 15:19:21.597 INFO STEP 86 (remove_files) COMPLETE
51502026-02-27T15:19:21.784Z[ recovery-image] Feb 27 15:19:21.597 INFO O| Feb 27 15:19:21.597 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-02-27T15:19:21.784Z[ recovery-image] Feb 27 15:19:21.613 INFO O| Feb 27 15:19:21.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51522026-02-27T15:19:21.784Z[ recovery-image] Feb 27 15:19:21.614 INFO O| Feb 27 15:19:21.613 INFO STEP 87 (remove_files) COMPLETE
51532026-02-27T15:19:21.784Z[ recovery-image] Feb 27 15:19:21.614 INFO O| Feb 27 15:19:21.614 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-02-27T15:19:21.809Z[ recovery-image] Feb 27 15:19:21.627 INFO O| Feb 27 15:19:21.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51552026-02-27T15:19:21.809Z[ recovery-image] Feb 27 15:19:21.628 INFO O| Feb 27 15:19:21.628 INFO STEP 88 (remove_files) COMPLETE
51562026-02-27T15:19:21.809Z[ recovery-image] Feb 27 15:19:21.628 INFO O| Feb 27 15:19:21.628 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-02-27T15:19:21.833Z[ recovery-image] Feb 27 15:19:21.644 INFO O| Feb 27 15:19:21.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51582026-02-27T15:19:21.833Z[ recovery-image] Feb 27 15:19:21.644 INFO O| Feb 27 15:19:21.644 INFO STEP 89 (remove_files) COMPLETE
51592026-02-27T15:19:21.834Z[ recovery-image] Feb 27 15:19:21.644 INFO O| Feb 27 15:19:21.644 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-02-27T15:19:21.834Z[ recovery-image] Feb 27 15:19:21.659 INFO O| Feb 27 15:19:21.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51612026-02-27T15:19:21.834Z[ recovery-image] Feb 27 15:19:21.659 INFO O| Feb 27 15:19:21.659 INFO STEP 90 (remove_files) COMPLETE
51622026-02-27T15:19:21.834Z[ recovery-image] Feb 27 15:19:21.659 INFO O| Feb 27 15:19:21.659 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-02-27T15:19:21.858Z[ recovery-image] Feb 27 15:19:21.676 INFO O| Feb 27 15:19:21.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51642026-02-27T15:19:21.858Z[ recovery-image] Feb 27 15:19:21.676 INFO O| Feb 27 15:19:21.676 INFO STEP 91 (remove_files) COMPLETE
51652026-02-27T15:19:21.858Z[ recovery-image] Feb 27 15:19:21.676 INFO O| Feb 27 15:19:21.676 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-02-27T15:19:21.882Z[ recovery-image] Feb 27 15:19:21.692 INFO O| Feb 27 15:19:21.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51672026-02-27T15:19:21.883Z[ recovery-image] Feb 27 15:19:21.693 INFO O| Feb 27 15:19:21.693 INFO STEP 92 (remove_files) COMPLETE
51682026-02-27T15:19:21.883Z[ recovery-image] Feb 27 15:19:21.693 INFO O| Feb 27 15:19:21.693 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-02-27T15:19:21.883Z[ recovery-image] Feb 27 15:19:21.709 INFO O| Feb 27 15:19:21.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51702026-02-27T15:19:21.883Z[ recovery-image] Feb 27 15:19:21.709 INFO O| Feb 27 15:19:21.709 INFO STEP 93 (remove_files) COMPLETE
51712026-02-27T15:19:21.883Z[ recovery-image] Feb 27 15:19:21.709 INFO O| Feb 27 15:19:21.709 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-02-27T15:19:21.907Z[ recovery-image] Feb 27 15:19:21.726 INFO O| Feb 27 15:19:21.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51732026-02-27T15:19:21.907Z[ recovery-image] Feb 27 15:19:21.726 INFO O| Feb 27 15:19:21.726 INFO STEP 94 (remove_files) COMPLETE
51742026-02-27T15:19:21.907Z[ recovery-image] Feb 27 15:19:21.726 INFO O| Feb 27 15:19:21.726 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-02-27T15:19:21.931Z[ recovery-image] Feb 27 15:19:21.742 INFO O| Feb 27 15:19:21.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51762026-02-27T15:19:21.932Z[ recovery-image] Feb 27 15:19:21.742 INFO O| Feb 27 15:19:21.742 INFO STEP 95 (remove_files) COMPLETE
51772026-02-27T15:19:21.932Z[ recovery-image] Feb 27 15:19:21.742 INFO O| Feb 27 15:19:21.742 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-02-27T15:19:21.932Z[ recovery-image] Feb 27 15:19:21.756 INFO O| Feb 27 15:19:21.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51792026-02-27T15:19:21.932Z[ recovery-image] Feb 27 15:19:21.756 INFO O| Feb 27 15:19:21.756 INFO STEP 96 (remove_files) COMPLETE
51802026-02-27T15:19:21.932Z[ recovery-image] Feb 27 15:19:21.756 INFO O| Feb 27 15:19:21.756 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-02-27T15:19:21.956Z[ recovery-image] Feb 27 15:19:21.772 INFO O| Feb 27 15:19:21.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51822026-02-27T15:19:21.956Z[ recovery-image] Feb 27 15:19:21.772 INFO O| Feb 27 15:19:21.772 INFO STEP 97 (remove_files) COMPLETE
51832026-02-27T15:19:21.956Z[ recovery-image] Feb 27 15:19:21.772 INFO O| Feb 27 15:19:21.772 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-02-27T15:19:21.956Z[ recovery-image] Feb 27 15:19:21.785 INFO O| Feb 27 15:19:21.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51852026-02-27T15:19:21.956Z[ recovery-image] Feb 27 15:19:21.785 INFO O| Feb 27 15:19:21.785 INFO STEP 98 (remove_files) COMPLETE
51862026-02-27T15:19:21.956Z[ recovery-image] Feb 27 15:19:21.785 INFO O| Feb 27 15:19:21.785 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-02-27T15:19:21.982Z[ recovery-image] Feb 27 15:19:21.798 INFO O| Feb 27 15:19:21.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51882026-02-27T15:19:21.982Z[ recovery-image] Feb 27 15:19:21.798 INFO O| Feb 27 15:19:21.798 INFO STEP 99 (remove_files) COMPLETE
51892026-02-27T15:19:21.982Z[ recovery-image] Feb 27 15:19:21.798 INFO O| Feb 27 15:19:21.798 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-02-27T15:19:22.007Z[ recovery-image] Feb 27 15:19:21.818 INFO O| Feb 27 15:19:21.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51912026-02-27T15:19:22.007Z[ recovery-image] Feb 27 15:19:21.818 INFO O| Feb 27 15:19:21.818 INFO STEP 100 (remove_files) COMPLETE
51922026-02-27T15:19:22.007Z[ recovery-image] Feb 27 15:19:21.818 INFO O| Feb 27 15:19:21.818 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-02-27T15:19:22.007Z[ recovery-image] Feb 27 15:19:21.832 INFO O| Feb 27 15:19:21.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51942026-02-27T15:19:22.007Z[ recovery-image] Feb 27 15:19:21.832 INFO O| Feb 27 15:19:21.832 INFO STEP 101 (remove_files) COMPLETE
51952026-02-27T15:19:22.007Z[ recovery-image] Feb 27 15:19:21.832 INFO O| Feb 27 15:19:21.832 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-02-27T15:19:22.032Z[ recovery-image] Feb 27 15:19:21.850 INFO O| Feb 27 15:19:21.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51972026-02-27T15:19:22.032Z[ recovery-image] Feb 27 15:19:21.851 INFO O| Feb 27 15:19:21.851 INFO STEP 102 (remove_files) COMPLETE
51982026-02-27T15:19:22.032Z[ recovery-image] Feb 27 15:19:21.851 INFO O| Feb 27 15:19:21.851 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-02-27T15:19:22.058Z[ recovery-image] Feb 27 15:19:21.871 INFO O| Feb 27 15:19:21.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
52002026-02-27T15:19:22.058Z[ recovery-image] Feb 27 15:19:21.872 INFO O| Feb 27 15:19:21.872 INFO STEP 103 (remove_files) COMPLETE
52012026-02-27T15:19:22.058Z[ recovery-image] Feb 27 15:19:21.872 INFO O| Feb 27 15:19:21.872 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-02-27T15:19:22.058Z[ recovery-image] Feb 27 15:19:21.890 INFO O| Feb 27 15:19:21.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
52032026-02-27T15:19:22.058Z[ recovery-image] Feb 27 15:19:21.890 INFO O| Feb 27 15:19:21.890 INFO STEP 104 (remove_files) COMPLETE
52042026-02-27T15:19:22.058Z[ recovery-image] Feb 27 15:19:21.890 INFO O| Feb 27 15:19:21.890 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-02-27T15:19:22.082Z[ recovery-image] Feb 27 15:19:21.906 INFO O| Feb 27 15:19:21.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
52062026-02-27T15:19:22.082Z[ recovery-image] Feb 27 15:19:21.906 INFO O| Feb 27 15:19:21.906 INFO STEP 105 (remove_files) COMPLETE
52072026-02-27T15:19:22.082Z[ recovery-image] Feb 27 15:19:21.906 INFO O| Feb 27 15:19:21.906 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-02-27T15:19:22.107Z[ recovery-image] Feb 27 15:19:21.927 INFO O| Feb 27 15:19:21.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
52092026-02-27T15:19:22.107Z[ recovery-image] Feb 27 15:19:21.927 INFO O| Feb 27 15:19:21.927 INFO STEP 106 (remove_files) COMPLETE
52102026-02-27T15:19:22.107Z[ recovery-image] Feb 27 15:19:21.927 INFO O| Feb 27 15:19:21.927 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-02-27T15:19:22.131Z[ recovery-image] Feb 27 15:19:21.944 INFO O| Feb 27 15:19:21.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
52122026-02-27T15:19:22.131Z[ recovery-image] Feb 27 15:19:21.944 INFO O| Feb 27 15:19:21.944 INFO STEP 107 (remove_files) COMPLETE
52132026-02-27T15:19:22.132Z[ recovery-image] Feb 27 15:19:21.944 INFO O| Feb 27 15:19:21.944 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-02-27T15:19:22.132Z[ recovery-image] Feb 27 15:19:21.959 INFO O| Feb 27 15:19:21.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
52152026-02-27T15:19:22.132Z[ recovery-image] Feb 27 15:19:21.959 INFO O| Feb 27 15:19:21.959 INFO STEP 108 (remove_files) COMPLETE
52162026-02-27T15:19:22.132Z[ recovery-image] Feb 27 15:19:21.959 INFO O| Feb 27 15:19:21.959 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-02-27T15:19:22.156Z[ recovery-image] Feb 27 15:19:21.977 INFO O| Feb 27 15:19:21.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
52182026-02-27T15:19:22.156Z[ recovery-image] Feb 27 15:19:21.977 INFO O| Feb 27 15:19:21.977 INFO STEP 109 (remove_files) COMPLETE
52192026-02-27T15:19:22.156Z[ recovery-image] Feb 27 15:19:21.977 INFO O| Feb 27 15:19:21.977 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-02-27T15:19:22.182Z[ recovery-image] Feb 27 15:19:21.998 INFO O| Feb 27 15:19:21.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52212026-02-27T15:19:22.182Z[ recovery-image] Feb 27 15:19:21.998 INFO O| Feb 27 15:19:21.998 INFO STEP 110 (remove_files) COMPLETE
52222026-02-27T15:19:22.182Z[ recovery-image] Feb 27 15:19:21.998 INFO O| Feb 27 15:19:21.998 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-02-27T15:19:22.208Z[ recovery-image] Feb 27 15:19:22.019 INFO O| Feb 27 15:19:22.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52242026-02-27T15:19:22.208Z[ recovery-image] Feb 27 15:19:22.019 INFO O| Feb 27 15:19:22.019 INFO STEP 111 (remove_files) COMPLETE
52252026-02-27T15:19:22.208Z[ recovery-image] Feb 27 15:19:22.019 INFO O| Feb 27 15:19:22.019 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-02-27T15:19:22.300Z[ recovery-image] Feb 27 15:19:22.040 INFO O| Feb 27 15:19:22.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52272026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.040 INFO O| Feb 27 15:19:22.040 INFO STEP 112 (remove_files) COMPLETE
52282026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.040 INFO O| Feb 27 15:19:22.040 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.056 INFO O| Feb 27 15:19:22.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52302026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.056 INFO O| Feb 27 15:19:22.056 INFO STEP 113 (remove_files) COMPLETE
52312026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.056 INFO O| Feb 27 15:19:22.056 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.077 INFO O| Feb 27 15:19:22.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52332026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.077 INFO O| Feb 27 15:19:22.077 INFO STEP 114 (remove_files) COMPLETE
52342026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.078 INFO O| Feb 27 15:19:22.077 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.096 INFO O| Feb 27 15:19:22.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52362026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.097 INFO O| Feb 27 15:19:22.097 INFO STEP 115 (remove_files) COMPLETE
52372026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.097 INFO O| Feb 27 15:19:22.097 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.111 INFO O| Feb 27 15:19:22.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52392026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.111 INFO O| Feb 27 15:19:22.111 INFO STEP 116 (remove_files) COMPLETE
52402026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.111 INFO O| Feb 27 15:19:22.111 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.127 INFO O| Feb 27 15:19:22.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52422026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.127 INFO O| Feb 27 15:19:22.127 INFO STEP 117 (remove_files) COMPLETE
52432026-02-27T15:19:22.301Z[ recovery-image] Feb 27 15:19:22.127 INFO O| Feb 27 15:19:22.127 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-02-27T15:19:22.326Z[ recovery-image] Feb 27 15:19:22.141 INFO O| Feb 27 15:19:22.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52452026-02-27T15:19:22.326Z[ recovery-image] Feb 27 15:19:22.141 INFO O| Feb 27 15:19:22.141 INFO STEP 118 (remove_files) COMPLETE
52462026-02-27T15:19:22.326Z[ recovery-image] Feb 27 15:19:22.141 INFO O| Feb 27 15:19:22.141 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-02-27T15:19:22.327Z[ recovery-image] Feb 27 15:19:22.155 INFO O| Feb 27 15:19:22.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52482026-02-27T15:19:22.327Z[ recovery-image] Feb 27 15:19:22.155 INFO O| Feb 27 15:19:22.155 INFO STEP 119 (remove_files) COMPLETE
52492026-02-27T15:19:22.327Z[ recovery-image] Feb 27 15:19:22.155 INFO O| Feb 27 15:19:22.155 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-02-27T15:19:22.352Z[ recovery-image] Feb 27 15:19:22.168 INFO O| Feb 27 15:19:22.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52512026-02-27T15:19:22.353Z[ recovery-image] Feb 27 15:19:22.168 INFO O| Feb 27 15:19:22.168 INFO STEP 120 (remove_files) COMPLETE
52522026-02-27T15:19:22.353Z[ recovery-image] Feb 27 15:19:22.168 INFO O| Feb 27 15:19:22.168 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-02-27T15:19:22.378Z[ recovery-image] Feb 27 15:19:22.189 INFO O| Feb 27 15:19:22.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52542026-02-27T15:19:22.378Z[ recovery-image] Feb 27 15:19:22.189 INFO O| Feb 27 15:19:22.189 INFO STEP 121 (remove_files) COMPLETE
52552026-02-27T15:19:22.378Z[ recovery-image] Feb 27 15:19:22.189 INFO O| Feb 27 15:19:22.189 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-02-27T15:19:22.378Z[ recovery-image] Feb 27 15:19:22.208 INFO O| Feb 27 15:19:22.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52572026-02-27T15:19:22.378Z[ recovery-image] Feb 27 15:19:22.208 INFO O| Feb 27 15:19:22.208 INFO STEP 122 (remove_files) COMPLETE
52582026-02-27T15:19:22.378Z[ recovery-image] Feb 27 15:19:22.208 INFO O| Feb 27 15:19:22.208 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-02-27T15:19:22.403Z[ recovery-image] Feb 27 15:19:22.226 INFO O| Feb 27 15:19:22.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52602026-02-27T15:19:22.403Z[ recovery-image] Feb 27 15:19:22.226 INFO O| Feb 27 15:19:22.226 INFO STEP 123 (remove_files) COMPLETE
52612026-02-27T15:19:22.403Z[ recovery-image] Feb 27 15:19:22.226 INFO O| Feb 27 15:19:22.226 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-02-27T15:19:22.428Z[ recovery-image] Feb 27 15:19:22.242 INFO O| Feb 27 15:19:22.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52632026-02-27T15:19:22.428Z[ recovery-image] Feb 27 15:19:22.242 INFO O| Feb 27 15:19:22.242 INFO STEP 124 (remove_files) COMPLETE
52642026-02-27T15:19:22.428Z[ recovery-image] Feb 27 15:19:22.243 INFO O| Feb 27 15:19:22.242 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-02-27T15:19:22.428Z[ recovery-image] Feb 27 15:19:22.256 INFO O| Feb 27 15:19:22.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52662026-02-27T15:19:22.428Z[ recovery-image] Feb 27 15:19:22.256 INFO O| Feb 27 15:19:22.256 INFO STEP 125 (remove_files) COMPLETE
52672026-02-27T15:19:22.428Z[ recovery-image] Feb 27 15:19:22.256 INFO O| Feb 27 15:19:22.256 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-02-27T15:19:22.455Z[ recovery-image] Feb 27 15:19:22.273 INFO O| Feb 27 15:19:22.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52692026-02-27T15:19:22.455Z[ recovery-image] Feb 27 15:19:22.273 INFO O| Feb 27 15:19:22.273 INFO STEP 126 (remove_files) COMPLETE
52702026-02-27T15:19:22.455Z[ recovery-image] Feb 27 15:19:22.273 INFO O| Feb 27 15:19:22.273 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-02-27T15:19:22.479Z[ recovery-image] Feb 27 15:19:22.298 INFO O| Feb 27 15:19:22.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52722026-02-27T15:19:22.479Z[ recovery-image] Feb 27 15:19:22.298 INFO O| Feb 27 15:19:22.298 INFO STEP 127 (remove_files) COMPLETE
52732026-02-27T15:19:22.479Z[ recovery-image] Feb 27 15:19:22.298 INFO O| Feb 27 15:19:22.298 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-02-27T15:19:22.507Z[ recovery-image] Feb 27 15:19:22.315 INFO O| Feb 27 15:19:22.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52752026-02-27T15:19:22.507Z[ recovery-image] Feb 27 15:19:22.315 INFO O| Feb 27 15:19:22.315 INFO STEP 128 (remove_files) COMPLETE
52762026-02-27T15:19:22.507Z[ recovery-image] Feb 27 15:19:22.315 INFO O| Feb 27 15:19:22.315 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-02-27T15:19:22.507Z[ recovery-image] Feb 27 15:19:22.333 INFO O| Feb 27 15:19:22.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52782026-02-27T15:19:22.507Z[ recovery-image] Feb 27 15:19:22.333 INFO O| Feb 27 15:19:22.333 INFO STEP 129 (remove_files) COMPLETE
52792026-02-27T15:19:22.507Z[ recovery-image] Feb 27 15:19:22.333 INFO O| Feb 27 15:19:22.333 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-02-27T15:19:22.532Z[ recovery-image] Feb 27 15:19:22.351 INFO O| Feb 27 15:19:22.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52812026-02-27T15:19:22.532Z[ recovery-image] Feb 27 15:19:22.351 INFO O| Feb 27 15:19:22.351 INFO STEP 130 (remove_files) COMPLETE
52822026-02-27T15:19:22.532Z[ recovery-image] Feb 27 15:19:22.351 INFO O| Feb 27 15:19:22.351 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-02-27T15:19:22.557Z[ recovery-image] Feb 27 15:19:22.365 INFO O| Feb 27 15:19:22.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52842026-02-27T15:19:22.558Z[ recovery-image] Feb 27 15:19:22.365 INFO O| Feb 27 15:19:22.365 INFO STEP 131 (remove_files) COMPLETE
52852026-02-27T15:19:22.558Z[ recovery-image] Feb 27 15:19:22.365 INFO O| Feb 27 15:19:22.365 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-02-27T15:19:22.558Z[ recovery-image] Feb 27 15:19:22.378 INFO O| Feb 27 15:19:22.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52872026-02-27T15:19:22.558Z[ recovery-image] Feb 27 15:19:22.378 INFO O| Feb 27 15:19:22.378 INFO STEP 132 (remove_files) COMPLETE
52882026-02-27T15:19:22.558Z[ recovery-image] Feb 27 15:19:22.378 INFO O| Feb 27 15:19:22.378 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-02-27T15:19:22.583Z[ recovery-image] Feb 27 15:19:22.394 INFO O| Feb 27 15:19:22.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52902026-02-27T15:19:22.583Z[ recovery-image] Feb 27 15:19:22.394 INFO O| Feb 27 15:19:22.394 INFO STEP 133 (remove_files) COMPLETE
52912026-02-27T15:19:22.583Z[ recovery-image] Feb 27 15:19:22.394 INFO O| Feb 27 15:19:22.394 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-02-27T15:19:22.607Z[ recovery-image] Feb 27 15:19:22.417 INFO O| Feb 27 15:19:22.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52932026-02-27T15:19:22.608Z[ recovery-image] Feb 27 15:19:22.417 INFO O| Feb 27 15:19:22.417 INFO STEP 134 (remove_files) COMPLETE
52942026-02-27T15:19:22.608Z[ recovery-image] Feb 27 15:19:22.417 INFO O| Feb 27 15:19:22.417 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-02-27T15:19:22.608Z[ recovery-image] Feb 27 15:19:22.437 INFO O| Feb 27 15:19:22.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52962026-02-27T15:19:22.608Z[ recovery-image] Feb 27 15:19:22.437 INFO O| Feb 27 15:19:22.437 INFO STEP 135 (remove_files) COMPLETE
52972026-02-27T15:19:22.608Z[ recovery-image] Feb 27 15:19:22.437 INFO O| Feb 27 15:19:22.437 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-02-27T15:19:22.633Z[ recovery-image] Feb 27 15:19:22.456 INFO O| Feb 27 15:19:22.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52992026-02-27T15:19:22.633Z[ recovery-image] Feb 27 15:19:22.456 INFO O| Feb 27 15:19:22.456 INFO STEP 136 (remove_files) COMPLETE
53002026-02-27T15:19:22.633Z[ recovery-image] Feb 27 15:19:22.456 INFO O| Feb 27 15:19:22.456 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-02-27T15:19:22.657Z[ recovery-image] Feb 27 15:19:22.472 INFO O| Feb 27 15:19:22.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
53022026-02-27T15:19:22.657Z[ recovery-image] Feb 27 15:19:22.472 INFO O| Feb 27 15:19:22.472 INFO STEP 137 (remove_files) COMPLETE
53032026-02-27T15:19:22.657Z[ recovery-image] Feb 27 15:19:22.472 INFO O| Feb 27 15:19:22.472 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-02-27T15:19:22.657Z[ recovery-image] Feb 27 15:19:22.489 INFO O| Feb 27 15:19:22.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
53052026-02-27T15:19:22.657Z[ recovery-image] Feb 27 15:19:22.489 INFO O| Feb 27 15:19:22.489 INFO STEP 138 (remove_files) COMPLETE
53062026-02-27T15:19:22.657Z[ recovery-image] Feb 27 15:19:22.489 INFO O| Feb 27 15:19:22.489 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-02-27T15:19:22.681Z[ recovery-image] Feb 27 15:19:22.502 INFO O| Feb 27 15:19:22.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
53082026-02-27T15:19:22.682Z[ recovery-image] Feb 27 15:19:22.502 INFO O| Feb 27 15:19:22.502 INFO STEP 139 (remove_files) COMPLETE
53092026-02-27T15:19:22.682Z[ recovery-image] Feb 27 15:19:22.502 INFO O| Feb 27 15:19:22.502 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-02-27T15:19:22.706Z[ recovery-image] Feb 27 15:19:22.520 INFO O| Feb 27 15:19:22.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
53112026-02-27T15:19:22.706Z[ recovery-image] Feb 27 15:19:22.521 INFO O| Feb 27 15:19:22.520 INFO STEP 140 (remove_files) COMPLETE
53122026-02-27T15:19:22.706Z[ recovery-image] Feb 27 15:19:22.521 INFO O| Feb 27 15:19:22.521 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-02-27T15:19:22.706Z[ recovery-image] Feb 27 15:19:22.534 INFO O| Feb 27 15:19:22.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
53142026-02-27T15:19:22.706Z[ recovery-image] Feb 27 15:19:22.534 INFO O| Feb 27 15:19:22.534 INFO STEP 141 (remove_files) COMPLETE
53152026-02-27T15:19:22.706Z[ recovery-image] Feb 27 15:19:22.534 INFO O| Feb 27 15:19:22.534 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-02-27T15:19:22.732Z[ recovery-image] Feb 27 15:19:22.548 INFO O| Feb 27 15:19:22.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
53172026-02-27T15:19:22.732Z[ recovery-image] Feb 27 15:19:22.548 INFO O| Feb 27 15:19:22.548 INFO STEP 142 (remove_files) COMPLETE
53182026-02-27T15:19:22.732Z[ recovery-image] Feb 27 15:19:22.548 INFO O| Feb 27 15:19:22.548 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-02-27T15:19:22.732Z[ recovery-image] Feb 27 15:19:22.561 INFO O| Feb 27 15:19:22.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
53202026-02-27T15:19:22.732Z[ recovery-image] Feb 27 15:19:22.561 INFO O| Feb 27 15:19:22.561 INFO STEP 143 (remove_files) COMPLETE
53212026-02-27T15:19:22.732Z[ recovery-image] Feb 27 15:19:22.561 INFO O| Feb 27 15:19:22.561 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-02-27T15:19:22.757Z[ recovery-image] Feb 27 15:19:22.573 INFO O| Feb 27 15:19:22.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53232026-02-27T15:19:22.757Z[ recovery-image] Feb 27 15:19:22.573 INFO O| Feb 27 15:19:22.573 INFO STEP 144 (remove_files) COMPLETE
53242026-02-27T15:19:22.757Z[ recovery-image] Feb 27 15:19:22.573 INFO O| Feb 27 15:19:22.573 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-02-27T15:19:22.781Z[ recovery-image] Feb 27 15:19:22.591 INFO O| Feb 27 15:19:22.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53262026-02-27T15:19:22.781Z[ recovery-image] Feb 27 15:19:22.591 INFO O| Feb 27 15:19:22.591 INFO STEP 145 (remove_files) COMPLETE
53272026-02-27T15:19:22.782Z[ recovery-image] Feb 27 15:19:22.591 INFO O| Feb 27 15:19:22.591 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-02-27T15:19:22.782Z[ recovery-image] Feb 27 15:19:22.605 INFO O| Feb 27 15:19:22.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53292026-02-27T15:19:22.782Z[ recovery-image] Feb 27 15:19:22.605 INFO O| Feb 27 15:19:22.605 INFO STEP 146 (remove_files) COMPLETE
53302026-02-27T15:19:22.782Z[ recovery-image] Feb 27 15:19:22.605 INFO O| Feb 27 15:19:22.605 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-02-27T15:19:22.806Z[ recovery-image] Feb 27 15:19:22.622 INFO O| Feb 27 15:19:22.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53322026-02-27T15:19:22.806Z[ recovery-image] Feb 27 15:19:22.622 INFO O| Feb 27 15:19:22.622 INFO STEP 147 (remove_files) COMPLETE
53332026-02-27T15:19:22.806Z[ recovery-image] Feb 27 15:19:22.622 INFO O| Feb 27 15:19:22.622 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-02-27T15:19:22.831Z[ recovery-image] Feb 27 15:19:22.643 INFO O| Feb 27 15:19:22.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53352026-02-27T15:19:22.831Z[ recovery-image] Feb 27 15:19:22.643 INFO O| Feb 27 15:19:22.643 INFO STEP 148 (remove_files) COMPLETE
53362026-02-27T15:19:22.831Z[ recovery-image] Feb 27 15:19:22.643 INFO O| Feb 27 15:19:22.643 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-02-27T15:19:22.832Z[ recovery-image] Feb 27 15:19:22.658 INFO O| Feb 27 15:19:22.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53382026-02-27T15:19:22.832Z[ recovery-image] Feb 27 15:19:22.659 INFO O| Feb 27 15:19:22.659 INFO STEP 149 (remove_files) COMPLETE
53392026-02-27T15:19:22.832Z[ recovery-image] Feb 27 15:19:22.659 INFO O| Feb 27 15:19:22.659 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-02-27T15:19:22.856Z[ recovery-image] Feb 27 15:19:22.674 INFO O| Feb 27 15:19:22.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53412026-02-27T15:19:22.856Z[ recovery-image] Feb 27 15:19:22.675 INFO O| Feb 27 15:19:22.675 INFO STEP 150 (remove_files) COMPLETE
53422026-02-27T15:19:22.856Z[ recovery-image] Feb 27 15:19:22.675 INFO O| Feb 27 15:19:22.675 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-02-27T15:19:22.881Z[ recovery-image] Feb 27 15:19:22.691 INFO O| Feb 27 15:19:22.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53442026-02-27T15:19:22.881Z[ recovery-image] Feb 27 15:19:22.691 INFO O| Feb 27 15:19:22.691 INFO STEP 151 (remove_files) COMPLETE
53452026-02-27T15:19:22.881Z[ recovery-image] Feb 27 15:19:22.691 INFO O| Feb 27 15:19:22.691 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-02-27T15:19:22.881Z[ recovery-image] Feb 27 15:19:22.707 INFO O| Feb 27 15:19:22.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53472026-02-27T15:19:22.881Z[ recovery-image] Feb 27 15:19:22.708 INFO O| Feb 27 15:19:22.708 INFO STEP 152 (remove_files) COMPLETE
53482026-02-27T15:19:22.881Z[ recovery-image] Feb 27 15:19:22.708 INFO O| Feb 27 15:19:22.708 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-02-27T15:19:22.906Z[ recovery-image] Feb 27 15:19:22.725 INFO O| Feb 27 15:19:22.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53502026-02-27T15:19:22.906Z[ recovery-image] Feb 27 15:19:22.725 INFO O| Feb 27 15:19:22.725 INFO STEP 153 (remove_files) COMPLETE
53512026-02-27T15:19:22.906Z[ recovery-image] Feb 27 15:19:22.725 INFO O| Feb 27 15:19:22.725 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-02-27T15:19:22.930Z[ recovery-image] Feb 27 15:19:22.742 INFO O| Feb 27 15:19:22.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53532026-02-27T15:19:22.930Z[ recovery-image] Feb 27 15:19:22.742 INFO O| Feb 27 15:19:22.742 INFO STEP 154 (remove_files) COMPLETE
53542026-02-27T15:19:22.930Z[ recovery-image] Feb 27 15:19:22.742 INFO O| Feb 27 15:19:22.742 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-02-27T15:19:22.930Z[ recovery-image] Feb 27 15:19:22.758 INFO O| Feb 27 15:19:22.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53562026-02-27T15:19:22.930Z[ recovery-image] Feb 27 15:19:22.758 INFO O| Feb 27 15:19:22.758 INFO STEP 155 (remove_files) COMPLETE
53572026-02-27T15:19:22.930Z[ recovery-image] Feb 27 15:19:22.758 INFO O| Feb 27 15:19:22.758 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-02-27T15:19:22.955Z[ recovery-image] Feb 27 15:19:22.774 INFO O| Feb 27 15:19:22.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53592026-02-27T15:19:22.955Z[ recovery-image] Feb 27 15:19:22.774 INFO O| Feb 27 15:19:22.774 INFO STEP 156 (remove_files) COMPLETE
53602026-02-27T15:19:22.955Z[ recovery-image] Feb 27 15:19:22.774 INFO O| Feb 27 15:19:22.774 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-02-27T15:19:22.980Z[ recovery-image] Feb 27 15:19:22.793 INFO O| Feb 27 15:19:22.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53622026-02-27T15:19:22.980Z[ recovery-image] Feb 27 15:19:22.793 INFO O| Feb 27 15:19:22.793 INFO STEP 157 (remove_files) COMPLETE
53632026-02-27T15:19:22.980Z[ recovery-image] Feb 27 15:19:22.793 INFO O| Feb 27 15:19:22.793 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-02-27T15:19:22.980Z[ recovery-image] Feb 27 15:19:22.810 INFO O| Feb 27 15:19:22.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53652026-02-27T15:19:22.980Z[ recovery-image] Feb 27 15:19:22.810 INFO O| Feb 27 15:19:22.810 INFO STEP 158 (remove_files) COMPLETE
53662026-02-27T15:19:22.980Z[ recovery-image] Feb 27 15:19:22.810 INFO O| Feb 27 15:19:22.810 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-02-27T15:19:23.005Z[ recovery-image] Feb 27 15:19:22.829 INFO O| Feb 27 15:19:22.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53682026-02-27T15:19:23.005Z[ recovery-image] Feb 27 15:19:22.830 INFO O| Feb 27 15:19:22.829 INFO STEP 159 (remove_files) COMPLETE
53692026-02-27T15:19:23.005Z[ recovery-image] Feb 27 15:19:22.830 INFO O| Feb 27 15:19:22.829 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-02-27T15:19:23.030Z[ recovery-image] Feb 27 15:19:22.847 INFO O| Feb 27 15:19:22.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53712026-02-27T15:19:23.030Z[ recovery-image] Feb 27 15:19:22.847 INFO O| Feb 27 15:19:22.847 INFO STEP 160 (remove_files) COMPLETE
53722026-02-27T15:19:23.031Z[ recovery-image] Feb 27 15:19:22.847 INFO O| Feb 27 15:19:22.847 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-02-27T15:19:23.055Z[ recovery-image] Feb 27 15:19:22.866 INFO O| Feb 27 15:19:22.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53742026-02-27T15:19:23.055Z[ recovery-image] Feb 27 15:19:22.867 INFO O| Feb 27 15:19:22.867 INFO STEP 161 (remove_files) COMPLETE
53752026-02-27T15:19:23.055Z[ recovery-image] Feb 27 15:19:22.867 INFO O| Feb 27 15:19:22.867 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-02-27T15:19:23.055Z[ recovery-image] Feb 27 15:19:22.887 INFO O| Feb 27 15:19:22.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53772026-02-27T15:19:23.055Z[ recovery-image] Feb 27 15:19:22.887 INFO O| Feb 27 15:19:22.887 INFO STEP 162 (remove_files) COMPLETE
53782026-02-27T15:19:23.055Z[ recovery-image] Feb 27 15:19:22.887 INFO O| Feb 27 15:19:22.887 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-02-27T15:19:23.080Z[ recovery-image] Feb 27 15:19:22.906 INFO O| Feb 27 15:19:22.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53802026-02-27T15:19:23.080Z[ recovery-image] Feb 27 15:19:22.906 INFO O| Feb 27 15:19:22.906 INFO STEP 163 (remove_files) COMPLETE
53812026-02-27T15:19:23.080Z[ recovery-image] Feb 27 15:19:22.906 INFO O| Feb 27 15:19:22.906 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-02-27T15:19:23.104Z[ recovery-image] Feb 27 15:19:22.927 INFO O| Feb 27 15:19:22.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53832026-02-27T15:19:23.104Z[ recovery-image] Feb 27 15:19:22.928 INFO O| Feb 27 15:19:22.928 INFO STEP 164 (remove_files) COMPLETE
53842026-02-27T15:19:23.104Z[ recovery-image] Feb 27 15:19:22.928 INFO O| Feb 27 15:19:22.928 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-02-27T15:19:23.130Z[ recovery-image] Feb 27 15:19:22.942 INFO O| Feb 27 15:19:22.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53862026-02-27T15:19:23.130Z[ recovery-image] Feb 27 15:19:22.942 INFO O| Feb 27 15:19:22.942 INFO STEP 165 (remove_files) COMPLETE
53872026-02-27T15:19:23.130Z[ recovery-image] Feb 27 15:19:22.942 INFO O| Feb 27 15:19:22.942 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-02-27T15:19:23.130Z[ recovery-image] Feb 27 15:19:22.961 INFO O| Feb 27 15:19:22.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53892026-02-27T15:19:23.130Z[ recovery-image] Feb 27 15:19:22.962 INFO O| Feb 27 15:19:22.961 INFO STEP 166 (remove_files) COMPLETE
53902026-02-27T15:19:23.130Z[ recovery-image] Feb 27 15:19:22.962 INFO O| Feb 27 15:19:22.961 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-02-27T15:19:23.155Z[ recovery-image] Feb 27 15:19:22.978 INFO O| Feb 27 15:19:22.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53922026-02-27T15:19:23.155Z[ recovery-image] Feb 27 15:19:22.978 INFO O| Feb 27 15:19:22.978 INFO STEP 167 (remove_files) COMPLETE
53932026-02-27T15:19:23.155Z[ recovery-image] Feb 27 15:19:22.978 INFO O| Feb 27 15:19:22.978 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-02-27T15:19:23.181Z[ recovery-image] Feb 27 15:19:22.995 INFO O| Feb 27 15:19:22.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53952026-02-27T15:19:23.181Z[ recovery-image] Feb 27 15:19:22.995 INFO O| Feb 27 15:19:22.995 INFO STEP 168 (remove_files) COMPLETE
53962026-02-27T15:19:23.181Z[ recovery-image] Feb 27 15:19:22.996 INFO O| Feb 27 15:19:22.995 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-02-27T15:19:23.181Z[ recovery-image] Feb 27 15:19:23.013 INFO O| Feb 27 15:19:23.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53982026-02-27T15:19:23.206Z[ recovery-image] Feb 27 15:19:23.014 INFO O| Feb 27 15:19:23.013 INFO STEP 169 (remove_files) COMPLETE
53992026-02-27T15:19:23.206Z[ recovery-image] Feb 27 15:19:23.014 INFO O| Feb 27 15:19:23.013 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-02-27T15:19:23.206Z[ recovery-image] Feb 27 15:19:23.032 INFO O| Feb 27 15:19:23.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
54012026-02-27T15:19:23.206Z[ recovery-image] Feb 27 15:19:23.032 INFO O| Feb 27 15:19:23.032 INFO STEP 170 (remove_files) COMPLETE
54022026-02-27T15:19:23.206Z[ recovery-image] Feb 27 15:19:23.033 INFO O| Feb 27 15:19:23.032 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-02-27T15:19:23.231Z[ recovery-image] Feb 27 15:19:23.049 INFO O| Feb 27 15:19:23.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
54042026-02-27T15:19:23.231Z[ recovery-image] Feb 27 15:19:23.049 INFO O| Feb 27 15:19:23.049 INFO STEP 171 (remove_files) COMPLETE
54052026-02-27T15:19:23.231Z[ recovery-image] Feb 27 15:19:23.049 INFO O| Feb 27 15:19:23.049 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-02-27T15:19:23.255Z[ recovery-image] Feb 27 15:19:23.064 INFO O| Feb 27 15:19:23.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
54072026-02-27T15:19:23.255Z[ recovery-image] Feb 27 15:19:23.065 INFO O| Feb 27 15:19:23.064 INFO STEP 172 (remove_files) COMPLETE
54082026-02-27T15:19:23.255Z[ recovery-image] Feb 27 15:19:23.065 INFO O| Feb 27 15:19:23.065 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-02-27T15:19:23.256Z[ recovery-image] Feb 27 15:19:23.083 INFO O| Feb 27 15:19:23.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
54102026-02-27T15:19:23.256Z[ recovery-image] Feb 27 15:19:23.084 INFO O| Feb 27 15:19:23.084 INFO STEP 173 (remove_files) COMPLETE
54112026-02-27T15:19:23.256Z[ recovery-image] Feb 27 15:19:23.084 INFO O| Feb 27 15:19:23.084 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-02-27T15:19:23.280Z[ recovery-image] Feb 27 15:19:23.099 INFO O| Feb 27 15:19:23.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54132026-02-27T15:19:23.280Z[ recovery-image] Feb 27 15:19:23.099 INFO O| Feb 27 15:19:23.099 INFO STEP 174 (remove_files) COMPLETE
54142026-02-27T15:19:23.280Z[ recovery-image] Feb 27 15:19:23.099 INFO O| Feb 27 15:19:23.099 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-02-27T15:19:23.281Z[ recovery-image] Feb 27 15:19:23.113 INFO O| Feb 27 15:19:23.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
54162026-02-27T15:19:23.281Z[ recovery-image] Feb 27 15:19:23.113 INFO O| Feb 27 15:19:23.113 INFO STEP 175 (remove_files) COMPLETE
54172026-02-27T15:19:23.306Z[ recovery-image] Feb 27 15:19:23.113 INFO O| Feb 27 15:19:23.113 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-02-27T15:19:23.306Z[ recovery-image] Feb 27 15:19:23.127 INFO O| Feb 27 15:19:23.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
54192026-02-27T15:19:23.306Z[ recovery-image] Feb 27 15:19:23.128 INFO O| Feb 27 15:19:23.127 INFO STEP 176 (remove_files) COMPLETE
54202026-02-27T15:19:23.306Z[ recovery-image] Feb 27 15:19:23.128 INFO O| Feb 27 15:19:23.127 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-02-27T15:19:23.330Z[ recovery-image] Feb 27 15:19:23.140 INFO O| Feb 27 15:19:23.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54222026-02-27T15:19:23.330Z[ recovery-image] Feb 27 15:19:23.140 INFO O| Feb 27 15:19:23.140 INFO STEP 177 (remove_files) COMPLETE
54232026-02-27T15:19:23.331Z[ recovery-image] Feb 27 15:19:23.140 INFO O| Feb 27 15:19:23.140 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-02-27T15:19:23.331Z[ recovery-image] Feb 27 15:19:23.160 INFO O| Feb 27 15:19:23.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54252026-02-27T15:19:23.331Z[ recovery-image] Feb 27 15:19:23.160 INFO O| Feb 27 15:19:23.160 INFO STEP 178 (remove_files) COMPLETE
54262026-02-27T15:19:23.331Z[ recovery-image] Feb 27 15:19:23.160 INFO O| Feb 27 15:19:23.160 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-02-27T15:19:23.356Z[ recovery-image] Feb 27 15:19:23.180 INFO O| Feb 27 15:19:23.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54282026-02-27T15:19:23.356Z[ recovery-image] Feb 27 15:19:23.180 INFO O| Feb 27 15:19:23.180 INFO STEP 179 (remove_files) COMPLETE
54292026-02-27T15:19:23.356Z[ recovery-image] Feb 27 15:19:23.180 INFO O| Feb 27 15:19:23.180 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-02-27T15:19:23.380Z[ recovery-image] Feb 27 15:19:23.194 INFO O| Feb 27 15:19:23.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54312026-02-27T15:19:23.380Z[ recovery-image] Feb 27 15:19:23.194 INFO O| Feb 27 15:19:23.194 INFO STEP 180 (remove_files) COMPLETE
54322026-02-27T15:19:23.380Z[ recovery-image] Feb 27 15:19:23.195 INFO O| Feb 27 15:19:23.194 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-02-27T15:19:23.380Z[ recovery-image] Feb 27 15:19:23.210 INFO O| Feb 27 15:19:23.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54342026-02-27T15:19:23.380Z[ recovery-image] Feb 27 15:19:23.210 INFO O| Feb 27 15:19:23.210 INFO STEP 181 (remove_files) COMPLETE
54352026-02-27T15:19:23.381Z[ recovery-image] Feb 27 15:19:23.210 INFO O| Feb 27 15:19:23.210 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-02-27T15:19:23.405Z[ recovery-image] Feb 27 15:19:23.229 INFO O| Feb 27 15:19:23.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54372026-02-27T15:19:23.405Z[ recovery-image] Feb 27 15:19:23.229 INFO O| Feb 27 15:19:23.229 INFO STEP 182 (remove_files) COMPLETE
54382026-02-27T15:19:23.405Z[ recovery-image] Feb 27 15:19:23.229 INFO O| Feb 27 15:19:23.229 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-02-27T15:19:23.430Z[ recovery-image] Feb 27 15:19:23.245 INFO O| Feb 27 15:19:23.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54402026-02-27T15:19:23.430Z[ recovery-image] Feb 27 15:19:23.245 INFO O| Feb 27 15:19:23.245 INFO STEP 183 (remove_files) COMPLETE
54412026-02-27T15:19:23.430Z[ recovery-image] Feb 27 15:19:23.245 INFO O| Feb 27 15:19:23.245 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-02-27T15:19:23.430Z[ recovery-image] Feb 27 15:19:23.258 INFO O| Feb 27 15:19:23.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54432026-02-27T15:19:23.430Z[ recovery-image] Feb 27 15:19:23.258 INFO O| Feb 27 15:19:23.258 INFO STEP 184 (remove_files) COMPLETE
54442026-02-27T15:19:23.430Z[ recovery-image] Feb 27 15:19:23.258 INFO O| Feb 27 15:19:23.258 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-02-27T15:19:23.454Z[ recovery-image] Feb 27 15:19:23.270 INFO O| Feb 27 15:19:23.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54462026-02-27T15:19:23.454Z[ recovery-image] Feb 27 15:19:23.270 INFO O| Feb 27 15:19:23.270 INFO STEP 185 (remove_files) COMPLETE
54472026-02-27T15:19:23.454Z[ recovery-image] Feb 27 15:19:23.270 INFO O| Feb 27 15:19:23.270 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-02-27T15:19:23.454Z[ recovery-image] Feb 27 15:19:23.283 INFO O| Feb 27 15:19:23.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54492026-02-27T15:19:23.454Z[ recovery-image] Feb 27 15:19:23.283 INFO O| Feb 27 15:19:23.283 INFO STEP 186 (remove_files) COMPLETE
54502026-02-27T15:19:23.454Z[ recovery-image] Feb 27 15:19:23.283 INFO O| Feb 27 15:19:23.283 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-02-27T15:19:23.479Z[ recovery-image] Feb 27 15:19:23.300 INFO O| Feb 27 15:19:23.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54522026-02-27T15:19:23.479Z[ recovery-image] Feb 27 15:19:23.300 INFO O| Feb 27 15:19:23.300 INFO STEP 187 (remove_files) COMPLETE
54532026-02-27T15:19:23.479Z[ recovery-image] Feb 27 15:19:23.300 INFO O| Feb 27 15:19:23.300 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-02-27T15:19:23.506Z[ recovery-image] Feb 27 15:19:23.316 INFO O| Feb 27 15:19:23.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54552026-02-27T15:19:23.506Z[ recovery-image] Feb 27 15:19:23.316 INFO O| Feb 27 15:19:23.316 INFO STEP 188 (remove_files) COMPLETE
54562026-02-27T15:19:23.506Z[ recovery-image] Feb 27 15:19:23.316 INFO O| Feb 27 15:19:23.316 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-02-27T15:19:23.506Z[ recovery-image] Feb 27 15:19:23.331 INFO O| Feb 27 15:19:23.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54582026-02-27T15:19:23.506Z[ recovery-image] Feb 27 15:19:23.331 INFO O| Feb 27 15:19:23.331 INFO STEP 189 (remove_files) COMPLETE
54592026-02-27T15:19:23.506Z[ recovery-image] Feb 27 15:19:23.331 INFO O| Feb 27 15:19:23.331 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-02-27T15:19:23.532Z[ recovery-image] Feb 27 15:19:23.345 INFO O| Feb 27 15:19:23.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54612026-02-27T15:19:23.532Z[ recovery-image] Feb 27 15:19:23.345 INFO O| Feb 27 15:19:23.345 INFO STEP 190 (remove_files) COMPLETE
54622026-02-27T15:19:23.532Z[ recovery-image] Feb 27 15:19:23.345 INFO O| Feb 27 15:19:23.345 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-02-27T15:19:23.532Z[ recovery-image] Feb 27 15:19:23.360 INFO O| Feb 27 15:19:23.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54642026-02-27T15:19:23.532Z[ recovery-image] Feb 27 15:19:23.360 INFO O| Feb 27 15:19:23.360 INFO STEP 191 (remove_files) COMPLETE
54652026-02-27T15:19:23.532Z[ recovery-image] Feb 27 15:19:23.360 INFO O| Feb 27 15:19:23.360 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-02-27T15:19:23.557Z[ recovery-image] Feb 27 15:19:23.372 INFO O| Feb 27 15:19:23.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54672026-02-27T15:19:23.558Z[ recovery-image] Feb 27 15:19:23.372 INFO O| Feb 27 15:19:23.372 INFO STEP 192 (remove_files) COMPLETE
54682026-02-27T15:19:23.558Z[ recovery-image] Feb 27 15:19:23.372 INFO O| Feb 27 15:19:23.372 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-02-27T15:19:23.586Z[ recovery-image] Feb 27 15:19:23.390 INFO O| Feb 27 15:19:23.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54702026-02-27T15:19:23.593Z[ recovery-image] Feb 27 15:19:23.390 INFO O| Feb 27 15:19:23.390 INFO STEP 193 (remove_files) COMPLETE
54712026-02-27T15:19:23.593Z[ recovery-image] Feb 27 15:19:23.390 INFO O| Feb 27 15:19:23.390 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-02-27T15:19:23.593Z[ recovery-image] Feb 27 15:19:23.407 INFO O| Feb 27 15:19:23.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54732026-02-27T15:19:23.593Z[ recovery-image] Feb 27 15:19:23.407 INFO O| Feb 27 15:19:23.407 INFO STEP 194 (remove_files) COMPLETE
54742026-02-27T15:19:23.593Z[ recovery-image] Feb 27 15:19:23.407 INFO O| Feb 27 15:19:23.407 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-02-27T15:19:23.619Z[ recovery-image] Feb 27 15:19:23.418 INFO O| Feb 27 15:19:23.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54762026-02-27T15:19:23.619Z[ recovery-image] Feb 27 15:19:23.419 INFO O| Feb 27 15:19:23.418 INFO STEP 195 (remove_files) COMPLETE
54772026-02-27T15:19:23.619Z[ recovery-image] Feb 27 15:19:23.419 INFO O| Feb 27 15:19:23.419 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-02-27T15:19:23.619Z[ recovery-image] Feb 27 15:19:23.432 INFO O| Feb 27 15:19:23.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54792026-02-27T15:19:23.619Z[ recovery-image] Feb 27 15:19:23.432 INFO O| Feb 27 15:19:23.432 INFO STEP 196 (remove_files) COMPLETE
54802026-02-27T15:19:23.619Z[ recovery-image] Feb 27 15:19:23.432 INFO O| Feb 27 15:19:23.432 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-02-27T15:19:23.619Z[ recovery-image] Feb 27 15:19:23.445 INFO O| Feb 27 15:19:23.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54822026-02-27T15:19:23.619Z[ recovery-image] Feb 27 15:19:23.446 INFO O| Feb 27 15:19:23.445 INFO STEP 197 (remove_files) COMPLETE
54832026-02-27T15:19:23.619Z[ recovery-image] Feb 27 15:19:23.446 INFO O| Feb 27 15:19:23.446 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-02-27T15:19:23.645Z[ recovery-image] Feb 27 15:19:23.463 INFO O| Feb 27 15:19:23.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54852026-02-27T15:19:23.645Z[ recovery-image] Feb 27 15:19:23.463 INFO O| Feb 27 15:19:23.463 INFO STEP 198 (remove_files) COMPLETE
54862026-02-27T15:19:23.645Z[ recovery-image] Feb 27 15:19:23.463 INFO O| Feb 27 15:19:23.463 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-02-27T15:19:23.670Z[ recovery-image] Feb 27 15:19:23.481 INFO O| Feb 27 15:19:23.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54882026-02-27T15:19:23.670Z[ recovery-image] Feb 27 15:19:23.481 INFO O| Feb 27 15:19:23.481 INFO STEP 199 (remove_files) COMPLETE
54892026-02-27T15:19:23.670Z[ recovery-image] Feb 27 15:19:23.481 INFO O| Feb 27 15:19:23.481 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-02-27T15:19:23.670Z[ recovery-image] Feb 27 15:19:23.497 INFO O| Feb 27 15:19:23.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54912026-02-27T15:19:23.670Z[ recovery-image] Feb 27 15:19:23.498 INFO O| Feb 27 15:19:23.497 INFO STEP 200 (remove_files) COMPLETE
54922026-02-27T15:19:23.670Z[ recovery-image] Feb 27 15:19:23.498 INFO O| Feb 27 15:19:23.498 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-02-27T15:19:23.695Z[ recovery-image] Feb 27 15:19:23.516 INFO O| Feb 27 15:19:23.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54942026-02-27T15:19:23.695Z[ recovery-image] Feb 27 15:19:23.517 INFO O| Feb 27 15:19:23.517 INFO STEP 201 (remove_files) COMPLETE
54952026-02-27T15:19:23.695Z[ recovery-image] Feb 27 15:19:23.517 INFO O| Feb 27 15:19:23.517 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-02-27T15:19:23.719Z[ recovery-image] Feb 27 15:19:23.536 INFO O| Feb 27 15:19:23.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54972026-02-27T15:19:23.719Z[ recovery-image] Feb 27 15:19:23.536 INFO O| Feb 27 15:19:23.536 INFO STEP 202 (remove_files) COMPLETE
54982026-02-27T15:19:23.719Z[ recovery-image] Feb 27 15:19:23.536 INFO O| Feb 27 15:19:23.536 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-02-27T15:19:23.719Z[ recovery-image] Feb 27 15:19:23.550 INFO O| Feb 27 15:19:23.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
55002026-02-27T15:19:23.719Z[ recovery-image] Feb 27 15:19:23.551 INFO O| Feb 27 15:19:23.551 INFO STEP 203 (remove_files) COMPLETE
55012026-02-27T15:19:23.719Z[ recovery-image] Feb 27 15:19:23.551 INFO O| Feb 27 15:19:23.551 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-02-27T15:19:23.744Z[ recovery-image] Feb 27 15:19:23.569 INFO O| Feb 27 15:19:23.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
55032026-02-27T15:19:23.744Z[ recovery-image] Feb 27 15:19:23.569 INFO O| Feb 27 15:19:23.569 INFO STEP 204 (remove_files) COMPLETE
55042026-02-27T15:19:23.744Z[ recovery-image] Feb 27 15:19:23.569 INFO O| Feb 27 15:19:23.569 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-02-27T15:19:23.768Z[ recovery-image] Feb 27 15:19:23.586 INFO O| Feb 27 15:19:23.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
55062026-02-27T15:19:23.768Z[ recovery-image] Feb 27 15:19:23.586 INFO O| Feb 27 15:19:23.586 INFO STEP 205 (remove_files) COMPLETE
55072026-02-27T15:19:23.768Z[ recovery-image] Feb 27 15:19:23.586 INFO O| Feb 27 15:19:23.586 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-02-27T15:19:23.792Z[ recovery-image] Feb 27 15:19:23.607 INFO O| Feb 27 15:19:23.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
55092026-02-27T15:19:23.792Z[ recovery-image] Feb 27 15:19:23.607 INFO O| Feb 27 15:19:23.607 INFO STEP 206 (remove_files) COMPLETE
55102026-02-27T15:19:23.792Z[ recovery-image] Feb 27 15:19:23.607 INFO O| Feb 27 15:19:23.607 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-02-27T15:19:23.792Z[ recovery-image] Feb 27 15:19:23.623 INFO O| Feb 27 15:19:23.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
55122026-02-27T15:19:23.792Z[ recovery-image] Feb 27 15:19:23.624 INFO O| Feb 27 15:19:23.624 INFO STEP 207 (remove_files) COMPLETE
55132026-02-27T15:19:23.792Z[ recovery-image] Feb 27 15:19:23.624 INFO O| Feb 27 15:19:23.624 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-02-27T15:19:23.817Z[ recovery-image] Feb 27 15:19:23.643 INFO O| Feb 27 15:19:23.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
55152026-02-27T15:19:23.817Z[ recovery-image] Feb 27 15:19:23.644 INFO O| Feb 27 15:19:23.644 INFO STEP 208 (remove_files) COMPLETE
55162026-02-27T15:19:23.817Z[ recovery-image] Feb 27 15:19:23.644 INFO O| Feb 27 15:19:23.644 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-02-27T15:19:23.842Z[ recovery-image] Feb 27 15:19:23.660 INFO O| Feb 27 15:19:23.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
55182026-02-27T15:19:23.842Z[ recovery-image] Feb 27 15:19:23.660 INFO O| Feb 27 15:19:23.660 INFO STEP 209 (remove_files) COMPLETE
55192026-02-27T15:19:23.842Z[ recovery-image] Feb 27 15:19:23.660 INFO O| Feb 27 15:19:23.660 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-02-27T15:19:23.842Z[ recovery-image] Feb 27 15:19:23.671 INFO O| Feb 27 15:19:23.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
55212026-02-27T15:19:23.842Z[ recovery-image] Feb 27 15:19:23.671 INFO O| Feb 27 15:19:23.671 INFO STEP 210 (remove_files) COMPLETE
55222026-02-27T15:19:23.843Z[ recovery-image] Feb 27 15:19:23.671 INFO O| Feb 27 15:19:23.671 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-02-27T15:19:23.870Z[ recovery-image] Feb 27 15:19:23.690 INFO O| Feb 27 15:19:23.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55242026-02-27T15:19:23.871Z[ recovery-image] Feb 27 15:19:23.691 INFO O| Feb 27 15:19:23.691 INFO STEP 211 (remove_files) COMPLETE
55252026-02-27T15:19:23.871Z[ recovery-image] Feb 27 15:19:23.691 INFO O| Feb 27 15:19:23.691 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-02-27T15:19:23.896Z[ recovery-image] Feb 27 15:19:23.708 INFO O| Feb 27 15:19:23.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55272026-02-27T15:19:23.896Z[ recovery-image] Feb 27 15:19:23.708 INFO O| Feb 27 15:19:23.708 INFO STEP 212 (remove_files) COMPLETE
55282026-02-27T15:19:23.896Z[ recovery-image] Feb 27 15:19:23.708 INFO O| Feb 27 15:19:23.708 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-02-27T15:19:23.896Z[ recovery-image] Feb 27 15:19:23.720 INFO O| Feb 27 15:19:23.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55302026-02-27T15:19:23.896Z[ recovery-image] Feb 27 15:19:23.720 INFO O| Feb 27 15:19:23.720 INFO STEP 213 (remove_files) COMPLETE
55312026-02-27T15:19:23.896Z[ recovery-image] Feb 27 15:19:23.720 INFO O| Feb 27 15:19:23.720 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-02-27T15:19:23.927Z[ recovery-image] Feb 27 15:19:23.732 INFO O| Feb 27 15:19:23.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55332026-02-27T15:19:23.928Z[ recovery-image] Feb 27 15:19:23.732 INFO O| Feb 27 15:19:23.732 INFO STEP 214 (remove_files) COMPLETE
55342026-02-27T15:19:23.928Z[ recovery-image] Feb 27 15:19:23.732 INFO O| Feb 27 15:19:23.732 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-02-27T15:19:23.928Z[ recovery-image] Feb 27 15:19:23.744 INFO O| Feb 27 15:19:23.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55362026-02-27T15:19:23.928Z[ recovery-image] Feb 27 15:19:23.744 INFO O| Feb 27 15:19:23.744 INFO STEP 215 (remove_files) COMPLETE
55372026-02-27T15:19:23.928Z[ recovery-image] Feb 27 15:19:23.744 INFO O| Feb 27 15:19:23.744 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-02-27T15:19:23.928Z[ recovery-image] Feb 27 15:19:23.755 INFO O| Feb 27 15:19:23.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55392026-02-27T15:19:23.928Z[ recovery-image] Feb 27 15:19:23.756 INFO O| Feb 27 15:19:23.756 INFO STEP 216 (remove_files) COMPLETE
55402026-02-27T15:19:23.928Z[ recovery-image] Feb 27 15:19:23.756 INFO O| Feb 27 15:19:23.756 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-02-27T15:19:23.952Z[ recovery-image] Feb 27 15:19:23.768 INFO O| Feb 27 15:19:23.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55422026-02-27T15:19:23.952Z[ recovery-image] Feb 27 15:19:23.768 INFO O| Feb 27 15:19:23.768 INFO STEP 217 (remove_files) COMPLETE
55432026-02-27T15:19:23.952Z[ recovery-image] Feb 27 15:19:23.768 INFO O| Feb 27 15:19:23.768 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-02-27T15:19:23.952Z[ recovery-image] Feb 27 15:19:23.784 INFO O| Feb 27 15:19:23.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55452026-02-27T15:19:23.952Z[ recovery-image] Feb 27 15:19:23.784 INFO O| Feb 27 15:19:23.784 INFO STEP 218 (remove_files) COMPLETE
55462026-02-27T15:19:23.952Z[ recovery-image] Feb 27 15:19:23.784 INFO O| Feb 27 15:19:23.784 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-02-27T15:19:23.976Z[ recovery-image] Feb 27 15:19:23.806 INFO O| Feb 27 15:19:23.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55482026-02-27T15:19:23.976Z[ recovery-image] Feb 27 15:19:23.806 INFO O| Feb 27 15:19:23.806 INFO STEP 219 (remove_files) COMPLETE
55492026-02-27T15:19:23.976Z[ recovery-image] Feb 27 15:19:23.806 INFO O| Feb 27 15:19:23.806 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-02-27T15:19:24.001Z[ recovery-image] Feb 27 15:19:23.825 INFO O| Feb 27 15:19:23.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55512026-02-27T15:19:24.001Z[ recovery-image] Feb 27 15:19:23.825 INFO O| Feb 27 15:19:23.825 INFO STEP 220 (remove_files) COMPLETE
55522026-02-27T15:19:24.001Z[ recovery-image] Feb 27 15:19:23.825 INFO O| Feb 27 15:19:23.825 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-02-27T15:19:24.025Z[ recovery-image] Feb 27 15:19:23.842 INFO O| Feb 27 15:19:23.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55542026-02-27T15:19:24.025Z[ recovery-image] Feb 27 15:19:23.842 INFO O| Feb 27 15:19:23.842 INFO STEP 221 (remove_files) COMPLETE
55552026-02-27T15:19:24.025Z[ recovery-image] Feb 27 15:19:23.842 INFO O| Feb 27 15:19:23.842 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-02-27T15:19:24.049Z[ recovery-image] Feb 27 15:19:23.864 INFO O| Feb 27 15:19:23.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55572026-02-27T15:19:24.049Z[ recovery-image] Feb 27 15:19:23.864 INFO O| Feb 27 15:19:23.864 INFO STEP 222 (remove_files) COMPLETE
55582026-02-27T15:19:24.049Z[ recovery-image] Feb 27 15:19:23.864 INFO O| Feb 27 15:19:23.864 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-02-27T15:19:24.073Z[ recovery-image] Feb 27 15:19:23.882 INFO O| Feb 27 15:19:23.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55602026-02-27T15:19:24.073Z[ recovery-image] Feb 27 15:19:23.883 INFO O| Feb 27 15:19:23.883 INFO STEP 223 (remove_files) COMPLETE
55612026-02-27T15:19:24.073Z[ recovery-image] Feb 27 15:19:23.883 INFO O| Feb 27 15:19:23.883 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-02-27T15:19:24.073Z[ recovery-image] Feb 27 15:19:23.903 INFO O| Feb 27 15:19:23.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55632026-02-27T15:19:24.073Z[ recovery-image] Feb 27 15:19:23.903 INFO O| Feb 27 15:19:23.903 INFO STEP 224 (remove_files) COMPLETE
55642026-02-27T15:19:24.073Z[ recovery-image] Feb 27 15:19:23.903 INFO O| Feb 27 15:19:23.903 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-02-27T15:19:24.098Z[ recovery-image] Feb 27 15:19:23.920 INFO O| Feb 27 15:19:23.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55662026-02-27T15:19:24.098Z[ recovery-image] Feb 27 15:19:23.920 INFO O| Feb 27 15:19:23.920 INFO STEP 225 (remove_files) COMPLETE
55672026-02-27T15:19:24.098Z[ recovery-image] Feb 27 15:19:23.920 INFO O| Feb 27 15:19:23.920 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-02-27T15:19:24.123Z[ recovery-image] Feb 27 15:19:23.932 INFO O| Feb 27 15:19:23.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55692026-02-27T15:19:24.123Z[ recovery-image] Feb 27 15:19:23.932 INFO O| Feb 27 15:19:23.932 INFO STEP 226 (remove_files) COMPLETE
55702026-02-27T15:19:24.123Z[ recovery-image] Feb 27 15:19:23.932 INFO O| Feb 27 15:19:23.932 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-02-27T15:19:24.123Z[ recovery-image] Feb 27 15:19:23.948 INFO O| Feb 27 15:19:23.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55722026-02-27T15:19:24.123Z[ recovery-image] Feb 27 15:19:23.948 INFO O| Feb 27 15:19:23.948 INFO STEP 227 (remove_files) COMPLETE
55732026-02-27T15:19:24.123Z[ recovery-image] Feb 27 15:19:23.948 INFO O| Feb 27 15:19:23.948 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-02-27T15:19:24.147Z[ recovery-image] Feb 27 15:19:23.965 INFO O| Feb 27 15:19:23.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55752026-02-27T15:19:24.147Z[ recovery-image] Feb 27 15:19:23.965 INFO O| Feb 27 15:19:23.965 INFO STEP 228 (remove_files) COMPLETE
55762026-02-27T15:19:24.147Z[ recovery-image] Feb 27 15:19:23.965 INFO O| Feb 27 15:19:23.965 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-02-27T15:19:24.172Z[ recovery-image] Feb 27 15:19:23.983 INFO O| Feb 27 15:19:23.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55782026-02-27T15:19:24.172Z[ recovery-image] Feb 27 15:19:23.983 INFO O| Feb 27 15:19:23.983 INFO STEP 229 (remove_files) COMPLETE
55792026-02-27T15:19:24.172Z[ recovery-image] Feb 27 15:19:23.983 INFO O| Feb 27 15:19:23.983 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-02-27T15:19:24.172Z[ recovery-image] Feb 27 15:19:24.000 INFO O| Feb 27 15:19:24.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55812026-02-27T15:19:24.172Z[ recovery-image] Feb 27 15:19:24.000 INFO O| Feb 27 15:19:24.000 INFO STEP 230 (remove_files) COMPLETE
55822026-02-27T15:19:24.172Z[ recovery-image] Feb 27 15:19:24.000 INFO O| Feb 27 15:19:24.000 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-02-27T15:19:24.196Z[ recovery-image] Feb 27 15:19:24.016 INFO O| Feb 27 15:19:24.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55842026-02-27T15:19:24.196Z[ recovery-image] Feb 27 15:19:24.016 INFO O| Feb 27 15:19:24.016 INFO STEP 231 (remove_files) COMPLETE
55852026-02-27T15:19:24.196Z[ recovery-image] Feb 27 15:19:24.017 INFO O| Feb 27 15:19:24.016 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-02-27T15:19:24.221Z[ recovery-image] Feb 27 15:19:24.030 INFO O| Feb 27 15:19:24.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55872026-02-27T15:19:24.221Z[ recovery-image] Feb 27 15:19:24.030 INFO O| Feb 27 15:19:24.030 INFO STEP 232 (remove_files) COMPLETE
55882026-02-27T15:19:24.221Z[ recovery-image] Feb 27 15:19:24.030 INFO O| Feb 27 15:19:24.030 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-02-27T15:19:24.221Z[ recovery-image] Feb 27 15:19:24.051 INFO O| Feb 27 15:19:24.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55902026-02-27T15:19:24.221Z[ recovery-image] Feb 27 15:19:24.051 INFO O| Feb 27 15:19:24.051 INFO STEP 233 (remove_files) COMPLETE
55912026-02-27T15:19:24.221Z[ recovery-image] Feb 27 15:19:24.051 INFO O| Feb 27 15:19:24.051 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-02-27T15:19:24.246Z[ recovery-image] Feb 27 15:19:24.064 INFO O| Feb 27 15:19:24.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55932026-02-27T15:19:24.246Z[ recovery-image] Feb 27 15:19:24.064 INFO O| Feb 27 15:19:24.064 INFO STEP 234 (remove_files) COMPLETE
55942026-02-27T15:19:24.246Z[ recovery-image] Feb 27 15:19:24.064 INFO O| Feb 27 15:19:24.064 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-02-27T15:19:24.246Z[ recovery-image] Feb 27 15:19:24.077 INFO O| Feb 27 15:19:24.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55962026-02-27T15:19:24.247Z[ recovery-image] Feb 27 15:19:24.077 INFO O| Feb 27 15:19:24.077 INFO STEP 235 (remove_files) COMPLETE
55972026-02-27T15:19:24.247Z[ recovery-image] Feb 27 15:19:24.077 INFO O| Feb 27 15:19:24.077 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-02-27T15:19:24.274Z[ recovery-image] Feb 27 15:19:24.088 INFO O| Feb 27 15:19:24.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55992026-02-27T15:19:24.274Z[ recovery-image] Feb 27 15:19:24.088 INFO O| Feb 27 15:19:24.088 INFO STEP 236 (remove_files) COMPLETE
56002026-02-27T15:19:24.274Z[ recovery-image] Feb 27 15:19:24.088 INFO O| Feb 27 15:19:24.088 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-02-27T15:19:24.298Z[ recovery-image] Feb 27 15:19:24.107 INFO O| Feb 27 15:19:24.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
56022026-02-27T15:19:24.298Z[ recovery-image] Feb 27 15:19:24.107 INFO O| Feb 27 15:19:24.107 INFO STEP 237 (remove_files) COMPLETE
56032026-02-27T15:19:24.298Z[ recovery-image] Feb 27 15:19:24.107 INFO O| Feb 27 15:19:24.107 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-02-27T15:19:24.299Z[ recovery-image] Feb 27 15:19:24.124 INFO O| Feb 27 15:19:24.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
56052026-02-27T15:19:24.299Z[ recovery-image] Feb 27 15:19:24.124 INFO O| Feb 27 15:19:24.124 INFO STEP 238 (remove_files) COMPLETE
56062026-02-27T15:19:24.299Z[ recovery-image] Feb 27 15:19:24.124 INFO O| Feb 27 15:19:24.124 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-02-27T15:19:24.323Z[ recovery-image] Feb 27 15:19:24.142 INFO O| Feb 27 15:19:24.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
56082026-02-27T15:19:24.323Z[ recovery-image] Feb 27 15:19:24.142 INFO O| Feb 27 15:19:24.142 INFO STEP 239 (remove_files) COMPLETE
56092026-02-27T15:19:24.323Z[ recovery-image] Feb 27 15:19:24.142 INFO O| Feb 27 15:19:24.142 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-02-27T15:19:24.348Z[ recovery-image] Feb 27 15:19:24.159 INFO O| Feb 27 15:19:24.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
56112026-02-27T15:19:24.348Z[ recovery-image] Feb 27 15:19:24.159 INFO O| Feb 27 15:19:24.159 INFO STEP 240 (remove_files) COMPLETE
56122026-02-27T15:19:24.348Z[ recovery-image] Feb 27 15:19:24.159 INFO O| Feb 27 15:19:24.159 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-02-27T15:19:24.348Z[ recovery-image] Feb 27 15:19:24.176 INFO O| Feb 27 15:19:24.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
56142026-02-27T15:19:24.348Z[ recovery-image] Feb 27 15:19:24.176 INFO O| Feb 27 15:19:24.176 INFO STEP 241 (remove_files) COMPLETE
56152026-02-27T15:19:24.348Z[ recovery-image] Feb 27 15:19:24.176 INFO O| Feb 27 15:19:24.176 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-02-27T15:19:24.373Z[ recovery-image] Feb 27 15:19:24.191 INFO O| Feb 27 15:19:24.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
56172026-02-27T15:19:24.373Z[ recovery-image] Feb 27 15:19:24.191 INFO O| Feb 27 15:19:24.191 INFO STEP 242 (remove_files) COMPLETE
56182026-02-27T15:19:24.373Z[ recovery-image] Feb 27 15:19:24.191 INFO O| Feb 27 15:19:24.191 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-02-27T15:19:24.397Z[ recovery-image] Feb 27 15:19:24.211 INFO O| Feb 27 15:19:24.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
56202026-02-27T15:19:24.397Z[ recovery-image] Feb 27 15:19:24.211 INFO O| Feb 27 15:19:24.211 INFO STEP 243 (remove_files) COMPLETE
56212026-02-27T15:19:24.397Z[ recovery-image] Feb 27 15:19:24.211 INFO O| Feb 27 15:19:24.211 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-02-27T15:19:24.397Z[ recovery-image] Feb 27 15:19:24.229 INFO O| Feb 27 15:19:24.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56232026-02-27T15:19:24.397Z[ recovery-image] Feb 27 15:19:24.229 INFO O| Feb 27 15:19:24.229 INFO STEP 244 (remove_files) COMPLETE
56242026-02-27T15:19:24.397Z[ recovery-image] Feb 27 15:19:24.229 INFO O| Feb 27 15:19:24.229 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-02-27T15:19:24.421Z[ recovery-image] Feb 27 15:19:24.246 INFO O| Feb 27 15:19:24.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56262026-02-27T15:19:24.421Z[ recovery-image] Feb 27 15:19:24.246 INFO O| Feb 27 15:19:24.246 INFO STEP 245 (remove_files) COMPLETE
56272026-02-27T15:19:24.421Z[ recovery-image] Feb 27 15:19:24.246 INFO O| Feb 27 15:19:24.246 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-02-27T15:19:24.446Z[ recovery-image] Feb 27 15:19:24.261 INFO O| Feb 27 15:19:24.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56292026-02-27T15:19:24.446Z[ recovery-image] Feb 27 15:19:24.261 INFO O| Feb 27 15:19:24.261 INFO STEP 246 (remove_files) COMPLETE
56302026-02-27T15:19:24.446Z[ recovery-image] Feb 27 15:19:24.261 INFO O| Feb 27 15:19:24.261 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-02-27T15:19:24.446Z[ recovery-image] Feb 27 15:19:24.274 INFO O| Feb 27 15:19:24.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56322026-02-27T15:19:24.446Z[ recovery-image] Feb 27 15:19:24.275 INFO O| Feb 27 15:19:24.275 INFO STEP 247 (remove_files) COMPLETE
56332026-02-27T15:19:24.446Z[ recovery-image] Feb 27 15:19:24.275 INFO O| Feb 27 15:19:24.275 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-02-27T15:19:24.472Z[ recovery-image] Feb 27 15:19:24.292 INFO O| Feb 27 15:19:24.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56352026-02-27T15:19:24.472Z[ recovery-image] Feb 27 15:19:24.292 INFO O| Feb 27 15:19:24.292 INFO STEP 248 (remove_files) COMPLETE
56362026-02-27T15:19:24.472Z[ recovery-image] Feb 27 15:19:24.292 INFO O| Feb 27 15:19:24.292 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-02-27T15:19:24.496Z[ recovery-image] Feb 27 15:19:24.311 INFO O| Feb 27 15:19:24.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56382026-02-27T15:19:24.496Z[ recovery-image] Feb 27 15:19:24.311 INFO O| Feb 27 15:19:24.311 INFO STEP 249 (remove_files) COMPLETE
56392026-02-27T15:19:24.496Z[ recovery-image] Feb 27 15:19:24.311 INFO O| Feb 27 15:19:24.311 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-02-27T15:19:24.521Z[ recovery-image] Feb 27 15:19:24.330 INFO O| Feb 27 15:19:24.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56412026-02-27T15:19:24.521Z[ recovery-image] Feb 27 15:19:24.330 INFO O| Feb 27 15:19:24.330 INFO STEP 250 (remove_files) COMPLETE
56422026-02-27T15:19:24.521Z[ recovery-image] Feb 27 15:19:24.330 INFO O| Feb 27 15:19:24.330 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-02-27T15:19:24.521Z[ recovery-image] Feb 27 15:19:24.344 INFO O| Feb 27 15:19:24.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56442026-02-27T15:19:24.521Z[ recovery-image] Feb 27 15:19:24.345 INFO O| Feb 27 15:19:24.344 INFO STEP 251 (remove_files) COMPLETE
56452026-02-27T15:19:24.521Z[ recovery-image] Feb 27 15:19:24.345 INFO O| Feb 27 15:19:24.345 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-02-27T15:19:24.545Z[ recovery-image] Feb 27 15:19:24.362 INFO O| Feb 27 15:19:24.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56472026-02-27T15:19:24.546Z[ recovery-image] Feb 27 15:19:24.362 INFO O| Feb 27 15:19:24.362 INFO STEP 252 (remove_files) COMPLETE
56482026-02-27T15:19:24.546Z[ recovery-image] Feb 27 15:19:24.362 INFO O| Feb 27 15:19:24.362 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-02-27T15:19:24.546Z[ recovery-image] Feb 27 15:19:24.378 INFO O| Feb 27 15:19:24.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56502026-02-27T15:19:24.546Z[ recovery-image] Feb 27 15:19:24.378 INFO O| Feb 27 15:19:24.378 INFO STEP 253 (remove_files) COMPLETE
56512026-02-27T15:19:24.571Z[ recovery-image] Feb 27 15:19:24.378 INFO O| Feb 27 15:19:24.378 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-02-27T15:19:24.571Z[ recovery-image] Feb 27 15:19:24.397 INFO O| Feb 27 15:19:24.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56532026-02-27T15:19:24.571Z[ recovery-image] Feb 27 15:19:24.397 INFO O| Feb 27 15:19:24.397 INFO STEP 254 (remove_files) COMPLETE
56542026-02-27T15:19:24.571Z[ recovery-image] Feb 27 15:19:24.397 INFO O| Feb 27 15:19:24.397 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-02-27T15:19:24.595Z[ recovery-image] Feb 27 15:19:24.418 INFO O| Feb 27 15:19:24.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56562026-02-27T15:19:24.595Z[ recovery-image] Feb 27 15:19:24.418 INFO O| Feb 27 15:19:24.418 INFO STEP 255 (remove_files) COMPLETE
56572026-02-27T15:19:24.595Z[ recovery-image] Feb 27 15:19:24.418 INFO O| Feb 27 15:19:24.418 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-02-27T15:19:24.620Z[ recovery-image] Feb 27 15:19:24.437 INFO O| Feb 27 15:19:24.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56592026-02-27T15:19:24.620Z[ recovery-image] Feb 27 15:19:24.437 INFO O| Feb 27 15:19:24.437 INFO STEP 256 (remove_files) COMPLETE
56602026-02-27T15:19:24.621Z[ recovery-image] Feb 27 15:19:24.437 INFO O| Feb 27 15:19:24.437 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-02-27T15:19:24.645Z[ recovery-image] Feb 27 15:19:24.457 INFO O| Feb 27 15:19:24.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56622026-02-27T15:19:24.645Z[ recovery-image] Feb 27 15:19:24.457 INFO O| Feb 27 15:19:24.457 INFO STEP 257 (remove_files) COMPLETE
56632026-02-27T15:19:24.645Z[ recovery-image] Feb 27 15:19:24.457 INFO O| Feb 27 15:19:24.457 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-02-27T15:19:24.645Z[ recovery-image] Feb 27 15:19:24.471 INFO O| Feb 27 15:19:24.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56652026-02-27T15:19:24.645Z[ recovery-image] Feb 27 15:19:24.471 INFO O| Feb 27 15:19:24.471 INFO STEP 258 (remove_files) COMPLETE
56662026-02-27T15:19:24.645Z[ recovery-image] Feb 27 15:19:24.471 INFO O| Feb 27 15:19:24.471 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-02-27T15:19:24.672Z[ recovery-image] Feb 27 15:19:24.484 INFO O| Feb 27 15:19:24.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56682026-02-27T15:19:24.672Z[ recovery-image] Feb 27 15:19:24.485 INFO O| Feb 27 15:19:24.485 INFO STEP 259 (remove_files) COMPLETE
56692026-02-27T15:19:24.672Z[ recovery-image] Feb 27 15:19:24.485 INFO O| Feb 27 15:19:24.485 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-02-27T15:19:24.672Z[ recovery-image] Feb 27 15:19:24.501 INFO O| Feb 27 15:19:24.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56712026-02-27T15:19:24.672Z[ recovery-image] Feb 27 15:19:24.502 INFO O| Feb 27 15:19:24.502 INFO STEP 260 (remove_files) COMPLETE
56722026-02-27T15:19:24.672Z[ recovery-image] Feb 27 15:19:24.502 INFO O| Feb 27 15:19:24.502 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-02-27T15:19:24.695Z[ recovery-image] Feb 27 15:19:24.521 INFO O| Feb 27 15:19:24.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56742026-02-27T15:19:24.695Z[ recovery-image] Feb 27 15:19:24.521 INFO O| Feb 27 15:19:24.521 INFO STEP 261 (remove_files) COMPLETE
56752026-02-27T15:19:24.695Z[ recovery-image] Feb 27 15:19:24.521 INFO O| Feb 27 15:19:24.521 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-02-27T15:19:24.720Z[ recovery-image] Feb 27 15:19:24.540 INFO O| Feb 27 15:19:24.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56772026-02-27T15:19:24.720Z[ recovery-image] Feb 27 15:19:24.540 INFO O| Feb 27 15:19:24.540 INFO STEP 262 (remove_files) COMPLETE
56782026-02-27T15:19:24.720Z[ recovery-image] Feb 27 15:19:24.540 INFO O| Feb 27 15:19:24.540 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-02-27T15:19:24.720Z[ recovery-image] Feb 27 15:19:24.552 INFO O| Feb 27 15:19:24.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56802026-02-27T15:19:24.720Z[ recovery-image] Feb 27 15:19:24.552 INFO O| Feb 27 15:19:24.552 INFO STEP 263 (remove_files) COMPLETE
56812026-02-27T15:19:24.720Z[ recovery-image] Feb 27 15:19:24.552 INFO O| Feb 27 15:19:24.552 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-02-27T15:19:24.744Z[ recovery-image] Feb 27 15:19:24.574 INFO O| Feb 27 15:19:24.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56832026-02-27T15:19:24.745Z[ recovery-image] Feb 27 15:19:24.574 INFO O| Feb 27 15:19:24.574 INFO STEP 264 (remove_files) COMPLETE
56842026-02-27T15:19:24.745Z[ recovery-image] Feb 27 15:19:24.574 INFO O| Feb 27 15:19:24.574 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-02-27T15:19:24.769Z[ recovery-image] Feb 27 15:19:24.592 INFO O| Feb 27 15:19:24.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56862026-02-27T15:19:24.769Z[ recovery-image] Feb 27 15:19:24.592 INFO O| Feb 27 15:19:24.592 INFO STEP 265 (remove_files) COMPLETE
56872026-02-27T15:19:24.769Z[ recovery-image] Feb 27 15:19:24.592 INFO O| Feb 27 15:19:24.592 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-02-27T15:19:24.793Z[ recovery-image] Feb 27 15:19:24.609 INFO O| Feb 27 15:19:24.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56892026-02-27T15:19:24.793Z[ recovery-image] Feb 27 15:19:24.610 INFO O| Feb 27 15:19:24.610 INFO STEP 266 (remove_files) COMPLETE
56902026-02-27T15:19:24.794Z[ recovery-image] Feb 27 15:19:24.610 INFO O| Feb 27 15:19:24.610 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-02-27T15:19:24.818Z[ recovery-image] Feb 27 15:19:24.631 INFO O| Feb 27 15:19:24.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56922026-02-27T15:19:24.818Z[ recovery-image] Feb 27 15:19:24.631 INFO O| Feb 27 15:19:24.631 INFO STEP 267 (remove_files) COMPLETE
56932026-02-27T15:19:24.818Z[ recovery-image] Feb 27 15:19:24.631 INFO O| Feb 27 15:19:24.631 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-02-27T15:19:24.818Z[ recovery-image] Feb 27 15:19:24.646 INFO O| Feb 27 15:19:24.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56952026-02-27T15:19:24.818Z[ recovery-image] Feb 27 15:19:24.647 INFO O| Feb 27 15:19:24.647 INFO STEP 268 (remove_files) COMPLETE
56962026-02-27T15:19:24.818Z[ recovery-image] Feb 27 15:19:24.647 INFO O| Feb 27 15:19:24.647 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-02-27T15:19:24.844Z[ recovery-image] Feb 27 15:19:24.663 INFO O| Feb 27 15:19:24.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56982026-02-27T15:19:24.844Z[ recovery-image] Feb 27 15:19:24.664 INFO O| Feb 27 15:19:24.664 INFO STEP 269 (remove_files) COMPLETE
56992026-02-27T15:19:24.844Z[ recovery-image] Feb 27 15:19:24.664 INFO O| Feb 27 15:19:24.664 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-02-27T15:19:24.869Z[ recovery-image] Feb 27 15:19:24.681 INFO O| Feb 27 15:19:24.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
57012026-02-27T15:19:24.869Z[ recovery-image] Feb 27 15:19:24.682 INFO O| Feb 27 15:19:24.682 INFO STEP 270 (remove_files) COMPLETE
57022026-02-27T15:19:24.869Z[ recovery-image] Feb 27 15:19:24.682 INFO O| Feb 27 15:19:24.682 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-02-27T15:19:24.869Z[ recovery-image] Feb 27 15:19:24.698 INFO O| Feb 27 15:19:24.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
57042026-02-27T15:19:24.869Z[ recovery-image] Feb 27 15:19:24.699 INFO O| Feb 27 15:19:24.699 INFO STEP 271 (remove_files) COMPLETE
57052026-02-27T15:19:24.869Z[ recovery-image] Feb 27 15:19:24.699 INFO O| Feb 27 15:19:24.699 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-02-27T15:19:24.894Z[ recovery-image] Feb 27 15:19:24.711 INFO O| Feb 27 15:19:24.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
57072026-02-27T15:19:24.894Z[ recovery-image] Feb 27 15:19:24.712 INFO O| Feb 27 15:19:24.712 INFO STEP 272 (remove_files) COMPLETE
57082026-02-27T15:19:24.894Z[ recovery-image] Feb 27 15:19:24.712 INFO O| Feb 27 15:19:24.712 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-02-27T15:19:24.918Z[ recovery-image] Feb 27 15:19:24.728 INFO O| Feb 27 15:19:24.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
57102026-02-27T15:19:24.918Z[ recovery-image] Feb 27 15:19:24.728 INFO O| Feb 27 15:19:24.728 INFO STEP 273 (remove_files) COMPLETE
57112026-02-27T15:19:24.918Z[ recovery-image] Feb 27 15:19:24.728 INFO O| Feb 27 15:19:24.728 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-02-27T15:19:24.918Z[ recovery-image] Feb 27 15:19:24.742 INFO O| Feb 27 15:19:24.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
57132026-02-27T15:19:24.918Z[ recovery-image] Feb 27 15:19:24.742 INFO O| Feb 27 15:19:24.742 INFO STEP 274 (remove_files) COMPLETE
57142026-02-27T15:19:24.918Z[ recovery-image] Feb 27 15:19:24.742 INFO O| Feb 27 15:19:24.742 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-02-27T15:19:24.942Z[ recovery-image] Feb 27 15:19:24.754 INFO O| Feb 27 15:19:24.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
57162026-02-27T15:19:24.942Z[ recovery-image] Feb 27 15:19:24.754 INFO O| Feb 27 15:19:24.754 INFO STEP 275 (remove_files) COMPLETE
57172026-02-27T15:19:24.942Z[ recovery-image] Feb 27 15:19:24.754 INFO O| Feb 27 15:19:24.754 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-02-27T15:19:24.942Z[ recovery-image] Feb 27 15:19:24.765 INFO O| Feb 27 15:19:24.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
57192026-02-27T15:19:24.942Z[ recovery-image] Feb 27 15:19:24.766 INFO O| Feb 27 15:19:24.766 INFO STEP 276 (remove_files) COMPLETE
57202026-02-27T15:19:24.942Z[ recovery-image] Feb 27 15:19:24.766 INFO O| Feb 27 15:19:24.766 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-02-27T15:19:24.967Z[ recovery-image] Feb 27 15:19:24.783 INFO O| Feb 27 15:19:24.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
57222026-02-27T15:19:24.967Z[ recovery-image] Feb 27 15:19:24.783 INFO O| Feb 27 15:19:24.783 INFO STEP 277 (remove_files) COMPLETE
57232026-02-27T15:19:24.967Z[ recovery-image] Feb 27 15:19:24.783 INFO O| Feb 27 15:19:24.783 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-02-27T15:19:24.992Z[ recovery-image] Feb 27 15:19:24.800 INFO O| Feb 27 15:19:24.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57252026-02-27T15:19:24.992Z[ recovery-image] Feb 27 15:19:24.801 INFO O| Feb 27 15:19:24.800 INFO STEP 278 (remove_files) COMPLETE
57262026-02-27T15:19:24.992Z[ recovery-image] Feb 27 15:19:24.801 INFO O| Feb 27 15:19:24.801 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-02-27T15:19:24.992Z[ recovery-image] Feb 27 15:19:24.821 INFO O| Feb 27 15:19:24.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57282026-02-27T15:19:24.992Z[ recovery-image] Feb 27 15:19:24.821 INFO O| Feb 27 15:19:24.821 INFO STEP 279 (remove_files) COMPLETE
57292026-02-27T15:19:24.992Z[ recovery-image] Feb 27 15:19:24.821 INFO O| Feb 27 15:19:24.821 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-02-27T15:19:25.017Z[ recovery-image] Feb 27 15:19:24.839 INFO O| Feb 27 15:19:24.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57312026-02-27T15:19:25.017Z[ recovery-image] Feb 27 15:19:24.840 INFO O| Feb 27 15:19:24.840 INFO STEP 280 (remove_files) COMPLETE
57322026-02-27T15:19:25.017Z[ recovery-image] Feb 27 15:19:24.840 INFO O| Feb 27 15:19:24.840 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-02-27T15:19:25.041Z[ recovery-image] Feb 27 15:19:24.859 INFO O| Feb 27 15:19:24.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57342026-02-27T15:19:25.041Z[ recovery-image] Feb 27 15:19:24.859 INFO O| Feb 27 15:19:24.859 INFO STEP 281 (remove_files) COMPLETE
57352026-02-27T15:19:25.041Z[ recovery-image] Feb 27 15:19:24.859 INFO O| Feb 27 15:19:24.859 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-02-27T15:19:25.068Z[ recovery-image] Feb 27 15:19:24.877 INFO O| Feb 27 15:19:24.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57372026-02-27T15:19:25.068Z[ recovery-image] Feb 27 15:19:24.877 INFO O| Feb 27 15:19:24.877 INFO STEP 282 (remove_files) COMPLETE
57382026-02-27T15:19:25.068Z[ recovery-image] Feb 27 15:19:24.877 INFO O| Feb 27 15:19:24.877 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-02-27T15:19:25.068Z[ recovery-image] Feb 27 15:19:24.892 INFO O| Feb 27 15:19:24.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57402026-02-27T15:19:25.068Z[ recovery-image] Feb 27 15:19:24.892 INFO O| Feb 27 15:19:24.892 INFO STEP 283 (remove_files) COMPLETE
57412026-02-27T15:19:25.068Z[ recovery-image] Feb 27 15:19:24.892 INFO O| Feb 27 15:19:24.892 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-02-27T15:19:25.093Z[ recovery-image] Feb 27 15:19:24.909 INFO O| Feb 27 15:19:24.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57432026-02-27T15:19:25.093Z[ recovery-image] Feb 27 15:19:24.909 INFO O| Feb 27 15:19:24.909 INFO STEP 284 (remove_files) COMPLETE
57442026-02-27T15:19:25.093Z[ recovery-image] Feb 27 15:19:24.910 INFO O| Feb 27 15:19:24.910 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-02-27T15:19:25.118Z[ recovery-image] Feb 27 15:19:24.940 INFO O| Feb 27 15:19:24.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57462026-02-27T15:19:25.118Z[ recovery-image] Feb 27 15:19:24.941 INFO O| Feb 27 15:19:24.940 INFO STEP 285 (remove_files) COMPLETE
57472026-02-27T15:19:25.118Z[ recovery-image] Feb 27 15:19:24.941 INFO O| Feb 27 15:19:24.940 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-02-27T15:19:25.143Z[ recovery-image] Feb 27 15:19:24.958 INFO O| Feb 27 15:19:24.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57492026-02-27T15:19:25.143Z[ recovery-image] Feb 27 15:19:24.958 INFO O| Feb 27 15:19:24.958 INFO STEP 286 (remove_files) COMPLETE
57502026-02-27T15:19:25.143Z[ recovery-image] Feb 27 15:19:24.958 INFO O| Feb 27 15:19:24.958 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-02-27T15:19:25.167Z[ recovery-image] Feb 27 15:19:24.976 INFO O| Feb 27 15:19:24.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57522026-02-27T15:19:25.167Z[ recovery-image] Feb 27 15:19:24.976 INFO O| Feb 27 15:19:24.976 INFO STEP 287 (remove_files) COMPLETE
57532026-02-27T15:19:25.167Z[ recovery-image] Feb 27 15:19:24.976 INFO O| Feb 27 15:19:24.976 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-02-27T15:19:25.167Z[ recovery-image] Feb 27 15:19:24.992 INFO O| Feb 27 15:19:24.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57552026-02-27T15:19:25.167Z[ recovery-image] Feb 27 15:19:24.992 INFO O| Feb 27 15:19:24.992 INFO STEP 288 (remove_files) COMPLETE
57562026-02-27T15:19:25.167Z[ recovery-image] Feb 27 15:19:24.993 INFO O| Feb 27 15:19:24.992 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-02-27T15:19:25.192Z[ recovery-image] Feb 27 15:19:25.009 INFO O| Feb 27 15:19:25.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57582026-02-27T15:19:25.192Z[ recovery-image] Feb 27 15:19:25.009 INFO O| Feb 27 15:19:25.009 INFO STEP 289 (remove_files) COMPLETE
57592026-02-27T15:19:25.192Z[ recovery-image] Feb 27 15:19:25.009 INFO O| Feb 27 15:19:25.009 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-02-27T15:19:25.216Z[ recovery-image] Feb 27 15:19:25.028 INFO O| Feb 27 15:19:25.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57612026-02-27T15:19:25.216Z[ recovery-image] Feb 27 15:19:25.028 INFO O| Feb 27 15:19:25.028 INFO STEP 290 (remove_files) COMPLETE
57622026-02-27T15:19:25.216Z[ recovery-image] Feb 27 15:19:25.028 INFO O| Feb 27 15:19:25.028 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-02-27T15:19:25.216Z[ recovery-image] Feb 27 15:19:25.040 INFO O| Feb 27 15:19:25.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57642026-02-27T15:19:25.216Z[ recovery-image] Feb 27 15:19:25.041 INFO O| Feb 27 15:19:25.041 INFO STEP 291 (remove_files) COMPLETE
57652026-02-27T15:19:25.216Z[ recovery-image] Feb 27 15:19:25.041 INFO O| Feb 27 15:19:25.041 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-02-27T15:19:25.240Z[ recovery-image] Feb 27 15:19:25.055 INFO O| Feb 27 15:19:25.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57672026-02-27T15:19:25.241Z[ recovery-image] Feb 27 15:19:25.055 INFO O| Feb 27 15:19:25.055 INFO STEP 292 (remove_files) COMPLETE
57682026-02-27T15:19:25.241Z[ recovery-image] Feb 27 15:19:25.055 INFO O| Feb 27 15:19:25.055 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-02-27T15:19:25.241Z[ recovery-image] Feb 27 15:19:25.071 INFO O| Feb 27 15:19:25.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57702026-02-27T15:19:25.241Z[ recovery-image] Feb 27 15:19:25.072 INFO O| Feb 27 15:19:25.072 INFO STEP 293 (remove_files) COMPLETE
57712026-02-27T15:19:25.241Z[ recovery-image] Feb 27 15:19:25.072 INFO O| Feb 27 15:19:25.072 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-02-27T15:19:25.266Z[ recovery-image] Feb 27 15:19:25.088 INFO O| Feb 27 15:19:25.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57732026-02-27T15:19:25.266Z[ recovery-image] Feb 27 15:19:25.088 INFO O| Feb 27 15:19:25.088 INFO STEP 294 (remove_files) COMPLETE
57742026-02-27T15:19:25.266Z[ recovery-image] Feb 27 15:19:25.088 INFO O| Feb 27 15:19:25.088 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-02-27T15:19:25.292Z[ recovery-image] Feb 27 15:19:25.102 INFO O| Feb 27 15:19:25.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57762026-02-27T15:19:25.292Z[ recovery-image] Feb 27 15:19:25.102 INFO O| Feb 27 15:19:25.102 INFO STEP 295 (remove_files) COMPLETE
57772026-02-27T15:19:25.292Z[ recovery-image] Feb 27 15:19:25.102 INFO O| Feb 27 15:19:25.102 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-02-27T15:19:25.292Z[ recovery-image] Feb 27 15:19:25.119 INFO O| Feb 27 15:19:25.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57792026-02-27T15:19:25.292Z[ recovery-image] Feb 27 15:19:25.119 INFO O| Feb 27 15:19:25.119 INFO STEP 296 (remove_files) COMPLETE
57802026-02-27T15:19:25.292Z[ recovery-image] Feb 27 15:19:25.119 INFO O| Feb 27 15:19:25.119 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-02-27T15:19:25.317Z[ recovery-image] Feb 27 15:19:25.131 INFO O| Feb 27 15:19:25.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57822026-02-27T15:19:25.317Z[ recovery-image] Feb 27 15:19:25.131 INFO O| Feb 27 15:19:25.131 INFO STEP 297 (remove_files) COMPLETE
57832026-02-27T15:19:25.317Z[ recovery-image] Feb 27 15:19:25.131 INFO O| Feb 27 15:19:25.131 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-02-27T15:19:25.317Z[ recovery-image] Feb 27 15:19:25.141 INFO O| Feb 27 15:19:25.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57852026-02-27T15:19:25.317Z[ recovery-image] Feb 27 15:19:25.141 INFO O| Feb 27 15:19:25.141 INFO STEP 298 (remove_files) COMPLETE
57862026-02-27T15:19:25.317Z[ recovery-image] Feb 27 15:19:25.141 INFO O| Feb 27 15:19:25.141 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-02-27T15:19:25.342Z[ recovery-image] Feb 27 15:19:25.158 INFO O| Feb 27 15:19:25.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57882026-02-27T15:19:25.342Z[ recovery-image] Feb 27 15:19:25.158 INFO O| Feb 27 15:19:25.158 INFO STEP 299 (remove_files) COMPLETE
57892026-02-27T15:19:25.342Z[ recovery-image] Feb 27 15:19:25.158 INFO O| Feb 27 15:19:25.158 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-02-27T15:19:25.368Z[ recovery-image] Feb 27 15:19:25.176 INFO O| Feb 27 15:19:25.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57912026-02-27T15:19:25.368Z[ recovery-image] Feb 27 15:19:25.176 INFO O| Feb 27 15:19:25.176 INFO STEP 300 (remove_files) COMPLETE
57922026-02-27T15:19:25.368Z[ recovery-image] Feb 27 15:19:25.176 INFO O| Feb 27 15:19:25.176 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-02-27T15:19:25.368Z[ recovery-image] Feb 27 15:19:25.192 INFO O| Feb 27 15:19:25.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57942026-02-27T15:19:25.368Z[ recovery-image] Feb 27 15:19:25.192 INFO O| Feb 27 15:19:25.192 INFO STEP 301 (remove_files) COMPLETE
57952026-02-27T15:19:25.368Z[ recovery-image] Feb 27 15:19:25.192 INFO O| Feb 27 15:19:25.192 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-02-27T15:19:25.393Z[ recovery-image] Feb 27 15:19:25.215 INFO O| Feb 27 15:19:25.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57972026-02-27T15:19:25.393Z[ recovery-image] Feb 27 15:19:25.215 INFO O| Feb 27 15:19:25.215 INFO STEP 302 (remove_files) COMPLETE
57982026-02-27T15:19:25.393Z[ recovery-image] Feb 27 15:19:25.215 INFO O| Feb 27 15:19:25.215 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-02-27T15:19:25.420Z[ recovery-image] Feb 27 15:19:25.232 INFO O| Feb 27 15:19:25.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
58002026-02-27T15:19:25.420Z[ recovery-image] Feb 27 15:19:25.232 INFO O| Feb 27 15:19:25.232 INFO STEP 303 (remove_files) COMPLETE
58012026-02-27T15:19:25.420Z[ recovery-image] Feb 27 15:19:25.232 INFO O| Feb 27 15:19:25.232 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-02-27T15:19:25.420Z[ recovery-image] Feb 27 15:19:25.247 INFO O| Feb 27 15:19:25.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
58032026-02-27T15:19:25.420Z[ recovery-image] Feb 27 15:19:25.247 INFO O| Feb 27 15:19:25.247 INFO STEP 304 (remove_files) COMPLETE
58042026-02-27T15:19:25.420Z[ recovery-image] Feb 27 15:19:25.247 INFO O| Feb 27 15:19:25.247 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-02-27T15:19:25.445Z[ recovery-image] Feb 27 15:19:25.260 INFO O| Feb 27 15:19:25.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
58062026-02-27T15:19:25.445Z[ recovery-image] Feb 27 15:19:25.260 INFO O| Feb 27 15:19:25.260 INFO STEP 305 (remove_files) COMPLETE
58072026-02-27T15:19:25.445Z[ recovery-image] Feb 27 15:19:25.260 INFO O| Feb 27 15:19:25.260 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-02-27T15:19:25.445Z[ recovery-image] Feb 27 15:19:25.273 INFO O| Feb 27 15:19:25.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
58092026-02-27T15:19:25.445Z[ recovery-image] Feb 27 15:19:25.273 INFO O| Feb 27 15:19:25.273 INFO STEP 306 (remove_files) COMPLETE
58102026-02-27T15:19:25.445Z[ recovery-image] Feb 27 15:19:25.273 INFO O| Feb 27 15:19:25.273 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-02-27T15:19:25.470Z[ recovery-image] Feb 27 15:19:25.285 INFO O| Feb 27 15:19:25.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
58122026-02-27T15:19:25.470Z[ recovery-image] Feb 27 15:19:25.285 INFO O| Feb 27 15:19:25.285 INFO STEP 307 (remove_files) COMPLETE
58132026-02-27T15:19:25.470Z[ recovery-image] Feb 27 15:19:25.285 INFO O| Feb 27 15:19:25.285 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-02-27T15:19:25.470Z[ recovery-image] Feb 27 15:19:25.297 INFO O| Feb 27 15:19:25.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
58152026-02-27T15:19:25.470Z[ recovery-image] Feb 27 15:19:25.297 INFO O| Feb 27 15:19:25.297 INFO STEP 308 (remove_files) COMPLETE
58162026-02-27T15:19:25.470Z[ recovery-image] Feb 27 15:19:25.297 INFO O| Feb 27 15:19:25.297 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-02-27T15:19:25.495Z[ recovery-image] Feb 27 15:19:25.313 INFO O| Feb 27 15:19:25.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
58182026-02-27T15:19:25.495Z[ recovery-image] Feb 27 15:19:25.313 INFO O| Feb 27 15:19:25.313 INFO STEP 309 (remove_files) COMPLETE
58192026-02-27T15:19:25.495Z[ recovery-image] Feb 27 15:19:25.313 INFO O| Feb 27 15:19:25.313 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-02-27T15:19:25.522Z[ recovery-image] Feb 27 15:19:25.330 INFO O| Feb 27 15:19:25.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
58212026-02-27T15:19:25.522Z[ recovery-image] Feb 27 15:19:25.330 INFO O| Feb 27 15:19:25.330 INFO STEP 310 (remove_files) COMPLETE
58222026-02-27T15:19:25.522Z[ recovery-image] Feb 27 15:19:25.330 INFO O| Feb 27 15:19:25.330 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-02-27T15:19:25.522Z[ recovery-image] Feb 27 15:19:25.345 INFO O| Feb 27 15:19:25.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
58242026-02-27T15:19:25.522Z[ recovery-image] Feb 27 15:19:25.345 INFO O| Feb 27 15:19:25.345 INFO STEP 311 (remove_files) COMPLETE
58252026-02-27T15:19:25.522Z[ recovery-image] Feb 27 15:19:25.345 INFO O| Feb 27 15:19:25.345 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-02-27T15:19:25.546Z[ recovery-image] Feb 27 15:19:25.357 INFO O| Feb 27 15:19:25.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58272026-02-27T15:19:25.546Z[ recovery-image] Feb 27 15:19:25.357 INFO O| Feb 27 15:19:25.357 INFO STEP 312 (remove_files) COMPLETE
58282026-02-27T15:19:25.546Z[ recovery-image] Feb 27 15:19:25.357 INFO O| Feb 27 15:19:25.357 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-02-27T15:19:25.546Z[ recovery-image] Feb 27 15:19:25.369 INFO O| Feb 27 15:19:25.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58302026-02-27T15:19:25.546Z[ recovery-image] Feb 27 15:19:25.369 INFO O| Feb 27 15:19:25.369 INFO STEP 313 (remove_files) COMPLETE
58312026-02-27T15:19:25.546Z[ recovery-image] Feb 27 15:19:25.369 INFO O| Feb 27 15:19:25.369 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-02-27T15:19:25.572Z[ recovery-image] Feb 27 15:19:25.384 INFO O| Feb 27 15:19:25.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58332026-02-27T15:19:25.572Z[ recovery-image] Feb 27 15:19:25.384 INFO O| Feb 27 15:19:25.384 INFO STEP 314 (remove_files) COMPLETE
58342026-02-27T15:19:25.572Z[ recovery-image] Feb 27 15:19:25.384 INFO O| Feb 27 15:19:25.384 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-02-27T15:19:25.572Z[ recovery-image] Feb 27 15:19:25.400 INFO O| Feb 27 15:19:25.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58362026-02-27T15:19:25.572Z[ recovery-image] Feb 27 15:19:25.400 INFO O| Feb 27 15:19:25.400 INFO STEP 315 (remove_files) COMPLETE
58372026-02-27T15:19:25.572Z[ recovery-image] Feb 27 15:19:25.400 INFO O| Feb 27 15:19:25.400 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-02-27T15:19:25.596Z[ recovery-image] Feb 27 15:19:25.416 INFO O| Feb 27 15:19:25.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58392026-02-27T15:19:25.596Z[ recovery-image] Feb 27 15:19:25.416 INFO O| Feb 27 15:19:25.416 INFO STEP 316 (remove_files) COMPLETE
58402026-02-27T15:19:25.597Z[ recovery-image] Feb 27 15:19:25.416 INFO O| Feb 27 15:19:25.416 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-02-27T15:19:25.621Z[ recovery-image] Feb 27 15:19:25.433 INFO O| Feb 27 15:19:25.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58422026-02-27T15:19:25.621Z[ recovery-image] Feb 27 15:19:25.433 INFO O| Feb 27 15:19:25.433 INFO STEP 317 (remove_files) COMPLETE
58432026-02-27T15:19:25.621Z[ recovery-image] Feb 27 15:19:25.433 INFO O| Feb 27 15:19:25.433 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-02-27T15:19:25.621Z[ recovery-image] Feb 27 15:19:25.447 INFO O| Feb 27 15:19:25.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58452026-02-27T15:19:25.621Z[ recovery-image] Feb 27 15:19:25.447 INFO O| Feb 27 15:19:25.447 INFO STEP 318 (remove_files) COMPLETE
58462026-02-27T15:19:25.621Z[ recovery-image] Feb 27 15:19:25.447 INFO O| Feb 27 15:19:25.447 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-02-27T15:19:25.645Z[ recovery-image] Feb 27 15:19:25.464 INFO O| Feb 27 15:19:25.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58482026-02-27T15:19:25.646Z[ recovery-image] Feb 27 15:19:25.464 INFO O| Feb 27 15:19:25.464 INFO STEP 319 (remove_files) COMPLETE
58492026-02-27T15:19:25.646Z[ recovery-image] Feb 27 15:19:25.464 INFO O| Feb 27 15:19:25.464 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-02-27T15:19:25.646Z[ recovery-image] Feb 27 15:19:25.477 INFO O| Feb 27 15:19:25.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58512026-02-27T15:19:25.646Z[ recovery-image] Feb 27 15:19:25.478 INFO O| Feb 27 15:19:25.478 INFO STEP 320 (remove_files) COMPLETE
58522026-02-27T15:19:25.646Z[ recovery-image] Feb 27 15:19:25.478 INFO O| Feb 27 15:19:25.478 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-02-27T15:19:25.670Z[ recovery-image] Feb 27 15:19:25.492 INFO O| Feb 27 15:19:25.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58542026-02-27T15:19:25.670Z[ recovery-image] Feb 27 15:19:25.493 INFO O| Feb 27 15:19:25.493 INFO STEP 321 (remove_files) COMPLETE
58552026-02-27T15:19:25.670Z[ recovery-image] Feb 27 15:19:25.493 INFO O| Feb 27 15:19:25.493 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-02-27T15:19:25.694Z[ recovery-image] Feb 27 15:19:25.510 INFO O| Feb 27 15:19:25.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58572026-02-27T15:19:25.694Z[ recovery-image] Feb 27 15:19:25.510 INFO O| Feb 27 15:19:25.510 INFO STEP 322 (remove_files) COMPLETE
58582026-02-27T15:19:25.694Z[ recovery-image] Feb 27 15:19:25.510 INFO O| Feb 27 15:19:25.510 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-02-27T15:19:25.719Z[ recovery-image] Feb 27 15:19:25.528 INFO O| Feb 27 15:19:25.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58602026-02-27T15:19:25.719Z[ recovery-image] Feb 27 15:19:25.529 INFO O| Feb 27 15:19:25.529 INFO STEP 323 (remove_files) COMPLETE
58612026-02-27T15:19:25.723Z[ recovery-image] Feb 27 15:19:25.529 INFO O| Feb 27 15:19:25.529 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-02-27T15:19:25.723Z[ recovery-image] Feb 27 15:19:25.542 INFO O| Feb 27 15:19:25.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58632026-02-27T15:19:25.723Z[ recovery-image] Feb 27 15:19:25.542 INFO O| Feb 27 15:19:25.542 INFO STEP 324 (remove_files) COMPLETE
58642026-02-27T15:19:25.723Z[ recovery-image] Feb 27 15:19:25.542 INFO O| Feb 27 15:19:25.542 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-02-27T15:19:25.749Z[ recovery-image] Feb 27 15:19:25.557 INFO O| Feb 27 15:19:25.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58662026-02-27T15:19:25.750Z[ recovery-image] Feb 27 15:19:25.558 INFO O| Feb 27 15:19:25.557 INFO STEP 325 (remove_files) COMPLETE
58672026-02-27T15:19:25.750Z[ recovery-image] Feb 27 15:19:25.558 INFO O| Feb 27 15:19:25.558 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-02-27T15:19:25.750Z[ recovery-image] Feb 27 15:19:25.569 INFO O| Feb 27 15:19:25.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58692026-02-27T15:19:25.750Z[ recovery-image] Feb 27 15:19:25.569 INFO O| Feb 27 15:19:25.569 INFO STEP 326 (remove_files) COMPLETE
58702026-02-27T15:19:25.750Z[ recovery-image] Feb 27 15:19:25.569 INFO O| Feb 27 15:19:25.569 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-02-27T15:19:25.750Z[ recovery-image] Feb 27 15:19:25.581 INFO O| Feb 27 15:19:25.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58722026-02-27T15:19:25.750Z[ recovery-image] Feb 27 15:19:25.581 INFO O| Feb 27 15:19:25.581 INFO STEP 327 (remove_files) COMPLETE
58732026-02-27T15:19:25.750Z[ recovery-image] Feb 27 15:19:25.581 INFO O| Feb 27 15:19:25.581 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-02-27T15:19:25.774Z[ recovery-image] Feb 27 15:19:25.594 INFO O| Feb 27 15:19:25.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58752026-02-27T15:19:25.774Z[ recovery-image] Feb 27 15:19:25.594 INFO O| Feb 27 15:19:25.594 INFO STEP 328 (remove_files) COMPLETE
58762026-02-27T15:19:25.775Z[ recovery-image] Feb 27 15:19:25.594 INFO O| Feb 27 15:19:25.594 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-02-27T15:19:25.799Z[ recovery-image] Feb 27 15:19:25.609 INFO O| Feb 27 15:19:25.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58782026-02-27T15:19:25.799Z[ recovery-image] Feb 27 15:19:25.609 INFO O| Feb 27 15:19:25.609 INFO STEP 329 (remove_files) COMPLETE
58792026-02-27T15:19:25.799Z[ recovery-image] Feb 27 15:19:25.609 INFO O| Feb 27 15:19:25.609 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-02-27T15:19:25.799Z[ recovery-image] Feb 27 15:19:25.624 INFO O| Feb 27 15:19:25.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58812026-02-27T15:19:25.799Z[ recovery-image] Feb 27 15:19:25.625 INFO O| Feb 27 15:19:25.625 INFO STEP 330 (remove_files) COMPLETE
58822026-02-27T15:19:25.799Z[ recovery-image] Feb 27 15:19:25.625 INFO O| Feb 27 15:19:25.625 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-02-27T15:19:25.824Z[ recovery-image] Feb 27 15:19:25.640 INFO O| Feb 27 15:19:25.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58842026-02-27T15:19:25.824Z[ recovery-image] Feb 27 15:19:25.640 INFO O| Feb 27 15:19:25.640 INFO STEP 331 (remove_files) COMPLETE
58852026-02-27T15:19:25.824Z[ recovery-image] Feb 27 15:19:25.640 INFO O| Feb 27 15:19:25.640 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-02-27T15:19:25.824Z[ recovery-image] Feb 27 15:19:25.655 INFO O| Feb 27 15:19:25.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58872026-02-27T15:19:25.824Z[ recovery-image] Feb 27 15:19:25.655 INFO O| Feb 27 15:19:25.655 INFO STEP 332 (remove_files) COMPLETE
58882026-02-27T15:19:25.824Z[ recovery-image] Feb 27 15:19:25.655 INFO O| Feb 27 15:19:25.655 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-02-27T15:19:25.848Z[ recovery-image] Feb 27 15:19:25.672 INFO O| Feb 27 15:19:25.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58902026-02-27T15:19:25.848Z[ recovery-image] Feb 27 15:19:25.672 INFO O| Feb 27 15:19:25.672 INFO STEP 333 (remove_files) COMPLETE
58912026-02-27T15:19:25.848Z[ recovery-image] Feb 27 15:19:25.672 INFO O| Feb 27 15:19:25.672 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-02-27T15:19:25.873Z[ recovery-image] Feb 27 15:19:25.684 INFO O| Feb 27 15:19:25.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58932026-02-27T15:19:25.873Z[ recovery-image] Feb 27 15:19:25.684 INFO O| Feb 27 15:19:25.684 INFO STEP 334 (remove_files) COMPLETE
58942026-02-27T15:19:25.873Z[ recovery-image] Feb 27 15:19:25.684 INFO O| Feb 27 15:19:25.684 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-02-27T15:19:25.873Z[ recovery-image] Feb 27 15:19:25.701 INFO O| Feb 27 15:19:25.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58962026-02-27T15:19:25.873Z[ recovery-image] Feb 27 15:19:25.702 INFO O| Feb 27 15:19:25.702 INFO STEP 335 (remove_files) COMPLETE
58972026-02-27T15:19:25.873Z[ recovery-image] Feb 27 15:19:25.702 INFO O| Feb 27 15:19:25.702 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-02-27T15:19:25.952Z[ recovery-image] Feb 27 15:19:25.715 INFO O| Feb 27 15:19:25.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58992026-02-27T15:19:25.952Z[ recovery-image] Feb 27 15:19:25.716 INFO O| Feb 27 15:19:25.716 INFO STEP 336 (remove_files) COMPLETE
59002026-02-27T15:19:25.952Z[ recovery-image] Feb 27 15:19:25.716 INFO O| Feb 27 15:19:25.716 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.735 INFO O| Feb 27 15:19:25.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
59022026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.735 INFO O| Feb 27 15:19:25.735 INFO STEP 337 (remove_files) COMPLETE
59032026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.735 INFO O| Feb 27 15:19:25.735 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.748 INFO O| Feb 27 15:19:25.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
59052026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.748 INFO O| Feb 27 15:19:25.748 INFO STEP 338 (remove_files) COMPLETE
59062026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.748 INFO O| Feb 27 15:19:25.748 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.760 INFO O| Feb 27 15:19:25.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
59082026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.760 INFO O| Feb 27 15:19:25.760 INFO STEP 339 (remove_files) COMPLETE
59092026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.760 INFO O| Feb 27 15:19:25.760 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.771 INFO O| Feb 27 15:19:25.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
59112026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.771 INFO O| Feb 27 15:19:25.771 INFO STEP 340 (remove_files) COMPLETE
59122026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.771 INFO O| Feb 27 15:19:25.771 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.787 INFO O| Feb 27 15:19:25.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
59142026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.787 INFO O| Feb 27 15:19:25.787 INFO STEP 341 (remove_files) COMPLETE
59152026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.788 INFO O| Feb 27 15:19:25.787 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.805 INFO O| Feb 27 15:19:25.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
59172026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.805 INFO O| Feb 27 15:19:25.805 INFO STEP 342 (remove_files) COMPLETE
59182026-02-27T15:19:25.977Z[ recovery-image] Feb 27 15:19:25.805 INFO O| Feb 27 15:19:25.805 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-02-27T15:19:26.002Z[ recovery-image] Feb 27 15:19:25.825 INFO O| Feb 27 15:19:25.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
59202026-02-27T15:19:26.002Z[ recovery-image] Feb 27 15:19:25.825 INFO O| Feb 27 15:19:25.825 INFO STEP 343 (remove_files) COMPLETE
59212026-02-27T15:19:26.002Z[ recovery-image] Feb 27 15:19:25.825 INFO O| Feb 27 15:19:25.825 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-02-27T15:19:26.027Z[ recovery-image] Feb 27 15:19:25.844 INFO O| Feb 27 15:19:25.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59232026-02-27T15:19:26.027Z[ recovery-image] Feb 27 15:19:25.844 INFO O| Feb 27 15:19:25.844 INFO STEP 344 (remove_files) COMPLETE
59242026-02-27T15:19:26.027Z[ recovery-image] Feb 27 15:19:25.844 INFO O| Feb 27 15:19:25.844 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-02-27T15:19:26.027Z[ recovery-image] Feb 27 15:19:25.859 INFO O| Feb 27 15:19:25.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59262026-02-27T15:19:26.027Z[ recovery-image] Feb 27 15:19:25.859 INFO O| Feb 27 15:19:25.859 INFO STEP 345 (remove_files) COMPLETE
59272026-02-27T15:19:26.027Z[ recovery-image] Feb 27 15:19:25.859 INFO O| Feb 27 15:19:25.859 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-02-27T15:19:26.056Z[ recovery-image] Feb 27 15:19:25.875 INFO O| Feb 27 15:19:25.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59292026-02-27T15:19:26.056Z[ recovery-image] Feb 27 15:19:25.876 INFO O| Feb 27 15:19:25.876 INFO STEP 346 (remove_files) COMPLETE
59302026-02-27T15:19:26.056Z[ recovery-image] Feb 27 15:19:25.876 INFO O| Feb 27 15:19:25.876 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-02-27T15:19:26.080Z[ recovery-image] Feb 27 15:19:25.890 INFO O| Feb 27 15:19:25.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59322026-02-27T15:19:26.080Z[ recovery-image] Feb 27 15:19:25.890 INFO O| Feb 27 15:19:25.890 INFO STEP 347 (remove_files) COMPLETE
59332026-02-27T15:19:26.080Z[ recovery-image] Feb 27 15:19:25.890 INFO O| Feb 27 15:19:25.890 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-02-27T15:19:26.080Z[ recovery-image] Feb 27 15:19:25.908 INFO O| Feb 27 15:19:25.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59352026-02-27T15:19:26.080Z[ recovery-image] Feb 27 15:19:25.908 INFO O| Feb 27 15:19:25.908 INFO STEP 348 (remove_files) COMPLETE
59362026-02-27T15:19:26.080Z[ recovery-image] Feb 27 15:19:25.908 INFO O| Feb 27 15:19:25.908 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-02-27T15:19:26.106Z[ recovery-image] Feb 27 15:19:25.924 INFO O| Feb 27 15:19:25.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59382026-02-27T15:19:26.106Z[ recovery-image] Feb 27 15:19:25.924 INFO O| Feb 27 15:19:25.924 INFO STEP 349 (remove_files) COMPLETE
59392026-02-27T15:19:26.106Z[ recovery-image] Feb 27 15:19:25.924 INFO O| Feb 27 15:19:25.924 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-02-27T15:19:26.130Z[ recovery-image] Feb 27 15:19:25.940 INFO O| Feb 27 15:19:25.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59412026-02-27T15:19:26.130Z[ recovery-image] Feb 27 15:19:25.940 INFO O| Feb 27 15:19:25.940 INFO STEP 350 (remove_files) COMPLETE
59422026-02-27T15:19:26.130Z[ recovery-image] Feb 27 15:19:25.940 INFO O| Feb 27 15:19:25.940 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-02-27T15:19:26.130Z[ recovery-image] Feb 27 15:19:25.955 INFO O| Feb 27 15:19:25.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59442026-02-27T15:19:26.130Z[ recovery-image] Feb 27 15:19:25.955 INFO O| Feb 27 15:19:25.955 INFO STEP 351 (remove_files) COMPLETE
59452026-02-27T15:19:26.130Z[ recovery-image] Feb 27 15:19:25.955 INFO O| Feb 27 15:19:25.955 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-02-27T15:19:26.155Z[ recovery-image] Feb 27 15:19:25.973 INFO O| Feb 27 15:19:25.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59472026-02-27T15:19:26.156Z[ recovery-image] Feb 27 15:19:25.973 INFO O| Feb 27 15:19:25.973 INFO STEP 352 (remove_files) COMPLETE
59482026-02-27T15:19:26.156Z[ recovery-image] Feb 27 15:19:25.973 INFO O| Feb 27 15:19:25.973 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-02-27T15:19:26.180Z[ recovery-image] Feb 27 15:19:25.990 INFO O| Feb 27 15:19:25.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59502026-02-27T15:19:26.180Z[ recovery-image] Feb 27 15:19:25.991 INFO O| Feb 27 15:19:25.991 INFO STEP 353 (remove_files) COMPLETE
59512026-02-27T15:19:26.181Z[ recovery-image] Feb 27 15:19:25.991 INFO O| Feb 27 15:19:25.991 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-02-27T15:19:26.181Z[ recovery-image] Feb 27 15:19:26.004 INFO O| Feb 27 15:19:26.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59532026-02-27T15:19:26.181Z[ recovery-image] Feb 27 15:19:26.004 INFO O| Feb 27 15:19:26.004 INFO STEP 354 (remove_files) COMPLETE
59542026-02-27T15:19:26.181Z[ recovery-image] Feb 27 15:19:26.004 INFO O| Feb 27 15:19:26.004 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-02-27T15:19:26.206Z[ recovery-image] Feb 27 15:19:26.021 INFO O| Feb 27 15:19:26.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59562026-02-27T15:19:26.206Z[ recovery-image] Feb 27 15:19:26.022 INFO O| Feb 27 15:19:26.021 INFO STEP 355 (remove_files) COMPLETE
59572026-02-27T15:19:26.206Z[ recovery-image] Feb 27 15:19:26.022 INFO O| Feb 27 15:19:26.021 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-02-27T15:19:26.206Z[ recovery-image] Feb 27 15:19:26.035 INFO O| Feb 27 15:19:26.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59592026-02-27T15:19:26.206Z[ recovery-image] Feb 27 15:19:26.035 INFO O| Feb 27 15:19:26.035 INFO STEP 356 (remove_files) COMPLETE
59602026-02-27T15:19:26.206Z[ recovery-image] Feb 27 15:19:26.035 INFO O| Feb 27 15:19:26.035 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-02-27T15:19:26.231Z[ recovery-image] Feb 27 15:19:26.052 INFO O| Feb 27 15:19:26.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59622026-02-27T15:19:26.231Z[ recovery-image] Feb 27 15:19:26.052 INFO O| Feb 27 15:19:26.052 INFO STEP 357 (remove_files) COMPLETE
59632026-02-27T15:19:26.231Z[ recovery-image] Feb 27 15:19:26.052 INFO O| Feb 27 15:19:26.052 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-02-27T15:19:26.255Z[ recovery-image] Feb 27 15:19:26.070 INFO O| Feb 27 15:19:26.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59652026-02-27T15:19:26.255Z[ recovery-image] Feb 27 15:19:26.070 INFO O| Feb 27 15:19:26.070 INFO STEP 358 (remove_files) COMPLETE
59662026-02-27T15:19:26.255Z[ recovery-image] Feb 27 15:19:26.070 INFO O| Feb 27 15:19:26.070 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-02-27T15:19:26.255Z[ recovery-image] Feb 27 15:19:26.085 INFO O| Feb 27 15:19:26.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59682026-02-27T15:19:26.256Z[ recovery-image] Feb 27 15:19:26.085 INFO O| Feb 27 15:19:26.085 INFO STEP 359 (remove_files) COMPLETE
59692026-02-27T15:19:26.256Z[ recovery-image] Feb 27 15:19:26.085 INFO O| Feb 27 15:19:26.085 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-02-27T15:19:26.281Z[ recovery-image] Feb 27 15:19:26.102 INFO O| Feb 27 15:19:26.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59712026-02-27T15:19:26.281Z[ recovery-image] Feb 27 15:19:26.102 INFO O| Feb 27 15:19:26.102 INFO STEP 360 (remove_files) COMPLETE
59722026-02-27T15:19:26.281Z[ recovery-image] Feb 27 15:19:26.102 INFO O| Feb 27 15:19:26.102 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-02-27T15:19:26.306Z[ recovery-image] Feb 27 15:19:26.118 INFO O| Feb 27 15:19:26.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59742026-02-27T15:19:26.306Z[ recovery-image] Feb 27 15:19:26.119 INFO O| Feb 27 15:19:26.119 INFO STEP 361 (remove_files) COMPLETE
59752026-02-27T15:19:26.306Z[ recovery-image] Feb 27 15:19:26.119 INFO O| Feb 27 15:19:26.119 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-02-27T15:19:26.306Z[ recovery-image] Feb 27 15:19:26.131 INFO O| Feb 27 15:19:26.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59772026-02-27T15:19:26.306Z[ recovery-image] Feb 27 15:19:26.131 INFO O| Feb 27 15:19:26.131 INFO STEP 362 (remove_files) COMPLETE
59782026-02-27T15:19:26.306Z[ recovery-image] Feb 27 15:19:26.131 INFO O| Feb 27 15:19:26.131 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-02-27T15:19:26.331Z[ recovery-image] Feb 27 15:19:26.147 INFO O| Feb 27 15:19:26.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59802026-02-27T15:19:26.331Z[ recovery-image] Feb 27 15:19:26.147 INFO O| Feb 27 15:19:26.147 INFO STEP 363 (remove_files) COMPLETE
59812026-02-27T15:19:26.331Z[ recovery-image] Feb 27 15:19:26.147 INFO O| Feb 27 15:19:26.147 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-02-27T15:19:26.331Z[ recovery-image] Feb 27 15:19:26.159 INFO O| Feb 27 15:19:26.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59832026-02-27T15:19:26.331Z[ recovery-image] Feb 27 15:19:26.159 INFO O| Feb 27 15:19:26.159 INFO STEP 364 (remove_files) COMPLETE
59842026-02-27T15:19:26.331Z[ recovery-image] Feb 27 15:19:26.159 INFO O| Feb 27 15:19:26.159 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-02-27T15:19:26.358Z[ recovery-image] Feb 27 15:19:26.179 INFO O| Feb 27 15:19:26.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59862026-02-27T15:19:26.358Z[ recovery-image] Feb 27 15:19:26.179 INFO O| Feb 27 15:19:26.179 INFO STEP 365 (remove_files) COMPLETE
59872026-02-27T15:19:26.358Z[ recovery-image] Feb 27 15:19:26.179 INFO O| Feb 27 15:19:26.179 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-02-27T15:19:26.383Z[ recovery-image] Feb 27 15:19:26.194 INFO O| Feb 27 15:19:26.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59892026-02-27T15:19:26.383Z[ recovery-image] Feb 27 15:19:26.194 INFO O| Feb 27 15:19:26.194 INFO STEP 366 (remove_files) COMPLETE
59902026-02-27T15:19:26.383Z[ recovery-image] Feb 27 15:19:26.194 INFO O| Feb 27 15:19:26.194 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-02-27T15:19:26.383Z[ recovery-image] Feb 27 15:19:26.206 INFO O| Feb 27 15:19:26.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59922026-02-27T15:19:26.383Z[ recovery-image] Feb 27 15:19:26.207 INFO O| Feb 27 15:19:26.206 INFO STEP 367 (remove_files) COMPLETE
59932026-02-27T15:19:26.383Z[ recovery-image] Feb 27 15:19:26.207 INFO O| Feb 27 15:19:26.206 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-02-27T15:19:26.411Z[ recovery-image] Feb 27 15:19:26.218 INFO O| Feb 27 15:19:26.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59952026-02-27T15:19:26.411Z[ recovery-image] Feb 27 15:19:26.218 INFO O| Feb 27 15:19:26.218 INFO STEP 368 (remove_files) COMPLETE
59962026-02-27T15:19:26.411Z[ recovery-image] Feb 27 15:19:26.218 INFO O| Feb 27 15:19:26.218 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-02-27T15:19:26.411Z[ recovery-image] Feb 27 15:19:26.234 INFO O| Feb 27 15:19:26.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59982026-02-27T15:19:26.411Z[ recovery-image] Feb 27 15:19:26.234 INFO O| Feb 27 15:19:26.234 INFO STEP 369 (remove_files) COMPLETE
59992026-02-27T15:19:26.411Z[ recovery-image] Feb 27 15:19:26.234 INFO O| Feb 27 15:19:26.234 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-02-27T15:19:26.436Z[ recovery-image] Feb 27 15:19:26.247 INFO O| Feb 27 15:19:26.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
60012026-02-27T15:19:26.436Z[ recovery-image] Feb 27 15:19:26.248 INFO O| Feb 27 15:19:26.247 INFO STEP 370 (remove_files) COMPLETE
60022026-02-27T15:19:26.436Z[ recovery-image] Feb 27 15:19:26.248 INFO O| Feb 27 15:19:26.247 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-02-27T15:19:26.436Z[ recovery-image] Feb 27 15:19:26.266 INFO O| Feb 27 15:19:26.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
60042026-02-27T15:19:26.436Z[ recovery-image] Feb 27 15:19:26.266 INFO O| Feb 27 15:19:26.266 INFO STEP 371 (remove_files) COMPLETE
60052026-02-27T15:19:26.436Z[ recovery-image] Feb 27 15:19:26.266 INFO O| Feb 27 15:19:26.266 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-02-27T15:19:26.461Z[ recovery-image] Feb 27 15:19:26.280 INFO O| Feb 27 15:19:26.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
60072026-02-27T15:19:26.461Z[ recovery-image] Feb 27 15:19:26.281 INFO O| Feb 27 15:19:26.281 INFO STEP 372 (remove_files) COMPLETE
60082026-02-27T15:19:26.461Z[ recovery-image] Feb 27 15:19:26.281 INFO O| Feb 27 15:19:26.281 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-02-27T15:19:26.485Z[ recovery-image] Feb 27 15:19:26.297 INFO O| Feb 27 15:19:26.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
60102026-02-27T15:19:26.485Z[ recovery-image] Feb 27 15:19:26.297 INFO O| Feb 27 15:19:26.297 INFO STEP 373 (remove_files) COMPLETE
60112026-02-27T15:19:26.485Z[ recovery-image] Feb 27 15:19:26.297 INFO O| Feb 27 15:19:26.297 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-02-27T15:19:26.485Z[ recovery-image] Feb 27 15:19:26.308 INFO O| Feb 27 15:19:26.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
60132026-02-27T15:19:26.486Z[ recovery-image] Feb 27 15:19:26.309 INFO O| Feb 27 15:19:26.308 INFO STEP 374 (remove_files) COMPLETE
60142026-02-27T15:19:26.486Z[ recovery-image] Feb 27 15:19:26.309 INFO O| Feb 27 15:19:26.309 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-02-27T15:19:26.511Z[ recovery-image] Feb 27 15:19:26.324 INFO O| Feb 27 15:19:26.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
60162026-02-27T15:19:26.511Z[ recovery-image] Feb 27 15:19:26.324 INFO O| Feb 27 15:19:26.324 INFO STEP 375 (remove_files) COMPLETE
60172026-02-27T15:19:26.511Z[ recovery-image] Feb 27 15:19:26.324 INFO O| Feb 27 15:19:26.324 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-02-27T15:19:26.512Z[ recovery-image] Feb 27 15:19:26.338 INFO O| Feb 27 15:19:26.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60192026-02-27T15:19:26.512Z[ recovery-image] Feb 27 15:19:26.338 INFO O| Feb 27 15:19:26.338 INFO STEP 376 (remove_files) COMPLETE
60202026-02-27T15:19:26.512Z[ recovery-image] Feb 27 15:19:26.338 INFO O| Feb 27 15:19:26.338 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-02-27T15:19:26.536Z[ recovery-image] Feb 27 15:19:26.350 INFO O| Feb 27 15:19:26.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60222026-02-27T15:19:26.536Z[ recovery-image] Feb 27 15:19:26.350 INFO O| Feb 27 15:19:26.350 INFO STEP 377 (remove_files) COMPLETE
60232026-02-27T15:19:26.536Z[ recovery-image] Feb 27 15:19:26.350 INFO O| Feb 27 15:19:26.350 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-02-27T15:19:26.536Z[ recovery-image] Feb 27 15:19:26.361 INFO O| Feb 27 15:19:26.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60252026-02-27T15:19:26.536Z[ recovery-image] Feb 27 15:19:26.362 INFO O| Feb 27 15:19:26.362 INFO STEP 378 (remove_files) COMPLETE
60262026-02-27T15:19:26.536Z[ recovery-image] Feb 27 15:19:26.362 INFO O| Feb 27 15:19:26.362 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-02-27T15:19:26.561Z[ recovery-image] Feb 27 15:19:26.373 INFO O| Feb 27 15:19:26.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60282026-02-27T15:19:26.561Z[ recovery-image] Feb 27 15:19:26.373 INFO O| Feb 27 15:19:26.373 INFO STEP 379 (remove_files) COMPLETE
60292026-02-27T15:19:26.561Z[ recovery-image] Feb 27 15:19:26.373 INFO O| Feb 27 15:19:26.373 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-02-27T15:19:26.561Z[ recovery-image] Feb 27 15:19:26.385 INFO O| Feb 27 15:19:26.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60312026-02-27T15:19:26.561Z[ recovery-image] Feb 27 15:19:26.385 INFO O| Feb 27 15:19:26.385 INFO STEP 380 (remove_files) COMPLETE
60322026-02-27T15:19:26.561Z[ recovery-image] Feb 27 15:19:26.385 INFO O| Feb 27 15:19:26.385 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-02-27T15:19:26.586Z[ recovery-image] Feb 27 15:19:26.400 INFO O| Feb 27 15:19:26.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60342026-02-27T15:19:26.586Z[ recovery-image] Feb 27 15:19:26.400 INFO O| Feb 27 15:19:26.400 INFO STEP 381 (remove_files) COMPLETE
60352026-02-27T15:19:26.586Z[ recovery-image] Feb 27 15:19:26.400 INFO O| Feb 27 15:19:26.400 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-02-27T15:19:26.586Z[ recovery-image] Feb 27 15:19:26.413 INFO O| Feb 27 15:19:26.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60372026-02-27T15:19:26.586Z[ recovery-image] Feb 27 15:19:26.413 INFO O| Feb 27 15:19:26.413 INFO STEP 382 (remove_files) COMPLETE
60382026-02-27T15:19:26.586Z[ recovery-image] Feb 27 15:19:26.413 INFO O| Feb 27 15:19:26.413 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-02-27T15:19:26.614Z[ recovery-image] Feb 27 15:19:26.431 INFO O| Feb 27 15:19:26.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60402026-02-27T15:19:26.614Z[ recovery-image] Feb 27 15:19:26.431 INFO O| Feb 27 15:19:26.431 INFO STEP 383 (remove_files) COMPLETE
60412026-02-27T15:19:26.614Z[ recovery-image] Feb 27 15:19:26.432 INFO O| Feb 27 15:19:26.431 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-02-27T15:19:26.639Z[ recovery-image] Feb 27 15:19:26.445 INFO O| Feb 27 15:19:26.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60432026-02-27T15:19:26.639Z[ recovery-image] Feb 27 15:19:26.445 INFO O| Feb 27 15:19:26.445 INFO STEP 384 (remove_files) COMPLETE
60442026-02-27T15:19:26.639Z[ recovery-image] Feb 27 15:19:26.445 INFO O| Feb 27 15:19:26.445 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-02-27T15:19:26.639Z[ recovery-image] Feb 27 15:19:26.461 INFO O| Feb 27 15:19:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60462026-02-27T15:19:26.639Z[ recovery-image] Feb 27 15:19:26.461 INFO O| Feb 27 15:19:26.461 INFO STEP 385 (remove_files) COMPLETE
60472026-02-27T15:19:26.639Z[ recovery-image] Feb 27 15:19:26.461 INFO O| Feb 27 15:19:26.461 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-02-27T15:19:26.663Z[ recovery-image] Feb 27 15:19:26.475 INFO O| Feb 27 15:19:26.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60492026-02-27T15:19:26.663Z[ recovery-image] Feb 27 15:19:26.476 INFO O| Feb 27 15:19:26.476 INFO STEP 386 (remove_files) COMPLETE
60502026-02-27T15:19:26.663Z[ recovery-image] Feb 27 15:19:26.476 INFO O| Feb 27 15:19:26.476 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-02-27T15:19:26.663Z[ recovery-image] Feb 27 15:19:26.488 INFO O| Feb 27 15:19:26.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60522026-02-27T15:19:26.663Z[ recovery-image] Feb 27 15:19:26.488 INFO O| Feb 27 15:19:26.488 INFO STEP 387 (remove_files) COMPLETE
60532026-02-27T15:19:26.664Z[ recovery-image] Feb 27 15:19:26.488 INFO O| Feb 27 15:19:26.488 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-02-27T15:19:26.688Z[ recovery-image] Feb 27 15:19:26.506 INFO O| Feb 27 15:19:26.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60552026-02-27T15:19:26.688Z[ recovery-image] Feb 27 15:19:26.506 INFO O| Feb 27 15:19:26.506 INFO STEP 388 (remove_files) COMPLETE
60562026-02-27T15:19:26.688Z[ recovery-image] Feb 27 15:19:26.506 INFO O| Feb 27 15:19:26.506 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-02-27T15:19:26.688Z[ recovery-image] Feb 27 15:19:26.520 INFO O| Feb 27 15:19:26.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60582026-02-27T15:19:26.688Z[ recovery-image] Feb 27 15:19:26.520 INFO O| Feb 27 15:19:26.520 INFO STEP 389 (remove_files) COMPLETE
60592026-02-27T15:19:26.688Z[ recovery-image] Feb 27 15:19:26.520 INFO O| Feb 27 15:19:26.520 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-02-27T15:19:26.713Z[ recovery-image] Feb 27 15:19:26.535 INFO O| Feb 27 15:19:26.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60612026-02-27T15:19:26.713Z[ recovery-image] Feb 27 15:19:26.536 INFO O| Feb 27 15:19:26.535 INFO STEP 390 (remove_files) COMPLETE
60622026-02-27T15:19:26.713Z[ recovery-image] Feb 27 15:19:26.536 INFO O| Feb 27 15:19:26.535 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-02-27T15:19:26.738Z[ recovery-image] Feb 27 15:19:26.555 INFO O| Feb 27 15:19:26.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60642026-02-27T15:19:26.738Z[ recovery-image] Feb 27 15:19:26.555 INFO O| Feb 27 15:19:26.555 INFO STEP 391 (remove_files) COMPLETE
60652026-02-27T15:19:26.739Z[ recovery-image] Feb 27 15:19:26.555 INFO O| Feb 27 15:19:26.555 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-02-27T15:19:26.763Z[ recovery-image] Feb 27 15:19:26.571 INFO O| Feb 27 15:19:26.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60672026-02-27T15:19:26.763Z[ recovery-image] Feb 27 15:19:26.571 INFO O| Feb 27 15:19:26.571 INFO STEP 392 (remove_files) COMPLETE
60682026-02-27T15:19:26.763Z[ recovery-image] Feb 27 15:19:26.571 INFO O| Feb 27 15:19:26.571 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-02-27T15:19:26.763Z[ recovery-image] Feb 27 15:19:26.586 INFO O| Feb 27 15:19:26.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60702026-02-27T15:19:26.763Z[ recovery-image] Feb 27 15:19:26.586 INFO O| Feb 27 15:19:26.586 INFO STEP 393 (remove_files) COMPLETE
60712026-02-27T15:19:26.763Z[ recovery-image] Feb 27 15:19:26.586 INFO O| Feb 27 15:19:26.586 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-02-27T15:19:26.789Z[ recovery-image] Feb 27 15:19:26.598 INFO O| Feb 27 15:19:26.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60732026-02-27T15:19:26.789Z[ recovery-image] Feb 27 15:19:26.599 INFO O| Feb 27 15:19:26.599 INFO STEP 394 (remove_files) COMPLETE
60742026-02-27T15:19:26.789Z[ recovery-image] Feb 27 15:19:26.599 INFO O| Feb 27 15:19:26.599 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-02-27T15:19:26.789Z[ recovery-image] Feb 27 15:19:26.612 INFO O| Feb 27 15:19:26.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60762026-02-27T15:19:26.789Z[ recovery-image] Feb 27 15:19:26.612 INFO O| Feb 27 15:19:26.612 INFO STEP 395 (remove_files) COMPLETE
60772026-02-27T15:19:26.790Z[ recovery-image] Feb 27 15:19:26.612 INFO O| Feb 27 15:19:26.612 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-02-27T15:19:26.814Z[ recovery-image] Feb 27 15:19:26.623 INFO O| Feb 27 15:19:26.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60792026-02-27T15:19:26.814Z[ recovery-image] Feb 27 15:19:26.623 INFO O| Feb 27 15:19:26.623 INFO STEP 396 (remove_files) COMPLETE
60802026-02-27T15:19:26.814Z[ recovery-image] Feb 27 15:19:26.623 INFO O| Feb 27 15:19:26.623 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-02-27T15:19:26.814Z[ recovery-image] Feb 27 15:19:26.634 INFO O| Feb 27 15:19:26.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60822026-02-27T15:19:26.814Z[ recovery-image] Feb 27 15:19:26.635 INFO O| Feb 27 15:19:26.635 INFO STEP 397 (remove_files) COMPLETE
60832026-02-27T15:19:26.814Z[ recovery-image] Feb 27 15:19:26.635 INFO O| Feb 27 15:19:26.635 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-02-27T15:19:26.814Z[ recovery-image] Feb 27 15:19:26.646 INFO O| Feb 27 15:19:26.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60852026-02-27T15:19:26.814Z[ recovery-image] Feb 27 15:19:26.646 INFO O| Feb 27 15:19:26.646 INFO STEP 398 (remove_files) COMPLETE
60862026-02-27T15:19:26.815Z[ recovery-image] Feb 27 15:19:26.646 INFO O| Feb 27 15:19:26.646 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-02-27T15:19:26.839Z[ recovery-image] Feb 27 15:19:26.660 INFO O| Feb 27 15:19:26.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60882026-02-27T15:19:26.839Z[ recovery-image] Feb 27 15:19:26.660 INFO O| Feb 27 15:19:26.660 INFO STEP 399 (remove_files) COMPLETE
60892026-02-27T15:19:26.839Z[ recovery-image] Feb 27 15:19:26.660 INFO O| Feb 27 15:19:26.660 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-02-27T15:19:26.864Z[ recovery-image] Feb 27 15:19:26.673 INFO O| Feb 27 15:19:26.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60912026-02-27T15:19:26.864Z[ recovery-image] Feb 27 15:19:26.673 INFO O| Feb 27 15:19:26.673 INFO STEP 400 (remove_files) COMPLETE
60922026-02-27T15:19:26.864Z[ recovery-image] Feb 27 15:19:26.673 INFO O| Feb 27 15:19:26.673 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-02-27T15:19:26.864Z[ recovery-image] Feb 27 15:19:26.684 INFO O| Feb 27 15:19:26.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60942026-02-27T15:19:26.864Z[ recovery-image] Feb 27 15:19:26.684 INFO O| Feb 27 15:19:26.684 INFO STEP 401 (remove_files) COMPLETE
60952026-02-27T15:19:26.864Z[ recovery-image] Feb 27 15:19:26.684 INFO O| Feb 27 15:19:26.684 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-02-27T15:19:26.891Z[ recovery-image] Feb 27 15:19:26.702 INFO O| Feb 27 15:19:26.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60972026-02-27T15:19:26.891Z[ recovery-image] Feb 27 15:19:26.702 INFO O| Feb 27 15:19:26.702 INFO STEP 402 (remove_files) COMPLETE
60982026-02-27T15:19:26.891Z[ recovery-image] Feb 27 15:19:26.702 INFO O| Feb 27 15:19:26.702 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-02-27T15:19:26.891Z[ recovery-image] Feb 27 15:19:26.720 INFO O| Feb 27 15:19:26.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
61002026-02-27T15:19:26.891Z[ recovery-image] Feb 27 15:19:26.720 INFO O| Feb 27 15:19:26.720 INFO STEP 403 (remove_files) COMPLETE
61012026-02-27T15:19:26.891Z[ recovery-image] Feb 27 15:19:26.720 INFO O| Feb 27 15:19:26.720 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-02-27T15:19:26.916Z[ recovery-image] Feb 27 15:19:26.731 INFO O| Feb 27 15:19:26.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
61032026-02-27T15:19:26.916Z[ recovery-image] Feb 27 15:19:26.731 INFO O| Feb 27 15:19:26.731 INFO STEP 404 (remove_files) COMPLETE
61042026-02-27T15:19:26.916Z[ recovery-image] Feb 27 15:19:26.731 INFO O| Feb 27 15:19:26.731 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-02-27T15:19:26.916Z[ recovery-image] Feb 27 15:19:26.742 INFO O| Feb 27 15:19:26.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
61062026-02-27T15:19:26.916Z[ recovery-image] Feb 27 15:19:26.742 INFO O| Feb 27 15:19:26.742 INFO STEP 405 (remove_files) COMPLETE
61072026-02-27T15:19:26.916Z[ recovery-image] Feb 27 15:19:26.742 INFO O| Feb 27 15:19:26.742 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-02-27T15:19:26.941Z[ recovery-image] Feb 27 15:19:26.759 INFO O| Feb 27 15:19:26.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
61092026-02-27T15:19:26.941Z[ recovery-image] Feb 27 15:19:26.759 INFO O| Feb 27 15:19:26.759 INFO STEP 406 (remove_files) COMPLETE
61102026-02-27T15:19:26.941Z[ recovery-image] Feb 27 15:19:26.759 INFO O| Feb 27 15:19:26.759 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-02-27T15:19:26.965Z[ recovery-image] Feb 27 15:19:26.775 INFO O| Feb 27 15:19:26.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
61122026-02-27T15:19:26.965Z[ recovery-image] Feb 27 15:19:26.775 INFO O| Feb 27 15:19:26.775 INFO STEP 407 (remove_files) COMPLETE
61132026-02-27T15:19:26.965Z[ recovery-image] Feb 27 15:19:26.775 INFO O| Feb 27 15:19:26.775 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-02-27T15:19:26.965Z[ recovery-image] Feb 27 15:19:26.791 INFO O| Feb 27 15:19:26.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
61152026-02-27T15:19:26.965Z[ recovery-image] Feb 27 15:19:26.792 INFO O| Feb 27 15:19:26.791 INFO STEP 408 (remove_files) COMPLETE
61162026-02-27T15:19:26.965Z[ recovery-image] Feb 27 15:19:26.792 INFO O| Feb 27 15:19:26.791 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-02-27T15:19:26.990Z[ recovery-image] Feb 27 15:19:26.809 INFO O| Feb 27 15:19:26.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61182026-02-27T15:19:26.990Z[ recovery-image] Feb 27 15:19:26.809 INFO O| Feb 27 15:19:26.809 INFO STEP 409 (remove_files) COMPLETE
61192026-02-27T15:19:26.990Z[ recovery-image] Feb 27 15:19:26.809 INFO O| Feb 27 15:19:26.809 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-02-27T15:19:27.015Z[ recovery-image] Feb 27 15:19:26.826 INFO O| Feb 27 15:19:26.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61212026-02-27T15:19:27.015Z[ recovery-image] Feb 27 15:19:26.826 INFO O| Feb 27 15:19:26.826 INFO STEP 410 (remove_files) COMPLETE
61222026-02-27T15:19:27.015Z[ recovery-image] Feb 27 15:19:26.826 INFO O| Feb 27 15:19:26.826 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-02-27T15:19:27.015Z[ recovery-image] Feb 27 15:19:26.841 INFO O| Feb 27 15:19:26.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61242026-02-27T15:19:27.015Z[ recovery-image] Feb 27 15:19:26.841 INFO O| Feb 27 15:19:26.841 INFO STEP 411 (remove_files) COMPLETE
61252026-02-27T15:19:27.015Z[ recovery-image] Feb 27 15:19:26.841 INFO O| Feb 27 15:19:26.841 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-02-27T15:19:27.040Z[ recovery-image] Feb 27 15:19:26.858 INFO O| Feb 27 15:19:26.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61272026-02-27T15:19:27.040Z[ recovery-image] Feb 27 15:19:26.858 INFO O| Feb 27 15:19:26.858 INFO STEP 412 (remove_files) COMPLETE
61282026-02-27T15:19:27.040Z[ recovery-image] Feb 27 15:19:26.858 INFO O| Feb 27 15:19:26.858 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-02-27T15:19:27.066Z[ recovery-image] Feb 27 15:19:26.875 INFO O| Feb 27 15:19:26.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61302026-02-27T15:19:27.066Z[ recovery-image] Feb 27 15:19:26.875 INFO O| Feb 27 15:19:26.875 INFO STEP 413 (remove_files) COMPLETE
61312026-02-27T15:19:27.066Z[ recovery-image] Feb 27 15:19:26.875 INFO O| Feb 27 15:19:26.875 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-02-27T15:19:27.066Z[ recovery-image] Feb 27 15:19:26.888 INFO O| Feb 27 15:19:26.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61332026-02-27T15:19:27.066Z[ recovery-image] Feb 27 15:19:26.888 INFO O| Feb 27 15:19:26.888 INFO STEP 414 (remove_files) COMPLETE
61342026-02-27T15:19:27.066Z[ recovery-image] Feb 27 15:19:26.888 INFO O| Feb 27 15:19:26.888 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-02-27T15:19:27.090Z[ recovery-image] Feb 27 15:19:26.903 INFO O| Feb 27 15:19:26.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61362026-02-27T15:19:27.090Z[ recovery-image] Feb 27 15:19:26.903 INFO O| Feb 27 15:19:26.903 INFO STEP 415 (remove_files) COMPLETE
61372026-02-27T15:19:27.090Z[ recovery-image] Feb 27 15:19:26.903 INFO O| Feb 27 15:19:26.903 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-02-27T15:19:27.090Z[ recovery-image] Feb 27 15:19:26.917 INFO O| Feb 27 15:19:26.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61392026-02-27T15:19:27.090Z[ recovery-image] Feb 27 15:19:26.917 INFO O| Feb 27 15:19:26.917 INFO STEP 416 (remove_files) COMPLETE
61402026-02-27T15:19:27.090Z[ recovery-image] Feb 27 15:19:26.917 INFO O| Feb 27 15:19:26.917 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-02-27T15:19:27.115Z[ recovery-image] Feb 27 15:19:26.929 INFO O| Feb 27 15:19:26.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61422026-02-27T15:19:27.115Z[ recovery-image] Feb 27 15:19:26.929 INFO O| Feb 27 15:19:26.929 INFO STEP 417 (remove_files) COMPLETE
61432026-02-27T15:19:27.115Z[ recovery-image] Feb 27 15:19:26.929 INFO O| Feb 27 15:19:26.929 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-02-27T15:19:27.115Z[ recovery-image] Feb 27 15:19:26.941 INFO O| Feb 27 15:19:26.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61452026-02-27T15:19:27.115Z[ recovery-image] Feb 27 15:19:26.941 INFO O| Feb 27 15:19:26.941 INFO STEP 418 (remove_files) COMPLETE
61462026-02-27T15:19:27.115Z[ recovery-image] Feb 27 15:19:26.941 INFO O| Feb 27 15:19:26.941 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-02-27T15:19:27.140Z[ recovery-image] Feb 27 15:19:26.952 INFO O| Feb 27 15:19:26.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61482026-02-27T15:19:27.140Z[ recovery-image] Feb 27 15:19:26.952 INFO O| Feb 27 15:19:26.952 INFO STEP 419 (remove_files) COMPLETE
61492026-02-27T15:19:27.140Z[ recovery-image] Feb 27 15:19:26.952 INFO O| Feb 27 15:19:26.952 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-02-27T15:19:27.140Z[ recovery-image] Feb 27 15:19:26.962 INFO O| Feb 27 15:19:26.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61512026-02-27T15:19:27.140Z[ recovery-image] Feb 27 15:19:26.962 INFO O| Feb 27 15:19:26.962 INFO STEP 420 (remove_files) COMPLETE
61522026-02-27T15:19:27.140Z[ recovery-image] Feb 27 15:19:26.962 INFO O| Feb 27 15:19:26.962 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-02-27T15:19:27.140Z[ recovery-image] Feb 27 15:19:26.972 INFO O| Feb 27 15:19:26.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61542026-02-27T15:19:27.140Z[ recovery-image] Feb 27 15:19:26.972 INFO O| Feb 27 15:19:26.972 INFO STEP 421 (remove_files) COMPLETE
61552026-02-27T15:19:27.140Z[ recovery-image] Feb 27 15:19:26.972 INFO O| Feb 27 15:19:26.972 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-02-27T15:19:27.165Z[ recovery-image] Feb 27 15:19:26.983 INFO O| Feb 27 15:19:26.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61572026-02-27T15:19:27.165Z[ recovery-image] Feb 27 15:19:26.983 INFO O| Feb 27 15:19:26.983 INFO STEP 422 (remove_files) COMPLETE
61582026-02-27T15:19:27.165Z[ recovery-image] Feb 27 15:19:26.983 INFO O| Feb 27 15:19:26.983 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-02-27T15:19:27.190Z[ recovery-image] Feb 27 15:19:26.998 INFO O| Feb 27 15:19:26.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61602026-02-27T15:19:27.190Z[ recovery-image] Feb 27 15:19:26.998 INFO O| Feb 27 15:19:26.998 INFO STEP 423 (remove_files) COMPLETE
61612026-02-27T15:19:27.190Z[ recovery-image] Feb 27 15:19:26.998 INFO O| Feb 27 15:19:26.998 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-02-27T15:19:27.190Z[ recovery-image] Feb 27 15:19:27.013 INFO O| Feb 27 15:19:27.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61632026-02-27T15:19:27.190Z[ recovery-image] Feb 27 15:19:27.013 INFO O| Feb 27 15:19:27.013 INFO STEP 424 (remove_files) COMPLETE
61642026-02-27T15:19:27.190Z[ recovery-image] Feb 27 15:19:27.013 INFO O| Feb 27 15:19:27.013 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-02-27T15:19:27.214Z[ recovery-image] Feb 27 15:19:27.025 INFO O| Feb 27 15:19:27.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61662026-02-27T15:19:27.214Z[ recovery-image] Feb 27 15:19:27.026 INFO O| Feb 27 15:19:27.025 INFO STEP 425 (remove_files) COMPLETE
61672026-02-27T15:19:27.214Z[ recovery-image] Feb 27 15:19:27.026 INFO O| Feb 27 15:19:27.025 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-02-27T15:19:27.214Z[ recovery-image] Feb 27 15:19:27.046 INFO O| Feb 27 15:19:27.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61692026-02-27T15:19:27.214Z[ recovery-image] Feb 27 15:19:27.046 INFO O| Feb 27 15:19:27.046 INFO STEP 426 (remove_files) COMPLETE
61702026-02-27T15:19:27.214Z[ recovery-image] Feb 27 15:19:27.046 INFO O| Feb 27 15:19:27.046 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-02-27T15:19:27.239Z[ recovery-image] Feb 27 15:19:27.064 INFO O| Feb 27 15:19:27.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61722026-02-27T15:19:27.239Z[ recovery-image] Feb 27 15:19:27.064 INFO O| Feb 27 15:19:27.064 INFO STEP 427 (remove_files) COMPLETE
61732026-02-27T15:19:27.239Z[ recovery-image] Feb 27 15:19:27.064 INFO O| Feb 27 15:19:27.064 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-02-27T15:19:27.264Z[ recovery-image] Feb 27 15:19:27.076 INFO O| Feb 27 15:19:27.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61752026-02-27T15:19:27.264Z[ recovery-image] Feb 27 15:19:27.076 INFO O| Feb 27 15:19:27.076 INFO STEP 428 (remove_files) COMPLETE
61762026-02-27T15:19:27.264Z[ recovery-image] Feb 27 15:19:27.077 INFO O| Feb 27 15:19:27.076 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-02-27T15:19:27.264Z[ recovery-image] Feb 27 15:19:27.094 INFO O| Feb 27 15:19:27.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61782026-02-27T15:19:27.264Z[ recovery-image] Feb 27 15:19:27.094 INFO O| Feb 27 15:19:27.094 INFO STEP 429 (remove_files) COMPLETE
61792026-02-27T15:19:27.264Z[ recovery-image] Feb 27 15:19:27.094 INFO O| Feb 27 15:19:27.094 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-02-27T15:19:27.290Z[ recovery-image] Feb 27 15:19:27.105 INFO O| Feb 27 15:19:27.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61812026-02-27T15:19:27.290Z[ recovery-image] Feb 27 15:19:27.105 INFO O| Feb 27 15:19:27.105 INFO STEP 430 (remove_files) COMPLETE
61822026-02-27T15:19:27.290Z[ recovery-image] Feb 27 15:19:27.105 INFO O| Feb 27 15:19:27.105 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-02-27T15:19:27.290Z[ recovery-image] Feb 27 15:19:27.116 INFO O| Feb 27 15:19:27.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61842026-02-27T15:19:27.290Z[ recovery-image] Feb 27 15:19:27.116 INFO O| Feb 27 15:19:27.116 INFO STEP 431 (remove_files) COMPLETE
61852026-02-27T15:19:27.290Z[ recovery-image] Feb 27 15:19:27.116 INFO O| Feb 27 15:19:27.116 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-02-27T15:19:27.315Z[ recovery-image] Feb 27 15:19:27.128 INFO O| Feb 27 15:19:27.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61872026-02-27T15:19:27.315Z[ recovery-image] Feb 27 15:19:27.128 INFO O| Feb 27 15:19:27.128 INFO STEP 432 (remove_files) COMPLETE
61882026-02-27T15:19:27.315Z[ recovery-image] Feb 27 15:19:27.128 INFO O| Feb 27 15:19:27.128 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-02-27T15:19:27.315Z[ recovery-image] Feb 27 15:19:27.142 INFO O| Feb 27 15:19:27.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61902026-02-27T15:19:27.315Z[ recovery-image] Feb 27 15:19:27.142 INFO O| Feb 27 15:19:27.142 INFO STEP 433 (remove_files) COMPLETE
61912026-02-27T15:19:27.315Z[ recovery-image] Feb 27 15:19:27.142 INFO O| Feb 27 15:19:27.142 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-02-27T15:19:27.341Z[ recovery-image] Feb 27 15:19:27.156 INFO O| Feb 27 15:19:27.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61932026-02-27T15:19:27.341Z[ recovery-image] Feb 27 15:19:27.156 INFO O| Feb 27 15:19:27.156 INFO STEP 434 (remove_files) COMPLETE
61942026-02-27T15:19:27.341Z[ recovery-image] Feb 27 15:19:27.156 INFO O| Feb 27 15:19:27.156 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-02-27T15:19:27.341Z[ recovery-image] Feb 27 15:19:27.170 INFO O| Feb 27 15:19:27.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61962026-02-27T15:19:27.341Z[ recovery-image] Feb 27 15:19:27.171 INFO O| Feb 27 15:19:27.170 INFO STEP 435 (remove_files) COMPLETE
61972026-02-27T15:19:27.341Z[ recovery-image] Feb 27 15:19:27.171 INFO O| Feb 27 15:19:27.171 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-02-27T15:19:27.366Z[ recovery-image] Feb 27 15:19:27.183 INFO O| Feb 27 15:19:27.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61992026-02-27T15:19:27.366Z[ recovery-image] Feb 27 15:19:27.183 INFO O| Feb 27 15:19:27.183 INFO STEP 436 (remove_files) COMPLETE
62002026-02-27T15:19:27.366Z[ recovery-image] Feb 27 15:19:27.183 INFO O| Feb 27 15:19:27.183 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-02-27T15:19:27.366Z[ recovery-image] Feb 27 15:19:27.196 INFO O| Feb 27 15:19:27.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
62022026-02-27T15:19:27.366Z[ recovery-image] Feb 27 15:19:27.196 INFO O| Feb 27 15:19:27.196 INFO STEP 437 (remove_files) COMPLETE
62032026-02-27T15:19:27.366Z[ recovery-image] Feb 27 15:19:27.196 INFO O| Feb 27 15:19:27.196 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-02-27T15:19:27.391Z[ recovery-image] Feb 27 15:19:27.208 INFO O| Feb 27 15:19:27.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
62052026-02-27T15:19:27.391Z[ recovery-image] Feb 27 15:19:27.208 INFO O| Feb 27 15:19:27.208 INFO STEP 438 (remove_files) COMPLETE
62062026-02-27T15:19:27.391Z[ recovery-image] Feb 27 15:19:27.208 INFO O| Feb 27 15:19:27.208 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-02-27T15:19:27.391Z[ recovery-image] Feb 27 15:19:27.221 INFO O| Feb 27 15:19:27.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
62082026-02-27T15:19:27.391Z[ recovery-image] Feb 27 15:19:27.221 INFO O| Feb 27 15:19:27.221 INFO STEP 439 (remove_files) COMPLETE
62092026-02-27T15:19:27.391Z[ recovery-image] Feb 27 15:19:27.221 INFO O| Feb 27 15:19:27.221 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-02-27T15:19:27.416Z[ recovery-image] Feb 27 15:19:27.233 INFO O| Feb 27 15:19:27.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
62112026-02-27T15:19:27.416Z[ recovery-image] Feb 27 15:19:27.234 INFO O| Feb 27 15:19:27.234 INFO STEP 440 (remove_files) COMPLETE
62122026-02-27T15:19:27.416Z[ recovery-image] Feb 27 15:19:27.234 INFO O| Feb 27 15:19:27.234 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-02-27T15:19:27.440Z[ recovery-image] Feb 27 15:19:27.249 INFO O| Feb 27 15:19:27.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
62142026-02-27T15:19:27.440Z[ recovery-image] Feb 27 15:19:27.249 INFO O| Feb 27 15:19:27.249 INFO STEP 441 (remove_files) COMPLETE
62152026-02-27T15:19:27.440Z[ recovery-image] Feb 27 15:19:27.249 INFO O| Feb 27 15:19:27.249 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-02-27T15:19:27.441Z[ recovery-image] Feb 27 15:19:27.263 INFO O| Feb 27 15:19:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
62172026-02-27T15:19:27.441Z[ recovery-image] Feb 27 15:19:27.263 INFO O| Feb 27 15:19:27.263 INFO STEP 442 (remove_files) COMPLETE
62182026-02-27T15:19:27.441Z[ recovery-image] Feb 27 15:19:27.263 INFO O| Feb 27 15:19:27.263 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-02-27T15:19:27.465Z[ recovery-image] Feb 27 15:19:27.279 INFO O| Feb 27 15:19:27.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62202026-02-27T15:19:27.465Z[ recovery-image] Feb 27 15:19:27.280 INFO O| Feb 27 15:19:27.280 INFO STEP 443 (remove_files) COMPLETE
62212026-02-27T15:19:27.465Z[ recovery-image] Feb 27 15:19:27.280 INFO O| Feb 27 15:19:27.280 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-02-27T15:19:27.465Z[ recovery-image] Feb 27 15:19:27.294 INFO O| Feb 27 15:19:27.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62232026-02-27T15:19:27.465Z[ recovery-image] Feb 27 15:19:27.294 INFO O| Feb 27 15:19:27.294 INFO STEP 444 (remove_files) COMPLETE
62242026-02-27T15:19:27.465Z[ recovery-image] Feb 27 15:19:27.294 INFO O| Feb 27 15:19:27.294 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-02-27T15:19:27.491Z[ recovery-image] Feb 27 15:19:27.310 INFO O| Feb 27 15:19:27.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62262026-02-27T15:19:27.491Z[ recovery-image] Feb 27 15:19:27.310 INFO O| Feb 27 15:19:27.310 INFO STEP 445 (remove_files) COMPLETE
62272026-02-27T15:19:27.491Z[ recovery-image] Feb 27 15:19:27.310 INFO O| Feb 27 15:19:27.310 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-02-27T15:19:27.517Z[ recovery-image] Feb 27 15:19:27.327 INFO O| Feb 27 15:19:27.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62292026-02-27T15:19:27.517Z[ recovery-image] Feb 27 15:19:27.327 INFO O| Feb 27 15:19:27.327 INFO STEP 446 (remove_files) COMPLETE
62302026-02-27T15:19:27.517Z[ recovery-image] Feb 27 15:19:27.327 INFO O| Feb 27 15:19:27.327 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-02-27T15:19:27.517Z[ recovery-image] Feb 27 15:19:27.342 INFO O| Feb 27 15:19:27.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62322026-02-27T15:19:27.517Z[ recovery-image] Feb 27 15:19:27.342 INFO O| Feb 27 15:19:27.342 INFO STEP 447 (remove_files) COMPLETE
62332026-02-27T15:19:27.517Z[ recovery-image] Feb 27 15:19:27.342 INFO O| Feb 27 15:19:27.342 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-02-27T15:19:27.543Z[ recovery-image] Feb 27 15:19:27.355 INFO O| Feb 27 15:19:27.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62352026-02-27T15:19:27.543Z[ recovery-image] Feb 27 15:19:27.355 INFO O| Feb 27 15:19:27.355 INFO STEP 448 (remove_files) COMPLETE
62362026-02-27T15:19:27.543Z[ recovery-image] Feb 27 15:19:27.355 INFO O| Feb 27 15:19:27.355 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-02-27T15:19:27.543Z[ recovery-image] Feb 27 15:19:27.371 INFO O| Feb 27 15:19:27.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62382026-02-27T15:19:27.543Z[ recovery-image] Feb 27 15:19:27.371 INFO O| Feb 27 15:19:27.371 INFO STEP 449 (remove_files) COMPLETE
62392026-02-27T15:19:27.543Z[ recovery-image] Feb 27 15:19:27.371 INFO O| Feb 27 15:19:27.371 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-02-27T15:19:27.570Z[ recovery-image] Feb 27 15:19:27.387 INFO O| Feb 27 15:19:27.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62412026-02-27T15:19:27.570Z[ recovery-image] Feb 27 15:19:27.387 INFO O| Feb 27 15:19:27.387 INFO STEP 450 (remove_files) COMPLETE
62422026-02-27T15:19:27.570Z[ recovery-image] Feb 27 15:19:27.387 INFO O| Feb 27 15:19:27.387 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-02-27T15:19:27.595Z[ recovery-image] Feb 27 15:19:27.403 INFO O| Feb 27 15:19:27.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62442026-02-27T15:19:27.595Z[ recovery-image] Feb 27 15:19:27.403 INFO O| Feb 27 15:19:27.403 INFO STEP 451 (remove_files) COMPLETE
62452026-02-27T15:19:27.595Z[ recovery-image] Feb 27 15:19:27.403 INFO O| Feb 27 15:19:27.403 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-02-27T15:19:27.595Z[ recovery-image] Feb 27 15:19:27.416 INFO O| Feb 27 15:19:27.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62472026-02-27T15:19:27.595Z[ recovery-image] Feb 27 15:19:27.417 INFO O| Feb 27 15:19:27.417 INFO STEP 452 (remove_files) COMPLETE
62482026-02-27T15:19:27.595Z[ recovery-image] Feb 27 15:19:27.417 INFO O| Feb 27 15:19:27.417 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-02-27T15:19:27.620Z[ recovery-image] Feb 27 15:19:27.436 INFO O| Feb 27 15:19:27.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62502026-02-27T15:19:27.620Z[ recovery-image] Feb 27 15:19:27.436 INFO O| Feb 27 15:19:27.436 INFO STEP 453 (remove_files) COMPLETE
62512026-02-27T15:19:27.620Z[ recovery-image] Feb 27 15:19:27.436 INFO O| Feb 27 15:19:27.436 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-02-27T15:19:27.620Z[ recovery-image] Feb 27 15:19:27.451 INFO O| Feb 27 15:19:27.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62532026-02-27T15:19:27.620Z[ recovery-image] Feb 27 15:19:27.452 INFO O| Feb 27 15:19:27.451 INFO STEP 454 (remove_files) COMPLETE
62542026-02-27T15:19:27.620Z[ recovery-image] Feb 27 15:19:27.452 INFO O| Feb 27 15:19:27.451 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-02-27T15:19:27.645Z[ recovery-image] Feb 27 15:19:27.470 INFO O| Feb 27 15:19:27.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62562026-02-27T15:19:27.645Z[ recovery-image] Feb 27 15:19:27.470 INFO O| Feb 27 15:19:27.470 INFO STEP 455 (remove_files) COMPLETE
62572026-02-27T15:19:27.645Z[ recovery-image] Feb 27 15:19:27.470 INFO O| Feb 27 15:19:27.470 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-02-27T15:19:27.669Z[ recovery-image] Feb 27 15:19:27.487 INFO O| Feb 27 15:19:27.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62592026-02-27T15:19:27.669Z[ recovery-image] Feb 27 15:19:27.487 INFO O| Feb 27 15:19:27.487 INFO STEP 456 (remove_files) COMPLETE
62602026-02-27T15:19:27.669Z[ recovery-image] Feb 27 15:19:27.487 INFO O| Feb 27 15:19:27.487 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-02-27T15:19:27.694Z[ recovery-image] Feb 27 15:19:27.503 INFO O| Feb 27 15:19:27.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62622026-02-27T15:19:27.694Z[ recovery-image] Feb 27 15:19:27.503 INFO O| Feb 27 15:19:27.503 INFO STEP 457 (remove_files) COMPLETE
62632026-02-27T15:19:27.694Z[ recovery-image] Feb 27 15:19:27.503 INFO O| Feb 27 15:19:27.503 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-02-27T15:19:27.694Z[ recovery-image] Feb 27 15:19:27.516 INFO O| Feb 27 15:19:27.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62652026-02-27T15:19:27.694Z[ recovery-image] Feb 27 15:19:27.516 INFO O| Feb 27 15:19:27.516 INFO STEP 458 (remove_files) COMPLETE
62662026-02-27T15:19:27.694Z[ recovery-image] Feb 27 15:19:27.516 INFO O| Feb 27 15:19:27.516 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-02-27T15:19:27.721Z[ recovery-image] Feb 27 15:19:27.535 INFO O| Feb 27 15:19:27.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62682026-02-27T15:19:27.721Z[ recovery-image] Feb 27 15:19:27.535 INFO O| Feb 27 15:19:27.535 INFO STEP 459 (remove_files) COMPLETE
62692026-02-27T15:19:27.721Z[ recovery-image] Feb 27 15:19:27.535 INFO O| Feb 27 15:19:27.535 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-02-27T15:19:27.722Z[ recovery-image] Feb 27 15:19:27.551 INFO O| Feb 27 15:19:27.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62712026-02-27T15:19:27.722Z[ recovery-image] Feb 27 15:19:27.551 INFO O| Feb 27 15:19:27.551 INFO STEP 460 (remove_files) COMPLETE
62722026-02-27T15:19:27.722Z[ recovery-image] Feb 27 15:19:27.551 INFO O| Feb 27 15:19:27.551 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-02-27T15:19:27.748Z[ recovery-image] Feb 27 15:19:27.569 INFO O| Feb 27 15:19:27.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62742026-02-27T15:19:27.748Z[ recovery-image] Feb 27 15:19:27.569 INFO O| Feb 27 15:19:27.569 INFO STEP 461 (remove_files) COMPLETE
62752026-02-27T15:19:27.748Z[ recovery-image] Feb 27 15:19:27.569 INFO O| Feb 27 15:19:27.569 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-02-27T15:19:27.772Z[ recovery-image] Feb 27 15:19:27.583 INFO O| Feb 27 15:19:27.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62772026-02-27T15:19:27.772Z[ recovery-image] Feb 27 15:19:27.583 INFO O| Feb 27 15:19:27.583 INFO STEP 462 (remove_files) COMPLETE
62782026-02-27T15:19:27.772Z[ recovery-image] Feb 27 15:19:27.583 INFO O| Feb 27 15:19:27.583 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-02-27T15:19:27.772Z[ recovery-image] Feb 27 15:19:27.595 INFO O| Feb 27 15:19:27.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62802026-02-27T15:19:27.772Z[ recovery-image] Feb 27 15:19:27.596 INFO O| Feb 27 15:19:27.596 INFO STEP 463 (remove_files) COMPLETE
62812026-02-27T15:19:27.772Z[ recovery-image] Feb 27 15:19:27.596 INFO O| Feb 27 15:19:27.596 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-02-27T15:19:27.797Z[ recovery-image] Feb 27 15:19:27.609 INFO O| Feb 27 15:19:27.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62832026-02-27T15:19:27.797Z[ recovery-image] Feb 27 15:19:27.610 INFO O| Feb 27 15:19:27.609 INFO STEP 464 (remove_files) COMPLETE
62842026-02-27T15:19:27.797Z[ recovery-image] Feb 27 15:19:27.610 INFO O| Feb 27 15:19:27.609 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-02-27T15:19:27.797Z[ recovery-image] Feb 27 15:19:27.626 INFO O| Feb 27 15:19:27.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62862026-02-27T15:19:27.797Z[ recovery-image] Feb 27 15:19:27.626 INFO O| Feb 27 15:19:27.626 INFO STEP 465 (remove_files) COMPLETE
62872026-02-27T15:19:27.797Z[ recovery-image] Feb 27 15:19:27.626 INFO O| Feb 27 15:19:27.626 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-02-27T15:19:27.822Z[ recovery-image] Feb 27 15:19:27.638 INFO O| Feb 27 15:19:27.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62892026-02-27T15:19:27.822Z[ recovery-image] Feb 27 15:19:27.638 INFO O| Feb 27 15:19:27.638 INFO STEP 466 (remove_files) COMPLETE
62902026-02-27T15:19:27.822Z[ recovery-image] Feb 27 15:19:27.638 INFO O| Feb 27 15:19:27.638 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-02-27T15:19:27.849Z[ recovery-image] Feb 27 15:19:27.655 INFO O| Feb 27 15:19:27.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62922026-02-27T15:19:27.849Z[ recovery-image] Feb 27 15:19:27.655 INFO O| Feb 27 15:19:27.655 INFO STEP 467 (remove_files) COMPLETE
62932026-02-27T15:19:27.849Z[ recovery-image] Feb 27 15:19:27.656 INFO O| Feb 27 15:19:27.655 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-02-27T15:19:27.849Z[ recovery-image] Feb 27 15:19:27.673 INFO O| Feb 27 15:19:27.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62952026-02-27T15:19:27.849Z[ recovery-image] Feb 27 15:19:27.673 INFO O| Feb 27 15:19:27.673 INFO STEP 468 (remove_files) COMPLETE
62962026-02-27T15:19:27.850Z[ recovery-image] Feb 27 15:19:27.673 INFO O| Feb 27 15:19:27.673 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-02-27T15:19:27.875Z[ recovery-image] Feb 27 15:19:27.686 INFO O| Feb 27 15:19:27.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62982026-02-27T15:19:27.875Z[ recovery-image] Feb 27 15:19:27.686 INFO O| Feb 27 15:19:27.686 INFO STEP 469 (remove_files) COMPLETE
62992026-02-27T15:19:27.875Z[ recovery-image] Feb 27 15:19:27.686 INFO O| Feb 27 15:19:27.686 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-02-27T15:19:27.875Z[ recovery-image] Feb 27 15:19:27.698 INFO O| Feb 27 15:19:27.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
63012026-02-27T15:19:27.875Z[ recovery-image] Feb 27 15:19:27.698 INFO O| Feb 27 15:19:27.698 INFO STEP 470 (remove_files) COMPLETE
63022026-02-27T15:19:27.875Z[ recovery-image] Feb 27 15:19:27.698 INFO O| Feb 27 15:19:27.698 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-02-27T15:19:27.900Z[ recovery-image] Feb 27 15:19:27.711 INFO O| Feb 27 15:19:27.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
63042026-02-27T15:19:27.900Z[ recovery-image] Feb 27 15:19:27.711 INFO O| Feb 27 15:19:27.711 INFO STEP 471 (remove_files) COMPLETE
63052026-02-27T15:19:27.900Z[ recovery-image] Feb 27 15:19:27.711 INFO O| Feb 27 15:19:27.711 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-02-27T15:19:27.900Z[ recovery-image] Feb 27 15:19:27.727 INFO O| Feb 27 15:19:27.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
63072026-02-27T15:19:27.901Z[ recovery-image] Feb 27 15:19:27.727 INFO O| Feb 27 15:19:27.727 INFO STEP 472 (remove_files) COMPLETE
63082026-02-27T15:19:27.901Z[ recovery-image] Feb 27 15:19:27.727 INFO O| Feb 27 15:19:27.727 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-02-27T15:19:27.925Z[ recovery-image] Feb 27 15:19:27.741 INFO O| Feb 27 15:19:27.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
63102026-02-27T15:19:27.925Z[ recovery-image] Feb 27 15:19:27.741 INFO O| Feb 27 15:19:27.741 INFO STEP 473 (remove_files) COMPLETE
63112026-02-27T15:19:27.925Z[ recovery-image] Feb 27 15:19:27.741 INFO O| Feb 27 15:19:27.741 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-02-27T15:19:27.925Z[ recovery-image] Feb 27 15:19:27.755 INFO O| Feb 27 15:19:27.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
63132026-02-27T15:19:27.925Z[ recovery-image] Feb 27 15:19:27.755 INFO O| Feb 27 15:19:27.755 INFO STEP 474 (remove_files) COMPLETE
63142026-02-27T15:19:27.925Z[ recovery-image] Feb 27 15:19:27.755 INFO O| Feb 27 15:19:27.755 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-02-27T15:19:27.951Z[ recovery-image] Feb 27 15:19:27.768 INFO O| Feb 27 15:19:27.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
63162026-02-27T15:19:27.951Z[ recovery-image] Feb 27 15:19:27.768 INFO O| Feb 27 15:19:27.768 INFO STEP 475 (remove_files) COMPLETE
63172026-02-27T15:19:27.951Z[ recovery-image] Feb 27 15:19:27.768 INFO O| Feb 27 15:19:27.768 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-02-27T15:19:27.951Z[ recovery-image] Feb 27 15:19:27.781 INFO O| Feb 27 15:19:27.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63192026-02-27T15:19:27.952Z[ recovery-image] Feb 27 15:19:27.781 INFO O| Feb 27 15:19:27.781 INFO STEP 476 (remove_files) COMPLETE
63202026-02-27T15:19:27.952Z[ recovery-image] Feb 27 15:19:27.781 INFO O| Feb 27 15:19:27.781 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-02-27T15:19:27.976Z[ recovery-image] Feb 27 15:19:27.793 INFO O| Feb 27 15:19:27.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63222026-02-27T15:19:27.977Z[ recovery-image] Feb 27 15:19:27.793 INFO O| Feb 27 15:19:27.793 INFO STEP 477 (remove_files) COMPLETE
63232026-02-27T15:19:27.977Z[ recovery-image] Feb 27 15:19:27.793 INFO O| Feb 27 15:19:27.793 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-02-27T15:19:27.977Z[ recovery-image] Feb 27 15:19:27.805 INFO O| Feb 27 15:19:27.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63252026-02-27T15:19:27.977Z[ recovery-image] Feb 27 15:19:27.806 INFO O| Feb 27 15:19:27.805 INFO STEP 478 (remove_files) COMPLETE
63262026-02-27T15:19:27.977Z[ recovery-image] Feb 27 15:19:27.806 INFO O| Feb 27 15:19:27.806 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-02-27T15:19:28.002Z[ recovery-image] Feb 27 15:19:27.822 INFO O| Feb 27 15:19:27.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63282026-02-27T15:19:28.002Z[ recovery-image] Feb 27 15:19:27.822 INFO O| Feb 27 15:19:27.822 INFO STEP 479 (remove_files) COMPLETE
63292026-02-27T15:19:28.002Z[ recovery-image] Feb 27 15:19:27.822 INFO O| Feb 27 15:19:27.822 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-02-27T15:19:28.026Z[ recovery-image] Feb 27 15:19:27.838 INFO O| Feb 27 15:19:27.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63312026-02-27T15:19:28.026Z[ recovery-image] Feb 27 15:19:27.838 INFO O| Feb 27 15:19:27.838 INFO STEP 480 (remove_files) COMPLETE
63322026-02-27T15:19:28.026Z[ recovery-image] Feb 27 15:19:27.838 INFO O| Feb 27 15:19:27.838 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-02-27T15:19:28.026Z[ recovery-image] Feb 27 15:19:27.855 INFO O| Feb 27 15:19:27.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63342026-02-27T15:19:28.026Z[ recovery-image] Feb 27 15:19:27.855 INFO O| Feb 27 15:19:27.855 INFO STEP 481 (remove_files) COMPLETE
63352026-02-27T15:19:28.026Z[ recovery-image] Feb 27 15:19:27.855 INFO O| Feb 27 15:19:27.855 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362026-02-27T15:19:28.052Z[ recovery-image] Feb 27 15:19:27.870 INFO O| Feb 27 15:19:27.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63372026-02-27T15:19:28.052Z[ recovery-image] Feb 27 15:19:27.871 INFO O| Feb 27 15:19:27.870 INFO STEP 482 (remove_files) COMPLETE
63382026-02-27T15:19:28.052Z[ recovery-image] Feb 27 15:19:27.871 INFO O| Feb 27 15:19:27.871 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392026-02-27T15:19:28.077Z[ recovery-image] Feb 27 15:19:27.885 INFO O| Feb 27 15:19:27.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63402026-02-27T15:19:28.078Z[ recovery-image] Feb 27 15:19:27.886 INFO O| Feb 27 15:19:27.886 INFO STEP 483 (remove_files) COMPLETE
63412026-02-27T15:19:28.078Z[ recovery-image] Feb 27 15:19:27.886 INFO O| Feb 27 15:19:27.886 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422026-02-27T15:19:28.078Z[ recovery-image] Feb 27 15:19:27.903 INFO O| Feb 27 15:19:27.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63432026-02-27T15:19:28.078Z[ recovery-image] Feb 27 15:19:27.903 INFO O| Feb 27 15:19:27.903 INFO STEP 484 (remove_files) COMPLETE
63442026-02-27T15:19:28.078Z[ recovery-image] Feb 27 15:19:27.903 INFO O| Feb 27 15:19:27.903 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452026-02-27T15:19:28.103Z[ recovery-image] Feb 27 15:19:27.921 INFO O| Feb 27 15:19:27.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63462026-02-27T15:19:28.103Z[ recovery-image] Feb 27 15:19:27.921 INFO O| Feb 27 15:19:27.921 INFO STEP 485 (remove_files) COMPLETE
63472026-02-27T15:19:28.103Z[ recovery-image] Feb 27 15:19:27.921 INFO O| Feb 27 15:19:27.921 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482026-02-27T15:19:28.128Z[ recovery-image] Feb 27 15:19:27.938 INFO O| Feb 27 15:19:27.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63492026-02-27T15:19:28.128Z[ recovery-image] Feb 27 15:19:27.938 INFO O| Feb 27 15:19:27.938 INFO STEP 486 (remove_files) COMPLETE
63502026-02-27T15:19:28.128Z[ recovery-image] Feb 27 15:19:27.938 INFO O| Feb 27 15:19:27.938 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512026-02-27T15:19:28.128Z[ recovery-image] Feb 27 15:19:27.953 INFO O| Feb 27 15:19:27.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63522026-02-27T15:19:28.128Z[ recovery-image] Feb 27 15:19:27.953 INFO O| Feb 27 15:19:27.953 INFO STEP 487 (remove_files) COMPLETE
63532026-02-27T15:19:28.128Z[ recovery-image] Feb 27 15:19:27.953 INFO O| Feb 27 15:19:27.953 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542026-02-27T15:19:28.153Z[ recovery-image] Feb 27 15:19:27.966 INFO O| Feb 27 15:19:27.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63552026-02-27T15:19:28.153Z[ recovery-image] Feb 27 15:19:27.967 INFO O| Feb 27 15:19:27.966 INFO STEP 488 (remove_files) COMPLETE
63562026-02-27T15:19:28.153Z[ recovery-image] Feb 27 15:19:27.967 INFO O| Feb 27 15:19:27.966 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572026-02-27T15:19:28.153Z[ recovery-image] Feb 27 15:19:27.985 INFO O| Feb 27 15:19:27.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63582026-02-27T15:19:28.153Z[ recovery-image] Feb 27 15:19:27.985 INFO O| Feb 27 15:19:27.985 INFO STEP 489 (remove_files) COMPLETE
63592026-02-27T15:19:28.153Z[ recovery-image] Feb 27 15:19:27.985 INFO O| Feb 27 15:19:27.985 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602026-02-27T15:19:28.180Z[ recovery-image] Feb 27 15:19:27.999 INFO O| Feb 27 15:19:27.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63612026-02-27T15:19:28.180Z[ recovery-image] Feb 27 15:19:27.999 INFO O| Feb 27 15:19:27.999 INFO STEP 490 (remove_files) COMPLETE
63622026-02-27T15:19:28.180Z[ recovery-image] Feb 27 15:19:27.999 INFO O| Feb 27 15:19:27.999 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632026-02-27T15:19:28.205Z[ recovery-image] Feb 27 15:19:28.017 INFO O| Feb 27 15:19:28.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63642026-02-27T15:19:28.205Z[ recovery-image] Feb 27 15:19:28.017 INFO O| Feb 27 15:19:28.017 INFO STEP 491 (remove_files) COMPLETE
63652026-02-27T15:19:28.205Z[ recovery-image] Feb 27 15:19:28.017 INFO O| Feb 27 15:19:28.017 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662026-02-27T15:19:28.205Z[ recovery-image] Feb 27 15:19:28.036 INFO O| Feb 27 15:19:28.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63672026-02-27T15:19:28.205Z[ recovery-image] Feb 27 15:19:28.036 INFO O| Feb 27 15:19:28.036 INFO STEP 492 (remove_files) COMPLETE
63682026-02-27T15:19:28.205Z[ recovery-image] Feb 27 15:19:28.036 INFO O| Feb 27 15:19:28.036 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692026-02-27T15:19:28.234Z[ recovery-image] Feb 27 15:19:28.055 INFO O| Feb 27 15:19:28.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63702026-02-27T15:19:28.234Z[ recovery-image] Feb 27 15:19:28.055 INFO O| Feb 27 15:19:28.055 INFO STEP 493 (remove_files) COMPLETE
63712026-02-27T15:19:28.234Z[ recovery-image] Feb 27 15:19:28.055 INFO O| Feb 27 15:19:28.055 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722026-02-27T15:19:28.258Z[ recovery-image] Feb 27 15:19:28.074 INFO O| Feb 27 15:19:28.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63732026-02-27T15:19:28.258Z[ recovery-image] Feb 27 15:19:28.074 INFO O| Feb 27 15:19:28.074 INFO STEP 494 (remove_files) COMPLETE
63742026-02-27T15:19:28.258Z[ recovery-image] Feb 27 15:19:28.074 INFO O| Feb 27 15:19:28.074 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752026-02-27T15:19:28.284Z[ recovery-image] Feb 27 15:19:28.091 INFO O| Feb 27 15:19:28.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63762026-02-27T15:19:28.284Z[ recovery-image] Feb 27 15:19:28.091 INFO O| Feb 27 15:19:28.091 INFO STEP 495 (remove_files) COMPLETE
63772026-02-27T15:19:28.284Z[ recovery-image] Feb 27 15:19:28.091 INFO O| Feb 27 15:19:28.091 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782026-02-27T15:19:28.284Z[ recovery-image] Feb 27 15:19:28.108 INFO O| Feb 27 15:19:28.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63792026-02-27T15:19:28.284Z[ recovery-image] Feb 27 15:19:28.108 INFO O| Feb 27 15:19:28.108 INFO STEP 496 (remove_files) COMPLETE
63802026-02-27T15:19:28.284Z[ recovery-image] Feb 27 15:19:28.108 INFO O| Feb 27 15:19:28.108 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812026-02-27T15:19:28.309Z[ recovery-image] Feb 27 15:19:28.120 INFO O| Feb 27 15:19:28.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63822026-02-27T15:19:28.309Z[ recovery-image] Feb 27 15:19:28.121 INFO O| Feb 27 15:19:28.121 INFO STEP 497 (remove_files) COMPLETE
63832026-02-27T15:19:28.309Z[ recovery-image] Feb 27 15:19:28.121 INFO O| Feb 27 15:19:28.121 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842026-02-27T15:19:28.309Z[ recovery-image] Feb 27 15:19:28.141 INFO O| Feb 27 15:19:28.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63852026-02-27T15:19:28.309Z[ recovery-image] Feb 27 15:19:28.141 INFO O| Feb 27 15:19:28.141 INFO STEP 498 (remove_files) COMPLETE
63862026-02-27T15:19:28.309Z[ recovery-image] Feb 27 15:19:28.141 INFO O| Feb 27 15:19:28.141 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872026-02-27T15:19:28.334Z[ recovery-image] Feb 27 15:19:28.157 INFO O| Feb 27 15:19:28.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63882026-02-27T15:19:28.334Z[ recovery-image] Feb 27 15:19:28.157 INFO O| Feb 27 15:19:28.157 INFO STEP 499 (remove_files) COMPLETE
63892026-02-27T15:19:28.334Z[ recovery-image] Feb 27 15:19:28.157 INFO O| Feb 27 15:19:28.157 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902026-02-27T15:19:28.358Z[ recovery-image] Feb 27 15:19:28.170 INFO O| Feb 27 15:19:28.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63912026-02-27T15:19:28.358Z[ recovery-image] Feb 27 15:19:28.170 INFO O| Feb 27 15:19:28.170 INFO STEP 500 (remove_files) COMPLETE
63922026-02-27T15:19:28.358Z[ recovery-image] Feb 27 15:19:28.170 INFO O| Feb 27 15:19:28.170 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932026-02-27T15:19:28.358Z[ recovery-image] Feb 27 15:19:28.182 INFO O| Feb 27 15:19:28.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63942026-02-27T15:19:28.358Z[ recovery-image] Feb 27 15:19:28.183 INFO O| Feb 27 15:19:28.183 INFO STEP 501 (remove_files) COMPLETE
63952026-02-27T15:19:28.359Z[ recovery-image] Feb 27 15:19:28.183 INFO O| Feb 27 15:19:28.183 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962026-02-27T15:19:28.384Z[ recovery-image] Feb 27 15:19:28.198 INFO O| Feb 27 15:19:28.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63972026-02-27T15:19:28.384Z[ recovery-image] Feb 27 15:19:28.199 INFO O| Feb 27 15:19:28.199 INFO STEP 502 (remove_files) COMPLETE
63982026-02-27T15:19:28.384Z[ recovery-image] Feb 27 15:19:28.199 INFO O| Feb 27 15:19:28.199 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992026-02-27T15:19:28.384Z[ recovery-image] Feb 27 15:19:28.216 INFO O| Feb 27 15:19:28.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
64002026-02-27T15:19:28.384Z[ recovery-image] Feb 27 15:19:28.216 INFO O| Feb 27 15:19:28.216 INFO STEP 503 (remove_files) COMPLETE
64012026-02-27T15:19:28.384Z[ recovery-image] Feb 27 15:19:28.216 INFO O| Feb 27 15:19:28.216 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022026-02-27T15:19:28.409Z[ recovery-image] Feb 27 15:19:28.228 INFO O| Feb 27 15:19:28.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
64032026-02-27T15:19:28.409Z[ recovery-image] Feb 27 15:19:28.228 INFO O| Feb 27 15:19:28.228 INFO STEP 504 (remove_files) COMPLETE
64042026-02-27T15:19:28.409Z[ recovery-image] Feb 27 15:19:28.228 INFO O| Feb 27 15:19:28.228 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052026-02-27T15:19:28.409Z[ recovery-image] Feb 27 15:19:28.238 INFO O| Feb 27 15:19:28.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
64062026-02-27T15:19:28.409Z[ recovery-image] Feb 27 15:19:28.238 INFO O| Feb 27 15:19:28.238 INFO STEP 505 (remove_files) COMPLETE
64072026-02-27T15:19:28.409Z[ recovery-image] Feb 27 15:19:28.238 INFO O| Feb 27 15:19:28.238 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082026-02-27T15:19:28.435Z[ recovery-image] Feb 27 15:19:28.252 INFO O| Feb 27 15:19:28.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
64092026-02-27T15:19:28.435Z[ recovery-image] Feb 27 15:19:28.253 INFO O| Feb 27 15:19:28.253 INFO STEP 506 (remove_files) COMPLETE
64102026-02-27T15:19:28.435Z[ recovery-image] Feb 27 15:19:28.253 INFO O| Feb 27 15:19:28.253 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112026-02-27T15:19:28.435Z[ recovery-image] Feb 27 15:19:28.265 INFO O| Feb 27 15:19:28.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
64122026-02-27T15:19:28.435Z[ recovery-image] Feb 27 15:19:28.265 INFO O| Feb 27 15:19:28.265 INFO STEP 507 (remove_files) COMPLETE
64132026-02-27T15:19:28.435Z[ recovery-image] Feb 27 15:19:28.265 INFO O| Feb 27 15:19:28.265 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142026-02-27T15:19:28.459Z[ recovery-image] Feb 27 15:19:28.286 INFO O| Feb 27 15:19:28.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
64152026-02-27T15:19:28.459Z[ recovery-image] Feb 27 15:19:28.286 INFO O| Feb 27 15:19:28.286 INFO STEP 508 (remove_files) COMPLETE
64162026-02-27T15:19:28.459Z[ recovery-image] Feb 27 15:19:28.286 INFO O| Feb 27 15:19:28.286 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172026-02-27T15:19:28.484Z[ recovery-image] Feb 27 15:19:28.303 INFO O| Feb 27 15:19:28.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
64182026-02-27T15:19:28.484Z[ recovery-image] Feb 27 15:19:28.303 INFO O| Feb 27 15:19:28.303 INFO STEP 509 (remove_files) COMPLETE
64192026-02-27T15:19:28.484Z[ recovery-image] Feb 27 15:19:28.303 INFO O| Feb 27 15:19:28.303 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202026-02-27T15:19:28.509Z[ recovery-image] Feb 27 15:19:28.319 INFO O| Feb 27 15:19:28.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64212026-02-27T15:19:28.509Z[ recovery-image] Feb 27 15:19:28.320 INFO O| Feb 27 15:19:28.319 INFO STEP 510 (remove_files) COMPLETE
64222026-02-27T15:19:28.509Z[ recovery-image] Feb 27 15:19:28.320 INFO O| Feb 27 15:19:28.320 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232026-02-27T15:19:28.509Z[ recovery-image] Feb 27 15:19:28.334 INFO O| Feb 27 15:19:28.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64242026-02-27T15:19:28.509Z[ recovery-image] Feb 27 15:19:28.334 INFO O| Feb 27 15:19:28.334 INFO STEP 511 (remove_files) COMPLETE
64252026-02-27T15:19:28.509Z[ recovery-image] Feb 27 15:19:28.334 INFO O| Feb 27 15:19:28.334 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262026-02-27T15:19:28.534Z[ recovery-image] Feb 27 15:19:28.346 INFO O| Feb 27 15:19:28.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64272026-02-27T15:19:28.534Z[ recovery-image] Feb 27 15:19:28.346 INFO O| Feb 27 15:19:28.346 INFO STEP 512 (remove_files) COMPLETE
64282026-02-27T15:19:28.534Z[ recovery-image] Feb 27 15:19:28.347 INFO O| Feb 27 15:19:28.346 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292026-02-27T15:19:28.534Z[ recovery-image] Feb 27 15:19:28.361 INFO O| Feb 27 15:19:28.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64302026-02-27T15:19:28.534Z[ recovery-image] Feb 27 15:19:28.362 INFO O| Feb 27 15:19:28.361 INFO STEP 513 (remove_files) COMPLETE
64312026-02-27T15:19:28.534Z[ recovery-image] Feb 27 15:19:28.362 INFO O| Feb 27 15:19:28.362 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322026-02-27T15:19:28.559Z[ recovery-image] Feb 27 15:19:28.378 INFO O| Feb 27 15:19:28.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64332026-02-27T15:19:28.559Z[ recovery-image] Feb 27 15:19:28.378 INFO O| Feb 27 15:19:28.378 INFO STEP 514 (remove_files) COMPLETE
64342026-02-27T15:19:28.559Z[ recovery-image] Feb 27 15:19:28.378 INFO O| Feb 27 15:19:28.378 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352026-02-27T15:19:28.585Z[ recovery-image] Feb 27 15:19:28.391 INFO O| Feb 27 15:19:28.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64362026-02-27T15:19:28.585Z[ recovery-image] Feb 27 15:19:28.391 INFO O| Feb 27 15:19:28.391 INFO STEP 515 (remove_files) COMPLETE
64372026-02-27T15:19:28.585Z[ recovery-image] Feb 27 15:19:28.391 INFO O| Feb 27 15:19:28.391 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382026-02-27T15:19:28.585Z[ recovery-image] Feb 27 15:19:28.404 INFO O| Feb 27 15:19:28.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64392026-02-27T15:19:28.585Z[ recovery-image] Feb 27 15:19:28.404 INFO O| Feb 27 15:19:28.404 INFO STEP 516 (remove_files) COMPLETE
64402026-02-27T15:19:28.585Z[ recovery-image] Feb 27 15:19:28.404 INFO O| Feb 27 15:19:28.404 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412026-02-27T15:19:28.585Z[ recovery-image] Feb 27 15:19:28.416 INFO O| Feb 27 15:19:28.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64422026-02-27T15:19:28.585Z[ recovery-image] Feb 27 15:19:28.416 INFO O| Feb 27 15:19:28.416 INFO STEP 517 (remove_files) COMPLETE
64432026-02-27T15:19:28.585Z[ recovery-image] Feb 27 15:19:28.416 INFO O| Feb 27 15:19:28.416 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442026-02-27T15:19:28.609Z[ recovery-image] Feb 27 15:19:28.429 INFO O| Feb 27 15:19:28.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64452026-02-27T15:19:28.609Z[ recovery-image] Feb 27 15:19:28.429 INFO O| Feb 27 15:19:28.429 INFO STEP 518 (remove_files) COMPLETE
64462026-02-27T15:19:28.609Z[ recovery-image] Feb 27 15:19:28.429 INFO O| Feb 27 15:19:28.429 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472026-02-27T15:19:28.634Z[ recovery-image] Feb 27 15:19:28.446 INFO O| Feb 27 15:19:28.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64482026-02-27T15:19:28.634Z[ recovery-image] Feb 27 15:19:28.446 INFO O| Feb 27 15:19:28.446 INFO STEP 519 (remove_files) COMPLETE
64492026-02-27T15:19:28.634Z[ recovery-image] Feb 27 15:19:28.446 INFO O| Feb 27 15:19:28.446 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502026-02-27T15:19:28.634Z[ recovery-image] Feb 27 15:19:28.462 INFO O| Feb 27 15:19:28.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64512026-02-27T15:19:28.634Z[ recovery-image] Feb 27 15:19:28.462 INFO O| Feb 27 15:19:28.462 INFO STEP 520 (remove_files) COMPLETE
64522026-02-27T15:19:28.634Z[ recovery-image] Feb 27 15:19:28.462 INFO O| Feb 27 15:19:28.462 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532026-02-27T15:19:28.659Z[ recovery-image] Feb 27 15:19:28.476 INFO O| Feb 27 15:19:28.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64542026-02-27T15:19:28.659Z[ recovery-image] Feb 27 15:19:28.476 INFO O| Feb 27 15:19:28.476 INFO STEP 521 (remove_files) COMPLETE
64552026-02-27T15:19:28.659Z[ recovery-image] Feb 27 15:19:28.476 INFO O| Feb 27 15:19:28.476 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562026-02-27T15:19:28.659Z[ recovery-image] Feb 27 15:19:28.490 INFO O| Feb 27 15:19:28.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
64572026-02-27T15:19:28.660Z[ recovery-image] Feb 27 15:19:28.490 INFO O| Feb 27 15:19:28.490 INFO STEP 522 (remove_files) COMPLETE
64582026-02-27T15:19:28.660Z[ recovery-image] Feb 27 15:19:28.490 INFO O| Feb 27 15:19:28.490 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592026-02-27T15:19:28.684Z[ recovery-image] Feb 27 15:19:28.504 INFO O| Feb 27 15:19:28.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
64602026-02-27T15:19:28.684Z[ recovery-image] Feb 27 15:19:28.505 INFO O| Feb 27 15:19:28.504 INFO STEP 523 (remove_files) COMPLETE
64612026-02-27T15:19:28.684Z[ recovery-image] Feb 27 15:19:28.505 INFO O| Feb 27 15:19:28.504 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622026-02-27T15:19:28.709Z[ recovery-image] Feb 27 15:19:28.524 INFO O| Feb 27 15:19:28.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64632026-02-27T15:19:28.709Z[ recovery-image] Feb 27 15:19:28.524 INFO O| Feb 27 15:19:28.524 INFO STEP 524 (remove_files) COMPLETE
64642026-02-27T15:19:28.709Z[ recovery-image] Feb 27 15:19:28.524 INFO O| Feb 27 15:19:28.524 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652026-02-27T15:19:28.709Z[ recovery-image] Feb 27 15:19:28.538 INFO O| Feb 27 15:19:28.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64662026-02-27T15:19:28.709Z[ recovery-image] Feb 27 15:19:28.538 INFO O| Feb 27 15:19:28.538 INFO STEP 525 (remove_files) COMPLETE
64672026-02-27T15:19:28.709Z[ recovery-image] Feb 27 15:19:28.538 INFO O| Feb 27 15:19:28.538 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682026-02-27T15:19:28.776Z[ recovery-image] Feb 27 15:19:28.556 INFO O| Feb 27 15:19:28.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64692026-02-27T15:19:28.776Z[ recovery-image] Feb 27 15:19:28.556 INFO O| Feb 27 15:19:28.556 INFO STEP 526 (remove_files) COMPLETE
64702026-02-27T15:19:28.776Z[ recovery-image] Feb 27 15:19:28.556 INFO O| Feb 27 15:19:28.556 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.572 INFO O| Feb 27 15:19:28.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64722026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.572 INFO O| Feb 27 15:19:28.572 INFO STEP 527 (remove_files) COMPLETE
64732026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.572 INFO O| Feb 27 15:19:28.572 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.586 INFO O| Feb 27 15:19:28.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64752026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.586 INFO O| Feb 27 15:19:28.586 INFO STEP 528 (remove_files) COMPLETE
64762026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.586 INFO O| Feb 27 15:19:28.586 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.604 INFO O| Feb 27 15:19:28.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64782026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.604 INFO O| Feb 27 15:19:28.604 INFO STEP 529 (remove_files) COMPLETE
64792026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.604 INFO O| Feb 27 15:19:28.604 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.621 INFO O| Feb 27 15:19:28.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64812026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.622 INFO O| Feb 27 15:19:28.621 INFO STEP 530 (remove_files) COMPLETE
64822026-02-27T15:19:28.802Z[ recovery-image] Feb 27 15:19:28.622 INFO O| Feb 27 15:19:28.622 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832026-02-27T15:19:28.830Z[ recovery-image] Feb 27 15:19:28.637 INFO O| Feb 27 15:19:28.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64842026-02-27T15:19:28.830Z[ recovery-image] Feb 27 15:19:28.637 INFO O| Feb 27 15:19:28.637 INFO STEP 531 (remove_files) COMPLETE
64852026-02-27T15:19:28.830Z[ recovery-image] Feb 27 15:19:28.637 INFO O| Feb 27 15:19:28.637 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862026-02-27T15:19:28.830Z[ recovery-image] Feb 27 15:19:28.648 INFO O| Feb 27 15:19:28.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64872026-02-27T15:19:28.830Z[ recovery-image] Feb 27 15:19:28.648 INFO O| Feb 27 15:19:28.648 INFO STEP 532 (remove_files) COMPLETE
64882026-02-27T15:19:28.830Z[ recovery-image] Feb 27 15:19:28.648 INFO O| Feb 27 15:19:28.648 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892026-02-27T15:19:28.857Z[ recovery-image] Feb 27 15:19:28.662 INFO O| Feb 27 15:19:28.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64902026-02-27T15:19:28.857Z[ recovery-image] Feb 27 15:19:28.662 INFO O| Feb 27 15:19:28.662 INFO STEP 533 (remove_files) COMPLETE
64912026-02-27T15:19:28.857Z[ recovery-image] Feb 27 15:19:28.662 INFO O| Feb 27 15:19:28.662 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922026-02-27T15:19:28.857Z[ recovery-image] Feb 27 15:19:28.673 INFO O| Feb 27 15:19:28.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64932026-02-27T15:19:28.858Z[ recovery-image] Feb 27 15:19:28.673 INFO O| Feb 27 15:19:28.673 INFO STEP 534 (remove_files) COMPLETE
64942026-02-27T15:19:28.858Z[ recovery-image] Feb 27 15:19:28.673 INFO O| Feb 27 15:19:28.673 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952026-02-27T15:19:28.858Z[ recovery-image] Feb 27 15:19:28.685 INFO O| Feb 27 15:19:28.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64962026-02-27T15:19:28.858Z[ recovery-image] Feb 27 15:19:28.686 INFO O| Feb 27 15:19:28.685 INFO STEP 535 (remove_files) COMPLETE
64972026-02-27T15:19:28.858Z[ recovery-image] Feb 27 15:19:28.686 INFO O| Feb 27 15:19:28.686 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982026-02-27T15:19:28.883Z[ recovery-image] Feb 27 15:19:28.697 INFO O| Feb 27 15:19:28.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64992026-02-27T15:19:28.883Z[ recovery-image] Feb 27 15:19:28.697 INFO O| Feb 27 15:19:28.697 INFO STEP 536 (remove_files) COMPLETE
65002026-02-27T15:19:28.883Z[ recovery-image] Feb 27 15:19:28.697 INFO O| Feb 27 15:19:28.697 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012026-02-27T15:19:28.883Z[ recovery-image] Feb 27 15:19:28.710 INFO O| Feb 27 15:19:28.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
65022026-02-27T15:19:28.883Z[ recovery-image] Feb 27 15:19:28.710 INFO O| Feb 27 15:19:28.710 INFO STEP 537 (remove_files) COMPLETE
65032026-02-27T15:19:28.883Z[ recovery-image] Feb 27 15:19:28.710 INFO O| Feb 27 15:19:28.710 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042026-02-27T15:19:28.913Z[ recovery-image] Feb 27 15:19:28.722 INFO O| Feb 27 15:19:28.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
65052026-02-27T15:19:28.914Z[ recovery-image] Feb 27 15:19:28.722 INFO O| Feb 27 15:19:28.722 INFO STEP 538 (remove_files) COMPLETE
65062026-02-27T15:19:28.914Z[ recovery-image] Feb 27 15:19:28.722 INFO O| Feb 27 15:19:28.722 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072026-02-27T15:19:28.914Z[ recovery-image] Feb 27 15:19:28.733 INFO O| Feb 27 15:19:28.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
65082026-02-27T15:19:28.914Z[ recovery-image] Feb 27 15:19:28.734 INFO O| Feb 27 15:19:28.734 INFO STEP 539 (remove_files) COMPLETE
65092026-02-27T15:19:28.914Z[ recovery-image] Feb 27 15:19:28.734 INFO O| Feb 27 15:19:28.734 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102026-02-27T15:19:28.939Z[ recovery-image] Feb 27 15:19:28.746 INFO O| Feb 27 15:19:28.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
65112026-02-27T15:19:28.939Z[ recovery-image] Feb 27 15:19:28.746 INFO O| Feb 27 15:19:28.746 INFO STEP 540 (remove_files) COMPLETE
65122026-02-27T15:19:28.939Z[ recovery-image] Feb 27 15:19:28.746 INFO O| Feb 27 15:19:28.746 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132026-02-27T15:19:28.939Z[ recovery-image] Feb 27 15:19:28.760 INFO O| Feb 27 15:19:28.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
65142026-02-27T15:19:28.939Z[ recovery-image] Feb 27 15:19:28.760 INFO O| Feb 27 15:19:28.760 INFO STEP 541 (remove_files) COMPLETE
65152026-02-27T15:19:28.939Z[ recovery-image] Feb 27 15:19:28.760 INFO O| Feb 27 15:19:28.760 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162026-02-27T15:19:28.965Z[ recovery-image] Feb 27 15:19:28.776 INFO O| Feb 27 15:19:28.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
65172026-02-27T15:19:28.965Z[ recovery-image] Feb 27 15:19:28.776 INFO O| Feb 27 15:19:28.776 INFO STEP 542 (remove_files) COMPLETE
65182026-02-27T15:19:28.965Z[ recovery-image] Feb 27 15:19:28.776 INFO O| Feb 27 15:19:28.776 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192026-02-27T15:19:28.965Z[ recovery-image] Feb 27 15:19:28.788 INFO O| Feb 27 15:19:28.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
65202026-02-27T15:19:28.965Z[ recovery-image] Feb 27 15:19:28.788 INFO O| Feb 27 15:19:28.788 INFO STEP 543 (remove_files) COMPLETE
65212026-02-27T15:19:28.965Z[ recovery-image] Feb 27 15:19:28.788 INFO O| Feb 27 15:19:28.788 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-02-27T15:19:28.989Z[ recovery-image] Feb 27 15:19:28.799 INFO O| Feb 27 15:19:28.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
65232026-02-27T15:19:28.989Z[ recovery-image] Feb 27 15:19:28.799 INFO O| Feb 27 15:19:28.799 INFO STEP 544 (remove_files) COMPLETE
65242026-02-27T15:19:28.989Z[ recovery-image] Feb 27 15:19:28.799 INFO O| Feb 27 15:19:28.799 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-02-27T15:19:28.989Z[ recovery-image] Feb 27 15:19:28.814 INFO O| Feb 27 15:19:28.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
65262026-02-27T15:19:28.989Z[ recovery-image] Feb 27 15:19:28.814 INFO O| Feb 27 15:19:28.814 INFO STEP 545 (remove_files) COMPLETE
65272026-02-27T15:19:28.990Z[ recovery-image] Feb 27 15:19:28.814 INFO O| Feb 27 15:19:28.814 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-02-27T15:19:29.014Z[ recovery-image] Feb 27 15:19:28.826 INFO O| Feb 27 15:19:28.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
65292026-02-27T15:19:29.014Z[ recovery-image] Feb 27 15:19:28.826 INFO O| Feb 27 15:19:28.826 INFO STEP 546 (remove_files) COMPLETE
65302026-02-27T15:19:29.014Z[ recovery-image] Feb 27 15:19:28.826 INFO O| Feb 27 15:19:28.826 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-02-27T15:19:29.014Z[ recovery-image] Feb 27 15:19:28.841 INFO O| Feb 27 15:19:28.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
65322026-02-27T15:19:29.014Z[ recovery-image] Feb 27 15:19:28.841 INFO O| Feb 27 15:19:28.841 INFO STEP 547 (remove_files) COMPLETE
65332026-02-27T15:19:29.014Z[ recovery-image] Feb 27 15:19:28.841 INFO O| Feb 27 15:19:28.841 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-02-27T15:19:29.039Z[ recovery-image] Feb 27 15:19:28.852 INFO O| Feb 27 15:19:28.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
65352026-02-27T15:19:29.039Z[ recovery-image] Feb 27 15:19:28.852 INFO O| Feb 27 15:19:28.852 INFO STEP 548 (remove_files) COMPLETE
65362026-02-27T15:19:29.039Z[ recovery-image] Feb 27 15:19:28.852 INFO O| Feb 27 15:19:28.852 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-02-27T15:19:29.039Z[ recovery-image] Feb 27 15:19:28.868 INFO O| Feb 27 15:19:28.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
65382026-02-27T15:19:29.039Z[ recovery-image] Feb 27 15:19:28.868 INFO O| Feb 27 15:19:28.868 INFO STEP 549 (remove_files) COMPLETE
65392026-02-27T15:19:29.039Z[ recovery-image] Feb 27 15:19:28.868 INFO O| Feb 27 15:19:28.868 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-02-27T15:19:29.063Z[ recovery-image] Feb 27 15:19:28.884 INFO O| Feb 27 15:19:28.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
65412026-02-27T15:19:29.063Z[ recovery-image] Feb 27 15:19:28.884 INFO O| Feb 27 15:19:28.884 INFO STEP 550 (remove_files) COMPLETE
65422026-02-27T15:19:29.063Z[ recovery-image] Feb 27 15:19:28.884 INFO O| Feb 27 15:19:28.884 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-02-27T15:19:29.064Z[ recovery-image] Feb 27 15:19:28.896 INFO O| Feb 27 15:19:28.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
65442026-02-27T15:19:29.064Z[ recovery-image] Feb 27 15:19:28.896 INFO O| Feb 27 15:19:28.896 INFO STEP 551 (remove_files) COMPLETE
65452026-02-27T15:19:29.089Z[ recovery-image] Feb 27 15:19:28.896 INFO O| Feb 27 15:19:28.896 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-02-27T15:19:29.089Z[ recovery-image] Feb 27 15:19:28.908 INFO O| Feb 27 15:19:28.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
65472026-02-27T15:19:29.089Z[ recovery-image] Feb 27 15:19:28.909 INFO O| Feb 27 15:19:28.909 INFO STEP 552 (remove_files) COMPLETE
65482026-02-27T15:19:29.089Z[ recovery-image] Feb 27 15:19:28.909 INFO O| Feb 27 15:19:28.909 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-02-27T15:19:29.115Z[ recovery-image] Feb 27 15:19:28.922 INFO O| Feb 27 15:19:28.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
65502026-02-27T15:19:29.115Z[ recovery-image] Feb 27 15:19:28.922 INFO O| Feb 27 15:19:28.922 INFO STEP 553 (remove_files) COMPLETE
65512026-02-27T15:19:29.115Z[ recovery-image] Feb 27 15:19:28.922 INFO O| Feb 27 15:19:28.922 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-02-27T15:19:29.115Z[ recovery-image] Feb 27 15:19:28.937 INFO O| Feb 27 15:19:28.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
65532026-02-27T15:19:29.115Z[ recovery-image] Feb 27 15:19:28.937 INFO O| Feb 27 15:19:28.937 INFO STEP 554 (remove_files) COMPLETE
65542026-02-27T15:19:29.115Z[ recovery-image] Feb 27 15:19:28.937 INFO O| Feb 27 15:19:28.937 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-02-27T15:19:29.140Z[ recovery-image] Feb 27 15:19:28.952 INFO O| Feb 27 15:19:28.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
65562026-02-27T15:19:29.140Z[ recovery-image] Feb 27 15:19:28.952 INFO O| Feb 27 15:19:28.952 INFO STEP 555 (remove_files) COMPLETE
65572026-02-27T15:19:29.140Z[ recovery-image] Feb 27 15:19:28.952 INFO O| Feb 27 15:19:28.952 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-02-27T15:19:29.140Z[ recovery-image] Feb 27 15:19:28.965 INFO O| Feb 27 15:19:28.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
65592026-02-27T15:19:29.140Z[ recovery-image] Feb 27 15:19:28.965 INFO O| Feb 27 15:19:28.965 INFO STEP 556 (remove_files) COMPLETE
65602026-02-27T15:19:29.140Z[ recovery-image] Feb 27 15:19:28.965 INFO O| Feb 27 15:19:28.965 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612026-02-27T15:19:29.165Z[ recovery-image] Feb 27 15:19:28.976 INFO O| Feb 27 15:19:28.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65622026-02-27T15:19:29.165Z[ recovery-image] Feb 27 15:19:28.976 INFO O| Feb 27 15:19:28.976 INFO STEP 557 (remove_files) COMPLETE
65632026-02-27T15:19:29.165Z[ recovery-image] Feb 27 15:19:28.976 INFO O| Feb 27 15:19:28.976 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642026-02-27T15:19:29.165Z[ recovery-image] Feb 27 15:19:28.987 INFO O| Feb 27 15:19:28.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65652026-02-27T15:19:29.165Z[ recovery-image] Feb 27 15:19:28.987 INFO O| Feb 27 15:19:28.987 INFO STEP 558 (remove_files) COMPLETE
65662026-02-27T15:19:29.165Z[ recovery-image] Feb 27 15:19:28.987 INFO O| Feb 27 15:19:28.987 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672026-02-27T15:19:29.190Z[ recovery-image] Feb 27 15:19:28.998 INFO O| Feb 27 15:19:28.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65682026-02-27T15:19:29.190Z[ recovery-image] Feb 27 15:19:28.999 INFO O| Feb 27 15:19:28.998 INFO STEP 559 (remove_files) COMPLETE
65692026-02-27T15:19:29.190Z[ recovery-image] Feb 27 15:19:28.999 INFO O| Feb 27 15:19:28.999 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702026-02-27T15:19:29.190Z[ recovery-image] Feb 27 15:19:29.014 INFO O| Feb 27 15:19:29.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65712026-02-27T15:19:29.190Z[ recovery-image] Feb 27 15:19:29.015 INFO O| Feb 27 15:19:29.015 INFO STEP 560 (remove_files) COMPLETE
65722026-02-27T15:19:29.190Z[ recovery-image] Feb 27 15:19:29.015 INFO O| Feb 27 15:19:29.015 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732026-02-27T15:19:29.214Z[ recovery-image] Feb 27 15:19:29.028 INFO O| Feb 27 15:19:29.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65742026-02-27T15:19:29.214Z[ recovery-image] Feb 27 15:19:29.029 INFO O| Feb 27 15:19:29.028 INFO STEP 561 (remove_files) COMPLETE
65752026-02-27T15:19:29.214Z[ recovery-image] Feb 27 15:19:29.029 INFO O| Feb 27 15:19:29.029 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762026-02-27T15:19:29.214Z[ recovery-image] Feb 27 15:19:29.042 INFO O| Feb 27 15:19:29.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65772026-02-27T15:19:29.214Z[ recovery-image] Feb 27 15:19:29.042 INFO O| Feb 27 15:19:29.042 INFO STEP 562 (remove_files) COMPLETE
65782026-02-27T15:19:29.214Z[ recovery-image] Feb 27 15:19:29.042 INFO O| Feb 27 15:19:29.042 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792026-02-27T15:19:29.238Z[ recovery-image] Feb 27 15:19:29.057 INFO O| Feb 27 15:19:29.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65802026-02-27T15:19:29.238Z[ recovery-image] Feb 27 15:19:29.057 INFO O| Feb 27 15:19:29.057 INFO STEP 563 (remove_files) COMPLETE
65812026-02-27T15:19:29.238Z[ recovery-image] Feb 27 15:19:29.057 INFO O| Feb 27 15:19:29.057 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822026-02-27T15:19:29.238Z[ recovery-image] Feb 27 15:19:29.071 INFO O| Feb 27 15:19:29.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65832026-02-27T15:19:29.239Z[ recovery-image] Feb 27 15:19:29.071 INFO O| Feb 27 15:19:29.071 INFO STEP 564 (remove_files) COMPLETE
65842026-02-27T15:19:29.239Z[ recovery-image] Feb 27 15:19:29.071 INFO O| Feb 27 15:19:29.071 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852026-02-27T15:19:29.263Z[ recovery-image] Feb 27 15:19:29.084 INFO O| Feb 27 15:19:29.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65862026-02-27T15:19:29.263Z[ recovery-image] Feb 27 15:19:29.085 INFO O| Feb 27 15:19:29.085 INFO STEP 565 (remove_files) COMPLETE
65872026-02-27T15:19:29.263Z[ recovery-image] Feb 27 15:19:29.085 INFO O| Feb 27 15:19:29.085 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882026-02-27T15:19:29.288Z[ recovery-image] Feb 27 15:19:29.097 INFO O| Feb 27 15:19:29.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65892026-02-27T15:19:29.288Z[ recovery-image] Feb 27 15:19:29.098 INFO O| Feb 27 15:19:29.098 INFO STEP 566 (remove_files) COMPLETE
65902026-02-27T15:19:29.288Z[ recovery-image] Feb 27 15:19:29.098 INFO O| Feb 27 15:19:29.098 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912026-02-27T15:19:29.288Z[ recovery-image] Feb 27 15:19:29.111 INFO O| Feb 27 15:19:29.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65922026-02-27T15:19:29.288Z[ recovery-image] Feb 27 15:19:29.111 INFO O| Feb 27 15:19:29.111 INFO STEP 567 (remove_files) COMPLETE
65932026-02-27T15:19:29.289Z[ recovery-image] Feb 27 15:19:29.111 INFO O| Feb 27 15:19:29.111 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942026-02-27T15:19:29.313Z[ recovery-image] Feb 27 15:19:29.127 INFO O| Feb 27 15:19:29.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65952026-02-27T15:19:29.313Z[ recovery-image] Feb 27 15:19:29.127 INFO O| Feb 27 15:19:29.127 INFO STEP 568 (remove_files) COMPLETE
65962026-02-27T15:19:29.313Z[ recovery-image] Feb 27 15:19:29.127 INFO O| Feb 27 15:19:29.127 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972026-02-27T15:19:29.313Z[ recovery-image] Feb 27 15:19:29.138 INFO O| Feb 27 15:19:29.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65982026-02-27T15:19:29.313Z[ recovery-image] Feb 27 15:19:29.138 INFO O| Feb 27 15:19:29.138 INFO STEP 569 (remove_files) COMPLETE
65992026-02-27T15:19:29.313Z[ recovery-image] Feb 27 15:19:29.138 INFO O| Feb 27 15:19:29.138 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002026-02-27T15:19:29.337Z[ recovery-image] Feb 27 15:19:29.154 INFO O| Feb 27 15:19:29.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
66012026-02-27T15:19:29.338Z[ recovery-image] Feb 27 15:19:29.154 INFO O| Feb 27 15:19:29.154 INFO STEP 570 (remove_files) COMPLETE
66022026-02-27T15:19:29.338Z[ recovery-image] Feb 27 15:19:29.154 INFO O| Feb 27 15:19:29.154 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032026-02-27T15:19:29.338Z[ recovery-image] Feb 27 15:19:29.169 INFO O| Feb 27 15:19:29.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
66042026-02-27T15:19:29.338Z[ recovery-image] Feb 27 15:19:29.169 INFO O| Feb 27 15:19:29.169 INFO STEP 571 (remove_files) COMPLETE
66052026-02-27T15:19:29.338Z[ recovery-image] Feb 27 15:19:29.169 INFO O| Feb 27 15:19:29.169 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062026-02-27T15:19:29.363Z[ recovery-image] Feb 27 15:19:29.184 INFO O| Feb 27 15:19:29.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
66072026-02-27T15:19:29.363Z[ recovery-image] Feb 27 15:19:29.185 INFO O| Feb 27 15:19:29.185 INFO STEP 572 (remove_files) COMPLETE
66082026-02-27T15:19:29.363Z[ recovery-image] Feb 27 15:19:29.185 INFO O| Feb 27 15:19:29.185 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092026-02-27T15:19:29.388Z[ recovery-image] Feb 27 15:19:29.202 INFO O| Feb 27 15:19:29.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
66102026-02-27T15:19:29.388Z[ recovery-image] Feb 27 15:19:29.202 INFO O| Feb 27 15:19:29.202 INFO STEP 573 (remove_files) COMPLETE
66112026-02-27T15:19:29.388Z[ recovery-image] Feb 27 15:19:29.202 INFO O| Feb 27 15:19:29.202 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122026-02-27T15:19:29.388Z[ recovery-image] Feb 27 15:19:29.217 INFO O| Feb 27 15:19:29.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
66132026-02-27T15:19:29.388Z[ recovery-image] Feb 27 15:19:29.218 INFO O| Feb 27 15:19:29.218 INFO STEP 574 (remove_files) COMPLETE
66142026-02-27T15:19:29.388Z[ recovery-image] Feb 27 15:19:29.218 INFO O| Feb 27 15:19:29.218 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152026-02-27T15:19:29.413Z[ recovery-image] Feb 27 15:19:29.234 INFO O| Feb 27 15:19:29.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
66162026-02-27T15:19:29.413Z[ recovery-image] Feb 27 15:19:29.234 INFO O| Feb 27 15:19:29.234 INFO STEP 575 (remove_files) COMPLETE
66172026-02-27T15:19:29.413Z[ recovery-image] Feb 27 15:19:29.234 INFO O| Feb 27 15:19:29.234 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182026-02-27T15:19:29.440Z[ recovery-image] Feb 27 15:19:29.250 INFO O| Feb 27 15:19:29.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
66192026-02-27T15:19:29.440Z[ recovery-image] Feb 27 15:19:29.250 INFO O| Feb 27 15:19:29.250 INFO STEP 576 (remove_files) COMPLETE
66202026-02-27T15:19:29.440Z[ recovery-image] Feb 27 15:19:29.250 INFO O| Feb 27 15:19:29.250 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212026-02-27T15:19:29.440Z[ recovery-image] Feb 27 15:19:29.265 INFO O| Feb 27 15:19:29.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
66222026-02-27T15:19:29.440Z[ recovery-image] Feb 27 15:19:29.265 INFO O| Feb 27 15:19:29.265 INFO STEP 577 (remove_files) COMPLETE
66232026-02-27T15:19:29.440Z[ recovery-image] Feb 27 15:19:29.265 INFO O| Feb 27 15:19:29.265 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242026-02-27T15:19:29.465Z[ recovery-image] Feb 27 15:19:29.278 INFO O| Feb 27 15:19:29.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
66252026-02-27T15:19:29.465Z[ recovery-image] Feb 27 15:19:29.278 INFO O| Feb 27 15:19:29.278 INFO STEP 578 (remove_files) COMPLETE
66262026-02-27T15:19:29.465Z[ recovery-image] Feb 27 15:19:29.278 INFO O| Feb 27 15:19:29.278 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272026-02-27T15:19:29.465Z[ recovery-image] Feb 27 15:19:29.291 INFO O| Feb 27 15:19:29.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
66282026-02-27T15:19:29.465Z[ recovery-image] Feb 27 15:19:29.291 INFO O| Feb 27 15:19:29.291 INFO STEP 579 (remove_files) COMPLETE
66292026-02-27T15:19:29.465Z[ recovery-image] Feb 27 15:19:29.291 INFO O| Feb 27 15:19:29.291 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302026-02-27T15:19:29.490Z[ recovery-image] Feb 27 15:19:29.307 INFO O| Feb 27 15:19:29.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
66312026-02-27T15:19:29.490Z[ recovery-image] Feb 27 15:19:29.307 INFO O| Feb 27 15:19:29.307 INFO STEP 580 (remove_files) COMPLETE
66322026-02-27T15:19:29.490Z[ recovery-image] Feb 27 15:19:29.307 INFO O| Feb 27 15:19:29.307 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332026-02-27T15:19:29.490Z[ recovery-image] Feb 27 15:19:29.321 INFO O| Feb 27 15:19:29.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
66342026-02-27T15:19:29.490Z[ recovery-image] Feb 27 15:19:29.321 INFO O| Feb 27 15:19:29.321 INFO STEP 581 (remove_files) COMPLETE
66352026-02-27T15:19:29.490Z[ recovery-image] Feb 27 15:19:29.321 INFO O| Feb 27 15:19:29.321 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362026-02-27T15:19:29.515Z[ recovery-image] Feb 27 15:19:29.333 INFO O| Feb 27 15:19:29.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
66372026-02-27T15:19:29.515Z[ recovery-image] Feb 27 15:19:29.334 INFO O| Feb 27 15:19:29.334 INFO STEP 582 (remove_files) COMPLETE
66382026-02-27T15:19:29.515Z[ recovery-image] Feb 27 15:19:29.334 INFO O| Feb 27 15:19:29.334 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392026-02-27T15:19:29.540Z[ recovery-image] Feb 27 15:19:29.350 INFO O| Feb 27 15:19:29.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
66402026-02-27T15:19:29.540Z[ recovery-image] Feb 27 15:19:29.350 INFO O| Feb 27 15:19:29.350 INFO STEP 583 (remove_files) COMPLETE
66412026-02-27T15:19:29.540Z[ recovery-image] Feb 27 15:19:29.350 INFO O| Feb 27 15:19:29.350 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422026-02-27T15:19:29.540Z[ recovery-image] Feb 27 15:19:29.368 INFO O| Feb 27 15:19:29.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
66432026-02-27T15:19:29.540Z[ recovery-image] Feb 27 15:19:29.369 INFO O| Feb 27 15:19:29.369 INFO STEP 584 (remove_files) COMPLETE
66442026-02-27T15:19:29.540Z[ recovery-image] Feb 27 15:19:29.369 INFO O| Feb 27 15:19:29.369 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452026-02-27T15:19:29.564Z[ recovery-image] Feb 27 15:19:29.388 INFO O| Feb 27 15:19:29.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
66462026-02-27T15:19:29.564Z[ recovery-image] Feb 27 15:19:29.388 INFO O| Feb 27 15:19:29.388 INFO STEP 585 (remove_files) COMPLETE
66472026-02-27T15:19:29.564Z[ recovery-image] Feb 27 15:19:29.388 INFO O| Feb 27 15:19:29.388 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482026-02-27T15:19:29.589Z[ recovery-image] Feb 27 15:19:29.406 INFO O| Feb 27 15:19:29.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
66492026-02-27T15:19:29.589Z[ recovery-image] Feb 27 15:19:29.406 INFO O| Feb 27 15:19:29.406 INFO STEP 586 (remove_files) COMPLETE
66502026-02-27T15:19:29.589Z[ recovery-image] Feb 27 15:19:29.406 INFO O| Feb 27 15:19:29.406 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512026-02-27T15:19:29.616Z[ recovery-image] Feb 27 15:19:29.423 INFO O| Feb 27 15:19:29.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
66522026-02-27T15:19:29.617Z[ recovery-image] Feb 27 15:19:29.424 INFO O| Feb 27 15:19:29.423 INFO STEP 587 (remove_files) COMPLETE
66532026-02-27T15:19:29.617Z[ recovery-image] Feb 27 15:19:29.424 INFO O| Feb 27 15:19:29.424 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542026-02-27T15:19:29.617Z[ recovery-image] Feb 27 15:19:29.440 INFO O| Feb 27 15:19:29.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
66552026-02-27T15:19:29.617Z[ recovery-image] Feb 27 15:19:29.440 INFO O| Feb 27 15:19:29.440 INFO STEP 588 (remove_files) COMPLETE
66562026-02-27T15:19:29.617Z[ recovery-image] Feb 27 15:19:29.440 INFO O| Feb 27 15:19:29.440 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572026-02-27T15:19:29.644Z[ recovery-image] Feb 27 15:19:29.456 INFO O| Feb 27 15:19:29.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
66582026-02-27T15:19:29.644Z[ recovery-image] Feb 27 15:19:29.456 INFO O| Feb 27 15:19:29.456 INFO STEP 589 (remove_files) COMPLETE
66592026-02-27T15:19:29.644Z[ recovery-image] Feb 27 15:19:29.456 INFO O| Feb 27 15:19:29.456 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602026-02-27T15:19:29.644Z[ recovery-image] Feb 27 15:19:29.473 INFO O| Feb 27 15:19:29.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66612026-02-27T15:19:29.644Z[ recovery-image] Feb 27 15:19:29.473 INFO O| Feb 27 15:19:29.473 INFO STEP 590 (remove_files) COMPLETE
66622026-02-27T15:19:29.644Z[ recovery-image] Feb 27 15:19:29.473 INFO O| Feb 27 15:19:29.473 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632026-02-27T15:19:29.669Z[ recovery-image] Feb 27 15:19:29.489 INFO O| Feb 27 15:19:29.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66642026-02-27T15:19:29.669Z[ recovery-image] Feb 27 15:19:29.490 INFO O| Feb 27 15:19:29.490 INFO STEP 591 (remove_files) COMPLETE
66652026-02-27T15:19:29.669Z[ recovery-image] Feb 27 15:19:29.490 INFO O| Feb 27 15:19:29.490 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662026-02-27T15:19:29.693Z[ recovery-image] Feb 27 15:19:29.504 INFO O| Feb 27 15:19:29.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66672026-02-27T15:19:29.693Z[ recovery-image] Feb 27 15:19:29.505 INFO O| Feb 27 15:19:29.504 INFO STEP 592 (remove_files) COMPLETE
66682026-02-27T15:19:29.693Z[ recovery-image] Feb 27 15:19:29.505 INFO O| Feb 27 15:19:29.505 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692026-02-27T15:19:29.693Z[ recovery-image] Feb 27 15:19:29.519 INFO O| Feb 27 15:19:29.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66702026-02-27T15:19:29.693Z[ recovery-image] Feb 27 15:19:29.519 INFO O| Feb 27 15:19:29.519 INFO STEP 593 (remove_files) COMPLETE
66712026-02-27T15:19:29.693Z[ recovery-image] Feb 27 15:19:29.519 INFO O| Feb 27 15:19:29.519 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722026-02-27T15:19:29.718Z[ recovery-image] Feb 27 15:19:29.537 INFO O| Feb 27 15:19:29.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66732026-02-27T15:19:29.718Z[ recovery-image] Feb 27 15:19:29.537 INFO O| Feb 27 15:19:29.537 INFO STEP 594 (remove_files) COMPLETE
66742026-02-27T15:19:29.718Z[ recovery-image] Feb 27 15:19:29.537 INFO O| Feb 27 15:19:29.537 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752026-02-27T15:19:29.742Z[ recovery-image] Feb 27 15:19:29.551 INFO O| Feb 27 15:19:29.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66762026-02-27T15:19:29.742Z[ recovery-image] Feb 27 15:19:29.551 INFO O| Feb 27 15:19:29.551 INFO STEP 595 (remove_files) COMPLETE
66772026-02-27T15:19:29.742Z[ recovery-image] Feb 27 15:19:29.551 INFO O| Feb 27 15:19:29.551 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782026-02-27T15:19:29.742Z[ recovery-image] Feb 27 15:19:29.563 INFO O| Feb 27 15:19:29.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66792026-02-27T15:19:29.742Z[ recovery-image] Feb 27 15:19:29.563 INFO O| Feb 27 15:19:29.563 INFO STEP 596 (remove_files) COMPLETE
66802026-02-27T15:19:29.742Z[ recovery-image] Feb 27 15:19:29.563 INFO O| Feb 27 15:19:29.563 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812026-02-27T15:19:29.766Z[ recovery-image] Feb 27 15:19:29.579 INFO O| Feb 27 15:19:29.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66822026-02-27T15:19:29.767Z[ recovery-image] Feb 27 15:19:29.579 INFO O| Feb 27 15:19:29.579 INFO STEP 597 (remove_files) COMPLETE
66832026-02-27T15:19:29.767Z[ recovery-image] Feb 27 15:19:29.579 INFO O| Feb 27 15:19:29.579 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842026-02-27T15:19:29.767Z[ recovery-image] Feb 27 15:19:29.594 INFO O| Feb 27 15:19:29.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66852026-02-27T15:19:29.767Z[ recovery-image] Feb 27 15:19:29.594 INFO O| Feb 27 15:19:29.594 INFO STEP 598 (remove_files) COMPLETE
66862026-02-27T15:19:29.767Z[ recovery-image] Feb 27 15:19:29.594 INFO O| Feb 27 15:19:29.594 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872026-02-27T15:19:29.793Z[ recovery-image] Feb 27 15:19:29.606 INFO O| Feb 27 15:19:29.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66882026-02-27T15:19:29.793Z[ recovery-image] Feb 27 15:19:29.606 INFO O| Feb 27 15:19:29.606 INFO STEP 599 (remove_files) COMPLETE
66892026-02-27T15:19:29.793Z[ recovery-image] Feb 27 15:19:29.606 INFO O| Feb 27 15:19:29.606 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902026-02-27T15:19:29.793Z[ recovery-image] Feb 27 15:19:29.618 INFO O| Feb 27 15:19:29.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66912026-02-27T15:19:29.793Z[ recovery-image] Feb 27 15:19:29.618 INFO O| Feb 27 15:19:29.618 INFO STEP 600 (remove_files) COMPLETE
66922026-02-27T15:19:29.793Z[ recovery-image] Feb 27 15:19:29.618 INFO O| Feb 27 15:19:29.618 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932026-02-27T15:19:29.817Z[ recovery-image] Feb 27 15:19:29.634 INFO O| Feb 27 15:19:29.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66942026-02-27T15:19:29.817Z[ recovery-image] Feb 27 15:19:29.634 INFO O| Feb 27 15:19:29.634 INFO STEP 601 (remove_files) COMPLETE
66952026-02-27T15:19:29.817Z[ recovery-image] Feb 27 15:19:29.634 INFO O| Feb 27 15:19:29.634 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962026-02-27T15:19:29.817Z[ recovery-image] Feb 27 15:19:29.649 INFO O| Feb 27 15:19:29.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66972026-02-27T15:19:29.817Z[ recovery-image] Feb 27 15:19:29.649 INFO O| Feb 27 15:19:29.649 INFO STEP 602 (remove_files) COMPLETE
66982026-02-27T15:19:29.817Z[ recovery-image] Feb 27 15:19:29.649 INFO O| Feb 27 15:19:29.649 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992026-02-27T15:19:29.842Z[ recovery-image] Feb 27 15:19:29.662 INFO O| Feb 27 15:19:29.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
67002026-02-27T15:19:29.842Z[ recovery-image] Feb 27 15:19:29.663 INFO O| Feb 27 15:19:29.662 INFO STEP 603 (remove_files) COMPLETE
67012026-02-27T15:19:29.842Z[ recovery-image] Feb 27 15:19:29.663 INFO O| Feb 27 15:19:29.663 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022026-02-27T15:19:29.869Z[ recovery-image] Feb 27 15:19:29.678 INFO O| Feb 27 15:19:29.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
67032026-02-27T15:19:29.869Z[ recovery-image] Feb 27 15:19:29.679 INFO O| Feb 27 15:19:29.679 INFO STEP 604 (remove_files) COMPLETE
67042026-02-27T15:19:29.869Z[ recovery-image] Feb 27 15:19:29.679 INFO O| Feb 27 15:19:29.679 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052026-02-27T15:19:29.869Z[ recovery-image] Feb 27 15:19:29.697 INFO O| Feb 27 15:19:29.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
67062026-02-27T15:19:29.869Z[ recovery-image] Feb 27 15:19:29.697 INFO O| Feb 27 15:19:29.697 INFO STEP 605 (remove_files) COMPLETE
67072026-02-27T15:19:29.869Z[ recovery-image] Feb 27 15:19:29.698 INFO O| Feb 27 15:19:29.697 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082026-02-27T15:19:29.894Z[ recovery-image] Feb 27 15:19:29.716 INFO O| Feb 27 15:19:29.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
67092026-02-27T15:19:29.894Z[ recovery-image] Feb 27 15:19:29.716 INFO O| Feb 27 15:19:29.716 INFO STEP 606 (remove_files) COMPLETE
67102026-02-27T15:19:29.894Z[ recovery-image] Feb 27 15:19:29.716 INFO O| Feb 27 15:19:29.716 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112026-02-27T15:19:29.919Z[ recovery-image] Feb 27 15:19:29.729 INFO O| Feb 27 15:19:29.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
67122026-02-27T15:19:29.919Z[ recovery-image] Feb 27 15:19:29.729 INFO O| Feb 27 15:19:29.729 INFO STEP 607 (remove_files) COMPLETE
67132026-02-27T15:19:29.919Z[ recovery-image] Feb 27 15:19:29.730 INFO O| Feb 27 15:19:29.729 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142026-02-27T15:19:29.919Z[ recovery-image] Feb 27 15:19:29.744 INFO O| Feb 27 15:19:29.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
67152026-02-27T15:19:29.919Z[ recovery-image] Feb 27 15:19:29.744 INFO O| Feb 27 15:19:29.744 INFO STEP 608 (remove_files) COMPLETE
67162026-02-27T15:19:29.919Z[ recovery-image] Feb 27 15:19:29.744 INFO O| Feb 27 15:19:29.744 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172026-02-27T15:19:29.944Z[ recovery-image] Feb 27 15:19:29.760 INFO O| Feb 27 15:19:29.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
67182026-02-27T15:19:29.944Z[ recovery-image] Feb 27 15:19:29.760 INFO O| Feb 27 15:19:29.760 INFO STEP 609 (remove_files) COMPLETE
67192026-02-27T15:19:29.944Z[ recovery-image] Feb 27 15:19:29.760 INFO O| Feb 27 15:19:29.760 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202026-02-27T15:19:29.944Z[ recovery-image] Feb 27 15:19:29.776 INFO O| Feb 27 15:19:29.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
67212026-02-27T15:19:29.944Z[ recovery-image] Feb 27 15:19:29.776 INFO O| Feb 27 15:19:29.776 INFO STEP 610 (remove_files) COMPLETE
67222026-02-27T15:19:29.944Z[ recovery-image] Feb 27 15:19:29.776 INFO O| Feb 27 15:19:29.776 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232026-02-27T15:19:29.969Z[ recovery-image] Feb 27 15:19:29.790 INFO O| Feb 27 15:19:29.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
67242026-02-27T15:19:29.969Z[ recovery-image] Feb 27 15:19:29.791 INFO O| Feb 27 15:19:29.791 INFO STEP 611 (remove_files) COMPLETE
67252026-02-27T15:19:29.969Z[ recovery-image] Feb 27 15:19:29.791 INFO O| Feb 27 15:19:29.791 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262026-02-27T15:19:29.994Z[ recovery-image] Feb 27 15:19:29.805 INFO O| Feb 27 15:19:29.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
67272026-02-27T15:19:29.994Z[ recovery-image] Feb 27 15:19:29.805 INFO O| Feb 27 15:19:29.805 INFO STEP 612 (remove_files) COMPLETE
67282026-02-27T15:19:29.994Z[ recovery-image] Feb 27 15:19:29.805 INFO O| Feb 27 15:19:29.805 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292026-02-27T15:19:29.994Z[ recovery-image] Feb 27 15:19:29.821 INFO O| Feb 27 15:19:29.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
67302026-02-27T15:19:29.994Z[ recovery-image] Feb 27 15:19:29.821 INFO O| Feb 27 15:19:29.821 INFO STEP 613 (remove_files) COMPLETE
67312026-02-27T15:19:29.994Z[ recovery-image] Feb 27 15:19:29.821 INFO O| Feb 27 15:19:29.821 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322026-02-27T15:19:30.022Z[ recovery-image] Feb 27 15:19:29.836 INFO O| Feb 27 15:19:29.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
67332026-02-27T15:19:30.022Z[ recovery-image] Feb 27 15:19:29.837 INFO O| Feb 27 15:19:29.837 INFO STEP 614 (remove_files) COMPLETE
67342026-02-27T15:19:30.022Z[ recovery-image] Feb 27 15:19:29.837 INFO O| Feb 27 15:19:29.837 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352026-02-27T15:19:30.022Z[ recovery-image] Feb 27 15:19:29.852 INFO O| Feb 27 15:19:29.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
67362026-02-27T15:19:30.022Z[ recovery-image] Feb 27 15:19:29.852 INFO O| Feb 27 15:19:29.852 INFO STEP 615 (remove_files) COMPLETE
67372026-02-27T15:19:30.022Z[ recovery-image] Feb 27 15:19:29.852 INFO O| Feb 27 15:19:29.852 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382026-02-27T15:19:30.047Z[ recovery-image] Feb 27 15:19:29.864 INFO O| Feb 27 15:19:29.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
67392026-02-27T15:19:30.047Z[ recovery-image] Feb 27 15:19:29.864 INFO O| Feb 27 15:19:29.864 INFO STEP 616 (remove_files) COMPLETE
67402026-02-27T15:19:30.047Z[ recovery-image] Feb 27 15:19:29.864 INFO O| Feb 27 15:19:29.864 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412026-02-27T15:19:30.047Z[ recovery-image] Feb 27 15:19:29.875 INFO O| Feb 27 15:19:29.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
67422026-02-27T15:19:30.047Z[ recovery-image] Feb 27 15:19:29.875 INFO O| Feb 27 15:19:29.875 INFO STEP 617 (remove_files) COMPLETE
67432026-02-27T15:19:30.047Z[ recovery-image] Feb 27 15:19:29.875 INFO O| Feb 27 15:19:29.875 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442026-02-27T15:19:30.072Z[ recovery-image] Feb 27 15:19:29.890 INFO O| Feb 27 15:19:29.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
67452026-02-27T15:19:30.072Z[ recovery-image] Feb 27 15:19:29.890 INFO O| Feb 27 15:19:29.890 INFO STEP 618 (remove_files) COMPLETE
67462026-02-27T15:19:30.072Z[ recovery-image] Feb 27 15:19:29.890 INFO O| Feb 27 15:19:29.890 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472026-02-27T15:19:30.072Z[ recovery-image] Feb 27 15:19:29.902 INFO O| Feb 27 15:19:29.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
67482026-02-27T15:19:30.072Z[ recovery-image] Feb 27 15:19:29.902 INFO O| Feb 27 15:19:29.902 INFO STEP 619 (remove_files) COMPLETE
67492026-02-27T15:19:30.072Z[ recovery-image] Feb 27 15:19:29.902 INFO O| Feb 27 15:19:29.902 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502026-02-27T15:19:30.097Z[ recovery-image] Feb 27 15:19:29.919 INFO O| Feb 27 15:19:29.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
67512026-02-27T15:19:30.097Z[ recovery-image] Feb 27 15:19:29.919 INFO O| Feb 27 15:19:29.919 INFO STEP 620 (remove_files) COMPLETE
67522026-02-27T15:19:30.097Z[ recovery-image] Feb 27 15:19:29.919 INFO O| Feb 27 15:19:29.919 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532026-02-27T15:19:30.121Z[ recovery-image] Feb 27 15:19:29.936 INFO O| Feb 27 15:19:29.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
67542026-02-27T15:19:30.121Z[ recovery-image] Feb 27 15:19:29.936 INFO O| Feb 27 15:19:29.936 INFO STEP 621 (remove_files) COMPLETE
67552026-02-27T15:19:30.121Z[ recovery-image] Feb 27 15:19:29.936 INFO O| Feb 27 15:19:29.936 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562026-02-27T15:19:30.146Z[ recovery-image] Feb 27 15:19:29.957 INFO O| Feb 27 15:19:29.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
67572026-02-27T15:19:30.146Z[ recovery-image] Feb 27 15:19:29.958 INFO O| Feb 27 15:19:29.957 INFO STEP 622 (remove_files) COMPLETE
67582026-02-27T15:19:30.146Z[ recovery-image] Feb 27 15:19:29.958 INFO O| Feb 27 15:19:29.958 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592026-02-27T15:19:30.146Z[ recovery-image] Feb 27 15:19:29.975 INFO O| Feb 27 15:19:29.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
67602026-02-27T15:19:30.146Z[ recovery-image] Feb 27 15:19:29.975 INFO O| Feb 27 15:19:29.975 INFO STEP 623 (remove_files) COMPLETE
67612026-02-27T15:19:30.146Z[ recovery-image] Feb 27 15:19:29.975 INFO O| Feb 27 15:19:29.975 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622026-02-27T15:19:30.170Z[ recovery-image] Feb 27 15:19:29.987 INFO O| Feb 27 15:19:29.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67632026-02-27T15:19:30.170Z[ recovery-image] Feb 27 15:19:29.988 INFO O| Feb 27 15:19:29.988 INFO STEP 624 (remove_files) COMPLETE
67642026-02-27T15:19:30.170Z[ recovery-image] Feb 27 15:19:29.988 INFO O| Feb 27 15:19:29.988 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652026-02-27T15:19:30.170Z[ recovery-image] Feb 27 15:19:29.999 INFO O| Feb 27 15:19:29.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67662026-02-27T15:19:30.170Z[ recovery-image] Feb 27 15:19:29.999 INFO O| Feb 27 15:19:29.999 INFO STEP 625 (remove_files) COMPLETE
67672026-02-27T15:19:30.170Z[ recovery-image] Feb 27 15:19:29.999 INFO O| Feb 27 15:19:29.999 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682026-02-27T15:19:30.195Z[ recovery-image] Feb 27 15:19:30.016 INFO O| Feb 27 15:19:30.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67692026-02-27T15:19:30.195Z[ recovery-image] Feb 27 15:19:30.016 INFO O| Feb 27 15:19:30.016 INFO STEP 626 (remove_files) COMPLETE
67702026-02-27T15:19:30.195Z[ recovery-image] Feb 27 15:19:30.016 INFO O| Feb 27 15:19:30.016 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712026-02-27T15:19:30.220Z[ recovery-image] Feb 27 15:19:30.031 INFO O| Feb 27 15:19:30.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67722026-02-27T15:19:30.221Z[ recovery-image] Feb 27 15:19:30.031 INFO O| Feb 27 15:19:30.031 INFO STEP 627 (remove_files) COMPLETE
67732026-02-27T15:19:30.221Z[ recovery-image] Feb 27 15:19:30.031 INFO O| Feb 27 15:19:30.031 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742026-02-27T15:19:30.221Z[ recovery-image] Feb 27 15:19:30.044 INFO O| Feb 27 15:19:30.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67752026-02-27T15:19:30.221Z[ recovery-image] Feb 27 15:19:30.044 INFO O| Feb 27 15:19:30.044 INFO STEP 628 (remove_files) COMPLETE
67762026-02-27T15:19:30.221Z[ recovery-image] Feb 27 15:19:30.044 INFO O| Feb 27 15:19:30.044 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772026-02-27T15:19:30.245Z[ recovery-image] Feb 27 15:19:30.057 INFO O| Feb 27 15:19:30.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67782026-02-27T15:19:30.245Z[ recovery-image] Feb 27 15:19:30.057 INFO O| Feb 27 15:19:30.057 INFO STEP 629 (remove_files) COMPLETE
67792026-02-27T15:19:30.246Z[ recovery-image] Feb 27 15:19:30.057 INFO O| Feb 27 15:19:30.057 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802026-02-27T15:19:30.246Z[ recovery-image] Feb 27 15:19:30.070 INFO O| Feb 27 15:19:30.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67812026-02-27T15:19:30.246Z[ recovery-image] Feb 27 15:19:30.070 INFO O| Feb 27 15:19:30.070 INFO STEP 630 (remove_files) COMPLETE
67822026-02-27T15:19:30.246Z[ recovery-image] Feb 27 15:19:30.070 INFO O| Feb 27 15:19:30.070 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832026-02-27T15:19:30.270Z[ recovery-image] Feb 27 15:19:30.086 INFO O| Feb 27 15:19:30.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67842026-02-27T15:19:30.270Z[ recovery-image] Feb 27 15:19:30.086 INFO O| Feb 27 15:19:30.086 INFO STEP 631 (remove_files) COMPLETE
67852026-02-27T15:19:30.270Z[ recovery-image] Feb 27 15:19:30.086 INFO O| Feb 27 15:19:30.086 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862026-02-27T15:19:30.270Z[ recovery-image] Feb 27 15:19:30.101 INFO O| Feb 27 15:19:30.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67872026-02-27T15:19:30.270Z[ recovery-image] Feb 27 15:19:30.102 INFO O| Feb 27 15:19:30.102 INFO STEP 632 (remove_files) COMPLETE
67882026-02-27T15:19:30.270Z[ recovery-image] Feb 27 15:19:30.102 INFO O| Feb 27 15:19:30.102 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892026-02-27T15:19:30.294Z[ recovery-image] Feb 27 15:19:30.115 INFO O| Feb 27 15:19:30.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67902026-02-27T15:19:30.294Z[ recovery-image] Feb 27 15:19:30.115 INFO O| Feb 27 15:19:30.115 INFO STEP 633 (remove_files) COMPLETE
67912026-02-27T15:19:30.295Z[ recovery-image] Feb 27 15:19:30.115 INFO O| Feb 27 15:19:30.115 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922026-02-27T15:19:30.319Z[ recovery-image] Feb 27 15:19:30.130 INFO O| Feb 27 15:19:30.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67932026-02-27T15:19:30.319Z[ recovery-image] Feb 27 15:19:30.130 INFO O| Feb 27 15:19:30.130 INFO STEP 634 (remove_files) COMPLETE
67942026-02-27T15:19:30.319Z[ recovery-image] Feb 27 15:19:30.130 INFO O| Feb 27 15:19:30.130 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952026-02-27T15:19:30.319Z[ recovery-image] Feb 27 15:19:30.146 INFO O| Feb 27 15:19:30.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67962026-02-27T15:19:30.319Z[ recovery-image] Feb 27 15:19:30.146 INFO O| Feb 27 15:19:30.146 INFO STEP 635 (remove_files) COMPLETE
67972026-02-27T15:19:30.319Z[ recovery-image] Feb 27 15:19:30.146 INFO O| Feb 27 15:19:30.146 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982026-02-27T15:19:30.344Z[ recovery-image] Feb 27 15:19:30.164 INFO O| Feb 27 15:19:30.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67992026-02-27T15:19:30.344Z[ recovery-image] Feb 27 15:19:30.164 INFO O| Feb 27 15:19:30.164 INFO STEP 636 (remove_files) COMPLETE
68002026-02-27T15:19:30.344Z[ recovery-image] Feb 27 15:19:30.164 INFO O| Feb 27 15:19:30.164 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012026-02-27T15:19:30.368Z[ recovery-image] Feb 27 15:19:30.178 INFO O| Feb 27 15:19:30.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
68022026-02-27T15:19:30.368Z[ recovery-image] Feb 27 15:19:30.179 INFO O| Feb 27 15:19:30.178 INFO STEP 637 (remove_files) COMPLETE
68032026-02-27T15:19:30.368Z[ recovery-image] Feb 27 15:19:30.179 INFO O| Feb 27 15:19:30.178 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042026-02-27T15:19:30.368Z[ recovery-image] Feb 27 15:19:30.193 INFO O| Feb 27 15:19:30.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
68052026-02-27T15:19:30.369Z[ recovery-image] Feb 27 15:19:30.193 INFO O| Feb 27 15:19:30.193 INFO STEP 638 (remove_files) COMPLETE
68062026-02-27T15:19:30.369Z[ recovery-image] Feb 27 15:19:30.193 INFO O| Feb 27 15:19:30.193 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072026-02-27T15:19:30.395Z[ recovery-image] Feb 27 15:19:30.207 INFO O| Feb 27 15:19:30.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
68082026-02-27T15:19:30.395Z[ recovery-image] Feb 27 15:19:30.208 INFO O| Feb 27 15:19:30.208 INFO STEP 639 (remove_files) COMPLETE
68092026-02-27T15:19:30.396Z[ recovery-image] Feb 27 15:19:30.208 INFO O| Feb 27 15:19:30.208 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102026-02-27T15:19:30.396Z[ recovery-image] Feb 27 15:19:30.225 INFO O| Feb 27 15:19:30.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
68112026-02-27T15:19:30.396Z[ recovery-image] Feb 27 15:19:30.225 INFO O| Feb 27 15:19:30.225 INFO STEP 640 (remove_files) COMPLETE
68122026-02-27T15:19:30.421Z[ recovery-image] Feb 27 15:19:30.225 INFO O| Feb 27 15:19:30.225 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132026-02-27T15:19:30.421Z[ recovery-image] Feb 27 15:19:30.241 INFO O| Feb 27 15:19:30.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
68142026-02-27T15:19:30.421Z[ recovery-image] Feb 27 15:19:30.241 INFO O| Feb 27 15:19:30.241 INFO STEP 641 (remove_files) COMPLETE
68152026-02-27T15:19:30.421Z[ recovery-image] Feb 27 15:19:30.241 INFO O| Feb 27 15:19:30.241 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162026-02-27T15:19:30.445Z[ recovery-image] Feb 27 15:19:30.258 INFO O| Feb 27 15:19:30.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
68172026-02-27T15:19:30.445Z[ recovery-image] Feb 27 15:19:30.258 INFO O| Feb 27 15:19:30.258 INFO STEP 642 (remove_files) COMPLETE
68182026-02-27T15:19:30.445Z[ recovery-image] Feb 27 15:19:30.258 INFO O| Feb 27 15:19:30.258 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192026-02-27T15:19:30.445Z[ recovery-image] Feb 27 15:19:30.274 INFO O| Feb 27 15:19:30.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
68202026-02-27T15:19:30.445Z[ recovery-image] Feb 27 15:19:30.274 INFO O| Feb 27 15:19:30.274 INFO STEP 643 (remove_files) COMPLETE
68212026-02-27T15:19:30.445Z[ recovery-image] Feb 27 15:19:30.274 INFO O| Feb 27 15:19:30.274 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222026-02-27T15:19:30.470Z[ recovery-image] Feb 27 15:19:30.289 INFO O| Feb 27 15:19:30.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
68232026-02-27T15:19:30.470Z[ recovery-image] Feb 27 15:19:30.289 INFO O| Feb 27 15:19:30.289 INFO STEP 644 (remove_files) COMPLETE
68242026-02-27T15:19:30.470Z[ recovery-image] Feb 27 15:19:30.289 INFO O| Feb 27 15:19:30.289 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252026-02-27T15:19:30.470Z[ recovery-image] Feb 27 15:19:30.302 INFO O| Feb 27 15:19:30.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
68262026-02-27T15:19:30.470Z[ recovery-image] Feb 27 15:19:30.302 INFO O| Feb 27 15:19:30.302 INFO STEP 645 (remove_files) COMPLETE
68272026-02-27T15:19:30.470Z[ recovery-image] Feb 27 15:19:30.302 INFO O| Feb 27 15:19:30.302 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282026-02-27T15:19:30.494Z[ recovery-image] Feb 27 15:19:30.314 INFO O| Feb 27 15:19:30.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
68292026-02-27T15:19:30.494Z[ recovery-image] Feb 27 15:19:30.314 INFO O| Feb 27 15:19:30.314 INFO STEP 646 (remove_files) COMPLETE
68302026-02-27T15:19:30.494Z[ recovery-image] Feb 27 15:19:30.314 INFO O| Feb 27 15:19:30.314 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312026-02-27T15:19:30.518Z[ recovery-image] Feb 27 15:19:30.327 INFO O| Feb 27 15:19:30.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
68322026-02-27T15:19:30.518Z[ recovery-image] Feb 27 15:19:30.327 INFO O| Feb 27 15:19:30.327 INFO STEP 647 (remove_files) COMPLETE
68332026-02-27T15:19:30.518Z[ recovery-image] Feb 27 15:19:30.327 INFO O| Feb 27 15:19:30.327 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342026-02-27T15:19:30.519Z[ recovery-image] Feb 27 15:19:30.349 INFO O| Feb 27 15:19:30.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
68352026-02-27T15:19:30.519Z[ recovery-image] Feb 27 15:19:30.349 INFO O| Feb 27 15:19:30.349 INFO STEP 648 (remove_files) COMPLETE
68362026-02-27T15:19:30.519Z[ recovery-image] Feb 27 15:19:30.349 INFO O| Feb 27 15:19:30.349 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372026-02-27T15:19:30.543Z[ recovery-image] Feb 27 15:19:30.361 INFO O| Feb 27 15:19:30.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
68382026-02-27T15:19:30.543Z[ recovery-image] Feb 27 15:19:30.362 INFO O| Feb 27 15:19:30.361 INFO STEP 649 (remove_files) COMPLETE
68392026-02-27T15:19:30.543Z[ recovery-image] Feb 27 15:19:30.362 INFO O| Feb 27 15:19:30.362 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402026-02-27T15:19:30.543Z[ recovery-image] Feb 27 15:19:30.376 INFO O| Feb 27 15:19:30.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
68412026-02-27T15:19:30.543Z[ recovery-image] Feb 27 15:19:30.376 INFO O| Feb 27 15:19:30.376 INFO STEP 650 (remove_files) COMPLETE
68422026-02-27T15:19:30.544Z[ recovery-image] Feb 27 15:19:30.376 INFO O| Feb 27 15:19:30.376 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432026-02-27T15:19:30.568Z[ recovery-image] Feb 27 15:19:30.391 INFO O| Feb 27 15:19:30.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
68442026-02-27T15:19:30.568Z[ recovery-image] Feb 27 15:19:30.391 INFO O| Feb 27 15:19:30.391 INFO STEP 651 (remove_files) COMPLETE
68452026-02-27T15:19:30.568Z[ recovery-image] Feb 27 15:19:30.391 INFO O| Feb 27 15:19:30.391 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.410 INFO O| Feb 27 15:19:30.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
68472026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.410 INFO O| Feb 27 15:19:30.410 INFO STEP 652 (remove_files) COMPLETE
68482026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.410 INFO O| Feb 27 15:19:30.410 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.427 INFO O| Feb 27 15:19:30.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
68502026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.427 INFO O| Feb 27 15:19:30.427 INFO STEP 653 (remove_files) COMPLETE
68512026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.427 INFO O| Feb 27 15:19:30.427 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.442 INFO O| Feb 27 15:19:30.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
68532026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.442 INFO O| Feb 27 15:19:30.442 INFO STEP 654 (remove_files) COMPLETE
68542026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.442 INFO O| Feb 27 15:19:30.442 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.458 INFO O| Feb 27 15:19:30.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
68562026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.458 INFO O| Feb 27 15:19:30.458 INFO STEP 655 (remove_files) COMPLETE
68572026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.458 INFO O| Feb 27 15:19:30.458 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.472 INFO O| Feb 27 15:19:30.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
68592026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.472 INFO O| Feb 27 15:19:30.472 INFO STEP 656 (remove_files) COMPLETE
68602026-02-27T15:19:30.641Z[ recovery-image] Feb 27 15:19:30.472 INFO O| Feb 27 15:19:30.472 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612026-02-27T15:19:30.667Z[ recovery-image] Feb 27 15:19:30.485 INFO O| Feb 27 15:19:30.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68622026-02-27T15:19:30.667Z[ recovery-image] Feb 27 15:19:30.485 INFO O| Feb 27 15:19:30.485 INFO STEP 657 (remove_files) COMPLETE
68632026-02-27T15:19:30.667Z[ recovery-image] Feb 27 15:19:30.485 INFO O| Feb 27 15:19:30.485 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642026-02-27T15:19:30.692Z[ recovery-image] Feb 27 15:19:30.501 INFO O| Feb 27 15:19:30.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68652026-02-27T15:19:30.692Z[ recovery-image] Feb 27 15:19:30.501 INFO O| Feb 27 15:19:30.501 INFO STEP 658 (remove_files) COMPLETE
68662026-02-27T15:19:30.692Z[ recovery-image] Feb 27 15:19:30.502 INFO O| Feb 27 15:19:30.501 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672026-02-27T15:19:30.692Z[ recovery-image] Feb 27 15:19:30.517 INFO O| Feb 27 15:19:30.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68682026-02-27T15:19:30.692Z[ recovery-image] Feb 27 15:19:30.517 INFO O| Feb 27 15:19:30.517 INFO STEP 659 (remove_files) COMPLETE
68692026-02-27T15:19:30.692Z[ recovery-image] Feb 27 15:19:30.517 INFO O| Feb 27 15:19:30.517 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702026-02-27T15:19:30.717Z[ recovery-image] Feb 27 15:19:30.530 INFO O| Feb 27 15:19:30.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68712026-02-27T15:19:30.717Z[ recovery-image] Feb 27 15:19:30.531 INFO O| Feb 27 15:19:30.531 INFO STEP 660 (remove_files) COMPLETE
68722026-02-27T15:19:30.717Z[ recovery-image] Feb 27 15:19:30.531 INFO O| Feb 27 15:19:30.531 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732026-02-27T15:19:30.717Z[ recovery-image] Feb 27 15:19:30.548 INFO O| Feb 27 15:19:30.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68742026-02-27T15:19:30.717Z[ recovery-image] Feb 27 15:19:30.548 INFO O| Feb 27 15:19:30.548 INFO STEP 661 (remove_files) COMPLETE
68752026-02-27T15:19:30.718Z[ recovery-image] Feb 27 15:19:30.548 INFO O| Feb 27 15:19:30.548 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762026-02-27T15:19:30.745Z[ recovery-image] Feb 27 15:19:30.566 INFO O| Feb 27 15:19:30.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68772026-02-27T15:19:30.745Z[ recovery-image] Feb 27 15:19:30.566 INFO O| Feb 27 15:19:30.566 INFO STEP 662 (remove_files) COMPLETE
68782026-02-27T15:19:30.745Z[ recovery-image] Feb 27 15:19:30.566 INFO O| Feb 27 15:19:30.566 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792026-02-27T15:19:30.770Z[ recovery-image] Feb 27 15:19:30.583 INFO O| Feb 27 15:19:30.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68802026-02-27T15:19:30.770Z[ recovery-image] Feb 27 15:19:30.583 INFO O| Feb 27 15:19:30.583 INFO STEP 663 (remove_files) COMPLETE
68812026-02-27T15:19:30.770Z[ recovery-image] Feb 27 15:19:30.583 INFO O| Feb 27 15:19:30.583 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822026-02-27T15:19:30.770Z[ recovery-image] Feb 27 15:19:30.599 INFO O| Feb 27 15:19:30.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68832026-02-27T15:19:30.771Z[ recovery-image] Feb 27 15:19:30.599 INFO O| Feb 27 15:19:30.599 INFO STEP 664 (remove_files) COMPLETE
68842026-02-27T15:19:30.771Z[ recovery-image] Feb 27 15:19:30.599 INFO O| Feb 27 15:19:30.599 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852026-02-27T15:19:31.235Z[ recovery-image] Feb 27 15:19:30.616 INFO O| Feb 27 15:19:30.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68862026-02-27T15:19:31.235Z[ recovery-image] Feb 27 15:19:30.616 INFO O| Feb 27 15:19:30.616 INFO STEP 665 (remove_files) COMPLETE
68872026-02-27T15:19:31.235Z[ recovery-image] Feb 27 15:19:30.616 INFO O| Feb 27 15:19:30.616 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882026-02-27T15:19:31.430Z[ recovery-image] Feb 27 15:19:30.632 INFO O| Feb 27 15:19:30.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68892026-02-27T15:19:31.430Z[ recovery-image] Feb 27 15:19:30.633 INFO O| Feb 27 15:19:30.633 INFO STEP 666 (remove_files) COMPLETE
68902026-02-27T15:19:31.431Z[ recovery-image] Feb 27 15:19:30.633 INFO O| Feb 27 15:19:30.633 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912026-02-27T15:19:31.431Z[ recovery-image] Feb 27 15:19:30.650 INFO O| Feb 27 15:19:30.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68922026-02-27T15:19:31.431Z[ recovery-image] Feb 27 15:19:30.650 INFO O| Feb 27 15:19:30.650 INFO STEP 667 (remove_files) COMPLETE
68932026-02-27T15:19:31.431Z[ recovery-image] Feb 27 15:19:30.650 INFO O| Feb 27 15:19:30.650 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942026-02-27T15:19:31.431Z[ recovery-image] Feb 27 15:19:30.666 INFO O| Feb 27 15:19:30.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68952026-02-27T15:19:31.431Z[ recovery-image] Feb 27 15:19:30.666 INFO O| Feb 27 15:19:30.666 INFO STEP 668 (remove_files) COMPLETE
68962026-02-27T15:19:31.431Z[ recovery-image] Feb 27 15:19:30.666 INFO O| Feb 27 15:19:30.666 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972026-02-27T15:19:31.431Z[ recovery-image] Feb 27 15:19:30.687 INFO O| Feb 27 15:19:30.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68982026-02-27T15:19:31.431Z[ recovery-image] Feb 27 15:19:30.687 INFO O| Feb 27 15:19:30.687 INFO STEP 669 (remove_files) COMPLETE
68992026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.687 INFO O| Feb 27 15:19:30.687 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.706 INFO O| Feb 27 15:19:30.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
69012026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.706 INFO O| Feb 27 15:19:30.706 INFO STEP 670 (remove_files) COMPLETE
69022026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.706 INFO O| Feb 27 15:19:30.706 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.719 INFO O| Feb 27 15:19:30.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
69042026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.719 INFO O| Feb 27 15:19:30.719 INFO STEP 671 (remove_files) COMPLETE
69052026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.719 INFO O| Feb 27 15:19:30.719 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.737 INFO O| Feb 27 15:19:30.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
69072026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.737 INFO O| Feb 27 15:19:30.737 INFO STEP 672 (remove_files) COMPLETE
69082026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.737 INFO O| Feb 27 15:19:30.737 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.755 INFO O| Feb 27 15:19:30.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
69102026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.755 INFO O| Feb 27 15:19:30.755 INFO STEP 673 (remove_files) COMPLETE
69112026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.755 INFO O| Feb 27 15:19:30.755 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.771 INFO O| Feb 27 15:19:30.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
69132026-02-27T15:19:31.432Z[ recovery-image] Feb 27 15:19:30.771 INFO O| Feb 27 15:19:30.771 INFO STEP 674 (remove_files) COMPLETE
69142026-02-27T15:19:31.433Z[ recovery-image] Feb 27 15:19:30.771 INFO O| Feb 27 15:19:30.771 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152026-02-27T15:19:31.433Z[ recovery-image] Feb 27 15:19:30.790 INFO O| Feb 27 15:19:30.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
69162026-02-27T15:19:31.433Z[ recovery-image] Feb 27 15:19:30.790 INFO O| Feb 27 15:19:30.790 INFO STEP 675 (remove_files) COMPLETE
69172026-02-27T15:19:31.433Z[ recovery-image] Feb 27 15:19:30.790 INFO O| Feb 27 15:19:30.790 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182026-02-27T15:19:31.433Z[ recovery-image] Feb 27 15:19:30.805 INFO O| Feb 27 15:19:30.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
69192026-02-27T15:19:31.433Z[ recovery-image] Feb 27 15:19:30.805 INFO O| Feb 27 15:19:30.805 INFO STEP 676 (remove_files) COMPLETE
69202026-02-27T15:19:31.433Z[ recovery-image] Feb 27 15:19:30.805 INFO O| Feb 27 15:19:30.805 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212026-02-27T15:19:31.433Z[ recovery-image] Feb 27 15:19:30.817 INFO O| Feb 27 15:19:30.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
69222026-02-27T15:19:31.433Z[ recovery-image] Feb 27 15:19:30.817 INFO O| Feb 27 15:19:30.817 INFO STEP 677 (remove_files) COMPLETE
69232026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.817 INFO O| Feb 27 15:19:30.817 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.828 INFO O| Feb 27 15:19:30.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
69252026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.828 INFO O| Feb 27 15:19:30.828 INFO STEP 678 (remove_files) COMPLETE
69262026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.828 INFO O| Feb 27 15:19:30.828 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.838 INFO O| Feb 27 15:19:30.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
69282026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.838 INFO O| Feb 27 15:19:30.838 INFO STEP 679 (remove_files) COMPLETE
69292026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.838 INFO O| Feb 27 15:19:30.838 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.848 INFO O| Feb 27 15:19:30.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
69312026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.848 INFO O| Feb 27 15:19:30.848 INFO STEP 680 (remove_files) COMPLETE
69322026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.848 INFO O| Feb 27 15:19:30.848 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.859 INFO O| Feb 27 15:19:30.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
69342026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.859 INFO O| Feb 27 15:19:30.859 INFO STEP 681 (remove_files) COMPLETE
69352026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.859 INFO O| Feb 27 15:19:30.859 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.875 INFO O| Feb 27 15:19:30.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
69372026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.875 INFO O| Feb 27 15:19:30.875 INFO STEP 682 (remove_files) COMPLETE
69382026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.875 INFO O| Feb 27 15:19:30.875 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.890 INFO O| Feb 27 15:19:30.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
69402026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.890 INFO O| Feb 27 15:19:30.890 INFO STEP 683 (remove_files) COMPLETE
69412026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.890 INFO O| Feb 27 15:19:30.890 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.906 INFO O| Feb 27 15:19:30.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
69432026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.906 INFO O| Feb 27 15:19:30.906 INFO STEP 684 (remove_files) COMPLETE
69442026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.906 INFO O| Feb 27 15:19:30.906 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.918 INFO O| Feb 27 15:19:30.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
69462026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.918 INFO O| Feb 27 15:19:30.918 INFO STEP 685 (remove_files) COMPLETE
69472026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.918 INFO O| Feb 27 15:19:30.918 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.934 INFO O| Feb 27 15:19:30.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
69492026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.934 INFO O| Feb 27 15:19:30.934 INFO STEP 686 (remove_files) COMPLETE
69502026-02-27T15:19:31.434Z[ recovery-image] Feb 27 15:19:30.934 INFO O| Feb 27 15:19:30.934 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.948 INFO O| Feb 27 15:19:30.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
69522026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.948 INFO O| Feb 27 15:19:30.948 INFO STEP 687 (remove_files) COMPLETE
69532026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.948 INFO O| Feb 27 15:19:30.948 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.962 INFO O| Feb 27 15:19:30.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
69552026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.962 INFO O| Feb 27 15:19:30.962 INFO STEP 688 (remove_files) COMPLETE
69562026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.962 INFO O| Feb 27 15:19:30.962 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.979 INFO O| Feb 27 15:19:30.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
69582026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.979 INFO O| Feb 27 15:19:30.979 INFO STEP 689 (remove_files) COMPLETE
69592026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.979 INFO O| Feb 27 15:19:30.979 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.996 INFO O| Feb 27 15:19:30.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69612026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.996 INFO O| Feb 27 15:19:30.996 INFO STEP 690 (remove_files) COMPLETE
69622026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:30.996 INFO O| Feb 27 15:19:30.996 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.010 INFO O| Feb 27 15:19:31.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69642026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.010 INFO O| Feb 27 15:19:31.010 INFO STEP 691 (remove_files) COMPLETE
69652026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.010 INFO O| Feb 27 15:19:31.010 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.028 INFO O| Feb 27 15:19:31.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69672026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.028 INFO O| Feb 27 15:19:31.028 INFO STEP 692 (remove_files) COMPLETE
69682026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.028 INFO O| Feb 27 15:19:31.028 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.043 INFO O| Feb 27 15:19:31.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69702026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.043 INFO O| Feb 27 15:19:31.043 INFO STEP 693 (remove_files) COMPLETE
69712026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.043 INFO O| Feb 27 15:19:31.043 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.059 INFO O| Feb 27 15:19:31.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69732026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.059 INFO O| Feb 27 15:19:31.059 INFO STEP 694 (remove_files) COMPLETE
69742026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.059 INFO O| Feb 27 15:19:31.059 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.072 INFO O| Feb 27 15:19:31.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69762026-02-27T15:19:31.435Z[ recovery-image] Feb 27 15:19:31.072 INFO O| Feb 27 15:19:31.072 INFO STEP 695 (remove_files) COMPLETE
69772026-02-27T15:19:31.436Z[ recovery-image] Feb 27 15:19:31.072 INFO O| Feb 27 15:19:31.072 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782026-02-27T15:19:31.436Z[ recovery-image] Feb 27 15:19:31.084 INFO O| Feb 27 15:19:31.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69792026-02-27T15:19:31.436Z[ recovery-image] Feb 27 15:19:31.084 INFO O| Feb 27 15:19:31.084 INFO STEP 696 (remove_files) COMPLETE
69802026-02-27T15:19:31.436Z[ recovery-image] Feb 27 15:19:31.084 INFO O| Feb 27 15:19:31.084 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.102 INFO O| Feb 27 15:19:31.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69822026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.102 INFO O| Feb 27 15:19:31.102 INFO STEP 697 (remove_files) COMPLETE
69832026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.102 INFO O| Feb 27 15:19:31.102 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.119 INFO O| Feb 27 15:19:31.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69852026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.119 INFO O| Feb 27 15:19:31.119 INFO STEP 698 (remove_files) COMPLETE
69862026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.119 INFO O| Feb 27 15:19:31.119 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.132 INFO O| Feb 27 15:19:31.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69882026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.132 INFO O| Feb 27 15:19:31.132 INFO STEP 699 (remove_files) COMPLETE
69892026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.132 INFO O| Feb 27 15:19:31.132 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.142 INFO O| Feb 27 15:19:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69912026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.142 INFO O| Feb 27 15:19:31.142 INFO STEP 700 (remove_files) COMPLETE
69922026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.142 INFO O| Feb 27 15:19:31.142 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932026-02-27T15:19:31.461Z[ recovery-image] Feb 27 15:19:31.157 INFO O| Feb 27 15:19:31.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69942026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.157 INFO O| Feb 27 15:19:31.157 INFO STEP 701 (remove_files) COMPLETE
69952026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.157 INFO O| Feb 27 15:19:31.157 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.173 INFO O| Feb 27 15:19:31.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69972026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.173 INFO O| Feb 27 15:19:31.173 INFO STEP 702 (remove_files) COMPLETE
69982026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.174 INFO O| Feb 27 15:19:31.173 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.187 INFO O| Feb 27 15:19:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
70002026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.187 INFO O| Feb 27 15:19:31.187 INFO STEP 703 (remove_files) COMPLETE
70012026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.187 INFO O| Feb 27 15:19:31.187 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.202 INFO O| Feb 27 15:19:31.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
70032026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.202 INFO O| Feb 27 15:19:31.202 INFO STEP 704 (remove_files) COMPLETE
70042026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.202 INFO O| Feb 27 15:19:31.202 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.215 INFO O| Feb 27 15:19:31.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
70062026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.215 INFO O| Feb 27 15:19:31.215 INFO STEP 705 (remove_files) COMPLETE
70072026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.215 INFO O| Feb 27 15:19:31.215 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.234 INFO O| Feb 27 15:19:31.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
70092026-02-27T15:19:31.462Z[ recovery-image] Feb 27 15:19:31.235 INFO O| Feb 27 15:19:31.235 INFO STEP 706 (remove_files) COMPLETE
70102026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.235 INFO O| Feb 27 15:19:31.235 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.251 INFO O| Feb 27 15:19:31.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
70122026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.251 INFO O| Feb 27 15:19:31.251 INFO STEP 707 (remove_files) COMPLETE
70132026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.251 INFO O| Feb 27 15:19:31.251 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.267 INFO O| Feb 27 15:19:31.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
70152026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.267 INFO O| Feb 27 15:19:31.267 INFO STEP 708 (remove_files) COMPLETE
70162026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.267 INFO O| Feb 27 15:19:31.267 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.281 INFO O| Feb 27 15:19:31.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
70182026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.281 INFO O| Feb 27 15:19:31.281 INFO STEP 709 (remove_files) COMPLETE
70192026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.281 INFO O| Feb 27 15:19:31.281 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.292 INFO O| Feb 27 15:19:31.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
70212026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.293 INFO O| Feb 27 15:19:31.293 INFO STEP 710 (remove_files) COMPLETE
70222026-02-27T15:19:31.463Z[ recovery-image] Feb 27 15:19:31.293 INFO O| Feb 27 15:19:31.293 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232026-02-27T15:19:31.489Z[ recovery-image] Feb 27 15:19:31.304 INFO O| Feb 27 15:19:31.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
70242026-02-27T15:19:31.489Z[ recovery-image] Feb 27 15:19:31.304 INFO O| Feb 27 15:19:31.304 INFO STEP 711 (remove_files) COMPLETE
70252026-02-27T15:19:31.489Z[ recovery-image] Feb 27 15:19:31.304 INFO O| Feb 27 15:19:31.304 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262026-02-27T15:19:31.489Z[ recovery-image] Feb 27 15:19:31.317 INFO O| Feb 27 15:19:31.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
70272026-02-27T15:19:31.489Z[ recovery-image] Feb 27 15:19:31.318 INFO O| Feb 27 15:19:31.318 INFO STEP 712 (remove_files) COMPLETE
70282026-02-27T15:19:31.489Z[ recovery-image] Feb 27 15:19:31.318 INFO O| Feb 27 15:19:31.318 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292026-02-27T15:19:31.514Z[ recovery-image] Feb 27 15:19:31.330 INFO O| Feb 27 15:19:31.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
70302026-02-27T15:19:31.514Z[ recovery-image] Feb 27 15:19:31.330 INFO O| Feb 27 15:19:31.330 INFO STEP 713 (remove_files) COMPLETE
70312026-02-27T15:19:31.514Z[ recovery-image] Feb 27 15:19:31.330 INFO O| Feb 27 15:19:31.330 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322026-02-27T15:19:31.514Z[ recovery-image] Feb 27 15:19:31.346 INFO O| Feb 27 15:19:31.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
70332026-02-27T15:19:31.515Z[ recovery-image] Feb 27 15:19:31.346 INFO O| Feb 27 15:19:31.346 INFO STEP 714 (remove_files) COMPLETE
70342026-02-27T15:19:31.515Z[ recovery-image] Feb 27 15:19:31.346 INFO O| Feb 27 15:19:31.346 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352026-02-27T15:19:31.540Z[ recovery-image] Feb 27 15:19:31.357 INFO O| Feb 27 15:19:31.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
70362026-02-27T15:19:31.540Z[ recovery-image] Feb 27 15:19:31.357 INFO O| Feb 27 15:19:31.357 INFO STEP 715 (remove_files) COMPLETE
70372026-02-27T15:19:31.540Z[ recovery-image] Feb 27 15:19:31.357 INFO O| Feb 27 15:19:31.357 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382026-02-27T15:19:31.540Z[ recovery-image] Feb 27 15:19:31.372 INFO O| Feb 27 15:19:31.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
70392026-02-27T15:19:31.540Z[ recovery-image] Feb 27 15:19:31.372 INFO O| Feb 27 15:19:31.372 INFO STEP 716 (remove_files) COMPLETE
70402026-02-27T15:19:31.540Z[ recovery-image] Feb 27 15:19:31.372 INFO O| Feb 27 15:19:31.372 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412026-02-27T15:19:31.565Z[ recovery-image] Feb 27 15:19:31.387 INFO O| Feb 27 15:19:31.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
70422026-02-27T15:19:31.565Z[ recovery-image] Feb 27 15:19:31.387 INFO O| Feb 27 15:19:31.387 INFO STEP 717 (remove_files) COMPLETE
70432026-02-27T15:19:31.565Z[ recovery-image] Feb 27 15:19:31.387 INFO O| Feb 27 15:19:31.387 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442026-02-27T15:19:31.589Z[ recovery-image] Feb 27 15:19:31.404 INFO O| Feb 27 15:19:31.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
70452026-02-27T15:19:31.589Z[ recovery-image] Feb 27 15:19:31.404 INFO O| Feb 27 15:19:31.404 INFO STEP 718 (remove_files) COMPLETE
70462026-02-27T15:19:31.589Z[ recovery-image] Feb 27 15:19:31.404 INFO O| Feb 27 15:19:31.404 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472026-02-27T15:19:31.589Z[ recovery-image] Feb 27 15:19:31.417 INFO O| Feb 27 15:19:31.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
70482026-02-27T15:19:31.589Z[ recovery-image] Feb 27 15:19:31.417 INFO O| Feb 27 15:19:31.417 INFO STEP 719 (remove_files) COMPLETE
70492026-02-27T15:19:31.589Z[ recovery-image] Feb 27 15:19:31.417 INFO O| Feb 27 15:19:31.417 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502026-02-27T15:19:31.616Z[ recovery-image] Feb 27 15:19:31.433 INFO O| Feb 27 15:19:31.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
70512026-02-27T15:19:31.616Z[ recovery-image] Feb 27 15:19:31.434 INFO O| Feb 27 15:19:31.434 INFO STEP 720 (remove_files) COMPLETE
70522026-02-27T15:19:31.616Z[ recovery-image] Feb 27 15:19:31.434 INFO O| Feb 27 15:19:31.434 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532026-02-27T15:19:31.641Z[ recovery-image] Feb 27 15:19:31.449 INFO O| Feb 27 15:19:31.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
70542026-02-27T15:19:31.641Z[ recovery-image] Feb 27 15:19:31.449 INFO O| Feb 27 15:19:31.449 INFO STEP 721 (remove_files) COMPLETE
70552026-02-27T15:19:31.641Z[ recovery-image] Feb 27 15:19:31.449 INFO O| Feb 27 15:19:31.449 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562026-02-27T15:19:31.641Z[ recovery-image] Feb 27 15:19:31.461 INFO O| Feb 27 15:19:31.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
70572026-02-27T15:19:31.641Z[ recovery-image] Feb 27 15:19:31.461 INFO O| Feb 27 15:19:31.461 INFO STEP 722 (remove_files) COMPLETE
70582026-02-27T15:19:31.641Z[ recovery-image] Feb 27 15:19:31.461 INFO O| Feb 27 15:19:31.461 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592026-02-27T15:19:31.642Z[ recovery-image] Feb 27 15:19:31.472 INFO O| Feb 27 15:19:31.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
70602026-02-27T15:19:31.642Z[ recovery-image] Feb 27 15:19:31.472 INFO O| Feb 27 15:19:31.472 INFO STEP 723 (remove_files) COMPLETE
70612026-02-27T15:19:31.642Z[ recovery-image] Feb 27 15:19:31.472 INFO O| Feb 27 15:19:31.472 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622026-02-27T15:19:31.666Z[ recovery-image] Feb 27 15:19:31.484 INFO O| Feb 27 15:19:31.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70632026-02-27T15:19:31.666Z[ recovery-image] Feb 27 15:19:31.484 INFO O| Feb 27 15:19:31.484 INFO STEP 724 (remove_files) COMPLETE
70642026-02-27T15:19:31.666Z[ recovery-image] Feb 27 15:19:31.484 INFO O| Feb 27 15:19:31.484 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652026-02-27T15:19:31.695Z[ recovery-image] Feb 27 15:19:31.503 INFO O| Feb 27 15:19:31.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70662026-02-27T15:19:31.695Z[ recovery-image] Feb 27 15:19:31.503 INFO O| Feb 27 15:19:31.503 INFO STEP 725 (remove_files) COMPLETE
70672026-02-27T15:19:31.695Z[ recovery-image] Feb 27 15:19:31.503 INFO O| Feb 27 15:19:31.503 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682026-02-27T15:19:31.695Z[ recovery-image] Feb 27 15:19:31.522 INFO O| Feb 27 15:19:31.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70692026-02-27T15:19:31.695Z[ recovery-image] Feb 27 15:19:31.522 INFO O| Feb 27 15:19:31.522 INFO STEP 726 (remove_files) COMPLETE
70702026-02-27T15:19:31.695Z[ recovery-image] Feb 27 15:19:31.522 INFO O| Feb 27 15:19:31.522 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712026-02-27T15:19:31.722Z[ recovery-image] Feb 27 15:19:31.539 INFO O| Feb 27 15:19:31.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70722026-02-27T15:19:31.722Z[ recovery-image] Feb 27 15:19:31.539 INFO O| Feb 27 15:19:31.539 INFO STEP 727 (remove_files) COMPLETE
70732026-02-27T15:19:31.722Z[ recovery-image] Feb 27 15:19:31.540 INFO O| Feb 27 15:19:31.539 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742026-02-27T15:19:31.746Z[ recovery-image] Feb 27 15:19:31.554 INFO O| Feb 27 15:19:31.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70752026-02-27T15:19:31.746Z[ recovery-image] Feb 27 15:19:31.554 INFO O| Feb 27 15:19:31.554 INFO STEP 728 (remove_files) COMPLETE
70762026-02-27T15:19:31.746Z[ recovery-image] Feb 27 15:19:31.554 INFO O| Feb 27 15:19:31.554 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772026-02-27T15:19:31.746Z[ recovery-image] Feb 27 15:19:31.566 INFO O| Feb 27 15:19:31.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70782026-02-27T15:19:31.746Z[ recovery-image] Feb 27 15:19:31.567 INFO O| Feb 27 15:19:31.567 INFO STEP 729 (remove_files) COMPLETE
70792026-02-27T15:19:31.746Z[ recovery-image] Feb 27 15:19:31.567 INFO O| Feb 27 15:19:31.567 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802026-02-27T15:19:31.771Z[ recovery-image] Feb 27 15:19:31.579 INFO O| Feb 27 15:19:31.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70812026-02-27T15:19:31.771Z[ recovery-image] Feb 27 15:19:31.580 INFO O| Feb 27 15:19:31.580 INFO STEP 730 (remove_files) COMPLETE
70822026-02-27T15:19:31.771Z[ recovery-image] Feb 27 15:19:31.580 INFO O| Feb 27 15:19:31.580 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832026-02-27T15:19:31.771Z[ recovery-image] Feb 27 15:19:31.593 INFO O| Feb 27 15:19:31.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70842026-02-27T15:19:31.771Z[ recovery-image] Feb 27 15:19:31.593 INFO O| Feb 27 15:19:31.593 INFO STEP 731 (remove_files) COMPLETE
70852026-02-27T15:19:31.771Z[ recovery-image] Feb 27 15:19:31.593 INFO O| Feb 27 15:19:31.593 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862026-02-27T15:19:31.796Z[ recovery-image] Feb 27 15:19:31.608 INFO O| Feb 27 15:19:31.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70872026-02-27T15:19:31.796Z[ recovery-image] Feb 27 15:19:31.608 INFO O| Feb 27 15:19:31.608 INFO STEP 732 (remove_files) COMPLETE
70882026-02-27T15:19:31.796Z[ recovery-image] Feb 27 15:19:31.608 INFO O| Feb 27 15:19:31.608 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892026-02-27T15:19:31.796Z[ recovery-image] Feb 27 15:19:31.621 INFO O| Feb 27 15:19:31.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70902026-02-27T15:19:31.796Z[ recovery-image] Feb 27 15:19:31.622 INFO O| Feb 27 15:19:31.621 INFO STEP 733 (remove_files) COMPLETE
70912026-02-27T15:19:31.796Z[ recovery-image] Feb 27 15:19:31.622 INFO O| Feb 27 15:19:31.622 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922026-02-27T15:19:31.821Z[ recovery-image] Feb 27 15:19:31.635 INFO O| Feb 27 15:19:31.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70932026-02-27T15:19:31.821Z[ recovery-image] Feb 27 15:19:31.635 INFO O| Feb 27 15:19:31.635 INFO STEP 734 (remove_files) COMPLETE
70942026-02-27T15:19:31.821Z[ recovery-image] Feb 27 15:19:31.635 INFO O| Feb 27 15:19:31.635 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952026-02-27T15:19:31.821Z[ recovery-image] Feb 27 15:19:31.653 INFO O| Feb 27 15:19:31.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70962026-02-27T15:19:31.821Z[ recovery-image] Feb 27 15:19:31.653 INFO O| Feb 27 15:19:31.653 INFO STEP 735 (remove_files) COMPLETE
70972026-02-27T15:19:31.821Z[ recovery-image] Feb 27 15:19:31.653 INFO O| Feb 27 15:19:31.653 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982026-02-27T15:19:31.847Z[ recovery-image] Feb 27 15:19:31.670 INFO O| Feb 27 15:19:31.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70992026-02-27T15:19:31.847Z[ recovery-image] Feb 27 15:19:31.670 INFO O| Feb 27 15:19:31.670 INFO STEP 736 (remove_files) COMPLETE
71002026-02-27T15:19:31.848Z[ recovery-image] Feb 27 15:19:31.670 INFO O| Feb 27 15:19:31.670 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012026-02-27T15:19:31.873Z[ recovery-image] Feb 27 15:19:31.685 INFO O| Feb 27 15:19:31.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
71022026-02-27T15:19:31.873Z[ recovery-image] Feb 27 15:19:31.685 INFO O| Feb 27 15:19:31.685 INFO STEP 737 (remove_files) COMPLETE
71032026-02-27T15:19:31.873Z[ recovery-image] Feb 27 15:19:31.685 INFO O| Feb 27 15:19:31.685 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042026-02-27T15:19:31.898Z[ recovery-image] Feb 27 15:19:31.706 INFO O| Feb 27 15:19:31.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
71052026-02-27T15:19:31.898Z[ recovery-image] Feb 27 15:19:31.706 INFO O| Feb 27 15:19:31.706 INFO STEP 738 (remove_files) COMPLETE
71062026-02-27T15:19:31.898Z[ recovery-image] Feb 27 15:19:31.706 INFO O| Feb 27 15:19:31.706 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072026-02-27T15:19:31.898Z[ recovery-image] Feb 27 15:19:31.722 INFO O| Feb 27 15:19:31.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
71082026-02-27T15:19:31.898Z[ recovery-image] Feb 27 15:19:31.723 INFO O| Feb 27 15:19:31.722 INFO STEP 739 (remove_files) COMPLETE
71092026-02-27T15:19:31.898Z[ recovery-image] Feb 27 15:19:31.723 INFO O| Feb 27 15:19:31.722 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102026-02-27T15:19:31.923Z[ recovery-image] Feb 27 15:19:31.739 INFO O| Feb 27 15:19:31.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
71112026-02-27T15:19:31.923Z[ recovery-image] Feb 27 15:19:31.740 INFO O| Feb 27 15:19:31.739 INFO STEP 740 (remove_files) COMPLETE
71122026-02-27T15:19:31.923Z[ recovery-image] Feb 27 15:19:31.740 INFO O| Feb 27 15:19:31.740 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132026-02-27T15:19:31.923Z[ recovery-image] Feb 27 15:19:31.752 INFO O| Feb 27 15:19:31.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
71142026-02-27T15:19:31.923Z[ recovery-image] Feb 27 15:19:31.752 INFO O| Feb 27 15:19:31.752 INFO STEP 741 (remove_files) COMPLETE
71152026-02-27T15:19:31.923Z[ recovery-image] Feb 27 15:19:31.752 INFO O| Feb 27 15:19:31.752 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162026-02-27T15:19:31.948Z[ recovery-image] Feb 27 15:19:31.769 INFO O| Feb 27 15:19:31.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
71172026-02-27T15:19:31.948Z[ recovery-image] Feb 27 15:19:31.769 INFO O| Feb 27 15:19:31.769 INFO STEP 742 (remove_files) COMPLETE
71182026-02-27T15:19:31.948Z[ recovery-image] Feb 27 15:19:31.769 INFO O| Feb 27 15:19:31.769 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192026-02-27T15:19:31.973Z[ recovery-image] Feb 27 15:19:31.792 INFO O| Feb 27 15:19:31.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
71202026-02-27T15:19:31.973Z[ recovery-image] Feb 27 15:19:31.792 INFO O| Feb 27 15:19:31.792 INFO STEP 743 (remove_files) COMPLETE
71212026-02-27T15:19:31.973Z[ recovery-image] Feb 27 15:19:31.792 INFO O| Feb 27 15:19:31.792 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222026-02-27T15:19:31.998Z[ recovery-image] Feb 27 15:19:31.811 INFO O| Feb 27 15:19:31.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
71232026-02-27T15:19:31.998Z[ recovery-image] Feb 27 15:19:31.811 INFO O| Feb 27 15:19:31.811 INFO STEP 744 (remove_files) COMPLETE
71242026-02-27T15:19:31.998Z[ recovery-image] Feb 27 15:19:31.811 INFO O| Feb 27 15:19:31.811 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252026-02-27T15:19:32.024Z[ recovery-image] Feb 27 15:19:31.834 INFO O| Feb 27 15:19:31.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
71262026-02-27T15:19:32.024Z[ recovery-image] Feb 27 15:19:31.834 INFO O| Feb 27 15:19:31.834 INFO STEP 745 (remove_files) COMPLETE
71272026-02-27T15:19:32.024Z[ recovery-image] Feb 27 15:19:31.834 INFO O| Feb 27 15:19:31.834 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282026-02-27T15:19:32.024Z[ recovery-image] Feb 27 15:19:31.849 INFO O| Feb 27 15:19:31.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
71292026-02-27T15:19:32.024Z[ recovery-image] Feb 27 15:19:31.849 INFO O| Feb 27 15:19:31.849 INFO STEP 746 (remove_files) COMPLETE
71302026-02-27T15:19:32.024Z[ recovery-image] Feb 27 15:19:31.849 INFO O| Feb 27 15:19:31.849 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312026-02-27T15:19:32.049Z[ recovery-image] Feb 27 15:19:31.868 INFO O| Feb 27 15:19:31.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
71322026-02-27T15:19:32.049Z[ recovery-image] Feb 27 15:19:31.868 INFO O| Feb 27 15:19:31.868 INFO STEP 747 (remove_files) COMPLETE
71332026-02-27T15:19:32.049Z[ recovery-image] Feb 27 15:19:31.868 INFO O| Feb 27 15:19:31.868 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342026-02-27T15:19:32.074Z[ recovery-image] Feb 27 15:19:31.885 INFO O| Feb 27 15:19:31.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
71352026-02-27T15:19:32.074Z[ recovery-image] Feb 27 15:19:31.885 INFO O| Feb 27 15:19:31.885 INFO STEP 748 (remove_files) COMPLETE
71362026-02-27T15:19:32.074Z[ recovery-image] Feb 27 15:19:31.885 INFO O| Feb 27 15:19:31.885 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372026-02-27T15:19:32.074Z[ recovery-image] Feb 27 15:19:31.900 INFO O| Feb 27 15:19:31.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
71382026-02-27T15:19:32.074Z[ recovery-image] Feb 27 15:19:31.901 INFO O| Feb 27 15:19:31.900 INFO STEP 749 (remove_files) COMPLETE
71392026-02-27T15:19:32.074Z[ recovery-image] Feb 27 15:19:31.901 INFO O| Feb 27 15:19:31.900 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402026-02-27T15:19:32.099Z[ recovery-image] Feb 27 15:19:31.916 INFO O| Feb 27 15:19:31.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
71412026-02-27T15:19:32.099Z[ recovery-image] Feb 27 15:19:31.916 INFO O| Feb 27 15:19:31.916 INFO STEP 750 (remove_files) COMPLETE
71422026-02-27T15:19:32.099Z[ recovery-image] Feb 27 15:19:31.916 INFO O| Feb 27 15:19:31.916 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432026-02-27T15:19:32.124Z[ recovery-image] Feb 27 15:19:31.938 INFO O| Feb 27 15:19:31.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
71442026-02-27T15:19:32.124Z[ recovery-image] Feb 27 15:19:31.938 INFO O| Feb 27 15:19:31.938 INFO STEP 751 (remove_files) COMPLETE
71452026-02-27T15:19:32.124Z[ recovery-image] Feb 27 15:19:31.938 INFO O| Feb 27 15:19:31.938 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462026-02-27T15:19:32.124Z[ recovery-image] Feb 27 15:19:31.952 INFO O| Feb 27 15:19:31.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
71472026-02-27T15:19:32.124Z[ recovery-image] Feb 27 15:19:31.952 INFO O| Feb 27 15:19:31.952 INFO STEP 752 (remove_files) COMPLETE
71482026-02-27T15:19:32.124Z[ recovery-image] Feb 27 15:19:31.952 INFO O| Feb 27 15:19:31.952 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492026-02-27T15:19:32.149Z[ recovery-image] Feb 27 15:19:31.971 INFO O| Feb 27 15:19:31.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
71502026-02-27T15:19:32.149Z[ recovery-image] Feb 27 15:19:31.971 INFO O| Feb 27 15:19:31.971 INFO STEP 753 (remove_files) COMPLETE
71512026-02-27T15:19:32.149Z[ recovery-image] Feb 27 15:19:31.971 INFO O| Feb 27 15:19:31.971 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522026-02-27T15:19:32.173Z[ recovery-image] Feb 27 15:19:31.983 INFO O| Feb 27 15:19:31.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
71532026-02-27T15:19:32.174Z[ recovery-image] Feb 27 15:19:31.983 INFO O| Feb 27 15:19:31.983 INFO STEP 754 (remove_files) COMPLETE
71542026-02-27T15:19:32.174Z[ recovery-image] Feb 27 15:19:31.983 INFO O| Feb 27 15:19:31.983 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552026-02-27T15:19:32.174Z[ recovery-image] Feb 27 15:19:32.000 INFO O| Feb 27 15:19:32.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
71562026-02-27T15:19:32.174Z[ recovery-image] Feb 27 15:19:32.000 INFO O| Feb 27 15:19:32.000 INFO STEP 755 (remove_files) COMPLETE
71572026-02-27T15:19:32.174Z[ recovery-image] Feb 27 15:19:32.000 INFO O| Feb 27 15:19:32.000 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582026-02-27T15:19:32.198Z[ recovery-image] Feb 27 15:19:32.016 INFO O| Feb 27 15:19:32.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
71592026-02-27T15:19:32.198Z[ recovery-image] Feb 27 15:19:32.016 INFO O| Feb 27 15:19:32.016 INFO STEP 756 (remove_files) COMPLETE
71602026-02-27T15:19:32.198Z[ recovery-image] Feb 27 15:19:32.016 INFO O| Feb 27 15:19:32.016 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612026-02-27T15:19:32.198Z[ recovery-image] Feb 27 15:19:32.028 INFO O| Feb 27 15:19:32.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71622026-02-27T15:19:32.198Z[ recovery-image] Feb 27 15:19:32.028 INFO O| Feb 27 15:19:32.028 INFO STEP 757 (remove_files) COMPLETE
71632026-02-27T15:19:32.198Z[ recovery-image] Feb 27 15:19:32.028 INFO O| Feb 27 15:19:32.028 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642026-02-27T15:19:32.223Z[ recovery-image] Feb 27 15:19:32.047 INFO O| Feb 27 15:19:32.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71652026-02-27T15:19:32.223Z[ recovery-image] Feb 27 15:19:32.047 INFO O| Feb 27 15:19:32.047 INFO STEP 758 (remove_files) COMPLETE
71662026-02-27T15:19:32.223Z[ recovery-image] Feb 27 15:19:32.048 INFO O| Feb 27 15:19:32.047 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672026-02-27T15:19:32.248Z[ recovery-image] Feb 27 15:19:32.063 INFO O| Feb 27 15:19:32.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71682026-02-27T15:19:32.248Z[ recovery-image] Feb 27 15:19:32.063 INFO O| Feb 27 15:19:32.063 INFO STEP 759 (remove_files) COMPLETE
71692026-02-27T15:19:32.248Z[ recovery-image] Feb 27 15:19:32.063 INFO O| Feb 27 15:19:32.063 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702026-02-27T15:19:32.248Z[ recovery-image] Feb 27 15:19:32.077 INFO O| Feb 27 15:19:32.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71712026-02-27T15:19:32.248Z[ recovery-image] Feb 27 15:19:32.078 INFO O| Feb 27 15:19:32.078 INFO STEP 760 (remove_files) COMPLETE
71722026-02-27T15:19:32.248Z[ recovery-image] Feb 27 15:19:32.078 INFO O| Feb 27 15:19:32.078 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732026-02-27T15:19:32.273Z[ recovery-image] Feb 27 15:19:32.095 INFO O| Feb 27 15:19:32.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71742026-02-27T15:19:32.273Z[ recovery-image] Feb 27 15:19:32.095 INFO O| Feb 27 15:19:32.095 INFO STEP 761 (remove_files) COMPLETE
71752026-02-27T15:19:32.273Z[ recovery-image] Feb 27 15:19:32.095 INFO O| Feb 27 15:19:32.095 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762026-02-27T15:19:32.298Z[ recovery-image] Feb 27 15:19:32.107 INFO O| Feb 27 15:19:32.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71772026-02-27T15:19:32.298Z[ recovery-image] Feb 27 15:19:32.107 INFO O| Feb 27 15:19:32.107 INFO STEP 762 (remove_files) COMPLETE
71782026-02-27T15:19:32.298Z[ recovery-image] Feb 27 15:19:32.107 INFO O| Feb 27 15:19:32.107 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792026-02-27T15:19:32.298Z[ recovery-image] Feb 27 15:19:32.123 INFO O| Feb 27 15:19:32.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71802026-02-27T15:19:32.299Z[ recovery-image] Feb 27 15:19:32.123 INFO O| Feb 27 15:19:32.123 INFO STEP 763 (remove_files) COMPLETE
71812026-02-27T15:19:32.299Z[ recovery-image] Feb 27 15:19:32.123 INFO O| Feb 27 15:19:32.123 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822026-02-27T15:19:32.323Z[ recovery-image] Feb 27 15:19:32.139 INFO O| Feb 27 15:19:32.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71832026-02-27T15:19:32.323Z[ recovery-image] Feb 27 15:19:32.139 INFO O| Feb 27 15:19:32.139 INFO STEP 764 (remove_files) COMPLETE
71842026-02-27T15:19:32.323Z[ recovery-image] Feb 27 15:19:32.139 INFO O| Feb 27 15:19:32.139 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852026-02-27T15:19:32.323Z[ recovery-image] Feb 27 15:19:32.153 INFO O| Feb 27 15:19:32.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71862026-02-27T15:19:32.324Z[ recovery-image] Feb 27 15:19:32.154 INFO O| Feb 27 15:19:32.154 INFO STEP 765 (remove_files) COMPLETE
71872026-02-27T15:19:32.324Z[ recovery-image] Feb 27 15:19:32.154 INFO O| Feb 27 15:19:32.154 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882026-02-27T15:19:32.349Z[ recovery-image] Feb 27 15:19:32.168 INFO O| Feb 27 15:19:32.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71892026-02-27T15:19:32.349Z[ recovery-image] Feb 27 15:19:32.168 INFO O| Feb 27 15:19:32.168 INFO STEP 766 (remove_files) COMPLETE
71902026-02-27T15:19:32.349Z[ recovery-image] Feb 27 15:19:32.168 INFO O| Feb 27 15:19:32.168 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912026-02-27T15:19:32.374Z[ recovery-image] Feb 27 15:19:32.184 INFO O| Feb 27 15:19:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71922026-02-27T15:19:32.375Z[ recovery-image] Feb 27 15:19:32.184 INFO O| Feb 27 15:19:32.184 INFO STEP 767 (remove_files) COMPLETE
71932026-02-27T15:19:32.375Z[ recovery-image] Feb 27 15:19:32.184 INFO O| Feb 27 15:19:32.184 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942026-02-27T15:19:32.375Z[ recovery-image] Feb 27 15:19:32.202 INFO O| Feb 27 15:19:32.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71952026-02-27T15:19:32.375Z[ recovery-image] Feb 27 15:19:32.202 INFO O| Feb 27 15:19:32.202 INFO STEP 768 (remove_files) COMPLETE
71962026-02-27T15:19:32.375Z[ recovery-image] Feb 27 15:19:32.202 INFO O| Feb 27 15:19:32.202 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972026-02-27T15:19:32.400Z[ recovery-image] Feb 27 15:19:32.216 INFO O| Feb 27 15:19:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71982026-02-27T15:19:32.400Z[ recovery-image] Feb 27 15:19:32.216 INFO O| Feb 27 15:19:32.216 INFO STEP 769 (remove_files) COMPLETE
71992026-02-27T15:19:32.400Z[ recovery-image] Feb 27 15:19:32.216 INFO O| Feb 27 15:19:32.216 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002026-02-27T15:19:32.400Z[ recovery-image] Feb 27 15:19:32.232 INFO O| Feb 27 15:19:32.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
72012026-02-27T15:19:32.400Z[ recovery-image] Feb 27 15:19:32.232 INFO O| Feb 27 15:19:32.232 INFO STEP 770 (remove_files) COMPLETE
72022026-02-27T15:19:32.400Z[ recovery-image] Feb 27 15:19:32.232 INFO O| Feb 27 15:19:32.232 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032026-02-27T15:19:32.427Z[ recovery-image] Feb 27 15:19:32.244 INFO O| Feb 27 15:19:32.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
72042026-02-27T15:19:32.427Z[ recovery-image] Feb 27 15:19:32.245 INFO O| Feb 27 15:19:32.244 INFO STEP 771 (remove_files) COMPLETE
72052026-02-27T15:19:32.427Z[ recovery-image] Feb 27 15:19:32.245 INFO O| Feb 27 15:19:32.245 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062026-02-27T15:19:32.452Z[ recovery-image] Feb 27 15:19:32.261 INFO O| Feb 27 15:19:32.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
72072026-02-27T15:19:32.452Z[ recovery-image] Feb 27 15:19:32.261 INFO O| Feb 27 15:19:32.261 INFO STEP 772 (remove_files) COMPLETE
72082026-02-27T15:19:32.452Z[ recovery-image] Feb 27 15:19:32.261 INFO O| Feb 27 15:19:32.261 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092026-02-27T15:19:32.452Z[ recovery-image] Feb 27 15:19:32.274 INFO O| Feb 27 15:19:32.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
72102026-02-27T15:19:32.452Z[ recovery-image] Feb 27 15:19:32.274 INFO O| Feb 27 15:19:32.274 INFO STEP 773 (remove_files) COMPLETE
72112026-02-27T15:19:32.452Z[ recovery-image] Feb 27 15:19:32.274 INFO O| Feb 27 15:19:32.274 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122026-02-27T15:19:32.478Z[ recovery-image] Feb 27 15:19:32.291 INFO O| Feb 27 15:19:32.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
72132026-02-27T15:19:32.478Z[ recovery-image] Feb 27 15:19:32.291 INFO O| Feb 27 15:19:32.291 INFO STEP 774 (remove_files) COMPLETE
72142026-02-27T15:19:32.478Z[ recovery-image] Feb 27 15:19:32.291 INFO O| Feb 27 15:19:32.291 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152026-02-27T15:19:32.478Z[ recovery-image] Feb 27 15:19:32.305 INFO O| Feb 27 15:19:32.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
72162026-02-27T15:19:32.478Z[ recovery-image] Feb 27 15:19:32.305 INFO O| Feb 27 15:19:32.305 INFO STEP 775 (remove_files) COMPLETE
72172026-02-27T15:19:32.478Z[ recovery-image] Feb 27 15:19:32.305 INFO O| Feb 27 15:19:32.305 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182026-02-27T15:19:32.502Z[ recovery-image] Feb 27 15:19:32.325 INFO O| Feb 27 15:19:32.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
72192026-02-27T15:19:32.502Z[ recovery-image] Feb 27 15:19:32.325 INFO O| Feb 27 15:19:32.325 INFO STEP 776 (remove_files) COMPLETE
72202026-02-27T15:19:32.502Z[ recovery-image] Feb 27 15:19:32.325 INFO O| Feb 27 15:19:32.325 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212026-02-27T15:19:32.527Z[ recovery-image] Feb 27 15:19:32.339 INFO O| Feb 27 15:19:32.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
72222026-02-27T15:19:32.527Z[ recovery-image] Feb 27 15:19:32.339 INFO O| Feb 27 15:19:32.339 INFO STEP 777 (remove_files) COMPLETE
72232026-02-27T15:19:32.527Z[ recovery-image] Feb 27 15:19:32.339 INFO O| Feb 27 15:19:32.339 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242026-02-27T15:19:32.527Z[ recovery-image] Feb 27 15:19:32.351 INFO O| Feb 27 15:19:32.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
72252026-02-27T15:19:32.527Z[ recovery-image] Feb 27 15:19:32.351 INFO O| Feb 27 15:19:32.351 INFO STEP 778 (remove_files) COMPLETE
72262026-02-27T15:19:32.527Z[ recovery-image] Feb 27 15:19:32.352 INFO O| Feb 27 15:19:32.351 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272026-02-27T15:19:32.552Z[ recovery-image] Feb 27 15:19:32.365 INFO O| Feb 27 15:19:32.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
72282026-02-27T15:19:32.552Z[ recovery-image] Feb 27 15:19:32.365 INFO O| Feb 27 15:19:32.365 INFO STEP 779 (remove_files) COMPLETE
72292026-02-27T15:19:32.552Z[ recovery-image] Feb 27 15:19:32.365 INFO O| Feb 27 15:19:32.365 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302026-02-27T15:19:32.552Z[ recovery-image] Feb 27 15:19:32.383 INFO O| Feb 27 15:19:32.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
72312026-02-27T15:19:32.552Z[ recovery-image] Feb 27 15:19:32.383 INFO O| Feb 27 15:19:32.383 INFO STEP 780 (remove_files) COMPLETE
72322026-02-27T15:19:32.552Z[ recovery-image] Feb 27 15:19:32.383 INFO O| Feb 27 15:19:32.383 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332026-02-27T15:19:32.577Z[ recovery-image] Feb 27 15:19:32.400 INFO O| Feb 27 15:19:32.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
72342026-02-27T15:19:32.577Z[ recovery-image] Feb 27 15:19:32.400 INFO O| Feb 27 15:19:32.400 INFO STEP 781 (remove_files) COMPLETE
72352026-02-27T15:19:32.577Z[ recovery-image] Feb 27 15:19:32.400 INFO O| Feb 27 15:19:32.400 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362026-02-27T15:19:32.603Z[ recovery-image] Feb 27 15:19:32.417 INFO O| Feb 27 15:19:32.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
72372026-02-27T15:19:32.603Z[ recovery-image] Feb 27 15:19:32.417 INFO O| Feb 27 15:19:32.417 INFO STEP 782 (remove_files) COMPLETE
72382026-02-27T15:19:32.603Z[ recovery-image] Feb 27 15:19:32.417 INFO O| Feb 27 15:19:32.417 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392026-02-27T15:19:32.603Z[ recovery-image] Feb 27 15:19:32.434 INFO O| Feb 27 15:19:32.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
72402026-02-27T15:19:32.603Z[ recovery-image] Feb 27 15:19:32.434 INFO O| Feb 27 15:19:32.434 INFO STEP 783 (remove_files) COMPLETE
72412026-02-27T15:19:32.603Z[ recovery-image] Feb 27 15:19:32.434 INFO O| Feb 27 15:19:32.434 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422026-02-27T15:19:32.628Z[ recovery-image] Feb 27 15:19:32.455 INFO O| Feb 27 15:19:32.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
72432026-02-27T15:19:32.628Z[ recovery-image] Feb 27 15:19:32.455 INFO O| Feb 27 15:19:32.455 INFO STEP 784 (remove_files) COMPLETE
72442026-02-27T15:19:32.628Z[ recovery-image] Feb 27 15:19:32.455 INFO O| Feb 27 15:19:32.455 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452026-02-27T15:19:32.661Z[ recovery-image] Feb 27 15:19:32.470 INFO O| Feb 27 15:19:32.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
72462026-02-27T15:19:32.661Z[ recovery-image] Feb 27 15:19:32.471 INFO O| Feb 27 15:19:32.470 INFO STEP 785 (remove_files) COMPLETE
72472026-02-27T15:19:32.661Z[ recovery-image] Feb 27 15:19:32.471 INFO O| Feb 27 15:19:32.470 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482026-02-27T15:19:32.661Z[ recovery-image] Feb 27 15:19:32.484 INFO O| Feb 27 15:19:32.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
72492026-02-27T15:19:32.661Z[ recovery-image] Feb 27 15:19:32.484 INFO O| Feb 27 15:19:32.484 INFO STEP 786 (remove_files) COMPLETE
72502026-02-27T15:19:32.661Z[ recovery-image] Feb 27 15:19:32.484 INFO O| Feb 27 15:19:32.484 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512026-02-27T15:19:32.686Z[ recovery-image] Feb 27 15:19:32.498 INFO O| Feb 27 15:19:32.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
72522026-02-27T15:19:32.686Z[ recovery-image] Feb 27 15:19:32.498 INFO O| Feb 27 15:19:32.498 INFO STEP 787 (remove_files) COMPLETE
72532026-02-27T15:19:32.686Z[ recovery-image] Feb 27 15:19:32.498 INFO O| Feb 27 15:19:32.498 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542026-02-27T15:19:32.686Z[ recovery-image] Feb 27 15:19:32.511 INFO O| Feb 27 15:19:32.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
72552026-02-27T15:19:32.686Z[ recovery-image] Feb 27 15:19:32.511 INFO O| Feb 27 15:19:32.511 INFO STEP 788 (remove_files) COMPLETE
72562026-02-27T15:19:32.686Z[ recovery-image] Feb 27 15:19:32.511 INFO O| Feb 27 15:19:32.511 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572026-02-27T15:19:32.711Z[ recovery-image] Feb 27 15:19:32.525 INFO O| Feb 27 15:19:32.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
72582026-02-27T15:19:32.711Z[ recovery-image] Feb 27 15:19:32.525 INFO O| Feb 27 15:19:32.525 INFO STEP 789 (remove_files) COMPLETE
72592026-02-27T15:19:32.711Z[ recovery-image] Feb 27 15:19:32.525 INFO O| Feb 27 15:19:32.525 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602026-02-27T15:19:32.711Z[ recovery-image] Feb 27 15:19:32.541 INFO O| Feb 27 15:19:32.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72612026-02-27T15:19:32.711Z[ recovery-image] Feb 27 15:19:32.541 INFO O| Feb 27 15:19:32.541 INFO STEP 790 (remove_files) COMPLETE
72622026-02-27T15:19:32.711Z[ recovery-image] Feb 27 15:19:32.541 INFO O| Feb 27 15:19:32.541 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632026-02-27T15:19:32.736Z[ recovery-image] Feb 27 15:19:32.557 INFO O| Feb 27 15:19:32.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72642026-02-27T15:19:32.736Z[ recovery-image] Feb 27 15:19:32.557 INFO O| Feb 27 15:19:32.557 INFO STEP 791 (remove_files) COMPLETE
72652026-02-27T15:19:32.736Z[ recovery-image] Feb 27 15:19:32.557 INFO O| Feb 27 15:19:32.557 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662026-02-27T15:19:32.761Z[ recovery-image] Feb 27 15:19:32.571 INFO O| Feb 27 15:19:32.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72672026-02-27T15:19:32.761Z[ recovery-image] Feb 27 15:19:32.571 INFO O| Feb 27 15:19:32.571 INFO STEP 792 (remove_files) COMPLETE
72682026-02-27T15:19:32.761Z[ recovery-image] Feb 27 15:19:32.571 INFO O| Feb 27 15:19:32.571 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692026-02-27T15:19:32.761Z[ recovery-image] Feb 27 15:19:32.587 INFO O| Feb 27 15:19:32.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72702026-02-27T15:19:32.761Z[ recovery-image] Feb 27 15:19:32.588 INFO O| Feb 27 15:19:32.588 INFO STEP 793 (remove_files) COMPLETE
72712026-02-27T15:19:32.761Z[ recovery-image] Feb 27 15:19:32.588 INFO O| Feb 27 15:19:32.588 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722026-02-27T15:19:32.794Z[ recovery-image] Feb 27 15:19:32.606 INFO O| Feb 27 15:19:32.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72732026-02-27T15:19:32.795Z[ recovery-image] Feb 27 15:19:32.606 INFO O| Feb 27 15:19:32.606 INFO STEP 794 (remove_files) COMPLETE
72742026-02-27T15:19:32.795Z[ recovery-image] Feb 27 15:19:32.606 INFO O| Feb 27 15:19:32.606 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752026-02-27T15:19:32.820Z[ recovery-image] Feb 27 15:19:32.621 INFO O| Feb 27 15:19:32.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72762026-02-27T15:19:32.820Z[ recovery-image] Feb 27 15:19:32.622 INFO O| Feb 27 15:19:32.621 INFO STEP 795 (remove_files) COMPLETE
72772026-02-27T15:19:32.820Z[ recovery-image] Feb 27 15:19:32.622 INFO O| Feb 27 15:19:32.621 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782026-02-27T15:19:32.820Z[ recovery-image] Feb 27 15:19:32.641 INFO O| Feb 27 15:19:32.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72792026-02-27T15:19:32.820Z[ recovery-image] Feb 27 15:19:32.641 INFO O| Feb 27 15:19:32.641 INFO STEP 796 (remove_files) COMPLETE
72802026-02-27T15:19:32.820Z[ recovery-image] Feb 27 15:19:32.641 INFO O| Feb 27 15:19:32.641 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812026-02-27T15:19:32.846Z[ recovery-image] Feb 27 15:19:32.662 INFO O| Feb 27 15:19:32.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72822026-02-27T15:19:32.846Z[ recovery-image] Feb 27 15:19:32.662 INFO O| Feb 27 15:19:32.662 INFO STEP 797 (remove_files) COMPLETE
72832026-02-27T15:19:32.846Z[ recovery-image] Feb 27 15:19:32.662 INFO O| Feb 27 15:19:32.662 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842026-02-27T15:19:32.870Z[ recovery-image] Feb 27 15:19:32.685 INFO O| Feb 27 15:19:32.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72852026-02-27T15:19:32.870Z[ recovery-image] Feb 27 15:19:32.685 INFO O| Feb 27 15:19:32.685 INFO STEP 798 (remove_files) COMPLETE
72862026-02-27T15:19:32.870Z[ recovery-image] Feb 27 15:19:32.685 INFO O| Feb 27 15:19:32.685 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872026-02-27T15:19:32.895Z[ recovery-image] Feb 27 15:19:32.703 INFO O| Feb 27 15:19:32.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72882026-02-27T15:19:32.895Z[ recovery-image] Feb 27 15:19:32.703 INFO O| Feb 27 15:19:32.703 INFO STEP 799 (remove_files) COMPLETE
72892026-02-27T15:19:32.895Z[ recovery-image] Feb 27 15:19:32.703 INFO O| Feb 27 15:19:32.703 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902026-02-27T15:19:32.895Z[ recovery-image] Feb 27 15:19:32.717 INFO O| Feb 27 15:19:32.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72912026-02-27T15:19:32.895Z[ recovery-image] Feb 27 15:19:32.717 INFO O| Feb 27 15:19:32.717 INFO STEP 800 (remove_files) COMPLETE
72922026-02-27T15:19:32.895Z[ recovery-image] Feb 27 15:19:32.717 INFO O| Feb 27 15:19:32.717 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932026-02-27T15:19:32.920Z[ recovery-image] Feb 27 15:19:32.738 INFO O| Feb 27 15:19:32.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72942026-02-27T15:19:32.920Z[ recovery-image] Feb 27 15:19:32.738 INFO O| Feb 27 15:19:32.738 INFO STEP 801 (remove_files) COMPLETE
72952026-02-27T15:19:32.920Z[ recovery-image] Feb 27 15:19:32.738 INFO O| Feb 27 15:19:32.738 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962026-02-27T15:19:32.945Z[ recovery-image] Feb 27 15:19:32.758 INFO O| Feb 27 15:19:32.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72972026-02-27T15:19:32.945Z[ recovery-image] Feb 27 15:19:32.758 INFO O| Feb 27 15:19:32.758 INFO STEP 802 (remove_files) COMPLETE
72982026-02-27T15:19:32.945Z[ recovery-image] Feb 27 15:19:32.758 INFO O| Feb 27 15:19:32.758 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992026-02-27T15:19:32.969Z[ recovery-image] Feb 27 15:19:32.778 INFO O| Feb 27 15:19:32.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
73002026-02-27T15:19:32.969Z[ recovery-image] Feb 27 15:19:32.778 INFO O| Feb 27 15:19:32.778 INFO STEP 803 (remove_files) COMPLETE
73012026-02-27T15:19:32.969Z[ recovery-image] Feb 27 15:19:32.778 INFO O| Feb 27 15:19:32.778 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022026-02-27T15:19:32.969Z[ recovery-image] Feb 27 15:19:32.794 INFO O| Feb 27 15:19:32.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
73032026-02-27T15:19:32.969Z[ recovery-image] Feb 27 15:19:32.794 INFO O| Feb 27 15:19:32.794 INFO STEP 804 (remove_files) COMPLETE
73042026-02-27T15:19:32.970Z[ recovery-image] Feb 27 15:19:32.794 INFO O| Feb 27 15:19:32.794 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052026-02-27T15:19:32.995Z[ recovery-image] Feb 27 15:19:32.809 INFO O| Feb 27 15:19:32.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
73062026-02-27T15:19:32.995Z[ recovery-image] Feb 27 15:19:32.810 INFO O| Feb 27 15:19:32.810 INFO STEP 805 (remove_files) COMPLETE
73072026-02-27T15:19:32.995Z[ recovery-image] Feb 27 15:19:32.810 INFO O| Feb 27 15:19:32.810 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082026-02-27T15:19:32.995Z[ recovery-image] Feb 27 15:19:32.826 INFO O| Feb 27 15:19:32.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
73092026-02-27T15:19:32.995Z[ recovery-image] Feb 27 15:19:32.826 INFO O| Feb 27 15:19:32.826 INFO STEP 806 (remove_files) COMPLETE
73102026-02-27T15:19:32.995Z[ recovery-image] Feb 27 15:19:32.827 INFO O| Feb 27 15:19:32.826 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112026-02-27T15:19:33.021Z[ recovery-image] Feb 27 15:19:32.846 INFO O| Feb 27 15:19:32.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
73122026-02-27T15:19:33.021Z[ recovery-image] Feb 27 15:19:32.846 INFO O| Feb 27 15:19:32.846 INFO STEP 807 (remove_files) COMPLETE
73132026-02-27T15:19:33.021Z[ recovery-image] Feb 27 15:19:32.846 INFO O| Feb 27 15:19:32.846 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142026-02-27T15:19:33.046Z[ recovery-image] Feb 27 15:19:32.863 INFO O| Feb 27 15:19:32.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
73152026-02-27T15:19:33.046Z[ recovery-image] Feb 27 15:19:32.863 INFO O| Feb 27 15:19:32.863 INFO STEP 808 (remove_files) COMPLETE
73162026-02-27T15:19:33.046Z[ recovery-image] Feb 27 15:19:32.863 INFO O| Feb 27 15:19:32.863 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172026-02-27T15:19:33.071Z[ recovery-image] Feb 27 15:19:32.879 INFO O| Feb 27 15:19:32.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
73182026-02-27T15:19:33.071Z[ recovery-image] Feb 27 15:19:32.879 INFO O| Feb 27 15:19:32.879 INFO STEP 809 (remove_files) COMPLETE
73192026-02-27T15:19:33.071Z[ recovery-image] Feb 27 15:19:32.879 INFO O| Feb 27 15:19:32.879 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202026-02-27T15:19:33.071Z[ recovery-image] Feb 27 15:19:32.902 INFO O| Feb 27 15:19:32.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
73212026-02-27T15:19:33.071Z[ recovery-image] Feb 27 15:19:32.902 INFO O| Feb 27 15:19:32.902 INFO STEP 810 (remove_files) COMPLETE
73222026-02-27T15:19:33.071Z[ recovery-image] Feb 27 15:19:32.902 INFO O| Feb 27 15:19:32.902 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232026-02-27T15:19:33.095Z[ recovery-image] Feb 27 15:19:32.920 INFO O| Feb 27 15:19:32.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
73242026-02-27T15:19:33.095Z[ recovery-image] Feb 27 15:19:32.920 INFO O| Feb 27 15:19:32.920 INFO STEP 811 (remove_files) COMPLETE
73252026-02-27T15:19:33.095Z[ recovery-image] Feb 27 15:19:32.920 INFO O| Feb 27 15:19:32.920 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262026-02-27T15:19:33.120Z[ recovery-image] Feb 27 15:19:32.938 INFO O| Feb 27 15:19:32.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
73272026-02-27T15:19:33.120Z[ recovery-image] Feb 27 15:19:32.938 INFO O| Feb 27 15:19:32.938 INFO STEP 812 (remove_files) COMPLETE
73282026-02-27T15:19:33.120Z[ recovery-image] Feb 27 15:19:32.938 INFO O| Feb 27 15:19:32.938 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292026-02-27T15:19:33.150Z[ recovery-image] Feb 27 15:19:32.957 INFO O| Feb 27 15:19:32.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
73302026-02-27T15:19:33.150Z[ recovery-image] Feb 27 15:19:32.957 INFO O| Feb 27 15:19:32.957 INFO STEP 813 (remove_files) COMPLETE
73312026-02-27T15:19:33.150Z[ recovery-image] Feb 27 15:19:32.957 INFO O| Feb 27 15:19:32.957 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322026-02-27T15:19:33.150Z[ recovery-image] Feb 27 15:19:32.972 INFO O| Feb 27 15:19:32.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
73332026-02-27T15:19:33.150Z[ recovery-image] Feb 27 15:19:32.972 INFO O| Feb 27 15:19:32.972 INFO STEP 814 (remove_files) COMPLETE
73342026-02-27T15:19:33.150Z[ recovery-image] Feb 27 15:19:32.972 INFO O| Feb 27 15:19:32.972 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352026-02-27T15:19:33.175Z[ recovery-image] Feb 27 15:19:32.989 INFO O| Feb 27 15:19:32.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
73362026-02-27T15:19:33.175Z[ recovery-image] Feb 27 15:19:32.990 INFO O| Feb 27 15:19:32.990 INFO STEP 815 (remove_files) COMPLETE
73372026-02-27T15:19:33.175Z[ recovery-image] Feb 27 15:19:32.990 INFO O| Feb 27 15:19:32.990 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382026-02-27T15:19:33.201Z[ recovery-image] Feb 27 15:19:33.008 INFO O| Feb 27 15:19:33.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
73392026-02-27T15:19:33.201Z[ recovery-image] Feb 27 15:19:33.008 INFO O| Feb 27 15:19:33.008 INFO STEP 816 (remove_files) COMPLETE
73402026-02-27T15:19:33.201Z[ recovery-image] Feb 27 15:19:33.008 INFO O| Feb 27 15:19:33.008 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412026-02-27T15:19:33.201Z[ recovery-image] Feb 27 15:19:33.026 INFO O| Feb 27 15:19:33.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
73422026-02-27T15:19:33.201Z[ recovery-image] Feb 27 15:19:33.026 INFO O| Feb 27 15:19:33.026 INFO STEP 817 (remove_files) COMPLETE
73432026-02-27T15:19:33.201Z[ recovery-image] Feb 27 15:19:33.026 INFO O| Feb 27 15:19:33.026 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442026-02-27T15:19:33.227Z[ recovery-image] Feb 27 15:19:33.044 INFO O| Feb 27 15:19:33.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
73452026-02-27T15:19:33.227Z[ recovery-image] Feb 27 15:19:33.044 INFO O| Feb 27 15:19:33.044 INFO STEP 818 (remove_files) COMPLETE
73462026-02-27T15:19:33.228Z[ recovery-image] Feb 27 15:19:33.044 INFO O| Feb 27 15:19:33.044 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472026-02-27T15:19:33.253Z[ recovery-image] Feb 27 15:19:33.061 INFO O| Feb 27 15:19:33.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
73482026-02-27T15:19:33.253Z[ recovery-image] Feb 27 15:19:33.061 INFO O| Feb 27 15:19:33.061 INFO STEP 819 (remove_files) COMPLETE
73492026-02-27T15:19:33.253Z[ recovery-image] Feb 27 15:19:33.061 INFO O| Feb 27 15:19:33.061 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502026-02-27T15:19:33.253Z[ recovery-image] Feb 27 15:19:33.074 INFO O| Feb 27 15:19:33.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
73512026-02-27T15:19:33.253Z[ recovery-image] Feb 27 15:19:33.074 INFO O| Feb 27 15:19:33.074 INFO STEP 820 (remove_files) COMPLETE
73522026-02-27T15:19:33.253Z[ recovery-image] Feb 27 15:19:33.074 INFO O| Feb 27 15:19:33.074 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532026-02-27T15:19:33.278Z[ recovery-image] Feb 27 15:19:33.087 INFO O| Feb 27 15:19:33.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
73542026-02-27T15:19:33.278Z[ recovery-image] Feb 27 15:19:33.087 INFO O| Feb 27 15:19:33.087 INFO STEP 821 (remove_files) COMPLETE
73552026-02-27T15:19:33.278Z[ recovery-image] Feb 27 15:19:33.087 INFO O| Feb 27 15:19:33.087 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562026-02-27T15:19:33.278Z[ recovery-image] Feb 27 15:19:33.100 INFO O| Feb 27 15:19:33.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
73572026-02-27T15:19:33.278Z[ recovery-image] Feb 27 15:19:33.100 INFO O| Feb 27 15:19:33.100 INFO STEP 822 (remove_files) COMPLETE
73582026-02-27T15:19:33.278Z[ recovery-image] Feb 27 15:19:33.100 INFO O| Feb 27 15:19:33.100 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592026-02-27T15:19:33.304Z[ recovery-image] Feb 27 15:19:33.117 INFO O| Feb 27 15:19:33.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
73602026-02-27T15:19:33.304Z[ recovery-image] Feb 27 15:19:33.117 INFO O| Feb 27 15:19:33.117 INFO STEP 823 (remove_files) COMPLETE
73612026-02-27T15:19:33.304Z[ recovery-image] Feb 27 15:19:33.117 INFO O| Feb 27 15:19:33.117 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622026-02-27T15:19:33.331Z[ recovery-image] Feb 27 15:19:33.138 INFO O| Feb 27 15:19:33.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73632026-02-27T15:19:33.332Z[ recovery-image] Feb 27 15:19:33.139 INFO O| Feb 27 15:19:33.139 INFO STEP 824 (remove_files) COMPLETE
73642026-02-27T15:19:33.332Z[ recovery-image] Feb 27 15:19:33.139 INFO O| Feb 27 15:19:33.139 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652026-02-27T15:19:33.332Z[ recovery-image] Feb 27 15:19:33.155 INFO O| Feb 27 15:19:33.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73662026-02-27T15:19:33.332Z[ recovery-image] Feb 27 15:19:33.155 INFO O| Feb 27 15:19:33.155 INFO STEP 825 (remove_files) COMPLETE
73672026-02-27T15:19:33.332Z[ recovery-image] Feb 27 15:19:33.155 INFO O| Feb 27 15:19:33.155 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682026-02-27T15:19:33.356Z[ recovery-image] Feb 27 15:19:33.173 INFO O| Feb 27 15:19:33.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73692026-02-27T15:19:33.356Z[ recovery-image] Feb 27 15:19:33.173 INFO O| Feb 27 15:19:33.173 INFO STEP 826 (remove_files) COMPLETE
73702026-02-27T15:19:33.356Z[ recovery-image] Feb 27 15:19:33.173 INFO O| Feb 27 15:19:33.173 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712026-02-27T15:19:33.356Z[ recovery-image] Feb 27 15:19:33.187 INFO O| Feb 27 15:19:33.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73722026-02-27T15:19:33.356Z[ recovery-image] Feb 27 15:19:33.187 INFO O| Feb 27 15:19:33.187 INFO STEP 827 (remove_files) COMPLETE
73732026-02-27T15:19:33.356Z[ recovery-image] Feb 27 15:19:33.187 INFO O| Feb 27 15:19:33.187 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742026-02-27T15:19:33.815Z[ recovery-image] Feb 27 15:19:33.200 INFO O| Feb 27 15:19:33.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73752026-02-27T15:19:33.815Z[ recovery-image] Feb 27 15:19:33.200 INFO O| Feb 27 15:19:33.200 INFO STEP 828 (remove_files) COMPLETE
73762026-02-27T15:19:33.815Z[ recovery-image] Feb 27 15:19:33.200 INFO O| Feb 27 15:19:33.200 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772026-02-27T15:19:34.006Z[ recovery-image] Feb 27 15:19:33.214 INFO O| Feb 27 15:19:33.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73782026-02-27T15:19:34.006Z[ recovery-image] Feb 27 15:19:33.215 INFO O| Feb 27 15:19:33.215 INFO STEP 829 (remove_files) COMPLETE
73792026-02-27T15:19:34.006Z[ recovery-image] Feb 27 15:19:33.215 INFO O| Feb 27 15:19:33.215 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802026-02-27T15:19:34.006Z[ recovery-image] Feb 27 15:19:33.230 INFO O| Feb 27 15:19:33.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73812026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.231 INFO O| Feb 27 15:19:33.230 INFO STEP 830 (remove_files) COMPLETE
73822026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.231 INFO O| Feb 27 15:19:33.230 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.249 INFO O| Feb 27 15:19:33.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73842026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.249 INFO O| Feb 27 15:19:33.249 INFO STEP 831 (remove_files) COMPLETE
73852026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.249 INFO O| Feb 27 15:19:33.249 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.261 INFO O| Feb 27 15:19:33.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73872026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.261 INFO O| Feb 27 15:19:33.261 INFO STEP 832 (remove_files) COMPLETE
73882026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.261 INFO O| Feb 27 15:19:33.261 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.278 INFO O| Feb 27 15:19:33.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73902026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.278 INFO O| Feb 27 15:19:33.278 INFO STEP 833 (remove_files) COMPLETE
73912026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.278 INFO O| Feb 27 15:19:33.278 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.293 INFO O| Feb 27 15:19:33.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73932026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.293 INFO O| Feb 27 15:19:33.293 INFO STEP 834 (remove_files) COMPLETE
73942026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.293 INFO O| Feb 27 15:19:33.293 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.306 INFO O| Feb 27 15:19:33.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73962026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.306 INFO O| Feb 27 15:19:33.306 INFO STEP 835 (remove_files) COMPLETE
73972026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.306 INFO O| Feb 27 15:19:33.306 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.317 INFO O| Feb 27 15:19:33.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73992026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.317 INFO O| Feb 27 15:19:33.317 INFO STEP 836 (remove_files) COMPLETE
74002026-02-27T15:19:34.007Z[ recovery-image] Feb 27 15:19:33.317 INFO O| Feb 27 15:19:33.317 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.330 INFO O| Feb 27 15:19:33.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
74022026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.330 INFO O| Feb 27 15:19:33.330 INFO STEP 837 (remove_files) COMPLETE
74032026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.330 INFO O| Feb 27 15:19:33.330 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.343 INFO O| Feb 27 15:19:33.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
74052026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.343 INFO O| Feb 27 15:19:33.343 INFO STEP 838 (remove_files) COMPLETE
74062026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.343 INFO O| Feb 27 15:19:33.343 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.361 INFO O| Feb 27 15:19:33.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
74082026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.362 INFO O| Feb 27 15:19:33.362 INFO STEP 839 (remove_files) COMPLETE
74092026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.362 INFO O| Feb 27 15:19:33.362 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.377 INFO O| Feb 27 15:19:33.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
74112026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.377 INFO O| Feb 27 15:19:33.377 INFO STEP 840 (remove_files) COMPLETE
74122026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.377 INFO O| Feb 27 15:19:33.377 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.393 INFO O| Feb 27 15:19:33.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
74142026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.393 INFO O| Feb 27 15:19:33.393 INFO STEP 841 (remove_files) COMPLETE
74152026-02-27T15:19:34.008Z[ recovery-image] Feb 27 15:19:33.393 INFO O| Feb 27 15:19:33.393 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.405 INFO O| Feb 27 15:19:33.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
74172026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.405 INFO O| Feb 27 15:19:33.405 INFO STEP 842 (remove_files) COMPLETE
74182026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.405 INFO O| Feb 27 15:19:33.405 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.417 INFO O| Feb 27 15:19:33.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
74202026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.417 INFO O| Feb 27 15:19:33.417 INFO STEP 843 (remove_files) COMPLETE
74212026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.417 INFO O| Feb 27 15:19:33.417 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.430 INFO O| Feb 27 15:19:33.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
74232026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.430 INFO O| Feb 27 15:19:33.430 INFO STEP 844 (remove_files) COMPLETE
74242026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.430 INFO O| Feb 27 15:19:33.430 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.449 INFO O| Feb 27 15:19:33.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
74262026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.449 INFO O| Feb 27 15:19:33.449 INFO STEP 845 (remove_files) COMPLETE
74272026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.449 INFO O| Feb 27 15:19:33.449 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.464 INFO O| Feb 27 15:19:33.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
74292026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.465 INFO O| Feb 27 15:19:33.465 INFO STEP 846 (remove_files) COMPLETE
74302026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.465 INFO O| Feb 27 15:19:33.465 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.486 INFO O| Feb 27 15:19:33.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
74322026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.486 INFO O| Feb 27 15:19:33.486 INFO STEP 847 (remove_files) COMPLETE
74332026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.486 INFO O| Feb 27 15:19:33.486 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.500 INFO O| Feb 27 15:19:33.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
74352026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.500 INFO O| Feb 27 15:19:33.500 INFO STEP 848 (remove_files) COMPLETE
74362026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.500 INFO O| Feb 27 15:19:33.500 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.514 INFO O| Feb 27 15:19:33.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
74382026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.514 INFO O| Feb 27 15:19:33.514 INFO STEP 849 (remove_files) COMPLETE
74392026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.514 INFO O| Feb 27 15:19:33.514 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.532 INFO O| Feb 27 15:19:33.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
74412026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.533 INFO O| Feb 27 15:19:33.532 INFO STEP 850 (remove_files) COMPLETE
74422026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.533 INFO O| Feb 27 15:19:33.533 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.546 INFO O| Feb 27 15:19:33.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
74442026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.546 INFO O| Feb 27 15:19:33.546 INFO STEP 851 (remove_files) COMPLETE
74452026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.546 INFO O| Feb 27 15:19:33.546 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.562 INFO O| Feb 27 15:19:33.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
74472026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.563 INFO O| Feb 27 15:19:33.563 INFO STEP 852 (remove_files) COMPLETE
74482026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.563 INFO O| Feb 27 15:19:33.563 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.577 INFO O| Feb 27 15:19:33.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
74502026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.577 INFO O| Feb 27 15:19:33.577 INFO STEP 853 (remove_files) COMPLETE
74512026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.577 INFO O| Feb 27 15:19:33.577 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.588 INFO O| Feb 27 15:19:33.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
74532026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.588 INFO O| Feb 27 15:19:33.588 INFO STEP 854 (remove_files) COMPLETE
74542026-02-27T15:19:34.009Z[ recovery-image] Feb 27 15:19:33.589 INFO O| Feb 27 15:19:33.588 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.608 INFO O| Feb 27 15:19:33.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
74562026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.608 INFO O| Feb 27 15:19:33.608 INFO STEP 855 (remove_files) COMPLETE
74572026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.608 INFO O| Feb 27 15:19:33.608 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.625 INFO O| Feb 27 15:19:33.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
74592026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.625 INFO O| Feb 27 15:19:33.625 INFO STEP 856 (remove_files) COMPLETE
74602026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.625 INFO O| Feb 27 15:19:33.625 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.641 INFO O| Feb 27 15:19:33.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74622026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.641 INFO O| Feb 27 15:19:33.641 INFO STEP 857 (remove_files) COMPLETE
74632026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.641 INFO O| Feb 27 15:19:33.641 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.658 INFO O| Feb 27 15:19:33.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74652026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.658 INFO O| Feb 27 15:19:33.658 INFO STEP 858 (remove_files) COMPLETE
74662026-02-27T15:19:34.010Z[ recovery-image] Feb 27 15:19:33.658 INFO O| Feb 27 15:19:33.658 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.673 INFO O| Feb 27 15:19:33.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74682026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.673 INFO O| Feb 27 15:19:33.673 INFO STEP 859 (remove_files) COMPLETE
74692026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.673 INFO O| Feb 27 15:19:33.673 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.689 INFO O| Feb 27 15:19:33.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74712026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.689 INFO O| Feb 27 15:19:33.689 INFO STEP 860 (remove_files) COMPLETE
74722026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.689 INFO O| Feb 27 15:19:33.689 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.702 INFO O| Feb 27 15:19:33.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74742026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.702 INFO O| Feb 27 15:19:33.702 INFO STEP 861 (remove_files) COMPLETE
74752026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.702 INFO O| Feb 27 15:19:33.702 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.713 INFO O| Feb 27 15:19:33.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74772026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.714 INFO O| Feb 27 15:19:33.714 INFO STEP 862 (remove_files) COMPLETE
74782026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.714 INFO O| Feb 27 15:19:33.714 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.726 INFO O| Feb 27 15:19:33.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74802026-02-27T15:19:34.035Z[ recovery-image] Feb 27 15:19:33.726 INFO O| Feb 27 15:19:33.726 INFO STEP 863 (remove_files) COMPLETE
74812026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.726 INFO O| Feb 27 15:19:33.726 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.737 INFO O| Feb 27 15:19:33.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74832026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.738 INFO O| Feb 27 15:19:33.738 INFO STEP 864 (remove_files) COMPLETE
74842026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.738 INFO O| Feb 27 15:19:33.738 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.754 INFO O| Feb 27 15:19:33.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74862026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.754 INFO O| Feb 27 15:19:33.754 INFO STEP 865 (remove_files) COMPLETE
74872026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.754 INFO O| Feb 27 15:19:33.754 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.766 INFO O| Feb 27 15:19:33.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74892026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.767 INFO O| Feb 27 15:19:33.767 INFO STEP 866 (remove_files) COMPLETE
74902026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.767 INFO O| Feb 27 15:19:33.767 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.778 INFO O| Feb 27 15:19:33.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74922026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.778 INFO O| Feb 27 15:19:33.778 INFO STEP 867 (remove_files) COMPLETE
74932026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.779 INFO O| Feb 27 15:19:33.778 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.790 INFO O| Feb 27 15:19:33.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74952026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.791 INFO O| Feb 27 15:19:33.791 INFO STEP 868 (remove_files) COMPLETE
74962026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.791 INFO O| Feb 27 15:19:33.791 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.806 INFO O| Feb 27 15:19:33.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74982026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.806 INFO O| Feb 27 15:19:33.806 INFO STEP 869 (remove_files) COMPLETE
74992026-02-27T15:19:34.036Z[ recovery-image] Feb 27 15:19:33.806 INFO O| Feb 27 15:19:33.806 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.820 INFO O| Feb 27 15:19:33.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
75012026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.821 INFO O| Feb 27 15:19:33.821 INFO STEP 870 (remove_files) COMPLETE
75022026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.821 INFO O| Feb 27 15:19:33.821 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.838 INFO O| Feb 27 15:19:33.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
75042026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.838 INFO O| Feb 27 15:19:33.838 INFO STEP 871 (remove_files) COMPLETE
75052026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.838 INFO O| Feb 27 15:19:33.838 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.853 INFO O| Feb 27 15:19:33.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
75072026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.853 INFO O| Feb 27 15:19:33.853 INFO STEP 872 (remove_files) COMPLETE
75082026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.853 INFO O| Feb 27 15:19:33.853 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.867 INFO O| Feb 27 15:19:33.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
75102026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.867 INFO O| Feb 27 15:19:33.867 INFO STEP 873 (remove_files) COMPLETE
75112026-02-27T15:19:34.037Z[ recovery-image] Feb 27 15:19:33.867 INFO O| Feb 27 15:19:33.867 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122026-02-27T15:19:34.063Z[ recovery-image] Feb 27 15:19:33.881 INFO O| Feb 27 15:19:33.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
75132026-02-27T15:19:34.063Z[ recovery-image] Feb 27 15:19:33.881 INFO O| Feb 27 15:19:33.881 INFO STEP 874 (remove_files) COMPLETE
75142026-02-27T15:19:34.063Z[ recovery-image] Feb 27 15:19:33.881 INFO O| Feb 27 15:19:33.881 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152026-02-27T15:19:34.089Z[ recovery-image] Feb 27 15:19:33.898 INFO O| Feb 27 15:19:33.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
75162026-02-27T15:19:34.089Z[ recovery-image] Feb 27 15:19:33.898 INFO O| Feb 27 15:19:33.898 INFO STEP 875 (remove_files) COMPLETE
75172026-02-27T15:19:34.089Z[ recovery-image] Feb 27 15:19:33.898 INFO O| Feb 27 15:19:33.898 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182026-02-27T15:19:34.089Z[ recovery-image] Feb 27 15:19:33.919 INFO O| Feb 27 15:19:33.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
75192026-02-27T15:19:34.089Z[ recovery-image] Feb 27 15:19:33.919 INFO O| Feb 27 15:19:33.919 INFO STEP 876 (remove_files) COMPLETE
75202026-02-27T15:19:34.089Z[ recovery-image] Feb 27 15:19:33.919 INFO O| Feb 27 15:19:33.919 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212026-02-27T15:19:34.115Z[ recovery-image] Feb 27 15:19:33.943 INFO O| Feb 27 15:19:33.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
75222026-02-27T15:19:34.115Z[ recovery-image] Feb 27 15:19:33.943 INFO O| Feb 27 15:19:33.943 INFO STEP 877 (remove_files) COMPLETE
75232026-02-27T15:19:34.115Z[ recovery-image] Feb 27 15:19:33.943 INFO O| Feb 27 15:19:33.943 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242026-02-27T15:19:34.139Z[ recovery-image] Feb 27 15:19:33.959 INFO O| Feb 27 15:19:33.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
75252026-02-27T15:19:34.139Z[ recovery-image] Feb 27 15:19:33.959 INFO O| Feb 27 15:19:33.959 INFO STEP 878 (remove_files) COMPLETE
75262026-02-27T15:19:34.139Z[ recovery-image] Feb 27 15:19:33.959 INFO O| Feb 27 15:19:33.959 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272026-02-27T15:19:34.164Z[ recovery-image] Feb 27 15:19:33.974 INFO O| Feb 27 15:19:33.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
75282026-02-27T15:19:34.164Z[ recovery-image] Feb 27 15:19:33.974 INFO O| Feb 27 15:19:33.974 INFO STEP 879 (remove_files) COMPLETE
75292026-02-27T15:19:34.164Z[ recovery-image] Feb 27 15:19:33.974 INFO O| Feb 27 15:19:33.974 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302026-02-27T15:19:34.164Z[ recovery-image] Feb 27 15:19:33.988 INFO O| Feb 27 15:19:33.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
75312026-02-27T15:19:34.164Z[ recovery-image] Feb 27 15:19:33.989 INFO O| Feb 27 15:19:33.988 INFO STEP 880 (remove_files) COMPLETE
75322026-02-27T15:19:34.164Z[ recovery-image] Feb 27 15:19:33.989 INFO O| Feb 27 15:19:33.989 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332026-02-27T15:19:34.189Z[ recovery-image] Feb 27 15:19:34.004 INFO O| Feb 27 15:19:34.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
75342026-02-27T15:19:34.189Z[ recovery-image] Feb 27 15:19:34.004 INFO O| Feb 27 15:19:34.004 INFO STEP 881 (remove_files) COMPLETE
75352026-02-27T15:19:34.189Z[ recovery-image] Feb 27 15:19:34.004 INFO O| Feb 27 15:19:34.004 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362026-02-27T15:19:34.189Z[ recovery-image] Feb 27 15:19:34.018 INFO O| Feb 27 15:19:34.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
75372026-02-27T15:19:34.189Z[ recovery-image] Feb 27 15:19:34.018 INFO O| Feb 27 15:19:34.018 INFO STEP 882 (remove_files) COMPLETE
75382026-02-27T15:19:34.189Z[ recovery-image] Feb 27 15:19:34.018 INFO O| Feb 27 15:19:34.018 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392026-02-27T15:19:34.213Z[ recovery-image] Feb 27 15:19:34.032 INFO O| Feb 27 15:19:34.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
75402026-02-27T15:19:34.213Z[ recovery-image] Feb 27 15:19:34.032 INFO O| Feb 27 15:19:34.032 INFO STEP 883 (remove_files) COMPLETE
75412026-02-27T15:19:34.213Z[ recovery-image] Feb 27 15:19:34.032 INFO O| Feb 27 15:19:34.032 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422026-02-27T15:19:34.213Z[ recovery-image] Feb 27 15:19:34.045 INFO O| Feb 27 15:19:34.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
75432026-02-27T15:19:34.213Z[ recovery-image] Feb 27 15:19:34.045 INFO O| Feb 27 15:19:34.045 INFO STEP 884 (remove_files) COMPLETE
75442026-02-27T15:19:34.213Z[ recovery-image] Feb 27 15:19:34.045 INFO O| Feb 27 15:19:34.045 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452026-02-27T15:19:34.238Z[ recovery-image] Feb 27 15:19:34.062 INFO O| Feb 27 15:19:34.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
75462026-02-27T15:19:34.238Z[ recovery-image] Feb 27 15:19:34.062 INFO O| Feb 27 15:19:34.062 INFO STEP 885 (remove_files) COMPLETE
75472026-02-27T15:19:34.238Z[ recovery-image] Feb 27 15:19:34.062 INFO O| Feb 27 15:19:34.062 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482026-02-27T15:19:34.264Z[ recovery-image] Feb 27 15:19:34.075 INFO O| Feb 27 15:19:34.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
75492026-02-27T15:19:34.264Z[ recovery-image] Feb 27 15:19:34.075 INFO O| Feb 27 15:19:34.075 INFO STEP 886 (remove_files) COMPLETE
75502026-02-27T15:19:34.264Z[ recovery-image] Feb 27 15:19:34.075 INFO O| Feb 27 15:19:34.075 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512026-02-27T15:19:34.264Z[ recovery-image] Feb 27 15:19:34.088 INFO O| Feb 27 15:19:34.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
75522026-02-27T15:19:34.264Z[ recovery-image] Feb 27 15:19:34.088 INFO O| Feb 27 15:19:34.088 INFO STEP 887 (remove_files) COMPLETE
75532026-02-27T15:19:34.264Z[ recovery-image] Feb 27 15:19:34.088 INFO O| Feb 27 15:19:34.088 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542026-02-27T15:19:34.289Z[ recovery-image] Feb 27 15:19:34.105 INFO O| Feb 27 15:19:34.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
75552026-02-27T15:19:34.289Z[ recovery-image] Feb 27 15:19:34.106 INFO O| Feb 27 15:19:34.105 INFO STEP 888 (remove_files) COMPLETE
75562026-02-27T15:19:34.289Z[ recovery-image] Feb 27 15:19:34.106 INFO O| Feb 27 15:19:34.105 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572026-02-27T15:19:34.314Z[ recovery-image] Feb 27 15:19:34.123 INFO O| Feb 27 15:19:34.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
75582026-02-27T15:19:34.314Z[ recovery-image] Feb 27 15:19:34.123 INFO O| Feb 27 15:19:34.123 INFO STEP 889 (remove_files) COMPLETE
75592026-02-27T15:19:34.315Z[ recovery-image] Feb 27 15:19:34.123 INFO O| Feb 27 15:19:34.123 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602026-02-27T15:19:34.315Z[ recovery-image] Feb 27 15:19:34.137 INFO O| Feb 27 15:19:34.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75612026-02-27T15:19:34.315Z[ recovery-image] Feb 27 15:19:34.137 INFO O| Feb 27 15:19:34.137 INFO STEP 890 (remove_files) COMPLETE
75622026-02-27T15:19:34.315Z[ recovery-image] Feb 27 15:19:34.137 INFO O| Feb 27 15:19:34.137 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632026-02-27T15:19:34.340Z[ recovery-image] Feb 27 15:19:34.150 INFO O| Feb 27 15:19:34.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75642026-02-27T15:19:34.340Z[ recovery-image] Feb 27 15:19:34.150 INFO O| Feb 27 15:19:34.150 INFO STEP 891 (remove_files) COMPLETE
75652026-02-27T15:19:34.340Z[ recovery-image] Feb 27 15:19:34.150 INFO O| Feb 27 15:19:34.150 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662026-02-27T15:19:34.341Z[ recovery-image] Feb 27 15:19:34.162 INFO O| Feb 27 15:19:34.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75672026-02-27T15:19:34.341Z[ recovery-image] Feb 27 15:19:34.162 INFO O| Feb 27 15:19:34.162 INFO STEP 892 (remove_files) COMPLETE
75682026-02-27T15:19:34.341Z[ recovery-image] Feb 27 15:19:34.162 INFO O| Feb 27 15:19:34.162 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692026-02-27T15:19:34.369Z[ recovery-image] Feb 27 15:19:34.174 INFO O| Feb 27 15:19:34.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75702026-02-27T15:19:34.369Z[ recovery-image] Feb 27 15:19:34.174 INFO O| Feb 27 15:19:34.174 INFO STEP 893 (remove_files) COMPLETE
75712026-02-27T15:19:34.369Z[ recovery-image] Feb 27 15:19:34.174 INFO O| Feb 27 15:19:34.174 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722026-02-27T15:19:34.369Z[ recovery-image] Feb 27 15:19:34.186 INFO O| Feb 27 15:19:34.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75732026-02-27T15:19:34.369Z[ recovery-image] Feb 27 15:19:34.186 INFO O| Feb 27 15:19:34.186 INFO STEP 894 (remove_files) COMPLETE
75742026-02-27T15:19:34.369Z[ recovery-image] Feb 27 15:19:34.186 INFO O| Feb 27 15:19:34.186 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752026-02-27T15:19:34.396Z[ recovery-image] Feb 27 15:19:34.203 INFO O| Feb 27 15:19:34.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75762026-02-27T15:19:34.396Z[ recovery-image] Feb 27 15:19:34.203 INFO O| Feb 27 15:19:34.203 INFO STEP 895 (remove_files) COMPLETE
75772026-02-27T15:19:34.396Z[ recovery-image] Feb 27 15:19:34.203 INFO O| Feb 27 15:19:34.203 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782026-02-27T15:19:34.396Z[ recovery-image] Feb 27 15:19:34.215 INFO O| Feb 27 15:19:34.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75792026-02-27T15:19:34.396Z[ recovery-image] Feb 27 15:19:34.215 INFO O| Feb 27 15:19:34.215 INFO STEP 896 (remove_files) COMPLETE
75802026-02-27T15:19:34.396Z[ recovery-image] Feb 27 15:19:34.215 INFO O| Feb 27 15:19:34.215 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812026-02-27T15:19:34.421Z[ recovery-image] Feb 27 15:19:34.231 INFO O| Feb 27 15:19:34.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75822026-02-27T15:19:34.421Z[ recovery-image] Feb 27 15:19:34.231 INFO O| Feb 27 15:19:34.231 INFO STEP 897 (remove_files) COMPLETE
75832026-02-27T15:19:34.421Z[ recovery-image] Feb 27 15:19:34.231 INFO O| Feb 27 15:19:34.231 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842026-02-27T15:19:34.421Z[ recovery-image] Feb 27 15:19:34.243 INFO O| Feb 27 15:19:34.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75852026-02-27T15:19:34.421Z[ recovery-image] Feb 27 15:19:34.243 INFO O| Feb 27 15:19:34.243 INFO STEP 898 (remove_files) COMPLETE
75862026-02-27T15:19:34.421Z[ recovery-image] Feb 27 15:19:34.243 INFO O| Feb 27 15:19:34.243 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872026-02-27T15:19:34.445Z[ recovery-image] Feb 27 15:19:34.266 INFO O| Feb 27 15:19:34.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75882026-02-27T15:19:34.446Z[ recovery-image] Feb 27 15:19:34.266 INFO O| Feb 27 15:19:34.266 INFO STEP 899 (remove_files) COMPLETE
75892026-02-27T15:19:34.446Z[ recovery-image] Feb 27 15:19:34.266 INFO O| Feb 27 15:19:34.266 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902026-02-27T15:19:34.470Z[ recovery-image] Feb 27 15:19:34.287 INFO O| Feb 27 15:19:34.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75912026-02-27T15:19:34.470Z[ recovery-image] Feb 27 15:19:34.287 INFO O| Feb 27 15:19:34.287 INFO STEP 900 (remove_files) COMPLETE
75922026-02-27T15:19:34.471Z[ recovery-image] Feb 27 15:19:34.287 INFO O| Feb 27 15:19:34.287 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932026-02-27T15:19:34.496Z[ recovery-image] Feb 27 15:19:34.304 INFO O| Feb 27 15:19:34.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75942026-02-27T15:19:34.496Z[ recovery-image] Feb 27 15:19:34.304 INFO O| Feb 27 15:19:34.304 INFO STEP 901 (remove_files) COMPLETE
75952026-02-27T15:19:34.496Z[ recovery-image] Feb 27 15:19:34.304 INFO O| Feb 27 15:19:34.304 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962026-02-27T15:19:34.496Z[ recovery-image] Feb 27 15:19:34.324 INFO O| Feb 27 15:19:34.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75972026-02-27T15:19:34.496Z[ recovery-image] Feb 27 15:19:34.325 INFO O| Feb 27 15:19:34.325 INFO STEP 902 (remove_files) COMPLETE
75982026-02-27T15:19:34.496Z[ recovery-image] Feb 27 15:19:34.325 INFO O| Feb 27 15:19:34.325 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992026-02-27T15:19:34.521Z[ recovery-image] Feb 27 15:19:34.338 INFO O| Feb 27 15:19:34.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
76002026-02-27T15:19:34.521Z[ recovery-image] Feb 27 15:19:34.338 INFO O| Feb 27 15:19:34.338 INFO STEP 903 (remove_files) COMPLETE
76012026-02-27T15:19:34.521Z[ recovery-image] Feb 27 15:19:34.338 INFO O| Feb 27 15:19:34.338 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022026-02-27T15:19:34.521Z[ recovery-image] Feb 27 15:19:34.349 INFO O| Feb 27 15:19:34.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
76032026-02-27T15:19:34.521Z[ recovery-image] Feb 27 15:19:34.349 INFO O| Feb 27 15:19:34.349 INFO STEP 904 (remove_files) COMPLETE
76042026-02-27T15:19:34.521Z[ recovery-image] Feb 27 15:19:34.349 INFO O| Feb 27 15:19:34.349 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052026-02-27T15:19:34.547Z[ recovery-image] Feb 27 15:19:34.368 INFO O| Feb 27 15:19:34.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
76062026-02-27T15:19:34.547Z[ recovery-image] Feb 27 15:19:34.369 INFO O| Feb 27 15:19:34.368 INFO STEP 905 (remove_files) COMPLETE
76072026-02-27T15:19:34.547Z[ recovery-image] Feb 27 15:19:34.369 INFO O| Feb 27 15:19:34.368 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082026-02-27T15:19:34.572Z[ recovery-image] Feb 27 15:19:34.387 INFO O| Feb 27 15:19:34.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
76092026-02-27T15:19:34.572Z[ recovery-image] Feb 27 15:19:34.387 INFO O| Feb 27 15:19:34.387 INFO STEP 906 (remove_files) COMPLETE
76102026-02-27T15:19:34.572Z[ recovery-image] Feb 27 15:19:34.387 INFO O| Feb 27 15:19:34.387 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112026-02-27T15:19:34.572Z[ recovery-image] Feb 27 15:19:34.401 INFO O| Feb 27 15:19:34.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
76122026-02-27T15:19:34.572Z[ recovery-image] Feb 27 15:19:34.401 INFO O| Feb 27 15:19:34.401 INFO STEP 907 (remove_files) COMPLETE
76132026-02-27T15:19:34.572Z[ recovery-image] Feb 27 15:19:34.401 INFO O| Feb 27 15:19:34.401 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142026-02-27T15:19:34.597Z[ recovery-image] Feb 27 15:19:34.412 INFO O| Feb 27 15:19:34.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
76152026-02-27T15:19:34.597Z[ recovery-image] Feb 27 15:19:34.412 INFO O| Feb 27 15:19:34.412 INFO STEP 908 (remove_files) COMPLETE
76162026-02-27T15:19:34.597Z[ recovery-image] Feb 27 15:19:34.412 INFO O| Feb 27 15:19:34.412 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172026-02-27T15:19:34.597Z[ recovery-image] Feb 27 15:19:34.423 INFO O| Feb 27 15:19:34.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
76182026-02-27T15:19:34.597Z[ recovery-image] Feb 27 15:19:34.423 INFO O| Feb 27 15:19:34.423 INFO STEP 909 (remove_files) COMPLETE
76192026-02-27T15:19:34.597Z[ recovery-image] Feb 27 15:19:34.423 INFO O| Feb 27 15:19:34.423 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202026-02-27T15:19:34.623Z[ recovery-image] Feb 27 15:19:34.439 INFO O| Feb 27 15:19:34.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
76212026-02-27T15:19:34.623Z[ recovery-image] Feb 27 15:19:34.439 INFO O| Feb 27 15:19:34.439 INFO STEP 910 (remove_files) COMPLETE
76222026-02-27T15:19:34.623Z[ recovery-image] Feb 27 15:19:34.439 INFO O| Feb 27 15:19:34.439 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232026-02-27T15:19:34.649Z[ recovery-image] Feb 27 15:19:34.459 INFO O| Feb 27 15:19:34.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
76242026-02-27T15:19:34.649Z[ recovery-image] Feb 27 15:19:34.459 INFO O| Feb 27 15:19:34.459 INFO STEP 911 (remove_files) COMPLETE
76252026-02-27T15:19:34.649Z[ recovery-image] Feb 27 15:19:34.459 INFO O| Feb 27 15:19:34.459 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262026-02-27T15:19:34.649Z[ recovery-image] Feb 27 15:19:34.474 INFO O| Feb 27 15:19:34.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
76272026-02-27T15:19:34.649Z[ recovery-image] Feb 27 15:19:34.475 INFO O| Feb 27 15:19:34.475 INFO STEP 912 (remove_files) COMPLETE
76282026-02-27T15:19:34.649Z[ recovery-image] Feb 27 15:19:34.475 INFO O| Feb 27 15:19:34.475 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292026-02-27T15:19:34.673Z[ recovery-image] Feb 27 15:19:34.491 INFO O| Feb 27 15:19:34.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
76302026-02-27T15:19:34.673Z[ recovery-image] Feb 27 15:19:34.491 INFO O| Feb 27 15:19:34.491 INFO STEP 913 (remove_files) COMPLETE
76312026-02-27T15:19:34.674Z[ recovery-image] Feb 27 15:19:34.491 INFO O| Feb 27 15:19:34.491 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322026-02-27T15:19:34.674Z[ recovery-image] Feb 27 15:19:34.505 INFO O| Feb 27 15:19:34.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
76332026-02-27T15:19:34.674Z[ recovery-image] Feb 27 15:19:34.506 INFO O| Feb 27 15:19:34.505 INFO STEP 914 (remove_files) COMPLETE
76342026-02-27T15:19:34.674Z[ recovery-image] Feb 27 15:19:34.506 INFO O| Feb 27 15:19:34.506 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352026-02-27T15:19:34.698Z[ recovery-image] Feb 27 15:19:34.519 INFO O| Feb 27 15:19:34.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
76362026-02-27T15:19:34.698Z[ recovery-image] Feb 27 15:19:34.519 INFO O| Feb 27 15:19:34.519 INFO STEP 915 (remove_files) COMPLETE
76372026-02-27T15:19:34.698Z[ recovery-image] Feb 27 15:19:34.519 INFO O| Feb 27 15:19:34.519 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382026-02-27T15:19:34.723Z[ recovery-image] Feb 27 15:19:34.536 INFO O| Feb 27 15:19:34.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
76392026-02-27T15:19:34.723Z[ recovery-image] Feb 27 15:19:34.536 INFO O| Feb 27 15:19:34.536 INFO STEP 916 (remove_files) COMPLETE
76402026-02-27T15:19:34.723Z[ recovery-image] Feb 27 15:19:34.536 INFO O| Feb 27 15:19:34.536 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412026-02-27T15:19:34.750Z[ recovery-image] Feb 27 15:19:34.559 INFO O| Feb 27 15:19:34.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
76422026-02-27T15:19:34.750Z[ recovery-image] Feb 27 15:19:34.560 INFO O| Feb 27 15:19:34.559 INFO STEP 917 (remove_files) COMPLETE
76432026-02-27T15:19:34.750Z[ recovery-image] Feb 27 15:19:34.560 INFO O| Feb 27 15:19:34.559 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442026-02-27T15:19:34.750Z[ recovery-image] Feb 27 15:19:34.574 INFO O| Feb 27 15:19:34.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
76452026-02-27T15:19:34.750Z[ recovery-image] Feb 27 15:19:34.575 INFO O| Feb 27 15:19:34.575 INFO STEP 918 (remove_files) COMPLETE
76462026-02-27T15:19:34.750Z[ recovery-image] Feb 27 15:19:34.575 INFO O| Feb 27 15:19:34.575 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472026-02-27T15:19:34.776Z[ recovery-image] Feb 27 15:19:34.591 INFO O| Feb 27 15:19:34.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
76482026-02-27T15:19:34.776Z[ recovery-image] Feb 27 15:19:34.591 INFO O| Feb 27 15:19:34.591 INFO STEP 919 (remove_files) COMPLETE
76492026-02-27T15:19:34.776Z[ recovery-image] Feb 27 15:19:34.591 INFO O| Feb 27 15:19:34.591 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502026-02-27T15:19:34.776Z[ recovery-image] Feb 27 15:19:34.606 INFO O| Feb 27 15:19:34.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
76512026-02-27T15:19:34.776Z[ recovery-image] Feb 27 15:19:34.607 INFO O| Feb 27 15:19:34.606 INFO STEP 920 (remove_files) COMPLETE
76522026-02-27T15:19:34.776Z[ recovery-image] Feb 27 15:19:34.607 INFO O| Feb 27 15:19:34.607 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532026-02-27T15:19:34.802Z[ recovery-image] Feb 27 15:19:34.625 INFO O| Feb 27 15:19:34.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
76542026-02-27T15:19:34.802Z[ recovery-image] Feb 27 15:19:34.625 INFO O| Feb 27 15:19:34.625 INFO STEP 921 (remove_files) COMPLETE
76552026-02-27T15:19:34.802Z[ recovery-image] Feb 27 15:19:34.625 INFO O| Feb 27 15:19:34.625 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562026-02-27T15:19:34.826Z[ recovery-image] Feb 27 15:19:34.643 INFO O| Feb 27 15:19:34.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
76572026-02-27T15:19:34.826Z[ recovery-image] Feb 27 15:19:34.643 INFO O| Feb 27 15:19:34.643 INFO STEP 922 (remove_files) COMPLETE
76582026-02-27T15:19:34.826Z[ recovery-image] Feb 27 15:19:34.643 INFO O| Feb 27 15:19:34.643 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592026-02-27T15:19:34.826Z[ recovery-image] Feb 27 15:19:34.657 INFO O| Feb 27 15:19:34.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
76602026-02-27T15:19:34.826Z[ recovery-image] Feb 27 15:19:34.657 INFO O| Feb 27 15:19:34.657 INFO STEP 923 (remove_files) COMPLETE
76612026-02-27T15:19:34.826Z[ recovery-image] Feb 27 15:19:34.657 INFO O| Feb 27 15:19:34.657 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622026-02-27T15:19:34.852Z[ recovery-image] Feb 27 15:19:34.669 INFO O| Feb 27 15:19:34.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76632026-02-27T15:19:34.852Z[ recovery-image] Feb 27 15:19:34.670 INFO O| Feb 27 15:19:34.670 INFO STEP 924 (remove_files) COMPLETE
76642026-02-27T15:19:34.852Z[ recovery-image] Feb 27 15:19:34.670 INFO O| Feb 27 15:19:34.670 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652026-02-27T15:19:34.852Z[ recovery-image] Feb 27 15:19:34.682 INFO O| Feb 27 15:19:34.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76662026-02-27T15:19:34.852Z[ recovery-image] Feb 27 15:19:34.683 INFO O| Feb 27 15:19:34.683 INFO STEP 925 (remove_files) COMPLETE
76672026-02-27T15:19:34.852Z[ recovery-image] Feb 27 15:19:34.683 INFO O| Feb 27 15:19:34.683 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682026-02-27T15:19:34.883Z[ recovery-image] Feb 27 15:19:34.696 INFO O| Feb 27 15:19:34.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76692026-02-27T15:19:34.883Z[ recovery-image] Feb 27 15:19:34.696 INFO O| Feb 27 15:19:34.696 INFO STEP 926 (remove_files) COMPLETE
76702026-02-27T15:19:34.883Z[ recovery-image] Feb 27 15:19:34.696 INFO O| Feb 27 15:19:34.696 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712026-02-27T15:19:34.883Z[ recovery-image] Feb 27 15:19:34.709 INFO O| Feb 27 15:19:34.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76722026-02-27T15:19:34.883Z[ recovery-image] Feb 27 15:19:34.709 INFO O| Feb 27 15:19:34.709 INFO STEP 927 (remove_files) COMPLETE
76732026-02-27T15:19:34.883Z[ recovery-image] Feb 27 15:19:34.710 INFO O| Feb 27 15:19:34.709 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742026-02-27T15:19:34.907Z[ recovery-image] Feb 27 15:19:34.731 INFO O| Feb 27 15:19:34.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76752026-02-27T15:19:34.907Z[ recovery-image] Feb 27 15:19:34.731 INFO O| Feb 27 15:19:34.731 INFO STEP 928 (remove_files) COMPLETE
76762026-02-27T15:19:34.907Z[ recovery-image] Feb 27 15:19:34.731 INFO O| Feb 27 15:19:34.731 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772026-02-27T15:19:34.931Z[ recovery-image] Feb 27 15:19:34.750 INFO O| Feb 27 15:19:34.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76782026-02-27T15:19:34.931Z[ recovery-image] Feb 27 15:19:34.750 INFO O| Feb 27 15:19:34.750 INFO STEP 929 (remove_files) COMPLETE
76792026-02-27T15:19:34.931Z[ recovery-image] Feb 27 15:19:34.750 INFO O| Feb 27 15:19:34.750 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802026-02-27T15:19:34.958Z[ recovery-image] Feb 27 15:19:34.767 INFO O| Feb 27 15:19:34.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76812026-02-27T15:19:34.958Z[ recovery-image] Feb 27 15:19:34.768 INFO O| Feb 27 15:19:34.768 INFO STEP 930 (remove_files) COMPLETE
76822026-02-27T15:19:34.958Z[ recovery-image] Feb 27 15:19:34.768 INFO O| Feb 27 15:19:34.768 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832026-02-27T15:19:34.958Z[ recovery-image] Feb 27 15:19:34.781 INFO O| Feb 27 15:19:34.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76842026-02-27T15:19:34.958Z[ recovery-image] Feb 27 15:19:34.782 INFO O| Feb 27 15:19:34.782 INFO STEP 931 (remove_files) COMPLETE
76852026-02-27T15:19:34.958Z[ recovery-image] Feb 27 15:19:34.782 INFO O| Feb 27 15:19:34.782 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862026-02-27T15:19:34.983Z[ recovery-image] Feb 27 15:19:34.794 INFO O| Feb 27 15:19:34.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76872026-02-27T15:19:34.983Z[ recovery-image] Feb 27 15:19:34.794 INFO O| Feb 27 15:19:34.794 INFO STEP 932 (remove_files) COMPLETE
76882026-02-27T15:19:34.983Z[ recovery-image] Feb 27 15:19:34.794 INFO O| Feb 27 15:19:34.794 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892026-02-27T15:19:34.984Z[ recovery-image] Feb 27 15:19:34.810 INFO O| Feb 27 15:19:34.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76902026-02-27T15:19:34.984Z[ recovery-image] Feb 27 15:19:34.810 INFO O| Feb 27 15:19:34.810 INFO STEP 933 (remove_files) COMPLETE
76912026-02-27T15:19:34.984Z[ recovery-image] Feb 27 15:19:34.810 INFO O| Feb 27 15:19:34.810 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922026-02-27T15:19:35.009Z[ recovery-image] Feb 27 15:19:34.825 INFO O| Feb 27 15:19:34.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76932026-02-27T15:19:35.009Z[ recovery-image] Feb 27 15:19:34.825 INFO O| Feb 27 15:19:34.825 INFO STEP 934 (remove_files) COMPLETE
76942026-02-27T15:19:35.009Z[ recovery-image] Feb 27 15:19:34.825 INFO O| Feb 27 15:19:34.825 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952026-02-27T15:19:35.009Z[ recovery-image] Feb 27 15:19:34.839 INFO O| Feb 27 15:19:34.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76962026-02-27T15:19:35.009Z[ recovery-image] Feb 27 15:19:34.839 INFO O| Feb 27 15:19:34.839 INFO STEP 935 (remove_files) COMPLETE
76972026-02-27T15:19:35.009Z[ recovery-image] Feb 27 15:19:34.839 INFO O| Feb 27 15:19:34.839 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982026-02-27T15:19:35.035Z[ recovery-image] Feb 27 15:19:34.852 INFO O| Feb 27 15:19:34.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76992026-02-27T15:19:35.035Z[ recovery-image] Feb 27 15:19:34.853 INFO O| Feb 27 15:19:34.853 INFO STEP 936 (remove_files) COMPLETE
77002026-02-27T15:19:35.035Z[ recovery-image] Feb 27 15:19:34.853 INFO O| Feb 27 15:19:34.853 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012026-02-27T15:19:35.035Z[ recovery-image] Feb 27 15:19:34.866 INFO O| Feb 27 15:19:34.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
77022026-02-27T15:19:35.035Z[ recovery-image] Feb 27 15:19:34.866 INFO O| Feb 27 15:19:34.866 INFO STEP 937 (remove_files) COMPLETE
77032026-02-27T15:19:35.035Z[ recovery-image] Feb 27 15:19:34.866 INFO O| Feb 27 15:19:34.866 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042026-02-27T15:19:35.059Z[ recovery-image] Feb 27 15:19:34.880 INFO O| Feb 27 15:19:34.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
77052026-02-27T15:19:35.059Z[ recovery-image] Feb 27 15:19:34.880 INFO O| Feb 27 15:19:34.880 INFO STEP 938 (remove_files) COMPLETE
77062026-02-27T15:19:35.059Z[ recovery-image] Feb 27 15:19:34.880 INFO O| Feb 27 15:19:34.880 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072026-02-27T15:19:35.085Z[ recovery-image] Feb 27 15:19:34.899 INFO O| Feb 27 15:19:34.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
77082026-02-27T15:19:35.085Z[ recovery-image] Feb 27 15:19:34.899 INFO O| Feb 27 15:19:34.899 INFO STEP 939 (remove_files) COMPLETE
77092026-02-27T15:19:35.086Z[ recovery-image] Feb 27 15:19:34.899 INFO O| Feb 27 15:19:34.899 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102026-02-27T15:19:35.110Z[ recovery-image] Feb 27 15:19:34.919 INFO O| Feb 27 15:19:34.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
77112026-02-27T15:19:35.110Z[ recovery-image] Feb 27 15:19:34.920 INFO O| Feb 27 15:19:34.920 INFO STEP 940 (remove_files) COMPLETE
77122026-02-27T15:19:35.110Z[ recovery-image] Feb 27 15:19:34.920 INFO O| Feb 27 15:19:34.920 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132026-02-27T15:19:35.111Z[ recovery-image] Feb 27 15:19:34.942 INFO O| Feb 27 15:19:34.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
77142026-02-27T15:19:35.111Z[ recovery-image] Feb 27 15:19:34.942 INFO O| Feb 27 15:19:34.942 INFO STEP 941 (remove_files) COMPLETE
77152026-02-27T15:19:35.111Z[ recovery-image] Feb 27 15:19:34.942 INFO O| Feb 27 15:19:34.942 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162026-02-27T15:19:35.135Z[ recovery-image] Feb 27 15:19:34.962 INFO O| Feb 27 15:19:34.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
77172026-02-27T15:19:35.135Z[ recovery-image] Feb 27 15:19:34.963 INFO O| Feb 27 15:19:34.962 INFO STEP 942 (remove_files) COMPLETE
77182026-02-27T15:19:35.135Z[ recovery-image] Feb 27 15:19:34.963 INFO O| Feb 27 15:19:34.962 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192026-02-27T15:19:35.159Z[ recovery-image] Feb 27 15:19:34.978 INFO O| Feb 27 15:19:34.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
77202026-02-27T15:19:35.159Z[ recovery-image] Feb 27 15:19:34.978 INFO O| Feb 27 15:19:34.978 INFO STEP 943 (remove_files) COMPLETE
77212026-02-27T15:19:35.159Z[ recovery-image] Feb 27 15:19:34.978 INFO O| Feb 27 15:19:34.978 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222026-02-27T15:19:35.159Z[ recovery-image] Feb 27 15:19:34.991 INFO O| Feb 27 15:19:34.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
77232026-02-27T15:19:35.159Z[ recovery-image] Feb 27 15:19:34.992 INFO O| Feb 27 15:19:34.992 INFO STEP 944 (remove_files) COMPLETE
77242026-02-27T15:19:35.254Z[ recovery-image] Feb 27 15:19:34.992 INFO O| Feb 27 15:19:34.992 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252026-02-27T15:19:35.254Z[ recovery-image] Feb 27 15:19:35.007 INFO O| Feb 27 15:19:35.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
77262026-02-27T15:19:35.254Z[ recovery-image] Feb 27 15:19:35.007 INFO O| Feb 27 15:19:35.007 INFO STEP 945 (remove_files) COMPLETE
77272026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.007 INFO O| Feb 27 15:19:35.007 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.022 INFO O| Feb 27 15:19:35.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
77292026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.022 INFO O| Feb 27 15:19:35.022 INFO STEP 946 (remove_files) COMPLETE
77302026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.022 INFO O| Feb 27 15:19:35.022 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.041 INFO O| Feb 27 15:19:35.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
77322026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.041 INFO O| Feb 27 15:19:35.041 INFO STEP 947 (remove_files) COMPLETE
77332026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.041 INFO O| Feb 27 15:19:35.041 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.054 INFO O| Feb 27 15:19:35.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
77352026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.054 INFO O| Feb 27 15:19:35.054 INFO STEP 948 (remove_files) COMPLETE
77362026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.054 INFO O| Feb 27 15:19:35.054 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.069 INFO O| Feb 27 15:19:35.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
77382026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.070 INFO O| Feb 27 15:19:35.070 INFO STEP 949 (remove_files) COMPLETE
77392026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.070 INFO O| Feb 27 15:19:35.070 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.081 INFO O| Feb 27 15:19:35.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
77412026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.081 INFO O| Feb 27 15:19:35.081 INFO STEP 950 (remove_files) COMPLETE
77422026-02-27T15:19:35.255Z[ recovery-image] Feb 27 15:19:35.081 INFO O| Feb 27 15:19:35.081 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432026-02-27T15:19:35.281Z[ recovery-image] Feb 27 15:19:35.094 INFO O| Feb 27 15:19:35.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
77442026-02-27T15:19:35.281Z[ recovery-image] Feb 27 15:19:35.094 INFO O| Feb 27 15:19:35.094 INFO STEP 951 (remove_files) COMPLETE
77452026-02-27T15:19:35.281Z[ recovery-image] Feb 27 15:19:35.094 INFO O| Feb 27 15:19:35.094 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462026-02-27T15:19:35.281Z[ recovery-image] Feb 27 15:19:35.105 INFO O| Feb 27 15:19:35.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
77472026-02-27T15:19:35.281Z[ recovery-image] Feb 27 15:19:35.105 INFO O| Feb 27 15:19:35.105 INFO STEP 952 (remove_files) COMPLETE
77482026-02-27T15:19:35.281Z[ recovery-image] Feb 27 15:19:35.105 INFO O| Feb 27 15:19:35.105 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492026-02-27T15:19:35.305Z[ recovery-image] Feb 27 15:19:35.116 INFO O| Feb 27 15:19:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
77502026-02-27T15:19:35.305Z[ recovery-image] Feb 27 15:19:35.117 INFO O| Feb 27 15:19:35.117 INFO STEP 953 (remove_files) COMPLETE
77512026-02-27T15:19:35.305Z[ recovery-image] Feb 27 15:19:35.117 INFO O| Feb 27 15:19:35.117 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522026-02-27T15:19:35.306Z[ recovery-image] Feb 27 15:19:35.134 INFO O| Feb 27 15:19:35.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
77532026-02-27T15:19:35.306Z[ recovery-image] Feb 27 15:19:35.134 INFO O| Feb 27 15:19:35.134 INFO STEP 954 (remove_files) COMPLETE
77542026-02-27T15:19:35.306Z[ recovery-image] Feb 27 15:19:35.134 INFO O| Feb 27 15:19:35.134 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552026-02-27T15:19:35.330Z[ recovery-image] Feb 27 15:19:35.153 INFO O| Feb 27 15:19:35.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
77562026-02-27T15:19:35.330Z[ recovery-image] Feb 27 15:19:35.154 INFO O| Feb 27 15:19:35.154 INFO STEP 955 (remove_files) COMPLETE
77572026-02-27T15:19:35.330Z[ recovery-image] Feb 27 15:19:35.154 INFO O| Feb 27 15:19:35.154 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582026-02-27T15:19:35.355Z[ recovery-image] Feb 27 15:19:35.166 INFO O| Feb 27 15:19:35.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
77592026-02-27T15:19:35.355Z[ recovery-image] Feb 27 15:19:35.166 INFO O| Feb 27 15:19:35.166 INFO STEP 956 (remove_files) COMPLETE
77602026-02-27T15:19:35.355Z[ recovery-image] Feb 27 15:19:35.166 INFO O| Feb 27 15:19:35.166 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612026-02-27T15:19:35.355Z[ recovery-image] Feb 27 15:19:35.183 INFO O| Feb 27 15:19:35.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77622026-02-27T15:19:35.355Z[ recovery-image] Feb 27 15:19:35.183 INFO O| Feb 27 15:19:35.183 INFO STEP 957 (remove_files) COMPLETE
77632026-02-27T15:19:35.355Z[ recovery-image] Feb 27 15:19:35.183 INFO O| Feb 27 15:19:35.183 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642026-02-27T15:19:35.380Z[ recovery-image] Feb 27 15:19:35.199 INFO O| Feb 27 15:19:35.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77652026-02-27T15:19:35.380Z[ recovery-image] Feb 27 15:19:35.199 INFO O| Feb 27 15:19:35.199 INFO STEP 958 (remove_files) COMPLETE
77662026-02-27T15:19:35.380Z[ recovery-image] Feb 27 15:19:35.199 INFO O| Feb 27 15:19:35.199 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672026-02-27T15:19:35.405Z[ recovery-image] Feb 27 15:19:35.216 INFO O| Feb 27 15:19:35.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77682026-02-27T15:19:35.405Z[ recovery-image] Feb 27 15:19:35.216 INFO O| Feb 27 15:19:35.216 INFO STEP 959 (remove_files) COMPLETE
77692026-02-27T15:19:35.405Z[ recovery-image] Feb 27 15:19:35.216 INFO O| Feb 27 15:19:35.216 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702026-02-27T15:19:35.405Z[ recovery-image] Feb 27 15:19:35.233 INFO O| Feb 27 15:19:35.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77712026-02-27T15:19:35.405Z[ recovery-image] Feb 27 15:19:35.234 INFO O| Feb 27 15:19:35.234 INFO STEP 960 (remove_files) COMPLETE
77722026-02-27T15:19:35.405Z[ recovery-image] Feb 27 15:19:35.234 INFO O| Feb 27 15:19:35.234 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732026-02-27T15:19:35.429Z[ recovery-image] Feb 27 15:19:35.252 INFO O| Feb 27 15:19:35.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77742026-02-27T15:19:35.429Z[ recovery-image] Feb 27 15:19:35.252 INFO O| Feb 27 15:19:35.252 INFO STEP 961 (remove_files) COMPLETE
77752026-02-27T15:19:35.429Z[ recovery-image] Feb 27 15:19:35.252 INFO O| Feb 27 15:19:35.252 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762026-02-27T15:19:35.454Z[ recovery-image] Feb 27 15:19:35.273 INFO O| Feb 27 15:19:35.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77772026-02-27T15:19:35.454Z[ recovery-image] Feb 27 15:19:35.273 INFO O| Feb 27 15:19:35.273 INFO STEP 962 (remove_files) COMPLETE
77782026-02-27T15:19:35.454Z[ recovery-image] Feb 27 15:19:35.273 INFO O| Feb 27 15:19:35.273 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792026-02-27T15:19:35.480Z[ recovery-image] Feb 27 15:19:35.291 INFO O| Feb 27 15:19:35.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77802026-02-27T15:19:35.480Z[ recovery-image] Feb 27 15:19:35.291 INFO O| Feb 27 15:19:35.291 INFO STEP 963 (remove_files) COMPLETE
77812026-02-27T15:19:35.480Z[ recovery-image] Feb 27 15:19:35.291 INFO O| Feb 27 15:19:35.291 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822026-02-27T15:19:35.480Z[ recovery-image] Feb 27 15:19:35.308 INFO O| Feb 27 15:19:35.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77832026-02-27T15:19:35.480Z[ recovery-image] Feb 27 15:19:35.309 INFO O| Feb 27 15:19:35.308 INFO STEP 964 (remove_files) COMPLETE
77842026-02-27T15:19:35.480Z[ recovery-image] Feb 27 15:19:35.309 INFO O| Feb 27 15:19:35.308 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852026-02-27T15:19:35.506Z[ recovery-image] Feb 27 15:19:35.324 INFO O| Feb 27 15:19:35.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77862026-02-27T15:19:35.506Z[ recovery-image] Feb 27 15:19:35.324 INFO O| Feb 27 15:19:35.324 INFO STEP 965 (remove_files) COMPLETE
77872026-02-27T15:19:35.506Z[ recovery-image] Feb 27 15:19:35.324 INFO O| Feb 27 15:19:35.324 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882026-02-27T15:19:35.506Z[ recovery-image] Feb 27 15:19:35.337 INFO O| Feb 27 15:19:35.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77892026-02-27T15:19:35.506Z[ recovery-image] Feb 27 15:19:35.337 INFO O| Feb 27 15:19:35.337 INFO STEP 966 (remove_files) COMPLETE
77902026-02-27T15:19:35.506Z[ recovery-image] Feb 27 15:19:35.337 INFO O| Feb 27 15:19:35.337 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912026-02-27T15:19:35.531Z[ recovery-image] Feb 27 15:19:35.350 INFO O| Feb 27 15:19:35.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77922026-02-27T15:19:35.531Z[ recovery-image] Feb 27 15:19:35.350 INFO O| Feb 27 15:19:35.350 INFO STEP 967 (remove_files) COMPLETE
77932026-02-27T15:19:35.531Z[ recovery-image] Feb 27 15:19:35.350 INFO O| Feb 27 15:19:35.350 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942026-02-27T15:19:35.531Z[ recovery-image] Feb 27 15:19:35.363 INFO O| Feb 27 15:19:35.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77952026-02-27T15:19:35.531Z[ recovery-image] Feb 27 15:19:35.363 INFO O| Feb 27 15:19:35.363 INFO STEP 968 (remove_files) COMPLETE
77962026-02-27T15:19:35.531Z[ recovery-image] Feb 27 15:19:35.363 INFO O| Feb 27 15:19:35.363 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972026-02-27T15:19:35.557Z[ recovery-image] Feb 27 15:19:35.375 INFO O| Feb 27 15:19:35.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77982026-02-27T15:19:35.557Z[ recovery-image] Feb 27 15:19:35.375 INFO O| Feb 27 15:19:35.375 INFO STEP 969 (remove_files) COMPLETE
77992026-02-27T15:19:35.557Z[ recovery-image] Feb 27 15:19:35.375 INFO O| Feb 27 15:19:35.375 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002026-02-27T15:19:35.582Z[ recovery-image] Feb 27 15:19:35.389 INFO O| Feb 27 15:19:35.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
78012026-02-27T15:19:35.582Z[ recovery-image] Feb 27 15:19:35.389 INFO O| Feb 27 15:19:35.389 INFO STEP 970 (remove_files) COMPLETE
78022026-02-27T15:19:35.582Z[ recovery-image] Feb 27 15:19:35.389 INFO O| Feb 27 15:19:35.389 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032026-02-27T15:19:35.582Z[ recovery-image] Feb 27 15:19:35.406 INFO O| Feb 27 15:19:35.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
78042026-02-27T15:19:35.582Z[ recovery-image] Feb 27 15:19:35.406 INFO O| Feb 27 15:19:35.406 INFO STEP 971 (remove_files) COMPLETE
78052026-02-27T15:19:35.582Z[ recovery-image] Feb 27 15:19:35.406 INFO O| Feb 27 15:19:35.406 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062026-02-27T15:19:35.607Z[ recovery-image] Feb 27 15:19:35.421 INFO O| Feb 27 15:19:35.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
78072026-02-27T15:19:35.607Z[ recovery-image] Feb 27 15:19:35.421 INFO O| Feb 27 15:19:35.421 INFO STEP 972 (remove_files) COMPLETE
78082026-02-27T15:19:35.609Z[ recovery-image] Feb 27 15:19:35.421 INFO O| Feb 27 15:19:35.421 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092026-02-27T15:19:35.609Z[ recovery-image] Feb 27 15:19:35.437 INFO O| Feb 27 15:19:35.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
78102026-02-27T15:19:35.609Z[ recovery-image] Feb 27 15:19:35.437 INFO O| Feb 27 15:19:35.437 INFO STEP 973 (remove_files) COMPLETE
78112026-02-27T15:19:35.609Z[ recovery-image] Feb 27 15:19:35.437 INFO O| Feb 27 15:19:35.437 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122026-02-27T15:19:35.634Z[ recovery-image] Feb 27 15:19:35.458 INFO O| Feb 27 15:19:35.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
78132026-02-27T15:19:35.634Z[ recovery-image] Feb 27 15:19:35.458 INFO O| Feb 27 15:19:35.458 INFO STEP 974 (remove_files) COMPLETE
78142026-02-27T15:19:35.634Z[ recovery-image] Feb 27 15:19:35.458 INFO O| Feb 27 15:19:35.458 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152026-02-27T15:19:35.662Z[ recovery-image] Feb 27 15:19:35.477 INFO O| Feb 27 15:19:35.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
78162026-02-27T15:19:35.662Z[ recovery-image] Feb 27 15:19:35.477 INFO O| Feb 27 15:19:35.477 INFO STEP 975 (remove_files) COMPLETE
78172026-02-27T15:19:35.662Z[ recovery-image] Feb 27 15:19:35.477 INFO O| Feb 27 15:19:35.477 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182026-02-27T15:19:35.688Z[ recovery-image] Feb 27 15:19:35.491 INFO O| Feb 27 15:19:35.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
78192026-02-27T15:19:35.688Z[ recovery-image] Feb 27 15:19:35.492 INFO O| Feb 27 15:19:35.492 INFO STEP 976 (remove_files) COMPLETE
78202026-02-27T15:19:35.688Z[ recovery-image] Feb 27 15:19:35.492 INFO O| Feb 27 15:19:35.492 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212026-02-27T15:19:35.688Z[ recovery-image] Feb 27 15:19:35.507 INFO O| Feb 27 15:19:35.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
78222026-02-27T15:19:35.688Z[ recovery-image] Feb 27 15:19:35.507 INFO O| Feb 27 15:19:35.507 INFO STEP 977 (remove_files) COMPLETE
78232026-02-27T15:19:35.688Z[ recovery-image] Feb 27 15:19:35.507 INFO O| Feb 27 15:19:35.507 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242026-02-27T15:19:35.713Z[ recovery-image] Feb 27 15:19:35.523 INFO O| Feb 27 15:19:35.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
78252026-02-27T15:19:35.713Z[ recovery-image] Feb 27 15:19:35.523 INFO O| Feb 27 15:19:35.523 INFO STEP 978 (remove_files) COMPLETE
78262026-02-27T15:19:35.713Z[ recovery-image] Feb 27 15:19:35.523 INFO O| Feb 27 15:19:35.523 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272026-02-27T15:19:35.713Z[ recovery-image] Feb 27 15:19:35.538 INFO O| Feb 27 15:19:35.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
78282026-02-27T15:19:35.713Z[ recovery-image] Feb 27 15:19:35.538 INFO O| Feb 27 15:19:35.538 INFO STEP 979 (remove_files) COMPLETE
78292026-02-27T15:19:35.713Z[ recovery-image] Feb 27 15:19:35.538 INFO O| Feb 27 15:19:35.538 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302026-02-27T15:19:35.739Z[ recovery-image] Feb 27 15:19:35.556 INFO O| Feb 27 15:19:35.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
78312026-02-27T15:19:35.739Z[ recovery-image] Feb 27 15:19:35.556 INFO O| Feb 27 15:19:35.556 INFO STEP 980 (remove_files) COMPLETE
78322026-02-27T15:19:35.739Z[ recovery-image] Feb 27 15:19:35.556 INFO O| Feb 27 15:19:35.556 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332026-02-27T15:19:35.765Z[ recovery-image] Feb 27 15:19:35.573 INFO O| Feb 27 15:19:35.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
78342026-02-27T15:19:35.765Z[ recovery-image] Feb 27 15:19:35.573 INFO O| Feb 27 15:19:35.573 INFO STEP 981 (remove_files) COMPLETE
78352026-02-27T15:19:35.765Z[ recovery-image] Feb 27 15:19:35.573 INFO O| Feb 27 15:19:35.573 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362026-02-27T15:19:35.765Z[ recovery-image] Feb 27 15:19:35.590 INFO O| Feb 27 15:19:35.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
78372026-02-27T15:19:35.765Z[ recovery-image] Feb 27 15:19:35.590 INFO O| Feb 27 15:19:35.590 INFO STEP 982 (remove_files) COMPLETE
78382026-02-27T15:19:35.765Z[ recovery-image] Feb 27 15:19:35.590 INFO O| Feb 27 15:19:35.590 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392026-02-27T15:19:35.790Z[ recovery-image] Feb 27 15:19:35.603 INFO O| Feb 27 15:19:35.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
78402026-02-27T15:19:35.790Z[ recovery-image] Feb 27 15:19:35.603 INFO O| Feb 27 15:19:35.603 INFO STEP 983 (remove_files) COMPLETE
78412026-02-27T15:19:35.790Z[ recovery-image] Feb 27 15:19:35.603 INFO O| Feb 27 15:19:35.603 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422026-02-27T15:19:35.790Z[ recovery-image] Feb 27 15:19:35.618 INFO O| Feb 27 15:19:35.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
78432026-02-27T15:19:35.790Z[ recovery-image] Feb 27 15:19:35.618 INFO O| Feb 27 15:19:35.618 INFO STEP 984 (remove_files) COMPLETE
78442026-02-27T15:19:35.790Z[ recovery-image] Feb 27 15:19:35.618 INFO O| Feb 27 15:19:35.618 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452026-02-27T15:19:35.814Z[ recovery-image] Feb 27 15:19:35.632 INFO O| Feb 27 15:19:35.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
78462026-02-27T15:19:35.814Z[ recovery-image] Feb 27 15:19:35.632 INFO O| Feb 27 15:19:35.632 INFO STEP 985 (remove_files) COMPLETE
78472026-02-27T15:19:35.814Z[ recovery-image] Feb 27 15:19:35.632 INFO O| Feb 27 15:19:35.632 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482026-02-27T15:19:35.839Z[ recovery-image] Feb 27 15:19:35.648 INFO O| Feb 27 15:19:35.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
78492026-02-27T15:19:35.839Z[ recovery-image] Feb 27 15:19:35.649 INFO O| Feb 27 15:19:35.649 INFO STEP 986 (remove_files) COMPLETE
78502026-02-27T15:19:35.839Z[ recovery-image] Feb 27 15:19:35.649 INFO O| Feb 27 15:19:35.649 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512026-02-27T15:19:35.839Z[ recovery-image] Feb 27 15:19:35.666 INFO O| Feb 27 15:19:35.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
78522026-02-27T15:19:35.839Z[ recovery-image] Feb 27 15:19:35.666 INFO O| Feb 27 15:19:35.666 INFO STEP 987 (remove_files) COMPLETE
78532026-02-27T15:19:35.839Z[ recovery-image] Feb 27 15:19:35.666 INFO O| Feb 27 15:19:35.666 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542026-02-27T15:19:35.865Z[ recovery-image] Feb 27 15:19:35.682 INFO O| Feb 27 15:19:35.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
78552026-02-27T15:19:35.865Z[ recovery-image] Feb 27 15:19:35.683 INFO O| Feb 27 15:19:35.683 INFO STEP 988 (remove_files) COMPLETE
78562026-02-27T15:19:35.865Z[ recovery-image] Feb 27 15:19:35.683 INFO O| Feb 27 15:19:35.683 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572026-02-27T15:19:35.865Z[ recovery-image] Feb 27 15:19:35.695 INFO O| Feb 27 15:19:35.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
78582026-02-27T15:19:35.865Z[ recovery-image] Feb 27 15:19:35.695 INFO O| Feb 27 15:19:35.695 INFO STEP 989 (remove_files) COMPLETE
78592026-02-27T15:19:35.865Z[ recovery-image] Feb 27 15:19:35.695 INFO O| Feb 27 15:19:35.695 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602026-02-27T15:19:35.890Z[ recovery-image] Feb 27 15:19:35.715 INFO O| Feb 27 15:19:35.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78612026-02-27T15:19:35.890Z[ recovery-image] Feb 27 15:19:35.715 INFO O| Feb 27 15:19:35.715 INFO STEP 990 (remove_files) COMPLETE
78622026-02-27T15:19:35.890Z[ recovery-image] Feb 27 15:19:35.715 INFO O| Feb 27 15:19:35.715 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632026-02-27T15:19:35.915Z[ recovery-image] Feb 27 15:19:35.735 INFO O| Feb 27 15:19:35.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78642026-02-27T15:19:35.915Z[ recovery-image] Feb 27 15:19:35.735 INFO O| Feb 27 15:19:35.735 INFO STEP 991 (remove_files) COMPLETE
78652026-02-27T15:19:35.915Z[ recovery-image] Feb 27 15:19:35.735 INFO O| Feb 27 15:19:35.735 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662026-02-27T15:19:35.915Z[ recovery-image] Feb 27 15:19:35.747 INFO O| Feb 27 15:19:35.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78672026-02-27T15:19:35.915Z[ recovery-image] Feb 27 15:19:35.747 INFO O| Feb 27 15:19:35.747 INFO STEP 992 (remove_files) COMPLETE
78682026-02-27T15:19:35.915Z[ recovery-image] Feb 27 15:19:35.747 INFO O| Feb 27 15:19:35.747 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692026-02-27T15:19:35.940Z[ recovery-image] Feb 27 15:19:35.758 INFO O| Feb 27 15:19:35.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78702026-02-27T15:19:35.940Z[ recovery-image] Feb 27 15:19:35.758 INFO O| Feb 27 15:19:35.758 INFO STEP 993 (remove_files) COMPLETE
78712026-02-27T15:19:35.940Z[ recovery-image] Feb 27 15:19:35.758 INFO O| Feb 27 15:19:35.758 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722026-02-27T15:19:35.940Z[ recovery-image] Feb 27 15:19:35.769 INFO O| Feb 27 15:19:35.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78732026-02-27T15:19:35.940Z[ recovery-image] Feb 27 15:19:35.769 INFO O| Feb 27 15:19:35.769 INFO STEP 994 (remove_files) COMPLETE
78742026-02-27T15:19:35.940Z[ recovery-image] Feb 27 15:19:35.769 INFO O| Feb 27 15:19:35.769 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752026-02-27T15:19:35.966Z[ recovery-image] Feb 27 15:19:35.786 INFO O| Feb 27 15:19:35.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78762026-02-27T15:19:35.966Z[ recovery-image] Feb 27 15:19:35.786 INFO O| Feb 27 15:19:35.786 INFO STEP 995 (remove_files) COMPLETE
78772026-02-27T15:19:35.966Z[ recovery-image] Feb 27 15:19:35.786 INFO O| Feb 27 15:19:35.786 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782026-02-27T15:19:35.990Z[ recovery-image] Feb 27 15:19:35.800 INFO O| Feb 27 15:19:35.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78792026-02-27T15:19:35.991Z[ recovery-image] Feb 27 15:19:35.800 INFO O| Feb 27 15:19:35.800 INFO STEP 996 (remove_files) COMPLETE
78802026-02-27T15:19:35.991Z[ recovery-image] Feb 27 15:19:35.800 INFO O| Feb 27 15:19:35.800 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812026-02-27T15:19:35.991Z[ recovery-image] Feb 27 15:19:35.817 INFO O| Feb 27 15:19:35.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78822026-02-27T15:19:35.991Z[ recovery-image] Feb 27 15:19:35.818 INFO O| Feb 27 15:19:35.818 INFO STEP 997 (remove_files) COMPLETE
78832026-02-27T15:19:35.991Z[ recovery-image] Feb 27 15:19:35.818 INFO O| Feb 27 15:19:35.818 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842026-02-27T15:19:36.015Z[ recovery-image] Feb 27 15:19:35.834 INFO O| Feb 27 15:19:35.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78852026-02-27T15:19:36.015Z[ recovery-image] Feb 27 15:19:35.834 INFO O| Feb 27 15:19:35.834 INFO STEP 998 (remove_files) COMPLETE
78862026-02-27T15:19:36.015Z[ recovery-image] Feb 27 15:19:35.834 INFO O| Feb 27 15:19:35.834 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872026-02-27T15:19:36.040Z[ recovery-image] Feb 27 15:19:35.850 INFO O| Feb 27 15:19:35.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78882026-02-27T15:19:36.041Z[ recovery-image] Feb 27 15:19:35.850 INFO O| Feb 27 15:19:35.850 INFO STEP 999 (remove_files) COMPLETE
78892026-02-27T15:19:36.041Z[ recovery-image] Feb 27 15:19:35.850 INFO O| Feb 27 15:19:35.850 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902026-02-27T15:19:36.065Z[ recovery-image] Feb 27 15:19:35.863 INFO O| Feb 27 15:19:35.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78912026-02-27T15:19:36.065Z[ recovery-image] Feb 27 15:19:35.863 INFO O| Feb 27 15:19:35.863 INFO STEP 1000 (remove_files) COMPLETE
78922026-02-27T15:19:36.065Z[ recovery-image] Feb 27 15:19:35.863 INFO O| Feb 27 15:19:35.863 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932026-02-27T15:19:36.065Z[ recovery-image] Feb 27 15:19:35.875 INFO O| Feb 27 15:19:35.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78942026-02-27T15:19:36.065Z[ recovery-image] Feb 27 15:19:35.875 INFO O| Feb 27 15:19:35.875 INFO STEP 1001 (remove_files) COMPLETE
78952026-02-27T15:19:36.065Z[ recovery-image] Feb 27 15:19:35.875 INFO O| Feb 27 15:19:35.875 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962026-02-27T15:19:36.065Z[ recovery-image] Feb 27 15:19:35.887 INFO O| Feb 27 15:19:35.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78972026-02-27T15:19:36.065Z[ recovery-image] Feb 27 15:19:35.888 INFO O| Feb 27 15:19:35.888 INFO STEP 1002 (remove_files) COMPLETE
78982026-02-27T15:19:36.065Z[ recovery-image] Feb 27 15:19:35.888 INFO O| Feb 27 15:19:35.888 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992026-02-27T15:19:36.090Z[ recovery-image] Feb 27 15:19:35.909 INFO O| Feb 27 15:19:35.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
79002026-02-27T15:19:36.090Z[ recovery-image] Feb 27 15:19:35.910 INFO O| Feb 27 15:19:35.910 INFO STEP 1003 (remove_files) COMPLETE
79012026-02-27T15:19:36.090Z[ recovery-image] Feb 27 15:19:35.910 INFO O| Feb 27 15:19:35.910 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022026-02-27T15:19:36.114Z[ recovery-image] Feb 27 15:19:35.927 INFO O| Feb 27 15:19:35.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
79032026-02-27T15:19:36.114Z[ recovery-image] Feb 27 15:19:35.927 INFO O| Feb 27 15:19:35.927 INFO STEP 1004 (remove_files) COMPLETE
79042026-02-27T15:19:36.114Z[ recovery-image] Feb 27 15:19:35.927 INFO O| Feb 27 15:19:35.927 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052026-02-27T15:19:36.114Z[ recovery-image] Feb 27 15:19:35.942 INFO O| Feb 27 15:19:35.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
79062026-02-27T15:19:36.114Z[ recovery-image] Feb 27 15:19:35.942 INFO O| Feb 27 15:19:35.942 INFO STEP 1005 (remove_files) COMPLETE
79072026-02-27T15:19:36.114Z[ recovery-image] Feb 27 15:19:35.942 INFO O| Feb 27 15:19:35.942 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082026-02-27T15:19:36.139Z[ recovery-image] Feb 27 15:19:35.959 INFO O| Feb 27 15:19:35.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
79092026-02-27T15:19:36.139Z[ recovery-image] Feb 27 15:19:35.959 INFO O| Feb 27 15:19:35.959 INFO STEP 1006 (remove_files) COMPLETE
79102026-02-27T15:19:36.139Z[ recovery-image] Feb 27 15:19:35.959 INFO O| Feb 27 15:19:35.959 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112026-02-27T15:19:36.163Z[ recovery-image] Feb 27 15:19:35.972 INFO O| Feb 27 15:19:35.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
79122026-02-27T15:19:36.164Z[ recovery-image] Feb 27 15:19:35.972 INFO O| Feb 27 15:19:35.972 INFO STEP 1007 (remove_files) COMPLETE
79132026-02-27T15:19:36.164Z[ recovery-image] Feb 27 15:19:35.972 INFO O| Feb 27 15:19:35.972 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142026-02-27T15:19:36.164Z[ recovery-image] Feb 27 15:19:35.989 INFO O| Feb 27 15:19:35.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
79152026-02-27T15:19:36.164Z[ recovery-image] Feb 27 15:19:35.989 INFO O| Feb 27 15:19:35.989 INFO STEP 1008 (remove_files) COMPLETE
79162026-02-27T15:19:36.164Z[ recovery-image] Feb 27 15:19:35.989 INFO O| Feb 27 15:19:35.989 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172026-02-27T15:19:36.189Z[ recovery-image] Feb 27 15:19:36.007 INFO O| Feb 27 15:19:36.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
79182026-02-27T15:19:36.189Z[ recovery-image] Feb 27 15:19:36.007 INFO O| Feb 27 15:19:36.007 INFO STEP 1009 (remove_files) COMPLETE
79192026-02-27T15:19:36.189Z[ recovery-image] Feb 27 15:19:36.007 INFO O| Feb 27 15:19:36.007 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202026-02-27T15:19:36.214Z[ recovery-image] Feb 27 15:19:36.023 INFO O| Feb 27 15:19:36.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
79212026-02-27T15:19:36.214Z[ recovery-image] Feb 27 15:19:36.023 INFO O| Feb 27 15:19:36.023 INFO STEP 1010 (remove_files) COMPLETE
79222026-02-27T15:19:36.214Z[ recovery-image] Feb 27 15:19:36.023 INFO O| Feb 27 15:19:36.023 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232026-02-27T15:19:36.214Z[ recovery-image] Feb 27 15:19:36.038 INFO O| Feb 27 15:19:36.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
79242026-02-27T15:19:36.214Z[ recovery-image] Feb 27 15:19:36.038 INFO O| Feb 27 15:19:36.038 INFO STEP 1011 (remove_files) COMPLETE
79252026-02-27T15:19:36.215Z[ recovery-image] Feb 27 15:19:36.038 INFO O| Feb 27 15:19:36.038 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262026-02-27T15:19:36.239Z[ recovery-image] Feb 27 15:19:36.050 INFO O| Feb 27 15:19:36.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
79272026-02-27T15:19:36.239Z[ recovery-image] Feb 27 15:19:36.050 INFO O| Feb 27 15:19:36.050 INFO STEP 1012 (remove_files) COMPLETE
79282026-02-27T15:19:36.239Z[ recovery-image] Feb 27 15:19:36.050 INFO O| Feb 27 15:19:36.050 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292026-02-27T15:19:36.239Z[ recovery-image] Feb 27 15:19:36.068 INFO O| Feb 27 15:19:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
79302026-02-27T15:19:36.239Z[ recovery-image] Feb 27 15:19:36.068 INFO O| Feb 27 15:19:36.068 INFO STEP 1013 (remove_files) COMPLETE
79312026-02-27T15:19:36.239Z[ recovery-image] Feb 27 15:19:36.068 INFO O| Feb 27 15:19:36.068 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322026-02-27T15:19:36.264Z[ recovery-image] Feb 27 15:19:36.085 INFO O| Feb 27 15:19:36.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
79332026-02-27T15:19:36.264Z[ recovery-image] Feb 27 15:19:36.085 INFO O| Feb 27 15:19:36.085 INFO STEP 1014 (remove_files) COMPLETE
79342026-02-27T15:19:36.264Z[ recovery-image] Feb 27 15:19:36.085 INFO O| Feb 27 15:19:36.085 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352026-02-27T15:19:36.290Z[ recovery-image] Feb 27 15:19:36.100 INFO O| Feb 27 15:19:36.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
79362026-02-27T15:19:36.290Z[ recovery-image] Feb 27 15:19:36.100 INFO O| Feb 27 15:19:36.100 INFO STEP 1015 (remove_files) COMPLETE
79372026-02-27T15:19:36.290Z[ recovery-image] Feb 27 15:19:36.100 INFO O| Feb 27 15:19:36.100 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382026-02-27T15:19:36.290Z[ recovery-image] Feb 27 15:19:36.118 INFO O| Feb 27 15:19:36.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
79392026-02-27T15:19:36.290Z[ recovery-image] Feb 27 15:19:36.118 INFO O| Feb 27 15:19:36.118 INFO STEP 1016 (remove_files) COMPLETE
79402026-02-27T15:19:36.290Z[ recovery-image] Feb 27 15:19:36.118 INFO O| Feb 27 15:19:36.118 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412026-02-27T15:19:36.316Z[ recovery-image] Feb 27 15:19:36.137 INFO O| Feb 27 15:19:36.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
79422026-02-27T15:19:36.316Z[ recovery-image] Feb 27 15:19:36.137 INFO O| Feb 27 15:19:36.137 INFO STEP 1017 (remove_files) COMPLETE
79432026-02-27T15:19:36.316Z[ recovery-image] Feb 27 15:19:36.137 INFO O| Feb 27 15:19:36.137 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442026-02-27T15:19:36.341Z[ recovery-image] Feb 27 15:19:36.158 INFO O| Feb 27 15:19:36.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
79452026-02-27T15:19:36.341Z[ recovery-image] Feb 27 15:19:36.158 INFO O| Feb 27 15:19:36.158 INFO STEP 1018 (remove_files) COMPLETE
79462026-02-27T15:19:36.341Z[ recovery-image] Feb 27 15:19:36.158 INFO O| Feb 27 15:19:36.158 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472026-02-27T15:19:36.341Z[ recovery-image] Feb 27 15:19:36.170 INFO O| Feb 27 15:19:36.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
79482026-02-27T15:19:36.341Z[ recovery-image] Feb 27 15:19:36.170 INFO O| Feb 27 15:19:36.170 INFO STEP 1019 (remove_files) COMPLETE
79492026-02-27T15:19:36.341Z[ recovery-image] Feb 27 15:19:36.170 INFO O| Feb 27 15:19:36.170 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502026-02-27T15:19:36.366Z[ recovery-image] Feb 27 15:19:36.181 INFO O| Feb 27 15:19:36.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
79512026-02-27T15:19:36.366Z[ recovery-image] Feb 27 15:19:36.182 INFO O| Feb 27 15:19:36.182 INFO STEP 1020 (remove_files) COMPLETE
79522026-02-27T15:19:36.366Z[ recovery-image] Feb 27 15:19:36.182 INFO O| Feb 27 15:19:36.182 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532026-02-27T15:19:36.392Z[ recovery-image] Feb 27 15:19:36.199 INFO O| Feb 27 15:19:36.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
79542026-02-27T15:19:36.392Z[ recovery-image] Feb 27 15:19:36.200 INFO O| Feb 27 15:19:36.199 INFO STEP 1021 (remove_files) COMPLETE
79552026-02-27T15:19:36.393Z[ recovery-image] Feb 27 15:19:36.200 INFO O| Feb 27 15:19:36.199 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562026-02-27T15:19:36.393Z[ recovery-image] Feb 27 15:19:36.212 INFO O| Feb 27 15:19:36.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
79572026-02-27T15:19:36.393Z[ recovery-image] Feb 27 15:19:36.213 INFO O| Feb 27 15:19:36.213 INFO STEP 1022 (remove_files) COMPLETE
79582026-02-27T15:19:36.393Z[ recovery-image] Feb 27 15:19:36.213 INFO O| Feb 27 15:19:36.213 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592026-02-27T15:19:36.418Z[ recovery-image] Feb 27 15:19:36.229 INFO O| Feb 27 15:19:36.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79602026-02-27T15:19:36.418Z[ recovery-image] Feb 27 15:19:36.229 INFO O| Feb 27 15:19:36.229 INFO STEP 1023 (remove_files) COMPLETE
79612026-02-27T15:19:36.418Z[ recovery-image] Feb 27 15:19:36.229 INFO O| Feb 27 15:19:36.229 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622026-02-27T15:19:36.418Z[ recovery-image] Feb 27 15:19:36.247 INFO O| Feb 27 15:19:36.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79632026-02-27T15:19:36.418Z[ recovery-image] Feb 27 15:19:36.247 INFO O| Feb 27 15:19:36.247 INFO STEP 1024 (remove_files) COMPLETE
79642026-02-27T15:19:36.418Z[ recovery-image] Feb 27 15:19:36.247 INFO O| Feb 27 15:19:36.247 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652026-02-27T15:19:36.443Z[ recovery-image] Feb 27 15:19:36.263 INFO O| Feb 27 15:19:36.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79662026-02-27T15:19:36.443Z[ recovery-image] Feb 27 15:19:36.263 INFO O| Feb 27 15:19:36.263 INFO STEP 1025 (remove_files) COMPLETE
79672026-02-27T15:19:36.443Z[ recovery-image] Feb 27 15:19:36.263 INFO O| Feb 27 15:19:36.263 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682026-02-27T15:19:36.443Z[ recovery-image] Feb 27 15:19:36.274 INFO O| Feb 27 15:19:36.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79692026-02-27T15:19:36.443Z[ recovery-image] Feb 27 15:19:36.274 INFO O| Feb 27 15:19:36.274 INFO STEP 1026 (remove_files) COMPLETE
79702026-02-27T15:19:36.443Z[ recovery-image] Feb 27 15:19:36.274 INFO O| Feb 27 15:19:36.274 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712026-02-27T15:19:36.473Z[ recovery-image] Feb 27 15:19:36.293 INFO O| Feb 27 15:19:36.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79722026-02-27T15:19:36.473Z[ recovery-image] Feb 27 15:19:36.293 INFO O| Feb 27 15:19:36.293 INFO STEP 1027 (remove_files) COMPLETE
79732026-02-27T15:19:36.473Z[ recovery-image] Feb 27 15:19:36.293 INFO O| Feb 27 15:19:36.293 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742026-02-27T15:19:36.497Z[ recovery-image] Feb 27 15:19:36.311 INFO O| Feb 27 15:19:36.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79752026-02-27T15:19:36.497Z[ recovery-image] Feb 27 15:19:36.311 INFO O| Feb 27 15:19:36.311 INFO STEP 1028 (remove_files) COMPLETE
79762026-02-27T15:19:36.497Z[ recovery-image] Feb 27 15:19:36.311 INFO O| Feb 27 15:19:36.311 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772026-02-27T15:19:36.497Z[ recovery-image] Feb 27 15:19:36.328 INFO O| Feb 27 15:19:36.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79782026-02-27T15:19:36.497Z[ recovery-image] Feb 27 15:19:36.328 INFO O| Feb 27 15:19:36.328 INFO STEP 1029 (remove_files) COMPLETE
79792026-02-27T15:19:36.497Z[ recovery-image] Feb 27 15:19:36.328 INFO O| Feb 27 15:19:36.328 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802026-02-27T15:19:36.522Z[ recovery-image] Feb 27 15:19:36.343 INFO O| Feb 27 15:19:36.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79812026-02-27T15:19:36.522Z[ recovery-image] Feb 27 15:19:36.343 INFO O| Feb 27 15:19:36.343 INFO STEP 1030 (remove_files) COMPLETE
79822026-02-27T15:19:36.522Z[ recovery-image] Feb 27 15:19:36.343 INFO O| Feb 27 15:19:36.343 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832026-02-27T15:19:36.546Z[ recovery-image] Feb 27 15:19:36.359 INFO O| Feb 27 15:19:36.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79842026-02-27T15:19:36.546Z[ recovery-image] Feb 27 15:19:36.360 INFO O| Feb 27 15:19:36.360 INFO STEP 1031 (remove_files) COMPLETE
79852026-02-27T15:19:36.546Z[ recovery-image] Feb 27 15:19:36.360 INFO O| Feb 27 15:19:36.360 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862026-02-27T15:19:36.546Z[ recovery-image] Feb 27 15:19:36.377 INFO O| Feb 27 15:19:36.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79872026-02-27T15:19:36.546Z[ recovery-image] Feb 27 15:19:36.377 INFO O| Feb 27 15:19:36.377 INFO STEP 1032 (remove_files) COMPLETE
79882026-02-27T15:19:36.546Z[ recovery-image] Feb 27 15:19:36.377 INFO O| Feb 27 15:19:36.377 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892026-02-27T15:19:36.570Z[ recovery-image] Feb 27 15:19:36.394 INFO O| Feb 27 15:19:36.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79902026-02-27T15:19:36.570Z[ recovery-image] Feb 27 15:19:36.394 INFO O| Feb 27 15:19:36.394 INFO STEP 1033 (remove_files) COMPLETE
79912026-02-27T15:19:36.570Z[ recovery-image] Feb 27 15:19:36.394 INFO O| Feb 27 15:19:36.394 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922026-02-27T15:19:36.594Z[ recovery-image] Feb 27 15:19:36.408 INFO O| Feb 27 15:19:36.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79932026-02-27T15:19:36.595Z[ recovery-image] Feb 27 15:19:36.408 INFO O| Feb 27 15:19:36.408 INFO STEP 1034 (remove_files) COMPLETE
79942026-02-27T15:19:36.595Z[ recovery-image] Feb 27 15:19:36.408 INFO O| Feb 27 15:19:36.408 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952026-02-27T15:19:36.595Z[ recovery-image] Feb 27 15:19:36.419 INFO O| Feb 27 15:19:36.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79962026-02-27T15:19:36.595Z[ recovery-image] Feb 27 15:19:36.419 INFO O| Feb 27 15:19:36.419 INFO STEP 1035 (remove_files) COMPLETE
79972026-02-27T15:19:36.595Z[ recovery-image] Feb 27 15:19:36.419 INFO O| Feb 27 15:19:36.419 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982026-02-27T15:19:36.620Z[ recovery-image] Feb 27 15:19:36.441 INFO O| Feb 27 15:19:36.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79992026-02-27T15:19:36.620Z[ recovery-image] Feb 27 15:19:36.441 INFO O| Feb 27 15:19:36.441 INFO STEP 1036 (remove_files) COMPLETE
80002026-02-27T15:19:36.620Z[ recovery-image] Feb 27 15:19:36.441 INFO O| Feb 27 15:19:36.441 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012026-02-27T15:19:36.645Z[ recovery-image] Feb 27 15:19:36.456 INFO O| Feb 27 15:19:36.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
80022026-02-27T15:19:36.645Z[ recovery-image] Feb 27 15:19:36.456 INFO O| Feb 27 15:19:36.456 INFO STEP 1037 (remove_files) COMPLETE
80032026-02-27T15:19:36.646Z[ recovery-image] Feb 27 15:19:36.456 INFO O| Feb 27 15:19:36.456 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042026-02-27T15:19:36.646Z[ recovery-image] Feb 27 15:19:36.468 INFO O| Feb 27 15:19:36.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
80052026-02-27T15:19:36.646Z[ recovery-image] Feb 27 15:19:36.468 INFO O| Feb 27 15:19:36.468 INFO STEP 1038 (remove_files) COMPLETE
80062026-02-27T15:19:36.646Z[ recovery-image] Feb 27 15:19:36.468 INFO O| Feb 27 15:19:36.468 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072026-02-27T15:19:36.670Z[ recovery-image] Feb 27 15:19:36.483 INFO O| Feb 27 15:19:36.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
80082026-02-27T15:19:36.670Z[ recovery-image] Feb 27 15:19:36.483 INFO O| Feb 27 15:19:36.483 INFO STEP 1039 (remove_files) COMPLETE
80092026-02-27T15:19:36.670Z[ recovery-image] Feb 27 15:19:36.483 INFO O| Feb 27 15:19:36.483 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102026-02-27T15:19:36.670Z[ recovery-image] Feb 27 15:19:36.499 INFO O| Feb 27 15:19:36.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
80112026-02-27T15:19:36.670Z[ recovery-image] Feb 27 15:19:36.499 INFO O| Feb 27 15:19:36.499 INFO STEP 1040 (remove_files) COMPLETE
80122026-02-27T15:19:36.670Z[ recovery-image] Feb 27 15:19:36.499 INFO O| Feb 27 15:19:36.499 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132026-02-27T15:19:36.696Z[ recovery-image] Feb 27 15:19:36.517 INFO O| Feb 27 15:19:36.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
80142026-02-27T15:19:36.696Z[ recovery-image] Feb 27 15:19:36.517 INFO O| Feb 27 15:19:36.517 INFO STEP 1041 (remove_files) COMPLETE
80152026-02-27T15:19:36.696Z[ recovery-image] Feb 27 15:19:36.517 INFO O| Feb 27 15:19:36.517 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162026-02-27T15:19:36.723Z[ recovery-image] Feb 27 15:19:36.531 INFO O| Feb 27 15:19:36.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
80172026-02-27T15:19:36.723Z[ recovery-image] Feb 27 15:19:36.531 INFO O| Feb 27 15:19:36.531 INFO STEP 1042 (remove_files) COMPLETE
80182026-02-27T15:19:36.723Z[ recovery-image] Feb 27 15:19:36.531 INFO O| Feb 27 15:19:36.531 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192026-02-27T15:19:36.723Z[ recovery-image] Feb 27 15:19:36.542 INFO O| Feb 27 15:19:36.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
80202026-02-27T15:19:36.723Z[ recovery-image] Feb 27 15:19:36.542 INFO O| Feb 27 15:19:36.542 INFO STEP 1043 (remove_files) COMPLETE
80212026-02-27T15:19:36.723Z[ recovery-image] Feb 27 15:19:36.543 INFO O| Feb 27 15:19:36.542 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222026-02-27T15:19:36.748Z[ recovery-image] Feb 27 15:19:36.555 INFO O| Feb 27 15:19:36.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
80232026-02-27T15:19:36.748Z[ recovery-image] Feb 27 15:19:36.555 INFO O| Feb 27 15:19:36.555 INFO STEP 1044 (remove_files) COMPLETE
80242026-02-27T15:19:36.748Z[ recovery-image] Feb 27 15:19:36.555 INFO O| Feb 27 15:19:36.555 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252026-02-27T15:19:36.748Z[ recovery-image] Feb 27 15:19:36.566 INFO O| Feb 27 15:19:36.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
80262026-02-27T15:19:36.748Z[ recovery-image] Feb 27 15:19:36.567 INFO O| Feb 27 15:19:36.567 INFO STEP 1045 (remove_files) COMPLETE
80272026-02-27T15:19:36.748Z[ recovery-image] Feb 27 15:19:36.567 INFO O| Feb 27 15:19:36.567 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282026-02-27T15:19:36.774Z[ recovery-image] Feb 27 15:19:36.582 INFO O| Feb 27 15:19:36.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
80292026-02-27T15:19:36.774Z[ recovery-image] Feb 27 15:19:36.583 INFO O| Feb 27 15:19:36.582 INFO STEP 1046 (remove_files) COMPLETE
80302026-02-27T15:19:36.774Z[ recovery-image] Feb 27 15:19:36.583 INFO O| Feb 27 15:19:36.582 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312026-02-27T15:19:36.774Z[ recovery-image] Feb 27 15:19:36.602 INFO O| Feb 27 15:19:36.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
80322026-02-27T15:19:36.774Z[ recovery-image] Feb 27 15:19:36.602 INFO O| Feb 27 15:19:36.602 INFO STEP 1047 (remove_files) COMPLETE
80332026-02-27T15:19:36.774Z[ recovery-image] Feb 27 15:19:36.602 INFO O| Feb 27 15:19:36.602 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342026-02-27T15:19:36.799Z[ recovery-image] Feb 27 15:19:36.620 INFO O| Feb 27 15:19:36.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
80352026-02-27T15:19:36.799Z[ recovery-image] Feb 27 15:19:36.621 INFO O| Feb 27 15:19:36.621 INFO STEP 1048 (remove_files) COMPLETE
80362026-02-27T15:19:36.799Z[ recovery-image] Feb 27 15:19:36.621 INFO O| Feb 27 15:19:36.621 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372026-02-27T15:19:36.824Z[ recovery-image] Feb 27 15:19:36.638 INFO O| Feb 27 15:19:36.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
80382026-02-27T15:19:36.825Z[ recovery-image] Feb 27 15:19:36.638 INFO O| Feb 27 15:19:36.638 INFO STEP 1049 (remove_files) COMPLETE
80392026-02-27T15:19:36.825Z[ recovery-image] Feb 27 15:19:36.638 INFO O| Feb 27 15:19:36.638 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402026-02-27T15:19:36.825Z[ recovery-image] Feb 27 15:19:36.655 INFO O| Feb 27 15:19:36.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
80412026-02-27T15:19:36.825Z[ recovery-image] Feb 27 15:19:36.655 INFO O| Feb 27 15:19:36.655 INFO STEP 1050 (remove_files) COMPLETE
80422026-02-27T15:19:36.825Z[ recovery-image] Feb 27 15:19:36.655 INFO O| Feb 27 15:19:36.655 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432026-02-27T15:19:36.849Z[ recovery-image] Feb 27 15:19:36.674 INFO O| Feb 27 15:19:36.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
80442026-02-27T15:19:36.849Z[ recovery-image] Feb 27 15:19:36.674 INFO O| Feb 27 15:19:36.674 INFO STEP 1051 (remove_files) COMPLETE
80452026-02-27T15:19:36.849Z[ recovery-image] Feb 27 15:19:36.674 INFO O| Feb 27 15:19:36.674 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462026-02-27T15:19:36.875Z[ recovery-image] Feb 27 15:19:36.690 INFO O| Feb 27 15:19:36.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
80472026-02-27T15:19:36.875Z[ recovery-image] Feb 27 15:19:36.690 INFO O| Feb 27 15:19:36.690 INFO STEP 1052 (remove_files) COMPLETE
80482026-02-27T15:19:36.875Z[ recovery-image] Feb 27 15:19:36.690 INFO O| Feb 27 15:19:36.690 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492026-02-27T15:19:36.875Z[ recovery-image] Feb 27 15:19:36.703 INFO O| Feb 27 15:19:36.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
80502026-02-27T15:19:36.875Z[ recovery-image] Feb 27 15:19:36.703 INFO O| Feb 27 15:19:36.703 INFO STEP 1053 (remove_files) COMPLETE
80512026-02-27T15:19:36.875Z[ recovery-image] Feb 27 15:19:36.703 INFO O| Feb 27 15:19:36.703 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522026-02-27T15:19:36.900Z[ recovery-image] Feb 27 15:19:36.719 INFO O| Feb 27 15:19:36.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
80532026-02-27T15:19:36.900Z[ recovery-image] Feb 27 15:19:36.719 INFO O| Feb 27 15:19:36.719 INFO STEP 1054 (remove_files) COMPLETE
80542026-02-27T15:19:36.900Z[ recovery-image] Feb 27 15:19:36.719 INFO O| Feb 27 15:19:36.719 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552026-02-27T15:19:36.925Z[ recovery-image] Feb 27 15:19:36.736 INFO O| Feb 27 15:19:36.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
80562026-02-27T15:19:36.925Z[ recovery-image] Feb 27 15:19:36.736 INFO O| Feb 27 15:19:36.736 INFO STEP 1055 (remove_files) COMPLETE
80572026-02-27T15:19:36.925Z[ recovery-image] Feb 27 15:19:36.736 INFO O| Feb 27 15:19:36.736 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582026-02-27T15:19:36.925Z[ recovery-image] Feb 27 15:19:36.755 INFO O| Feb 27 15:19:36.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80592026-02-27T15:19:36.925Z[ recovery-image] Feb 27 15:19:36.755 INFO O| Feb 27 15:19:36.755 INFO STEP 1056 (remove_files) COMPLETE
80602026-02-27T15:19:36.925Z[ recovery-image] Feb 27 15:19:36.755 INFO O| Feb 27 15:19:36.755 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612026-02-27T15:19:36.949Z[ recovery-image] Feb 27 15:19:36.777 INFO O| Feb 27 15:19:36.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80622026-02-27T15:19:36.949Z[ recovery-image] Feb 27 15:19:36.777 INFO O| Feb 27 15:19:36.777 INFO STEP 1057 (remove_files) COMPLETE
80632026-02-27T15:19:36.949Z[ recovery-image] Feb 27 15:19:36.777 INFO O| Feb 27 15:19:36.777 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642026-02-27T15:19:36.974Z[ recovery-image] Feb 27 15:19:36.794 INFO O| Feb 27 15:19:36.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80652026-02-27T15:19:36.974Z[ recovery-image] Feb 27 15:19:36.794 INFO O| Feb 27 15:19:36.794 INFO STEP 1058 (remove_files) COMPLETE
80662026-02-27T15:19:36.974Z[ recovery-image] Feb 27 15:19:36.794 INFO O| Feb 27 15:19:36.794 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672026-02-27T15:19:36.998Z[ recovery-image] Feb 27 15:19:36.808 INFO O| Feb 27 15:19:36.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80682026-02-27T15:19:36.998Z[ recovery-image] Feb 27 15:19:36.808 INFO O| Feb 27 15:19:36.808 INFO STEP 1059 (remove_files) COMPLETE
80692026-02-27T15:19:36.998Z[ recovery-image] Feb 27 15:19:36.808 INFO O| Feb 27 15:19:36.808 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702026-02-27T15:19:36.998Z[ recovery-image] Feb 27 15:19:36.826 INFO O| Feb 27 15:19:36.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80712026-02-27T15:19:36.999Z[ recovery-image] Feb 27 15:19:36.826 INFO O| Feb 27 15:19:36.826 INFO STEP 1060 (remove_files) COMPLETE
80722026-02-27T15:19:36.999Z[ recovery-image] Feb 27 15:19:36.826 INFO O| Feb 27 15:19:36.826 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732026-02-27T15:19:37.024Z[ recovery-image] Feb 27 15:19:36.841 INFO O| Feb 27 15:19:36.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80742026-02-27T15:19:37.024Z[ recovery-image] Feb 27 15:19:36.841 INFO O| Feb 27 15:19:36.841 INFO STEP 1061 (remove_files) COMPLETE
80752026-02-27T15:19:37.024Z[ recovery-image] Feb 27 15:19:36.841 INFO O| Feb 27 15:19:36.841 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762026-02-27T15:19:37.024Z[ recovery-image] Feb 27 15:19:36.855 INFO O| Feb 27 15:19:36.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80772026-02-27T15:19:37.024Z[ recovery-image] Feb 27 15:19:36.855 INFO O| Feb 27 15:19:36.855 INFO STEP 1062 (remove_files) COMPLETE
80782026-02-27T15:19:37.024Z[ recovery-image] Feb 27 15:19:36.855 INFO O| Feb 27 15:19:36.855 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792026-02-27T15:19:37.048Z[ recovery-image] Feb 27 15:19:36.869 INFO O| Feb 27 15:19:36.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80802026-02-27T15:19:37.048Z[ recovery-image] Feb 27 15:19:36.870 INFO O| Feb 27 15:19:36.869 INFO STEP 1063 (remove_files) COMPLETE
80812026-02-27T15:19:37.048Z[ recovery-image] Feb 27 15:19:36.870 INFO O| Feb 27 15:19:36.870 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822026-02-27T15:19:37.074Z[ recovery-image] Feb 27 15:19:36.883 INFO O| Feb 27 15:19:36.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80832026-02-27T15:19:37.074Z[ recovery-image] Feb 27 15:19:36.883 INFO O| Feb 27 15:19:36.883 INFO STEP 1064 (remove_files) COMPLETE
80842026-02-27T15:19:37.074Z[ recovery-image] Feb 27 15:19:36.883 INFO O| Feb 27 15:19:36.883 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852026-02-27T15:19:37.074Z[ recovery-image] Feb 27 15:19:36.895 INFO O| Feb 27 15:19:36.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80862026-02-27T15:19:37.074Z[ recovery-image] Feb 27 15:19:36.895 INFO O| Feb 27 15:19:36.895 INFO STEP 1065 (remove_files) COMPLETE
80872026-02-27T15:19:37.074Z[ recovery-image] Feb 27 15:19:36.895 INFO O| Feb 27 15:19:36.895 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882026-02-27T15:19:37.099Z[ recovery-image] Feb 27 15:19:36.910 INFO O| Feb 27 15:19:36.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80892026-02-27T15:19:37.099Z[ recovery-image] Feb 27 15:19:36.910 INFO O| Feb 27 15:19:36.910 INFO STEP 1066 (remove_files) COMPLETE
80902026-02-27T15:19:37.099Z[ recovery-image] Feb 27 15:19:36.910 INFO O| Feb 27 15:19:36.910 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912026-02-27T15:19:37.099Z[ recovery-image] Feb 27 15:19:36.928 INFO O| Feb 27 15:19:36.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80922026-02-27T15:19:37.099Z[ recovery-image] Feb 27 15:19:36.928 INFO O| Feb 27 15:19:36.928 INFO STEP 1067 (remove_files) COMPLETE
80932026-02-27T15:19:37.099Z[ recovery-image] Feb 27 15:19:36.928 INFO O| Feb 27 15:19:36.928 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942026-02-27T15:19:37.123Z[ recovery-image] Feb 27 15:19:36.945 INFO O| Feb 27 15:19:36.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80952026-02-27T15:19:37.124Z[ recovery-image] Feb 27 15:19:36.946 INFO O| Feb 27 15:19:36.945 INFO STEP 1068 (remove_files) COMPLETE
80962026-02-27T15:19:37.124Z[ recovery-image] Feb 27 15:19:36.946 INFO O| Feb 27 15:19:36.945 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972026-02-27T15:19:37.148Z[ recovery-image] Feb 27 15:19:36.963 INFO O| Feb 27 15:19:36.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80982026-02-27T15:19:37.148Z[ recovery-image] Feb 27 15:19:36.963 INFO O| Feb 27 15:19:36.963 INFO STEP 1069 (remove_files) COMPLETE
80992026-02-27T15:19:37.148Z[ recovery-image] Feb 27 15:19:36.963 INFO O| Feb 27 15:19:36.963 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002026-02-27T15:19:37.148Z[ recovery-image] Feb 27 15:19:36.978 INFO O| Feb 27 15:19:36.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
81012026-02-27T15:19:37.148Z[ recovery-image] Feb 27 15:19:36.978 INFO O| Feb 27 15:19:36.978 INFO STEP 1070 (remove_files) COMPLETE
81022026-02-27T15:19:37.148Z[ recovery-image] Feb 27 15:19:36.978 INFO O| Feb 27 15:19:36.978 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032026-02-27T15:19:37.175Z[ recovery-image] Feb 27 15:19:36.995 INFO O| Feb 27 15:19:36.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
81042026-02-27T15:19:37.175Z[ recovery-image] Feb 27 15:19:36.995 INFO O| Feb 27 15:19:36.995 INFO STEP 1071 (remove_files) COMPLETE
81052026-02-27T15:19:37.175Z[ recovery-image] Feb 27 15:19:36.995 INFO O| Feb 27 15:19:36.995 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062026-02-27T15:19:37.200Z[ recovery-image] Feb 27 15:19:37.012 INFO O| Feb 27 15:19:37.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
81072026-02-27T15:19:37.200Z[ recovery-image] Feb 27 15:19:37.012 INFO O| Feb 27 15:19:37.012 INFO STEP 1072 (remove_files) COMPLETE
81082026-02-27T15:19:37.200Z[ recovery-image] Feb 27 15:19:37.012 INFO O| Feb 27 15:19:37.012 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092026-02-27T15:19:37.200Z[ recovery-image] Feb 27 15:19:37.031 INFO O| Feb 27 15:19:37.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
81102026-02-27T15:19:37.200Z[ recovery-image] Feb 27 15:19:37.031 INFO O| Feb 27 15:19:37.031 INFO STEP 1073 (remove_files) COMPLETE
81112026-02-27T15:19:37.200Z[ recovery-image] Feb 27 15:19:37.031 INFO O| Feb 27 15:19:37.031 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122026-02-27T15:19:37.225Z[ recovery-image] Feb 27 15:19:37.048 INFO O| Feb 27 15:19:37.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
81132026-02-27T15:19:37.225Z[ recovery-image] Feb 27 15:19:37.049 INFO O| Feb 27 15:19:37.049 INFO STEP 1074 (remove_files) COMPLETE
81142026-02-27T15:19:37.225Z[ recovery-image] Feb 27 15:19:37.049 INFO O| Feb 27 15:19:37.049 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152026-02-27T15:19:37.251Z[ recovery-image] Feb 27 15:19:37.065 INFO O| Feb 27 15:19:37.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
81162026-02-27T15:19:37.251Z[ recovery-image] Feb 27 15:19:37.066 INFO O| Feb 27 15:19:37.066 INFO STEP 1075 (remove_files) COMPLETE
81172026-02-27T15:19:37.251Z[ recovery-image] Feb 27 15:19:37.066 INFO O| Feb 27 15:19:37.066 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182026-02-27T15:19:37.276Z[ recovery-image] Feb 27 15:19:37.086 INFO O| Feb 27 15:19:37.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
81192026-02-27T15:19:37.276Z[ recovery-image] Feb 27 15:19:37.087 INFO O| Feb 27 15:19:37.086 INFO STEP 1076 (remove_files) COMPLETE
81202026-02-27T15:19:37.276Z[ recovery-image] Feb 27 15:19:37.087 INFO O| Feb 27 15:19:37.086 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212026-02-27T15:19:37.277Z[ recovery-image] Feb 27 15:19:37.101 INFO O| Feb 27 15:19:37.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
81222026-02-27T15:19:37.277Z[ recovery-image] Feb 27 15:19:37.102 INFO O| Feb 27 15:19:37.102 INFO STEP 1077 (remove_files) COMPLETE
81232026-02-27T15:19:37.277Z[ recovery-image] Feb 27 15:19:37.102 INFO O| Feb 27 15:19:37.102 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242026-02-27T15:19:37.304Z[ recovery-image] Feb 27 15:19:37.118 INFO O| Feb 27 15:19:37.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
81252026-02-27T15:19:37.304Z[ recovery-image] Feb 27 15:19:37.118 INFO O| Feb 27 15:19:37.118 INFO STEP 1078 (remove_files) COMPLETE
81262026-02-27T15:19:37.304Z[ recovery-image] Feb 27 15:19:37.118 INFO O| Feb 27 15:19:37.118 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272026-02-27T15:19:37.304Z[ recovery-image] Feb 27 15:19:37.134 INFO O| Feb 27 15:19:37.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
81282026-02-27T15:19:37.304Z[ recovery-image] Feb 27 15:19:37.134 INFO O| Feb 27 15:19:37.134 INFO STEP 1079 (remove_files) COMPLETE
81292026-02-27T15:19:37.304Z[ recovery-image] Feb 27 15:19:37.134 INFO O| Feb 27 15:19:37.134 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302026-02-27T15:19:37.330Z[ recovery-image] Feb 27 15:19:37.151 INFO O| Feb 27 15:19:37.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
81312026-02-27T15:19:37.330Z[ recovery-image] Feb 27 15:19:37.151 INFO O| Feb 27 15:19:37.151 INFO STEP 1080 (remove_files) COMPLETE
81322026-02-27T15:19:37.330Z[ recovery-image] Feb 27 15:19:37.151 INFO O| Feb 27 15:19:37.151 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332026-02-27T15:19:37.354Z[ recovery-image] Feb 27 15:19:37.164 INFO O| Feb 27 15:19:37.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
81342026-02-27T15:19:37.354Z[ recovery-image] Feb 27 15:19:37.164 INFO O| Feb 27 15:19:37.164 INFO STEP 1081 (remove_files) COMPLETE
81352026-02-27T15:19:37.354Z[ recovery-image] Feb 27 15:19:37.164 INFO O| Feb 27 15:19:37.164 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362026-02-27T15:19:37.354Z[ recovery-image] Feb 27 15:19:37.176 INFO O| Feb 27 15:19:37.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
81372026-02-27T15:19:37.354Z[ recovery-image] Feb 27 15:19:37.176 INFO O| Feb 27 15:19:37.176 INFO STEP 1082 (remove_files) COMPLETE
81382026-02-27T15:19:37.354Z[ recovery-image] Feb 27 15:19:37.176 INFO O| Feb 27 15:19:37.176 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392026-02-27T15:19:37.379Z[ recovery-image] Feb 27 15:19:37.188 INFO O| Feb 27 15:19:37.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
81402026-02-27T15:19:37.379Z[ recovery-image] Feb 27 15:19:37.188 INFO O| Feb 27 15:19:37.188 INFO STEP 1083 (remove_files) COMPLETE
81412026-02-27T15:19:37.379Z[ recovery-image] Feb 27 15:19:37.188 INFO O| Feb 27 15:19:37.188 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422026-02-27T15:19:37.379Z[ recovery-image] Feb 27 15:19:37.205 INFO O| Feb 27 15:19:37.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
81432026-02-27T15:19:37.379Z[ recovery-image] Feb 27 15:19:37.206 INFO O| Feb 27 15:19:37.206 INFO STEP 1084 (remove_files) COMPLETE
81442026-02-27T15:19:37.379Z[ recovery-image] Feb 27 15:19:37.206 INFO O| Feb 27 15:19:37.206 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452026-02-27T15:19:37.404Z[ recovery-image] Feb 27 15:19:37.222 INFO O| Feb 27 15:19:37.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
81462026-02-27T15:19:37.404Z[ recovery-image] Feb 27 15:19:37.222 INFO O| Feb 27 15:19:37.222 INFO STEP 1085 (remove_files) COMPLETE
81472026-02-27T15:19:37.404Z[ recovery-image] Feb 27 15:19:37.222 INFO O| Feb 27 15:19:37.222 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482026-02-27T15:19:37.404Z[ recovery-image] Feb 27 15:19:37.233 INFO O| Feb 27 15:19:37.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
81492026-02-27T15:19:37.405Z[ recovery-image] Feb 27 15:19:37.233 INFO O| Feb 27 15:19:37.233 INFO STEP 1086 (remove_files) COMPLETE
81502026-02-27T15:19:37.405Z[ recovery-image] Feb 27 15:19:37.233 INFO O| Feb 27 15:19:37.233 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512026-02-27T15:19:37.430Z[ recovery-image] Feb 27 15:19:37.251 INFO O| Feb 27 15:19:37.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
81522026-02-27T15:19:37.430Z[ recovery-image] Feb 27 15:19:37.251 INFO O| Feb 27 15:19:37.251 INFO STEP 1087 (remove_files) COMPLETE
81532026-02-27T15:19:37.430Z[ recovery-image] Feb 27 15:19:37.251 INFO O| Feb 27 15:19:37.251 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542026-02-27T15:19:37.457Z[ recovery-image] Feb 27 15:19:37.268 INFO O| Feb 27 15:19:37.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
81552026-02-27T15:19:37.457Z[ recovery-image] Feb 27 15:19:37.268 INFO O| Feb 27 15:19:37.268 INFO STEP 1088 (remove_files) COMPLETE
81562026-02-27T15:19:37.457Z[ recovery-image] Feb 27 15:19:37.268 INFO O| Feb 27 15:19:37.268 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572026-02-27T15:19:37.457Z[ recovery-image] Feb 27 15:19:37.284 INFO O| Feb 27 15:19:37.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
81582026-02-27T15:19:37.457Z[ recovery-image] Feb 27 15:19:37.284 INFO O| Feb 27 15:19:37.284 INFO STEP 1089 (remove_files) COMPLETE
81592026-02-27T15:19:37.457Z[ recovery-image] Feb 27 15:19:37.284 INFO O| Feb 27 15:19:37.284 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602026-02-27T15:19:37.482Z[ recovery-image] Feb 27 15:19:37.302 INFO O| Feb 27 15:19:37.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81612026-02-27T15:19:37.482Z[ recovery-image] Feb 27 15:19:37.302 INFO O| Feb 27 15:19:37.302 INFO STEP 1090 (remove_files) COMPLETE
81622026-02-27T15:19:37.482Z[ recovery-image] Feb 27 15:19:37.302 INFO O| Feb 27 15:19:37.302 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632026-02-27T15:19:37.511Z[ recovery-image] Feb 27 15:19:37.323 INFO O| Feb 27 15:19:37.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81642026-02-27T15:19:37.511Z[ recovery-image] Feb 27 15:19:37.323 INFO O| Feb 27 15:19:37.323 INFO STEP 1091 (remove_files) COMPLETE
81652026-02-27T15:19:37.511Z[ recovery-image] Feb 27 15:19:37.323 INFO O| Feb 27 15:19:37.323 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662026-02-27T15:19:37.535Z[ recovery-image] Feb 27 15:19:37.342 INFO O| Feb 27 15:19:37.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81672026-02-27T15:19:37.535Z[ recovery-image] Feb 27 15:19:37.343 INFO O| Feb 27 15:19:37.342 INFO STEP 1092 (remove_files) COMPLETE
81682026-02-27T15:19:37.535Z[ recovery-image] Feb 27 15:19:37.343 INFO O| Feb 27 15:19:37.343 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692026-02-27T15:19:37.535Z[ recovery-image] Feb 27 15:19:37.360 INFO O| Feb 27 15:19:37.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81702026-02-27T15:19:37.535Z[ recovery-image] Feb 27 15:19:37.360 INFO O| Feb 27 15:19:37.360 INFO STEP 1093 (remove_files) COMPLETE
81712026-02-27T15:19:37.535Z[ recovery-image] Feb 27 15:19:37.360 INFO O| Feb 27 15:19:37.360 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722026-02-27T15:19:37.560Z[ recovery-image] Feb 27 15:19:37.373 INFO O| Feb 27 15:19:37.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81732026-02-27T15:19:37.560Z[ recovery-image] Feb 27 15:19:37.373 INFO O| Feb 27 15:19:37.373 INFO STEP 1094 (remove_files) COMPLETE
81742026-02-27T15:19:37.560Z[ recovery-image] Feb 27 15:19:37.373 INFO O| Feb 27 15:19:37.373 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752026-02-27T15:19:37.560Z[ recovery-image] Feb 27 15:19:37.389 INFO O| Feb 27 15:19:37.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81762026-02-27T15:19:37.560Z[ recovery-image] Feb 27 15:19:37.389 INFO O| Feb 27 15:19:37.389 INFO STEP 1095 (remove_files) COMPLETE
81772026-02-27T15:19:37.560Z[ recovery-image] Feb 27 15:19:37.389 INFO O| Feb 27 15:19:37.389 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782026-02-27T15:19:37.585Z[ recovery-image] Feb 27 15:19:37.410 INFO O| Feb 27 15:19:37.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81792026-02-27T15:19:37.585Z[ recovery-image] Feb 27 15:19:37.410 INFO O| Feb 27 15:19:37.410 INFO STEP 1096 (remove_files) COMPLETE
81802026-02-27T15:19:37.585Z[ recovery-image] Feb 27 15:19:37.410 INFO O| Feb 27 15:19:37.410 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812026-02-27T15:19:37.609Z[ recovery-image] Feb 27 15:19:37.426 INFO O| Feb 27 15:19:37.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81822026-02-27T15:19:37.610Z[ recovery-image] Feb 27 15:19:37.426 INFO O| Feb 27 15:19:37.426 INFO STEP 1097 (remove_files) COMPLETE
81832026-02-27T15:19:37.610Z[ recovery-image] Feb 27 15:19:37.426 INFO O| Feb 27 15:19:37.426 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842026-02-27T15:19:37.610Z[ recovery-image] Feb 27 15:19:37.441 INFO O| Feb 27 15:19:37.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81852026-02-27T15:19:37.610Z[ recovery-image] Feb 27 15:19:37.441 INFO O| Feb 27 15:19:37.441 INFO STEP 1098 (remove_files) COMPLETE
81862026-02-27T15:19:37.610Z[ recovery-image] Feb 27 15:19:37.441 INFO O| Feb 27 15:19:37.441 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872026-02-27T15:19:37.634Z[ recovery-image] Feb 27 15:19:37.458 INFO O| Feb 27 15:19:37.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81882026-02-27T15:19:37.634Z[ recovery-image] Feb 27 15:19:37.458 INFO O| Feb 27 15:19:37.458 INFO STEP 1099 (remove_files) COMPLETE
81892026-02-27T15:19:37.635Z[ recovery-image] Feb 27 15:19:37.458 INFO O| Feb 27 15:19:37.458 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902026-02-27T15:19:37.659Z[ recovery-image] Feb 27 15:19:37.473 INFO O| Feb 27 15:19:37.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81912026-02-27T15:19:37.659Z[ recovery-image] Feb 27 15:19:37.474 INFO O| Feb 27 15:19:37.474 INFO STEP 1100 (remove_files) COMPLETE
81922026-02-27T15:19:37.659Z[ recovery-image] Feb 27 15:19:37.474 INFO O| Feb 27 15:19:37.474 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932026-02-27T15:19:37.684Z[ recovery-image] Feb 27 15:19:37.492 INFO O| Feb 27 15:19:37.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81942026-02-27T15:19:37.684Z[ recovery-image] Feb 27 15:19:37.492 INFO O| Feb 27 15:19:37.492 INFO STEP 1101 (remove_files) COMPLETE
81952026-02-27T15:19:37.684Z[ recovery-image] Feb 27 15:19:37.492 INFO O| Feb 27 15:19:37.492 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962026-02-27T15:19:37.684Z[ recovery-image] Feb 27 15:19:37.507 INFO O| Feb 27 15:19:37.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81972026-02-27T15:19:37.684Z[ recovery-image] Feb 27 15:19:37.507 INFO O| Feb 27 15:19:37.507 INFO STEP 1102 (remove_files) COMPLETE
81982026-02-27T15:19:37.684Z[ recovery-image] Feb 27 15:19:37.507 INFO O| Feb 27 15:19:37.507 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992026-02-27T15:19:37.709Z[ recovery-image] Feb 27 15:19:37.520 INFO O| Feb 27 15:19:37.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
82002026-02-27T15:19:37.709Z[ recovery-image] Feb 27 15:19:37.520 INFO O| Feb 27 15:19:37.520 INFO STEP 1103 (remove_files) COMPLETE
82012026-02-27T15:19:37.709Z[ recovery-image] Feb 27 15:19:37.520 INFO O| Feb 27 15:19:37.520 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022026-02-27T15:19:37.709Z[ recovery-image] Feb 27 15:19:37.538 INFO O| Feb 27 15:19:37.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
82032026-02-27T15:19:37.709Z[ recovery-image] Feb 27 15:19:37.538 INFO O| Feb 27 15:19:37.538 INFO STEP 1104 (remove_files) COMPLETE
82042026-02-27T15:19:37.709Z[ recovery-image] Feb 27 15:19:37.538 INFO O| Feb 27 15:19:37.538 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052026-02-27T15:19:37.734Z[ recovery-image] Feb 27 15:19:37.556 INFO O| Feb 27 15:19:37.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
82062026-02-27T15:19:37.734Z[ recovery-image] Feb 27 15:19:37.556 INFO O| Feb 27 15:19:37.556 INFO STEP 1105 (remove_files) COMPLETE
82072026-02-27T15:19:37.734Z[ recovery-image] Feb 27 15:19:37.556 INFO O| Feb 27 15:19:37.556 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082026-02-27T15:19:37.758Z[ recovery-image] Feb 27 15:19:37.574 INFO O| Feb 27 15:19:37.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
82092026-02-27T15:19:37.758Z[ recovery-image] Feb 27 15:19:37.574 INFO O| Feb 27 15:19:37.574 INFO STEP 1106 (remove_files) COMPLETE
82102026-02-27T15:19:37.758Z[ recovery-image] Feb 27 15:19:37.574 INFO O| Feb 27 15:19:37.574 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112026-02-27T15:19:37.758Z[ recovery-image] Feb 27 15:19:37.590 INFO O| Feb 27 15:19:37.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
82122026-02-27T15:19:37.758Z[ recovery-image] Feb 27 15:19:37.591 INFO O| Feb 27 15:19:37.590 INFO STEP 1107 (remove_files) COMPLETE
82132026-02-27T15:19:37.758Z[ recovery-image] Feb 27 15:19:37.591 INFO O| Feb 27 15:19:37.590 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142026-02-27T15:19:37.783Z[ recovery-image] Feb 27 15:19:37.602 INFO O| Feb 27 15:19:37.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
82152026-02-27T15:19:37.783Z[ recovery-image] Feb 27 15:19:37.602 INFO O| Feb 27 15:19:37.602 INFO STEP 1108 (remove_files) COMPLETE
82162026-02-27T15:19:37.783Z[ recovery-image] Feb 27 15:19:37.603 INFO O| Feb 27 15:19:37.602 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172026-02-27T15:19:37.807Z[ recovery-image] Feb 27 15:19:37.619 INFO O| Feb 27 15:19:37.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
82182026-02-27T15:19:37.807Z[ recovery-image] Feb 27 15:19:37.619 INFO O| Feb 27 15:19:37.619 INFO STEP 1109 (remove_files) COMPLETE
82192026-02-27T15:19:37.807Z[ recovery-image] Feb 27 15:19:37.619 INFO O| Feb 27 15:19:37.619 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202026-02-27T15:19:37.807Z[ recovery-image] Feb 27 15:19:37.633 INFO O| Feb 27 15:19:37.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
82212026-02-27T15:19:37.807Z[ recovery-image] Feb 27 15:19:37.634 INFO O| Feb 27 15:19:37.634 INFO STEP 1110 (remove_files) COMPLETE
82222026-02-27T15:19:37.807Z[ recovery-image] Feb 27 15:19:37.634 INFO O| Feb 27 15:19:37.634 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232026-02-27T15:19:37.832Z[ recovery-image] Feb 27 15:19:37.650 INFO O| Feb 27 15:19:37.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
82242026-02-27T15:19:37.832Z[ recovery-image] Feb 27 15:19:37.650 INFO O| Feb 27 15:19:37.650 INFO STEP 1111 (remove_files) COMPLETE
82252026-02-27T15:19:37.832Z[ recovery-image] Feb 27 15:19:37.650 INFO O| Feb 27 15:19:37.650 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262026-02-27T15:19:37.832Z[ recovery-image] Feb 27 15:19:37.663 INFO O| Feb 27 15:19:37.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
82272026-02-27T15:19:37.832Z[ recovery-image] Feb 27 15:19:37.663 INFO O| Feb 27 15:19:37.663 INFO STEP 1112 (remove_files) COMPLETE
82282026-02-27T15:19:37.832Z[ recovery-image] Feb 27 15:19:37.663 INFO O| Feb 27 15:19:37.663 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292026-02-27T15:19:37.857Z[ recovery-image] Feb 27 15:19:37.675 INFO O| Feb 27 15:19:37.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
82302026-02-27T15:19:37.857Z[ recovery-image] Feb 27 15:19:37.675 INFO O| Feb 27 15:19:37.675 INFO STEP 1113 (remove_files) COMPLETE
82312026-02-27T15:19:37.857Z[ recovery-image] Feb 27 15:19:37.675 INFO O| Feb 27 15:19:37.675 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322026-02-27T15:19:37.857Z[ recovery-image] Feb 27 15:19:37.687 INFO O| Feb 27 15:19:37.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
82332026-02-27T15:19:37.857Z[ recovery-image] Feb 27 15:19:37.687 INFO O| Feb 27 15:19:37.687 INFO STEP 1114 (remove_files) COMPLETE
82342026-02-27T15:19:37.857Z[ recovery-image] Feb 27 15:19:37.687 INFO O| Feb 27 15:19:37.687 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352026-02-27T15:19:37.882Z[ recovery-image] Feb 27 15:19:37.698 INFO O| Feb 27 15:19:37.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
82362026-02-27T15:19:37.882Z[ recovery-image] Feb 27 15:19:37.698 INFO O| Feb 27 15:19:37.698 INFO STEP 1115 (remove_files) COMPLETE
82372026-02-27T15:19:37.882Z[ recovery-image] Feb 27 15:19:37.698 INFO O| Feb 27 15:19:37.698 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382026-02-27T15:19:37.882Z[ recovery-image] Feb 27 15:19:37.710 INFO O| Feb 27 15:19:37.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
82392026-02-27T15:19:37.882Z[ recovery-image] Feb 27 15:19:37.710 INFO O| Feb 27 15:19:37.710 INFO STEP 1116 (remove_files) COMPLETE
82402026-02-27T15:19:37.882Z[ recovery-image] Feb 27 15:19:37.710 INFO O| Feb 27 15:19:37.710 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412026-02-27T15:19:37.907Z[ recovery-image] Feb 27 15:19:37.726 INFO O| Feb 27 15:19:37.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
82422026-02-27T15:19:37.907Z[ recovery-image] Feb 27 15:19:37.726 INFO O| Feb 27 15:19:37.726 INFO STEP 1117 (remove_files) COMPLETE
82432026-02-27T15:19:37.907Z[ recovery-image] Feb 27 15:19:37.726 INFO O| Feb 27 15:19:37.726 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442026-02-27T15:19:37.907Z[ recovery-image] Feb 27 15:19:37.738 INFO O| Feb 27 15:19:37.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
82452026-02-27T15:19:37.907Z[ recovery-image] Feb 27 15:19:37.738 INFO O| Feb 27 15:19:37.738 INFO STEP 1118 (remove_files) COMPLETE
82462026-02-27T15:19:37.907Z[ recovery-image] Feb 27 15:19:37.738 INFO O| Feb 27 15:19:37.738 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472026-02-27T15:19:37.932Z[ recovery-image] Feb 27 15:19:37.749 INFO O| Feb 27 15:19:37.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
82482026-02-27T15:19:37.932Z[ recovery-image] Feb 27 15:19:37.749 INFO O| Feb 27 15:19:37.749 INFO STEP 1119 (remove_files) COMPLETE
82492026-02-27T15:19:37.933Z[ recovery-image] Feb 27 15:19:37.749 INFO O| Feb 27 15:19:37.749 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502026-02-27T15:19:37.933Z[ recovery-image] Feb 27 15:19:37.765 INFO O| Feb 27 15:19:37.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
82512026-02-27T15:19:37.933Z[ recovery-image] Feb 27 15:19:37.765 INFO O| Feb 27 15:19:37.765 INFO STEP 1120 (remove_files) COMPLETE
82522026-02-27T15:19:37.933Z[ recovery-image] Feb 27 15:19:37.765 INFO O| Feb 27 15:19:37.765 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532026-02-27T15:19:37.957Z[ recovery-image] Feb 27 15:19:37.779 INFO O| Feb 27 15:19:37.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
82542026-02-27T15:19:37.957Z[ recovery-image] Feb 27 15:19:37.779 INFO O| Feb 27 15:19:37.779 INFO STEP 1121 (remove_files) COMPLETE
82552026-02-27T15:19:37.957Z[ recovery-image] Feb 27 15:19:37.779 INFO O| Feb 27 15:19:37.779 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562026-02-27T15:19:37.982Z[ recovery-image] Feb 27 15:19:37.798 INFO O| Feb 27 15:19:37.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82572026-02-27T15:19:37.982Z[ recovery-image] Feb 27 15:19:37.798 INFO O| Feb 27 15:19:37.798 INFO STEP 1122 (remove_files) COMPLETE
82582026-02-27T15:19:37.982Z[ recovery-image] Feb 27 15:19:37.799 INFO O| Feb 27 15:19:37.798 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592026-02-27T15:19:38.007Z[ recovery-image] Feb 27 15:19:37.816 INFO O| Feb 27 15:19:37.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82602026-02-27T15:19:38.007Z[ recovery-image] Feb 27 15:19:37.816 INFO O| Feb 27 15:19:37.816 INFO STEP 1123 (remove_files) COMPLETE
82612026-02-27T15:19:38.007Z[ recovery-image] Feb 27 15:19:37.816 INFO O| Feb 27 15:19:37.816 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622026-02-27T15:19:38.007Z[ recovery-image] Feb 27 15:19:37.831 INFO O| Feb 27 15:19:37.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82632026-02-27T15:19:38.007Z[ recovery-image] Feb 27 15:19:37.832 INFO O| Feb 27 15:19:37.831 INFO STEP 1124 (remove_files) COMPLETE
82642026-02-27T15:19:38.007Z[ recovery-image] Feb 27 15:19:37.832 INFO O| Feb 27 15:19:37.832 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652026-02-27T15:19:38.033Z[ recovery-image] Feb 27 15:19:37.849 INFO O| Feb 27 15:19:37.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82662026-02-27T15:19:38.033Z[ recovery-image] Feb 27 15:19:37.849 INFO O| Feb 27 15:19:37.849 INFO STEP 1125 (remove_files) COMPLETE
82672026-02-27T15:19:38.033Z[ recovery-image] Feb 27 15:19:37.849 INFO O| Feb 27 15:19:37.849 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682026-02-27T15:19:38.058Z[ recovery-image] Feb 27 15:19:37.864 INFO O| Feb 27 15:19:37.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82692026-02-27T15:19:38.058Z[ recovery-image] Feb 27 15:19:37.864 INFO O| Feb 27 15:19:37.864 INFO STEP 1126 (remove_files) COMPLETE
82702026-02-27T15:19:38.058Z[ recovery-image] Feb 27 15:19:37.864 INFO O| Feb 27 15:19:37.864 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82712026-02-27T15:19:38.058Z[ recovery-image] Feb 27 15:19:37.878 INFO O| Feb 27 15:19:37.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82722026-02-27T15:19:38.058Z[ recovery-image] Feb 27 15:19:37.878 INFO O| Feb 27 15:19:37.878 INFO STEP 1127 (remove_files) COMPLETE
82732026-02-27T15:19:38.058Z[ recovery-image] Feb 27 15:19:37.878 INFO O| Feb 27 15:19:37.878 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82742026-02-27T15:19:38.082Z[ recovery-image] Feb 27 15:19:37.898 INFO O| Feb 27 15:19:37.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82752026-02-27T15:19:38.082Z[ recovery-image] Feb 27 15:19:37.898 INFO O| Feb 27 15:19:37.898 INFO STEP 1128 (remove_files) COMPLETE
82762026-02-27T15:19:38.082Z[ recovery-image] Feb 27 15:19:37.898 INFO O| Feb 27 15:19:37.898 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82772026-02-27T15:19:38.107Z[ recovery-image] Feb 27 15:19:37.916 INFO O| Feb 27 15:19:37.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82782026-02-27T15:19:38.107Z[ recovery-image] Feb 27 15:19:37.916 INFO O| Feb 27 15:19:37.916 INFO STEP 1129 (remove_files) COMPLETE
82792026-02-27T15:19:38.107Z[ recovery-image] Feb 27 15:19:37.916 INFO O| Feb 27 15:19:37.916 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82802026-02-27T15:19:38.107Z[ recovery-image] Feb 27 15:19:37.931 INFO O| Feb 27 15:19:37.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82812026-02-27T15:19:38.107Z[ recovery-image] Feb 27 15:19:37.931 INFO O| Feb 27 15:19:37.931 INFO STEP 1130 (remove_files) COMPLETE
82822026-02-27T15:19:38.107Z[ recovery-image] Feb 27 15:19:37.932 INFO O| Feb 27 15:19:37.931 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82832026-02-27T15:19:38.133Z[ recovery-image] Feb 27 15:19:37.950 INFO O| Feb 27 15:19:37.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82842026-02-27T15:19:38.134Z[ recovery-image] Feb 27 15:19:37.951 INFO O| Feb 27 15:19:37.951 INFO STEP 1131 (remove_files) COMPLETE
82852026-02-27T15:19:38.134Z[ recovery-image] Feb 27 15:19:37.951 INFO O| Feb 27 15:19:37.951 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82862026-02-27T15:19:38.159Z[ recovery-image] Feb 27 15:19:37.965 INFO O| Feb 27 15:19:37.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82872026-02-27T15:19:38.159Z[ recovery-image] Feb 27 15:19:37.965 INFO O| Feb 27 15:19:37.965 INFO STEP 1132 (remove_files) COMPLETE
82882026-02-27T15:19:38.159Z[ recovery-image] Feb 27 15:19:37.965 INFO O| Feb 27 15:19:37.965 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82892026-02-27T15:19:38.159Z[ recovery-image] Feb 27 15:19:37.981 INFO O| Feb 27 15:19:37.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82902026-02-27T15:19:38.159Z[ recovery-image] Feb 27 15:19:37.981 INFO O| Feb 27 15:19:37.981 INFO STEP 1133 (remove_files) COMPLETE
82912026-02-27T15:19:38.159Z[ recovery-image] Feb 27 15:19:37.981 INFO O| Feb 27 15:19:37.981 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82922026-02-27T15:19:38.185Z[ recovery-image] Feb 27 15:19:37.994 INFO O| Feb 27 15:19:37.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82932026-02-27T15:19:38.185Z[ recovery-image] Feb 27 15:19:37.994 INFO O| Feb 27 15:19:37.994 INFO STEP 1134 (remove_files) COMPLETE
82942026-02-27T15:19:38.185Z[ recovery-image] Feb 27 15:19:37.994 INFO O| Feb 27 15:19:37.994 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82952026-02-27T15:19:38.185Z[ recovery-image] Feb 27 15:19:38.005 INFO O| Feb 27 15:19:38.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82962026-02-27T15:19:38.185Z[ recovery-image] Feb 27 15:19:38.006 INFO O| Feb 27 15:19:38.006 INFO STEP 1135 (remove_files) COMPLETE
82972026-02-27T15:19:38.185Z[ recovery-image] Feb 27 15:19:38.006 INFO O| Feb 27 15:19:38.006 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82982026-02-27T15:19:38.185Z[ recovery-image] Feb 27 15:19:38.017 INFO O| Feb 27 15:19:38.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82992026-02-27T15:19:38.185Z[ recovery-image] Feb 27 15:19:38.017 INFO O| Feb 27 15:19:38.017 INFO STEP 1136 (remove_files) COMPLETE
83002026-02-27T15:19:38.210Z[ recovery-image] Feb 27 15:19:38.017 INFO O| Feb 27 15:19:38.017 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83012026-02-27T15:19:38.210Z[ recovery-image] Feb 27 15:19:38.036 INFO O| Feb 27 15:19:38.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
83022026-02-27T15:19:38.210Z[ recovery-image] Feb 27 15:19:38.037 INFO O| Feb 27 15:19:38.037 INFO STEP 1137 (remove_files) COMPLETE
83032026-02-27T15:19:38.210Z[ recovery-image] Feb 27 15:19:38.037 INFO O| Feb 27 15:19:38.037 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83042026-02-27T15:19:38.235Z[ recovery-image] Feb 27 15:19:38.053 INFO O| Feb 27 15:19:38.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
83052026-02-27T15:19:38.235Z[ recovery-image] Feb 27 15:19:38.053 INFO O| Feb 27 15:19:38.053 INFO STEP 1138 (remove_files) COMPLETE
83062026-02-27T15:19:38.235Z[ recovery-image] Feb 27 15:19:38.053 INFO O| Feb 27 15:19:38.053 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83072026-02-27T15:19:38.259Z[ recovery-image] Feb 27 15:19:38.070 INFO O| Feb 27 15:19:38.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
83082026-02-27T15:19:38.259Z[ recovery-image] Feb 27 15:19:38.070 INFO O| Feb 27 15:19:38.070 INFO STEP 1139 (remove_files) COMPLETE
83092026-02-27T15:19:38.259Z[ recovery-image] Feb 27 15:19:38.070 INFO O| Feb 27 15:19:38.070 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83102026-02-27T15:19:38.259Z[ recovery-image] Feb 27 15:19:38.087 INFO O| Feb 27 15:19:38.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
83112026-02-27T15:19:38.259Z[ recovery-image] Feb 27 15:19:38.087 INFO O| Feb 27 15:19:38.087 INFO STEP 1140 (remove_files) COMPLETE
83122026-02-27T15:19:38.259Z[ recovery-image] Feb 27 15:19:38.087 INFO O| Feb 27 15:19:38.087 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83132026-02-27T15:19:38.284Z[ recovery-image] Feb 27 15:19:38.106 INFO O| Feb 27 15:19:38.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
83142026-02-27T15:19:38.284Z[ recovery-image] Feb 27 15:19:38.106 INFO O| Feb 27 15:19:38.106 INFO STEP 1141 (remove_files) COMPLETE
83152026-02-27T15:19:38.284Z[ recovery-image] Feb 27 15:19:38.106 INFO O| Feb 27 15:19:38.106 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83162026-02-27T15:19:38.309Z[ recovery-image] Feb 27 15:19:38.122 INFO O| Feb 27 15:19:38.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
83172026-02-27T15:19:38.309Z[ recovery-image] Feb 27 15:19:38.122 INFO O| Feb 27 15:19:38.122 INFO STEP 1142 (remove_files) COMPLETE
83182026-02-27T15:19:38.309Z[ recovery-image] Feb 27 15:19:38.122 INFO O| Feb 27 15:19:38.122 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83192026-02-27T15:19:38.309Z[ recovery-image] Feb 27 15:19:38.136 INFO O| Feb 27 15:19:38.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
83202026-02-27T15:19:38.309Z[ recovery-image] Feb 27 15:19:38.136 INFO O| Feb 27 15:19:38.136 INFO STEP 1143 (remove_files) COMPLETE
83212026-02-27T15:19:38.309Z[ recovery-image] Feb 27 15:19:38.136 INFO O| Feb 27 15:19:38.136 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83222026-02-27T15:19:38.334Z[ recovery-image] Feb 27 15:19:38.153 INFO O| Feb 27 15:19:38.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
83232026-02-27T15:19:38.334Z[ recovery-image] Feb 27 15:19:38.153 INFO O| Feb 27 15:19:38.153 INFO STEP 1144 (remove_files) COMPLETE
83242026-02-27T15:19:38.334Z[ recovery-image] Feb 27 15:19:38.153 INFO O| Feb 27 15:19:38.153 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83252026-02-27T15:19:38.359Z[ recovery-image] Feb 27 15:19:38.174 INFO O| Feb 27 15:19:38.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
83262026-02-27T15:19:38.359Z[ recovery-image] Feb 27 15:19:38.174 INFO O| Feb 27 15:19:38.174 INFO STEP 1145 (remove_files) COMPLETE
83272026-02-27T15:19:38.359Z[ recovery-image] Feb 27 15:19:38.174 INFO O| Feb 27 15:19:38.174 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83282026-02-27T15:19:38.359Z[ recovery-image] Feb 27 15:19:38.188 INFO O| Feb 27 15:19:38.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
83292026-02-27T15:19:38.359Z[ recovery-image] Feb 27 15:19:38.189 INFO O| Feb 27 15:19:38.188 INFO STEP 1146 (remove_files) COMPLETE
83302026-02-27T15:19:38.359Z[ recovery-image] Feb 27 15:19:38.189 INFO O| Feb 27 15:19:38.188 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83312026-02-27T15:19:38.384Z[ recovery-image] Feb 27 15:19:38.202 INFO O| Feb 27 15:19:38.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
83322026-02-27T15:19:38.384Z[ recovery-image] Feb 27 15:19:38.202 INFO O| Feb 27 15:19:38.202 INFO STEP 1147 (remove_files) COMPLETE
83332026-02-27T15:19:38.384Z[ recovery-image] Feb 27 15:19:38.202 INFO O| Feb 27 15:19:38.202 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83342026-02-27T15:19:38.384Z[ recovery-image] Feb 27 15:19:38.214 INFO O| Feb 27 15:19:38.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
83352026-02-27T15:19:38.384Z[ recovery-image] Feb 27 15:19:38.214 INFO O| Feb 27 15:19:38.214 INFO STEP 1148 (remove_files) COMPLETE
83362026-02-27T15:19:38.384Z[ recovery-image] Feb 27 15:19:38.214 INFO O| Feb 27 15:19:38.214 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83372026-02-27T15:19:38.410Z[ recovery-image] Feb 27 15:19:38.231 INFO O| Feb 27 15:19:38.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
83382026-02-27T15:19:38.410Z[ recovery-image] Feb 27 15:19:38.231 INFO O| Feb 27 15:19:38.231 INFO STEP 1149 (remove_files) COMPLETE
83392026-02-27T15:19:38.410Z[ recovery-image] Feb 27 15:19:38.231 INFO O| Feb 27 15:19:38.231 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83402026-02-27T15:19:38.437Z[ recovery-image] Feb 27 15:19:38.246 INFO O| Feb 27 15:19:38.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
83412026-02-27T15:19:38.437Z[ recovery-image] Feb 27 15:19:38.247 INFO O| Feb 27 15:19:38.246 INFO STEP 1150 (remove_files) COMPLETE
83422026-02-27T15:19:38.437Z[ recovery-image] Feb 27 15:19:38.247 INFO O| Feb 27 15:19:38.247 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83432026-02-27T15:19:38.437Z[ recovery-image] Feb 27 15:19:38.262 INFO O| Feb 27 15:19:38.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
83442026-02-27T15:19:38.437Z[ recovery-image] Feb 27 15:19:38.262 INFO O| Feb 27 15:19:38.262 INFO STEP 1151 (remove_files) COMPLETE
83452026-02-27T15:19:38.437Z[ recovery-image] Feb 27 15:19:38.262 INFO O| Feb 27 15:19:38.262 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83462026-02-27T15:19:38.462Z[ recovery-image] Feb 27 15:19:38.279 INFO O| Feb 27 15:19:38.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
83472026-02-27T15:19:38.462Z[ recovery-image] Feb 27 15:19:38.279 INFO O| Feb 27 15:19:38.279 INFO STEP 1152 (remove_files) COMPLETE
83482026-02-27T15:19:38.462Z[ recovery-image] Feb 27 15:19:38.279 INFO O| Feb 27 15:19:38.279 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83492026-02-27T15:19:38.487Z[ recovery-image] Feb 27 15:19:38.299 INFO O| Feb 27 15:19:38.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
83502026-02-27T15:19:38.487Z[ recovery-image] Feb 27 15:19:38.299 INFO O| Feb 27 15:19:38.299 INFO STEP 1153 (remove_files) COMPLETE
83512026-02-27T15:19:38.487Z[ recovery-image] Feb 27 15:19:38.299 INFO O| Feb 27 15:19:38.299 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83522026-02-27T15:19:38.487Z[ recovery-image] Feb 27 15:19:38.315 INFO O| Feb 27 15:19:38.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
83532026-02-27T15:19:38.487Z[ recovery-image] Feb 27 15:19:38.315 INFO O| Feb 27 15:19:38.315 INFO STEP 1154 (remove_files) COMPLETE
83542026-02-27T15:19:38.487Z[ recovery-image] Feb 27 15:19:38.315 INFO O| Feb 27 15:19:38.315 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83552026-02-27T15:19:38.515Z[ recovery-image] Feb 27 15:19:38.334 INFO O| Feb 27 15:19:38.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83562026-02-27T15:19:38.515Z[ recovery-image] Feb 27 15:19:38.334 INFO O| Feb 27 15:19:38.334 INFO STEP 1155 (remove_files) COMPLETE
83572026-02-27T15:19:38.515Z[ recovery-image] Feb 27 15:19:38.334 INFO O| Feb 27 15:19:38.334 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83582026-02-27T15:19:38.540Z[ recovery-image] Feb 27 15:19:38.351 INFO O| Feb 27 15:19:38.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83592026-02-27T15:19:38.540Z[ recovery-image] Feb 27 15:19:38.351 INFO O| Feb 27 15:19:38.351 INFO STEP 1156 (remove_files) COMPLETE
83602026-02-27T15:19:38.540Z[ recovery-image] Feb 27 15:19:38.351 INFO O| Feb 27 15:19:38.351 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83612026-02-27T15:19:38.541Z[ recovery-image] Feb 27 15:19:38.369 INFO O| Feb 27 15:19:38.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83622026-02-27T15:19:38.541Z[ recovery-image] Feb 27 15:19:38.369 INFO O| Feb 27 15:19:38.369 INFO STEP 1157 (remove_files) COMPLETE
83632026-02-27T15:19:38.541Z[ recovery-image] Feb 27 15:19:38.369 INFO O| Feb 27 15:19:38.369 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83642026-02-27T15:19:38.565Z[ recovery-image] Feb 27 15:19:38.385 INFO O| Feb 27 15:19:38.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83652026-02-27T15:19:38.565Z[ recovery-image] Feb 27 15:19:38.385 INFO O| Feb 27 15:19:38.385 INFO STEP 1158 (remove_files) COMPLETE
83662026-02-27T15:19:38.565Z[ recovery-image] Feb 27 15:19:38.385 INFO O| Feb 27 15:19:38.385 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83672026-02-27T15:19:38.593Z[ recovery-image] Feb 27 15:19:38.398 INFO O| Feb 27 15:19:38.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83682026-02-27T15:19:38.593Z[ recovery-image] Feb 27 15:19:38.398 INFO O| Feb 27 15:19:38.398 INFO STEP 1159 (remove_files) COMPLETE
83692026-02-27T15:19:38.593Z[ recovery-image] Feb 27 15:19:38.398 INFO O| Feb 27 15:19:38.398 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83702026-02-27T15:19:38.593Z[ recovery-image] Feb 27 15:19:38.411 INFO O| Feb 27 15:19:38.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83712026-02-27T15:19:38.593Z[ recovery-image] Feb 27 15:19:38.411 INFO O| Feb 27 15:19:38.411 INFO STEP 1160 (remove_files) COMPLETE
83722026-02-27T15:19:38.593Z[ recovery-image] Feb 27 15:19:38.411 INFO O| Feb 27 15:19:38.411 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83732026-02-27T15:19:38.619Z[ recovery-image] Feb 27 15:19:38.426 INFO O| Feb 27 15:19:38.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83742026-02-27T15:19:38.619Z[ recovery-image] Feb 27 15:19:38.427 INFO O| Feb 27 15:19:38.427 INFO STEP 1161 (remove_files) COMPLETE
83752026-02-27T15:19:38.619Z[ recovery-image] Feb 27 15:19:38.427 INFO O| Feb 27 15:19:38.427 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83762026-02-27T15:19:38.619Z[ recovery-image] Feb 27 15:19:38.438 INFO O| Feb 27 15:19:38.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83772026-02-27T15:19:38.619Z[ recovery-image] Feb 27 15:19:38.438 INFO O| Feb 27 15:19:38.438 INFO STEP 1162 (remove_files) COMPLETE
83782026-02-27T15:19:38.619Z[ recovery-image] Feb 27 15:19:38.438 INFO O| Feb 27 15:19:38.438 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83792026-02-27T15:19:38.647Z[ recovery-image] Feb 27 15:19:38.455 INFO O| Feb 27 15:19:38.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83802026-02-27T15:19:38.647Z[ recovery-image] Feb 27 15:19:38.456 INFO O| Feb 27 15:19:38.455 INFO STEP 1163 (remove_files) COMPLETE
83812026-02-27T15:19:38.647Z[ recovery-image] Feb 27 15:19:38.456 INFO O| Feb 27 15:19:38.455 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83822026-02-27T15:19:38.647Z[ recovery-image] Feb 27 15:19:38.466 INFO O| Feb 27 15:19:38.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83832026-02-27T15:19:38.648Z[ recovery-image] Feb 27 15:19:38.467 INFO O| Feb 27 15:19:38.467 INFO STEP 1164 (remove_files) COMPLETE
83842026-02-27T15:19:38.648Z[ recovery-image] Feb 27 15:19:38.467 INFO O| Feb 27 15:19:38.467 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83852026-02-27T15:19:38.673Z[ recovery-image] Feb 27 15:19:38.481 INFO O| Feb 27 15:19:38.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83862026-02-27T15:19:38.673Z[ recovery-image] Feb 27 15:19:38.481 INFO O| Feb 27 15:19:38.481 INFO STEP 1165 (remove_files) COMPLETE
83872026-02-27T15:19:38.673Z[ recovery-image] Feb 27 15:19:38.481 INFO O| Feb 27 15:19:38.481 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83882026-02-27T15:19:38.673Z[ recovery-image] Feb 27 15:19:38.501 INFO O| Feb 27 15:19:38.501 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83892026-02-27T15:19:38.673Z[ recovery-image] Feb 27 15:19:38.501 INFO O| Feb 27 15:19:38.501 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83902026-02-27T15:19:39.606Z[ recovery-image] Feb 27 15:19:39.439 INFO O| Feb 27 15:19:39.438 INFO STEP 1166 (pack_tar) COMPLETE
83912026-02-27T15:19:39.632Z[ recovery-image] Feb 27 15:19:39.439 INFO O| Feb 27 15:19:39.439 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83922026-02-27T15:19:39.632Z[ recovery-image] Feb 27 15:19:39.439 INFO O| Feb 27 15:19:39.439 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83932026-02-27T15:19:39.851Z[ recovery-image] Feb 27 15:19:39.665 INFO O| Feb 27 15:19:39.665 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83942026-02-27T15:19:39.882Z[ recovery-image] Feb 27 15:19:39.712 INFO O| Feb 27 15:19:39.712 INFO completed processing sled/ramdisk-03-recovery-trim
83952026-02-27T15:19:39.906Z[ recovery-image] Feb 27 15:19:39.718 INFO image builder template: zfs-recovery...
83962026-02-27T15:19:39.906Z[ recovery-image] Feb 27 15:19:39.718 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/.tmpeTTMko/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
83972026-02-27T15:19:39.931Z[ recovery-image] Feb 27 15:19:39.762 INFO O| Feb 27 15:19:39.761 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83982026-02-27T15:19:39.955Z[ recovery-image] Feb 27 15:19:39.766 INFO O| Feb 27 15:19:39.766 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83992026-02-27T15:19:39.981Z[ recovery-image] Feb 27 15:19:39.799 INFO O| Feb 27 15:19:39.799 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
84002026-02-27T15:19:40.006Z[ recovery-image] Feb 27 15:19:39.830 INFO O| Feb 27 15:19:39.830 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
84012026-02-27T15:19:40.006Z[ recovery-image] Feb 27 15:19:39.830 INFO O| Feb 27 15:19:39.830 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
84022026-02-27T15:19:40.006Z[ recovery-image] Feb 27 15:19:39.837 INFO O| Feb 27 15:19:39.837 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
84032026-02-27T15:19:40.050Z[ recovery-image] Feb 27 15:19:39.882 INFO O| Feb 27 15:19:39.882 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
84042026-02-27T15:19:40.075Z[ recovery-image] Feb 27 15:19:39.908 INFO O| Feb 27 15:19:39.908 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
84052026-02-27T15:19:40.100Z[ recovery-image] Feb 27 15:19:39.925 INFO O| Feb 27 15:19:39.925 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84062026-02-27T15:19:40.100Z[ recovery-image] Feb 27 15:19:39.932 INFO O| Feb 27 15:19:39.932 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
84072026-02-27T15:19:40.127Z[ recovery-image] Feb 27 15:19:39.943 INFO O| Feb 27 15:19:39.943 INFO no lofi found
84082026-02-27T15:19:40.127Z[ recovery-image] Feb 27 15:19:39.943 INFO O| Feb 27 15:19:39.943 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
84092026-02-27T15:19:40.127Z[ recovery-image] Feb 27 15:19:39.943 INFO O| Feb 27 15:19:39.943 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84102026-02-27T15:19:42.170Z[ recovery-image] Feb 27 15:19:42.002 INFO O| Feb 27 15:19:42.002 INFO lofi device = /dev/dsk/c3t1d0p0
84112026-02-27T15:19:42.194Z[ recovery-image] Feb 27 15:19:42.002 INFO O| Feb 27 15:19:42.002 INFO pool device = /dev/dsk/c3t1d0p0
84122026-02-27T15:19:42.194Z[ recovery-image] Feb 27 15:19:42.002 INFO O| Feb 27 15:19:42.002 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/c3t1d0p0"]
84132026-02-27T15:19:42.307Z[ recovery-image] Feb 27 15:19:42.138 INFO O| Feb 27 15:19:42.138 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84142026-02-27T15:19:42.307Z[ recovery-image] Feb 27 15:19:42.139 INFO O| Feb 27 15:19:42.138 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
84152026-02-27T15:19:42.383Z[ recovery-image] Feb 27 15:19:42.216 INFO O| Feb 27 15:19:42.216 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
84162026-02-27T15:19:42.477Z[ recovery-image] Feb 27 15:19:42.309 INFO O| Feb 27 15:19:42.309 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
84172026-02-27T15:19:42.523Z[ recovery-image] Feb 27 15:19:42.355 INFO O| Feb 27 15:19:42.355 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
84182026-02-27T15:19:42.550Z[ recovery-image] Feb 27 15:19:42.383 INFO O| Feb 27 15:19:42.383 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
84192026-02-27T15:19:42.575Z[ recovery-image] Feb 27 15:19:42.406 INFO O| Feb 27 15:19:42.405 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
84202026-02-27T15:19:42.633Z[ recovery-image] Feb 27 15:19:42.465 INFO O| Feb 27 15:19:42.465 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84212026-02-27T15:19:42.633Z[ recovery-image] Feb 27 15:19:42.465 INFO O| Feb 27 15:19:42.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84222026-02-27T15:19:42.633Z[ recovery-image] Feb 27 15:19:42.465 INFO O| Feb 27 15:19:42.465 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84232026-02-27T15:19:42.658Z[ recovery-image] Feb 27 15:19:42.488 INFO O| Feb 27 15:19:42.488 INFO boot environment UUID: 323c07f1-33c3-4893-9bbb-2fb273b911cf
84242026-02-27T15:19:42.658Z[ recovery-image] Feb 27 15:19:42.488 INFO O| Feb 27 15:19:42.488 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 323c07f1-33c3-4893-9bbb-2fb273b911cf
84252026-02-27T15:19:42.683Z[ recovery-image] Feb 27 15:19:42.511 INFO O| Feb 27 15:19:42.511 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84262026-02-27T15:19:42.707Z[ recovery-image] Feb 27 15:19:42.531 INFO O| Feb 27 15:19:42.531 INFO STEP 0 (create_be) COMPLETE
84272026-02-27T15:19:42.707Z[ recovery-image] Feb 27 15:19:42.531 INFO O| Feb 27 15:19:42.531 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84282026-02-27T15:19:42.732Z[ recovery-image] Feb 27 15:19:42.552 INFO O| Feb 27 15:19:42.551 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"]
84292026-02-27T15:19:47.284Z[ recovery-image] Feb 27 15:19:47.116 INFO O| Feb 27 15:19:47.116 INFO STEP 1 (unpack_tar) COMPLETE
84302026-02-27T15:19:47.284Z[ recovery-image] Feb 27 15:19:47.116 INFO O| Feb 27 15:19:47.116 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84312026-02-27T15:19:47.311Z[ recovery-image] Feb 27 15:19:47.132 INFO O| Feb 27 15:19:47.132 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84322026-02-27T15:19:48.291Z[ recovery-image] Feb 27 15:19:48.122 INFO O| Feb 27 15:19:48.122 INFO STEP 2 (devfsadm) COMPLETE
84332026-02-27T15:19:48.291Z[ recovery-image] Feb 27 15:19:48.122 INFO O| Feb 27 15:19:48.122 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84342026-02-27T15:19:48.316Z[ recovery-image] Feb 27 15:19:48.136 INFO O| Feb 27 15:19:48.136 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84352026-02-27T15:19:48.316Z[ recovery-image] Feb 27 15:19:48.136 INFO O| Feb 27 15:19:48.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84362026-02-27T15:19:48.316Z[ recovery-image] Feb 27 15:19:48.136 INFO O| Feb 27 15:19:48.136 INFO STEP 3 (ensure_dir) COMPLETE
84372026-02-27T15:19:48.316Z[ recovery-image] Feb 27 15:19:48.136 INFO O| Feb 27 15:19:48.136 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84382026-02-27T15:19:48.340Z[ recovery-image] Feb 27 15:19:48.152 INFO O| Feb 27 15:19:48.152 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84392026-02-27T15:19:48.340Z[ recovery-image] Feb 27 15:19:48.153 INFO O| Feb 27 15:19:48.152 INFO STEP 4 (ensure_dir) COMPLETE
84402026-02-27T15:19:48.340Z[ recovery-image] Feb 27 15:19:48.153 INFO O| Feb 27 15:19:48.152 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84412026-02-27T15:19:48.340Z[ recovery-image] Feb 27 15:19:48.167 INFO O| Feb 27 15:19:48.167 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84422026-02-27T15:19:48.340Z[ recovery-image] Feb 27 15:19:48.167 INFO O| Feb 27 15:19:48.167 INFO STEP 5 (ensure_dir) COMPLETE
84432026-02-27T15:19:48.340Z[ recovery-image] Feb 27 15:19:48.167 INFO O| Feb 27 15:19:48.167 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84442026-02-27T15:19:48.365Z[ recovery-image] Feb 27 15:19:48.181 INFO O| Feb 27 15:19:48.181 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84452026-02-27T15:19:48.365Z[ recovery-image] Feb 27 15:19:48.181 INFO O| Feb 27 15:19:48.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84462026-02-27T15:19:48.365Z[ recovery-image] Feb 27 15:19:48.181 INFO O| Feb 27 15:19:48.181 INFO STEP 6 (ensure_dir) COMPLETE
84472026-02-27T15:19:48.365Z[ recovery-image] Feb 27 15:19:48.181 INFO O| Feb 27 15:19:48.181 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84482026-02-27T15:19:48.365Z[ recovery-image] Feb 27 15:19:48.194 INFO O| Feb 27 15:19:48.194 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84492026-02-27T15:19:48.365Z[ recovery-image] Feb 27 15:19:48.194 INFO O| Feb 27 15:19:48.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84502026-02-27T15:19:48.365Z[ recovery-image] Feb 27 15:19:48.194 INFO O| Feb 27 15:19:48.194 INFO STEP 7 (ensure_dir) COMPLETE
84512026-02-27T15:19:48.365Z[ recovery-image] Feb 27 15:19:48.194 INFO O| Feb 27 15:19:48.194 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84522026-02-27T15:19:48.390Z[ recovery-image] Feb 27 15:19:48.211 INFO O| Feb 27 15:19:48.211 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84532026-02-27T15:19:48.390Z[ recovery-image] Feb 27 15:19:48.211 INFO O| Feb 27 15:19:48.211 INFO STEP 8 (remove_files) COMPLETE
84542026-02-27T15:19:48.391Z[ recovery-image] Feb 27 15:19:48.211 INFO O| Feb 27 15:19:48.211 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84552026-02-27T15:19:48.415Z[ recovery-image] Feb 27 15:19:48.231 INFO O| Feb 27 15:19:48.231 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84562026-02-27T15:19:48.415Z[ recovery-image] Feb 27 15:19:48.232 INFO O| Feb 27 15:19:48.232 INFO STEP 9 (remove_files) COMPLETE
84572026-02-27T15:19:48.415Z[ recovery-image] Feb 27 15:19:48.233 INFO O| Feb 27 15:19:48.232 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84582026-02-27T15:19:48.440Z[ recovery-image] Feb 27 15:19:48.249 INFO O| Feb 27 15:19:48.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84592026-02-27T15:19:48.440Z[ recovery-image] Feb 27 15:19:48.250 INFO O| Feb 27 15:19:48.250 INFO STEP 10 (remove_files) COMPLETE
84602026-02-27T15:19:48.441Z[ recovery-image] Feb 27 15:19:48.251 INFO O| Feb 27 15:19:48.250 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84612026-02-27T15:19:48.441Z[ recovery-image] Feb 27 15:19:48.265 INFO O| Feb 27 15:19:48.265 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84622026-02-27T15:19:48.441Z[ recovery-image] Feb 27 15:19:48.266 INFO O| Feb 27 15:19:48.266 INFO STEP 11 (remove_files) COMPLETE
84632026-02-27T15:19:48.441Z[ recovery-image] Feb 27 15:19:48.266 INFO O| Feb 27 15:19:48.266 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84642026-02-27T15:19:48.467Z[ recovery-image] Feb 27 15:19:48.281 INFO O| Feb 27 15:19:48.281 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84652026-02-27T15:19:48.467Z[ recovery-image] Feb 27 15:19:48.281 INFO O| Feb 27 15:19:48.281 INFO STEP 12 (remove_files) COMPLETE
84662026-02-27T15:19:48.467Z[ recovery-image] Feb 27 15:19:48.281 INFO O| Feb 27 15:19:48.281 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84672026-02-27T15:19:48.467Z[ recovery-image] Feb 27 15:19:48.294 INFO O| Feb 27 15:19:48.294 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84682026-02-27T15:19:48.467Z[ recovery-image] Feb 27 15:19:48.294 INFO O| Feb 27 15:19:48.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84692026-02-27T15:19:48.467Z[ recovery-image] Feb 27 15:19:48.294 INFO O| Feb 27 15:19:48.294 INFO STEP 13 (ensure_dir) COMPLETE
84702026-02-27T15:19:48.467Z[ recovery-image] Feb 27 15:19:48.294 INFO O| Feb 27 15:19:48.294 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84712026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.307 INFO O| Feb 27 15:19:48.307 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84722026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.307 INFO O| Feb 27 15:19:48.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84732026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.307 INFO O| Feb 27 15:19:48.307 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84742026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.307 INFO O| Feb 27 15:19:48.307 INFO STEP 14 (ensure_dir) COMPLETE
84752026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.307 INFO O| Feb 27 15:19:48.307 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84762026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.320 INFO O| Feb 27 15:19:48.319 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84772026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.320 INFO O| Feb 27 15:19:48.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84782026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.320 INFO O| Feb 27 15:19:48.320 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84792026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.320 INFO O| Feb 27 15:19:48.320 INFO STEP 15 (ensure_dir) COMPLETE
84802026-02-27T15:19:48.492Z[ recovery-image] Feb 27 15:19:48.320 INFO O| Feb 27 15:19:48.320 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84812026-02-27T15:19:48.517Z[ recovery-image] Feb 27 15:19:48.332 INFO O| Feb 27 15:19:48.331 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84822026-02-27T15:19:48.517Z[ recovery-image] Feb 27 15:19:48.332 INFO O| Feb 27 15:19:48.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84832026-02-27T15:19:48.517Z[ recovery-image] Feb 27 15:19:48.332 INFO O| Feb 27 15:19:48.332 INFO STEP 16 (ensure_dir) COMPLETE
84842026-02-27T15:19:48.517Z[ recovery-image] Feb 27 15:19:48.332 INFO O| Feb 27 15:19:48.332 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84852026-02-27T15:19:48.517Z[ recovery-image] Feb 27 15:19:48.346 INFO O| Feb 27 15:19:48.346 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84862026-02-27T15:19:48.517Z[ recovery-image] Feb 27 15:19:48.347 INFO O| Feb 27 15:19:48.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84872026-02-27T15:19:48.517Z[ recovery-image] Feb 27 15:19:48.347 INFO O| Feb 27 15:19:48.347 INFO STEP 17 (ensure_dir) COMPLETE
84882026-02-27T15:19:48.517Z[ recovery-image] Feb 27 15:19:48.347 INFO O| Feb 27 15:19:48.347 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84892026-02-27T15:19:48.542Z[ recovery-image] Feb 27 15:19:48.366 INFO O| Feb 27 15:19:48.366 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84902026-02-27T15:19:48.542Z[ recovery-image] Feb 27 15:19:48.366 INFO O| Feb 27 15:19:48.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84912026-02-27T15:19:48.542Z[ recovery-image] Feb 27 15:19:48.366 INFO O| Feb 27 15:19:48.366 INFO ok!
84922026-02-27T15:19:48.542Z[ recovery-image] Feb 27 15:19:48.366 INFO O| Feb 27 15:19:48.366 INFO STEP 18 (ensure_symlink) COMPLETE
84932026-02-27T15:19:48.542Z[ recovery-image] Feb 27 15:19:48.366 INFO O| Feb 27 15:19:48.366 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84942026-02-27T15:19:48.567Z[ recovery-image] Feb 27 15:19:48.379 INFO O| Feb 27 15:19:48.379 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84952026-02-27T15:19:48.567Z[ recovery-image] Feb 27 15:19:48.379 INFO O| Feb 27 15:19:48.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84962026-02-27T15:19:48.567Z[ recovery-image] Feb 27 15:19:48.379 INFO O| Feb 27 15:19:48.379 INFO ok!
84972026-02-27T15:19:48.567Z[ recovery-image] Feb 27 15:19:48.379 INFO O| Feb 27 15:19:48.379 INFO STEP 19 (ensure_file) COMPLETE
84982026-02-27T15:19:48.567Z[ recovery-image] Feb 27 15:19:48.379 INFO O| Feb 27 15:19:48.379 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84992026-02-27T15:19:48.567Z[ recovery-image] Feb 27 15:19:48.391 INFO O| Feb 27 15:19:48.391 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
85002026-02-27T15:19:48.567Z[ recovery-image] Feb 27 15:19:48.391 INFO O| Feb 27 15:19:48.391 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
85012026-02-27T15:19:48.568Z[ recovery-image] Feb 27 15:19:48.391 INFO O| Feb 27 15:19:48.391 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
85022026-02-27T15:19:48.568Z[ recovery-image] Feb 27 15:19:48.391 INFO O| Feb 27 15:19:48.391 INFO ok!
85032026-02-27T15:19:48.568Z[ recovery-image] Feb 27 15:19:48.391 INFO O| Feb 27 15:19:48.391 INFO STEP 20 (ensure_symlink) COMPLETE
85042026-02-27T15:19:48.568Z[ recovery-image] Feb 27 15:19:48.391 INFO O| Feb 27 15:19:48.391 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85052026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.403 INFO O| Feb 27 15:19:48.402 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
85062026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.403 INFO O| Feb 27 15:19:48.403 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
85072026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.403 INFO O| Feb 27 15:19:48.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
85082026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.403 INFO O| Feb 27 15:19:48.403 INFO ok!
85092026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.403 INFO O| Feb 27 15:19:48.403 INFO STEP 21 (ensure_symlink) COMPLETE
85102026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.403 INFO O| Feb 27 15:19:48.403 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85112026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.415 INFO O| Feb 27 15:19:48.414 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
85122026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.415 INFO O| Feb 27 15:19:48.414 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
85132026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.415 INFO O| Feb 27 15:19:48.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
85142026-02-27T15:19:48.592Z[ recovery-image] Feb 27 15:19:48.415 INFO O| Feb 27 15:19:48.415 INFO ok!
85152026-02-27T15:19:48.593Z[ recovery-image] Feb 27 15:19:48.415 INFO O| Feb 27 15:19:48.415 INFO STEP 22 (ensure_symlink) COMPLETE
85162026-02-27T15:19:48.593Z[ recovery-image] Feb 27 15:19:48.415 INFO O| Feb 27 15:19:48.415 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85172026-02-27T15:19:48.617Z[ recovery-image] Feb 27 15:19:48.427 INFO O| Feb 27 15:19:48.427 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
85182026-02-27T15:19:48.617Z[ recovery-image] Feb 27 15:19:48.427 INFO O| Feb 27 15:19:48.427 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85192026-02-27T15:19:48.617Z[ recovery-image] Feb 27 15:19:48.427 INFO O| Feb 27 15:19:48.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
85202026-02-27T15:19:48.617Z[ recovery-image] Feb 27 15:19:48.427 INFO O| Feb 27 15:19:48.427 INFO ok!
85212026-02-27T15:19:48.617Z[ recovery-image] Feb 27 15:19:48.427 INFO O| Feb 27 15:19:48.427 INFO STEP 23 (ensure_symlink) COMPLETE
85222026-02-27T15:19:48.617Z[ recovery-image] Feb 27 15:19:48.427 INFO O| Feb 27 15:19:48.427 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85232026-02-27T15:19:48.617Z[ recovery-image] Feb 27 15:19:48.442 INFO O| Feb 27 15:19:48.442 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85242026-02-27T15:19:48.617Z[ recovery-image] Feb 27 15:19:48.442 INFO O| Feb 27 15:19:48.442 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 ...
85252026-02-27T15:19:48.618Z[ recovery-image] Feb 27 15:19:48.442 INFO O| Feb 27 15:19:48.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
85262026-02-27T15:19:48.618Z[ recovery-image] Feb 27 15:19:48.442 INFO O| Feb 27 15:19:48.442 INFO ok!
85272026-02-27T15:19:48.618Z[ recovery-image] Feb 27 15:19:48.442 INFO O| Feb 27 15:19:48.442 INFO STEP 24 (ensure_file) COMPLETE
85282026-02-27T15:19:48.618Z[ recovery-image] Feb 27 15:19:48.442 INFO O| Feb 27 15:19:48.442 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
85292026-02-27T15:19:48.642Z[ recovery-image] Feb 27 15:19:48.456 INFO O| Feb 27 15:19:48.456 INFO updating shadow file
85302026-02-27T15:19:48.642Z[ recovery-image] Feb 27 15:19:48.457 INFO O| Feb 27 15:19:48.457 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85312026-02-27T15:19:48.642Z[ recovery-image] Feb 27 15:19:48.457 INFO O| Feb 27 15:19:48.457 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85322026-02-27T15:19:48.643Z[ recovery-image] Feb 27 15:19:48.457 INFO O| Feb 27 15:19:48.457 INFO STEP 25 (shadow) COMPLETE
85332026-02-27T15:19:48.643Z[ recovery-image] Feb 27 15:19:48.457 INFO O| Feb 27 15:19:48.457 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85342026-02-27T15:19:48.643Z[ recovery-image] Feb 27 15:19:48.470 INFO O| Feb 27 15:19:48.469 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
85352026-02-27T15:19:48.643Z[ recovery-image] Feb 27 15:19:48.470 INFO O| Feb 27 15:19:48.470 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
85362026-02-27T15:19:48.643Z[ recovery-image] Feb 27 15:19:48.470 INFO O| Feb 27 15:19:48.470 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
85372026-02-27T15:19:48.643Z[ recovery-image] Feb 27 15:19:48.470 INFO O| Feb 27 15:19:48.470 INFO ok!
85382026-02-27T15:19:48.643Z[ recovery-image] Feb 27 15:19:48.470 INFO O| Feb 27 15:19:48.470 INFO STEP 26 (ensure_file) COMPLETE
85392026-02-27T15:19:48.643Z[ recovery-image] Feb 27 15:19:48.470 INFO O| Feb 27 15:19:48.470 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85402026-02-27T15:19:48.667Z[ recovery-image] Feb 27 15:19:48.481 INFO O| Feb 27 15:19:48.481 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
85412026-02-27T15:19:48.667Z[ recovery-image] Feb 27 15:19:48.481 INFO O| Feb 27 15:19:48.481 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
85422026-02-27T15:19:48.667Z[ recovery-image] Feb 27 15:19:48.481 INFO O| Feb 27 15:19:48.481 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
85432026-02-27T15:19:48.667Z[ recovery-image] Feb 27 15:19:48.481 INFO O| Feb 27 15:19:48.481 INFO ok!
85442026-02-27T15:19:48.668Z[ recovery-image] Feb 27 15:19:48.481 INFO O| Feb 27 15:19:48.481 INFO STEP 27 (ensure_file) COMPLETE
85452026-02-27T15:19:48.668Z[ recovery-image] Feb 27 15:19:48.481 INFO O| Feb 27 15:19:48.481 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85462026-02-27T15:19:48.668Z[ recovery-image] Feb 27 15:19:48.500 INFO O| Feb 27 15:19:48.500 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85472026-02-27T15:19:48.668Z[ recovery-image] Feb 27 15:19:48.500 INFO O| Feb 27 15:19:48.500 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85482026-02-27T15:19:48.668Z[ recovery-image] Feb 27 15:19:48.500 INFO O| Feb 27 15:19:48.500 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85492026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.500 INFO O| Feb 27 15:19:48.500 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85502026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.500 INFO O| Feb 27 15:19:48.500 INFO ok!
85512026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.500 INFO O| Feb 27 15:19:48.500 INFO STEP 28 (ensure_file) COMPLETE
85522026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.500 INFO O| Feb 27 15:19:48.500 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85532026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.517 INFO O| Feb 27 15:19:48.517 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85542026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.517 INFO O| Feb 27 15:19:48.517 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85552026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.517 INFO O| Feb 27 15:19:48.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85562026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.517 INFO O| Feb 27 15:19:48.517 INFO ok!
85572026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.517 INFO O| Feb 27 15:19:48.517 INFO STEP 29 (ensure_file) COMPLETE
85582026-02-27T15:19:48.692Z[ recovery-image] Feb 27 15:19:48.517 INFO O| Feb 27 15:19:48.517 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85592026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.533 INFO O| Feb 27 15:19:48.533 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85602026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.533 INFO O| Feb 27 15:19:48.533 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85612026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.533 INFO O| Feb 27 15:19:48.533 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85622026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.533 INFO O| Feb 27 15:19:48.533 INFO STEP 30 (ensure_dir) COMPLETE
85632026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.533 INFO O| Feb 27 15:19:48.533 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85642026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.548 INFO O| Feb 27 15:19:48.548 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85652026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.548 INFO O| Feb 27 15:19:48.548 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 ...
85662026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.549 INFO O| Feb 27 15:19:48.549 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
85672026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.549 INFO O| Feb 27 15:19:48.549 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85682026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.549 INFO O| Feb 27 15:19:48.549 INFO ok!
85692026-02-27T15:19:48.719Z[ recovery-image] Feb 27 15:19:48.549 INFO O| Feb 27 15:19:48.549 INFO STEP 31 (ensure_file) COMPLETE
85702026-02-27T15:19:48.744Z[ recovery-image] Feb 27 15:19:48.549 INFO O| Feb 27 15:19:48.549 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85712026-02-27T15:19:48.744Z[ recovery-image] Feb 27 15:19:48.566 INFO O| Feb 27 15:19:48.566 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85722026-02-27T15:19:48.744Z[ recovery-image] Feb 27 15:19:48.566 INFO O| Feb 27 15:19:48.566 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85732026-02-27T15:19:48.744Z[ recovery-image] Feb 27 15:19:48.566 INFO O| Feb 27 15:19:48.566 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85742026-02-27T15:19:48.744Z[ recovery-image] Feb 27 15:19:48.566 INFO O| Feb 27 15:19:48.566 INFO STEP 32 (ensure_dir) COMPLETE
85752026-02-27T15:19:48.744Z[ recovery-image] Feb 27 15:19:48.566 INFO O| Feb 27 15:19:48.566 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85762026-02-27T15:19:48.768Z[ recovery-image] Feb 27 15:19:48.584 INFO O| Feb 27 15:19:48.583 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85772026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.584 INFO O| Feb 27 15:19:48.583 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 ...
85782026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.584 INFO O| Feb 27 15:19:48.584 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
85792026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.584 INFO O| Feb 27 15:19:48.584 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85802026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.584 INFO O| Feb 27 15:19:48.584 INFO ok!
85812026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.584 INFO O| Feb 27 15:19:48.584 INFO STEP 33 (ensure_file) COMPLETE
85822026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.584 INFO O| Feb 27 15:19:48.584 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85832026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.600 INFO O| Feb 27 15:19:48.600 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85842026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.600 INFO O| Feb 27 15:19:48.600 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85852026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.600 INFO O| Feb 27 15:19:48.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85862026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.600 INFO O| Feb 27 15:19:48.600 INFO ok!
85872026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.600 INFO O| Feb 27 15:19:48.600 INFO STEP 34 (ensure_file) COMPLETE
85882026-02-27T15:19:48.769Z[ recovery-image] Feb 27 15:19:48.600 INFO O| Feb 27 15:19:48.600 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85892026-02-27T15:19:48.794Z[ recovery-image] Feb 27 15:19:48.614 INFO O| Feb 27 15:19:48.613 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85902026-02-27T15:19:48.794Z[ recovery-image] Feb 27 15:19:48.614 INFO O| Feb 27 15:19:48.613 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85912026-02-27T15:19:48.794Z[ recovery-image] Feb 27 15:19:48.614 INFO O| Feb 27 15:19:48.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85922026-02-27T15:19:48.794Z[ recovery-image] Feb 27 15:19:48.614 INFO O| Feb 27 15:19:48.614 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85932026-02-27T15:19:48.794Z[ recovery-image] Feb 27 15:19:48.614 INFO O| Feb 27 15:19:48.614 INFO ok!
85942026-02-27T15:19:48.794Z[ recovery-image] Feb 27 15:19:48.614 INFO O| Feb 27 15:19:48.614 INFO STEP 35 (ensure_file) COMPLETE
85952026-02-27T15:19:48.794Z[ recovery-image] Feb 27 15:19:48.614 INFO O| Feb 27 15:19:48.614 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85962026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.629 INFO O| Feb 27 15:19:48.629 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85972026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.629 INFO O| Feb 27 15:19:48.629 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85982026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.629 INFO O| Feb 27 15:19:48.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85992026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.629 INFO O| Feb 27 15:19:48.629 INFO ok!
86002026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.629 INFO O| Feb 27 15:19:48.629 INFO STEP 36 (ensure_file) COMPLETE
86012026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.629 INFO O| Feb 27 15:19:48.629 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86022026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.643 INFO O| Feb 27 15:19:48.643 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
86032026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.644 INFO O| Feb 27 15:19:48.643 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
86042026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.644 INFO O| Feb 27 15:19:48.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
86052026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.644 INFO O| Feb 27 15:19:48.644 INFO ok!
86062026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.644 INFO O| Feb 27 15:19:48.644 INFO STEP 37 (ensure_file) COMPLETE
86072026-02-27T15:19:48.819Z[ recovery-image] Feb 27 15:19:48.644 INFO O| Feb 27 15:19:48.644 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86082026-02-27T15:19:48.844Z[ recovery-image] Feb 27 15:19:48.661 INFO O| Feb 27 15:19:48.661 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
86092026-02-27T15:19:48.844Z[ recovery-image] Feb 27 15:19:48.662 INFO O| Feb 27 15:19:48.661 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
86102026-02-27T15:19:48.844Z[ recovery-image] Feb 27 15:19:48.662 INFO O| Feb 27 15:19:48.662 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86112026-02-27T15:19:48.844Z[ recovery-image] Feb 27 15:19:48.662 INFO O| Feb 27 15:19:48.662 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86122026-02-27T15:19:48.844Z[ recovery-image] Feb 27 15:19:48.662 INFO O| Feb 27 15:19:48.662 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86132026-02-27T15:19:48.844Z[ recovery-image] Feb 27 15:19:48.662 INFO O| Feb 27 15:19:48.662 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86142026-02-27T15:19:48.844Z[ recovery-image] Feb 27 15:19:48.662 INFO O| Feb 27 15:19:48.662 INFO ok!
86152026-02-27T15:19:48.844Z[ recovery-image] Feb 27 15:19:48.662 INFO O| Feb 27 15:19:48.662 INFO STEP 38 (ensure_file) COMPLETE
86162026-02-27T15:19:48.844Z[ recovery-image] Feb 27 15:19:48.662 INFO O| Feb 27 15:19:48.662 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86172026-02-27T15:19:48.869Z[ recovery-image] Feb 27 15:19:48.682 INFO O| Feb 27 15:19:48.681 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86182026-02-27T15:19:48.869Z[ recovery-image] Feb 27 15:19:48.682 INFO O| Feb 27 15:19:48.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86192026-02-27T15:19:48.869Z[ recovery-image] Feb 27 15:19:48.682 INFO O| Feb 27 15:19:48.682 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86202026-02-27T15:19:48.870Z[ recovery-image] Feb 27 15:19:48.682 INFO O| Feb 27 15:19:48.682 INFO STEP 39 (ensure_dir) COMPLETE
86212026-02-27T15:19:48.870Z[ recovery-image] Feb 27 15:19:48.682 INFO O| Feb 27 15:19:48.682 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86222026-02-27T15:19:48.870Z[ recovery-image] Feb 27 15:19:48.700 INFO O| Feb 27 15:19:48.700 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
86232026-02-27T15:19:48.870Z[ recovery-image] Feb 27 15:19:48.700 INFO O| Feb 27 15:19:48.700 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 ...
86242026-02-27T15:19:48.870Z[ recovery-image] Feb 27 15:19:48.701 INFO O| Feb 27 15:19:48.701 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
86252026-02-27T15:19:48.870Z[ recovery-image] Feb 27 15:19:48.701 INFO O| Feb 27 15:19:48.701 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
86262026-02-27T15:19:48.870Z[ recovery-image] Feb 27 15:19:48.701 INFO O| Feb 27 15:19:48.701 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
86272026-02-27T15:19:48.870Z[ recovery-image] Feb 27 15:19:48.701 INFO O| Feb 27 15:19:48.701 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
86282026-02-27T15:19:48.895Z[ recovery-image] Feb 27 15:19:48.701 INFO O| Feb 27 15:19:48.701 INFO ok!
86292026-02-27T15:19:48.895Z[ recovery-image] Feb 27 15:19:48.701 INFO O| Feb 27 15:19:48.701 INFO STEP 40 (ensure_file) COMPLETE
86302026-02-27T15:19:48.895Z[ recovery-image] Feb 27 15:19:48.701 INFO O| Feb 27 15:19:48.701 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86312026-02-27T15:19:48.895Z[ recovery-image] Feb 27 15:19:48.717 INFO O| Feb 27 15:19:48.717 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
86322026-02-27T15:19:48.895Z[ recovery-image] Feb 27 15:19:48.717 INFO O| Feb 27 15:19:48.717 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 ...
86332026-02-27T15:19:48.895Z[ recovery-image] Feb 27 15:19:48.717 INFO O| Feb 27 15:19:48.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
86342026-02-27T15:19:48.895Z[ recovery-image] Feb 27 15:19:48.717 INFO O| Feb 27 15:19:48.717 INFO ok!
86352026-02-27T15:19:48.895Z[ recovery-image] Feb 27 15:19:48.717 INFO O| Feb 27 15:19:48.717 INFO STEP 41 (ensure_symlink) COMPLETE
86362026-02-27T15:19:48.895Z[ recovery-image] Feb 27 15:19:48.717 INFO O| Feb 27 15:19:48.717 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86372026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.730 INFO O| Feb 27 15:19:48.730 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
86382026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.730 INFO O| Feb 27 15:19:48.730 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
86392026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.730 INFO O| Feb 27 15:19:48.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
86402026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.730 INFO O| Feb 27 15:19:48.730 INFO ok!
86412026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.730 INFO O| Feb 27 15:19:48.730 INFO STEP 42 (ensure_symlink) COMPLETE
86422026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.730 INFO O| Feb 27 15:19:48.730 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86432026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.743 INFO O| Feb 27 15:19:48.743 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
86442026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.743 INFO O| Feb 27 15:19:48.743 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
86452026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.744 INFO O| Feb 27 15:19:48.744 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86462026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.744 INFO O| Feb 27 15:19:48.744 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86472026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.744 INFO O| Feb 27 15:19:48.744 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86482026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.744 INFO O| Feb 27 15:19:48.744 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86492026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.744 INFO O| Feb 27 15:19:48.744 INFO ok!
86502026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.744 INFO O| Feb 27 15:19:48.744 INFO STEP 43 (ensure_file) COMPLETE
86512026-02-27T15:19:48.920Z[ recovery-image] Feb 27 15:19:48.744 INFO O| Feb 27 15:19:48.744 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86522026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.756 INFO O| Feb 27 15:19:48.756 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86532026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.756 INFO O| Feb 27 15:19:48.756 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 ...
86542026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.757 INFO O| Feb 27 15:19:48.757 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
86552026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.757 INFO O| Feb 27 15:19:48.757 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86562026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.757 INFO O| Feb 27 15:19:48.757 INFO ok!
86572026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.757 INFO O| Feb 27 15:19:48.757 INFO STEP 44 (ensure_file) COMPLETE
86582026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.757 INFO O| Feb 27 15:19:48.757 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86592026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.769 INFO O| Feb 27 15:19:48.769 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86602026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.769 INFO O| Feb 27 15:19:48.769 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86612026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.769 INFO O| Feb 27 15:19:48.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86622026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.769 INFO O| Feb 27 15:19:48.769 INFO ok!
86632026-02-27T15:19:48.945Z[ recovery-image] Feb 27 15:19:48.769 INFO O| Feb 27 15:19:48.769 INFO STEP 45 (ensure_file) COMPLETE
86642026-02-27T15:19:48.946Z[ recovery-image] Feb 27 15:19:48.769 INFO O| Feb 27 15:19:48.769 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86652026-02-27T15:19:48.970Z[ recovery-image] Feb 27 15:19:48.790 INFO O| Feb 27 15:19:48.789 INFO updating shadow file
86662026-02-27T15:19:48.970Z[ recovery-image] Feb 27 15:19:48.790 INFO O| Feb 27 15:19:48.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86672026-02-27T15:19:48.970Z[ recovery-image] Feb 27 15:19:48.790 INFO O| Feb 27 15:19:48.790 INFO STEP 46 (shadow) COMPLETE
86682026-02-27T15:19:48.970Z[ recovery-image] Feb 27 15:19:48.790 INFO O| Feb 27 15:19:48.790 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86692026-02-27T15:19:48.994Z[ recovery-image] Feb 27 15:19:48.806 INFO O| Feb 27 15:19:48.806 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86702026-02-27T15:19:48.994Z[ recovery-image] Feb 27 15:19:48.807 INFO O| Feb 27 15:19:48.806 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86712026-02-27T15:19:48.995Z[ recovery-image] Feb 27 15:19:48.807 INFO O| Feb 27 15:19:48.807 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86722026-02-27T15:19:48.995Z[ recovery-image] Feb 27 15:19:48.807 INFO O| Feb 27 15:19:48.807 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86732026-02-27T15:19:48.995Z[ recovery-image] Feb 27 15:19:48.807 INFO O| Feb 27 15:19:48.807 INFO ok!
86742026-02-27T15:19:48.995Z[ recovery-image] Feb 27 15:19:48.807 INFO O| Feb 27 15:19:48.807 INFO STEP 47 (ensure_file) COMPLETE
86752026-02-27T15:19:48.995Z[ recovery-image] Feb 27 15:19:48.807 INFO O| Feb 27 15:19:48.807 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86762026-02-27T15:19:48.995Z[ recovery-image] Feb 27 15:19:48.820 INFO O| Feb 27 15:19:48.820 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86772026-02-27T15:19:48.995Z[ recovery-image] Feb 27 15:19:48.820 INFO O| Feb 27 15:19:48.820 INFO STEP 48 (ensure_dir) COMPLETE
86782026-02-27T15:19:48.995Z[ recovery-image] Feb 27 15:19:48.820 INFO O| Feb 27 15:19:48.820 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86792026-02-27T15:19:49.020Z[ recovery-image] Feb 27 15:19:48.833 INFO O| Feb 27 15:19:48.833 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86802026-02-27T15:19:49.021Z[ recovery-image] Feb 27 15:19:48.833 INFO O| Feb 27 15:19:48.833 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86812026-02-27T15:19:49.021Z[ recovery-image] Feb 27 15:19:48.833 INFO O| Feb 27 15:19:48.833 INFO STEP 49 (ensure_dir) COMPLETE
86822026-02-27T15:19:49.021Z[ recovery-image] Feb 27 15:19:48.833 INFO O| Feb 27 15:19:48.833 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86832026-02-27T15:19:49.021Z[ recovery-image] Feb 27 15:19:48.846 INFO O| Feb 27 15:19:48.845 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86842026-02-27T15:19:49.021Z[ recovery-image] Feb 27 15:19:48.846 INFO O| Feb 27 15:19:48.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86852026-02-27T15:19:49.021Z[ recovery-image] Feb 27 15:19:48.846 INFO O| Feb 27 15:19:48.846 INFO STEP 50 (ensure_dir) COMPLETE
86862026-02-27T15:19:49.021Z[ recovery-image] Feb 27 15:19:48.846 INFO O| Feb 27 15:19:48.846 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86872026-02-27T15:19:49.045Z[ recovery-image] Feb 27 15:19:48.858 INFO O| Feb 27 15:19:48.858 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86882026-02-27T15:19:49.045Z[ recovery-image] Feb 27 15:19:48.858 INFO O| Feb 27 15:19:48.858 INFO copying /tmp/.tmpeTTMko/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86892026-02-27T15:19:49.106Z[ recovery-image] Feb 27 15:19:48.938 INFO O| Feb 27 15:19:48.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86902026-02-27T15:19:49.106Z[ recovery-image] Feb 27 15:19:48.938 INFO O| Feb 27 15:19:48.938 INFO ok!
86912026-02-27T15:19:49.130Z[ recovery-image] Feb 27 15:19:48.938 INFO O| Feb 27 15:19:48.938 INFO STEP 51 (ensure_file) COMPLETE
86922026-02-27T15:19:49.130Z[ recovery-image] Feb 27 15:19:48.938 INFO O| Feb 27 15:19:48.938 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86932026-02-27T15:19:49.130Z[ recovery-image] Feb 27 15:19:48.955 INFO O| Feb 27 15:19:48.955 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86942026-02-27T15:19:49.130Z[ recovery-image] Feb 27 15:19:48.955 INFO O| Feb 27 15:19:48.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86952026-02-27T15:19:49.130Z[ recovery-image] Feb 27 15:19:48.955 INFO O| Feb 27 15:19:48.955 INFO STEP 52 (ensure_dir) COMPLETE
86962026-02-27T15:19:49.130Z[ recovery-image] Feb 27 15:19:48.955 INFO O| Feb 27 15:19:48.955 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86972026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.971 INFO O| Feb 27 15:19:48.971 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86982026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.972 INFO O| Feb 27 15:19:48.971 INFO copying /tmp/.tmpeTTMko/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86992026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.972 INFO O| Feb 27 15:19:48.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
87002026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.972 INFO O| Feb 27 15:19:48.972 INFO ok!
87012026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.972 INFO O| Feb 27 15:19:48.972 INFO STEP 53 (ensure_file) COMPLETE
87022026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.972 INFO O| Feb 27 15:19:48.972 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87032026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.985 INFO O| Feb 27 15:19:48.984 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87042026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.985 INFO O| Feb 27 15:19:48.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87052026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.985 INFO O| Feb 27 15:19:48.985 INFO STEP 54 (ensure_dir) COMPLETE
87062026-02-27T15:19:49.155Z[ recovery-image] Feb 27 15:19:48.985 INFO O| Feb 27 15:19:48.985 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87072026-02-27T15:19:49.180Z[ recovery-image] Feb 27 15:19:49.002 INFO O| Feb 27 15:19:49.001 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
87082026-02-27T15:19:49.180Z[ recovery-image] Feb 27 15:19:49.002 INFO O| Feb 27 15:19:49.002 INFO copying /tmp/.tmpeTTMko/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
87092026-02-27T15:19:50.280Z[ recovery-image] Feb 27 15:19:50.113 INFO O| Feb 27 15:19:50.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
87102026-02-27T15:19:50.280Z[ recovery-image] Feb 27 15:19:50.113 INFO O| Feb 27 15:19:50.112 INFO ok!
87112026-02-27T15:19:50.304Z[ recovery-image] Feb 27 15:19:50.113 INFO O| Feb 27 15:19:50.112 INFO STEP 55 (ensure_file) COMPLETE
87122026-02-27T15:19:50.304Z[ recovery-image] Feb 27 15:19:50.113 INFO O| Feb 27 15:19:50.112 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87132026-02-27T15:19:50.304Z[ recovery-image] Feb 27 15:19:50.125 INFO O| Feb 27 15:19:50.125 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
87142026-02-27T15:19:50.304Z[ recovery-image] Feb 27 15:19:50.125 INFO O| Feb 27 15:19:50.125 INFO copying /tmp/.tmpeTTMko/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
87152026-02-27T15:19:51.523Z[ recovery-image] Feb 27 15:19:51.355 INFO O| Feb 27 15:19:51.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
87162026-02-27T15:19:51.523Z[ recovery-image] Feb 27 15:19:51.355 INFO O| Feb 27 15:19:51.355 INFO ok!
87172026-02-27T15:19:51.547Z[ recovery-image] Feb 27 15:19:51.355 INFO O| Feb 27 15:19:51.355 INFO STEP 56 (ensure_file) COMPLETE
87182026-02-27T15:19:51.547Z[ recovery-image] Feb 27 15:19:51.355 INFO O| Feb 27 15:19:51.355 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87192026-02-27T15:19:51.548Z[ recovery-image] Feb 27 15:19:51.371 INFO O| Feb 27 15:19:51.371 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87202026-02-27T15:19:51.548Z[ recovery-image] Feb 27 15:19:51.372 INFO O| Feb 27 15:19:51.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87212026-02-27T15:19:51.548Z[ recovery-image] Feb 27 15:19:51.372 INFO O| Feb 27 15:19:51.372 INFO STEP 57 (ensure_dir) COMPLETE
87222026-02-27T15:19:51.548Z[ recovery-image] Feb 27 15:19:51.372 INFO O| Feb 27 15:19:51.372 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87232026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.387 INFO O| Feb 27 15:19:51.387 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87242026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.387 INFO O| Feb 27 15:19:51.387 INFO copying /tmp/.tmpeTTMko/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 ...
87252026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.387 INFO O| Feb 27 15:19:51.387 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
87262026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.387 INFO O| Feb 27 15:19:51.387 INFO ok!
87272026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.387 INFO O| Feb 27 15:19:51.387 INFO STEP 58 (ensure_file) COMPLETE
87282026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.387 INFO O| Feb 27 15:19:51.387 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87292026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.400 INFO O| Feb 27 15:19:51.400 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
87302026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.400 INFO O| Feb 27 15:19:51.400 INFO copying /tmp/.tmpeTTMko/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 ...
87312026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.400 INFO O| Feb 27 15:19:51.400 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
87322026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.400 INFO O| Feb 27 15:19:51.400 INFO ok!
87332026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.400 INFO O| Feb 27 15:19:51.400 INFO STEP 59 (ensure_file) COMPLETE
87342026-02-27T15:19:51.573Z[ recovery-image] Feb 27 15:19:51.400 INFO O| Feb 27 15:19:51.400 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87352026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.414 INFO O| Feb 27 15:19:51.414 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87362026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.414 INFO O| Feb 27 15:19:51.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87372026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.414 INFO O| Feb 27 15:19:51.414 INFO STEP 60 (ensure_dir) COMPLETE
87382026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.414 INFO O| Feb 27 15:19:51.414 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87392026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.429 INFO O| Feb 27 15:19:51.429 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87402026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.429 INFO O| Feb 27 15:19:51.429 INFO copying /tmp/.tmpeTTMko/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 ...
87412026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.429 INFO O| Feb 27 15:19:51.429 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87422026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.429 INFO O| Feb 27 15:19:51.429 INFO ok!
87432026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.429 INFO O| Feb 27 15:19:51.429 INFO STEP 61 (ensure_file) COMPLETE
87442026-02-27T15:19:51.598Z[ recovery-image] Feb 27 15:19:51.429 INFO O| Feb 27 15:19:51.429 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87452026-02-27T15:19:51.623Z[ recovery-image] Feb 27 15:19:51.441 INFO O| Feb 27 15:19:51.440 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87462026-02-27T15:19:51.623Z[ recovery-image] Feb 27 15:19:51.441 INFO O| Feb 27 15:19:51.441 INFO copying /tmp/.tmpeTTMko/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 ...
87472026-02-27T15:19:51.623Z[ recovery-image] Feb 27 15:19:51.441 INFO O| Feb 27 15:19:51.441 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
87482026-02-27T15:19:51.623Z[ recovery-image] Feb 27 15:19:51.441 INFO O| Feb 27 15:19:51.441 INFO ok!
87492026-02-27T15:19:51.623Z[ recovery-image] Feb 27 15:19:51.441 INFO O| Feb 27 15:19:51.441 INFO STEP 62 (ensure_file) COMPLETE
87502026-02-27T15:19:51.623Z[ recovery-image] Feb 27 15:19:51.441 INFO O| Feb 27 15:19:51.441 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87512026-02-27T15:19:51.647Z[ recovery-image] Feb 27 15:19:51.456 INFO O| Feb 27 15:19:51.456 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87522026-02-27T15:19:51.647Z[ recovery-image] Feb 27 15:19:51.456 INFO O| Feb 27 15:19:51.456 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87532026-02-27T15:19:51.648Z[ recovery-image] Feb 27 15:19:51.456 INFO O| Feb 27 15:19:51.456 INFO STEP 63 (ensure_dir) COMPLETE
87542026-02-27T15:19:51.648Z[ recovery-image] Feb 27 15:19:51.456 INFO O| Feb 27 15:19:51.456 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87552026-02-27T15:19:51.648Z[ recovery-image] Feb 27 15:19:51.468 INFO O| Feb 27 15:19:51.468 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87562026-02-27T15:19:51.648Z[ recovery-image] Feb 27 15:19:51.469 INFO O| Feb 27 15:19:51.468 INFO copying /tmp/.tmpeTTMko/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 ...
87572026-02-27T15:19:51.648Z[ recovery-image] Feb 27 15:19:51.469 INFO O| Feb 27 15:19:51.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87582026-02-27T15:19:51.648Z[ recovery-image] Feb 27 15:19:51.469 INFO O| Feb 27 15:19:51.469 INFO ok!
87592026-02-27T15:19:51.648Z[ recovery-image] Feb 27 15:19:51.469 INFO O| Feb 27 15:19:51.469 INFO STEP 64 (ensure_file) COMPLETE
87602026-02-27T15:19:51.648Z[ recovery-image] Feb 27 15:19:51.469 INFO O| Feb 27 15:19:51.469 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87612026-02-27T15:19:51.672Z[ recovery-image] Feb 27 15:19:51.481 INFO O| Feb 27 15:19:51.481 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87622026-02-27T15:19:51.672Z[ recovery-image] Feb 27 15:19:51.481 INFO O| Feb 27 15:19:51.481 INFO copying /tmp/.tmpeTTMko/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87632026-02-27T15:19:51.672Z[ recovery-image] Feb 27 15:19:51.481 INFO O| Feb 27 15:19:51.481 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87642026-02-27T15:19:51.672Z[ recovery-image] Feb 27 15:19:51.481 INFO O| Feb 27 15:19:51.481 INFO ok!
87652026-02-27T15:19:51.672Z[ recovery-image] Feb 27 15:19:51.481 INFO O| Feb 27 15:19:51.481 INFO STEP 65 (ensure_file) COMPLETE
87662026-02-27T15:19:51.672Z[ recovery-image] Feb 27 15:19:51.481 INFO O| Feb 27 15:19:51.481 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87672026-02-27T15:19:51.672Z[ recovery-image] Feb 27 15:19:51.495 INFO O| Feb 27 15:19:51.495 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87682026-02-27T15:19:51.672Z[ recovery-image] Feb 27 15:19:51.495 INFO O| Feb 27 15:19:51.495 INFO STEP 66 (ensure_dir) COMPLETE
87692026-02-27T15:19:51.672Z[ recovery-image] Feb 27 15:19:51.495 INFO O| Feb 27 15:19:51.495 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87702026-02-27T15:19:51.697Z[ recovery-image] Feb 27 15:19:51.507 INFO O| Feb 27 15:19:51.507 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87712026-02-27T15:19:51.697Z[ recovery-image] Feb 27 15:19:51.507 INFO O| Feb 27 15:19:51.507 INFO STEP 67 (ensure_dir) COMPLETE
87722026-02-27T15:19:51.697Z[ recovery-image] Feb 27 15:19:51.507 INFO O| Feb 27 15:19:51.507 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87732026-02-27T15:19:51.697Z[ recovery-image] Feb 27 15:19:51.518 INFO O| Feb 27 15:19:51.518 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87742026-02-27T15:19:51.697Z[ recovery-image] Feb 27 15:19:51.518 INFO O| Feb 27 15:19:51.518 INFO STEP 68 (ensure_dir) COMPLETE
87752026-02-27T15:19:51.697Z[ recovery-image] Feb 27 15:19:51.518 INFO O| Feb 27 15:19:51.518 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87762026-02-27T15:19:51.697Z[ recovery-image] Feb 27 15:19:51.528 INFO O| Feb 27 15:19:51.528 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87772026-02-27T15:19:51.697Z[ recovery-image] Feb 27 15:19:51.528 INFO O| Feb 27 15:19:51.528 INFO STEP 69 (ensure_dir) COMPLETE
87782026-02-27T15:19:51.697Z[ recovery-image] Feb 27 15:19:51.528 INFO O| Feb 27 15:19:51.528 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87792026-02-27T15:19:51.722Z[ recovery-image] Feb 27 15:19:51.539 INFO O| Feb 27 15:19:51.538 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87802026-02-27T15:19:51.722Z[ recovery-image] Feb 27 15:19:51.539 INFO O| Feb 27 15:19:51.538 INFO copying /tmp/.tmpeTTMko/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87812026-02-27T15:19:51.722Z[ recovery-image] Feb 27 15:19:51.539 INFO O| Feb 27 15:19:51.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87822026-02-27T15:19:51.722Z[ recovery-image] Feb 27 15:19:51.539 INFO O| Feb 27 15:19:51.539 INFO ok!
87832026-02-27T15:19:51.722Z[ recovery-image] Feb 27 15:19:51.539 INFO O| Feb 27 15:19:51.539 INFO STEP 70 (ensure_file) COMPLETE
87842026-02-27T15:19:51.722Z[ recovery-image] Feb 27 15:19:51.539 INFO O| Feb 27 15:19:51.539 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87852026-02-27T15:19:51.722Z[ recovery-image] Feb 27 15:19:51.549 INFO O| Feb 27 15:19:51.548 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87862026-02-27T15:19:51.722Z[ recovery-image] Feb 27 15:19:51.549 INFO O| Feb 27 15:19:51.549 INFO STEP 71 (remove_files) COMPLETE
87872026-02-27T15:19:51.722Z[ recovery-image] Feb 27 15:19:51.549 INFO O| Feb 27 15:19:51.549 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87882026-02-27T15:19:51.747Z[ recovery-image] Feb 27 15:19:51.559 INFO O| Feb 27 15:19:51.559 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87892026-02-27T15:19:51.747Z[ recovery-image] Feb 27 15:19:51.559 INFO O| Feb 27 15:19:51.559 INFO STEP 72 (remove_files) COMPLETE
87902026-02-27T15:19:51.747Z[ recovery-image] Feb 27 15:19:51.559 INFO O| Feb 27 15:19:51.559 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87912026-02-27T15:19:51.747Z[ recovery-image] Feb 27 15:19:51.569 INFO O| Feb 27 15:19:51.569 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87922026-02-27T15:19:51.748Z[ recovery-image] Feb 27 15:19:51.570 INFO O| Feb 27 15:19:51.570 INFO STEP 73 (remove_files) COMPLETE
87932026-02-27T15:19:51.748Z[ recovery-image] Feb 27 15:19:51.570 INFO O| Feb 27 15:19:51.570 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87942026-02-27T15:19:51.772Z[ recovery-image] Feb 27 15:19:51.580 INFO O| Feb 27 15:19:51.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87952026-02-27T15:19:51.772Z[ recovery-image] Feb 27 15:19:51.580 INFO O| Feb 27 15:19:51.580 INFO STEP 74 (remove_files) COMPLETE
87962026-02-27T15:19:51.772Z[ recovery-image] Feb 27 15:19:51.580 INFO O| Feb 27 15:19:51.580 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87972026-02-27T15:19:51.772Z[ recovery-image] Feb 27 15:19:51.591 INFO O| Feb 27 15:19:51.591 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87982026-02-27T15:19:51.772Z[ recovery-image] Feb 27 15:19:51.591 INFO O| Feb 27 15:19:51.591 INFO STEP 75 (remove_files) COMPLETE
87992026-02-27T15:19:51.772Z[ recovery-image] Feb 27 15:19:51.591 INFO O| Feb 27 15:19:51.591 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88002026-02-27T15:19:51.772Z[ recovery-image] Feb 27 15:19:51.602 INFO O| Feb 27 15:19:51.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
88012026-02-27T15:19:51.772Z[ recovery-image] Feb 27 15:19:51.602 INFO O| Feb 27 15:19:51.602 INFO STEP 76 (remove_files) COMPLETE
88022026-02-27T15:19:51.772Z[ recovery-image] Feb 27 15:19:51.602 INFO O| Feb 27 15:19:51.602 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88032026-02-27T15:19:51.801Z[ recovery-image] Feb 27 15:19:51.617 INFO O| Feb 27 15:19:51.617 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
88042026-02-27T15:19:51.801Z[ recovery-image] Feb 27 15:19:51.617 INFO O| Feb 27 15:19:51.617 INFO STEP 77 (remove_files) COMPLETE
88052026-02-27T15:19:51.801Z[ recovery-image] Feb 27 15:19:51.617 INFO O| Feb 27 15:19:51.617 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88062026-02-27T15:19:51.826Z[ recovery-image] Feb 27 15:19:51.631 INFO O| Feb 27 15:19:51.631 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
88072026-02-27T15:19:51.827Z[ recovery-image] Feb 27 15:19:51.631 INFO O| Feb 27 15:19:51.631 INFO STEP 78 (remove_files) COMPLETE
88082026-02-27T15:19:51.827Z[ recovery-image] Feb 27 15:19:51.631 INFO O| Feb 27 15:19:51.631 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88092026-02-27T15:19:51.827Z[ recovery-image] Feb 27 15:19:51.644 INFO O| Feb 27 15:19:51.644 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
88102026-02-27T15:19:51.827Z[ recovery-image] Feb 27 15:19:51.645 INFO O| Feb 27 15:19:51.644 INFO STEP 79 (remove_files) COMPLETE
88112026-02-27T15:19:51.827Z[ recovery-image] Feb 27 15:19:51.645 INFO O| Feb 27 15:19:51.644 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88122026-02-27T15:19:51.827Z[ recovery-image] Feb 27 15:19:51.657 INFO O| Feb 27 15:19:51.657 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
88132026-02-27T15:19:51.827Z[ recovery-image] Feb 27 15:19:51.657 INFO O| Feb 27 15:19:51.657 INFO STEP 80 (remove_files) COMPLETE
88142026-02-27T15:19:51.827Z[ recovery-image] Feb 27 15:19:51.657 INFO O| Feb 27 15:19:51.657 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88152026-02-27T15:19:51.852Z[ recovery-image] Feb 27 15:19:51.671 INFO O| Feb 27 15:19:51.671 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
88162026-02-27T15:19:51.852Z[ recovery-image] Feb 27 15:19:51.671 INFO O| Feb 27 15:19:51.671 INFO STEP 81 (remove_files) COMPLETE
88172026-02-27T15:19:51.852Z[ recovery-image] Feb 27 15:19:51.671 INFO O| Feb 27 15:19:51.671 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88182026-02-27T15:19:51.877Z[ recovery-image] Feb 27 15:19:51.690 INFO O| Feb 27 15:19:51.690 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
88192026-02-27T15:19:51.877Z[ recovery-image] Feb 27 15:19:51.690 INFO O| Feb 27 15:19:51.690 INFO STEP 82 (remove_files) COMPLETE
88202026-02-27T15:19:51.877Z[ recovery-image] Feb 27 15:19:51.690 INFO O| Feb 27 15:19:51.690 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88212026-02-27T15:19:51.877Z[ recovery-image] Feb 27 15:19:51.704 INFO O| Feb 27 15:19:51.704 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
88222026-02-27T15:19:51.877Z[ recovery-image] Feb 27 15:19:51.704 INFO O| Feb 27 15:19:51.704 INFO STEP 83 (remove_files) COMPLETE
88232026-02-27T15:19:51.877Z[ recovery-image] Feb 27 15:19:51.704 INFO O| Feb 27 15:19:51.704 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88242026-02-27T15:19:51.902Z[ recovery-image] Feb 27 15:19:51.719 INFO O| Feb 27 15:19:51.718 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
88252026-02-27T15:19:51.902Z[ recovery-image] Feb 27 15:19:51.719 INFO O| Feb 27 15:19:51.719 INFO STEP 84 (remove_files) COMPLETE
88262026-02-27T15:19:51.902Z[ recovery-image] Feb 27 15:19:51.719 INFO O| Feb 27 15:19:51.719 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88272026-02-27T15:19:51.902Z[ recovery-image] Feb 27 15:19:51.733 INFO O| Feb 27 15:19:51.732 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
88282026-02-27T15:19:51.902Z[ recovery-image] Feb 27 15:19:51.733 INFO O| Feb 27 15:19:51.733 INFO STEP 85 (remove_files) COMPLETE
88292026-02-27T15:19:51.902Z[ recovery-image] Feb 27 15:19:51.733 INFO O| Feb 27 15:19:51.733 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88302026-02-27T15:19:51.927Z[ recovery-image] Feb 27 15:19:51.748 INFO O| Feb 27 15:19:51.748 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
88312026-02-27T15:19:51.927Z[ recovery-image] Feb 27 15:19:51.748 INFO O| Feb 27 15:19:51.748 INFO STEP 86 (remove_files) COMPLETE
88322026-02-27T15:19:51.927Z[ recovery-image] Feb 27 15:19:51.748 INFO O| Feb 27 15:19:51.748 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88332026-02-27T15:19:51.951Z[ recovery-image] Feb 27 15:19:51.763 INFO O| Feb 27 15:19:51.763 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
88342026-02-27T15:19:51.951Z[ recovery-image] Feb 27 15:19:51.763 INFO O| Feb 27 15:19:51.763 INFO STEP 87 (remove_files) COMPLETE
88352026-02-27T15:19:51.951Z[ recovery-image] Feb 27 15:19:51.763 INFO O| Feb 27 15:19:51.763 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88362026-02-27T15:19:51.951Z[ recovery-image] Feb 27 15:19:51.778 INFO O| Feb 27 15:19:51.778 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
88372026-02-27T15:19:51.952Z[ recovery-image] Feb 27 15:19:51.778 INFO O| Feb 27 15:19:51.778 INFO STEP 88 (remove_files) COMPLETE
88382026-02-27T15:19:51.952Z[ recovery-image] Feb 27 15:19:51.778 INFO O| Feb 27 15:19:51.778 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88392026-02-27T15:19:51.976Z[ recovery-image] Feb 27 15:19:51.791 INFO O| Feb 27 15:19:51.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
88402026-02-27T15:19:51.976Z[ recovery-image] Feb 27 15:19:51.791 INFO O| Feb 27 15:19:51.791 INFO STEP 89 (remove_files) COMPLETE
88412026-02-27T15:19:51.977Z[ recovery-image] Feb 27 15:19:51.791 INFO O| Feb 27 15:19:51.791 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88422026-02-27T15:19:51.977Z[ recovery-image] Feb 27 15:19:51.807 INFO O| Feb 27 15:19:51.807 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
88432026-02-27T15:19:51.977Z[ recovery-image] Feb 27 15:19:51.807 INFO O| Feb 27 15:19:51.807 INFO STEP 90 (remove_files) COMPLETE
88442026-02-27T15:19:51.977Z[ recovery-image] Feb 27 15:19:51.807 INFO O| Feb 27 15:19:51.807 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88452026-02-27T15:19:52.002Z[ recovery-image] Feb 27 15:19:51.822 INFO O| Feb 27 15:19:51.822 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88462026-02-27T15:19:52.002Z[ recovery-image] Feb 27 15:19:51.822 INFO O| Feb 27 15:19:51.822 INFO STEP 91 (remove_files) COMPLETE
88472026-02-27T15:19:52.002Z[ recovery-image] Feb 27 15:19:51.822 INFO O| Feb 27 15:19:51.822 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88482026-02-27T15:19:52.027Z[ recovery-image] Feb 27 15:19:51.838 INFO O| Feb 27 15:19:51.837 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88492026-02-27T15:19:52.027Z[ recovery-image] Feb 27 15:19:51.838 INFO O| Feb 27 15:19:51.838 INFO STEP 92 (remove_files) COMPLETE
88502026-02-27T15:19:52.027Z[ recovery-image] Feb 27 15:19:51.838 INFO O| Feb 27 15:19:51.838 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88512026-02-27T15:19:52.028Z[ recovery-image] Feb 27 15:19:51.852 INFO O| Feb 27 15:19:51.851 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88522026-02-27T15:19:52.028Z[ recovery-image] Feb 27 15:19:51.852 INFO O| Feb 27 15:19:51.852 INFO STEP 93 (remove_files) COMPLETE
88532026-02-27T15:19:52.028Z[ recovery-image] Feb 27 15:19:51.852 INFO O| Feb 27 15:19:51.852 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88542026-02-27T15:19:52.053Z[ recovery-image] Feb 27 15:19:51.865 INFO O| Feb 27 15:19:51.865 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88552026-02-27T15:19:52.053Z[ recovery-image] Feb 27 15:19:51.865 INFO O| Feb 27 15:19:51.865 INFO STEP 94 (remove_files) COMPLETE
88562026-02-27T15:19:52.053Z[ recovery-image] Feb 27 15:19:51.866 INFO O| Feb 27 15:19:51.865 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88572026-02-27T15:19:52.053Z[ recovery-image] Feb 27 15:19:51.877 INFO O| Feb 27 15:19:51.877 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88582026-02-27T15:19:52.053Z[ recovery-image] Feb 27 15:19:51.878 INFO O| Feb 27 15:19:51.878 INFO STEP 95 (remove_files) COMPLETE
88592026-02-27T15:19:52.053Z[ recovery-image] Feb 27 15:19:51.878 INFO O| Feb 27 15:19:51.878 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88602026-02-27T15:19:52.078Z[ recovery-image] Feb 27 15:19:51.890 INFO O| Feb 27 15:19:51.890 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88612026-02-27T15:19:52.078Z[ recovery-image] Feb 27 15:19:51.890 INFO O| Feb 27 15:19:51.890 INFO STEP 96 (remove_files) COMPLETE
88622026-02-27T15:19:52.078Z[ recovery-image] Feb 27 15:19:51.890 INFO O| Feb 27 15:19:51.890 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88632026-02-27T15:19:52.078Z[ recovery-image] Feb 27 15:19:51.903 INFO O| Feb 27 15:19:51.903 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88642026-02-27T15:19:52.078Z[ recovery-image] Feb 27 15:19:51.903 INFO O| Feb 27 15:19:51.903 INFO STEP 97 (remove_files) COMPLETE
88652026-02-27T15:19:52.078Z[ recovery-image] Feb 27 15:19:51.903 INFO O| Feb 27 15:19:51.903 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88662026-02-27T15:19:52.102Z[ recovery-image] Feb 27 15:19:51.917 INFO O| Feb 27 15:19:51.917 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88672026-02-27T15:19:52.102Z[ recovery-image] Feb 27 15:19:51.917 INFO O| Feb 27 15:19:51.917 INFO STEP 98 (remove_files) COMPLETE
88682026-02-27T15:19:52.102Z[ recovery-image] Feb 27 15:19:51.917 INFO O| Feb 27 15:19:51.917 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88692026-02-27T15:19:52.102Z[ recovery-image] Feb 27 15:19:51.929 INFO O| Feb 27 15:19:51.928 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88702026-02-27T15:19:52.102Z[ recovery-image] Feb 27 15:19:51.929 INFO O| Feb 27 15:19:51.929 INFO STEP 99 (remove_files) COMPLETE
88712026-02-27T15:19:52.103Z[ recovery-image] Feb 27 15:19:51.929 INFO O| Feb 27 15:19:51.929 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88722026-02-27T15:19:52.127Z[ recovery-image] Feb 27 15:19:51.946 INFO O| Feb 27 15:19:51.946 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88732026-02-27T15:19:52.127Z[ recovery-image] Feb 27 15:19:51.947 INFO O| Feb 27 15:19:51.947 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88742026-02-27T15:20:01.154Z[ recovery-image] Feb 27 15:20:00.986 INFO O| Feb 27 15:20:00.986 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
88752026-02-27T15:20:01.154Z[ recovery-image] Feb 27 15:20:00.986 INFO O| Feb 27 15:20:00.986 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88762026-02-27T15:20:01.182Z[ recovery-image] Feb 27 15:20:01.015 INFO O| Feb 27 15:20:01.015 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88772026-02-27T15:20:01.358Z[ recovery-image] Feb 27 15:20:01.191 INFO O| Feb 27 15:20:01.190 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88782026-02-27T15:20:01.455Z[ recovery-image] Feb 27 15:20:01.286 INFO O| Feb 27 15:20:01.286 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88792026-02-27T15:20:01.564Z[ recovery-image] Feb 27 15:20:01.396 INFO O| Feb 27 15:20:01.396 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88802026-02-27T15:20:01.564Z[ recovery-image] Feb 27 15:20:01.397 INFO O| Feb 27 15:20:01.396 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 ...
88812026-02-27T15:20:01.589Z[ recovery-image] Feb 27 15:20:01.399 INFO O| Feb 27 15:20:01.399 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88822026-02-27T15:20:01.589Z[ recovery-image] Feb 27 15:20:01.399 INFO O| Feb 27 15:20:01.399 INFO ok!
88832026-02-27T15:20:01.589Z[ recovery-image] Feb 27 15:20:01.399 INFO O| Feb 27 15:20:01.399 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88842026-02-27T15:20:01.589Z[ recovery-image] Feb 27 15:20:01.399 INFO O| Feb 27 15:20:01.399 INFO STEP 100 (seed_smf) COMPLETE
88852026-02-27T15:20:01.589Z[ recovery-image] Feb 27 15:20:01.399 INFO O| Feb 27 15:20:01.399 INFO steps complete; finalising image!
88862026-02-27T15:20:01.589Z[ recovery-image] Feb 27 15:20:01.399 INFO O| Feb 27 15:20:01.399 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88872026-02-27T15:20:01.661Z[ recovery-image] Feb 27 15:20:01.492 INFO O| Feb 27 15:20:01.492 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Feb 27 15:20:01 2026)
88882026-02-27T15:20:01.873Z[ recovery-image] Feb 27 15:20:01.705 INFO O| Feb 27 15:20:01.705 INFO trim TEMPORARY-sled-zfs-recovery: (66% trimmed, started at Fri Feb 27 15:20:01 2026)
88892026-02-27T15:20:02.105Z[ recovery-image] Feb 27 15:20:01.938 INFO O| Feb 27 15:20:01.938 INFO temporary pool has 431M used, 1.33G avail, 1.00x compressratio
88902026-02-27T15:20:02.105Z[ recovery-image] Feb 27 15:20:01.938 INFO O| Feb 27 15:20:01.938 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88912026-02-27T15:20:03.033Z[ recovery-image] Feb 27 15:20:02.866 INFO O| Feb 27 15:20:02.866 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
88922026-02-27T15:20:03.033Z[ recovery-image] Feb 27 15:20:02.866 INFO O| Feb 27 15:20:02.866 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88932026-02-27T15:20:08.573Z[ recovery-image] Feb 27 15:20:08.389 INFO O| Feb 27 15:20:08.389 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88942026-02-27T15:20:08.573Z[ recovery-image] Feb 27 15:20:08.390 INFO O| Feb 27 15:20:08.389 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88952026-02-27T15:20:08.625Z[ recovery-image] Feb 27 15:20:08.390 INFO O| Feb 27 15:20:08.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88962026-02-27T15:20:08.625Z[ recovery-image] Feb 27 15:20:08.390 INFO O| Feb 27 15:20:08.389 INFO completed processing sled/zfs-recovery
88972026-02-27T15:20:08.625Z[ recovery-image] Feb 27 15:20:08.390 INFO O| Feb 27 15:20:08.389 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88982026-02-27T15:20:08.747Z[ recovery-image] Feb 27 15:20:08.575 INFO O| Feb 27 15:20:08.575 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88992026-02-27T15:20:08.852Z[ recovery-image] Feb 27 15:20:08.683 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
89002026-02-27T15:20:08.881Z[ recovery-image] Feb 27 15:20:08.684 INFO expanded image name: "recovery daae34f/${os_short_commit} 2026-02-27 14:22" -> "recovery daae34f/3e08689 2026-02-27 14:22"
89012026-02-27T15:20:08.881Z[ recovery-image] Feb 27 15:20:08.684 INFO output artefacts stored in: "/work/os-recovery"
89022026-02-27T15:20:08.881Z[ recovery-image] Feb 27 15:20:08.686 INFO collecting git info from project "chelsio-t6-roms"...
89032026-02-27T15:20:08.935Z[ recovery-image] Feb 27 15:20:08.764 INFO collecting git info from project "bootserver"...
89042026-02-27T15:20:08.960Z[ recovery-image] Feb 27 15:20:08.781 INFO collecting git info from project "dmar-report"...
89052026-02-27T15:20:09.008Z[ recovery-image] Feb 27 15:20:08.809 INFO collecting git info from project "pinprick"...
89062026-02-27T15:20:09.034Z[ recovery-image] Feb 27 15:20:08.824 INFO collecting git info from project "amd-firmware"...
89072026-02-27T15:20:21.944Z[ recovery-image] Feb 27 15:20:21.776 INFO collecting git info from project "image-builder"...
89082026-02-27T15:20:21.969Z[ recovery-image] Feb 27 15:20:21.795 INFO collecting git info from project "pilot"...
89092026-02-27T15:20:22.002Z[ recovery-image] Feb 27 15:20:21.829 INFO collecting git info from project "amd-host-image-builder"...
89102026-02-27T15:20:22.103Z[ recovery-image] Feb 27 15:20:21.935 INFO collecting git info from project "phbl"...
89112026-02-27T15:20:22.127Z[ recovery-image] Feb 27 15:20:21.956 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
89122026-02-27T15:20:23.018Z[ recovery-image] Feb 27 15:20:22.850 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89132026-02-27T15:20:23.739Z[ recovery-image] Feb 27 15:20:23.572 INFO creating Oxide boot image...
89142026-02-27T15:20:23.739Z[ recovery-image] Feb 27 15:20:23.572 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery daae34f/3e08689 2026-02-27 14:22", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89152026-02-27T15:20:41.433Z[ host-image] Feb 27 15:20:41.265 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z
89162026-02-27T15:20:41.433Z[ host-image] Feb 27 15:20:41.265 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z
89172026-02-27T15:20:41.480Z[ host-image] Feb 27 15:20:41.265 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
89182026-02-27T15:20:41.480Z[ host-image] Feb 27 15:20:41.266 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
89192026-02-27T15:20:41.480Z[ host-image] Feb 27 15:20:41.266 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
89202026-02-27T15:20:41.480Z[ host-image] Feb 27 15:20:41.266 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
89212026-02-27T15:20:41.480Z[ host-image] Feb 27 15:20:41.266 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
89222026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.266 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
89232026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.267 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260227T142412Z
89242026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.267 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
89252026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.267 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
89262026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.267 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z
89272026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.268 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z
89282026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.269 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z
89292026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.269 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z
89302026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.269 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
89312026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.269 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z
89322026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.270 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z
89332026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.270 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z
89342026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.270 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z
89352026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.270 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z
89362026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.270 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z
89372026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.270 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z
89382026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.270 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z
89392026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.270 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z
89402026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.270 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z
89412026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.271 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z
89422026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.271 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z
89432026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.271 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z
89442026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.271 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z
89452026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.271 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
89462026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.271 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z
89472026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.271 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z
89482026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.271 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z
89492026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.271 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z
89502026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.272 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z
89512026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.272 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z
89522026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.277 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89532026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.277 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z
89542026-02-27T15:20:41.481Z[ host-image] Feb 27 15:20:41.277 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89552026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.277 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89562026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.277 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89572026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.277 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z
89582026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.278 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89592026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.278 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89602026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.278 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89612026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.278 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89622026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.285 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89632026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.285 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89642026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.285 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89652026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.286 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89662026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.286 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89672026-02-27T15:20:41.482Z[ host-image] Feb 27 15:20:41.286 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89682026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.305 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89692026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.305 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89702026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.305 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89712026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z
89722026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z
89732026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89742026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z
89752026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89762026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89772026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89782026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89792026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z
89802026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.306 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89812026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.308 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89822026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.308 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89832026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.308 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89842026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.309 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z
89852026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.309 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89862026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.316 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89872026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.316 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z
89882026-02-27T15:20:41.508Z[ host-image] Feb 27 15:20:41.317 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z
89892026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.317 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z
89902026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.317 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89912026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.317 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z
89922026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.318 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z
89932026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.318 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z
89942026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.318 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z
89952026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.320 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89962026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.320 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z
89972026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.320 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z
89982026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.320 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89992026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.320 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z
90002026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.320 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z
90012026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.320 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z
90022026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.321 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z
90032026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.325 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z
90042026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.325 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
90052026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.326 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z
90062026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.327 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z
90072026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.327 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z
90082026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.327 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z
90092026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.327 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z
90102026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.327 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z
90112026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.328 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z
90122026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.333 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z
90132026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.333 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z
90142026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.333 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z
90152026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.334 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z
90162026-02-27T15:20:41.509Z[ host-image] Feb 27 15:20:41.334 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z
90172026-02-27T15:20:41.535Z[ host-image] Feb 27 15:20:41.355 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z
90182026-02-27T15:20:41.535Z[ host-image] Feb 27 15:20:41.355 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z
90192026-02-27T15:20:41.535Z[ host-image] Feb 27 15:20:41.355 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z
90202026-02-27T15:20:41.535Z[ host-image] Feb 27 15:20:41.355 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
90212026-02-27T15:20:41.535Z[ host-image] Feb 27 15:20:41.356 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
90222026-02-27T15:20:41.560Z[ host-image] Feb 27 15:20:41.372 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z
90232026-02-27T15:20:41.560Z[ host-image] Feb 27 15:20:41.372 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
90242026-02-27T15:20:41.561Z[ host-image] Feb 27 15:20:41.373 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z
90252026-02-27T15:20:41.561Z[ host-image] Feb 27 15:20:41.373 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z
90262026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.393 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z
90272026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.393 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
90282026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.394 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
90292026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.394 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z
90302026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.394 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z
90312026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.394 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z
90322026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.395 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z
90332026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.395 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z
90342026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.395 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z
90352026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.397 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90362026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.397 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z
90372026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.398 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z
90382026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.398 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z
90392026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.398 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z
90402026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.398 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z
90412026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.399 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z
90422026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.399 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90432026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.399 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90442026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.399 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z
90452026-02-27T15:20:41.586Z[ host-image] Feb 27 15:20:41.399 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z
90462026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.399 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90472026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.399 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90482026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.399 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90492026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.400 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90502026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.400 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90512026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.400 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90522026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.402 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
90532026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.402 INFO O| tempdir @ "/tmp/.tmphYcWXS/tmp"
90542026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.403 INFO O| image root @ "/tmp/.tmphYcWXS/tmp/root"
90552026-02-27T15:20:41.587Z[ host-image] Feb 27 15:20:41.403 INFO O| creating image...
90562026-02-27T15:20:42.506Z[ host-image] Feb 27 15:20:42.338 INFO O| copying publishers...
90572026-02-27T15:21:51.542Z[ recovery-image] Feb 27 15:21:51.375 INFO O| ok, image written!
90582026-02-27T15:21:51.567Z[ recovery-image] Feb 27 15:21:51.375 INFO O| ok, boot_image_csum file written!
90592026-02-27T15:21:51.567Z[ recovery-image] Feb 27 15:21:51.383 INFO creating boot archive (CPIO)...
90602026-02-27T15:21:51.567Z[ recovery-image] Feb 27 15:21:51.383 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
90612026-02-27T15:21:51.592Z[ recovery-image] Feb 27 15:21:51.406 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90622026-02-27T15:21:51.592Z[ recovery-image] Feb 27 15:21:51.406 INFO E| + outfile=/work/os-recovery/cpio
90632026-02-27T15:21:51.592Z[ recovery-image] Feb 27 15:21:51.406 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90642026-02-27T15:21:51.592Z[ recovery-image] Feb 27 15:21:51.410 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90652026-02-27T15:21:51.592Z[ recovery-image] Feb 27 15:21:51.411 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90662026-02-27T15:21:51.622Z[ recovery-image] Feb 27 15:21:51.455 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90672026-02-27T15:21:51.622Z[ recovery-image] Feb 27 15:21:51.455 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90682026-02-27T15:21:51.647Z[ recovery-image] Feb 27 15:21:51.468 INFO creating compressed cpio/unix for dev loaders...
90692026-02-27T15:21:51.647Z[ recovery-image] Feb 27 15:21:51.468 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
90702026-02-27T15:21:52.050Z[ recovery-image] Feb 27 15:21:51.883 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90712026-02-27T15:21:54.674Z[ host-image] Feb 27 15:21:54.508 INFO O| adding properties...
90722026-02-27T15:21:56.888Z[ host-image] Feb 27 15:21:56.679 INFO O| installing packages...
90732026-02-27T15:21:59.216Z[ recovery-image] Feb 27 15:21:59.049 INFO creating reset image...
90742026-02-27T15:21:59.216Z[ recovery-image] Feb 27 15:21:59.050 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90752026-02-27T15:22:48.438Z[ host-image] Feb 27 15:22:48.271 INFO O| seeding SMF database...
90762026-02-27T15:22:58.521Z[ host-image] Feb 27 15:22:58.355 INFO O| configuring SMF profile...
90772026-02-27T15:22:58.521Z[ host-image] Feb 27 15:22:58.355 INFO O| modifying shadow(5)...
90782026-02-27T15:22:58.521Z[ host-image] Feb 27 15:22:58.355 INFO O| loading user and group database...
90792026-02-27T15:22:58.546Z[ host-image] Feb 27 15:22:58.355 INFO O| loading facet selections...
90802026-02-27T15:22:59.607Z[ host-image] Feb 27 15:22:59.441 INFO O| devel -> true
90812026-02-27T15:22:59.607Z[ host-image] Feb 27 15:22:59.441 INFO O| doc.man -> true
90822026-02-27T15:22:59.632Z[ host-image] Feb 27 15:22:59.441 INFO O| version-lock.shell/ksh93 -> true
90832026-02-27T15:22:59.632Z[ host-image] Feb 27 15:22:59.441 INFO O| version-lock.system/data/hardware-registry -> true
90842026-02-27T15:22:59.632Z[ host-image] Feb 27 15:22:59.441 INFO O| version-lock.system/data/zoneinfo -> true
90852026-02-27T15:22:59.632Z[ host-image] Feb 27 15:22:59.441 INFO O| version-lock.system/microcode/amd -> true
90862026-02-27T15:22:59.632Z[ host-image] Feb 27 15:22:59.441 INFO O| version-lock.system/microcode/intel -> true
90872026-02-27T15:22:59.632Z[ host-image] Feb 27 15:22:59.441 INFO O| version-lock.system/microcode/oxide -> true
90882026-02-27T15:22:59.632Z[ host-image] Feb 27 15:22:59.441 INFO O| assessing packaged files...
90892026-02-27T15:23:00.083Z[ recovery-image] Feb 27 15:22:59.917 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')"
90902026-02-27T15:23:00.083Z[ recovery-image] Feb 27 15:22:59.917 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z", "--target-dir", "/work/os-recovery/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
90912026-02-27T15:23:00.770Z[ recovery-image] Feb 27 15:23:00.604 INFO E| Updating crates.io index
90922026-02-27T15:23:01.075Z[ recovery-image] Feb 27 15:23:00.908 INFO E| Downloading crates ...
90932026-02-27T15:23:01.198Z[ recovery-image] Feb 27 15:23:01.032 INFO E| Downloaded sigchld v0.2.4
90942026-02-27T15:23:01.223Z[ recovery-image] Feb 27 15:23:01.035 INFO E| Downloaded os_pipe v1.2.3
90952026-02-27T15:23:01.223Z[ recovery-image] Feb 27 15:23:01.038 INFO E| Downloaded shared_child v1.1.1
90962026-02-27T15:23:01.223Z[ recovery-image] Feb 27 15:23:01.040 INFO E| Downloaded duct v1.1.1
90972026-02-27T15:23:01.223Z[ recovery-image] Feb 27 15:23:01.044 INFO E| Downloaded signal-hook-registry v1.4.8
90982026-02-27T15:23:01.223Z[ recovery-image] Feb 27 15:23:01.046 INFO E| Downloaded clap v4.5.57
90992026-02-27T15:23:01.247Z[ recovery-image] Feb 27 15:23:01.058 INFO E| Downloaded anstyle-query v1.1.5
91002026-02-27T15:23:01.247Z[ recovery-image] Feb 27 15:23:01.078 INFO E| Downloaded unicode-ident v1.0.23
91012026-02-27T15:23:01.272Z[ recovery-image] Feb 27 15:23:01.082 INFO E| Downloaded clap_lex v0.7.7
91022026-02-27T15:23:01.273Z[ recovery-image] Feb 27 15:23:01.084 INFO E| Downloaded clap_derive v4.5.55
91032026-02-27T15:23:01.273Z[ recovery-image] Feb 27 15:23:01.087 INFO E| Downloaded shared_thread v0.2.0
91042026-02-27T15:23:01.273Z[ recovery-image] Feb 27 15:23:01.088 INFO E| Downloaded clap_builder v4.5.57
91052026-02-27T15:23:01.297Z[ recovery-image] Feb 27 15:23:01.118 INFO E| Downloaded syn v2.0.114
91062026-02-27T15:23:01.419Z[ recovery-image] Feb 27 15:23:01.251 INFO E| Compiling libc v0.2.180
91072026-02-27T15:23:01.419Z[ recovery-image] Feb 27 15:23:01.251 INFO E| Compiling proc-macro2 v1.0.106
91082026-02-27T15:23:01.419Z[ recovery-image] Feb 27 15:23:01.251 INFO E| Compiling signal-hook v0.3.18
91092026-02-27T15:23:01.419Z[ recovery-image] Feb 27 15:23:01.251 INFO E| Compiling quote v1.0.44
91102026-02-27T15:23:01.419Z[ recovery-image] Feb 27 15:23:01.251 INFO E| Compiling unicode-ident v1.0.23
91112026-02-27T15:23:01.444Z[ recovery-image] Feb 27 15:23:01.251 INFO E| Compiling utf8parse v0.2.2
91122026-02-27T15:23:01.444Z[ recovery-image] Feb 27 15:23:01.251 INFO E| Compiling anstyle-query v1.1.5
91132026-02-27T15:23:01.444Z[ recovery-image] Feb 27 15:23:01.251 INFO E| Compiling is_terminal_polyfill v1.70.2
91142026-02-27T15:23:02.200Z[ recovery-image] Feb 27 15:23:02.033 INFO E| Compiling anstyle-parse v0.2.7
91152026-02-27T15:23:02.228Z[ recovery-image] Feb 27 15:23:02.062 INFO E| Compiling colorchoice v1.0.4
91162026-02-27T15:23:02.339Z[ recovery-image] Feb 27 15:23:02.172 INFO E| Compiling anstyle v1.0.13
91172026-02-27T15:23:02.447Z[ recovery-image] Feb 27 15:23:02.280 INFO E| Compiling clap_lex v0.7.7
91182026-02-27T15:23:02.487Z[ recovery-image] Feb 27 15:23:02.320 INFO E| Compiling strsim v0.11.1
91192026-02-27T15:23:02.512Z[ recovery-image] Feb 27 15:23:02.333 INFO E| Compiling heck v0.5.0
91202026-02-27T15:23:03.054Z[ recovery-image] Feb 27 15:23:02.888 INFO E| Compiling shared_thread v0.2.0
91212026-02-27T15:23:03.266Z[ recovery-image] Feb 27 15:23:03.099 INFO E| Compiling anstream v0.6.21
91222026-02-27T15:23:04.013Z[ recovery-image] Feb 27 15:23:03.838 INFO E| Compiling clap_builder v4.5.57
91232026-02-27T15:23:04.209Z[ host-image] Feb 27 15:23:04.042 INFO O| creating archive...
91242026-02-27T15:23:04.272Z[ host-image] Feb 27 15:23:04.106 INFO O| missing from packaging:
91252026-02-27T15:23:04.272Z[ host-image] Feb 27 15:23:04.106 INFO O| "etc/.pwd.lock"
91262026-02-27T15:23:04.297Z[ host-image] Feb 27 15:23:04.106 INFO O| "etc/bash"
91272026-02-27T15:23:04.297Z[ host-image] Feb 27 15:23:04.113 INFO O| "etc/svc/profile/generic.xml"
91282026-02-27T15:23:04.298Z[ host-image] Feb 27 15:23:04.113 INFO O| "etc/svc/profile/inetd_services.xml"
91292026-02-27T15:23:04.298Z[ host-image] Feb 27 15:23:04.113 INFO O| "etc/svc/profile/name_service.xml"
91302026-02-27T15:23:04.298Z[ host-image] Feb 27 15:23:04.113 INFO O| "etc/svc/profile/platform.xml"
91312026-02-27T15:23:04.298Z[ host-image] Feb 27 15:23:04.113 INFO O| "etc/svc/profile/platform_omicron1.xml"
91322026-02-27T15:23:04.299Z[ host-image] Feb 27 15:23:04.113 INFO O| "etc/svc/repository.db"
91332026-02-27T15:23:04.299Z[ host-image] Feb 27 15:23:04.126 INFO O| "opt/ooce/share"
91342026-02-27T15:23:04.299Z[ host-image] Feb 27 15:23:04.126 INFO O| "opt/ooce/share/man"
91352026-02-27T15:23:04.299Z[ host-image] Feb 27 15:23:04.126 INFO O| "opt/ooce/share/man/man1"
91362026-02-27T15:23:04.323Z[ host-image] Feb 27 15:23:04.139 INFO O| finishing archive...
91372026-02-27T15:23:04.988Z[ recovery-image] Feb 27 15:23:04.822 INFO E| Compiling errno v0.3.14
91382026-02-27T15:23:04.988Z[ recovery-image] Feb 27 15:23:04.822 INFO E| Compiling os_pipe v1.2.3
91392026-02-27T15:23:05.121Z[ recovery-image] Feb 27 15:23:04.955 INFO E| Compiling syn v2.0.114
91402026-02-27T15:23:05.246Z[ recovery-image] Feb 27 15:23:05.079 INFO E| Compiling signal-hook-registry v1.4.8
91412026-02-27T15:23:06.085Z[ recovery-image] Feb 27 15:23:05.919 INFO E| Compiling sigchld v0.2.4
91422026-02-27T15:23:06.286Z[ recovery-image] Feb 27 15:23:06.120 INFO E| Compiling shared_child v1.1.1
91432026-02-27T15:23:06.610Z[ recovery-image] Feb 27 15:23:06.443 INFO E| Compiling duct v1.1.1
91442026-02-27T15:23:09.422Z[ host-image] Feb 27 15:23:09.255 INFO O| creating gzonly manifest...
91452026-02-27T15:23:09.447Z[ host-image] Feb 27 15:23:09.266 INFO O| ok
91462026-02-27T15:23:09.698Z[ host-image] Feb 27 15:23:09.531 INFO image builder template: ramdisk-02-trim...
91472026-02-27T15:23:09.699Z[ host-image] Feb 27 15:23:09.531 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/.tmpeTTMko/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
91482026-02-27T15:23:09.728Z[ host-image] Feb 27 15:23:09.562 INFO O| Feb 27 15:23:09.562 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91492026-02-27T15:23:09.753Z[ host-image] Feb 27 15:23:09.569 INFO O| Feb 27 15:23:09.568 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91502026-02-27T15:23:09.778Z[ host-image] Feb 27 15:23:09.605 INFO O| Feb 27 15:23:09.605 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91512026-02-27T15:23:09.807Z[ host-image] Feb 27 15:23:09.641 INFO O| Feb 27 15:23:09.641 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91522026-02-27T15:23:09.807Z[ host-image] Feb 27 15:23:09.641 INFO O| Feb 27 15:23:09.641 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91532026-02-27T15:23:09.832Z[ host-image] Feb 27 15:23:09.648 INFO O| Feb 27 15:23:09.648 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91542026-02-27T15:23:09.832Z[ host-image] Feb 27 15:23:09.654 INFO O| Feb 27 15:23:09.654 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91552026-02-27T15:23:09.832Z[ host-image] Feb 27 15:23:09.662 INFO O| Feb 27 15:23:09.662 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91562026-02-27T15:23:10.206Z[ host-image] Feb 27 15:23:10.039 INFO O| Feb 27 15:23:10.039 INFO rolled back to input snapshot; work may begin
91572026-02-27T15:23:10.206Z[ host-image] Feb 27 15:23:10.039 INFO O| Feb 27 15:23:10.039 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91582026-02-27T15:23:10.231Z[ host-image] Feb 27 15:23:10.047 INFO O| Feb 27 15:23:10.046 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-02-27T15:23:10.231Z[ host-image] Feb 27 15:23:10.061 INFO O| Feb 27 15:23:10.061 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91602026-02-27T15:23:10.295Z[ host-image] Feb 27 15:23:10.128 INFO O| Feb 27 15:23:10.128 INFO STEP 0 (remove_files) COMPLETE
91612026-02-27T15:23:10.295Z[ host-image] Feb 27 15:23:10.128 INFO O| Feb 27 15:23:10.128 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622026-02-27T15:23:10.320Z[ host-image] Feb 27 15:23:10.145 INFO O| Feb 27 15:23:10.145 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91632026-02-27T15:23:10.320Z[ host-image] Feb 27 15:23:10.147 INFO O| Feb 27 15:23:10.147 INFO STEP 1 (remove_files) COMPLETE
91642026-02-27T15:23:10.320Z[ host-image] Feb 27 15:23:10.147 INFO O| Feb 27 15:23:10.147 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652026-02-27T15:23:10.345Z[ host-image] Feb 27 15:23:10.162 INFO O| Feb 27 15:23:10.162 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91662026-02-27T15:23:10.369Z[ host-image] Feb 27 15:23:10.182 INFO O| Feb 27 15:23:10.182 INFO STEP 2 (remove_files) COMPLETE
91672026-02-27T15:23:10.370Z[ host-image] Feb 27 15:23:10.182 INFO O| Feb 27 15:23:10.182 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682026-02-27T15:23:10.370Z[ host-image] Feb 27 15:23:10.198 INFO O| Feb 27 15:23:10.198 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91692026-02-27T15:23:10.370Z[ host-image] Feb 27 15:23:10.201 INFO O| Feb 27 15:23:10.201 INFO STEP 3 (remove_files) COMPLETE
91702026-02-27T15:23:10.370Z[ host-image] Feb 27 15:23:10.201 INFO O| Feb 27 15:23:10.201 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712026-02-27T15:23:10.394Z[ host-image] Feb 27 15:23:10.219 INFO O| Feb 27 15:23:10.219 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91722026-02-27T15:23:10.394Z[ host-image] Feb 27 15:23:10.224 INFO O| Feb 27 15:23:10.224 INFO STEP 4 (remove_files) COMPLETE
91732026-02-27T15:23:10.394Z[ host-image] Feb 27 15:23:10.224 INFO O| Feb 27 15:23:10.224 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742026-02-27T15:23:10.419Z[ host-image] Feb 27 15:23:10.241 INFO O| Feb 27 15:23:10.240 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91752026-02-27T15:23:10.419Z[ host-image] Feb 27 15:23:10.245 INFO O| Feb 27 15:23:10.245 INFO STEP 5 (remove_files) COMPLETE
91762026-02-27T15:23:10.419Z[ host-image] Feb 27 15:23:10.245 INFO O| Feb 27 15:23:10.245 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772026-02-27T15:23:10.444Z[ host-image] Feb 27 15:23:10.267 INFO O| Feb 27 15:23:10.262 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91782026-02-27T15:23:10.470Z[ host-image] Feb 27 15:23:10.282 INFO O| Feb 27 15:23:10.282 INFO STEP 6 (remove_files) COMPLETE
91792026-02-27T15:23:10.470Z[ host-image] Feb 27 15:23:10.282 INFO O| Feb 27 15:23:10.282 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-02-27T15:23:10.531Z[ host-image] Feb 27 15:23:10.364 INFO O| Feb 27 15:23:10.364 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91812026-02-27T15:23:10.562Z[ host-image] Feb 27 15:23:10.382 INFO O| Feb 27 15:23:10.382 INFO STEP 7 (remove_files) COMPLETE
91822026-02-27T15:23:10.562Z[ host-image] Feb 27 15:23:10.382 INFO O| Feb 27 15:23:10.382 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832026-02-27T15:23:10.588Z[ host-image] Feb 27 15:23:10.398 INFO O| Feb 27 15:23:10.398 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91842026-02-27T15:23:10.685Z[ host-image] Feb 27 15:23:10.519 INFO O| Feb 27 15:23:10.519 INFO STEP 8 (remove_files) COMPLETE
91852026-02-27T15:23:10.686Z[ host-image] Feb 27 15:23:10.519 INFO O| Feb 27 15:23:10.519 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862026-02-27T15:23:10.710Z[ host-image] Feb 27 15:23:10.535 INFO O| Feb 27 15:23:10.535 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91872026-02-27T15:23:10.830Z[ host-image] Feb 27 15:23:10.662 INFO O| Feb 27 15:23:10.662 INFO STEP 9 (remove_files) COMPLETE
91882026-02-27T15:23:10.830Z[ host-image] Feb 27 15:23:10.662 INFO O| Feb 27 15:23:10.662 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892026-02-27T15:23:10.855Z[ host-image] Feb 27 15:23:10.677 INFO O| Feb 27 15:23:10.677 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91902026-02-27T15:23:10.855Z[ host-image] Feb 27 15:23:10.682 INFO O| Feb 27 15:23:10.681 INFO STEP 10 (remove_files) COMPLETE
91912026-02-27T15:23:10.855Z[ host-image] Feb 27 15:23:10.682 INFO O| Feb 27 15:23:10.681 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922026-02-27T15:23:10.880Z[ host-image] Feb 27 15:23:10.694 INFO O| Feb 27 15:23:10.694 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91932026-02-27T15:23:10.880Z[ host-image] Feb 27 15:23:10.695 INFO O| Feb 27 15:23:10.695 INFO STEP 11 (remove_files) COMPLETE
91942026-02-27T15:23:10.880Z[ host-image] Feb 27 15:23:10.695 INFO O| Feb 27 15:23:10.695 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952026-02-27T15:23:10.880Z[ host-image] Feb 27 15:23:10.706 INFO O| Feb 27 15:23:10.706 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91962026-02-27T15:23:10.880Z[ host-image] Feb 27 15:23:10.708 INFO O| Feb 27 15:23:10.708 INFO STEP 12 (remove_files) COMPLETE
91972026-02-27T15:23:10.880Z[ host-image] Feb 27 15:23:10.708 INFO O| Feb 27 15:23:10.708 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982026-02-27T15:23:10.905Z[ host-image] Feb 27 15:23:10.726 INFO O| Feb 27 15:23:10.726 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91992026-02-27T15:23:10.905Z[ host-image] Feb 27 15:23:10.727 INFO O| Feb 27 15:23:10.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92002026-02-27T15:23:10.906Z[ host-image] Feb 27 15:23:10.727 INFO O| Feb 27 15:23:10.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92012026-02-27T15:23:10.906Z[ host-image] Feb 27 15:23:10.727 INFO O| Feb 27 15:23:10.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92022026-02-27T15:23:10.906Z[ host-image] Feb 27 15:23:10.728 INFO O| Feb 27 15:23:10.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92032026-02-27T15:23:10.906Z[ host-image] Feb 27 15:23:10.728 INFO O| Feb 27 15:23:10.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92042026-02-27T15:23:10.906Z[ host-image] Feb 27 15:23:10.728 INFO O| Feb 27 15:23:10.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92052026-02-27T15:23:10.906Z[ host-image] Feb 27 15:23:10.728 INFO O| Feb 27 15:23:10.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92062026-02-27T15:23:10.907Z[ host-image] Feb 27 15:23:10.729 INFO O| Feb 27 15:23:10.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92072026-02-27T15:23:10.907Z[ host-image] Feb 27 15:23:10.729 INFO O| Feb 27 15:23:10.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92082026-02-27T15:23:10.907Z[ host-image] Feb 27 15:23:10.729 INFO O| Feb 27 15:23:10.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92092026-02-27T15:23:10.907Z[ host-image] Feb 27 15:23:10.729 INFO O| Feb 27 15:23:10.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92102026-02-27T15:23:10.907Z[ host-image] Feb 27 15:23:10.729 INFO O| Feb 27 15:23:10.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92112026-02-27T15:23:10.907Z[ host-image] Feb 27 15:23:10.729 INFO O| Feb 27 15:23:10.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92122026-02-27T15:23:10.907Z[ host-image] Feb 27 15:23:10.729 INFO O| Feb 27 15:23:10.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92132026-02-27T15:23:10.907Z[ host-image] Feb 27 15:23:10.729 INFO O| Feb 27 15:23:10.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92142026-02-27T15:23:10.907Z[ host-image] Feb 27 15:23:10.730 INFO O| Feb 27 15:23:10.730 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92152026-02-27T15:23:11.027Z[ host-image] Feb 27 15:23:10.860 INFO O| Feb 27 15:23:10.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92162026-02-27T15:23:11.078Z[ host-image] Feb 27 15:23:10.863 INFO O| Feb 27 15:23:10.863 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92172026-02-27T15:23:11.078Z[ host-image] Feb 27 15:23:10.873 INFO O| Feb 27 15:23:10.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92182026-02-27T15:23:11.078Z[ host-image] Feb 27 15:23:10.909 INFO O| Feb 27 15:23:10.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92192026-02-27T15:23:11.413Z[ host-image] Feb 27 15:23:11.246 INFO O| Feb 27 15:23:11.246 INFO STEP 13 (remove_files) COMPLETE
92202026-02-27T15:23:11.413Z[ host-image] Feb 27 15:23:11.246 INFO O| Feb 27 15:23:11.246 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212026-02-27T15:23:11.438Z[ host-image] Feb 27 15:23:11.258 INFO O| Feb 27 15:23:11.258 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92222026-02-27T15:23:11.438Z[ host-image] Feb 27 15:23:11.260 INFO O| Feb 27 15:23:11.260 INFO STEP 14 (remove_files) COMPLETE
92232026-02-27T15:23:11.438Z[ host-image] Feb 27 15:23:11.260 INFO O| Feb 27 15:23:11.260 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242026-02-27T15:23:11.463Z[ host-image] Feb 27 15:23:11.272 INFO O| Feb 27 15:23:11.272 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92252026-02-27T15:23:11.463Z[ host-image] Feb 27 15:23:11.282 INFO O| Feb 27 15:23:11.282 INFO STEP 15 (remove_files) COMPLETE
92262026-02-27T15:23:11.463Z[ host-image] Feb 27 15:23:11.282 INFO O| Feb 27 15:23:11.282 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92272026-02-27T15:23:11.463Z[ host-image] Feb 27 15:23:11.294 INFO O| Feb 27 15:23:11.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92282026-02-27T15:23:11.464Z[ host-image] Feb 27 15:23:11.295 INFO O| Feb 27 15:23:11.295 INFO STEP 16 (remove_files) COMPLETE
92292026-02-27T15:23:11.464Z[ host-image] Feb 27 15:23:11.295 INFO O| Feb 27 15:23:11.295 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92302026-02-27T15:23:11.489Z[ host-image] Feb 27 15:23:11.305 INFO O| Feb 27 15:23:11.305 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92312026-02-27T15:23:11.489Z[ host-image] Feb 27 15:23:11.307 INFO O| Feb 27 15:23:11.307 INFO STEP 17 (remove_files) COMPLETE
92322026-02-27T15:23:11.491Z[ host-image] Feb 27 15:23:11.307 INFO O| Feb 27 15:23:11.307 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92332026-02-27T15:23:11.491Z[ host-image] Feb 27 15:23:11.317 INFO O| Feb 27 15:23:11.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92342026-02-27T15:23:11.491Z[ host-image] Feb 27 15:23:11.317 INFO O| Feb 27 15:23:11.317 INFO STEP 18 (remove_files) COMPLETE
92352026-02-27T15:23:11.491Z[ host-image] Feb 27 15:23:11.317 INFO O| Feb 27 15:23:11.317 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92362026-02-27T15:23:11.517Z[ host-image] Feb 27 15:23:11.327 INFO O| Feb 27 15:23:11.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92372026-02-27T15:23:11.517Z[ host-image] Feb 27 15:23:11.327 INFO O| Feb 27 15:23:11.327 INFO STEP 19 (remove_files) COMPLETE
92382026-02-27T15:23:11.517Z[ host-image] Feb 27 15:23:11.327 INFO O| Feb 27 15:23:11.327 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92392026-02-27T15:23:11.517Z[ host-image] Feb 27 15:23:11.338 INFO O| Feb 27 15:23:11.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92402026-02-27T15:23:11.517Z[ host-image] Feb 27 15:23:11.338 INFO O| Feb 27 15:23:11.338 INFO STEP 20 (remove_files) COMPLETE
92412026-02-27T15:23:11.517Z[ host-image] Feb 27 15:23:11.338 INFO O| Feb 27 15:23:11.338 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92422026-02-27T15:23:11.518Z[ host-image] Feb 27 15:23:11.348 INFO O| Feb 27 15:23:11.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92432026-02-27T15:23:11.518Z[ host-image] Feb 27 15:23:11.348 INFO O| Feb 27 15:23:11.348 INFO STEP 21 (remove_files) COMPLETE
92442026-02-27T15:23:11.518Z[ host-image] Feb 27 15:23:11.348 INFO O| Feb 27 15:23:11.348 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92452026-02-27T15:23:11.543Z[ host-image] Feb 27 15:23:11.358 INFO O| Feb 27 15:23:11.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92462026-02-27T15:23:11.543Z[ host-image] Feb 27 15:23:11.358 INFO O| Feb 27 15:23:11.358 INFO STEP 22 (remove_files) COMPLETE
92472026-02-27T15:23:11.543Z[ host-image] Feb 27 15:23:11.358 INFO O| Feb 27 15:23:11.358 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92482026-02-27T15:23:11.543Z[ host-image] Feb 27 15:23:11.372 INFO O| Feb 27 15:23:11.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92492026-02-27T15:23:11.543Z[ host-image] Feb 27 15:23:11.372 INFO O| Feb 27 15:23:11.372 INFO STEP 23 (remove_files) COMPLETE
92502026-02-27T15:23:11.543Z[ host-image] Feb 27 15:23:11.372 INFO O| Feb 27 15:23:11.372 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92512026-02-27T15:23:11.569Z[ host-image] Feb 27 15:23:11.384 INFO O| Feb 27 15:23:11.384 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92522026-02-27T15:23:11.569Z[ host-image] Feb 27 15:23:11.384 INFO O| Feb 27 15:23:11.384 INFO STEP 24 (remove_files) COMPLETE
92532026-02-27T15:23:11.569Z[ host-image] Feb 27 15:23:11.384 INFO O| Feb 27 15:23:11.384 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92542026-02-27T15:23:11.569Z[ host-image] Feb 27 15:23:11.395 INFO O| Feb 27 15:23:11.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92552026-02-27T15:23:11.569Z[ host-image] Feb 27 15:23:11.395 INFO O| Feb 27 15:23:11.395 INFO STEP 25 (remove_files) COMPLETE
92562026-02-27T15:23:11.569Z[ host-image] Feb 27 15:23:11.395 INFO O| Feb 27 15:23:11.395 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92572026-02-27T15:23:11.596Z[ host-image] Feb 27 15:23:11.405 INFO O| Feb 27 15:23:11.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92582026-02-27T15:23:11.596Z[ host-image] Feb 27 15:23:11.406 INFO O| Feb 27 15:23:11.406 INFO STEP 26 (remove_files) COMPLETE
92592026-02-27T15:23:11.596Z[ host-image] Feb 27 15:23:11.406 INFO O| Feb 27 15:23:11.406 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92602026-02-27T15:23:11.596Z[ host-image] Feb 27 15:23:11.416 INFO O| Feb 27 15:23:11.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92612026-02-27T15:23:11.596Z[ host-image] Feb 27 15:23:11.416 INFO O| Feb 27 15:23:11.416 INFO STEP 27 (remove_files) COMPLETE
92622026-02-27T15:23:11.596Z[ host-image] Feb 27 15:23:11.416 INFO O| Feb 27 15:23:11.416 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92632026-02-27T15:23:11.597Z[ host-image] Feb 27 15:23:11.426 INFO O| Feb 27 15:23:11.426 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92642026-02-27T15:23:11.597Z[ host-image] Feb 27 15:23:11.426 INFO O| Feb 27 15:23:11.426 INFO STEP 28 (remove_files) COMPLETE
92652026-02-27T15:23:11.597Z[ host-image] Feb 27 15:23:11.426 INFO O| Feb 27 15:23:11.426 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92662026-02-27T15:23:11.622Z[ host-image] Feb 27 15:23:11.436 INFO O| Feb 27 15:23:11.436 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92672026-02-27T15:23:11.623Z[ host-image] Feb 27 15:23:11.436 INFO O| Feb 27 15:23:11.436 INFO STEP 29 (remove_files) COMPLETE
92682026-02-27T15:23:11.623Z[ host-image] Feb 27 15:23:11.436 INFO O| Feb 27 15:23:11.436 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92692026-02-27T15:23:11.623Z[ host-image] Feb 27 15:23:11.446 INFO O| Feb 27 15:23:11.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92702026-02-27T15:23:11.623Z[ host-image] Feb 27 15:23:11.446 INFO O| Feb 27 15:23:11.446 INFO STEP 30 (remove_files) COMPLETE
92712026-02-27T15:23:11.623Z[ host-image] Feb 27 15:23:11.446 INFO O| Feb 27 15:23:11.446 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92722026-02-27T15:23:11.623Z[ host-image] Feb 27 15:23:11.456 INFO O| Feb 27 15:23:11.455 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92732026-02-27T15:23:11.623Z[ host-image] Feb 27 15:23:11.456 INFO O| Feb 27 15:23:11.456 INFO STEP 31 (remove_files) COMPLETE
92742026-02-27T15:23:11.623Z[ host-image] Feb 27 15:23:11.456 INFO O| Feb 27 15:23:11.456 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92752026-02-27T15:23:11.673Z[ host-image] Feb 27 15:23:11.466 INFO O| Feb 27 15:23:11.466 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92762026-02-27T15:23:11.673Z[ host-image] Feb 27 15:23:11.466 INFO O| Feb 27 15:23:11.466 INFO STEP 32 (remove_files) COMPLETE
92772026-02-27T15:23:11.673Z[ host-image] Feb 27 15:23:11.466 INFO O| Feb 27 15:23:11.466 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92782026-02-27T15:23:11.673Z[ host-image] Feb 27 15:23:11.477 INFO O| Feb 27 15:23:11.477 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92792026-02-27T15:23:11.673Z[ host-image] Feb 27 15:23:11.477 INFO O| Feb 27 15:23:11.477 INFO STEP 33 (remove_files) COMPLETE
92802026-02-27T15:23:11.673Z[ host-image] Feb 27 15:23:11.477 INFO O| Feb 27 15:23:11.477 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92812026-02-27T15:23:11.699Z[ host-image] Feb 27 15:23:11.513 INFO O| Feb 27 15:23:11.513 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92822026-02-27T15:23:11.699Z[ host-image] Feb 27 15:23:11.513 INFO O| Feb 27 15:23:11.513 INFO STEP 34 (remove_files) COMPLETE
92832026-02-27T15:23:11.699Z[ host-image] Feb 27 15:23:11.513 INFO O| Feb 27 15:23:11.513 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92842026-02-27T15:23:11.699Z[ host-image] Feb 27 15:23:11.524 INFO O| Feb 27 15:23:11.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92852026-02-27T15:23:11.699Z[ host-image] Feb 27 15:23:11.525 INFO O| Feb 27 15:23:11.525 INFO STEP 35 (remove_files) COMPLETE
92862026-02-27T15:23:11.699Z[ host-image] Feb 27 15:23:11.525 INFO O| Feb 27 15:23:11.525 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92872026-02-27T15:23:11.724Z[ host-image] Feb 27 15:23:11.535 INFO O| Feb 27 15:23:11.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92882026-02-27T15:23:11.725Z[ host-image] Feb 27 15:23:11.535 INFO O| Feb 27 15:23:11.535 INFO STEP 36 (remove_files) COMPLETE
92892026-02-27T15:23:11.725Z[ host-image] Feb 27 15:23:11.535 INFO O| Feb 27 15:23:11.535 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92902026-02-27T15:23:11.725Z[ host-image] Feb 27 15:23:11.547 INFO O| Feb 27 15:23:11.547 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92912026-02-27T15:23:11.725Z[ host-image] Feb 27 15:23:11.547 INFO O| Feb 27 15:23:11.547 INFO STEP 37 (remove_files) COMPLETE
92922026-02-27T15:23:11.725Z[ host-image] Feb 27 15:23:11.547 INFO O| Feb 27 15:23:11.547 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92932026-02-27T15:23:11.776Z[ host-image] Feb 27 15:23:11.609 INFO O| Feb 27 15:23:11.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92942026-02-27T15:23:11.776Z[ host-image] Feb 27 15:23:11.609 INFO O| Feb 27 15:23:11.609 INFO STEP 38 (remove_files) COMPLETE
92952026-02-27T15:23:11.776Z[ host-image] Feb 27 15:23:11.609 INFO O| Feb 27 15:23:11.609 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962026-02-27T15:23:11.801Z[ host-image] Feb 27 15:23:11.623 INFO O| Feb 27 15:23:11.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92972026-02-27T15:23:11.801Z[ host-image] Feb 27 15:23:11.623 INFO O| Feb 27 15:23:11.623 INFO STEP 39 (remove_files) COMPLETE
92982026-02-27T15:23:11.801Z[ host-image] Feb 27 15:23:11.623 INFO O| Feb 27 15:23:11.623 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92992026-02-27T15:23:11.826Z[ host-image] Feb 27 15:23:11.635 INFO O| Feb 27 15:23:11.635 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93002026-02-27T15:23:11.826Z[ host-image] Feb 27 15:23:11.635 INFO O| Feb 27 15:23:11.635 INFO STEP 40 (remove_files) COMPLETE
93012026-02-27T15:23:11.826Z[ host-image] Feb 27 15:23:11.635 INFO O| Feb 27 15:23:11.635 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93022026-02-27T15:23:11.826Z[ host-image] Feb 27 15:23:11.646 INFO O| Feb 27 15:23:11.646 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93032026-02-27T15:23:11.827Z[ host-image] Feb 27 15:23:11.646 INFO O| Feb 27 15:23:11.646 INFO STEP 41 (remove_files) COMPLETE
93042026-02-27T15:23:11.827Z[ host-image] Feb 27 15:23:11.646 INFO O| Feb 27 15:23:11.646 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93052026-02-27T15:23:11.827Z[ host-image] Feb 27 15:23:11.658 INFO O| Feb 27 15:23:11.658 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93062026-02-27T15:23:11.827Z[ host-image] Feb 27 15:23:11.658 INFO O| Feb 27 15:23:11.658 INFO STEP 42 (remove_files) COMPLETE
93072026-02-27T15:23:11.827Z[ host-image] Feb 27 15:23:11.658 INFO O| Feb 27 15:23:11.658 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93082026-02-27T15:23:11.852Z[ host-image] Feb 27 15:23:11.669 INFO O| Feb 27 15:23:11.669 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93092026-02-27T15:23:11.852Z[ host-image] Feb 27 15:23:11.669 INFO O| Feb 27 15:23:11.669 INFO STEP 43 (remove_files) COMPLETE
93102026-02-27T15:23:11.852Z[ host-image] Feb 27 15:23:11.669 INFO O| Feb 27 15:23:11.669 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93112026-02-27T15:23:11.878Z[ host-image] Feb 27 15:23:11.694 INFO O| Feb 27 15:23:11.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93122026-02-27T15:23:11.878Z[ host-image] Feb 27 15:23:11.694 INFO O| Feb 27 15:23:11.694 INFO STEP 44 (remove_files) COMPLETE
93132026-02-27T15:23:11.878Z[ host-image] Feb 27 15:23:11.694 INFO O| Feb 27 15:23:11.694 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93142026-02-27T15:23:11.878Z[ host-image] Feb 27 15:23:11.709 INFO O| Feb 27 15:23:11.709 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93152026-02-27T15:23:11.878Z[ host-image] Feb 27 15:23:11.709 INFO O| Feb 27 15:23:11.709 INFO STEP 45 (remove_files) COMPLETE
93162026-02-27T15:23:11.878Z[ host-image] Feb 27 15:23:11.709 INFO O| Feb 27 15:23:11.709 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93172026-02-27T15:23:11.904Z[ host-image] Feb 27 15:23:11.725 INFO O| Feb 27 15:23:11.725 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93182026-02-27T15:23:11.904Z[ host-image] Feb 27 15:23:11.725 INFO O| Feb 27 15:23:11.725 INFO STEP 46 (remove_files) COMPLETE
93192026-02-27T15:23:11.904Z[ host-image] Feb 27 15:23:11.725 INFO O| Feb 27 15:23:11.725 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93202026-02-27T15:23:11.929Z[ host-image] Feb 27 15:23:11.742 INFO O| Feb 27 15:23:11.742 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93212026-02-27T15:23:11.930Z[ host-image] Feb 27 15:23:11.742 INFO O| Feb 27 15:23:11.742 INFO STEP 47 (remove_files) COMPLETE
93222026-02-27T15:23:11.930Z[ host-image] Feb 27 15:23:11.742 INFO O| Feb 27 15:23:11.742 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93232026-02-27T15:23:11.930Z[ host-image] Feb 27 15:23:11.758 INFO O| Feb 27 15:23:11.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93242026-02-27T15:23:11.930Z[ host-image] Feb 27 15:23:11.758 INFO O| Feb 27 15:23:11.758 INFO STEP 48 (remove_files) COMPLETE
93252026-02-27T15:23:11.930Z[ host-image] Feb 27 15:23:11.758 INFO O| Feb 27 15:23:11.758 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93262026-02-27T15:23:11.956Z[ host-image] Feb 27 15:23:11.775 INFO O| Feb 27 15:23:11.775 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93272026-02-27T15:23:11.956Z[ host-image] Feb 27 15:23:11.775 INFO O| Feb 27 15:23:11.775 INFO STEP 49 (remove_files) COMPLETE
93282026-02-27T15:23:11.956Z[ host-image] Feb 27 15:23:11.775 INFO O| Feb 27 15:23:11.775 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93292026-02-27T15:23:11.981Z[ host-image] Feb 27 15:23:11.793 INFO O| Feb 27 15:23:11.793 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93302026-02-27T15:23:11.982Z[ host-image] Feb 27 15:23:11.793 INFO O| Feb 27 15:23:11.793 INFO STEP 50 (remove_files) COMPLETE
93312026-02-27T15:23:11.982Z[ host-image] Feb 27 15:23:11.793 INFO O| Feb 27 15:23:11.793 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93322026-02-27T15:23:11.982Z[ host-image] Feb 27 15:23:11.808 INFO O| Feb 27 15:23:11.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93332026-02-27T15:23:11.982Z[ host-image] Feb 27 15:23:11.808 INFO O| Feb 27 15:23:11.808 INFO STEP 51 (remove_files) COMPLETE
93342026-02-27T15:23:11.982Z[ host-image] Feb 27 15:23:11.808 INFO O| Feb 27 15:23:11.808 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93352026-02-27T15:23:12.008Z[ host-image] Feb 27 15:23:11.823 INFO O| Feb 27 15:23:11.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93362026-02-27T15:23:12.008Z[ host-image] Feb 27 15:23:11.823 INFO O| Feb 27 15:23:11.823 INFO STEP 52 (remove_files) COMPLETE
93372026-02-27T15:23:12.008Z[ host-image] Feb 27 15:23:11.823 INFO O| Feb 27 15:23:11.823 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93382026-02-27T15:23:12.008Z[ host-image] Feb 27 15:23:11.840 INFO O| Feb 27 15:23:11.840 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93392026-02-27T15:23:12.008Z[ host-image] Feb 27 15:23:11.841 INFO O| Feb 27 15:23:11.841 INFO STEP 53 (remove_files) COMPLETE
93402026-02-27T15:23:12.008Z[ host-image] Feb 27 15:23:11.841 INFO O| Feb 27 15:23:11.841 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93412026-02-27T15:23:12.034Z[ host-image] Feb 27 15:23:11.857 INFO O| Feb 27 15:23:11.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93422026-02-27T15:23:12.034Z[ host-image] Feb 27 15:23:11.857 INFO O| Feb 27 15:23:11.857 INFO STEP 54 (remove_files) COMPLETE
93432026-02-27T15:23:12.034Z[ host-image] Feb 27 15:23:11.857 INFO O| Feb 27 15:23:11.857 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93442026-02-27T15:23:12.059Z[ host-image] Feb 27 15:23:11.870 INFO O| Feb 27 15:23:11.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93452026-02-27T15:23:12.060Z[ host-image] Feb 27 15:23:11.870 INFO O| Feb 27 15:23:11.870 INFO STEP 55 (remove_files) COMPLETE
93462026-02-27T15:23:12.060Z[ host-image] Feb 27 15:23:11.870 INFO O| Feb 27 15:23:11.870 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93472026-02-27T15:23:12.060Z[ host-image] Feb 27 15:23:11.885 INFO O| Feb 27 15:23:11.885 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93482026-02-27T15:23:12.060Z[ host-image] Feb 27 15:23:11.886 INFO O| Feb 27 15:23:11.886 INFO STEP 56 (remove_files) COMPLETE
93492026-02-27T15:23:12.060Z[ host-image] Feb 27 15:23:11.886 INFO O| Feb 27 15:23:11.886 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93502026-02-27T15:23:12.086Z[ host-image] Feb 27 15:23:11.901 INFO O| Feb 27 15:23:11.901 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93512026-02-27T15:23:12.086Z[ host-image] Feb 27 15:23:11.901 INFO O| Feb 27 15:23:11.901 INFO STEP 57 (remove_files) COMPLETE
93522026-02-27T15:23:12.087Z[ host-image] Feb 27 15:23:11.901 INFO O| Feb 27 15:23:11.901 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93532026-02-27T15:23:12.087Z[ host-image] Feb 27 15:23:11.915 INFO O| Feb 27 15:23:11.915 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93542026-02-27T15:23:12.087Z[ host-image] Feb 27 15:23:11.915 INFO O| Feb 27 15:23:11.915 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93552026-02-27T15:23:12.088Z[ host-image] Feb 27 15:23:11.915 INFO O| Feb 27 15:23:11.915 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93562026-02-27T15:23:12.088Z[ host-image] Feb 27 15:23:11.915 INFO O| Feb 27 15:23:11.915 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93572026-02-27T15:23:12.088Z[ host-image] Feb 27 15:23:11.915 INFO O| Feb 27 15:23:11.915 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93582026-02-27T15:23:12.088Z[ host-image] Feb 27 15:23:11.915 INFO O| Feb 27 15:23:11.915 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93592026-02-27T15:23:12.088Z[ host-image] Feb 27 15:23:11.915 INFO O| Feb 27 15:23:11.915 INFO ok!
93602026-02-27T15:23:12.088Z[ host-image] Feb 27 15:23:11.915 INFO O| Feb 27 15:23:11.915 INFO STEP 58 (ensure_file) COMPLETE
93612026-02-27T15:23:12.088Z[ host-image] Feb 27 15:23:11.915 INFO O| Feb 27 15:23:11.915 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93622026-02-27T15:23:12.114Z[ host-image] Feb 27 15:23:11.928 INFO O| Feb 27 15:23:11.928 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93632026-02-27T15:23:12.114Z[ host-image] Feb 27 15:23:11.928 INFO O| Feb 27 15:23:11.928 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93642026-02-27T15:23:12.114Z[ host-image] Feb 27 15:23:11.928 INFO O| Feb 27 15:23:11.928 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93652026-02-27T15:23:12.114Z[ host-image] Feb 27 15:23:11.928 INFO O| Feb 27 15:23:11.928 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93662026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.928 INFO O| Feb 27 15:23:11.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93672026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.928 INFO O| Feb 27 15:23:11.928 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93682026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.928 INFO O| Feb 27 15:23:11.928 INFO ok!
93692026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.928 INFO O| Feb 27 15:23:11.928 INFO STEP 59 (ensure_file) COMPLETE
93702026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.928 INFO O| Feb 27 15:23:11.928 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93712026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.941 INFO O| Feb 27 15:23:11.941 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93722026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.941 INFO O| Feb 27 15:23:11.941 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93732026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.941 INFO O| Feb 27 15:23:11.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93742026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.941 INFO O| Feb 27 15:23:11.941 INFO ok!
93752026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.941 INFO O| Feb 27 15:23:11.941 INFO STEP 60 (ensure_file) COMPLETE
93762026-02-27T15:23:12.115Z[ host-image] Feb 27 15:23:11.941 INFO O| Feb 27 15:23:11.941 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93772026-02-27T15:23:12.140Z[ host-image] Feb 27 15:23:11.958 INFO O| Feb 27 15:23:11.958 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93782026-02-27T15:23:12.140Z[ host-image] Feb 27 15:23:11.959 INFO O| Feb 27 15:23:11.958 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93792026-02-27T15:23:12.141Z[ host-image] Feb 27 15:23:11.959 INFO O| Feb 27 15:23:11.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93802026-02-27T15:23:12.141Z[ host-image] Feb 27 15:23:11.959 INFO O| Feb 27 15:23:11.959 INFO ok!
93812026-02-27T15:23:12.141Z[ host-image] Feb 27 15:23:11.959 INFO O| Feb 27 15:23:11.959 INFO STEP 61 (ensure_file) COMPLETE
93822026-02-27T15:23:12.141Z[ host-image] Feb 27 15:23:11.959 INFO O| Feb 27 15:23:11.959 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93832026-02-27T15:23:12.166Z[ host-image] Feb 27 15:23:11.975 INFO O| Feb 27 15:23:11.975 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93842026-02-27T15:23:12.166Z[ host-image] Feb 27 15:23:11.975 INFO O| Feb 27 15:23:11.975 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93852026-02-27T15:23:12.166Z[ host-image] Feb 27 15:23:11.975 INFO O| Feb 27 15:23:11.975 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93862026-02-27T15:23:12.166Z[ host-image] Feb 27 15:23:11.975 INFO O| Feb 27 15:23:11.975 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93872026-02-27T15:23:12.167Z[ host-image] Feb 27 15:23:11.975 INFO O| Feb 27 15:23:11.975 INFO ok!
93882026-02-27T15:23:12.167Z[ host-image] Feb 27 15:23:11.975 INFO O| Feb 27 15:23:11.975 INFO STEP 62 (ensure_file) COMPLETE
93892026-02-27T15:23:12.167Z[ host-image] Feb 27 15:23:11.975 INFO O| Feb 27 15:23:11.975 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93902026-02-27T15:23:12.192Z[ host-image] Feb 27 15:23:12.010 INFO O| Feb 27 15:23:12.010 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93912026-02-27T15:23:12.192Z[ host-image] Feb 27 15:23:12.010 INFO O| Feb 27 15:23:12.010 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93922026-02-27T15:23:12.192Z[ host-image] Feb 27 15:23:12.010 INFO O| Feb 27 15:23:12.010 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93932026-02-27T15:23:12.192Z[ host-image] Feb 27 15:23:12.010 INFO O| Feb 27 15:23:12.010 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93942026-02-27T15:23:12.192Z[ host-image] Feb 27 15:23:12.010 INFO O| Feb 27 15:23:12.010 INFO ok!
93952026-02-27T15:23:12.192Z[ host-image] Feb 27 15:23:12.010 INFO O| Feb 27 15:23:12.010 INFO STEP 63 (ensure_file) COMPLETE
93962026-02-27T15:23:12.192Z[ host-image] Feb 27 15:23:12.010 INFO O| Feb 27 15:23:12.010 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93972026-02-27T15:23:12.218Z[ host-image] Feb 27 15:23:12.027 INFO O| Feb 27 15:23:12.026 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93982026-02-27T15:23:12.218Z[ host-image] Feb 27 15:23:12.027 INFO O| Feb 27 15:23:12.026 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93992026-02-27T15:23:12.218Z[ host-image] Feb 27 15:23:12.027 INFO O| Feb 27 15:23:12.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94002026-02-27T15:23:12.218Z[ host-image] Feb 27 15:23:12.027 INFO O| Feb 27 15:23:12.027 INFO ok!
94012026-02-27T15:23:12.219Z[ host-image] Feb 27 15:23:12.027 INFO O| Feb 27 15:23:12.027 INFO STEP 64 (assemble_files) COMPLETE
94022026-02-27T15:23:12.219Z[ host-image] Feb 27 15:23:12.027 INFO O| Feb 27 15:23:12.027 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94032026-02-27T15:23:12.219Z[ host-image] Feb 27 15:23:12.042 INFO O| Feb 27 15:23:12.042 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94042026-02-27T15:23:12.219Z[ host-image] Feb 27 15:23:12.042 INFO O| Feb 27 15:23:12.042 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94052026-02-27T15:23:12.219Z[ host-image] Feb 27 15:23:12.042 INFO O| Feb 27 15:23:12.042 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94062026-02-27T15:23:12.219Z[ host-image] Feb 27 15:23:12.042 INFO O| Feb 27 15:23:12.042 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94072026-02-27T15:23:12.219Z[ host-image] Feb 27 15:23:12.042 INFO O| Feb 27 15:23:12.042 INFO ok!
94082026-02-27T15:23:12.219Z[ host-image] Feb 27 15:23:12.043 INFO O| Feb 27 15:23:12.042 INFO STEP 65 (ensure_file) COMPLETE
94092026-02-27T15:23:12.219Z[ host-image] Feb 27 15:23:12.043 INFO O| Feb 27 15:23:12.042 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94102026-02-27T15:23:12.245Z[ host-image] Feb 27 15:23:12.058 INFO O| Feb 27 15:23:12.058 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94112026-02-27T15:23:12.245Z[ host-image] Feb 27 15:23:12.058 INFO O| Feb 27 15:23:12.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94122026-02-27T15:23:12.245Z[ host-image] Feb 27 15:23:12.058 INFO O| Feb 27 15:23:12.058 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94132026-02-27T15:23:12.245Z[ host-image] Feb 27 15:23:12.058 INFO O| Feb 27 15:23:12.058 INFO STEP 66 (ensure_dir) COMPLETE
94142026-02-27T15:23:12.245Z[ host-image] Feb 27 15:23:12.058 INFO O| Feb 27 15:23:12.058 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152026-02-27T15:23:12.245Z[ host-image] Feb 27 15:23:12.074 INFO O| Feb 27 15:23:12.074 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94162026-02-27T15:23:12.245Z[ host-image] Feb 27 15:23:12.074 INFO O| Feb 27 15:23:12.074 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 ...
94172026-02-27T15:23:12.271Z[ host-image] Feb 27 15:23:12.083 INFO O| Feb 27 15:23:12.083 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
94182026-02-27T15:23:12.271Z[ host-image] Feb 27 15:23:12.083 INFO O| Feb 27 15:23:12.083 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94192026-02-27T15:23:12.271Z[ host-image] Feb 27 15:23:12.083 INFO O| Feb 27 15:23:12.083 INFO ok!
94202026-02-27T15:23:12.271Z[ host-image] Feb 27 15:23:12.083 INFO O| Feb 27 15:23:12.083 INFO STEP 67 (ensure_file) COMPLETE
94212026-02-27T15:23:12.271Z[ host-image] Feb 27 15:23:12.083 INFO O| Feb 27 15:23:12.083 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-02-27T15:23:12.271Z[ host-image] Feb 27 15:23:12.098 INFO O| Feb 27 15:23:12.098 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94232026-02-27T15:23:12.271Z[ host-image] Feb 27 15:23:12.098 INFO O| Feb 27 15:23:12.098 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 ...
94242026-02-27T15:23:12.271Z[ host-image] Feb 27 15:23:12.098 INFO O| Feb 27 15:23:12.098 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
94252026-02-27T15:23:12.271Z[ host-image] Feb 27 15:23:12.098 INFO O| Feb 27 15:23:12.098 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94262026-02-27T15:23:12.272Z[ host-image] Feb 27 15:23:12.098 INFO O| Feb 27 15:23:12.098 INFO ok!
94272026-02-27T15:23:12.272Z[ host-image] Feb 27 15:23:12.098 INFO O| Feb 27 15:23:12.098 INFO STEP 68 (ensure_file) COMPLETE
94282026-02-27T15:23:12.272Z[ host-image] Feb 27 15:23:12.098 INFO O| Feb 27 15:23:12.098 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-02-27T15:23:12.298Z[ host-image] Feb 27 15:23:12.117 INFO O| Feb 27 15:23:12.117 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94302026-02-27T15:23:12.298Z[ host-image] Feb 27 15:23:12.117 INFO O| Feb 27 15:23:12.117 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94312026-02-27T15:23:12.550Z[ recovery-image] Feb 27 15:23:12.383 INFO E| Compiling clap_derive v4.5.55
94322026-02-27T15:23:15.578Z[ host-image] Feb 27 15:23:15.411 INFO O| Feb 27 15:23:15.411 INFO STEP 69 (pack_tar) COMPLETE
94332026-02-27T15:23:15.578Z[ host-image] Feb 27 15:23:15.411 INFO O| Feb 27 15:23:15.411 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94342026-02-27T15:23:15.603Z[ host-image] Feb 27 15:23:15.411 INFO O| Feb 27 15:23:15.411 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94352026-02-27T15:23:15.705Z[ host-image] Feb 27 15:23:15.538 INFO O| Feb 27 15:23:15.538 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94362026-02-27T15:23:15.784Z[ host-image] Feb 27 15:23:15.617 INFO O| Feb 27 15:23:15.617 INFO completed processing sled/ramdisk-02-trim
94372026-02-27T15:23:15.809Z[ host-image] Feb 27 15:23:15.620 INFO image builder template: zfs...
94382026-02-27T15:23:15.809Z[ host-image] Feb 27 15:23:15.620 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/.tmpeTTMko/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs"], pwd: None
94392026-02-27T15:23:15.809Z[ host-image] Feb 27 15:23:15.641 INFO O| Feb 27 15:23:15.641 INFO skip include "stress" because feature "stress" is not enabled
94402026-02-27T15:23:15.809Z[ host-image] Feb 27 15:23:15.642 INFO O| Feb 27 15:23:15.641 INFO skip include "stress" because feature "compliance" is not enabled
94412026-02-27T15:23:15.856Z[ host-image] Feb 27 15:23:15.689 INFO O| Feb 27 15:23:15.689 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94422026-02-27T15:23:15.881Z[ host-image] Feb 27 15:23:15.694 INFO O| Feb 27 15:23:15.694 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94432026-02-27T15:23:15.908Z[ host-image] Feb 27 15:23:15.730 INFO O| Feb 27 15:23:15.730 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94442026-02-27T15:23:15.933Z[ host-image] Feb 27 15:23:15.765 INFO O| Feb 27 15:23:15.765 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94452026-02-27T15:23:15.933Z[ host-image] Feb 27 15:23:15.765 INFO O| Feb 27 15:23:15.765 INFO work dataset: rpool/images/build/host/work/sled/zfs
94462026-02-27T15:23:15.958Z[ host-image] Feb 27 15:23:15.773 INFO O| Feb 27 15:23:15.773 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94472026-02-27T15:23:15.983Z[ host-image] Feb 27 15:23:15.809 INFO O| Feb 27 15:23:15.809 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94482026-02-27T15:23:16.008Z[ host-image] Feb 27 15:23:15.832 INFO O| Feb 27 15:23:15.832 INFO DESTROY POOL: TEMPORARY-sled-zfs
94492026-02-27T15:23:16.034Z[ host-image] Feb 27 15:23:15.853 INFO O| Feb 27 15:23:15.853 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94502026-02-27T15:23:16.034Z[ host-image] Feb 27 15:23:15.861 INFO O| Feb 27 15:23:15.861 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94512026-02-27T15:23:16.034Z[ host-image] Feb 27 15:23:15.861 INFO O| Feb 27 15:23:15.861 INFO no lofi found
94522026-02-27T15:23:16.034Z[ host-image] Feb 27 15:23:15.861 INFO O| Feb 27 15:23:15.861 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94532026-02-27T15:23:16.034Z[ host-image] Feb 27 15:23:15.861 INFO O| Feb 27 15:23:15.861 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94542026-02-27T15:23:16.510Z[ recovery-image] Feb 27 15:23:16.344 INFO E| Compiling clap v4.5.57
94552026-02-27T15:23:16.613Z[ recovery-image] Feb 27 15:23:16.446 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
94562026-02-27T15:23:18.210Z[ host-image] Feb 27 15:23:18.043 INFO O| Feb 27 15:23:18.043 INFO lofi device = /dev/dsk/c3t1d0p0
94572026-02-27T15:23:18.210Z[ host-image] Feb 27 15:23:18.043 INFO O| Feb 27 15:23:18.043 INFO pool device = /dev/dsk/c3t1d0p0
94582026-02-27T15:23:18.236Z[ host-image] Feb 27 15:23:18.043 INFO O| Feb 27 15:23:18.043 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/c3t1d0p0"]
94592026-02-27T15:23:18.462Z[ recovery-image] Feb 27 15:23:18.295 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.23s
94602026-02-27T15:23:18.488Z[ recovery-image] Feb 27 15:23:18.322 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
94612026-02-27T15:23:18.523Z[ host-image] Feb 27 15:23:18.357 INFO O| Feb 27 15:23:18.357 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94622026-02-27T15:23:18.523Z[ host-image] Feb 27 15:23:18.357 INFO O| Feb 27 15:23:18.357 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94632026-02-27T15:23:18.550Z[ host-image] Feb 27 15:23:18.383 INFO O| Feb 27 15:23:18.383 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94642026-02-27T15:23:18.666Z[ host-image] Feb 27 15:23:18.499 INFO O| Feb 27 15:23:18.499 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94652026-02-27T15:23:18.715Z[ host-image] Feb 27 15:23:18.548 INFO O| Feb 27 15:23:18.548 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94662026-02-27T15:23:18.742Z[ host-image] Feb 27 15:23:18.576 INFO O| Feb 27 15:23:18.575 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94672026-02-27T15:23:18.767Z[ host-image] Feb 27 15:23:18.595 INFO O| Feb 27 15:23:18.595 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94682026-02-27T15:23:18.834Z[ host-image] Feb 27 15:23:18.668 INFO O| Feb 27 15:23:18.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94692026-02-27T15:23:18.859Z[ host-image] Feb 27 15:23:18.668 INFO O| Feb 27 15:23:18.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94702026-02-27T15:23:18.860Z[ host-image] Feb 27 15:23:18.668 INFO O| Feb 27 15:23:18.668 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94712026-02-27T15:23:18.860Z[ host-image] Feb 27 15:23:18.679 INFO O| Feb 27 15:23:18.679 INFO boot environment UUID: f80c15c2-6988-4ae9-904c-835355bc8757
94722026-02-27T15:23:18.860Z[ host-image] Feb 27 15:23:18.679 INFO O| Feb 27 15:23:18.679 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f80c15c2-6988-4ae9-904c-835355bc8757
94732026-02-27T15:23:18.885Z[ host-image] Feb 27 15:23:18.707 INFO O| Feb 27 15:23:18.707 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94742026-02-27T15:23:18.910Z[ host-image] Feb 27 15:23:18.727 INFO O| Feb 27 15:23:18.727 INFO STEP 0 (create_be) COMPLETE
94752026-02-27T15:23:18.910Z[ host-image] Feb 27 15:23:18.728 INFO O| Feb 27 15:23:18.727 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94762026-02-27T15:23:18.936Z[ host-image] Feb 27 15:23:18.751 INFO O| Feb 27 15:23:18.751 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94772026-02-27T15:23:18.936Z[ recovery-image] Feb 27 15:23:18.769 INFO E| Downloading crates ...
94782026-02-27T15:23:19.013Z[ recovery-image] Feb 27 15:23:18.847 INFO E| Downloaded bit_field v0.10.3
94792026-02-27T15:23:19.038Z[ recovery-image] Feb 27 15:23:18.851 INFO E| Downloaded bitstruct v0.1.1
94802026-02-27T15:23:19.038Z[ recovery-image] Feb 27 15:23:18.853 INFO E| Downloaded cpio_reader v0.1.2
94812026-02-27T15:23:19.038Z[ recovery-image] Feb 27 15:23:18.855 INFO E| Downloaded bitstruct_derive v0.1.0
94822026-02-27T15:23:19.038Z[ recovery-image] Feb 27 15:23:18.861 INFO E| Downloaded raw-cpuid v10.7.0
94832026-02-27T15:23:19.038Z[ recovery-image] Feb 27 15:23:18.866 INFO E| Downloaded miniz_oxide v0.9.0
94842026-02-27T15:23:19.064Z[ recovery-image] Feb 27 15:23:18.880 INFO E| Downloaded goblin v0.10.4
94852026-02-27T15:23:19.297Z[ recovery-image] Feb 27 15:23:19.130 INFO E| Downloaded x86 v0.52.0
94862026-02-27T15:23:19.435Z[ recovery-image] Feb 27 15:23:19.266 INFO E| Updating crates.io index
94872026-02-27T15:23:19.903Z[ recovery-image] Feb 27 15:23:19.734 INFO E| Downloading crates ...
94882026-02-27T15:23:19.933Z[ recovery-image] Feb 27 15:23:19.767 INFO E| Downloaded rustc-literal-escaper v0.0.7
94892026-02-27T15:23:19.959Z[ recovery-image] Feb 27 15:23:19.774 INFO E| Downloaded rustc-demangle v0.1.27
94902026-02-27T15:23:19.959Z[ recovery-image] Feb 27 15:23:19.783 INFO E| Downloaded libc v0.2.178
94912026-02-27T15:23:20.113Z[ recovery-image] Feb 27 15:23:19.945 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)
94922026-02-27T15:23:20.113Z[ recovery-image] Feb 27 15:23:19.946 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)
94932026-02-27T15:23:20.138Z[ recovery-image] Feb 27 15:23:19.946 INFO E| Compiling proc-macro2 v1.0.106
94942026-02-27T15:23:20.138Z[ recovery-image] Feb 27 15:23:19.946 INFO E| Compiling quote v1.0.44
94952026-02-27T15:23:20.138Z[ recovery-image] Feb 27 15:23:19.946 INFO E| Compiling unicode-ident v1.0.23
94962026-02-27T15:23:20.138Z[ recovery-image] Feb 27 15:23:19.946 INFO E| Compiling syn v1.0.109
94972026-02-27T15:23:20.138Z[ recovery-image] Feb 27 15:23:19.946 INFO E| Compiling x86 v0.52.0
94982026-02-27T15:23:20.139Z[ recovery-image] Feb 27 15:23:19.946 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94992026-02-27T15:23:21.941Z[ recovery-image] Feb 27 15:23:21.774 INFO E| Compiling seq-macro v0.3.6
95002026-02-27T15:23:26.615Z[ recovery-image] Feb 27 15:23:26.448 INFO E| Compiling syn v2.0.114
95012026-02-27T15:23:36.627Z[ recovery-image] Feb 27 15:23:36.458 INFO E| Compiling scroll_derive v0.13.1
95022026-02-27T15:23:45.261Z[ host-image] Feb 27 15:23:45.095 INFO O| Feb 27 15:23:45.095 INFO STEP 1 (unpack_tar) COMPLETE
95032026-02-27T15:23:45.285Z[ host-image] Feb 27 15:23:45.095 INFO O| Feb 27 15:23:45.095 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95042026-02-27T15:23:45.285Z[ host-image] Feb 27 15:23:45.108 INFO O| Feb 27 15:23:45.107 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
95052026-02-27T15:23:45.381Z[ recovery-image] Feb 27 15:23:45.211 INFO E| Compiling bitstruct_derive v0.1.0
95062026-02-27T15:23:45.716Z[ host-image] Feb 27 15:23:45.550 INFO O| Feb 27 15:23:45.550 INFO STEP 2 (devfsadm) COMPLETE
95072026-02-27T15:23:45.716Z[ host-image] Feb 27 15:23:45.550 INFO O| Feb 27 15:23:45.550 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95082026-02-27T15:23:45.742Z[ host-image] Feb 27 15:23:45.566 INFO O| Feb 27 15:23:45.566 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95092026-02-27T15:23:45.742Z[ host-image] Feb 27 15:23:45.566 INFO O| Feb 27 15:23:45.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95102026-02-27T15:23:45.742Z[ host-image] Feb 27 15:23:45.566 INFO O| Feb 27 15:23:45.566 INFO STEP 3 (ensure_dir) COMPLETE
95112026-02-27T15:23:45.742Z[ host-image] Feb 27 15:23:45.566 INFO O| Feb 27 15:23:45.566 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95122026-02-27T15:23:45.767Z[ host-image] Feb 27 15:23:45.585 INFO O| Feb 27 15:23:45.585 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95132026-02-27T15:23:45.767Z[ host-image] Feb 27 15:23:45.585 INFO O| Feb 27 15:23:45.585 INFO STEP 4 (ensure_dir) COMPLETE
95142026-02-27T15:23:45.767Z[ host-image] Feb 27 15:23:45.585 INFO O| Feb 27 15:23:45.585 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95152026-02-27T15:23:45.791Z[ host-image] Feb 27 15:23:45.602 INFO O| Feb 27 15:23:45.601 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95162026-02-27T15:23:45.792Z[ host-image] Feb 27 15:23:45.602 INFO O| Feb 27 15:23:45.602 INFO STEP 5 (ensure_dir) COMPLETE
95172026-02-27T15:23:45.792Z[ host-image] Feb 27 15:23:45.602 INFO O| Feb 27 15:23:45.602 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95182026-02-27T15:23:45.792Z[ host-image] Feb 27 15:23:45.617 INFO O| Feb 27 15:23:45.617 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95192026-02-27T15:23:45.792Z[ host-image] Feb 27 15:23:45.617 INFO O| Feb 27 15:23:45.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95202026-02-27T15:23:45.792Z[ host-image] Feb 27 15:23:45.617 INFO O| Feb 27 15:23:45.617 INFO STEP 6 (ensure_dir) COMPLETE
95212026-02-27T15:23:45.792Z[ host-image] Feb 27 15:23:45.617 INFO O| Feb 27 15:23:45.617 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95222026-02-27T15:23:45.816Z[ host-image] Feb 27 15:23:45.631 INFO O| Feb 27 15:23:45.631 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95232026-02-27T15:23:45.816Z[ host-image] Feb 27 15:23:45.632 INFO O| Feb 27 15:23:45.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95242026-02-27T15:23:45.816Z[ host-image] Feb 27 15:23:45.632 INFO O| Feb 27 15:23:45.631 INFO STEP 7 (ensure_dir) COMPLETE
95252026-02-27T15:23:45.816Z[ host-image] Feb 27 15:23:45.632 INFO O| Feb 27 15:23:45.632 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95262026-02-27T15:23:45.816Z[ host-image] Feb 27 15:23:45.647 INFO O| Feb 27 15:23:45.647 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
95272026-02-27T15:23:45.816Z[ host-image] Feb 27 15:23:45.647 INFO O| Feb 27 15:23:45.647 INFO STEP 8 (remove_files) COMPLETE
95282026-02-27T15:23:45.816Z[ host-image] Feb 27 15:23:45.647 INFO O| Feb 27 15:23:45.647 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95292026-02-27T15:23:45.842Z[ host-image] Feb 27 15:23:45.661 INFO O| Feb 27 15:23:45.661 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95302026-02-27T15:23:45.842Z[ host-image] Feb 27 15:23:45.662 INFO O| Feb 27 15:23:45.662 INFO STEP 9 (remove_files) COMPLETE
95312026-02-27T15:23:45.842Z[ host-image] Feb 27 15:23:45.662 INFO O| Feb 27 15:23:45.662 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95322026-02-27T15:23:45.866Z[ host-image] Feb 27 15:23:45.677 INFO O| Feb 27 15:23:45.676 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95332026-02-27T15:23:45.866Z[ host-image] Feb 27 15:23:45.678 INFO O| Feb 27 15:23:45.678 INFO STEP 10 (remove_files) COMPLETE
95342026-02-27T15:23:45.866Z[ host-image] Feb 27 15:23:45.678 INFO O| Feb 27 15:23:45.678 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95352026-02-27T15:23:45.867Z[ host-image] Feb 27 15:23:45.694 INFO O| Feb 27 15:23:45.694 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95362026-02-27T15:23:45.867Z[ host-image] Feb 27 15:23:45.694 INFO O| Feb 27 15:23:45.694 INFO STEP 11 (remove_files) COMPLETE
95372026-02-27T15:23:45.867Z[ host-image] Feb 27 15:23:45.694 INFO O| Feb 27 15:23:45.694 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95382026-02-27T15:23:45.892Z[ host-image] Feb 27 15:23:45.710 INFO O| Feb 27 15:23:45.710 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95392026-02-27T15:23:45.892Z[ host-image] Feb 27 15:23:45.710 INFO O| Feb 27 15:23:45.710 INFO STEP 12 (remove_files) COMPLETE
95402026-02-27T15:23:45.892Z[ host-image] Feb 27 15:23:45.710 INFO O| Feb 27 15:23:45.710 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95412026-02-27T15:23:45.892Z[ host-image] Feb 27 15:23:45.726 INFO O| Feb 27 15:23:45.726 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95422026-02-27T15:23:45.892Z[ host-image] Feb 27 15:23:45.726 INFO O| Feb 27 15:23:45.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95432026-02-27T15:23:45.917Z[ host-image] Feb 27 15:23:45.726 INFO O| Feb 27 15:23:45.726 INFO STEP 13 (ensure_dir) COMPLETE
95442026-02-27T15:23:45.917Z[ host-image] Feb 27 15:23:45.726 INFO O| Feb 27 15:23:45.726 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95452026-02-27T15:23:45.917Z[ host-image] Feb 27 15:23:45.742 INFO O| Feb 27 15:23:45.742 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95462026-02-27T15:23:45.917Z[ host-image] Feb 27 15:23:45.742 INFO O| Feb 27 15:23:45.742 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95472026-02-27T15:23:45.918Z[ host-image] Feb 27 15:23:45.742 INFO O| Feb 27 15:23:45.742 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95482026-02-27T15:23:45.918Z[ host-image] Feb 27 15:23:45.742 INFO O| Feb 27 15:23:45.742 INFO STEP 14 (ensure_dir) COMPLETE
95492026-02-27T15:23:45.918Z[ host-image] Feb 27 15:23:45.742 INFO O| Feb 27 15:23:45.742 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95502026-02-27T15:23:45.943Z[ host-image] Feb 27 15:23:45.755 INFO O| Feb 27 15:23:45.755 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95512026-02-27T15:23:45.943Z[ host-image] Feb 27 15:23:45.755 INFO O| Feb 27 15:23:45.755 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95522026-02-27T15:23:45.943Z[ host-image] Feb 27 15:23:45.755 INFO O| Feb 27 15:23:45.755 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95532026-02-27T15:23:45.943Z[ host-image] Feb 27 15:23:45.755 INFO O| Feb 27 15:23:45.755 INFO STEP 15 (ensure_dir) COMPLETE
95542026-02-27T15:23:45.943Z[ host-image] Feb 27 15:23:45.755 INFO O| Feb 27 15:23:45.755 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95552026-02-27T15:23:45.943Z[ host-image] Feb 27 15:23:45.772 INFO O| Feb 27 15:23:45.772 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95562026-02-27T15:23:45.943Z[ host-image] Feb 27 15:23:45.772 INFO O| Feb 27 15:23:45.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95572026-02-27T15:23:45.943Z[ host-image] Feb 27 15:23:45.772 INFO O| Feb 27 15:23:45.772 INFO STEP 16 (ensure_dir) COMPLETE
95582026-02-27T15:23:45.943Z[ host-image] Feb 27 15:23:45.772 INFO O| Feb 27 15:23:45.772 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95592026-02-27T15:23:45.968Z[ host-image] Feb 27 15:23:45.788 INFO O| Feb 27 15:23:45.788 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95602026-02-27T15:23:45.968Z[ host-image] Feb 27 15:23:45.788 INFO O| Feb 27 15:23:45.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95612026-02-27T15:23:45.968Z[ host-image] Feb 27 15:23:45.788 INFO O| Feb 27 15:23:45.788 INFO STEP 17 (ensure_dir) COMPLETE
95622026-02-27T15:23:45.968Z[ host-image] Feb 27 15:23:45.788 INFO O| Feb 27 15:23:45.788 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95632026-02-27T15:23:45.968Z[ host-image] Feb 27 15:23:45.800 INFO O| Feb 27 15:23:45.800 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95642026-02-27T15:23:45.968Z[ host-image] Feb 27 15:23:45.800 INFO O| Feb 27 15:23:45.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95652026-02-27T15:23:45.968Z[ host-image] Feb 27 15:23:45.800 INFO O| Feb 27 15:23:45.800 INFO ok!
95662026-02-27T15:23:45.968Z[ host-image] Feb 27 15:23:45.800 INFO O| Feb 27 15:23:45.800 INFO STEP 18 (ensure_symlink) COMPLETE
95672026-02-27T15:23:45.968Z[ host-image] Feb 27 15:23:45.800 INFO O| Feb 27 15:23:45.800 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95682026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.811 INFO O| Feb 27 15:23:45.811 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95692026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.811 INFO O| Feb 27 15:23:45.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95702026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.811 INFO O| Feb 27 15:23:45.811 INFO ok!
95712026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.811 INFO O| Feb 27 15:23:45.811 INFO STEP 19 (ensure_file) COMPLETE
95722026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.811 INFO O| Feb 27 15:23:45.811 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95732026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.823 INFO O| Feb 27 15:23:45.823 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95742026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.823 INFO O| Feb 27 15:23:45.823 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95752026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.823 INFO O| Feb 27 15:23:45.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95762026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.823 INFO O| Feb 27 15:23:45.823 INFO ok!
95772026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.823 INFO O| Feb 27 15:23:45.823 INFO STEP 20 (ensure_symlink) COMPLETE
95782026-02-27T15:23:45.994Z[ host-image] Feb 27 15:23:45.823 INFO O| Feb 27 15:23:45.823 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95792026-02-27T15:23:46.021Z[ host-image] Feb 27 15:23:45.839 INFO O| Feb 27 15:23:45.839 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95802026-02-27T15:23:46.021Z[ host-image] Feb 27 15:23:45.839 INFO O| Feb 27 15:23:45.839 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95812026-02-27T15:23:46.021Z[ host-image] Feb 27 15:23:45.839 INFO O| Feb 27 15:23:45.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95822026-02-27T15:23:46.021Z[ host-image] Feb 27 15:23:45.839 INFO O| Feb 27 15:23:45.839 INFO ok!
95832026-02-27T15:23:46.021Z[ host-image] Feb 27 15:23:45.839 INFO O| Feb 27 15:23:45.839 INFO STEP 21 (ensure_symlink) COMPLETE
95842026-02-27T15:23:46.021Z[ host-image] Feb 27 15:23:45.839 INFO O| Feb 27 15:23:45.839 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95852026-02-27T15:23:46.046Z[ host-image] Feb 27 15:23:45.855 INFO O| Feb 27 15:23:45.855 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95862026-02-27T15:23:46.046Z[ host-image] Feb 27 15:23:45.856 INFO O| Feb 27 15:23:45.855 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95872026-02-27T15:23:46.046Z[ host-image] Feb 27 15:23:45.856 INFO O| Feb 27 15:23:45.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95882026-02-27T15:23:46.046Z[ host-image] Feb 27 15:23:45.856 INFO O| Feb 27 15:23:45.856 INFO ok!
95892026-02-27T15:23:46.046Z[ host-image] Feb 27 15:23:45.856 INFO O| Feb 27 15:23:45.856 INFO STEP 22 (ensure_symlink) COMPLETE
95902026-02-27T15:23:46.046Z[ host-image] Feb 27 15:23:45.856 INFO O| Feb 27 15:23:45.856 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95912026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.873 INFO O| Feb 27 15:23:45.873 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95922026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.873 INFO O| Feb 27 15:23:45.873 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95932026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.873 INFO O| Feb 27 15:23:45.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95942026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.873 INFO O| Feb 27 15:23:45.873 INFO ok!
95952026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.873 INFO O| Feb 27 15:23:45.873 INFO STEP 23 (ensure_symlink) COMPLETE
95962026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.873 INFO O| Feb 27 15:23:45.873 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95972026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.889 INFO O| Feb 27 15:23:45.889 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95982026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.889 INFO O| Feb 27 15:23:45.889 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95992026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.889 INFO O| Feb 27 15:23:45.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
96002026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.889 INFO O| Feb 27 15:23:45.889 INFO ok!
96012026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.889 INFO O| Feb 27 15:23:45.889 INFO STEP 24 (ensure_file) COMPLETE
96022026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.889 INFO O| Feb 27 15:23:45.889 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
96032026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.904 INFO O| Feb 27 15:23:45.904 INFO updating shadow file
96042026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.904 INFO O| Feb 27 15:23:45.904 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96052026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.904 INFO O| Feb 27 15:23:45.904 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96062026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.904 INFO O| Feb 27 15:23:45.904 INFO STEP 25 (shadow) COMPLETE
96072026-02-27T15:23:46.071Z[ host-image] Feb 27 15:23:45.905 INFO O| Feb 27 15:23:45.904 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96082026-02-27T15:23:46.097Z[ host-image] Feb 27 15:23:45.920 INFO O| Feb 27 15:23:45.920 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
96092026-02-27T15:23:46.097Z[ host-image] Feb 27 15:23:45.920 INFO O| Feb 27 15:23:45.920 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
96102026-02-27T15:23:46.097Z[ host-image] Feb 27 15:23:45.920 INFO O| Feb 27 15:23:45.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
96112026-02-27T15:23:46.097Z[ host-image] Feb 27 15:23:45.920 INFO O| Feb 27 15:23:45.920 INFO ok!
96122026-02-27T15:23:46.097Z[ host-image] Feb 27 15:23:45.920 INFO O| Feb 27 15:23:45.920 INFO STEP 26 (ensure_file) COMPLETE
96132026-02-27T15:23:46.097Z[ host-image] Feb 27 15:23:45.920 INFO O| Feb 27 15:23:45.920 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96142026-02-27T15:23:46.122Z[ host-image] Feb 27 15:23:45.935 INFO O| Feb 27 15:23:45.935 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
96152026-02-27T15:23:46.122Z[ host-image] Feb 27 15:23:45.936 INFO O| Feb 27 15:23:45.935 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
96162026-02-27T15:23:46.122Z[ host-image] Feb 27 15:23:45.936 INFO O| Feb 27 15:23:45.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
96172026-02-27T15:23:46.122Z[ host-image] Feb 27 15:23:45.936 INFO O| Feb 27 15:23:45.936 INFO ok!
96182026-02-27T15:23:46.122Z[ host-image] Feb 27 15:23:45.936 INFO O| Feb 27 15:23:45.936 INFO STEP 27 (ensure_file) COMPLETE
96192026-02-27T15:23:46.122Z[ host-image] Feb 27 15:23:45.936 INFO O| Feb 27 15:23:45.936 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96202026-02-27T15:23:46.123Z[ host-image] Feb 27 15:23:45.953 INFO O| Feb 27 15:23:45.951 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
96212026-02-27T15:23:46.123Z[ host-image] Feb 27 15:23:45.953 INFO O| Feb 27 15:23:45.951 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
96222026-02-27T15:23:46.123Z[ host-image] Feb 27 15:23:45.953 INFO O| Feb 27 15:23:45.951 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96232026-02-27T15:23:46.123Z[ host-image] Feb 27 15:23:45.953 INFO O| Feb 27 15:23:45.951 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96242026-02-27T15:23:46.123Z[ host-image] Feb 27 15:23:45.953 INFO O| Feb 27 15:23:45.951 INFO ok!
96252026-02-27T15:23:46.123Z[ host-image] Feb 27 15:23:45.953 INFO O| Feb 27 15:23:45.951 INFO STEP 28 (ensure_file) COMPLETE
96262026-02-27T15:23:46.123Z[ host-image] Feb 27 15:23:45.953 INFO O| Feb 27 15:23:45.951 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96272026-02-27T15:23:46.148Z[ host-image] Feb 27 15:23:45.963 INFO O| Feb 27 15:23:45.963 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96282026-02-27T15:23:46.148Z[ host-image] Feb 27 15:23:45.963 INFO O| Feb 27 15:23:45.963 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96292026-02-27T15:23:46.148Z[ host-image] Feb 27 15:23:45.963 INFO O| Feb 27 15:23:45.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96302026-02-27T15:23:46.148Z[ host-image] Feb 27 15:23:45.963 INFO O| Feb 27 15:23:45.963 INFO ok!
96312026-02-27T15:23:46.148Z[ host-image] Feb 27 15:23:45.963 INFO O| Feb 27 15:23:45.963 INFO STEP 29 (ensure_file) COMPLETE
96322026-02-27T15:23:46.148Z[ host-image] Feb 27 15:23:45.963 INFO O| Feb 27 15:23:45.963 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96332026-02-27T15:23:46.148Z[ host-image] Feb 27 15:23:45.977 INFO O| Feb 27 15:23:45.977 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96342026-02-27T15:23:46.148Z[ host-image] Feb 27 15:23:45.977 INFO O| Feb 27 15:23:45.977 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96352026-02-27T15:23:46.148Z[ host-image] Feb 27 15:23:45.977 INFO O| Feb 27 15:23:45.977 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96362026-02-27T15:23:46.149Z[ host-image] Feb 27 15:23:45.977 INFO O| Feb 27 15:23:45.977 INFO STEP 30 (ensure_dir) COMPLETE
96372026-02-27T15:23:46.149Z[ host-image] Feb 27 15:23:45.977 INFO O| Feb 27 15:23:45.977 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96382026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:45.989 INFO O| Feb 27 15:23:45.988 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96392026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:45.989 INFO O| Feb 27 15:23:45.988 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96402026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:45.989 INFO O| Feb 27 15:23:45.989 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96412026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:45.989 INFO O| Feb 27 15:23:45.989 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96422026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:45.989 INFO O| Feb 27 15:23:45.989 INFO ok!
96432026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:45.989 INFO O| Feb 27 15:23:45.989 INFO STEP 31 (ensure_file) COMPLETE
96442026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:45.989 INFO O| Feb 27 15:23:45.989 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96452026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:46.000 INFO O| Feb 27 15:23:45.999 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96462026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:46.000 INFO O| Feb 27 15:23:46.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96472026-02-27T15:23:46.174Z[ host-image] Feb 27 15:23:46.000 INFO O| Feb 27 15:23:46.000 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96482026-02-27T15:23:46.175Z[ host-image] Feb 27 15:23:46.000 INFO O| Feb 27 15:23:46.000 INFO STEP 32 (ensure_dir) COMPLETE
96492026-02-27T15:23:46.175Z[ host-image] Feb 27 15:23:46.000 INFO O| Feb 27 15:23:46.000 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96502026-02-27T15:23:46.199Z[ host-image] Feb 27 15:23:46.020 INFO O| Feb 27 15:23:46.015 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96512026-02-27T15:23:46.199Z[ host-image] Feb 27 15:23:46.020 INFO O| Feb 27 15:23:46.015 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 ...
96522026-02-27T15:23:46.199Z[ host-image] Feb 27 15:23:46.020 INFO O| Feb 27 15:23:46.016 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
96532026-02-27T15:23:46.199Z[ host-image] Feb 27 15:23:46.020 INFO O| Feb 27 15:23:46.016 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96542026-02-27T15:23:46.200Z[ host-image] Feb 27 15:23:46.020 INFO O| Feb 27 15:23:46.016 INFO ok!
96552026-02-27T15:23:46.200Z[ host-image] Feb 27 15:23:46.020 INFO O| Feb 27 15:23:46.016 INFO STEP 33 (ensure_file) COMPLETE
96562026-02-27T15:23:46.200Z[ host-image] Feb 27 15:23:46.020 INFO O| Feb 27 15:23:46.016 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96572026-02-27T15:23:46.200Z[ host-image] Feb 27 15:23:46.030 INFO O| Feb 27 15:23:46.029 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96582026-02-27T15:23:46.200Z[ host-image] Feb 27 15:23:46.030 INFO O| Feb 27 15:23:46.029 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96592026-02-27T15:23:46.200Z[ host-image] Feb 27 15:23:46.030 INFO O| Feb 27 15:23:46.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96602026-02-27T15:23:46.200Z[ host-image] Feb 27 15:23:46.030 INFO O| Feb 27 15:23:46.030 INFO ok!
96612026-02-27T15:23:46.200Z[ host-image] Feb 27 15:23:46.030 INFO O| Feb 27 15:23:46.030 INFO STEP 34 (ensure_file) COMPLETE
96622026-02-27T15:23:46.200Z[ host-image] Feb 27 15:23:46.030 INFO O| Feb 27 15:23:46.030 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96632026-02-27T15:23:46.225Z[ host-image] Feb 27 15:23:46.045 INFO O| Feb 27 15:23:46.045 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96642026-02-27T15:23:46.225Z[ host-image] Feb 27 15:23:46.045 INFO O| Feb 27 15:23:46.045 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96652026-02-27T15:23:46.226Z[ host-image] Feb 27 15:23:46.045 INFO O| Feb 27 15:23:46.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96662026-02-27T15:23:46.226Z[ host-image] Feb 27 15:23:46.045 INFO O| Feb 27 15:23:46.045 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96672026-02-27T15:23:46.226Z[ host-image] Feb 27 15:23:46.045 INFO O| Feb 27 15:23:46.045 INFO ok!
96682026-02-27T15:23:46.226Z[ host-image] Feb 27 15:23:46.045 INFO O| Feb 27 15:23:46.045 INFO STEP 35 (ensure_file) COMPLETE
96692026-02-27T15:23:46.226Z[ host-image] Feb 27 15:23:46.045 INFO O| Feb 27 15:23:46.045 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96702026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.060 INFO O| Feb 27 15:23:46.060 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96712026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.060 INFO O| Feb 27 15:23:46.060 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96722026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.060 INFO O| Feb 27 15:23:46.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96732026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.060 INFO O| Feb 27 15:23:46.060 INFO ok!
96742026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.060 INFO O| Feb 27 15:23:46.060 INFO STEP 36 (ensure_file) COMPLETE
96752026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.060 INFO O| Feb 27 15:23:46.060 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96762026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.075 INFO O| Feb 27 15:23:46.075 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96772026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.075 INFO O| Feb 27 15:23:46.075 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96782026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.075 INFO O| Feb 27 15:23:46.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96792026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.075 INFO O| Feb 27 15:23:46.075 INFO ok!
96802026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.075 INFO O| Feb 27 15:23:46.075 INFO STEP 37 (ensure_file) COMPLETE
96812026-02-27T15:23:46.251Z[ host-image] Feb 27 15:23:46.075 INFO O| Feb 27 15:23:46.075 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96822026-02-27T15:23:46.276Z[ host-image] Feb 27 15:23:46.091 INFO O| Feb 27 15:23:46.091 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96832026-02-27T15:23:46.276Z[ host-image] Feb 27 15:23:46.091 INFO O| Feb 27 15:23:46.091 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96842026-02-27T15:23:46.276Z[ host-image] Feb 27 15:23:46.091 INFO O| Feb 27 15:23:46.091 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96852026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.091 INFO O| Feb 27 15:23:46.091 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96862026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.091 INFO O| Feb 27 15:23:46.091 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96872026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.091 INFO O| Feb 27 15:23:46.091 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96882026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.091 INFO O| Feb 27 15:23:46.091 INFO ok!
96892026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.091 INFO O| Feb 27 15:23:46.091 INFO STEP 38 (ensure_file) COMPLETE
96902026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.091 INFO O| Feb 27 15:23:46.091 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96912026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.106 INFO O| Feb 27 15:23:46.106 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96922026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.106 INFO O| Feb 27 15:23:46.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96932026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.106 INFO O| Feb 27 15:23:46.106 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96942026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.106 INFO O| Feb 27 15:23:46.106 INFO STEP 39 (ensure_dir) COMPLETE
96952026-02-27T15:23:46.277Z[ host-image] Feb 27 15:23:46.106 INFO O| Feb 27 15:23:46.106 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96962026-02-27T15:23:46.303Z[ host-image] Feb 27 15:23:46.124 INFO O| Feb 27 15:23:46.124 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
96972026-02-27T15:23:46.303Z[ host-image] Feb 27 15:23:46.124 INFO O| Feb 27 15:23:46.124 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 ...
96982026-02-27T15:23:46.303Z[ host-image] Feb 27 15:23:46.124 INFO O| Feb 27 15:23:46.124 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
96992026-02-27T15:23:46.303Z[ host-image] Feb 27 15:23:46.124 INFO O| Feb 27 15:23:46.124 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
97002026-02-27T15:23:46.303Z[ host-image] Feb 27 15:23:46.124 INFO O| Feb 27 15:23:46.124 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
97012026-02-27T15:23:46.303Z[ host-image] Feb 27 15:23:46.124 INFO O| Feb 27 15:23:46.124 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
97022026-02-27T15:23:46.303Z[ host-image] Feb 27 15:23:46.124 INFO O| Feb 27 15:23:46.124 INFO ok!
97032026-02-27T15:23:46.303Z[ host-image] Feb 27 15:23:46.124 INFO O| Feb 27 15:23:46.124 INFO STEP 40 (ensure_file) COMPLETE
97042026-02-27T15:23:46.303Z[ host-image] Feb 27 15:23:46.124 INFO O| Feb 27 15:23:46.124 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97052026-02-27T15:23:46.328Z[ host-image] Feb 27 15:23:46.145 INFO O| Feb 27 15:23:46.145 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
97062026-02-27T15:23:46.328Z[ host-image] Feb 27 15:23:46.145 INFO O| Feb 27 15:23:46.145 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 ...
97072026-02-27T15:23:46.328Z[ host-image] Feb 27 15:23:46.145 INFO O| Feb 27 15:23:46.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
97082026-02-27T15:23:46.328Z[ host-image] Feb 27 15:23:46.145 INFO O| Feb 27 15:23:46.145 INFO ok!
97092026-02-27T15:23:46.328Z[ host-image] Feb 27 15:23:46.145 INFO O| Feb 27 15:23:46.145 INFO STEP 41 (ensure_symlink) COMPLETE
97102026-02-27T15:23:46.328Z[ host-image] Feb 27 15:23:46.145 INFO O| Feb 27 15:23:46.145 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97112026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.163 INFO O| Feb 27 15:23:46.163 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
97122026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.163 INFO O| Feb 27 15:23:46.163 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
97132026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.163 INFO O| Feb 27 15:23:46.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
97142026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.163 INFO O| Feb 27 15:23:46.163 INFO ok!
97152026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.163 INFO O| Feb 27 15:23:46.163 INFO STEP 42 (ensure_symlink) COMPLETE
97162026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.163 INFO O| Feb 27 15:23:46.163 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97172026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.178 INFO O| Feb 27 15:23:46.178 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
97182026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.178 INFO O| Feb 27 15:23:46.178 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
97192026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.178 INFO O| Feb 27 15:23:46.178 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97202026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.178 INFO O| Feb 27 15:23:46.178 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97212026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.178 INFO O| Feb 27 15:23:46.178 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97222026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.178 INFO O| Feb 27 15:23:46.178 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97232026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.179 INFO O| Feb 27 15:23:46.178 INFO ok!
97242026-02-27T15:23:46.353Z[ host-image] Feb 27 15:23:46.179 INFO O| Feb 27 15:23:46.179 INFO STEP 43 (ensure_file) COMPLETE
97252026-02-27T15:23:46.354Z[ host-image] Feb 27 15:23:46.179 INFO O| Feb 27 15:23:46.179 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97262026-02-27T15:23:46.381Z[ host-image] Feb 27 15:23:46.191 INFO O| Feb 27 15:23:46.190 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97272026-02-27T15:23:46.381Z[ host-image] Feb 27 15:23:46.191 INFO O| Feb 27 15:23:46.191 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 ...
97282026-02-27T15:23:46.381Z[ host-image] Feb 27 15:23:46.191 INFO O| Feb 27 15:23:46.191 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
97292026-02-27T15:23:46.381Z[ host-image] Feb 27 15:23:46.191 INFO O| Feb 27 15:23:46.191 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97302026-02-27T15:23:46.381Z[ host-image] Feb 27 15:23:46.191 INFO O| Feb 27 15:23:46.191 INFO ok!
97312026-02-27T15:23:46.382Z[ host-image] Feb 27 15:23:46.191 INFO O| Feb 27 15:23:46.191 INFO STEP 44 (ensure_file) COMPLETE
97322026-02-27T15:23:46.382Z[ host-image] Feb 27 15:23:46.191 INFO O| Feb 27 15:23:46.191 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97332026-02-27T15:23:46.406Z[ host-image] Feb 27 15:23:46.226 INFO O| Feb 27 15:23:46.226 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97342026-02-27T15:23:46.407Z[ host-image] Feb 27 15:23:46.226 INFO O| Feb 27 15:23:46.226 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97352026-02-27T15:23:46.407Z[ host-image] Feb 27 15:23:46.227 INFO O| Feb 27 15:23:46.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97362026-02-27T15:23:46.407Z[ host-image] Feb 27 15:23:46.227 INFO O| Feb 27 15:23:46.226 INFO ok!
97372026-02-27T15:23:46.407Z[ host-image] Feb 27 15:23:46.227 INFO O| Feb 27 15:23:46.227 INFO STEP 45 (ensure_file) COMPLETE
97382026-02-27T15:23:46.407Z[ host-image] Feb 27 15:23:46.227 INFO O| Feb 27 15:23:46.227 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97392026-02-27T15:23:46.432Z[ host-image] Feb 27 15:23:46.246 INFO O| Feb 27 15:23:46.246 INFO updating shadow file
97402026-02-27T15:23:46.432Z[ host-image] Feb 27 15:23:46.246 INFO O| Feb 27 15:23:46.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97412026-02-27T15:23:46.432Z[ host-image] Feb 27 15:23:46.246 INFO O| Feb 27 15:23:46.246 INFO STEP 46 (shadow) COMPLETE
97422026-02-27T15:23:46.432Z[ host-image] Feb 27 15:23:46.246 INFO O| Feb 27 15:23:46.246 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97432026-02-27T15:23:46.456Z[ host-image] Feb 27 15:23:46.267 INFO O| Feb 27 15:23:46.267 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97442026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.267 INFO O| Feb 27 15:23:46.267 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97452026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.267 INFO O| Feb 27 15:23:46.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97462026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.267 INFO O| Feb 27 15:23:46.267 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97472026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.267 INFO O| Feb 27 15:23:46.267 INFO ok!
97482026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.267 INFO O| Feb 27 15:23:46.267 INFO STEP 47 (ensure_file) COMPLETE
97492026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.267 INFO O| Feb 27 15:23:46.267 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97502026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.268 INFO O| Feb 27 15:23:46.267 INFO skip step because feature "mfg" is not enabled
97512026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.268 INFO O| Feb 27 15:23:46.267 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97522026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.268 INFO O| Feb 27 15:23:46.267 INFO skip step because feature "mfg" is not enabled
97532026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.268 INFO O| Feb 27 15:23:46.267 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97542026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.288 INFO O| Feb 27 15:23:46.288 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97552026-02-27T15:23:46.457Z[ host-image] Feb 27 15:23:46.288 INFO O| Feb 27 15:23:46.288 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97562026-02-27T15:23:46.489Z[ host-image] Feb 27 15:23:46.323 INFO O| Feb 27 15:23:46.323 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97572026-02-27T15:23:46.489Z[ host-image] Feb 27 15:23:46.323 INFO O| Feb 27 15:23:46.323 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97582026-02-27T15:23:46.514Z[ host-image] Feb 27 15:23:46.323 INFO O| Feb 27 15:23:46.323 INFO ok!
97592026-02-27T15:23:46.514Z[ host-image] Feb 27 15:23:46.323 INFO O| Feb 27 15:23:46.323 INFO STEP 50 (ensure_file) COMPLETE
97602026-02-27T15:23:46.514Z[ host-image] Feb 27 15:23:46.323 INFO O| Feb 27 15:23:46.323 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97612026-02-27T15:23:46.514Z[ host-image] Feb 27 15:23:46.323 INFO O| Feb 27 15:23:46.323 INFO skip step because feature "compliance" is not enabled
97622026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.323 INFO O| Feb 27 15:23:46.323 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97632026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.337 INFO O| Feb 27 15:23:46.337 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97642026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.337 INFO O| Feb 27 15:23:46.337 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97652026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.338 INFO O| Feb 27 15:23:46.338 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97662026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.338 INFO O| Feb 27 15:23:46.338 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97672026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.338 INFO O| Feb 27 15:23:46.338 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97682026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.338 INFO O| Feb 27 15:23:46.338 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97692026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.338 INFO O| Feb 27 15:23:46.338 INFO ok!
97702026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.338 INFO O| Feb 27 15:23:46.338 INFO STEP 52 (ensure_file) COMPLETE
97712026-02-27T15:23:46.515Z[ host-image] Feb 27 15:23:46.338 INFO O| Feb 27 15:23:46.338 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97722026-02-27T15:23:46.540Z[ host-image] Feb 27 15:23:46.353 INFO O| Feb 27 15:23:46.352 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97732026-02-27T15:23:46.540Z[ host-image] Feb 27 15:23:46.353 INFO O| Feb 27 15:23:46.353 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 ...
97742026-02-27T15:23:46.540Z[ host-image] Feb 27 15:23:46.353 INFO O| Feb 27 15:23:46.353 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
97752026-02-27T15:23:46.540Z[ host-image] Feb 27 15:23:46.353 INFO O| Feb 27 15:23:46.353 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97762026-02-27T15:23:46.542Z[ host-image] Feb 27 15:23:46.353 INFO O| Feb 27 15:23:46.353 INFO ok!
97772026-02-27T15:23:46.542Z[ host-image] Feb 27 15:23:46.353 INFO O| Feb 27 15:23:46.353 INFO STEP 53 (ensure_file) COMPLETE
97782026-02-27T15:23:46.542Z[ host-image] Feb 27 15:23:46.353 INFO O| Feb 27 15:23:46.353 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97792026-02-27T15:23:46.567Z[ host-image] Feb 27 15:23:46.382 INFO O| Feb 27 15:23:46.382 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97802026-02-27T15:23:46.567Z[ host-image] Feb 27 15:23:46.382 INFO O| Feb 27 15:23:46.382 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 ...
97812026-02-27T15:23:46.592Z[ host-image] Feb 27 15:23:46.405 INFO O| Feb 27 15:23:46.405 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97822026-02-27T15:23:46.592Z[ host-image] Feb 27 15:23:46.405 INFO O| Feb 27 15:23:46.405 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97832026-02-27T15:23:46.592Z[ host-image] Feb 27 15:23:46.405 INFO O| Feb 27 15:23:46.405 INFO ok!
97842026-02-27T15:23:46.592Z[ host-image] Feb 27 15:23:46.405 INFO O| Feb 27 15:23:46.405 INFO STEP 54 (ensure_file) COMPLETE
97852026-02-27T15:23:46.592Z[ host-image] Feb 27 15:23:46.405 INFO O| Feb 27 15:23:46.405 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97862026-02-27T15:23:46.592Z[ host-image] Feb 27 15:23:46.418 INFO O| Feb 27 15:23:46.418 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97872026-02-27T15:23:46.592Z[ host-image] Feb 27 15:23:46.418 INFO O| Feb 27 15:23:46.418 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 ...
97882026-02-27T15:23:46.617Z[ host-image] Feb 27 15:23:46.439 INFO O| Feb 27 15:23:46.439 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
97892026-02-27T15:23:46.617Z[ host-image] Feb 27 15:23:46.439 INFO O| Feb 27 15:23:46.439 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97902026-02-27T15:23:46.617Z[ host-image] Feb 27 15:23:46.439 INFO O| Feb 27 15:23:46.439 INFO ok!
97912026-02-27T15:23:46.617Z[ host-image] Feb 27 15:23:46.439 INFO O| Feb 27 15:23:46.439 INFO STEP 55 (ensure_file) COMPLETE
97922026-02-27T15:23:46.617Z[ host-image] Feb 27 15:23:46.439 INFO O| Feb 27 15:23:46.439 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97932026-02-27T15:23:46.642Z[ host-image] Feb 27 15:23:46.456 INFO O| Feb 27 15:23:46.456 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97942026-02-27T15:23:46.642Z[ host-image] Feb 27 15:23:46.456 INFO O| Feb 27 15:23:46.456 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 ...
97952026-02-27T15:23:46.667Z[ host-image] Feb 27 15:23:46.479 INFO O| Feb 27 15:23:46.479 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97962026-02-27T15:23:46.667Z[ host-image] Feb 27 15:23:46.479 INFO O| Feb 27 15:23:46.479 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97972026-02-27T15:23:46.667Z[ host-image] Feb 27 15:23:46.479 INFO O| Feb 27 15:23:46.479 INFO ok!
97982026-02-27T15:23:46.667Z[ host-image] Feb 27 15:23:46.479 INFO O| Feb 27 15:23:46.479 INFO STEP 56 (ensure_file) COMPLETE
97992026-02-27T15:23:46.667Z[ host-image] Feb 27 15:23:46.479 INFO O| Feb 27 15:23:46.479 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98002026-02-27T15:23:46.667Z[ host-image] Feb 27 15:23:46.492 INFO O| Feb 27 15:23:46.492 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
98012026-02-27T15:23:46.667Z[ host-image] Feb 27 15:23:46.493 INFO O| Feb 27 15:23:46.492 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 ...
98022026-02-27T15:23:46.694Z[ host-image] Feb 27 15:23:46.518 INFO O| Feb 27 15:23:46.518 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
98032026-02-27T15:23:46.694Z[ host-image] Feb 27 15:23:46.518 INFO O| Feb 27 15:23:46.518 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
98042026-02-27T15:23:46.694Z[ host-image] Feb 27 15:23:46.518 INFO O| Feb 27 15:23:46.518 INFO ok!
98052026-02-27T15:23:46.694Z[ host-image] Feb 27 15:23:46.518 INFO O| Feb 27 15:23:46.518 INFO STEP 57 (ensure_file) COMPLETE
98062026-02-27T15:23:46.694Z[ host-image] Feb 27 15:23:46.518 INFO O| Feb 27 15:23:46.518 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98072026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.535 INFO O| Feb 27 15:23:46.534 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
98082026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.535 INFO O| Feb 27 15:23:46.534 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 ...
98092026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.535 INFO O| Feb 27 15:23:46.535 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98102026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.535 INFO O| Feb 27 15:23:46.535 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98112026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.535 INFO O| Feb 27 15:23:46.535 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98122026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.535 INFO O| Feb 27 15:23:46.535 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98132026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.535 INFO O| Feb 27 15:23:46.535 INFO ok!
98142026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.535 INFO O| Feb 27 15:23:46.535 INFO STEP 58 (ensure_file) COMPLETE
98152026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.535 INFO O| Feb 27 15:23:46.535 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98162026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.549 INFO O| Feb 27 15:23:46.549 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
98172026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.550 INFO O| Feb 27 15:23:46.550 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 ...
98182026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.550 INFO O| Feb 27 15:23:46.550 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
98192026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.550 INFO O| Feb 27 15:23:46.550 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98202026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.550 INFO O| Feb 27 15:23:46.550 INFO ok!
98212026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.550 INFO O| Feb 27 15:23:46.550 INFO STEP 59 (ensure_file) COMPLETE
98222026-02-27T15:23:46.719Z[ host-image] Feb 27 15:23:46.550 INFO O| Feb 27 15:23:46.550 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98232026-02-27T15:23:46.744Z[ host-image] Feb 27 15:23:46.565 INFO O| Feb 27 15:23:46.565 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98242026-02-27T15:23:46.744Z[ host-image] Feb 27 15:23:46.565 INFO O| Feb 27 15:23:46.565 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98252026-02-27T15:23:46.744Z[ host-image] Feb 27 15:23:46.565 INFO O| Feb 27 15:23:46.565 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98262026-02-27T15:23:46.744Z[ host-image] Feb 27 15:23:46.565 INFO O| Feb 27 15:23:46.565 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98272026-02-27T15:23:46.744Z[ host-image] Feb 27 15:23:46.565 INFO O| Feb 27 15:23:46.565 INFO ok!
98282026-02-27T15:23:46.744Z[ host-image] Feb 27 15:23:46.566 INFO O| Feb 27 15:23:46.565 INFO STEP 60 (ensure_file) COMPLETE
98292026-02-27T15:23:46.744Z[ host-image] Feb 27 15:23:46.566 INFO O| Feb 27 15:23:46.566 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98302026-02-27T15:23:46.769Z[ host-image] Feb 27 15:23:46.579 INFO O| Feb 27 15:23:46.579 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98312026-02-27T15:23:46.770Z[ host-image] Feb 27 15:23:46.579 INFO O| Feb 27 15:23:46.579 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 ...
98322026-02-27T15:23:46.770Z[ host-image] Feb 27 15:23:46.580 INFO O| Feb 27 15:23:46.580 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
98332026-02-27T15:23:46.770Z[ host-image] Feb 27 15:23:46.580 INFO O| Feb 27 15:23:46.580 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98342026-02-27T15:23:46.770Z[ host-image] Feb 27 15:23:46.580 INFO O| Feb 27 15:23:46.580 INFO ok!
98352026-02-27T15:23:46.770Z[ host-image] Feb 27 15:23:46.580 INFO O| Feb 27 15:23:46.580 INFO STEP 61 (ensure_file) COMPLETE
98362026-02-27T15:23:46.770Z[ host-image] Feb 27 15:23:46.580 INFO O| Feb 27 15:23:46.580 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98372026-02-27T15:23:46.770Z[ host-image] Feb 27 15:23:46.593 INFO O| Feb 27 15:23:46.593 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98382026-02-27T15:23:46.770Z[ host-image] Feb 27 15:23:46.593 INFO O| Feb 27 15:23:46.593 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98392026-02-27T15:23:46.771Z[ host-image] Feb 27 15:23:46.594 INFO O| Feb 27 15:23:46.594 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98402026-02-27T15:23:46.771Z[ host-image] Feb 27 15:23:46.594 INFO O| Feb 27 15:23:46.594 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98412026-02-27T15:23:46.771Z[ host-image] Feb 27 15:23:46.594 INFO O| Feb 27 15:23:46.594 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98422026-02-27T15:23:46.771Z[ host-image] Feb 27 15:23:46.594 INFO O| Feb 27 15:23:46.594 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98432026-02-27T15:23:46.771Z[ host-image] Feb 27 15:23:46.594 INFO O| Feb 27 15:23:46.594 INFO ok!
98442026-02-27T15:23:46.771Z[ host-image] Feb 27 15:23:46.594 INFO O| Feb 27 15:23:46.594 INFO STEP 62 (ensure_file) COMPLETE
98452026-02-27T15:23:46.771Z[ host-image] Feb 27 15:23:46.595 INFO O| Feb 27 15:23:46.594 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98462026-02-27T15:23:46.798Z[ host-image] Feb 27 15:23:46.632 INFO O| Feb 27 15:23:46.632 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98472026-02-27T15:23:46.798Z[ host-image] Feb 27 15:23:46.632 INFO O| Feb 27 15:23:46.632 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 ...
98482026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.632 INFO O| Feb 27 15:23:46.632 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
98492026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.632 INFO O| Feb 27 15:23:46.632 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98502026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.632 INFO O| Feb 27 15:23:46.632 INFO ok!
98512026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.633 INFO O| Feb 27 15:23:46.633 INFO STEP 63 (ensure_file) COMPLETE
98522026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.633 INFO O| Feb 27 15:23:46.633 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98532026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.647 INFO O| Feb 27 15:23:46.647 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98542026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.647 INFO O| Feb 27 15:23:46.647 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 ...
98552026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.648 INFO O| Feb 27 15:23:46.648 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
98562026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.648 INFO O| Feb 27 15:23:46.648 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98572026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.648 INFO O| Feb 27 15:23:46.648 INFO ok!
98582026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.648 INFO O| Feb 27 15:23:46.648 INFO STEP 64 (ensure_file) COMPLETE
98592026-02-27T15:23:46.823Z[ host-image] Feb 27 15:23:46.648 INFO O| Feb 27 15:23:46.648 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98602026-02-27T15:23:46.850Z[ host-image] Feb 27 15:23:46.684 INFO O| Feb 27 15:23:46.684 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98612026-02-27T15:23:46.850Z[ host-image] Feb 27 15:23:46.684 INFO O| Feb 27 15:23:46.684 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 ...
98622026-02-27T15:23:46.874Z[ host-image] Feb 27 15:23:46.684 INFO O| Feb 27 15:23:46.684 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
98632026-02-27T15:23:46.875Z[ host-image] Feb 27 15:23:46.684 INFO O| Feb 27 15:23:46.684 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98642026-02-27T15:23:46.875Z[ host-image] Feb 27 15:23:46.684 INFO O| Feb 27 15:23:46.684 INFO ok!
98652026-02-27T15:23:46.875Z[ host-image] Feb 27 15:23:46.684 INFO O| Feb 27 15:23:46.684 INFO STEP 65 (ensure_file) COMPLETE
98662026-02-27T15:23:46.875Z[ host-image] Feb 27 15:23:46.684 INFO O| Feb 27 15:23:46.684 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98672026-02-27T15:23:46.875Z[ host-image] Feb 27 15:23:46.684 INFO O| Feb 27 15:23:46.684 INFO skip step because feature "mbist" is not enabled
98682026-02-27T15:23:46.875Z[ host-image] Feb 27 15:23:46.684 INFO O| Feb 27 15:23:46.684 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692026-02-27T15:23:46.875Z[ host-image] Feb 27 15:23:46.701 INFO O| Feb 27 15:23:46.701 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98702026-02-27T15:23:46.875Z[ host-image] Feb 27 15:23:46.701 INFO O| Feb 27 15:23:46.701 INFO STEP 67 (ensure_dir) COMPLETE
98712026-02-27T15:23:46.875Z[ host-image] Feb 27 15:23:46.701 INFO O| Feb 27 15:23:46.701 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722026-02-27T15:23:46.900Z[ host-image] Feb 27 15:23:46.713 INFO O| Feb 27 15:23:46.713 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98732026-02-27T15:23:46.900Z[ host-image] Feb 27 15:23:46.713 INFO O| Feb 27 15:23:46.713 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98742026-02-27T15:23:46.900Z[ host-image] Feb 27 15:23:46.713 INFO O| Feb 27 15:23:46.713 INFO STEP 68 (ensure_dir) COMPLETE
98752026-02-27T15:23:46.900Z[ host-image] Feb 27 15:23:46.713 INFO O| Feb 27 15:23:46.713 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762026-02-27T15:23:46.900Z[ host-image] Feb 27 15:23:46.722 INFO O| Feb 27 15:23:46.722 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98772026-02-27T15:23:46.900Z[ host-image] Feb 27 15:23:46.722 INFO O| Feb 27 15:23:46.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98782026-02-27T15:23:46.900Z[ host-image] Feb 27 15:23:46.722 INFO O| Feb 27 15:23:46.722 INFO STEP 69 (ensure_dir) COMPLETE
98792026-02-27T15:23:46.900Z[ host-image] Feb 27 15:23:46.722 INFO O| Feb 27 15:23:46.722 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802026-02-27T15:23:46.925Z[ host-image] Feb 27 15:23:46.738 INFO O| Feb 27 15:23:46.738 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98812026-02-27T15:23:46.925Z[ host-image] Feb 27 15:23:46.738 INFO O| Feb 27 15:23:46.738 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98822026-02-27T15:23:47.896Z[ host-image] Feb 27 15:23:47.730 INFO O| Feb 27 15:23:47.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98832026-02-27T15:23:47.896Z[ host-image] Feb 27 15:23:47.730 INFO O| Feb 27 15:23:47.730 INFO ok!
98842026-02-27T15:23:47.896Z[ host-image] Feb 27 15:23:47.730 INFO O| Feb 27 15:23:47.730 INFO STEP 70 (ensure_file) COMPLETE
98852026-02-27T15:23:47.921Z[ host-image] Feb 27 15:23:47.730 INFO O| Feb 27 15:23:47.730 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862026-02-27T15:23:47.921Z[ host-image] Feb 27 15:23:47.742 INFO O| Feb 27 15:23:47.742 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98872026-02-27T15:23:47.921Z[ host-image] Feb 27 15:23:47.742 INFO O| Feb 27 15:23:47.742 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98882026-02-27T15:23:49.562Z[ host-image] Feb 27 15:23:49.396 INFO O| Feb 27 15:23:49.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98892026-02-27T15:23:49.562Z[ host-image] Feb 27 15:23:49.396 INFO O| Feb 27 15:23:49.396 INFO ok!
98902026-02-27T15:23:49.586Z[ host-image] Feb 27 15:23:49.396 INFO O| Feb 27 15:23:49.396 INFO STEP 71 (ensure_file) COMPLETE
98912026-02-27T15:23:49.586Z[ host-image] Feb 27 15:23:49.396 INFO O| Feb 27 15:23:49.396 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922026-02-27T15:23:49.586Z[ host-image] Feb 27 15:23:49.408 INFO O| Feb 27 15:23:49.408 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98932026-02-27T15:23:49.586Z[ host-image] Feb 27 15:23:49.408 INFO O| Feb 27 15:23:49.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98942026-02-27T15:23:49.586Z[ host-image] Feb 27 15:23:49.408 INFO O| Feb 27 15:23:49.408 INFO STEP 72 (ensure_dir) COMPLETE
98952026-02-27T15:23:49.586Z[ host-image] Feb 27 15:23:49.408 INFO O| Feb 27 15:23:49.408 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98962026-02-27T15:23:49.586Z[ host-image] Feb 27 15:23:49.418 INFO O| Feb 27 15:23:49.418 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98972026-02-27T15:23:49.587Z[ host-image] Feb 27 15:23:49.418 INFO O| Feb 27 15:23:49.418 INFO copying /tmp/.tmpeTTMko/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 ...
98982026-02-27T15:23:49.587Z[ host-image] Feb 27 15:23:49.418 INFO O| Feb 27 15:23:49.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98992026-02-27T15:23:49.587Z[ host-image] Feb 27 15:23:49.418 INFO O| Feb 27 15:23:49.418 INFO ok!
99002026-02-27T15:23:49.587Z[ host-image] Feb 27 15:23:49.418 INFO O| Feb 27 15:23:49.418 INFO STEP 73 (ensure_file) COMPLETE
99012026-02-27T15:23:49.587Z[ host-image] Feb 27 15:23:49.418 INFO O| Feb 27 15:23:49.418 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99022026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.427 INFO O| Feb 27 15:23:49.427 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
99032026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.427 INFO O| Feb 27 15:23:49.427 INFO copying /tmp/.tmpeTTMko/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 ...
99042026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.428 INFO O| Feb 27 15:23:49.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
99052026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.428 INFO O| Feb 27 15:23:49.428 INFO ok!
99062026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.428 INFO O| Feb 27 15:23:49.428 INFO STEP 74 (ensure_file) COMPLETE
99072026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.428 INFO O| Feb 27 15:23:49.428 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99082026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.437 INFO O| Feb 27 15:23:49.437 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99092026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.437 INFO O| Feb 27 15:23:49.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99102026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.437 INFO O| Feb 27 15:23:49.437 INFO STEP 75 (ensure_dir) COMPLETE
99112026-02-27T15:23:49.612Z[ host-image] Feb 27 15:23:49.437 INFO O| Feb 27 15:23:49.437 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99122026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.447 INFO O| Feb 27 15:23:49.447 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
99132026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.447 INFO O| Feb 27 15:23:49.447 INFO copying /tmp/.tmpeTTMko/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 ...
99142026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.447 INFO O| Feb 27 15:23:49.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
99152026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.447 INFO O| Feb 27 15:23:49.447 INFO ok!
99162026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.447 INFO O| Feb 27 15:23:49.447 INFO STEP 76 (ensure_file) COMPLETE
99172026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.447 INFO O| Feb 27 15:23:49.447 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99182026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.457 INFO O| Feb 27 15:23:49.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
99192026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.457 INFO O| Feb 27 15:23:49.457 INFO copying /tmp/.tmpeTTMko/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 ...
99202026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.457 INFO O| Feb 27 15:23:49.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99212026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.457 INFO O| Feb 27 15:23:49.457 INFO ok!
99222026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.457 INFO O| Feb 27 15:23:49.457 INFO STEP 77 (ensure_file) COMPLETE
99232026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.457 INFO O| Feb 27 15:23:49.457 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.468 INFO O| Feb 27 15:23:49.468 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99252026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.468 INFO O| Feb 27 15:23:49.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99262026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.468 INFO O| Feb 27 15:23:49.468 INFO STEP 78 (ensure_dir) COMPLETE
99272026-02-27T15:23:49.637Z[ host-image] Feb 27 15:23:49.468 INFO O| Feb 27 15:23:49.468 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99282026-02-27T15:23:49.662Z[ host-image] Feb 27 15:23:49.480 INFO O| Feb 27 15:23:49.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99292026-02-27T15:23:49.662Z[ host-image] Feb 27 15:23:49.480 INFO O| Feb 27 15:23:49.480 INFO copying /tmp/.tmpeTTMko/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 ...
99302026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.480 INFO O| Feb 27 15:23:49.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99312026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.480 INFO O| Feb 27 15:23:49.480 INFO ok!
99322026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.480 INFO O| Feb 27 15:23:49.480 INFO STEP 79 (ensure_file) COMPLETE
99332026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.480 INFO O| Feb 27 15:23:49.480 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.492 INFO O| Feb 27 15:23:49.492 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99352026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.492 INFO O| Feb 27 15:23:49.492 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99362026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.492 INFO O| Feb 27 15:23:49.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99372026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.492 INFO O| Feb 27 15:23:49.492 INFO ok!
99382026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.492 INFO O| Feb 27 15:23:49.492 INFO STEP 80 (ensure_file) COMPLETE
99392026-02-27T15:23:49.663Z[ host-image] Feb 27 15:23:49.492 INFO O| Feb 27 15:23:49.492 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402026-02-27T15:23:49.781Z[ host-image] Feb 27 15:23:49.504 INFO O| Feb 27 15:23:49.504 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99412026-02-27T15:23:49.781Z[ host-image] Feb 27 15:23:49.504 INFO O| Feb 27 15:23:49.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99422026-02-27T15:23:49.781Z[ host-image] Feb 27 15:23:49.504 INFO O| Feb 27 15:23:49.504 INFO STEP 81 (ensure_dir) COMPLETE
99432026-02-27T15:23:49.781Z[ host-image] Feb 27 15:23:49.504 INFO O| Feb 27 15:23:49.504 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99442026-02-27T15:23:49.781Z[ host-image] Feb 27 15:23:49.516 INFO O| Feb 27 15:23:49.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99452026-02-27T15:23:49.782Z[ host-image] Feb 27 15:23:49.516 INFO O| Feb 27 15:23:49.516 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99462026-02-27T15:23:51.190Z[ host-image] Feb 27 15:23:51.024 INFO O| Feb 27 15:23:51.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99472026-02-27T15:23:51.190Z[ host-image] Feb 27 15:23:51.024 INFO O| Feb 27 15:23:51.024 INFO ok!
99482026-02-27T15:23:51.215Z[ host-image] Feb 27 15:23:51.024 INFO O| Feb 27 15:23:51.024 INFO STEP 82 (ensure_file) COMPLETE
99492026-02-27T15:23:51.215Z[ host-image] Feb 27 15:23:51.024 INFO O| Feb 27 15:23:51.024 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99502026-02-27T15:23:51.215Z[ host-image] Feb 27 15:23:51.039 INFO O| Feb 27 15:23:51.038 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
99512026-02-27T15:23:51.215Z[ host-image] Feb 27 15:23:51.039 INFO O| Feb 27 15:23:51.038 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
99522026-02-27T15:23:52.089Z[ host-image] Feb 27 15:23:51.923 INFO O| Feb 27 15:23:51.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
99532026-02-27T15:23:52.089Z[ host-image] Feb 27 15:23:51.923 INFO O| Feb 27 15:23:51.923 INFO ok!
99542026-02-27T15:23:52.114Z[ host-image] Feb 27 15:23:51.923 INFO O| Feb 27 15:23:51.923 INFO STEP 83 (ensure_file) COMPLETE
99552026-02-27T15:23:52.114Z[ host-image] Feb 27 15:23:51.923 INFO O| Feb 27 15:23:51.923 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99562026-02-27T15:23:52.114Z[ host-image] Feb 27 15:23:51.936 INFO O| Feb 27 15:23:51.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99572026-02-27T15:23:52.114Z[ host-image] Feb 27 15:23:51.936 INFO O| Feb 27 15:23:51.936 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99582026-02-27T15:23:55.873Z[ host-image] Feb 27 15:23:55.707 INFO O| Feb 27 15:23:55.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99592026-02-27T15:23:55.873Z[ host-image] Feb 27 15:23:55.707 INFO O| Feb 27 15:23:55.707 INFO ok!
99602026-02-27T15:23:55.898Z[ host-image] Feb 27 15:23:55.707 INFO O| Feb 27 15:23:55.707 INFO STEP 84 (ensure_file) COMPLETE
99612026-02-27T15:23:55.898Z[ host-image] Feb 27 15:23:55.707 INFO O| Feb 27 15:23:55.707 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99622026-02-27T15:23:55.898Z[ host-image] Feb 27 15:23:55.722 INFO O| Feb 27 15:23:55.722 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99632026-02-27T15:23:55.898Z[ host-image] Feb 27 15:23:55.722 INFO O| Feb 27 15:23:55.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99642026-02-27T15:23:55.898Z[ host-image] Feb 27 15:23:55.722 INFO O| Feb 27 15:23:55.722 INFO STEP 85 (ensure_dir) COMPLETE
99652026-02-27T15:23:55.898Z[ host-image] Feb 27 15:23:55.722 INFO O| Feb 27 15:23:55.722 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99662026-02-27T15:23:55.923Z[ host-image] Feb 27 15:23:55.733 INFO O| Feb 27 15:23:55.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99672026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.733 INFO O| Feb 27 15:23:55.733 INFO copying /tmp/.tmpeTTMko/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 ...
99682026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.734 INFO O| Feb 27 15:23:55.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99692026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.734 INFO O| Feb 27 15:23:55.734 INFO ok!
99702026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.734 INFO O| Feb 27 15:23:55.734 INFO STEP 86 (ensure_file) COMPLETE
99712026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.734 INFO O| Feb 27 15:23:55.734 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99722026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.745 INFO O| Feb 27 15:23:55.745 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99732026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.745 INFO O| Feb 27 15:23:55.745 INFO copying /tmp/.tmpeTTMko/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 ...
99742026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.745 INFO O| Feb 27 15:23:55.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99752026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.745 INFO O| Feb 27 15:23:55.745 INFO ok!
99762026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.745 INFO O| Feb 27 15:23:55.745 INFO STEP 87 (ensure_file) COMPLETE
99772026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.745 INFO O| Feb 27 15:23:55.745 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99782026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.756 INFO O| Feb 27 15:23:55.756 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99792026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.756 INFO O| Feb 27 15:23:55.756 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99802026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.756 INFO O| Feb 27 15:23:55.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99812026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.756 INFO O| Feb 27 15:23:55.756 INFO ok!
99822026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.756 INFO O| Feb 27 15:23:55.756 INFO STEP 88 (ensure_file) COMPLETE
99832026-02-27T15:23:55.924Z[ host-image] Feb 27 15:23:55.756 INFO O| Feb 27 15:23:55.756 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99842026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.767 INFO O| Feb 27 15:23:55.767 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99852026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.767 INFO O| Feb 27 15:23:55.767 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99862026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.767 INFO O| Feb 27 15:23:55.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99872026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.767 INFO O| Feb 27 15:23:55.767 INFO ok!
99882026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.767 INFO O| Feb 27 15:23:55.767 INFO STEP 89 (ensure_file) COMPLETE
99892026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.767 INFO O| Feb 27 15:23:55.767 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99902026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.780 INFO O| Feb 27 15:23:55.780 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99912026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.780 INFO O| Feb 27 15:23:55.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99922026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.780 INFO O| Feb 27 15:23:55.780 INFO STEP 90 (ensure_dir) COMPLETE
99932026-02-27T15:23:55.951Z[ host-image] Feb 27 15:23:55.780 INFO O| Feb 27 15:23:55.780 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99942026-02-27T15:23:55.977Z[ host-image] Feb 27 15:23:55.792 INFO O| Feb 27 15:23:55.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99952026-02-27T15:23:55.977Z[ host-image] Feb 27 15:23:55.792 INFO O| Feb 27 15:23:55.792 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99962026-02-27T15:23:55.977Z[ host-image] Feb 27 15:23:55.800 INFO O| Feb 27 15:23:55.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99972026-02-27T15:23:55.977Z[ host-image] Feb 27 15:23:55.800 INFO O| Feb 27 15:23:55.800 INFO ok!
99982026-02-27T15:23:55.977Z[ host-image] Feb 27 15:23:55.800 INFO O| Feb 27 15:23:55.800 INFO STEP 91 (ensure_file) COMPLETE
99992026-02-27T15:23:55.978Z[ host-image] Feb 27 15:23:55.800 INFO O| Feb 27 15:23:55.800 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002026-02-27T15:23:56.003Z[ host-image] Feb 27 15:23:55.811 INFO O| Feb 27 15:23:55.811 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
100012026-02-27T15:23:56.003Z[ host-image] Feb 27 15:23:55.811 INFO O| Feb 27 15:23:55.811 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
100022026-02-27T15:23:56.004Z[ host-image] Feb 27 15:23:55.811 INFO O| Feb 27 15:23:55.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
100032026-02-27T15:23:56.004Z[ host-image] Feb 27 15:23:55.811 INFO O| Feb 27 15:23:55.811 INFO ok!
100042026-02-27T15:23:56.004Z[ host-image] Feb 27 15:23:55.811 INFO O| Feb 27 15:23:55.811 INFO STEP 92 (ensure_file) COMPLETE
100052026-02-27T15:23:56.004Z[ host-image] Feb 27 15:23:55.811 INFO O| Feb 27 15:23:55.811 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062026-02-27T15:23:56.004Z[ host-image] Feb 27 15:23:55.824 INFO O| Feb 27 15:23:55.823 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
100072026-02-27T15:23:56.004Z[ host-image] Feb 27 15:23:55.824 INFO O| Feb 27 15:23:55.824 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
100082026-02-27T15:23:59.380Z[ host-image] Feb 27 15:23:59.214 INFO O| Feb 27 15:23:59.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
100092026-02-27T15:23:59.380Z[ host-image] Feb 27 15:23:59.214 INFO O| Feb 27 15:23:59.214 INFO ok!
100102026-02-27T15:23:59.404Z[ host-image] Feb 27 15:23:59.214 INFO O| Feb 27 15:23:59.214 INFO STEP 93 (ensure_file) COMPLETE
100112026-02-27T15:23:59.405Z[ host-image] Feb 27 15:23:59.214 INFO O| Feb 27 15:23:59.214 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122026-02-27T15:23:59.405Z[ host-image] Feb 27 15:23:59.228 INFO O| Feb 27 15:23:59.228 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100132026-02-27T15:23:59.405Z[ host-image] Feb 27 15:23:59.228 INFO O| Feb 27 15:23:59.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100142026-02-27T15:23:59.405Z[ host-image] Feb 27 15:23:59.228 INFO O| Feb 27 15:23:59.228 INFO STEP 94 (ensure_dir) COMPLETE
100152026-02-27T15:23:59.405Z[ host-image] Feb 27 15:23:59.228 INFO O| Feb 27 15:23:59.228 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162026-02-27T15:23:59.429Z[ host-image] Feb 27 15:23:59.239 INFO O| Feb 27 15:23:59.239 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100172026-02-27T15:23:59.429Z[ host-image] Feb 27 15:23:59.239 INFO O| Feb 27 15:23:59.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100182026-02-27T15:23:59.429Z[ host-image] Feb 27 15:23:59.239 INFO O| Feb 27 15:23:59.239 INFO STEP 95 (ensure_dir) COMPLETE
100192026-02-27T15:23:59.429Z[ host-image] Feb 27 15:23:59.239 INFO O| Feb 27 15:23:59.239 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202026-02-27T15:23:59.429Z[ host-image] Feb 27 15:23:59.254 INFO O| Feb 27 15:23:59.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100212026-02-27T15:23:59.429Z[ host-image] Feb 27 15:23:59.254 INFO O| Feb 27 15:23:59.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100222026-02-27T15:23:59.429Z[ host-image] Feb 27 15:23:59.254 INFO O| Feb 27 15:23:59.254 INFO STEP 96 (ensure_dir) COMPLETE
100232026-02-27T15:23:59.430Z[ host-image] Feb 27 15:23:59.254 INFO O| Feb 27 15:23:59.254 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242026-02-27T15:23:59.455Z[ host-image] Feb 27 15:23:59.269 INFO O| Feb 27 15:23:59.269 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100252026-02-27T15:23:59.455Z[ host-image] Feb 27 15:23:59.269 INFO O| Feb 27 15:23:59.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100262026-02-27T15:23:59.455Z[ host-image] Feb 27 15:23:59.269 INFO O| Feb 27 15:23:59.269 INFO STEP 97 (ensure_dir) COMPLETE
100272026-02-27T15:23:59.455Z[ host-image] Feb 27 15:23:59.269 INFO O| Feb 27 15:23:59.269 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100282026-02-27T15:23:59.455Z[ host-image] Feb 27 15:23:59.288 INFO O| Feb 27 15:23:59.288 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100292026-02-27T15:23:59.455Z[ host-image] Feb 27 15:23:59.288 INFO O| Feb 27 15:23:59.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100302026-02-27T15:23:59.455Z[ host-image] Feb 27 15:23:59.288 INFO O| Feb 27 15:23:59.288 INFO STEP 98 (ensure_dir) COMPLETE
100312026-02-27T15:23:59.455Z[ host-image] Feb 27 15:23:59.288 INFO O| Feb 27 15:23:59.288 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322026-02-27T15:23:59.479Z[ host-image] Feb 27 15:23:59.305 INFO O| Feb 27 15:23:59.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100332026-02-27T15:23:59.479Z[ host-image] Feb 27 15:23:59.305 INFO O| Feb 27 15:23:59.305 INFO copying /tmp/.tmpeTTMko/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 ...
100342026-02-27T15:23:59.479Z[ host-image] Feb 27 15:23:59.305 INFO O| Feb 27 15:23:59.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100352026-02-27T15:23:59.479Z[ host-image] Feb 27 15:23:59.305 INFO O| Feb 27 15:23:59.305 INFO ok!
100362026-02-27T15:23:59.479Z[ host-image] Feb 27 15:23:59.305 INFO O| Feb 27 15:23:59.305 INFO STEP 99 (ensure_file) COMPLETE
100372026-02-27T15:23:59.479Z[ host-image] Feb 27 15:23:59.305 INFO O| Feb 27 15:23:59.305 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100382026-02-27T15:23:59.504Z[ host-image] Feb 27 15:23:59.319 INFO O| Feb 27 15:23:59.319 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100392026-02-27T15:23:59.504Z[ host-image] Feb 27 15:23:59.320 INFO O| Feb 27 15:23:59.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100402026-02-27T15:23:59.504Z[ host-image] Feb 27 15:23:59.320 INFO O| Feb 27 15:23:59.320 INFO STEP 100 (ensure_dir) COMPLETE
100412026-02-27T15:23:59.504Z[ host-image] Feb 27 15:23:59.320 INFO O| Feb 27 15:23:59.320 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100422026-02-27T15:23:59.504Z[ host-image] Feb 27 15:23:59.333 INFO O| Feb 27 15:23:59.332 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100432026-02-27T15:23:59.504Z[ host-image] Feb 27 15:23:59.333 INFO O| Feb 27 15:23:59.332 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100442026-02-27T15:24:00.074Z[ host-image] Feb 27 15:23:59.908 INFO O| Feb 27 15:23:59.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100452026-02-27T15:24:00.098Z[ host-image] Feb 27 15:23:59.908 INFO O| Feb 27 15:23:59.908 INFO ok!
100462026-02-27T15:24:00.098Z[ host-image] Feb 27 15:23:59.908 INFO O| Feb 27 15:23:59.908 INFO STEP 101 (ensure_file) COMPLETE
100472026-02-27T15:24:00.098Z[ host-image] Feb 27 15:23:59.908 INFO O| Feb 27 15:23:59.908 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100482026-02-27T15:24:00.098Z[ host-image] Feb 27 15:23:59.924 INFO O| Feb 27 15:23:59.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100492026-02-27T15:24:00.098Z[ host-image] Feb 27 15:23:59.924 INFO O| Feb 27 15:23:59.924 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100502026-02-27T15:24:00.098Z[ host-image] Feb 27 15:23:59.924 INFO O| Feb 27 15:23:59.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100512026-02-27T15:24:00.098Z[ host-image] Feb 27 15:23:59.924 INFO O| Feb 27 15:23:59.924 INFO ok!
100522026-02-27T15:24:00.098Z[ host-image] Feb 27 15:23:59.924 INFO O| Feb 27 15:23:59.924 INFO STEP 102 (ensure_file) COMPLETE
100532026-02-27T15:24:00.098Z[ host-image] Feb 27 15:23:59.924 INFO O| Feb 27 15:23:59.924 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100542026-02-27T15:24:00.123Z[ host-image] Feb 27 15:23:59.942 INFO O| Feb 27 15:23:59.942 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100552026-02-27T15:24:00.123Z[ host-image] Feb 27 15:23:59.942 INFO O| Feb 27 15:23:59.942 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100562026-02-27T15:24:00.149Z[ host-image] Feb 27 15:23:59.962 INFO O| Feb 27 15:23:59.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100572026-02-27T15:24:00.150Z[ host-image] Feb 27 15:23:59.963 INFO O| Feb 27 15:23:59.962 INFO ok!
100582026-02-27T15:24:00.150Z[ host-image] Feb 27 15:23:59.963 INFO O| Feb 27 15:23:59.962 INFO STEP 103 (ensure_file) COMPLETE
100592026-02-27T15:24:00.150Z[ host-image] Feb 27 15:23:59.963 INFO O| Feb 27 15:23:59.962 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100602026-02-27T15:24:00.150Z[ host-image] Feb 27 15:23:59.979 INFO O| Feb 27 15:23:59.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100612026-02-27T15:24:00.150Z[ host-image] Feb 27 15:23:59.979 INFO O| Feb 27 15:23:59.979 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100622026-02-27T15:24:00.150Z[ host-image] Feb 27 15:23:59.979 INFO O| Feb 27 15:23:59.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100632026-02-27T15:24:00.150Z[ host-image] Feb 27 15:23:59.979 INFO O| Feb 27 15:23:59.979 INFO ok!
100642026-02-27T15:24:00.150Z[ host-image] Feb 27 15:23:59.979 INFO O| Feb 27 15:23:59.979 INFO STEP 104 (ensure_file) COMPLETE
100652026-02-27T15:24:00.150Z[ host-image] Feb 27 15:23:59.979 INFO O| Feb 27 15:23:59.979 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100662026-02-27T15:24:00.174Z[ host-image] Feb 27 15:23:59.996 INFO O| Feb 27 15:23:59.996 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100672026-02-27T15:24:00.175Z[ host-image] Feb 27 15:23:59.997 INFO O| Feb 27 15:23:59.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100682026-02-27T15:24:00.175Z[ host-image] Feb 27 15:23:59.997 INFO O| Feb 27 15:23:59.997 INFO STEP 105 (ensure_dir) COMPLETE
100692026-02-27T15:24:00.175Z[ host-image] Feb 27 15:23:59.997 INFO O| Feb 27 15:23:59.997 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702026-02-27T15:24:00.199Z[ host-image] Feb 27 15:24:00.011 INFO O| Feb 27 15:24:00.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
100712026-02-27T15:24:00.199Z[ host-image] Feb 27 15:24:00.011 INFO O| Feb 27 15:24:00.011 INFO copying /tmp/.tmpeTTMko/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 ...
100722026-02-27T15:24:00.996Z[ host-image] Feb 27 15:24:00.830 INFO O| Feb 27 15:24:00.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
100732026-02-27T15:24:00.996Z[ host-image] Feb 27 15:24:00.830 INFO O| Feb 27 15:24:00.830 INFO ok!
100742026-02-27T15:24:01.021Z[ host-image] Feb 27 15:24:00.830 INFO O| Feb 27 15:24:00.830 INFO STEP 106 (ensure_file) COMPLETE
100752026-02-27T15:24:01.021Z[ host-image] Feb 27 15:24:00.830 INFO O| Feb 27 15:24:00.830 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762026-02-27T15:24:01.021Z[ host-image] Feb 27 15:24:00.848 INFO O| Feb 27 15:24:00.848 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
100772026-02-27T15:24:01.021Z[ host-image] Feb 27 15:24:00.848 INFO O| Feb 27 15:24:00.848 INFO copying /tmp/.tmpeTTMko/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 ...
100782026-02-27T15:24:01.021Z[ host-image] Feb 27 15:24:00.848 INFO O| Feb 27 15:24:00.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
100792026-02-27T15:24:01.021Z[ host-image] Feb 27 15:24:00.848 INFO O| Feb 27 15:24:00.848 INFO ok!
100802026-02-27T15:24:01.021Z[ host-image] Feb 27 15:24:00.848 INFO O| Feb 27 15:24:00.848 INFO STEP 107 (ensure_file) COMPLETE
100812026-02-27T15:24:01.021Z[ host-image] Feb 27 15:24:00.848 INFO O| Feb 27 15:24:00.848 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.865 INFO O| Feb 27 15:24:00.865 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
100832026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.865 INFO O| Feb 27 15:24:00.865 INFO copying /tmp/.tmpeTTMko/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 ...
100842026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.865 INFO O| Feb 27 15:24:00.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
100852026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.866 INFO O| Feb 27 15:24:00.865 INFO ok!
100862026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.866 INFO O| Feb 27 15:24:00.865 INFO STEP 108 (ensure_file) COMPLETE
100872026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.866 INFO O| Feb 27 15:24:00.865 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.884 INFO O| Feb 27 15:24:00.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
100892026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.884 INFO O| Feb 27 15:24:00.884 INFO copying /tmp/.tmpeTTMko/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 ...
100902026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.884 INFO O| Feb 27 15:24:00.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
100912026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.884 INFO O| Feb 27 15:24:00.884 INFO ok!
100922026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.884 INFO O| Feb 27 15:24:00.884 INFO STEP 109 (ensure_file) COMPLETE
100932026-02-27T15:24:01.053Z[ host-image] Feb 27 15:24:00.884 INFO O| Feb 27 15:24:00.884 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942026-02-27T15:24:01.078Z[ host-image] Feb 27 15:24:00.902 INFO O| Feb 27 15:24:00.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
100952026-02-27T15:24:01.078Z[ host-image] Feb 27 15:24:00.902 INFO O| Feb 27 15:24:00.902 INFO copying /tmp/.tmpeTTMko/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 ...
100962026-02-27T15:24:01.078Z[ host-image] Feb 27 15:24:00.902 INFO O| Feb 27 15:24:00.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
100972026-02-27T15:24:01.078Z[ host-image] Feb 27 15:24:00.902 INFO O| Feb 27 15:24:00.902 INFO ok!
100982026-02-27T15:24:01.078Z[ host-image] Feb 27 15:24:00.902 INFO O| Feb 27 15:24:00.902 INFO STEP 110 (ensure_file) COMPLETE
100992026-02-27T15:24:01.078Z[ host-image] Feb 27 15:24:00.902 INFO O| Feb 27 15:24:00.902 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-02-27T15:24:01.103Z[ host-image] Feb 27 15:24:00.919 INFO O| Feb 27 15:24:00.918 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
101012026-02-27T15:24:01.103Z[ host-image] Feb 27 15:24:00.919 INFO O| Feb 27 15:24:00.919 INFO copying /tmp/.tmpeTTMko/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 ...
101022026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.919 INFO O| Feb 27 15:24:00.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
101032026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.919 INFO O| Feb 27 15:24:00.919 INFO ok!
101042026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.919 INFO O| Feb 27 15:24:00.919 INFO STEP 111 (ensure_file) COMPLETE
101052026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.919 INFO O| Feb 27 15:24:00.919 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.936 INFO O| Feb 27 15:24:00.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
101072026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.936 INFO O| Feb 27 15:24:00.936 INFO copying /tmp/.tmpeTTMko/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 ...
101082026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.937 INFO O| Feb 27 15:24:00.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
101092026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.937 INFO O| Feb 27 15:24:00.937 INFO ok!
101102026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.937 INFO O| Feb 27 15:24:00.937 INFO STEP 112 (ensure_file) COMPLETE
101112026-02-27T15:24:01.104Z[ host-image] Feb 27 15:24:00.937 INFO O| Feb 27 15:24:00.937 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101122026-02-27T15:24:01.129Z[ host-image] Feb 27 15:24:00.954 INFO O| Feb 27 15:24:00.953 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
101132026-02-27T15:24:01.129Z[ host-image] Feb 27 15:24:00.954 INFO O| Feb 27 15:24:00.954 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
101142026-02-27T15:24:01.129Z[ host-image] Feb 27 15:24:00.954 INFO O| Feb 27 15:24:00.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
101152026-02-27T15:24:01.129Z[ host-image] Feb 27 15:24:00.954 INFO O| Feb 27 15:24:00.954 INFO ok!
101162026-02-27T15:24:01.129Z[ host-image] Feb 27 15:24:00.954 INFO O| Feb 27 15:24:00.954 INFO STEP 113 (ensure_file) COMPLETE
101172026-02-27T15:24:01.129Z[ host-image] Feb 27 15:24:00.954 INFO O| Feb 27 15:24:00.954 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.969 INFO O| Feb 27 15:24:00.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
101192026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.969 INFO O| Feb 27 15:24:00.969 INFO copying /tmp/.tmpeTTMko/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 ...
101202026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.969 INFO O| Feb 27 15:24:00.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
101212026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.969 INFO O| Feb 27 15:24:00.969 INFO ok!
101222026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.969 INFO O| Feb 27 15:24:00.969 INFO STEP 114 (ensure_file) COMPLETE
101232026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.969 INFO O| Feb 27 15:24:00.969 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101242026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.982 INFO O| Feb 27 15:24:00.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
101252026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.982 INFO O| Feb 27 15:24:00.982 INFO copying /tmp/.tmpeTTMko/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 ...
101262026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.982 INFO O| Feb 27 15:24:00.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
101272026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.982 INFO O| Feb 27 15:24:00.982 INFO ok!
101282026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.982 INFO O| Feb 27 15:24:00.982 INFO STEP 115 (ensure_file) COMPLETE
101292026-02-27T15:24:01.154Z[ host-image] Feb 27 15:24:00.982 INFO O| Feb 27 15:24:00.982 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:00.995 INFO O| Feb 27 15:24:00.995 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
101312026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:00.995 INFO O| Feb 27 15:24:00.995 INFO copying /tmp/.tmpeTTMko/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 ...
101322026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:00.995 INFO O| Feb 27 15:24:00.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
101332026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:00.995 INFO O| Feb 27 15:24:00.995 INFO ok!
101342026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:00.995 INFO O| Feb 27 15:24:00.995 INFO STEP 116 (ensure_file) COMPLETE
101352026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:00.995 INFO O| Feb 27 15:24:00.995 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:01.012 INFO O| Feb 27 15:24:01.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
101372026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:01.012 INFO O| Feb 27 15:24:01.011 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
101382026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:01.012 INFO O| Feb 27 15:24:01.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
101392026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:01.012 INFO O| Feb 27 15:24:01.012 INFO ok!
101402026-02-27T15:24:01.179Z[ host-image] Feb 27 15:24:01.012 INFO O| Feb 27 15:24:01.012 INFO STEP 117 (ensure_file) COMPLETE
101412026-02-27T15:24:01.180Z[ host-image] Feb 27 15:24:01.012 INFO O| Feb 27 15:24:01.012 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.026 INFO O| Feb 27 15:24:01.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
101432026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.026 INFO O| Feb 27 15:24:01.026 INFO copying /tmp/.tmpeTTMko/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 ...
101442026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.026 INFO O| Feb 27 15:24:01.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
101452026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.026 INFO O| Feb 27 15:24:01.026 INFO ok!
101462026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.026 INFO O| Feb 27 15:24:01.026 INFO STEP 118 (ensure_file) COMPLETE
101472026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.026 INFO O| Feb 27 15:24:01.026 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.039 INFO O| Feb 27 15:24:01.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
101492026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.039 INFO O| Feb 27 15:24:01.039 INFO copying /tmp/.tmpeTTMko/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 ...
101502026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.039 INFO O| Feb 27 15:24:01.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
101512026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.039 INFO O| Feb 27 15:24:01.039 INFO ok!
101522026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.039 INFO O| Feb 27 15:24:01.039 INFO STEP 119 (ensure_file) COMPLETE
101532026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.039 INFO O| Feb 27 15:24:01.039 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.052 INFO O| Feb 27 15:24:01.051 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
101552026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.052 INFO O| Feb 27 15:24:01.051 INFO copying /tmp/.tmpeTTMko/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 ...
101562026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.052 INFO O| Feb 27 15:24:01.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
101572026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.052 INFO O| Feb 27 15:24:01.052 INFO ok!
101582026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.052 INFO O| Feb 27 15:24:01.052 INFO STEP 120 (ensure_file) COMPLETE
101592026-02-27T15:24:01.293Z[ host-image] Feb 27 15:24:01.052 INFO O| Feb 27 15:24:01.052 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.064 INFO O| Feb 27 15:24:01.064 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
101612026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.064 INFO O| Feb 27 15:24:01.064 INFO copying /tmp/.tmpeTTMko/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 ...
101622026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.064 INFO O| Feb 27 15:24:01.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
101632026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.064 INFO O| Feb 27 15:24:01.064 INFO ok!
101642026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.064 INFO O| Feb 27 15:24:01.064 INFO STEP 121 (ensure_file) COMPLETE
101652026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.064 INFO O| Feb 27 15:24:01.064 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.081 INFO O| Feb 27 15:24:01.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
101672026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.081 INFO O| Feb 27 15:24:01.081 INFO copying /tmp/.tmpeTTMko/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 ...
101682026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.081 INFO O| Feb 27 15:24:01.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
101692026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.081 INFO O| Feb 27 15:24:01.081 INFO ok!
101702026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.081 INFO O| Feb 27 15:24:01.081 INFO STEP 122 (ensure_file) COMPLETE
101712026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.081 INFO O| Feb 27 15:24:01.081 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.092 INFO O| Feb 27 15:24:01.092 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
101732026-02-27T15:24:01.294Z[ host-image] Feb 27 15:24:01.092 INFO O| Feb 27 15:24:01.092 INFO copying /tmp/.tmpeTTMko/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 ...
101742026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.092 INFO O| Feb 27 15:24:01.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
101752026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.092 INFO O| Feb 27 15:24:01.092 INFO ok!
101762026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.092 INFO O| Feb 27 15:24:01.092 INFO STEP 123 (ensure_file) COMPLETE
101772026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.092 INFO O| Feb 27 15:24:01.092 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.103 INFO O| Feb 27 15:24:01.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
101792026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.103 INFO O| Feb 27 15:24:01.103 INFO copying /tmp/.tmpeTTMko/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 ...
101802026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.103 INFO O| Feb 27 15:24:01.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
101812026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.103 INFO O| Feb 27 15:24:01.103 INFO ok!
101822026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.103 INFO O| Feb 27 15:24:01.103 INFO STEP 124 (ensure_file) COMPLETE
101832026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.103 INFO O| Feb 27 15:24:01.103 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.119 INFO O| Feb 27 15:24:01.119 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
101852026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.119 INFO O| Feb 27 15:24:01.119 INFO copying /tmp/.tmpeTTMko/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 ...
101862026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.119 INFO O| Feb 27 15:24:01.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
101872026-02-27T15:24:01.295Z[ host-image] Feb 27 15:24:01.119 INFO O| Feb 27 15:24:01.119 INFO ok!
101882026-02-27T15:24:01.296Z[ host-image] Feb 27 15:24:01.119 INFO O| Feb 27 15:24:01.119 INFO STEP 125 (ensure_file) COMPLETE
101892026-02-27T15:24:01.296Z[ host-image] Feb 27 15:24:01.119 INFO O| Feb 27 15:24:01.119 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-02-27T15:24:01.321Z[ host-image] Feb 27 15:24:01.131 INFO O| Feb 27 15:24:01.131 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
101912026-02-27T15:24:01.321Z[ host-image] Feb 27 15:24:01.131 INFO O| Feb 27 15:24:01.131 INFO copying /tmp/.tmpeTTMko/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 ...
101922026-02-27T15:24:01.321Z[ host-image] Feb 27 15:24:01.131 INFO O| Feb 27 15:24:01.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
101932026-02-27T15:24:01.321Z[ host-image] Feb 27 15:24:01.131 INFO O| Feb 27 15:24:01.131 INFO ok!
101942026-02-27T15:24:01.321Z[ host-image] Feb 27 15:24:01.131 INFO O| Feb 27 15:24:01.131 INFO STEP 126 (ensure_file) COMPLETE
101952026-02-27T15:24:01.321Z[ host-image] Feb 27 15:24:01.131 INFO O| Feb 27 15:24:01.131 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-02-27T15:24:01.321Z[ host-image] Feb 27 15:24:01.145 INFO O| Feb 27 15:24:01.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
101972026-02-27T15:24:01.322Z[ host-image] Feb 27 15:24:01.145 INFO O| Feb 27 15:24:01.145 INFO copying /tmp/.tmpeTTMko/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 ...
101982026-02-27T15:24:01.322Z[ host-image] Feb 27 15:24:01.145 INFO O| Feb 27 15:24:01.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
101992026-02-27T15:24:01.322Z[ host-image] Feb 27 15:24:01.145 INFO O| Feb 27 15:24:01.145 INFO ok!
102002026-02-27T15:24:01.322Z[ host-image] Feb 27 15:24:01.145 INFO O| Feb 27 15:24:01.145 INFO STEP 127 (ensure_file) COMPLETE
102012026-02-27T15:24:01.322Z[ host-image] Feb 27 15:24:01.145 INFO O| Feb 27 15:24:01.145 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.159 INFO O| Feb 27 15:24:01.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
102032026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.159 INFO O| Feb 27 15:24:01.159 INFO copying /tmp/.tmpeTTMko/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 ...
102042026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.159 INFO O| Feb 27 15:24:01.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
102052026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.159 INFO O| Feb 27 15:24:01.159 INFO ok!
102062026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.159 INFO O| Feb 27 15:24:01.159 INFO STEP 128 (ensure_file) COMPLETE
102072026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.159 INFO O| Feb 27 15:24:01.159 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.171 INFO O| Feb 27 15:24:01.171 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
102092026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.171 INFO O| Feb 27 15:24:01.171 INFO copying /tmp/.tmpeTTMko/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 ...
102102026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.171 INFO O| Feb 27 15:24:01.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
102112026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.171 INFO O| Feb 27 15:24:01.171 INFO ok!
102122026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.171 INFO O| Feb 27 15:24:01.171 INFO STEP 129 (ensure_file) COMPLETE
102132026-02-27T15:24:01.347Z[ host-image] Feb 27 15:24:01.171 INFO O| Feb 27 15:24:01.171 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-02-27T15:24:01.372Z[ host-image] Feb 27 15:24:01.186 INFO O| Feb 27 15:24:01.186 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
102152026-02-27T15:24:01.372Z[ host-image] Feb 27 15:24:01.186 INFO O| Feb 27 15:24:01.186 INFO copying /tmp/.tmpeTTMko/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 ...
102162026-02-27T15:24:01.372Z[ host-image] Feb 27 15:24:01.186 INFO O| Feb 27 15:24:01.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
102172026-02-27T15:24:01.372Z[ host-image] Feb 27 15:24:01.186 INFO O| Feb 27 15:24:01.186 INFO ok!
102182026-02-27T15:24:01.372Z[ host-image] Feb 27 15:24:01.186 INFO O| Feb 27 15:24:01.186 INFO STEP 130 (ensure_file) COMPLETE
102192026-02-27T15:24:01.372Z[ host-image] Feb 27 15:24:01.186 INFO O| Feb 27 15:24:01.186 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-02-27T15:24:01.372Z[ host-image] Feb 27 15:24:01.200 INFO O| Feb 27 15:24:01.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
102212026-02-27T15:24:01.372Z[ host-image] Feb 27 15:24:01.200 INFO O| Feb 27 15:24:01.200 INFO copying /tmp/.tmpeTTMko/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 ...
102222026-02-27T15:24:01.372Z[ host-image] Feb 27 15:24:01.200 INFO O| Feb 27 15:24:01.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
102232026-02-27T15:24:01.397Z[ host-image] Feb 27 15:24:01.200 INFO O| Feb 27 15:24:01.200 INFO ok!
102242026-02-27T15:24:01.397Z[ host-image] Feb 27 15:24:01.200 INFO O| Feb 27 15:24:01.200 INFO STEP 131 (ensure_file) COMPLETE
102252026-02-27T15:24:01.398Z[ host-image] Feb 27 15:24:01.200 INFO O| Feb 27 15:24:01.200 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-02-27T15:24:01.398Z[ host-image] Feb 27 15:24:01.223 INFO O| Feb 27 15:24:01.223 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
102272026-02-27T15:24:01.398Z[ host-image] Feb 27 15:24:01.224 INFO O| Feb 27 15:24:01.223 INFO copying /tmp/.tmpeTTMko/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 ...
102282026-02-27T15:24:01.398Z[ host-image] Feb 27 15:24:01.224 INFO O| Feb 27 15:24:01.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
102292026-02-27T15:24:01.398Z[ host-image] Feb 27 15:24:01.224 INFO O| Feb 27 15:24:01.224 INFO ok!
102302026-02-27T15:24:01.398Z[ host-image] Feb 27 15:24:01.224 INFO O| Feb 27 15:24:01.224 INFO STEP 132 (ensure_file) COMPLETE
102312026-02-27T15:24:01.398Z[ host-image] Feb 27 15:24:01.224 INFO O| Feb 27 15:24:01.224 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-02-27T15:24:01.423Z[ host-image] Feb 27 15:24:01.242 INFO O| Feb 27 15:24:01.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
102332026-02-27T15:24:01.424Z[ host-image] Feb 27 15:24:01.242 INFO O| Feb 27 15:24:01.242 INFO copying /tmp/.tmpeTTMko/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 ...
102342026-02-27T15:24:01.424Z[ host-image] Feb 27 15:24:01.242 INFO O| Feb 27 15:24:01.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
102352026-02-27T15:24:01.424Z[ host-image] Feb 27 15:24:01.242 INFO O| Feb 27 15:24:01.242 INFO ok!
102362026-02-27T15:24:01.424Z[ host-image] Feb 27 15:24:01.242 INFO O| Feb 27 15:24:01.242 INFO STEP 133 (ensure_file) COMPLETE
102372026-02-27T15:24:01.424Z[ host-image] Feb 27 15:24:01.242 INFO O| Feb 27 15:24:01.242 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.262 INFO O| Feb 27 15:24:01.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
102392026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.262 INFO O| Feb 27 15:24:01.262 INFO copying /tmp/.tmpeTTMko/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 ...
102402026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.262 INFO O| Feb 27 15:24:01.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
102412026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.262 INFO O| Feb 27 15:24:01.262 INFO ok!
102422026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.262 INFO O| Feb 27 15:24:01.262 INFO STEP 134 (ensure_file) COMPLETE
102432026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.262 INFO O| Feb 27 15:24:01.262 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.281 INFO O| Feb 27 15:24:01.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
102452026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.281 INFO O| Feb 27 15:24:01.281 INFO copying /tmp/.tmpeTTMko/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 ...
102462026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.281 INFO O| Feb 27 15:24:01.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
102472026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.281 INFO O| Feb 27 15:24:01.281 INFO ok!
102482026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.281 INFO O| Feb 27 15:24:01.281 INFO STEP 135 (ensure_file) COMPLETE
102492026-02-27T15:24:01.449Z[ host-image] Feb 27 15:24:01.281 INFO O| Feb 27 15:24:01.281 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-02-27T15:24:01.474Z[ host-image] Feb 27 15:24:01.301 INFO O| Feb 27 15:24:01.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
102512026-02-27T15:24:01.474Z[ host-image] Feb 27 15:24:01.301 INFO O| Feb 27 15:24:01.301 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
102522026-02-27T15:24:01.474Z[ host-image] Feb 27 15:24:01.301 INFO O| Feb 27 15:24:01.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
102532026-02-27T15:24:01.474Z[ host-image] Feb 27 15:24:01.301 INFO O| Feb 27 15:24:01.301 INFO ok!
102542026-02-27T15:24:01.474Z[ host-image] Feb 27 15:24:01.301 INFO O| Feb 27 15:24:01.301 INFO STEP 136 (ensure_file) COMPLETE
102552026-02-27T15:24:01.474Z[ host-image] Feb 27 15:24:01.301 INFO O| Feb 27 15:24:01.301 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-02-27T15:24:01.500Z[ host-image] Feb 27 15:24:01.321 INFO O| Feb 27 15:24:01.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
102572026-02-27T15:24:01.500Z[ host-image] Feb 27 15:24:01.321 INFO O| Feb 27 15:24:01.321 INFO copying /tmp/.tmpeTTMko/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 ...
102582026-02-27T15:24:01.500Z[ host-image] Feb 27 15:24:01.321 INFO O| Feb 27 15:24:01.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
102592026-02-27T15:24:01.500Z[ host-image] Feb 27 15:24:01.321 INFO O| Feb 27 15:24:01.321 INFO ok!
102602026-02-27T15:24:01.500Z[ host-image] Feb 27 15:24:01.321 INFO O| Feb 27 15:24:01.321 INFO STEP 137 (ensure_file) COMPLETE
102612026-02-27T15:24:01.500Z[ host-image] Feb 27 15:24:01.321 INFO O| Feb 27 15:24:01.321 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-02-27T15:24:01.525Z[ host-image] Feb 27 15:24:01.340 INFO O| Feb 27 15:24:01.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
102632026-02-27T15:24:01.525Z[ host-image] Feb 27 15:24:01.340 INFO O| Feb 27 15:24:01.340 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
102642026-02-27T15:24:01.525Z[ host-image] Feb 27 15:24:01.341 INFO O| Feb 27 15:24:01.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
102652026-02-27T15:24:01.525Z[ host-image] Feb 27 15:24:01.341 INFO O| Feb 27 15:24:01.341 INFO ok!
102662026-02-27T15:24:01.525Z[ host-image] Feb 27 15:24:01.341 INFO O| Feb 27 15:24:01.341 INFO STEP 138 (ensure_file) COMPLETE
102672026-02-27T15:24:01.525Z[ host-image] Feb 27 15:24:01.341 INFO O| Feb 27 15:24:01.341 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-02-27T15:24:01.551Z[ host-image] Feb 27 15:24:01.360 INFO O| Feb 27 15:24:01.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102692026-02-27T15:24:01.551Z[ host-image] Feb 27 15:24:01.360 INFO O| Feb 27 15:24:01.360 INFO copying /tmp/.tmpeTTMko/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102702026-02-27T15:24:19.349Z[ host-image] Feb 27 15:24:19.183 INFO O| Feb 27 15:24:19.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102712026-02-27T15:24:19.374Z[ host-image] Feb 27 15:24:19.183 INFO O| Feb 27 15:24:19.183 INFO ok!
102722026-02-27T15:24:19.374Z[ host-image] Feb 27 15:24:19.183 INFO O| Feb 27 15:24:19.183 INFO STEP 139 (ensure_file) COMPLETE
102732026-02-27T15:24:19.374Z[ host-image] Feb 27 15:24:19.183 INFO O| Feb 27 15:24:19.183 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-02-27T15:24:19.374Z[ host-image] Feb 27 15:24:19.198 INFO O| Feb 27 15:24:19.198 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102752026-02-27T15:24:19.374Z[ host-image] Feb 27 15:24:19.198 INFO O| Feb 27 15:24:19.198 INFO STEP 140 (ensure_dir) COMPLETE
102762026-02-27T15:24:19.374Z[ host-image] Feb 27 15:24:19.198 INFO O| Feb 27 15:24:19.198 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-02-27T15:24:19.399Z[ host-image] Feb 27 15:24:19.209 INFO O| Feb 27 15:24:19.209 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102782026-02-27T15:24:19.399Z[ host-image] Feb 27 15:24:19.209 INFO O| Feb 27 15:24:19.209 INFO STEP 141 (ensure_dir) COMPLETE
102792026-02-27T15:24:19.399Z[ host-image] Feb 27 15:24:19.209 INFO O| Feb 27 15:24:19.209 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-02-27T15:24:19.399Z[ host-image] Feb 27 15:24:19.226 INFO O| Feb 27 15:24:19.226 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102812026-02-27T15:24:19.399Z[ host-image] Feb 27 15:24:19.227 INFO O| Feb 27 15:24:19.226 INFO STEP 142 (ensure_dir) COMPLETE
102822026-02-27T15:24:19.399Z[ host-image] Feb 27 15:24:19.227 INFO O| Feb 27 15:24:19.226 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-02-27T15:24:19.423Z[ host-image] Feb 27 15:24:19.245 INFO O| Feb 27 15:24:19.245 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102842026-02-27T15:24:19.423Z[ host-image] Feb 27 15:24:19.245 INFO O| Feb 27 15:24:19.245 INFO STEP 143 (ensure_dir) COMPLETE
102852026-02-27T15:24:19.423Z[ host-image] Feb 27 15:24:19.245 INFO O| Feb 27 15:24:19.245 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.260 INFO O| Feb 27 15:24:19.260 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102872026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.260 INFO O| Feb 27 15:24:19.260 INFO copying /tmp/.tmpeTTMko/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 ...
102882026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.260 INFO O| Feb 27 15:24:19.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102892026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.260 INFO O| Feb 27 15:24:19.260 INFO ok!
102902026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.260 INFO O| Feb 27 15:24:19.260 INFO STEP 144 (ensure_file) COMPLETE
102912026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.260 INFO O| Feb 27 15:24:19.260 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.278 INFO O| Feb 27 15:24:19.278 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102932026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.278 INFO O| Feb 27 15:24:19.278 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102942026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.278 INFO O| Feb 27 15:24:19.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102952026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.278 INFO O| Feb 27 15:24:19.278 INFO STEP 145 (ensure_dir) COMPLETE
102962026-02-27T15:24:19.448Z[ host-image] Feb 27 15:24:19.278 INFO O| Feb 27 15:24:19.278 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-02-27T15:24:19.473Z[ host-image] Feb 27 15:24:19.291 INFO O| Feb 27 15:24:19.291 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102982026-02-27T15:24:19.473Z[ host-image] Feb 27 15:24:19.291 INFO O| Feb 27 15:24:19.291 INFO copying /tmp/.tmpeTTMko/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102992026-02-27T15:24:19.473Z[ host-image] Feb 27 15:24:19.291 INFO O| Feb 27 15:24:19.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
103002026-02-27T15:24:19.473Z[ host-image] Feb 27 15:24:19.291 INFO O| Feb 27 15:24:19.291 INFO ok!
103012026-02-27T15:24:19.473Z[ host-image] Feb 27 15:24:19.291 INFO O| Feb 27 15:24:19.291 INFO STEP 146 (ensure_file) COMPLETE
103022026-02-27T15:24:19.473Z[ host-image] Feb 27 15:24:19.291 INFO O| Feb 27 15:24:19.291 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103032026-02-27T15:24:19.498Z[ host-image] Feb 27 15:24:19.308 INFO O| Feb 27 15:24:19.308 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
103042026-02-27T15:24:19.498Z[ host-image] Feb 27 15:24:19.308 INFO O| Feb 27 15:24:19.308 INFO STEP 147 (remove_files) COMPLETE
103052026-02-27T15:24:19.498Z[ host-image] Feb 27 15:24:19.308 INFO O| Feb 27 15:24:19.308 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103062026-02-27T15:24:19.498Z[ host-image] Feb 27 15:24:19.323 INFO O| Feb 27 15:24:19.323 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
103072026-02-27T15:24:19.498Z[ host-image] Feb 27 15:24:19.323 INFO O| Feb 27 15:24:19.323 INFO STEP 148 (remove_files) COMPLETE
103082026-02-27T15:24:19.498Z[ host-image] Feb 27 15:24:19.323 INFO O| Feb 27 15:24:19.323 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103092026-02-27T15:24:19.523Z[ host-image] Feb 27 15:24:19.341 INFO O| Feb 27 15:24:19.341 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
103102026-02-27T15:24:19.523Z[ host-image] Feb 27 15:24:19.342 INFO O| Feb 27 15:24:19.342 INFO STEP 149 (remove_files) COMPLETE
103112026-02-27T15:24:19.523Z[ host-image] Feb 27 15:24:19.342 INFO O| Feb 27 15:24:19.342 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103122026-02-27T15:24:19.547Z[ host-image] Feb 27 15:24:19.360 INFO O| Feb 27 15:24:19.359 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
103132026-02-27T15:24:19.547Z[ host-image] Feb 27 15:24:19.360 INFO O| Feb 27 15:24:19.360 INFO STEP 150 (remove_files) COMPLETE
103142026-02-27T15:24:19.547Z[ host-image] Feb 27 15:24:19.360 INFO O| Feb 27 15:24:19.360 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103152026-02-27T15:24:19.547Z[ host-image] Feb 27 15:24:19.377 INFO O| Feb 27 15:24:19.377 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103162026-02-27T15:24:19.548Z[ host-image] Feb 27 15:24:19.377 INFO O| Feb 27 15:24:19.377 INFO STEP 151 (remove_files) COMPLETE
103172026-02-27T15:24:19.548Z[ host-image] Feb 27 15:24:19.377 INFO O| Feb 27 15:24:19.377 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103182026-02-27T15:24:19.572Z[ host-image] Feb 27 15:24:19.390 INFO O| Feb 27 15:24:19.390 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103192026-02-27T15:24:19.572Z[ host-image] Feb 27 15:24:19.391 INFO O| Feb 27 15:24:19.390 INFO STEP 152 (remove_files) COMPLETE
103202026-02-27T15:24:19.572Z[ host-image] Feb 27 15:24:19.391 INFO O| Feb 27 15:24:19.391 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103212026-02-27T15:24:19.572Z[ host-image] Feb 27 15:24:19.404 INFO O| Feb 27 15:24:19.404 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103222026-02-27T15:24:19.572Z[ host-image] Feb 27 15:24:19.404 INFO O| Feb 27 15:24:19.404 INFO STEP 153 (remove_files) COMPLETE
103232026-02-27T15:24:19.572Z[ host-image] Feb 27 15:24:19.404 INFO O| Feb 27 15:24:19.404 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103242026-02-27T15:24:19.597Z[ host-image] Feb 27 15:24:19.418 INFO O| Feb 27 15:24:19.417 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103252026-02-27T15:24:19.597Z[ host-image] Feb 27 15:24:19.418 INFO O| Feb 27 15:24:19.418 INFO STEP 154 (remove_files) COMPLETE
103262026-02-27T15:24:19.597Z[ host-image] Feb 27 15:24:19.418 INFO O| Feb 27 15:24:19.418 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103272026-02-27T15:24:19.622Z[ host-image] Feb 27 15:24:19.434 INFO O| Feb 27 15:24:19.434 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103282026-02-27T15:24:19.622Z[ host-image] Feb 27 15:24:19.435 INFO O| Feb 27 15:24:19.434 INFO STEP 155 (remove_files) COMPLETE
103292026-02-27T15:24:19.622Z[ host-image] Feb 27 15:24:19.435 INFO O| Feb 27 15:24:19.434 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103302026-02-27T15:24:19.622Z[ host-image] Feb 27 15:24:19.451 INFO O| Feb 27 15:24:19.450 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103312026-02-27T15:24:19.622Z[ host-image] Feb 27 15:24:19.451 INFO O| Feb 27 15:24:19.451 INFO STEP 156 (remove_files) COMPLETE
103322026-02-27T15:24:19.622Z[ host-image] Feb 27 15:24:19.451 INFO O| Feb 27 15:24:19.451 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103332026-02-27T15:24:19.647Z[ host-image] Feb 27 15:24:19.467 INFO O| Feb 27 15:24:19.467 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103342026-02-27T15:24:19.647Z[ host-image] Feb 27 15:24:19.467 INFO O| Feb 27 15:24:19.467 INFO STEP 157 (remove_files) COMPLETE
103352026-02-27T15:24:19.647Z[ host-image] Feb 27 15:24:19.467 INFO O| Feb 27 15:24:19.467 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103362026-02-27T15:24:19.672Z[ host-image] Feb 27 15:24:19.486 INFO O| Feb 27 15:24:19.486 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103372026-02-27T15:24:19.672Z[ host-image] Feb 27 15:24:19.486 INFO O| Feb 27 15:24:19.486 INFO STEP 158 (remove_files) COMPLETE
103382026-02-27T15:24:19.672Z[ host-image] Feb 27 15:24:19.486 INFO O| Feb 27 15:24:19.486 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103392026-02-27T15:24:19.672Z[ host-image] Feb 27 15:24:19.502 INFO O| Feb 27 15:24:19.502 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103402026-02-27T15:24:19.672Z[ host-image] Feb 27 15:24:19.503 INFO O| Feb 27 15:24:19.502 INFO STEP 159 (remove_files) COMPLETE
103412026-02-27T15:24:19.672Z[ host-image] Feb 27 15:24:19.503 INFO O| Feb 27 15:24:19.502 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103422026-02-27T15:24:19.697Z[ host-image] Feb 27 15:24:19.519 INFO O| Feb 27 15:24:19.519 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103432026-02-27T15:24:19.698Z[ host-image] Feb 27 15:24:19.519 INFO O| Feb 27 15:24:19.519 INFO STEP 160 (remove_files) COMPLETE
103442026-02-27T15:24:19.698Z[ host-image] Feb 27 15:24:19.519 INFO O| Feb 27 15:24:19.519 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103452026-02-27T15:24:19.723Z[ host-image] Feb 27 15:24:19.535 INFO O| Feb 27 15:24:19.535 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103462026-02-27T15:24:19.723Z[ host-image] Feb 27 15:24:19.535 INFO O| Feb 27 15:24:19.535 INFO STEP 161 (remove_files) COMPLETE
103472026-02-27T15:24:19.723Z[ host-image] Feb 27 15:24:19.535 INFO O| Feb 27 15:24:19.535 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103482026-02-27T15:24:19.723Z[ host-image] Feb 27 15:24:19.549 INFO O| Feb 27 15:24:19.549 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103492026-02-27T15:24:19.723Z[ host-image] Feb 27 15:24:19.549 INFO O| Feb 27 15:24:19.549 INFO STEP 162 (remove_files) COMPLETE
103502026-02-27T15:24:19.723Z[ host-image] Feb 27 15:24:19.549 INFO O| Feb 27 15:24:19.549 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103512026-02-27T15:24:19.748Z[ host-image] Feb 27 15:24:19.564 INFO O| Feb 27 15:24:19.563 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103522026-02-27T15:24:19.748Z[ host-image] Feb 27 15:24:19.564 INFO O| Feb 27 15:24:19.564 INFO STEP 163 (remove_files) COMPLETE
103532026-02-27T15:24:19.748Z[ host-image] Feb 27 15:24:19.564 INFO O| Feb 27 15:24:19.564 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103542026-02-27T15:24:19.748Z[ host-image] Feb 27 15:24:19.578 INFO O| Feb 27 15:24:19.578 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103552026-02-27T15:24:19.748Z[ host-image] Feb 27 15:24:19.578 INFO O| Feb 27 15:24:19.578 INFO STEP 164 (remove_files) COMPLETE
103562026-02-27T15:24:19.748Z[ host-image] Feb 27 15:24:19.578 INFO O| Feb 27 15:24:19.578 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103572026-02-27T15:24:19.773Z[ host-image] Feb 27 15:24:19.595 INFO O| Feb 27 15:24:19.595 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103582026-02-27T15:24:19.773Z[ host-image] Feb 27 15:24:19.595 INFO O| Feb 27 15:24:19.595 INFO STEP 165 (remove_files) COMPLETE
103592026-02-27T15:24:19.773Z[ host-image] Feb 27 15:24:19.595 INFO O| Feb 27 15:24:19.595 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103602026-02-27T15:24:19.798Z[ host-image] Feb 27 15:24:19.608 INFO O| Feb 27 15:24:19.608 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103612026-02-27T15:24:19.798Z[ host-image] Feb 27 15:24:19.608 INFO O| Feb 27 15:24:19.608 INFO STEP 166 (remove_files) COMPLETE
103622026-02-27T15:24:19.798Z[ host-image] Feb 27 15:24:19.608 INFO O| Feb 27 15:24:19.608 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103632026-02-27T15:24:19.798Z[ host-image] Feb 27 15:24:19.620 INFO O| Feb 27 15:24:19.620 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103642026-02-27T15:24:19.798Z[ host-image] Feb 27 15:24:19.620 INFO O| Feb 27 15:24:19.620 INFO STEP 167 (remove_files) COMPLETE
103652026-02-27T15:24:19.798Z[ host-image] Feb 27 15:24:19.620 INFO O| Feb 27 15:24:19.620 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103662026-02-27T15:24:19.823Z[ host-image] Feb 27 15:24:19.637 INFO O| Feb 27 15:24:19.637 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103672026-02-27T15:24:19.823Z[ host-image] Feb 27 15:24:19.637 INFO O| Feb 27 15:24:19.637 INFO STEP 168 (remove_files) COMPLETE
103682026-02-27T15:24:19.823Z[ host-image] Feb 27 15:24:19.637 INFO O| Feb 27 15:24:19.637 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103692026-02-27T15:24:19.823Z[ host-image] Feb 27 15:24:19.650 INFO O| Feb 27 15:24:19.650 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103702026-02-27T15:24:19.823Z[ host-image] Feb 27 15:24:19.651 INFO O| Feb 27 15:24:19.650 INFO STEP 169 (remove_files) COMPLETE
103712026-02-27T15:24:19.823Z[ host-image] Feb 27 15:24:19.651 INFO O| Feb 27 15:24:19.651 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103722026-02-27T15:24:19.848Z[ host-image] Feb 27 15:24:19.665 INFO O| Feb 27 15:24:19.665 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103732026-02-27T15:24:19.848Z[ host-image] Feb 27 15:24:19.665 INFO O| Feb 27 15:24:19.665 INFO STEP 170 (remove_files) COMPLETE
103742026-02-27T15:24:19.848Z[ host-image] Feb 27 15:24:19.665 INFO O| Feb 27 15:24:19.665 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103752026-02-27T15:24:19.874Z[ host-image] Feb 27 15:24:19.687 INFO O| Feb 27 15:24:19.687 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103762026-02-27T15:24:19.874Z[ host-image] Feb 27 15:24:19.688 INFO O| Feb 27 15:24:19.687 INFO STEP 171 (remove_files) COMPLETE
103772026-02-27T15:24:19.874Z[ host-image] Feb 27 15:24:19.688 INFO O| Feb 27 15:24:19.688 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103782026-02-27T15:24:19.899Z[ host-image] Feb 27 15:24:19.707 INFO O| Feb 27 15:24:19.707 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103792026-02-27T15:24:19.899Z[ host-image] Feb 27 15:24:19.707 INFO O| Feb 27 15:24:19.707 INFO STEP 172 (remove_files) COMPLETE
103802026-02-27T15:24:19.900Z[ host-image] Feb 27 15:24:19.707 INFO O| Feb 27 15:24:19.707 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103812026-02-27T15:24:19.900Z[ host-image] Feb 27 15:24:19.722 INFO O| Feb 27 15:24:19.722 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103822026-02-27T15:24:19.900Z[ host-image] Feb 27 15:24:19.722 INFO O| Feb 27 15:24:19.722 INFO STEP 173 (remove_files) COMPLETE
103832026-02-27T15:24:19.900Z[ host-image] Feb 27 15:24:19.722 INFO O| Feb 27 15:24:19.722 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103842026-02-27T15:24:19.924Z[ host-image] Feb 27 15:24:19.736 INFO O| Feb 27 15:24:19.735 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103852026-02-27T15:24:19.924Z[ host-image] Feb 27 15:24:19.736 INFO O| Feb 27 15:24:19.736 INFO STEP 174 (remove_files) COMPLETE
103862026-02-27T15:24:19.924Z[ host-image] Feb 27 15:24:19.736 INFO O| Feb 27 15:24:19.736 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103872026-02-27T15:24:19.924Z[ host-image] Feb 27 15:24:19.753 INFO O| Feb 27 15:24:19.753 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103882026-02-27T15:24:19.924Z[ host-image] Feb 27 15:24:19.753 INFO O| Feb 27 15:24:19.753 INFO STEP 175 (remove_files) COMPLETE
103892026-02-27T15:24:19.924Z[ host-image] Feb 27 15:24:19.753 INFO O| Feb 27 15:24:19.753 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103902026-02-27T15:24:19.950Z[ host-image] Feb 27 15:24:19.775 INFO O| Feb 27 15:24:19.775 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103912026-02-27T15:24:19.950Z[ host-image] Feb 27 15:24:19.775 INFO O| Feb 27 15:24:19.775 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103922026-02-27T15:24:22.692Z[ recovery-image] Feb 27 15:24:22.526 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)
103932026-02-27T15:24:28.011Z[ recovery-image] Feb 27 15:24:27.845 INFO E| Compiling bitflags v1.3.2
103942026-02-27T15:24:28.011Z[ recovery-image] Feb 27 15:24:27.845 INFO E| Compiling bitflags v2.10.0
103952026-02-27T15:24:28.011Z[ recovery-image] Feb 27 15:24:27.845 INFO E| Compiling adler2 v2.0.1
103962026-02-27T15:24:28.011Z[ recovery-image] Feb 27 15:24:27.846 INFO E| Compiling plain v0.2.3
103972026-02-27T15:24:28.011Z[ recovery-image] Feb 27 15:24:27.846 INFO E| Compiling scroll v0.13.0
103982026-02-27T15:24:28.011Z[ recovery-image] Feb 27 15:24:27.846 INFO E| Compiling log v0.4.29
103992026-02-27T15:24:28.036Z[ recovery-image] Feb 27 15:24:27.846 INFO E| Compiling bit_field v0.10.3
104002026-02-27T15:24:28.141Z[ recovery-image] Feb 27 15:24:27.975 INFO E| Compiling raw-cpuid v10.7.0
104012026-02-27T15:24:28.225Z[ recovery-image] Feb 27 15:24:28.059 INFO E| Compiling miniz_oxide v0.9.0
104022026-02-27T15:24:28.369Z[ recovery-image] Feb 27 15:24:28.203 INFO E| Compiling bitstruct v0.1.1
104032026-02-27T15:24:28.477Z[ recovery-image] Feb 27 15:24:28.311 INFO E| Compiling cpio_reader v0.1.2
104042026-02-27T15:24:28.512Z[ recovery-image] Feb 27 15:24:28.346 INFO E| Compiling static_assertions v1.1.0
104052026-02-27T15:24:28.638Z[ recovery-image] Feb 27 15:24:28.473 INFO E| Compiling goblin v0.10.4
104062026-02-27T15:24:31.824Z[ host-image] Feb 27 15:24:31.657 INFO O| Feb 27 15:24:31.657 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
104072026-02-27T15:24:31.824Z[ host-image] Feb 27 15:24:31.657 INFO O| Feb 27 15:24:31.657 INFO E| svccfg: Loaded 79 smf(7) service descriptions
104082026-02-27T15:24:31.849Z[ host-image] Feb 27 15:24:31.680 INFO O| Feb 27 15:24:31.680 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
104092026-02-27T15:24:32.039Z[ host-image] Feb 27 15:24:31.873 INFO O| Feb 27 15:24:31.873 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
104102026-02-27T15:24:32.157Z[ host-image] Feb 27 15:24:31.991 INFO O| Feb 27 15:24:31.991 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"}
104112026-02-27T15:24:32.283Z[ host-image] Feb 27 15:24:32.117 INFO O| Feb 27 15:24:32.117 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
104122026-02-27T15:24:32.283Z[ host-image] Feb 27 15:24:32.117 INFO O| Feb 27 15:24:32.117 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
104132026-02-27T15:24:32.308Z[ host-image] Feb 27 15:24:32.119 INFO O| Feb 27 15:24:32.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
104142026-02-27T15:24:32.308Z[ host-image] Feb 27 15:24:32.119 INFO O| Feb 27 15:24:32.119 INFO ok!
104152026-02-27T15:24:32.308Z[ host-image] Feb 27 15:24:32.120 INFO O| Feb 27 15:24:32.119 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
104162026-02-27T15:24:32.308Z[ host-image] Feb 27 15:24:32.120 INFO O| Feb 27 15:24:32.120 INFO STEP 176 (seed_smf) COMPLETE
104172026-02-27T15:24:32.308Z[ host-image] Feb 27 15:24:32.120 INFO O| Feb 27 15:24:32.120 INFO steps complete; finalising image!
104182026-02-27T15:24:32.308Z[ host-image] Feb 27 15:24:32.120 INFO O| Feb 27 15:24:32.120 INFO TRIM POOL: TEMPORARY-sled-zfs
104192026-02-27T15:24:32.478Z[ host-image] Feb 27 15:24:32.312 INFO O| Feb 27 15:24:32.312 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Fri Feb 27 15:24:32 2026)
104202026-02-27T15:24:32.710Z[ host-image] Feb 27 15:24:32.544 INFO O| Feb 27 15:24:32.544 INFO temporary pool has 817M used, 79.1M avail, 1.80x compressratio
104212026-02-27T15:24:32.710Z[ host-image] Feb 27 15:24:32.544 INFO O| Feb 27 15:24:32.544 INFO EXPORT POOL: TEMPORARY-sled-zfs
104222026-02-27T15:24:33.094Z[ host-image] Feb 27 15:24:32.928 INFO O| Feb 27 15:24:32.928 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
104232026-02-27T15:24:33.094Z[ host-image] Feb 27 15:24:32.929 INFO O| Feb 27 15:24:32.928 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
104242026-02-27T15:24:34.570Z[ host-image] Feb 27 15:24:34.404 INFO O| Feb 27 15:24:34.404 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
104252026-02-27T15:24:34.570Z[ host-image] Feb 27 15:24:34.404 INFO O| Feb 27 15:24:34.404 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
104262026-02-27T15:24:34.571Z[ host-image] Feb 27 15:24:34.404 INFO O| Feb 27 15:24:34.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
104272026-02-27T15:24:34.596Z[ host-image] Feb 27 15:24:34.404 INFO O| Feb 27 15:24:34.404 INFO completed processing sled/zfs
104282026-02-27T15:24:34.596Z[ host-image] Feb 27 15:24:34.404 INFO O| Feb 27 15:24:34.404 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
104292026-02-27T15:24:35.095Z[ recovery-image] Feb 27 15:24:34.929 INFO E| Finished `release` profile [optimized] target(s) in 1m 16s
104302026-02-27T15:24:35.130Z[ recovery-image] Feb 27 15:24:34.964 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104312026-02-27T15:24:35.253Z[ recovery-image] Feb 27 15:24:35.087 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')"
104322026-02-27T15:24:35.307Z[ recovery-image] Feb 27 15:24:35.087 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104332026-02-27T15:24:35.307Z[ recovery-image] Feb 27 15:24:35.087 INFO building ROM for gimlet
104342026-02-27T15:24:35.307Z[ recovery-image] Feb 27 15:24:35.087 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")
104352026-02-27T15:24:35.484Z[ host-image] Feb 27 15:24:35.318 INFO O| Feb 27 15:24:35.318 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104362026-02-27T15:24:35.544Z[ host-image] Feb 27 15:24:35.378 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
104372026-02-27T15:24:35.569Z[ host-image] Feb 27 15:24:35.378 INFO expanded image name: "ci daae34f/${os_short_commit} 2026-02-27 14:22" -> "ci daae34f/3e08689 2026-02-27 14:22"
104382026-02-27T15:24:35.569Z[ host-image] Feb 27 15:24:35.379 INFO output artefacts stored in: "/work/os-host"
104392026-02-27T15:24:35.569Z[ host-image] Feb 27 15:24:35.379 INFO collecting git info from project "chelsio-t6-roms"...
104402026-02-27T15:24:35.569Z[ host-image] Feb 27 15:24:35.392 INFO collecting git info from project "bootserver"...
104412026-02-27T15:24:35.569Z[ host-image] Feb 27 15:24:35.401 INFO collecting git info from project "dmar-report"...
104422026-02-27T15:24:35.594Z[ host-image] Feb 27 15:24:35.410 INFO collecting git info from project "pinprick"...
104432026-02-27T15:24:35.594Z[ host-image] Feb 27 15:24:35.418 INFO collecting git info from project "amd-firmware"...
104442026-02-27T15:24:35.619Z[ host-image] Feb 27 15:24:35.440 INFO collecting git info from project "image-builder"...
104452026-02-27T15:24:35.619Z[ host-image] Feb 27 15:24:35.450 INFO collecting git info from project "pilot"...
104462026-02-27T15:24:35.644Z[ host-image] Feb 27 15:24:35.460 INFO collecting git info from project "amd-host-image-builder"...
104472026-02-27T15:24:35.644Z[ host-image] Feb 27 15:24:35.472 INFO collecting git info from project "phbl"...
104482026-02-27T15:24:35.644Z[ recovery-image] Feb 27 15:24:35.476 INFO E| Downloading crates ...
104492026-02-27T15:24:35.669Z[ host-image] Feb 27 15:24:35.484 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104502026-02-27T15:24:35.775Z[ recovery-image] Feb 27 15:24:35.609 INFO E| Downloaded duct v0.13.7
104512026-02-27T15:24:35.799Z[ recovery-image] Feb 27 15:24:35.630 INFO E| Downloaded toml_datetime v0.6.9
104522026-02-27T15:24:35.799Z[ recovery-image] Feb 27 15:24:35.633 INFO E| Downloaded toml_write v0.1.1
104532026-02-27T15:24:35.824Z[ recovery-image] Feb 27 15:24:35.636 INFO E| Downloaded clap_derive v4.5.32
104542026-02-27T15:24:35.824Z[ recovery-image] Feb 27 15:24:35.641 INFO E| Downloaded cc v1.2.20
104552026-02-27T15:24:35.824Z[ recovery-image] Feb 27 15:24:35.646 INFO E| Downloaded toml v0.8.22
104562026-02-27T15:24:35.858Z[ recovery-image] Feb 27 15:24:35.692 INFO E| Downloaded clap v4.5.37
104572026-02-27T15:24:35.883Z[ recovery-image] Feb 27 15:24:35.704 INFO E| Downloaded serde_spanned v0.6.8
104582026-02-27T15:24:35.883Z[ recovery-image] Feb 27 15:24:35.706 INFO E| Downloaded toml_edit v0.22.26
104592026-02-27T15:24:35.916Z[ recovery-image] Feb 27 15:24:35.750 INFO E| Downloaded anstyle-parse v0.2.6
104602026-02-27T15:24:35.941Z[ recovery-image] Feb 27 15:24:35.753 INFO E| Downloaded winnow v0.7.7
104612026-02-27T15:24:35.941Z[ recovery-image] Feb 27 15:24:35.766 INFO E| Downloaded clap_builder v4.5.37
104622026-02-27T15:24:35.941Z[ recovery-image] Feb 27 15:24:35.774 INFO E| Downloaded shared_child v1.0.1
104632026-02-27T15:24:35.965Z[ recovery-image] Feb 27 15:24:35.775 INFO E| Downloaded os_pipe v1.2.1
104642026-02-27T15:24:35.965Z[ recovery-image] Feb 27 15:24:35.777 INFO E| Downloaded colorchoice v1.0.3
104652026-02-27T15:24:35.965Z[ recovery-image] Feb 27 15:24:35.778 INFO E| Downloaded anstyle-query v1.1.2
104662026-02-27T15:24:35.966Z[ recovery-image] Feb 27 15:24:35.780 INFO E| Downloaded anstyle v1.0.10
104672026-02-27T15:24:35.990Z[ recovery-image] Feb 27 15:24:35.812 INFO E| Compiling libc v0.2.172
104682026-02-27T15:24:35.990Z[ recovery-image] Feb 27 15:24:35.812 INFO E| Compiling utf8parse v0.2.2
104692026-02-27T15:24:35.991Z[ recovery-image] Feb 27 15:24:35.812 INFO E| Compiling is_terminal_polyfill v1.70.1
104702026-02-27T15:24:35.991Z[ recovery-image] Feb 27 15:24:35.813 INFO E| Compiling equivalent v1.0.2
104712026-02-27T15:24:35.991Z[ recovery-image] Feb 27 15:24:35.813 INFO E| Compiling hashbrown v0.15.2
104722026-02-27T15:24:36.017Z[ recovery-image] Feb 27 15:24:35.835 INFO E| Compiling shlex v1.3.0
104732026-02-27T15:24:36.042Z[ recovery-image] Feb 27 15:24:35.851 INFO E| Compiling colorchoice v1.0.3
104742026-02-27T15:24:36.042Z[ recovery-image] Feb 27 15:24:35.852 INFO E| Compiling syn v2.0.101
104752026-02-27T15:24:36.218Z[ recovery-image] Feb 27 15:24:36.052 INFO E| Compiling anstyle-parse v0.2.6
104762026-02-27T15:24:36.244Z[ recovery-image] Feb 27 15:24:36.064 INFO E| Compiling once_cell v1.21.3
104772026-02-27T15:24:36.273Z[ host-image] Feb 27 15:24:36.107 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104782026-02-27T15:24:36.316Z[ recovery-image] Feb 27 15:24:36.150 INFO E| Compiling anstyle v1.0.10
104792026-02-27T15:24:36.353Z[ recovery-image] Feb 27 15:24:36.188 INFO E| Compiling anstyle-query v1.1.2
104802026-02-27T15:24:36.516Z[ recovery-image] Feb 27 15:24:36.350 INFO E| Compiling cc v1.2.20
104812026-02-27T15:24:36.616Z[ recovery-image] Feb 27 15:24:36.450 INFO E| Compiling winnow v0.7.7
104822026-02-27T15:24:36.794Z[ recovery-image] Feb 27 15:24:36.628 INFO E| Compiling anstream v0.6.18
104832026-02-27T15:24:36.898Z[ recovery-image] Feb 27 15:24:36.731 INFO E| Compiling clap_lex v0.7.4
104842026-02-27T15:24:36.923Z[ host-image] Feb 27 15:24:36.736 INFO creating Oxide boot image...
104852026-02-27T15:24:36.923Z[ host-image] Feb 27 15:24:36.736 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci daae34f/3e08689 2026-02-27 14:22", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104862026-02-27T15:24:36.971Z[ recovery-image] Feb 27 15:24:36.805 INFO E| Compiling anyhow v1.0.98
104872026-02-27T15:24:37.707Z[ recovery-image] Feb 27 15:24:37.541 INFO E| Compiling indexmap v2.9.0
104882026-02-27T15:24:37.747Z[ recovery-image] Feb 27 15:24:37.582 INFO E| Compiling strsim v0.11.1
104892026-02-27T15:24:37.772Z[ recovery-image] Feb 27 15:24:37.590 INFO E| Compiling toml_write v0.1.1
104902026-02-27T15:24:38.193Z[ recovery-image] Feb 27 15:24:38.028 INFO E| Compiling os_pipe v1.2.1
104912026-02-27T15:24:38.466Z[ recovery-image] Feb 27 15:24:38.300 INFO E| Compiling shared_child v1.0.1
104922026-02-27T15:24:38.590Z[ recovery-image] Feb 27 15:24:38.424 INFO E| Compiling clap_builder v4.5.37
104932026-02-27T15:24:38.799Z[ host-image] Feb 27 15:24:38.633 INFO O| ok, image written!
104942026-02-27T15:24:38.799Z[ host-image] Feb 27 15:24:38.634 INFO O| ok, boot_image_csum file written!
104952026-02-27T15:24:38.825Z[ host-image] Feb 27 15:24:38.639 INFO creating boot archive (CPIO)...
104962026-02-27T15:24:38.825Z[ host-image] Feb 27 15:24:38.639 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
104972026-02-27T15:24:38.825Z[ host-image] Feb 27 15:24:38.648 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104982026-02-27T15:24:38.825Z[ host-image] Feb 27 15:24:38.648 INFO E| + outfile=/work/os-host/cpio
104992026-02-27T15:24:38.825Z[ host-image] Feb 27 15:24:38.648 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105002026-02-27T15:24:38.825Z[ host-image] Feb 27 15:24:38.651 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105012026-02-27T15:24:38.825Z[ host-image] Feb 27 15:24:38.652 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105022026-02-27T15:24:38.886Z[ host-image] Feb 27 15:24:38.721 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105032026-02-27T15:24:38.887Z[ host-image] Feb 27 15:24:38.721 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105042026-02-27T15:24:38.912Z[ host-image] Feb 27 15:24:38.734 INFO creating compressed cpio/unix for dev loaders...
105052026-02-27T15:24:38.912Z[ host-image] Feb 27 15:24:38.734 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
105062026-02-27T15:24:39.003Z[ recovery-image] Feb 27 15:24:38.837 INFO E| Compiling duct v0.13.7
105072026-02-27T15:24:39.299Z[ host-image] Feb 27 15:24:39.133 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
105082026-02-27T15:24:40.292Z[ recovery-image] Feb 27 15:24:40.126 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
105092026-02-27T15:24:42.320Z[ recovery-image] Feb 27 15:24:42.154 INFO E| Compiling serde_derive v1.0.219
105102026-02-27T15:24:42.320Z[ recovery-image] Feb 27 15:24:42.154 INFO E| Compiling clap_derive v4.5.32
105112026-02-27T15:24:44.938Z[ host-image] Feb 27 15:24:44.772 INFO creating reset image...
105122026-02-27T15:24:44.938Z[ host-image] Feb 27 15:24:44.772 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
105132026-02-27T15:24:45.022Z[ host-image] Feb 27 15:24:44.856 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')"
105142026-02-27T15:24:45.022Z[ host-image] Feb 27 15:24:44.856 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")
105152026-02-27T15:24:45.185Z[ host-image] Feb 27 15:24:45.019 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105162026-02-27T15:24:45.210Z[ host-image] Feb 27 15:24:45.022 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105172026-02-27T15:24:45.520Z[ recovery-image] Feb 27 15:24:45.355 INFO E| Compiling clap v4.5.37
105182026-02-27T15:24:45.722Z[ host-image] Feb 27 15:24:45.556 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)
105192026-02-27T15:24:45.722Z[ host-image] Feb 27 15:24:45.556 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)
105202026-02-27T15:24:45.747Z[ host-image] Feb 27 15:24:45.556 INFO E| Compiling proc-macro2 v1.0.106
105212026-02-27T15:24:45.747Z[ host-image] Feb 27 15:24:45.556 INFO E| Compiling quote v1.0.44
105222026-02-27T15:24:45.747Z[ host-image] Feb 27 15:24:45.556 INFO E| Compiling unicode-ident v1.0.23
105232026-02-27T15:24:45.747Z[ host-image] Feb 27 15:24:45.557 INFO E| Compiling syn v1.0.109
105242026-02-27T15:24:45.747Z[ host-image] Feb 27 15:24:45.557 INFO E| Compiling x86 v0.52.0
105252026-02-27T15:24:45.747Z[ host-image] Feb 27 15:24:45.557 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105262026-02-27T15:24:46.194Z[ host-image] Feb 27 15:24:46.029 INFO E| Compiling seq-macro v0.3.6
105272026-02-27T15:24:47.210Z[ recovery-image] Feb 27 15:24:47.044 INFO E| Compiling serde v1.0.219
105282026-02-27T15:24:48.112Z[ host-image] Feb 27 15:24:47.946 INFO E| Compiling syn v2.0.114
105292026-02-27T15:24:51.539Z[ host-image] Feb 27 15:24:51.373 INFO E| Compiling scroll_derive v0.13.1
105302026-02-27T15:24:51.974Z[ recovery-image] Feb 27 15:24:51.808 INFO E| Compiling serde_spanned v0.6.8
105312026-02-27T15:24:51.974Z[ recovery-image] Feb 27 15:24:51.808 INFO E| Compiling toml_datetime v0.6.9
105322026-02-27T15:24:52.346Z[ recovery-image] Feb 27 15:24:52.181 INFO E| Compiling toml_edit v0.22.26
105332026-02-27T15:24:54.230Z[ host-image] Feb 27 15:24:54.064 INFO E| Compiling bitstruct_derive v0.1.0
105342026-02-27T15:24:55.475Z[ recovery-image] Feb 27 15:24:55.309 INFO E| Compiling toml v0.8.22
105352026-02-27T15:25:00.040Z[ recovery-image] Feb 27 15:24:59.874 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.66s
105362026-02-27T15:25:00.072Z[ recovery-image] Feb 27 15:24:59.906 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`
105372026-02-27T15:25:00.104Z[ recovery-image] Feb 27 15:24:59.937 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105382026-02-27T15:25:00.392Z[ recovery-image] Feb 27 15:25:00.227 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
105392026-02-27T15:25:00.417Z[ recovery-image] Feb 27 15:25:00.235 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`
105402026-02-27T15:25:00.765Z[ recovery-image] Feb 27 15:25:00.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105412026-02-27T15:25:00.765Z[ recovery-image] Feb 27 15:25:00.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105422026-02-27T15:25:00.790Z[ recovery-image] Feb 27 15:25:00.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105432026-02-27T15:25:00.790Z[ recovery-image] Feb 27 15:25:00.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105442026-02-27T15:25:00.790Z[ recovery-image] Feb 27 15:25:00.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105452026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105462026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105472026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105482026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105492026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105502026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105512026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105522026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105532026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105542026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105552026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.602 INFO O| Info: ABL version: 0x100f5010
105562026-02-27T15:25:00.791Z[ recovery-image] Feb 27 15:25:00.602 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105572026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105582026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105592026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105602026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105612026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105622026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105632026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105642026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105652026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105662026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105672026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105682026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105692026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105702026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105712026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105722026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105732026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105742026-02-27T15:25:00.792Z[ recovery-image] Feb 27 15:25:00.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105752026-02-27T15:25:00.843Z[ recovery-image] Feb 27 15:25:00.678 INFO building ROM for cosmo
105762026-02-27T15:25:00.868Z[ recovery-image] Feb 27 15:25:00.678 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")
105772026-02-27T15:25:01.176Z[ recovery-image] Feb 27 15:25:01.010 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
105782026-02-27T15:25:01.201Z[ recovery-image] Feb 27 15:25:01.016 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`
105792026-02-27T15:25:01.226Z[ recovery-image] Feb 27 15:25:01.055 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
105802026-02-27T15:25:01.368Z[ recovery-image] Feb 27 15:25:01.202 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
105812026-02-27T15:25:01.393Z[ recovery-image] Feb 27 15:25:01.208 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`
105822026-02-27T15:25:02.189Z[ recovery-image] Feb 27 15:25:02.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
105832026-02-27T15:25:02.189Z[ recovery-image] Feb 27 15:25:02.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
105842026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
105852026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
105862026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105872026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.024 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105882026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105892026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
105902026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
105912026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
105922026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
105932026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105942026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105952026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.025 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105962026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105972026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105982026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
105992026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106002026-02-27T15:25:02.260Z[ recovery-image] Feb 27 15:25:02.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106012026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106022026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106032026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106042026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.026 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106052026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106062026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106072026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106082026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
106092026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106102026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
106112026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106122026-02-27T15:25:02.261Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
106132026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
106142026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
106152026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106162026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
106172026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
106182026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
106192026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
106202026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
106212026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
106222026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
106232026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
106242026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
106252026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
106262026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
106272026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106282026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
106292026-02-27T15:25:02.262Z[ recovery-image] Feb 27 15:25:02.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
106302026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
106312026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
106322026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
106332026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
106342026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
106352026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.030 INFO O| Info: ABL version: 0x1007f011
106362026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.030 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
106372026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.030 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
106382026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
106392026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106402026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106412026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106422026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106432026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106442026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106452026-02-27T15:25:02.263Z[ recovery-image] Feb 27 15:25:02.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106462026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106472026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106482026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106492026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106502026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106512026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106522026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106532026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106542026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106552026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106562026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106572026-02-27T15:25:02.264Z[ recovery-image] Feb 27 15:25:02.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106582026-02-27T15:25:02.289Z[ recovery-image] Feb 27 15:25:02.103 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106592026-02-27T15:25:02.289Z[ recovery-image] Feb 27 15:25:02.103 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106602026-02-27T15:25:08.182Z[ recovery-image] Feb 27 15:25:08.016 INFO image complete! materials are in "/work/os-recovery"
106612026-02-27T15:25:08.207Z[ recovery-image]
106622026-02-27T15:25:08.207Z[ recovery-image] real 31:13.847760688
106632026-02-27T15:25:08.207Z[ recovery-image] user 22:16.621250931
106642026-02-27T15:25:08.207Z[ recovery-image] sys 1:56.934692880
106652026-02-27T15:25:08.207Z[ recovery-image] trap 1.318483948
106662026-02-27T15:25:08.207Z[ recovery-image] tflt 0.913057743
106672026-02-27T15:25:08.207Z[ recovery-image] dflt 3.163299681
106682026-02-27T15:25:08.207Z[ recovery-image] kflt 0.014223745
106692026-02-27T15:25:08.208Z[ recovery-image] lock 59:49.066350860
106702026-02-27T15:25:08.208Z[ recovery-image] slp 3:03:45.398685188
106712026-02-27T15:25:08.208Z[ recovery-image] lat 9:14.140616444
106722026-02-27T15:25:08.208Z[ recovery-image] stop 16.534189712
106732026-02-27T15:25:08.208ZFeb 27 15:25:08.029 INFO [recovery-image] process exited with exit status: 0 (1873.871913019s)
106742026-02-27T15:25:23.274Z[ host-image] Feb 27 15:25:23.108 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)
106752026-02-27T15:25:30.012Z[ host-image] Feb 27 15:25:29.847 INFO E| Compiling bitflags v1.3.2
106762026-02-27T15:25:30.012Z[ host-image] Feb 27 15:25:29.847 INFO E| Compiling adler2 v2.0.1
106772026-02-27T15:25:30.037Z[ host-image] Feb 27 15:25:29.847 INFO E| Compiling log v0.4.29
106782026-02-27T15:25:30.037Z[ host-image] Feb 27 15:25:29.847 INFO E| Compiling bitflags v2.10.0
106792026-02-27T15:25:30.037Z[ host-image] Feb 27 15:25:29.847 INFO E| Compiling bit_field v0.10.3
106802026-02-27T15:25:30.037Z[ host-image] Feb 27 15:25:29.847 INFO E| Compiling scroll v0.13.0
106812026-02-27T15:25:30.037Z[ host-image] Feb 27 15:25:29.847 INFO E| Compiling plain v0.2.3
106822026-02-27T15:25:30.333Z[ host-image] Feb 27 15:25:30.168 INFO E| Compiling raw-cpuid v10.7.0
106832026-02-27T15:25:30.403Z[ host-image] Feb 27 15:25:30.237 INFO E| Compiling miniz_oxide v0.9.0
106842026-02-27T15:25:30.742Z[ host-image] Feb 27 15:25:30.577 INFO E| Compiling cpio_reader v0.1.2
106852026-02-27T15:25:30.806Z[ host-image] Feb 27 15:25:30.641 INFO E| Compiling goblin v0.10.4
106862026-02-27T15:25:30.889Z[ host-image] Feb 27 15:25:30.722 INFO E| Compiling static_assertions v1.1.0
106872026-02-27T15:25:30.889Z[ host-image] Feb 27 15:25:30.722 INFO E| Compiling bitstruct v0.1.1
106882026-02-27T15:25:41.254Z[ host-image] Feb 27 15:25:41.088 INFO E| Finished `release` profile [optimized] target(s) in 56.04s
106892026-02-27T15:25:41.279Z[ host-image] Feb 27 15:25:41.108 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106902026-02-27T15:25:41.388Z[ host-image] Feb 27 15:25:41.223 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')"
106912026-02-27T15:25:41.388Z[ host-image] Feb 27 15:25:41.223 INFO building ROM for gimlet
106922026-02-27T15:25:41.413Z[ host-image] Feb 27 15:25:41.223 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")
106932026-02-27T15:25:41.635Z[ host-image] Feb 27 15:25:41.470 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
106942026-02-27T15:25:41.684Z[ host-image] Feb 27 15:25:41.519 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`
106952026-02-27T15:25:41.721Z[ host-image] Feb 27 15:25:41.555 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106962026-02-27T15:25:41.889Z[ host-image] Feb 27 15:25:41.724 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
106972026-02-27T15:25:41.914Z[ host-image] Feb 27 15:25:41.730 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`
106982026-02-27T15:25:42.223Z[ host-image] Feb 27 15:25:42.057 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106992026-02-27T15:25:42.223Z[ host-image] Feb 27 15:25:42.057 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107002026-02-27T15:25:42.223Z[ host-image] Feb 27 15:25:42.057 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107012026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.057 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107022026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107032026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107042026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107052026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107062026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107072026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.058 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107082026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107092026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107102026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107112026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107122026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.059 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107132026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.060 INFO O| Info: ABL version: 0x100f5010
107142026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.060 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107152026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107162026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107172026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107182026-02-27T15:25:42.248Z[ host-image] Feb 27 15:25:42.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107192026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.060 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107202026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107212026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107222026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107232026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107242026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107252026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107262026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107272026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107282026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107292026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.061 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107302026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107312026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107322026-02-27T15:25:42.249Z[ host-image] Feb 27 15:25:42.062 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107332026-02-27T15:25:42.302Z[ host-image] Feb 27 15:25:42.137 INFO building ROM for cosmo
107342026-02-27T15:25:42.302Z[ host-image] Feb 27 15:25:42.137 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")
107352026-02-27T15:25:42.557Z[ host-image] Feb 27 15:25:42.391 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
107362026-02-27T15:25:42.605Z[ host-image] Feb 27 15:25:42.440 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`
107372026-02-27T15:25:42.641Z[ host-image] Feb 27 15:25:42.476 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
107382026-02-27T15:25:42.787Z[ host-image] Feb 27 15:25:42.621 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
107392026-02-27T15:25:42.843Z[ host-image] Feb 27 15:25:42.677 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`
107402026-02-27T15:25:43.494Z[ host-image] Feb 27 15:25:43.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
107412026-02-27T15:25:43.494Z[ host-image] Feb 27 15:25:43.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
107422026-02-27T15:25:43.494Z[ host-image] Feb 27 15:25:43.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
107432026-02-27T15:25:43.565Z[ host-image] Feb 27 15:25:43.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
107442026-02-27T15:25:43.565Z[ host-image] Feb 27 15:25:43.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
107452026-02-27T15:25:43.565Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
107462026-02-27T15:25:43.565Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
107472026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
107482026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
107492026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
107502026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
107512026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107522026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107532026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107542026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107552026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107562026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107572026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107582026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107592026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107602026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107612026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107622026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107632026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107642026-02-27T15:25:43.566Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107652026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107662026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107672026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107682026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107692026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107702026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107712026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107722026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107732026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107742026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107752026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107762026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107772026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107782026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107792026-02-27T15:25:43.567Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107802026-02-27T15:25:43.568Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107812026-02-27T15:25:43.568Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107822026-02-27T15:25:43.568Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107832026-02-27T15:25:43.568Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107842026-02-27T15:25:43.568Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107852026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107862026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107872026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107882026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107892026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107902026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107912026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107922026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107932026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO O| Info: ABL version: 0x1007f011
107942026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107952026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.332 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107962026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107972026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107982026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107992026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108002026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108012026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108022026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108032026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108042026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108052026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108062026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
108072026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
108082026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
108092026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
108102026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
108112026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
108122026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
108132026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
108142026-02-27T15:25:43.569Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
108152026-02-27T15:25:43.570Z[ host-image] Feb 27 15:25:43.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
108162026-02-27T15:25:43.595Z[ host-image] Feb 27 15:25:43.417 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108172026-02-27T15:25:43.595Z[ host-image] Feb 27 15:25:43.418 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108182026-02-27T15:25:43.595Z[ host-image] Feb 27 15:25:43.418 INFO finishing image archive at "/work/os-host/os.tar.gz"...
108192026-02-27T15:26:12.502Z[verify-libraries] Finished `release` profile [optimized] target(s) in 32m 11s
108202026-02-27T15:26:13.228Z[ host-image] Feb 27 15:26:13.063 INFO image complete! materials are in "/work/os-host"
108212026-02-27T15:26:13.254Z[ host-image]
108222026-02-27T15:26:13.254Z[ host-image] real 33:09.049450896
108232026-02-27T15:26:13.254Z[ host-image] user 22:06.820062207
108242026-02-27T15:26:13.254Z[ host-image] sys 2:02.394438950
108252026-02-27T15:26:13.254Z[ host-image] trap 1.055576594
108262026-02-27T15:26:13.254Z[ host-image] tflt 0.243309721
108272026-02-27T15:26:13.254Z[ host-image] dflt 0.921638815
108282026-02-27T15:26:13.254Z[ host-image] kflt 0.106427296
108292026-02-27T15:26:13.254Z[ host-image] lock 9:38.024503137
108302026-02-27T15:26:13.254Z[ host-image] slp 3:12:52.764232845
108312026-02-27T15:26:13.254Z[ host-image] lat 7:26.729528981
108322026-02-27T15:26:13.254Z[ host-image] stop 3.433690545
108332026-02-27T15:26:13.254ZFeb 27 15:26:13.069 INFO [host-image] process exited with exit status: 0 (1989.058243109s)
108342026-02-27T15:26:13.254ZFeb 27 15:26:13.070 INFO [tuf-repo] running task
108352026-02-27T15:26:13.279ZFeb 27 15:26:13.111 INFO [verify-libraries] process exited with exit status: 0 (1939.538155397s)
108362026-02-27T15:26:45.538ZFeb 27 15:26:45.373 INFO assembling repository in `/tmp/tufaceousIj05J2`, component: OmicronRepoAssembler
108372026-02-27T15:26:55.277ZFeb 27 15:26:55.112 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108382026-02-27T15:26:55.795ZFeb 27 15:26:55.631 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108392026-02-27T15:27:33.530ZFeb 27 15:27:33.365 INFO extracting uploaded archive to /tmp/.tmpGR7kaW
108402026-02-27T15:27:37.962ZFeb 27 15:27:37.798 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.kNBHwG
108412026-02-27T15:27:38.091ZFeb 27 15:27:37.926 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108422026-02-27T15:27:38.317ZFeb 27 15:27:38.152 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108432026-02-27T15:27:38.529ZFeb 27 15:27:38.364 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108442026-02-27T15:27:38.723ZFeb 27 15:27:38.558 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108452026-02-27T15:27:38.928ZFeb 27 15:27:38.763 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108462026-02-27T15:27:39.125ZFeb 27 15:27:38.960 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108472026-02-27T15:27:39.338ZFeb 27 15:27:39.174 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108482026-02-27T15:27:39.580ZFeb 27 15:27:39.415 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108492026-02-27T15:27:39.580ZFeb 27 15:27:39.415 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108502026-02-27T15:27:39.720ZFeb 27 15:27:39.555 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108512026-02-27T15:27:39.720ZFeb 27 15:27:39.555 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108522026-02-27T15:27:39.859ZFeb 27 15:27:39.694 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108532026-02-27T15:27:39.859ZFeb 27 15:27:39.694 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108542026-02-27T15:27:39.997ZFeb 27 15:27:39.832 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108552026-02-27T15:27:39.997ZFeb 27 15:27:39.832 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108562026-02-27T15:27:40.142ZFeb 27 15:27:39.977 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108572026-02-27T15:27:40.142ZFeb 27 15:27:39.978 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108582026-02-27T15:27:40.285ZFeb 27 15:27:40.120 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108592026-02-27T15:27:40.285ZFeb 27 15:27:40.120 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108602026-02-27T15:27:40.419ZFeb 27 15:27:40.254 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108612026-02-27T15:27:40.419ZFeb 27 15:27:40.254 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108622026-02-27T15:27:40.444ZFeb 27 15:27:40.256 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108632026-02-27T15:27:40.444ZFeb 27 15:27:40.257 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108642026-02-27T15:27:40.444ZFeb 27 15:27:40.259 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108652026-02-27T15:27:40.444ZFeb 27 15:27:40.261 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108662026-02-27T15:27:40.444ZFeb 27 15:27:40.262 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108672026-02-27T15:27:54.783ZFeb 27 15:27:54.618 INFO added artifact, length: 33554432, hash: dc6b85c2378f62aef8f1f7e3b6003c08b6f41b01b3577380e60fe490c6cd79eb, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: gimlet_host_phase_1, name: host
108682026-02-27T15:27:54.783ZFeb 27 15:27:54.618 INFO added artifact, length: 33554432, hash: 15f04ea8cddd78f2f0c833135868f0ccb541f5b04c383cc428b44ba5addc9265, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: cosmo_host_phase_1, name: host
108692026-02-27T15:27:54.783ZFeb 27 15:27:54.618 INFO added artifact, length: 1101008896, hash: 7380e7ba39b909e369279edf351e5b6ffb67f4e72f6864035c0d259610b44d6a, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: host_phase_2, name: host
108702026-02-27T15:27:57.488ZFeb 27 15:27:57.324 INFO added artifact, length: 33554432, hash: 00d60c78974340aa599e9a94d8c9971a9e47d34e7f94a98a250ae009383a7ae2, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: gimlet_trampoline_phase_1, name: trampoline
108712026-02-27T15:27:57.488ZFeb 27 15:27:57.324 INFO added artifact, length: 33554432, hash: 5a5f8401e79c0cc585008ecb7789114a3d606d8066e6aa8ea96dd59ca318d3ca, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: cosmo_trampoline_phase_1, name: trampoline
108722026-02-27T15:27:57.489ZFeb 27 15:27:57.324 INFO added artifact, length: 147839696, hash: 1c512e4e02e394cafac7bb1e70aafca1233fa11a859efa3ee426f1d997fcb0fa, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: trampoline_phase_2, name: trampoline
108732026-02-27T15:28:02.586ZFeb 27 15:28:02.422 INFO added artifact, length: 306026069, hash: 5989d3ddac168a1112f86295d62af17756009b6dcd7eeab2fa3f19917fe72d58, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: clickhouse_keeper
108742026-02-27T15:28:08.119ZFeb 27 15:28:07.955 INFO added artifact, length: 322789657, hash: 1bc13733e5f0770aebec0850df4cc2f832d8936a3da5b2acb641cac0f82899d5, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: clickhouse_server
108752026-02-27T15:28:13.446ZFeb 27 15:28:13.282 INFO added artifact, length: 322791068, hash: 61f7b6225571cfc16161e55b1d5edbd8e72d13aa735e60864d96136d2601b28e, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: clickhouse
108762026-02-27T15:28:16.196ZFeb 27 15:28:16.031 INFO added artifact, length: 166777331, hash: bc4c7842096b1bd74bf605189903244d3cd1265408f61b991e982d80e88ed37d, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: cockroachdb
108772026-02-27T15:28:16.882ZFeb 27 15:28:16.717 INFO added artifact, length: 44088244, hash: 12c536be118c6e5a304676b506a20f4abf014ce967e572282563ddf93c908273, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: crucible-pantry-zone
108782026-02-27T15:28:17.923ZFeb 27 15:28:17.758 INFO added artifact, length: 58565589, hash: b0b39ffc6c344c9aa0b78d908f68996275b54aa61be14eda2e88d260d13cb267, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: crucible-zone
108792026-02-27T15:28:18.820ZFeb 27 15:28:18.655 INFO added artifact, length: 53241613, hash: 586405d7335ab82d5ebaa538456ec7b5e9c17c58ce14d6980b5da5081cd950ec, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: external-dns
108802026-02-27T15:28:19.728ZFeb 27 15:28:19.563 INFO added artifact, length: 53241213, hash: 5ee415c64d3f78a44b1b8410eaad29c71e21cbf97e970c90a11aacf67fd06d8c, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: internal-dns
108812026-02-27T15:28:23.312ZFeb 27 15:28:23.148 INFO added artifact, length: 221240862, hash: 9da32c039f716daf00774dc339c8b9b49dea8efae419c9fe14e0f27c27f7abcf, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: nexus
108822026-02-27T15:28:23.827ZFeb 27 15:28:23.662 INFO added artifact, length: 32607517, hash: c8f150812c3aa85bbba0b3123eb61b9c41ce0923f7f24e19e782dc7f06d62240, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: ntp
108832026-02-27T15:28:24.909ZFeb 27 15:28:24.745 INFO added artifact, length: 67849631, hash: c4ae208a18e6a70178886443f8b606d9924f92432c9db1c5ea4b43f379660f0c, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: oximeter
108842026-02-27T15:28:24.958ZFeb 27 15:28:24.794 INFO added artifact, length: 3109590, hash: 76b069a60dd5762a7da86535662cc6f60d06ff7a66912443d5a50504d7cd70d9, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: zone, name: probe
108852026-02-27T15:28:24.983ZFeb 27 15:28:24.795 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108862026-02-27T15:28:24.983ZFeb 27 15:28:24.795 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108872026-02-27T15:28:24.983ZFeb 27 15:28:24.796 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108882026-02-27T15:28:25.046ZFeb 27 15:28:24.881 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108892026-02-27T15:28:25.126ZFeb 27 15:28:24.962 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108902026-02-27T15:28:25.263ZFeb 27 15:28:25.099 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108912026-02-27T15:28:25.263ZFeb 27 15:28:25.099 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108922026-02-27T15:28:25.400ZFeb 27 15:28:25.236 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108932026-02-27T15:28:25.401ZFeb 27 15:28:25.236 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108942026-02-27T15:28:25.539ZFeb 27 15:28:25.374 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108952026-02-27T15:28:25.539ZFeb 27 15:28:25.374 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108962026-02-27T15:28:25.668ZFeb 27 15:28:25.504 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108972026-02-27T15:28:25.668ZFeb 27 15:28:25.504 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108982026-02-27T15:28:25.693ZFeb 27 15:28:25.506 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108992026-02-27T15:28:25.693ZFeb 27 15:28:25.507 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109002026-02-27T15:28:25.693ZFeb 27 15:28:25.509 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109012026-02-27T15:28:25.798ZFeb 27 15:28:25.634 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109022026-02-27T15:28:26.051ZFeb 27 15:28:25.881 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109032026-02-27T15:28:26.291ZFeb 27 15:28:26.126 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109042026-02-27T15:28:26.544ZFeb 27 15:28:26.379 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109052026-02-27T15:28:26.544ZFeb 27 15:28:26.379 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109062026-02-27T15:28:26.678ZFeb 27 15:28:26.513 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109072026-02-27T15:28:26.678ZFeb 27 15:28:26.513 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109082026-02-27T15:28:26.815ZFeb 27 15:28:26.650 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109092026-02-27T15:28:26.815ZFeb 27 15:28:26.651 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109102026-02-27T15:28:26.949ZFeb 27 15:28:26.785 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109112026-02-27T15:28:26.949ZFeb 27 15:28:26.785 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109122026-02-27T15:28:26.975ZFeb 27 15:28:26.787 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109132026-02-27T15:28:26.975ZFeb 27 15:28:26.788 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109142026-02-27T15:28:26.975ZFeb 27 15:28:26.790 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109152026-02-27T15:28:26.975ZFeb 27 15:28:26.791 INFO added artifact, length: 924, hash: 1e87516dfb200f871f34469b541cce0e74cc4a68bf90c5d9f54320871e02e2f7, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: installinator_document, name: installinator_document
109162026-02-27T15:28:27.802ZFeb 27 15:28:27.637 INFO extracting uploaded archive to /tmp/.tmpfkXIwN
109172026-02-27T15:28:32.135ZFeb 27 15:28:31.970 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.0ZkJo2
109182026-02-27T15:28:32.263ZFeb 27 15:28:32.099 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
109192026-02-27T15:28:32.518ZFeb 27 15:28:32.354 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
109202026-02-27T15:28:32.751ZFeb 27 15:28:32.587 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
109212026-02-27T15:28:32.964ZFeb 27 15:28:32.799 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
109222026-02-27T15:28:33.175ZFeb 27 15:28:33.010 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
109232026-02-27T15:28:33.380ZFeb 27 15:28:33.215 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
109242026-02-27T15:28:33.583ZFeb 27 15:28:33.419 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
109252026-02-27T15:28:33.829ZFeb 27 15:28:33.664 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109262026-02-27T15:28:33.829ZFeb 27 15:28:33.664 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109272026-02-27T15:28:33.973ZFeb 27 15:28:33.808 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109282026-02-27T15:28:33.973ZFeb 27 15:28:33.809 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109292026-02-27T15:28:34.116ZFeb 27 15:28:33.952 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109302026-02-27T15:28:34.116ZFeb 27 15:28:33.952 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109312026-02-27T15:28:34.253ZFeb 27 15:28:34.089 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109322026-02-27T15:28:34.253ZFeb 27 15:28:34.089 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109332026-02-27T15:28:34.394ZFeb 27 15:28:34.229 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109342026-02-27T15:28:34.394ZFeb 27 15:28:34.230 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109352026-02-27T15:28:34.529ZFeb 27 15:28:34.364 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109362026-02-27T15:28:34.529ZFeb 27 15:28:34.364 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109372026-02-27T15:28:34.664ZFeb 27 15:28:34.499 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109382026-02-27T15:28:34.664ZFeb 27 15:28:34.500 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109392026-02-27T15:28:34.689ZFeb 27 15:28:34.502 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109402026-02-27T15:28:34.689ZFeb 27 15:28:34.503 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109412026-02-27T15:28:34.689ZFeb 27 15:28:34.505 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109422026-02-27T15:28:34.689ZFeb 27 15:28:34.506 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109432026-02-27T15:28:34.689ZFeb 27 15:28:34.508 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109442026-02-27T15:28:48.245ZFeb 27 15:28:48.080 INFO added artifact, length: 33554432, hash: dc6b85c2378f62aef8f1f7e3b6003c08b6f41b01b3577380e60fe490c6cd79eb, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: gimlet_host_phase_1, name: host
109452026-02-27T15:28:48.245ZFeb 27 15:28:48.081 INFO added artifact, length: 33554432, hash: 15f04ea8cddd78f2f0c833135868f0ccb541f5b04c383cc428b44ba5addc9265, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: cosmo_host_phase_1, name: host
109462026-02-27T15:28:48.245ZFeb 27 15:28:48.081 INFO added artifact, length: 1101008896, hash: 7380e7ba39b909e369279edf351e5b6ffb67f4e72f6864035c0d259610b44d6a, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: host_phase_2, name: host
109472026-02-27T15:28:50.922ZFeb 27 15:28:50.757 INFO added artifact, length: 33554432, hash: 00d60c78974340aa599e9a94d8c9971a9e47d34e7f94a98a250ae009383a7ae2, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: gimlet_trampoline_phase_1, name: trampoline
109482026-02-27T15:28:50.922ZFeb 27 15:28:50.758 INFO added artifact, length: 33554432, hash: 5a5f8401e79c0cc585008ecb7789114a3d606d8066e6aa8ea96dd59ca318d3ca, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: cosmo_trampoline_phase_1, name: trampoline
109492026-02-27T15:28:50.922ZFeb 27 15:28:50.758 INFO added artifact, length: 147839696, hash: 1c512e4e02e394cafac7bb1e70aafca1233fa11a859efa3ee426f1d997fcb0fa, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: trampoline_phase_2, name: trampoline
109502026-02-27T15:29:14.469ZFeb 27 15:29:14.305 INFO added artifact, length: 1709755623, hash: 79cdc6595574da3fefbd22efb71311de144509b661a796c785a016efe86522e8, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: control_plane, name: control-plane
109512026-02-27T15:29:14.494ZFeb 27 15:29:14.306 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109522026-02-27T15:29:14.494ZFeb 27 15:29:14.306 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109532026-02-27T15:29:14.494ZFeb 27 15:29:14.307 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109542026-02-27T15:29:14.553ZFeb 27 15:29:14.389 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109552026-02-27T15:29:14.638ZFeb 27 15:29:14.473 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109562026-02-27T15:29:14.790ZFeb 27 15:29:14.626 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109572026-02-27T15:29:14.790ZFeb 27 15:29:14.626 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109582026-02-27T15:29:14.939ZFeb 27 15:29:14.775 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109592026-02-27T15:29:14.939ZFeb 27 15:29:14.775 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109602026-02-27T15:29:15.079ZFeb 27 15:29:14.915 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109612026-02-27T15:29:15.079ZFeb 27 15:29:14.915 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109622026-02-27T15:29:15.222ZFeb 27 15:29:15.057 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109632026-02-27T15:29:15.222ZFeb 27 15:29:15.057 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109642026-02-27T15:29:15.247ZFeb 27 15:29:15.059 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109652026-02-27T15:29:15.247ZFeb 27 15:29:15.061 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109662026-02-27T15:29:15.247ZFeb 27 15:29:15.063 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109672026-02-27T15:29:15.366ZFeb 27 15:29:15.201 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109682026-02-27T15:29:15.635ZFeb 27 15:29:15.471 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109692026-02-27T15:29:15.893ZFeb 27 15:29:15.729 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109702026-02-27T15:29:16.158ZFeb 27 15:29:15.994 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109712026-02-27T15:29:16.158ZFeb 27 15:29:15.994 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109722026-02-27T15:29:16.311ZFeb 27 15:29:16.146 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109732026-02-27T15:29:16.311ZFeb 27 15:29:16.146 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109742026-02-27T15:29:16.458ZFeb 27 15:29:16.294 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109752026-02-27T15:29:16.458ZFeb 27 15:29:16.294 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109762026-02-27T15:29:16.602ZFeb 27 15:29:16.438 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109772026-02-27T15:29:16.602ZFeb 27 15:29:16.438 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109782026-02-27T15:29:16.627ZFeb 27 15:29:16.440 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109792026-02-27T15:29:16.627ZFeb 27 15:29:16.441 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109802026-02-27T15:29:16.627ZFeb 27 15:29:16.443 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109812026-02-27T15:29:16.627ZFeb 27 15:29:16.444 INFO added artifact, length: 924, hash: 1e87516dfb200f871f34469b541cce0e74cc4a68bf90c5d9f54320871e02e2f7, version: 19.0.0-0.ci+gitdaae34fbbd1, kind: installinator_document, name: installinator_document
109822026-02-27T15:29:17.395ZFeb 27 15:29:17.230 INFO [tuf-repo] task succeeded (184.160235319s)
109832026-02-27T15:29:17.395ZFeb 27 15:29:17.230 INFO all jobs completed in 3980.63809694s
109842026-02-27T15:29:18.977Zprocess exited: duration 4896346 ms, exit code 0
 
109852026-02-27T15:29:19.064Zfound 41 output files
109862026-02-27T15:29:19.064Zuploading: /work/manifest.toml (17174 bytes)
109872026-02-27T15:29:20.210Zuploaded: /work/manifest.toml
109882026-02-27T15:29:20.210Zuploading: /work/repo.zip (2962143929 bytes)
109892026-02-27T15:33:06.154Zuploaded: /work/repo.zip
109902026-02-27T15:33:06.155Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109912026-02-27T15:33:07.252Zuploaded: /work/repo.zip.sha256.txt
109922026-02-27T15:33:07.252Zuploading: /work/helios.json (647 bytes)
109932026-02-27T15:33:08.351Zuploaded: /work/helios.json
109942026-02-27T15:33:08.351Zuploading: /work/incorporation.p5m (100410 bytes)
109952026-02-27T15:33:09.562Zuploaded: /work/incorporation.p5m
109962026-02-27T15:33:09.590Zuploading: /work/incorporation.p5p (122880 bytes)
109972026-02-27T15:33:10.775Zuploaded: /work/incorporation.p5p
109982026-02-27T15:33:10.775Zuploading: /work/helios-incorp.log (526 bytes)
109992026-02-27T15:33:11.875Zuploaded: /work/helios-incorp.log
110002026-02-27T15:33:11.875Zuploading: /work/helios-setup.log (58099 bytes)
110012026-02-27T15:33:13.073Zuploaded: /work/helios-setup.log
110022026-02-27T15:33:13.073Zuploading: /work/host-image.log (236351 bytes)
110032026-02-27T15:33:14.311Zuploaded: /work/host-image.log
110042026-02-27T15:33:14.311Zuploading: /work/host-package.log (34550 bytes)
110052026-02-27T15:33:15.478Zuploaded: /work/host-package.log
110062026-02-27T15:33:15.478Zuploading: /work/host-target.log (101 bytes)
110072026-02-27T15:33:16.582Zuploaded: /work/host-target.log
110082026-02-27T15:33:16.583Zuploading: /work/incorp-create.log (0 bytes)
110092026-02-27T15:33:17.656Zuploaded: /work/incorp-create.log
110102026-02-27T15:33:17.656Zuploading: /work/incorp-fmt.log (0 bytes)
110112026-02-27T15:33:18.731Zuploaded: /work/incorp-fmt.log
110122026-02-27T15:33:18.756Zuploading: /work/incorp-pkgsend.log (108 bytes)
110132026-02-27T15:33:19.831Zuploaded: /work/incorp-pkgsend.log
110142026-02-27T15:33:19.831Zuploading: /work/incorp-publisher.log (0 bytes)
110152026-02-27T15:33:20.905Zuploaded: /work/incorp-publisher.log
110162026-02-27T15:33:20.905Zuploading: /work/omicron-package.log (6946 bytes)
110172026-02-27T15:33:22.027Zuploaded: /work/omicron-package.log
110182026-02-27T15:33:22.052Zuploading: /work/recovery-image.log (604639 bytes)
110192026-02-27T15:33:23.287Zuploaded: /work/recovery-image.log
110202026-02-27T15:33:23.287Zuploading: /work/recovery-package.log (1870 bytes)
110212026-02-27T15:33:24.385Zuploaded: /work/recovery-package.log
110222026-02-27T15:33:24.385Zuploading: /work/recovery-target.log (98 bytes)
110232026-02-27T15:33:25.484Zuploaded: /work/recovery-target.log
110242026-02-27T15:33:25.509Zuploading: /work/stamp-clickhouse.log (117 bytes)
110252026-02-27T15:33:26.583Zuploaded: /work/stamp-clickhouse.log
110262026-02-27T15:33:26.583Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
110272026-02-27T15:33:27.681Zuploaded: /work/stamp-clickhouse_keeper.log
110282026-02-27T15:33:27.705Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
110292026-02-27T15:33:28.777Zuploaded: /work/stamp-clickhouse_server.log
110302026-02-27T15:33:28.802Zuploading: /work/stamp-cockroachdb.log (118 bytes)
110312026-02-27T15:33:29.874Zuploaded: /work/stamp-cockroachdb.log
110322026-02-27T15:33:29.874Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
110332026-02-27T15:33:30.973Zuploaded: /work/stamp-crucible-pantry-zone.log
110342026-02-27T15:33:30.973Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110352026-02-27T15:33:32.069Zuploaded: /work/stamp-crucible-utils.log
110362026-02-27T15:33:32.094Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110372026-02-27T15:33:33.165Zuploaded: /work/stamp-crucible-zone.log
110382026-02-27T15:33:33.165Zuploading: /work/stamp-external-dns.log (119 bytes)
110392026-02-27T15:33:34.263Zuploaded: /work/stamp-external-dns.log
110402026-02-27T15:33:34.289Zuploading: /work/stamp-installinator.log (103 bytes)
110412026-02-27T15:33:35.368Zuploaded: /work/stamp-installinator.log
110422026-02-27T15:33:35.368Zuploading: /work/stamp-internal-dns.log (119 bytes)
110432026-02-27T15:33:36.467Zuploaded: /work/stamp-internal-dns.log
110442026-02-27T15:33:36.467Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110452026-02-27T15:33:37.567Zuploaded: /work/stamp-mg-ddm-gz.log
110462026-02-27T15:33:37.592Zuploading: /work/stamp-nexus.log (112 bytes)
110472026-02-27T15:33:38.665Zuploaded: /work/stamp-nexus.log
110482026-02-27T15:33:38.689Zuploading: /work/stamp-ntp.log (110 bytes)
110492026-02-27T15:33:39.762Zuploaded: /work/stamp-ntp.log
110502026-02-27T15:33:39.790Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110512026-02-27T15:33:40.864Zuploaded: /work/stamp-omicron-sled-agent.log
110522026-02-27T15:33:40.864Zuploading: /work/stamp-overlay.log (114 bytes)
110532026-02-27T15:33:41.962Zuploaded: /work/stamp-overlay.log
110542026-02-27T15:33:41.987Zuploading: /work/stamp-oximeter.log (115 bytes)
110552026-02-27T15:33:43.059Zuploaded: /work/stamp-oximeter.log
110562026-02-27T15:33:43.060Zuploading: /work/stamp-oxlog.log (109 bytes)
110572026-02-27T15:33:44.157Zuploaded: /work/stamp-oxlog.log
110582026-02-27T15:33:44.181Zuploading: /work/stamp-probe.log (112 bytes)
110592026-02-27T15:33:45.254Zuploaded: /work/stamp-probe.log
110602026-02-27T15:33:45.279Zuploading: /work/stamp-propolis-server.log (122 bytes)
110612026-02-27T15:33:46.351Zuploaded: /work/stamp-propolis-server.log
110622026-02-27T15:33:46.375Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110632026-02-27T15:33:47.449Zuploaded: /work/stamp-pumpkind-gz.log
110642026-02-27T15:33:47.449Zuploading: /work/stamp-switch-asic.log (118 bytes)
110652026-02-27T15:33:48.546Zuploaded: /work/stamp-switch-asic.log
110662026-02-27T15:33:48.546Zuploading: /work/verify-libraries.log (12143 bytes)
110672026-02-27T15:33:49.688Zuploaded: /work/verify-libraries.log