01KHMA6DWK1K4J6V0GW4M42CV4: 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: 01KHMA7061JPDXSC27X0DJZR5F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-16T22:48:52.147Zjob assigned to worker 01KHMA71NYQBV1AWSZSPFER8JA [factory aws, i-0c4c6140f0a8f363d] (queued for 1 m 0 s)
 
22026-02-16T22:49:00.426Zstarting task 0: "setup"
32026-02-16T22:49:00.431Z++ uname -s
42026-02-16T22:49:00.434Z+ kern=SunOS
52026-02-16T22:49:00.434Z+ build_user=build
62026-02-16T22:49:00.434Z+ build_uid=12345
72026-02-16T22:49:00.434Z+ work_dir=/work
82026-02-16T22:49:00.434Z+ input_dir=/input
92026-02-16T22:49:00.434Z+ [[ 0 == 12345 ]]
102026-02-16T22:49:00.434Z+ case "$kern" in
112026-02-16T22:49:00.434Z+ groupadd -g 12345 build
122026-02-16T22:49:00.437Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-16T22:49:02.444Z+ zfs create -o mountpoint=/work rpool/work
142026-02-16T22:49:02.566Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-16T22:49:02.569Z+ home_fs=zfs
162026-02-16T22:49:02.569Z+ [[ zfs == autofs ]]
172026-02-16T22:49:02.570Z+ mkdir -p /home/build
182026-02-16T22:49:02.573Z+ chown build:build /home/build /work
192026-02-16T22:49:04.573Z+ chmod 0700 /home/build /work
202026-02-16T22:49:04.577Zprocess exited: duration 4151 ms, exit code 0
 
212026-02-16T22:49:04.584Zstarting task 1: "rust-toolchain"
222026-02-16T22:49:04.589Z * rust toolchain channel = "1.91.1"
232026-02-16T22:49:04.589Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-02-16T22:49:04.589Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-16T22:49:04.589Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-16T22:49:04.589Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-16T22:49:04.589Z * rust toolchain profile = "default"
282026-02-16T22:49:04.593Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-16T22:49:04.593Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-16T22:49:04.713Zinfo: downloading installer
312026-02-16T22:49:06.389Zwarn: It looks like you have an existing installation of Rust at:
322026-02-16T22:49:06.389Zwarn: /opt/ooce/bin
332026-02-16T22:49:06.389Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-16T22:49:06.389Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-16T22:49:06.389Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-16T22:49:06.389Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-16T22:49:06.389Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-16T22:49:06.389Zerror: cannot install while Rust is installed
392026-02-16T22:49:06.389Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-16T22:49:06.402Zinfo: profile set to 'default'
412026-02-16T22:49:06.402Zinfo: default host triple is x86_64-unknown-illumos
422026-02-16T22:49:06.406Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-16T22:49:06.606Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-16T22:49:06.606Zinfo: downloading component 'cargo'
452026-02-16T22:49:07.573Zinfo: downloading component 'clippy'
462026-02-16T22:49:08.031Zinfo: downloading component 'rust-docs'
472026-02-16T22:49:09.481Zinfo: downloading component 'rust-std'
482026-02-16T22:49:11.643Zinfo: downloading component 'rustc'
492026-02-16T22:49:19.046Zinfo: downloading component 'rustfmt'
502026-02-16T22:49:19.316Zinfo: installing component 'cargo'
512026-02-16T22:49:20.206Zinfo: installing component 'clippy'
522026-02-16T22:49:20.603Zinfo: installing component 'rust-docs'
532026-02-16T22:49:22.533Zinfo: installing component 'rust-std'
542026-02-16T22:49:24.346Zinfo: installing component 'rustc'
552026-02-16T22:49:31.030Zinfo: installing component 'rustfmt'
562026-02-16T22:49:31.368Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-16T22:49:31.368Z
582026-02-16T22:49:31.852Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-16T22:49:31.852Z
602026-02-16T22:49:31.855Z
612026-02-16T22:49:31.855ZRust is installed now. Great!
622026-02-16T22:49:31.855Z
632026-02-16T22:49:31.855ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-16T22:49:31.855Zenvironment variable. This has not been done automatically.
652026-02-16T22:49:31.855Z
662026-02-16T22:49:31.855ZTo configure your current shell, you need to source
672026-02-16T22:49:31.855Zthe corresponding env file under $HOME/.cargo.
682026-02-16T22:49:31.855Z
692026-02-16T22:49:31.855ZThis is usually done by running one of the following (note the leading DOT):
702026-02-16T22:49:31.855Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-16T22:49:31.855Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-16T22:49:31.855Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-16T22:49:31.975Z+ rustup --version
742026-02-16T22:49:31.985Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-16T22:49:31.988Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-16T22:49:32.073Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-16T22:49:32.076Z+ cargo --version
782026-02-16T22:49:32.148Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-16T22:49:32.151Z+ rustc --version
802026-02-16T22:49:32.227Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-16T22:49:32.230Zprocess exited: duration 27642 ms, exit code 0
 
822026-02-16T22:49:32.238Zstarting task 2: "authentication"
832026-02-16T22:49:32.259Zprocess exited: duration 21 ms, exit code 0
 
842026-02-16T22:49:32.268Zstarting task 3: "clone repository"
852026-02-16T22:49:32.271Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-16T22:49:32.274Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-16T22:49:32.309ZCloning into '/work/oxidecomputer/omicron'...
882026-02-16T22:49:44.811Z+ cd /work/oxidecomputer/omicron
892026-02-16T22:49:44.811Z+ git fetch origin f89bc5a9071508b894353f4a5291c9688f8a71cf
902026-02-16T22:49:45.229ZFrom https://github.com/oxidecomputer/omicron
912026-02-16T22:49:45.229Z * branch f89bc5a9071508b894353f4a5291c9688f8a71cf -> FETCH_HEAD
922026-02-16T22:49:45.239Z+ [[ -n sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps ]]
932026-02-16T22:49:45.243Z++ git branch --show-current
942026-02-16T22:49:45.246Z+ current=main
952026-02-16T22:49:45.246Z+ [[ main != sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps ]]
962026-02-16T22:49:45.246Z+ git branch -f sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps f89bc5a9071508b894353f4a5291c9688f8a71cf
972026-02-16T22:49:45.251Z+ git checkout -f sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps
982026-02-16T22:49:45.772ZSwitched to branch 'sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps'
992026-02-16T22:49:45.775Z+ git reset --hard f89bc5a9071508b894353f4a5291c9688f8a71cf
1002026-02-16T22:49:45.794ZHEAD is now at f89bc5a90 expand on client-side versioned comments
1012026-02-16T22:49:45.797Zprocess exited: duration 13527 ms, exit code 0
 
1022026-02-16T22:49:45.805Zstarting task 4: "build"
1032026-02-16T22:49:45.809Z+ source .github/buildomat/ci-env.sh
1042026-02-16T22:49:45.812Z++ export CARGO_TERM_COLOR=always
1052026-02-16T22:49:45.812Z++ CARGO_TERM_COLOR=always
1062026-02-16T22:49:45.812Z+ cargo --version
1072026-02-16T22:49:45.871Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-16T22:49:45.874Z+ rustc --version
1092026-02-16T22:49:45.949Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-16T22:49:45.952Z+ cargo tree --locked
1112026-02-16T22:49:46.243Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-16T22:49:46.477Z Updating crates.io index
1132026-02-16T22:49:46.537Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-16T22:49:47.132Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-16T22:49:47.434Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-16T22:49:48.593Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-16T22:49:48.890Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-16T22:49:49.207Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-16T22:49:50.509Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-16T22:49:52.768Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-16T22:49:53.841Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-16T22:49:54.413Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-16T22:49:55.099Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-16T22:49:55.598Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-16T22:49:56.077Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-16T22:49:56.520Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-16T22:49:56.864Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-16T22:49:57.657Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-16T22:49:58.307Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-16T22:49:58.562Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-16T22:49:58.974Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-16T22:49:59.376Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-16T22:49:59.765Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-16T22:49:59.979Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-16T22:50:00.222Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-16T22:50:00.635Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-16T22:50:01.187Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-16T22:50:01.794Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-16T22:50:02.049Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-16T22:50:02.331Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-16T22:50:03.515Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-16T22:50:04.295Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-16T22:50:04.873Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-16T22:50:05.148Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-16T22:50:05.431Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-16T22:50:05.749Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-16T22:50:06.214Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-16T22:50:06.438Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-16T22:50:06.660Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-16T22:50:06.940Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-16T22:50:07.354Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-16T22:50:20.808Z Downloading crates ...
1532026-02-16T22:50:20.878Z Downloaded adler2 v2.0.0
1542026-02-16T22:50:20.886Z Downloaded aead v0.5.2
1552026-02-16T22:50:20.897Z Downloaded addr2line v0.24.2
1562026-02-16T22:50:20.902Z Downloaded camino v1.2.2
1572026-02-16T22:50:20.911Z Downloaded bit-set v0.8.0
1582026-02-16T22:50:20.917Z Downloaded cfg_aliases v0.2.1
1592026-02-16T22:50:20.917Z Downloaded ciborium-ll v0.2.2
1602026-02-16T22:50:20.939Z Downloaded convert_case v0.7.1
1612026-02-16T22:50:20.939Z Downloaded constant_time_eq v0.3.1
1622026-02-16T22:50:20.950Z Downloaded bb8 v0.8.5
1632026-02-16T22:50:20.950Z Downloaded backtrace-ext v0.2.1
1642026-02-16T22:50:20.950Z Downloaded console v0.16.0
1652026-02-16T22:50:20.950Z Downloaded darling_macro v0.20.10
1662026-02-16T22:50:20.961Z Downloaded data-encoding v2.9.0
1672026-02-16T22:50:20.961Z Downloaded defmt-parser v0.3.4
1682026-02-16T22:50:21.024Z Downloaded cstr-argument v0.1.2
1692026-02-16T22:50:21.024Z Downloaded crossbeam-deque v0.8.5
1702026-02-16T22:50:21.024Z Downloaded castaway v0.2.3
1712026-02-16T22:50:21.079Z Downloaded dirs-sys-next v0.1.2
1722026-02-16T22:50:21.079Z Downloaded diesel_table_macro_syntax v0.2.0
1732026-02-16T22:50:21.079Z Downloaded colorchoice v1.0.2
1742026-02-16T22:50:21.079Z Downloaded doc-comment v0.3.3
1752026-02-16T22:50:21.079Z Downloaded cpufeatures v0.2.14
1762026-02-16T22:50:21.079Z Downloaded cast v0.3.0
1772026-02-16T22:50:21.079Z Downloaded crc-catalog v2.4.0
1782026-02-16T22:50:21.080Z Downloaded dtrace-parser v0.3.0
1792026-02-16T22:50:21.080Z Downloaded der_derive v0.7.3
1802026-02-16T22:50:21.080Z Downloaded cfg-if v1.0.4
1812026-02-16T22:50:21.080Z Downloaded dropshot-api-manager-types v0.3.0
1822026-02-16T22:50:21.080Z Downloaded embedded-io v0.6.1
1832026-02-16T22:50:21.080Z Downloaded dyn-clone v1.0.20
1842026-02-16T22:50:21.080Z Downloaded errno v0.3.12
1852026-02-16T22:50:21.080Z Downloaded event-listener-strategy v0.5.2
1862026-02-16T22:50:21.080Z Downloaded equivalent v1.0.2
1872026-02-16T22:50:21.080Z Downloaded endian-type v0.1.2
1882026-02-16T22:50:21.080Z Downloaded fixedbitset v0.4.2
1892026-02-16T22:50:21.080Z Downloaded fastrand v2.1.1
1902026-02-16T22:50:21.266Z Downloaded darling v0.21.0
1912026-02-16T22:50:21.266Z Downloaded fd-lock v4.0.2
1922026-02-16T22:50:21.266Z Downloaded fnv v1.0.7
1932026-02-16T22:50:21.266Z Downloaded float-cmp v0.10.0
1942026-02-16T22:50:21.266Z Downloaded form_urlencoded v1.2.2
1952026-02-16T22:50:21.266Z Downloaded foreign-types-shared v0.3.1
1962026-02-16T22:50:21.266Z Downloaded fxhash v0.2.1
1972026-02-16T22:50:21.266Z Downloaded futures-sink v0.3.31
1982026-02-16T22:50:21.266Z Downloaded diesel-dtrace v0.4.2
1992026-02-16T22:50:21.267Z Downloaded generic-array v0.14.7
2002026-02-16T22:50:21.267Z Downloaded guppy-workspace-hack v0.1.0
2012026-02-16T22:50:21.267Z Downloaded filetime v0.2.26
2022026-02-16T22:50:21.267Z Downloaded erased-serde v0.3.31
2032026-02-16T22:50:21.267Z Downloaded globwalk v0.9.1
2042026-02-16T22:50:21.267Z Downloaded hash32 v0.3.1
2052026-02-16T22:50:21.267Z Downloaded derive_builder v0.20.2
2062026-02-16T22:50:21.609Z Downloaded futures-channel v0.3.31
2072026-02-16T22:50:21.609Z Downloaded heck v0.3.3
2082026-02-16T22:50:21.609Z Downloaded hex v0.4.3
2092026-02-16T22:50:21.609Z Downloaded hex-literal v0.4.1
2102026-02-16T22:50:21.609Z Downloaded allocator-api2 v0.2.21
2112026-02-16T22:50:21.610Z Downloaded hubpack v0.1.2
2122026-02-16T22:50:21.610Z Downloaded colored v2.2.0
2132026-02-16T22:50:21.610Z Downloaded fallible-iterator v0.2.0
2142026-02-16T22:50:21.610Z Downloaded httpdate v1.0.3
2152026-02-16T22:50:21.610Z Downloaded hyper-tls v0.6.0
2162026-02-16T22:50:21.610Z Downloaded hubpack_derive v0.1.1
2172026-02-16T22:50:21.610Z Downloaded indent_write v2.2.0
2182026-02-16T22:50:21.610Z Downloaded cancel-safe-futures v0.1.5
2192026-02-16T22:50:21.610Z Downloaded darling_core v0.20.10
2202026-02-16T22:50:21.610Z Downloaded internet-checksum v0.2.1
2212026-02-16T22:50:21.610Z Downloaded itoa v1.0.11
2222026-02-16T22:50:21.610Z Downloaded bytes v1.11.1
2232026-02-16T22:50:21.610Z Downloaded is_terminal_polyfill v1.70.1
2242026-02-16T22:50:21.610Z Downloaded lazy_static v1.5.0
2252026-02-16T22:50:21.611Z Downloaded lazycell v1.3.0
2262026-02-16T22:50:21.611Z Downloaded derive-where v1.5.0
2272026-02-16T22:50:21.611Z Downloaded http-body-util v0.1.3
2282026-02-16T22:50:21.611Z Downloaded icu_locid_transform v1.5.0
2292026-02-16T22:50:21.611Z Downloaded libscf-sys v1.1.0
2302026-02-16T22:50:21.611Z Downloaded diesel_derives v2.2.3
2312026-02-16T22:50:21.611Z Downloaded libsw-core v0.3.1
2322026-02-16T22:50:21.611Z Downloaded lru v0.12.5
2332026-02-16T22:50:21.611Z Downloaded dropshot-api-manager v0.3.0
2342026-02-16T22:50:21.611Z Downloaded ipnetwork v0.21.1
2352026-02-16T22:50:21.611Z Downloaded md5 v0.7.0
2362026-02-16T22:50:21.611Z Downloaded memoffset v0.9.1
2372026-02-16T22:50:21.611Z Downloaded md-5 v0.10.6
2382026-02-16T22:50:21.612Z Downloaded memmap v0.7.0
2392026-02-16T22:50:21.612Z Downloaded fatfs v0.3.6
2402026-02-16T22:50:21.612Z Downloaded miette-derive v5.10.0
2412026-02-16T22:50:21.612Z Downloaded lzss v0.8.2
2422026-02-16T22:50:21.612Z Downloaded nodrop v0.1.14
2432026-02-16T22:50:21.612Z Downloaded nibble_vec v0.1.0
2442026-02-16T22:50:21.612Z Downloaded icu_locid_transform_data v1.5.0
2452026-02-16T22:50:21.613Z Downloaded multimap v0.10.1
2462026-02-16T22:50:21.613Z Downloaded newtype-uuid-macros v0.1.0
2472026-02-16T22:50:21.613Z Downloaded newline-converter v0.3.0
2482026-02-16T22:50:21.613Z Downloaded libefi-sys v0.1.0
2492026-02-16T22:50:21.613Z Downloaded der v0.7.10
2502026-02-16T22:50:21.613Z Downloaded num-conv v0.1.0
2512026-02-16T22:50:21.613Z Downloaded normalize-line-endings v0.3.0
2522026-02-16T22:50:21.613Z Downloaded nonempty v0.12.0
2532026-02-16T22:50:21.613Z Downloaded indoc v2.0.6
2542026-02-16T22:50:21.613Z Downloaded number_prefix v0.4.0
2552026-02-16T22:50:21.613Z Downloaded openssl-macros v0.1.1
2562026-02-16T22:50:21.614Z Downloaded num-iter v0.1.45
2572026-02-16T22:50:21.614Z Downloaded num_enum_derive v0.5.11
2582026-02-16T22:50:21.614Z Downloaded mime v0.3.17
2592026-02-16T22:50:21.614Z Downloaded ingot-types v0.1.2
2602026-02-16T22:50:21.614Z Downloaded ordered-float v2.10.1
2612026-02-16T22:50:21.614Z Downloaded oso-derive v0.27.3
2622026-02-16T22:50:21.614Z Downloaded crossbeam-channel v0.5.15
2632026-02-16T22:50:21.614Z Downloaded derive_more v2.0.1
2642026-02-16T22:50:21.614Z Downloaded native-tls v0.2.12
2652026-02-16T22:50:21.614Z Downloaded multer v3.1.0
2662026-02-16T22:50:21.614Z Downloaded mime_guess v2.0.5
2672026-02-16T22:50:21.614Z Downloaded jobserver v0.1.32
2682026-02-16T22:50:21.614Z Downloaded packed_struct_codegen v0.10.1
2692026-02-16T22:50:21.615Z Downloaded num-complex v0.4.6
2702026-02-16T22:50:21.615Z Downloaded icu_normalizer_data v1.5.0
2712026-02-16T22:50:21.893Z Downloaded pbkdf2 v0.11.0
2722026-02-16T22:50:21.893Z Downloaded indexmap v1.9.3
2732026-02-16T22:50:21.893Z Downloaded percent-encoding v2.3.2
2742026-02-16T22:50:21.893Z Downloaded peg-runtime v0.8.5
2752026-02-16T22:50:21.893Z Downloaded pbkdf2 v0.12.2
2762026-02-16T22:50:21.893Z Downloaded num-rational v0.4.2
2772026-02-16T22:50:21.893Z Downloaded newtype-uuid v1.3.2
2782026-02-16T22:50:21.894Z Downloaded owo-colors v3.5.0
2792026-02-16T22:50:21.894Z Downloaded heapless v0.8.0
2802026-02-16T22:50:21.894Z Downloaded plotters-svg v0.3.7
2812026-02-16T22:50:21.894Z Downloaded plain v0.2.3
2822026-02-16T22:50:21.894Z Downloaded pathdiff v0.2.3
2832026-02-16T22:50:21.894Z Downloaded parse-size v1.1.0
2842026-02-16T22:50:21.894Z Downloaded oxide-tokio-rt v0.1.2
2852026-02-16T22:50:21.894Z Downloaded parking v2.2.1
2862026-02-16T22:50:21.894Z Downloaded parse-display v0.10.0
2872026-02-16T22:50:21.894Z Downloaded parking_lot_core v0.9.10
2882026-02-16T22:50:21.894Z Downloaded powerfmt v0.2.0
2892026-02-16T22:50:21.895Z Downloaded phf_shared v0.12.1
2902026-02-16T22:50:21.895Z Downloaded plotters-backend v0.3.7
2912026-02-16T22:50:21.895Z Downloaded predicates-tree v1.0.12
2922026-02-16T22:50:21.895Z Downloaded proc-macro-crate v3.2.0
2932026-02-16T22:50:21.895Z Downloaded proc-macro-error-attr v1.0.4
2942026-02-16T22:50:21.895Z Downloaded indicatif v0.18.0
2952026-02-16T22:50:21.895Z Downloaded proc-macro-error-attr2 v2.0.0
2962026-02-16T22:50:21.895Z Downloaded progenitor v0.8.0
2972026-02-16T22:50:21.895Z Downloaded progenitor-client v0.11.2
2982026-02-16T22:50:21.895Z Downloaded pem-rfc7468 v0.7.0
2992026-02-16T22:50:21.895Z Downloaded peg-macros v0.8.5
3002026-02-16T22:50:21.895Z Downloaded peg v0.8.5
3012026-02-16T22:50:21.895Z Downloaded proc-macro-crate v1.3.1
3022026-02-16T22:50:21.895Z Downloaded aes-gcm v0.10.3
3032026-02-16T22:50:21.895Z Downloaded quick-error v1.2.3
3042026-02-16T22:50:21.895Z Downloaded progenitor-macro v0.10.0
3052026-02-16T22:50:21.895Z Downloaded progenitor-client v0.10.0
3062026-02-16T22:50:21.896Z Downloaded polyval v0.6.2
3072026-02-16T22:50:21.896Z Downloaded expectorate v1.2.0
3082026-02-16T22:50:21.896Z Downloaded jiff-static v0.2.15
3092026-02-16T22:50:21.896Z Downloaded radium v0.7.0
3102026-02-16T22:50:21.896Z Downloaded psl-types v2.0.11
3112026-02-16T22:50:21.896Z Downloaded progenitor-macro v0.11.2
3122026-02-16T22:50:21.896Z Downloaded proc-macro-error v1.0.4
3132026-02-16T22:50:21.896Z Downloaded hashbrown v0.13.2
3142026-02-16T22:50:21.896Z Downloaded rand_chacha v0.3.1
3152026-02-16T22:50:21.897Z Downloaded proc-macro-error2 v2.0.1
3162026-02-16T22:50:21.897Z Downloaded predicates v3.1.3
3172026-02-16T22:50:21.897Z Downloaded pin-project-internal v1.1.6
3182026-02-16T22:50:21.897Z Downloaded primeorder v0.13.6
3192026-02-16T22:50:21.897Z Downloaded pkcs5 v0.7.1
3202026-02-16T22:50:21.897Z Downloaded rand_xorshift v0.4.0
3212026-02-16T22:50:21.897Z Downloaded http v1.4.0
3222026-02-16T22:50:21.897Z Downloaded rfc6979 v0.4.0
3232026-02-16T22:50:21.897Z Downloaded progenitor v0.10.0
3242026-02-16T22:50:21.897Z Downloaded ref-cast-impl v1.0.25
3252026-02-16T22:50:21.897Z Downloaded quote v1.0.40
3262026-02-16T22:50:21.897Z Downloaded pest_meta v2.8.2
3272026-02-16T22:50:21.898Z Downloaded p256 v0.13.2
3282026-02-16T22:50:21.898Z Downloaded poly1305 v0.8.0
3292026-02-16T22:50:21.898Z Downloaded rtoolbox v0.0.2
3302026-02-16T22:50:21.898Z Downloaded papergrid v0.11.0
3312026-02-16T22:50:21.898Z Downloaded postgres-types v0.2.9
3322026-02-16T22:50:21.898Z Downloaded rustc-hash v2.1.1
3332026-02-16T22:50:21.898Z Downloaded rustc_version v0.4.1
3342026-02-16T22:50:21.898Z Downloaded openssl-sys v0.9.109
3352026-02-16T22:50:21.898Z Downloaded rustc_version v0.1.7
3362026-02-16T22:50:21.898Z Downloaded salsa20 v0.10.2
3372026-02-16T22:50:21.898Z Downloaded same-file v1.0.6
3382026-02-16T22:50:21.898Z Downloaded rand_seeder v0.4.0
3392026-02-16T22:50:21.898Z Downloaded progenitor-impl v0.8.0
3402026-02-16T22:50:21.899Z Downloaded pest_derive v2.8.2
3412026-02-16T22:50:21.899Z Downloaded polling v3.7.3
3422026-02-16T22:50:21.899Z Downloaded rand_core v0.9.3
3432026-02-16T22:50:21.899Z Downloaded resolv-conf v0.7.0
3442026-02-16T22:50:21.899Z Downloaded scrypt v0.11.0
3452026-02-16T22:50:21.899Z Downloaded sapling-renderdag v0.1.0
3462026-02-16T22:50:21.899Z Downloaded scroll_derive v0.13.1
3472026-02-16T22:50:21.899Z Downloaded progenitor v0.11.2
3482026-02-16T22:50:21.899Z Downloaded miette v5.10.0
3492026-02-16T22:50:21.899Z Downloaded scroll_derive v0.12.0
3502026-02-16T22:50:21.900Z Downloaded scheduled-thread-pool v0.2.7
3512026-02-16T22:50:21.900Z Downloaded papergrid v0.17.0
3522026-02-16T22:50:21.900Z Downloaded semver v0.1.20
3532026-02-16T22:50:21.900Z Downloaded clap_builder v4.5.48
3542026-02-16T22:50:21.900Z Downloaded serde-big-array v0.5.1
3552026-02-16T22:50:21.900Z Downloaded papergrid v0.14.0
3562026-02-16T22:50:21.900Z Downloaded seq-macro v0.3.6
3572026-02-16T22:50:21.900Z Downloaded serde_bytes v0.11.19
3582026-02-16T22:50:21.900Z Downloaded serde-value v0.7.0
3592026-02-16T22:50:21.900Z Downloaded mio v1.0.2
3602026-02-16T22:50:21.900Z Downloaded minimal-lexical v0.2.1
3612026-02-16T22:50:21.900Z Downloaded rustc-demangle v0.1.24
3622026-02-16T22:50:21.901Z Downloaded serde_urlencoded v0.7.1
3632026-02-16T22:50:21.901Z Downloaded serde_spanned v0.6.9
3642026-02-16T22:50:21.901Z Downloaded serde_repr v0.1.19
3652026-02-16T22:50:21.901Z Downloaded rustversion v1.0.22
3662026-02-16T22:50:21.901Z Downloaded libm v0.2.8
3672026-02-16T22:50:21.901Z Downloaded semver v1.0.27
3682026-02-16T22:50:21.901Z Downloaded shell-words v1.1.0
3692026-02-16T22:50:21.901Z Downloaded serde_spanned v1.0.4
3702026-02-16T22:50:22.184Z Downloaded russh-keys v0.45.0
3712026-02-16T22:50:22.184Z Downloaded serde-untagged v0.1.7
3722026-02-16T22:50:22.184Z Downloaded sigpipe v0.1.3
3732026-02-16T22:50:22.184Z Downloaded signal-hook-tokio v0.3.1
3742026-02-16T22:50:22.184Z Downloaded similar-asserts v1.7.0
3752026-02-16T22:50:22.184Z Downloaded ryu v1.0.18
3762026-02-16T22:50:22.184Z Downloaded progenitor-impl v0.10.0
3772026-02-16T22:50:22.184Z Downloaded progenitor-impl v0.11.2
3782026-02-16T22:50:22.184Z Downloaded siphasher v1.0.1
3792026-02-16T22:50:22.184Z Downloaded siphasher v0.3.11
3802026-02-16T22:50:22.184Z Downloaded simd-adler32 v0.3.7
3812026-02-16T22:50:22.184Z Downloaded itertools v0.10.5
3822026-02-16T22:50:22.185Z Downloaded slog-envlogger v2.2.0
3832026-02-16T22:50:22.185Z Downloaded slog-bunyan v2.5.0
3842026-02-16T22:50:22.185Z Downloaded smawk v0.3.2
3852026-02-16T22:50:22.185Z Downloaded rustls-native-certs v0.8.1
3862026-02-16T22:50:22.185Z Downloaded serde_derive_internals v0.29.1
3872026-02-16T22:50:22.185Z Downloaded ron v0.7.1
3882026-02-16T22:50:22.185Z Downloaded sha2 v0.10.9
3892026-02-16T22:50:22.185Z Downloaded sha1 v0.10.6
3902026-02-16T22:50:22.185Z Downloaded serde_path_to_error v0.1.20
3912026-02-16T22:50:22.185Z Downloaded signal-hook-registry v1.4.2
3922026-02-16T22:50:22.185Z Downloaded shlex v1.3.0
3932026-02-16T22:50:22.185Z Downloaded serde_cbor v0.11.2
3942026-02-16T22:50:22.185Z Downloaded crossterm v0.29.0
3952026-02-16T22:50:22.186Z Downloaded structmeta-derive v0.3.0
3962026-02-16T22:50:22.186Z Downloaded quinn v0.11.5
3972026-02-16T22:50:22.186Z Downloaded strum v0.27.2
3982026-02-16T22:50:22.186Z Downloaded rand_distr v0.5.1
3992026-02-16T22:50:22.186Z Downloaded stable_deref_trait v1.2.0
4002026-02-16T22:50:22.186Z Downloaded prettyplease v0.2.36
4012026-02-16T22:50:22.186Z Downloaded num-bigint v0.4.6
4022026-02-16T22:50:22.186Z Downloaded supports-unicode v2.1.0
4032026-02-16T22:50:22.186Z Downloaded smallvec v0.6.14
4042026-02-16T22:50:22.186Z Downloaded slog-term v2.9.2
4052026-02-16T22:50:22.186Z Downloaded slog-stdlog v4.1.1
4062026-02-16T22:50:22.186Z Downloaded rustls-pki-types v1.10.0
4072026-02-16T22:50:22.186Z Downloaded supports-hyperlinks v2.1.0
4082026-02-16T22:50:22.186Z Downloaded swrite v0.1.0
4092026-02-16T22:50:22.186Z Downloaded sync_wrapper v1.0.1
4102026-02-16T22:50:22.187Z Downloaded snafu-derive v0.8.5
4112026-02-16T22:50:22.187Z Downloaded num-bigint-dig v0.8.6
4122026-02-16T22:50:22.187Z Downloaded sqlparser_derive v0.2.2
4132026-02-16T22:50:22.187Z Downloaded tagptr v0.2.0
4142026-02-16T22:50:22.187Z Downloaded tabled_derive v0.10.0
4152026-02-16T22:50:22.187Z Downloaded tabled_derive v0.11.0
4162026-02-16T22:50:22.187Z Downloaded take_mut v0.2.2
4172026-02-16T22:50:22.187Z Downloaded serde_derive v1.0.228
4182026-02-16T22:50:22.187Z Downloaded sqlformat v0.3.5
4192026-02-16T22:50:22.187Z Downloaded testing_table v0.3.0
4202026-02-16T22:50:22.187Z Downloaded terminal_size v0.4.0
4212026-02-16T22:50:22.187Z Downloaded hyper v1.8.1
4222026-02-16T22:50:22.187Z Downloaded schemars v0.9.0
4232026-02-16T22:50:22.187Z Downloaded support-bundle-viewer v0.1.2
4242026-02-16T22:50:22.187Z Downloaded strum_macros v0.24.3
4252026-02-16T22:50:22.187Z Downloaded synstructure v0.13.1
4262026-02-16T22:50:22.187Z Downloaded h2 v0.4.6
4272026-02-16T22:50:22.187Z Downloaded termtree v0.5.1
4282026-02-16T22:50:22.187Z Downloaded thiserror-impl-no-std v2.0.2
4292026-02-16T22:50:22.187Z Downloaded bindgen v0.69.5
4302026-02-16T22:50:22.187Z Downloaded thread_local v1.1.8
4312026-02-16T22:50:22.187Z Downloaded time-core v0.1.6
4322026-02-16T22:50:22.187Z Downloaded tap v1.0.1
4332026-02-16T22:50:22.187Z Downloaded rand v0.9.2
4342026-02-16T22:50:22.187Z Downloaded thread-id v5.0.0
4352026-02-16T22:50:22.188Z Downloaded target-spec v3.5.0
4362026-02-16T22:50:22.188Z Downloaded similar v2.7.0
4372026-02-16T22:50:22.188Z Downloaded tinyvec_macros v0.1.1
4382026-02-16T22:50:22.188Z Downloaded termios v0.3.3
4392026-02-16T22:50:22.188Z Downloaded itertools v0.14.0
4402026-02-16T22:50:22.188Z Downloaded termcolor v1.4.1
4412026-02-16T22:50:22.188Z Downloaded target-lexicon v0.13.2
4422026-02-16T22:50:22.188Z Downloaded topological-sort v0.2.2
4432026-02-16T22:50:22.188Z Downloaded toml_datetime v0.6.11
4442026-02-16T22:50:22.188Z Downloaded tower-layer v0.3.3
4452026-02-16T22:50:22.188Z Downloaded strum_macros v0.26.4
4462026-02-16T22:50:22.188Z Downloaded toml_write v0.1.2
4472026-02-16T22:50:22.188Z Downloaded thiserror-impl v2.0.18
4482026-02-16T22:50:22.188Z Downloaded p521 v0.13.3
4492026-02-16T22:50:22.188Z Downloaded thiserror v1.0.69
4502026-02-16T22:50:22.188Z Downloaded typeid v1.0.3
4512026-02-16T22:50:22.188Z Downloaded try-lock v0.2.5
4522026-02-16T22:50:22.188Z Downloaded trait-variant v0.1.2
4532026-02-16T22:50:22.188Z Downloaded tower-service v0.3.3
4542026-02-16T22:50:22.188Z Downloaded socket2 v0.6.1
4552026-02-16T22:50:22.188Z Downloaded tokio-native-tls v0.3.1
4562026-02-16T22:50:22.188Z Downloaded typify-macro v0.4.3
4572026-02-16T22:50:22.188Z Downloaded typify-macro v0.2.0
4582026-02-16T22:50:22.188Z Downloaded tinytemplate v1.2.1
4592026-02-16T22:50:22.189Z Downloaded samael v0.0.19
4602026-02-16T22:50:22.567Z Downloaded tinystr v0.7.6
4612026-02-16T22:50:22.567Z Downloaded tiny-keccak v2.0.2
4622026-02-16T22:50:22.567Z Downloaded tokio-macros v2.6.0
4632026-02-16T22:50:22.567Z Downloaded tokio-rustls v0.25.0
4642026-02-16T22:50:22.567Z Downloaded unarray v0.1.4
4652026-02-16T22:50:22.567Z Downloaded tempfile v3.24.0
4662026-02-16T22:50:22.567Z Downloaded snafu v0.8.5
4672026-02-16T22:50:22.567Z Downloaded universal-hash v0.5.1
4682026-02-16T22:50:22.568Z Downloaded unit-prefix v0.5.1
4692026-02-16T22:50:22.568Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4702026-02-16T22:50:22.568Z Downloaded untrusted v0.9.0
4712026-02-16T22:50:22.568Z Downloaded toml_writer v1.0.6+spec-1.1.0
4722026-02-16T22:50:22.568Z Downloaded bitvec v1.0.1
4732026-02-16T22:50:22.568Z Downloaded utf16_iter v1.0.5
4742026-02-16T22:50:22.568Z Downloaded utf-8 v0.7.6
4752026-02-16T22:50:22.568Z Downloaded tracing-attributes v0.1.27
4762026-02-16T22:50:22.568Z Downloaded thiserror v2.0.18
4772026-02-16T22:50:22.568Z Downloaded tui-tree-widget v0.23.1
4782026-02-16T22:50:22.568Z Downloaded usdt-macro v0.6.0
4792026-02-16T22:50:22.568Z Downloaded usdt v0.6.0
4802026-02-16T22:50:22.568Z Downloaded utf8_iter v1.0.4
4812026-02-16T22:50:22.568Z Downloaded usdt-attr-macro v0.6.0
4822026-02-16T22:50:22.568Z Downloaded unicode-xid v0.2.6
4832026-02-16T22:50:22.568Z Downloaded usdt-macro v0.5.0
4842026-02-16T22:50:22.568Z Downloaded usdt-attr-macro v0.5.0
4852026-02-16T22:50:22.569Z Downloaded usdt v0.5.0
4862026-02-16T22:50:22.569Z Downloaded unicase v2.8.1
4872026-02-16T22:50:22.569Z Downloaded tinyvec v1.8.0
4882026-02-16T22:50:22.569Z Downloaded typify v0.2.0
4892026-02-16T22:50:22.569Z Downloaded plotters v0.3.7
4902026-02-16T22:50:22.569Z Downloaded utf8parse v0.2.2
4912026-02-16T22:50:22.569Z Downloaded toml v0.8.23
4922026-02-16T22:50:22.569Z Downloaded tokio-stream v0.1.17
4932026-02-16T22:50:22.569Z Downloaded want v0.3.1
4942026-02-16T22:50:22.569Z Downloaded waitgroup v0.1.2
4952026-02-16T22:50:22.569Z Downloaded wait-timeout v0.2.0
4962026-02-16T22:50:22.569Z Downloaded which v4.4.2
4972026-02-16T22:50:22.569Z Downloaded bindgen v0.71.1
4982026-02-16T22:50:22.569Z Downloaded xshell-macros v0.2.7
4992026-02-16T22:50:22.569Z Downloaded write16 v1.0.0
5002026-02-16T22:50:22.569Z Downloaded twox-hash v2.1.0
5012026-02-16T22:50:22.569Z Downloaded toml_parser v1.0.6+spec-1.1.0
5022026-02-16T22:50:22.569Z Downloaded textwrap v0.15.2
5032026-02-16T22:50:22.570Z Downloaded test-strategy v0.4.3
5042026-02-16T22:50:22.570Z Downloaded usdt-impl v0.6.0
5052026-02-16T22:50:22.570Z Downloaded xattr v1.3.1
5062026-02-16T22:50:22.570Z Downloaded ucd-trie v0.1.7
5072026-02-16T22:50:22.570Z Downloaded tokio-rustls v0.24.1
5082026-02-16T22:50:22.570Z Downloaded trybuild v1.0.106
5092026-02-16T22:50:22.570Z Downloaded pest v2.8.2
5102026-02-16T22:50:22.570Z Downloaded vte_generate_state_changes v0.1.2
5112026-02-16T22:50:22.570Z Downloaded void v1.0.2
5122026-02-16T22:50:22.570Z Downloaded version_check v0.9.5
5132026-02-16T22:50:22.570Z Downloaded zerofrom-derive v0.1.4
5142026-02-16T22:50:22.570Z Downloaded zerofrom v0.1.4
5152026-02-16T22:50:22.570Z Downloaded tokio-tungstenite v0.23.1
5162026-02-16T22:50:22.570Z Downloaded yoke-derive v0.7.4
5172026-02-16T22:50:22.570Z Downloaded uzers v0.12.1
5182026-02-16T22:50:22.570Z Downloaded steno v0.4.1
5192026-02-16T22:50:22.570Z Downloaded vergen-gitcl v1.0.8
5202026-02-16T22:50:22.570Z Downloaded zone v0.1.8
5212026-02-16T22:50:22.570Z Downloaded zone_cfg_derive v0.3.0
5222026-02-16T22:50:22.570Z Downloaded zone_cfg_derive v0.1.2
5232026-02-16T22:50:22.570Z Downloaded zone v0.3.1
5242026-02-16T22:50:22.570Z Downloaded walkdir v2.5.0
5252026-02-16T22:50:22.570Z Downloaded zeroize_derive v1.4.2
5262026-02-16T22:50:22.570Z Downloaded russh v0.45.0
5272026-02-16T22:50:22.570Z Downloaded tracing-core v0.1.32
5282026-02-16T22:50:22.571Z Downloaded toml v0.9.11+spec-1.1.0
5292026-02-16T22:50:22.571Z Downloaded vsss-rs v3.3.4
5302026-02-16T22:50:22.571Z Downloaded toml v0.7.8
5312026-02-16T22:50:22.571Z Downloaded tungstenite v0.23.0
5322026-02-16T22:50:22.571Z Downloaded reedline v0.40.0
5332026-02-16T22:50:22.571Z Downloaded wyz v0.5.1
5342026-02-16T22:50:22.571Z Downloaded writeable v0.5.5
5352026-02-16T22:50:22.571Z Downloaded git2 v0.20.2
5362026-02-16T22:50:22.571Z Downloaded value-bag v1.12.0
5372026-02-16T22:50:22.571Z Downloaded zerovec-derive v0.10.3
5382026-02-16T22:50:22.571Z Downloaded zeroize v1.8.1
5392026-02-16T22:50:22.571Z Downloaded xshell v0.2.7
5402026-02-16T22:50:22.571Z Downloaded vte v0.11.1
5412026-02-16T22:50:22.571Z Downloaded toml_edit v0.22.27
5422026-02-16T22:50:22.571Z Downloaded yoke v0.7.4
5432026-02-16T22:50:22.571Z Downloaded unicode-bidi v0.3.17
5442026-02-16T22:50:22.571Z Downloaded zstd-safe v7.2.3
5452026-02-16T22:50:22.571Z Downloaded vergen-lib v0.1.6
5462026-02-16T22:50:22.571Z Downloaded zmij v1.0.15
5472026-02-16T22:50:22.571Z Downloaded vergen v9.0.6
5482026-02-16T22:50:22.571Z Downloaded unicode-properties v0.1.3
5492026-02-16T22:50:22.571Z Downloaded usdt-impl v0.5.0
5502026-02-16T22:50:22.571Z Downloaded rustyline v14.0.0
5512026-02-16T22:50:22.571Z Downloaded whoami v1.5.2
5522026-02-16T22:50:22.571Z Downloaded goblin v0.10.2
5532026-02-16T22:50:22.571Z Downloaded unsafe-libyaml v0.2.11
5542026-02-16T22:50:22.572Z Downloaded reqwest v0.12.24
5552026-02-16T22:50:22.572Z Downloaded tracing v0.1.40
5562026-02-16T22:50:22.572Z Downloaded tungstenite v0.21.0
5572026-02-16T22:50:22.572Z Downloaded xz2 v0.1.7
5582026-02-16T22:50:22.572Z Downloaded zerocopy-derive v0.7.35
5592026-02-16T22:50:22.572Z Downloaded regex v1.11.3
5602026-02-16T22:50:22.858Z Downloaded vergen-git2 v1.0.7
5612026-02-16T22:50:22.858Z Downloaded zstd v0.13.3
5622026-02-16T22:50:22.858Z Downloaded zerocopy v0.6.6
5632026-02-16T22:50:22.858Z Downloaded lalrpop v0.19.12
5642026-02-16T22:50:22.858Z Downloaded yasna v0.5.2
5652026-02-16T22:50:22.858Z Downloaded tokio-postgres v0.7.13
5662026-02-16T22:50:22.858Z Downloaded quick-xml v0.37.2
5672026-02-16T22:50:22.858Z Downloaded url v2.5.4
5682026-02-16T22:50:22.858Z Downloaded zopfli v0.8.1
5692026-02-16T22:50:22.858Z Downloaded uuid v1.19.0
5702026-02-16T22:50:22.858Z Downloaded toml_edit v0.19.15
5712026-02-16T22:50:22.858Z Downloaded unicode_categories v0.1.1
5722026-02-16T22:50:22.858Z Downloaded gimli v0.31.1
5732026-02-16T22:50:22.858Z Downloaded quinn-proto v0.11.8
5742026-02-16T22:50:22.858Z Downloaded zip v0.6.6
5752026-02-16T22:50:22.858Z Downloaded ssh-key v0.6.6
5762026-02-16T22:50:22.859Z Downloaded serde_json v1.0.149
5772026-02-16T22:50:22.859Z Downloaded yansi v1.0.1
5782026-02-16T22:50:22.859Z Downloaded typed-path v0.9.3
5792026-02-16T22:50:22.859Z Downloaded rustls-webpki v0.101.7
5802026-02-16T22:50:22.859Z Downloaded petname v2.0.2
5812026-02-16T22:50:22.859Z Downloaded moka v0.12.10
5822026-02-16T22:50:22.859Z Downloaded zerocopy-derive v0.8.27
5832026-02-16T22:50:22.859Z Downloaded tower v0.5.2
5842026-02-16T22:50:22.859Z Downloaded rustls-webpki v0.102.8
5852026-02-16T22:50:22.859Z Downloaded x509-cert v0.2.5
5862026-02-16T22:50:22.859Z Downloaded unicode-segmentation v1.12.0
5872026-02-16T22:50:22.859Z Downloaded tough v0.20.0
5882026-02-16T22:50:22.859Z Downloaded unicode-normalization v0.1.24
5892026-02-16T22:50:22.859Z Downloaded dropshot v0.16.7
5902026-02-16T22:50:22.859Z Downloaded tower-http v0.6.6
5912026-02-16T22:50:22.859Z Downloaded tokio-util v0.7.15
5922026-02-16T22:50:22.859Z Downloaded sqlparser v0.45.0
5932026-02-16T22:50:22.859Z Downloaded object v0.30.4
5942026-02-16T22:50:22.859Z Downloaded zip v4.2.0
5952026-02-16T22:50:22.859Z Downloaded winnow v0.6.26
5962026-02-16T22:50:22.859Z Downloaded rustls v0.21.12
5972026-02-16T22:50:22.859Z Downloaded zerovec v0.10.4
5982026-02-16T22:50:22.859Z Downloaded tabled v0.20.0
5992026-02-16T22:50:22.859Z Downloaded tabled v0.15.0
6002026-02-16T22:50:22.859Z Downloaded winnow v0.7.14
6012026-02-16T22:50:22.859Z Downloaded zerocopy v0.7.35
6022026-02-16T22:50:22.859Z Downloaded smoltcp v0.9.1
6032026-02-16T22:50:22.859Z Downloaded nix v0.30.1
6042026-02-16T22:50:22.859Z Downloaded syn v2.0.114
6052026-02-16T22:50:22.859Z Downloaded hickory-proto v0.25.2
6062026-02-16T22:50:22.859Z Downloaded unicode-width v0.2.0
6072026-02-16T22:50:22.859Z Downloaded tabled v0.18.0
6082026-02-16T22:50:22.859Z Downloaded zlib-rs v0.5.1
6092026-02-16T22:50:22.859Z Downloaded regex-syntax v0.8.5
6102026-02-16T22:50:22.859Z Downloaded openapiv3 v2.2.0
6112026-02-16T22:50:23.042Z Downloaded vcpkg v0.2.15
6122026-02-16T22:50:23.042Z Downloaded rustls v0.23.19
6132026-02-16T22:50:23.042Z Downloaded smoltcp v0.11.0
6142026-02-16T22:50:23.042Z Downloaded webpki-roots v1.0.1
6152026-02-16T22:50:23.042Z Downloaded rustix v1.1.3
6162026-02-16T22:50:23.042Z Downloaded unicode-width v0.1.14
6172026-02-16T22:50:23.042Z Downloaded bzip2-sys v0.1.13+1.0.8
6182026-02-16T22:50:23.042Z Downloaded zerocopy v0.8.27
6192026-02-16T22:50:23.042Z Downloaded rustix v0.38.37
6202026-02-16T22:50:23.043Z Downloaded regress v0.10.4
6212026-02-16T22:50:23.043Z Downloaded rustls v0.22.4
6222026-02-16T22:50:23.043Z Downloaded regex-syntax v0.6.29
6232026-02-16T22:50:23.043Z Downloaded ratatui v0.29.0
6242026-02-16T22:50:23.043Z Downloaded polar-core v0.27.3
6252026-02-16T22:50:23.043Z Downloaded syn v1.0.109
6262026-02-16T22:50:23.043Z Downloaded object v0.36.5
6272026-02-16T22:50:23.043Z Downloaded nix v0.29.0
6282026-02-16T22:50:23.043Z Downloaded hickory-proto v0.24.4
6292026-02-16T22:50:23.043Z Downloaded chrono-tz v0.10.4
6302026-02-16T22:50:23.043Z Downloaded diesel v2.2.12
6312026-02-16T22:50:23.218Z Downloaded sled v0.34.7
6322026-02-16T22:50:23.218Z Downloaded petgraph v0.6.5
6332026-02-16T22:50:23.218Z Downloaded typify-impl v0.4.3
6342026-02-16T22:50:23.218Z Downloaded nix v0.28.0
6352026-02-16T22:50:23.218Z Downloaded typify-impl v0.2.0
6362026-02-16T22:50:23.218Z Downloaded petgraph v0.8.2
6372026-02-16T22:50:23.219Z Downloaded libz-sys v1.1.20
6382026-02-16T22:50:23.219Z Downloaded winnow v0.5.40
6392026-02-16T22:50:23.219Z Downloaded regex-automata v0.4.11
6402026-02-16T22:50:23.219Z Downloaded serde_with v3.16.1
6412026-02-16T22:50:23.219Z Downloaded zerocopy-derive v0.6.6
6422026-02-16T22:50:23.219Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6432026-02-16T22:50:23.219Z Downloaded lzma-sys v0.1.20
6442026-02-16T22:50:23.393Z Downloaded jiff v0.2.15
6452026-02-16T22:50:23.394Z Downloaded libc v0.2.180
6462026-02-16T22:50:23.394Z Downloaded csv v1.3.1
6472026-02-16T22:50:23.394Z Downloaded salty v0.3.0
6482026-02-16T22:50:23.394Z Downloaded nix v0.27.1
6492026-02-16T22:50:23.394Z Downloaded time v0.3.43
6502026-02-16T22:50:23.394Z Downloaded openssl v0.10.73
6512026-02-16T22:50:23.394Z Downloaded radix_trie v0.2.1
6522026-02-16T22:50:23.394Z Downloaded curve25519-dalek v4.1.3
6532026-02-16T22:50:23.394Z Downloaded proptest v1.7.0
6542026-02-16T22:50:23.394Z Downloaded bstr v1.10.0
6552026-02-16T22:50:23.394Z Downloaded icu_properties_data v1.5.0
6562026-02-16T22:50:23.394Z Downloaded p384 v0.13.1
6572026-02-16T22:50:23.394Z Downloaded rayon v1.10.0
6582026-02-16T22:50:23.394Z Downloaded sha3 v0.10.8
6592026-02-16T22:50:23.394Z Downloaded tokio v1.49.0
6602026-02-16T22:50:23.394Z Downloaded portable-atomic v1.11.0
6612026-02-16T22:50:23.394Z Downloaded unicode-ident v1.0.19
6622026-02-16T22:50:23.513Z Downloaded typify v0.4.3
6632026-02-16T22:50:23.513Z Downloaded typenum v1.17.0
6642026-02-16T22:50:23.513Z Downloaded tokio-rustls v0.26.0
6652026-02-16T22:50:23.513Z Downloaded textwrap v0.16.2
6662026-02-16T22:50:23.513Z Downloaded term v0.7.0
6672026-02-16T22:50:23.513Z Downloaded tar v0.4.44
6682026-02-16T22:50:23.513Z Downloaded untrusted v0.7.1
6692026-02-16T22:50:23.513Z Downloaded unicode-linebreak v0.1.5
6702026-02-16T22:50:23.513Z Downloaded httpmock v0.8.0-alpha.1
6712026-02-16T22:50:23.513Z Downloaded rpassword v7.4.0
6722026-02-16T22:50:23.513Z Downloaded unicode-truncate v1.1.0
6732026-02-16T22:50:23.513Z Downloaded tokio-tungstenite v0.21.0
6742026-02-16T22:50:23.513Z Downloaded thiserror-impl v1.0.69
6752026-02-16T22:50:23.513Z Downloaded term v1.1.0
6762026-02-16T22:50:23.514Z Downloaded slog v2.8.2
6772026-02-16T22:50:23.514Z Downloaded serde v1.0.228
6782026-02-16T22:50:23.514Z Downloaded tokio-dtrace v0.1.0
6792026-02-16T22:50:23.514Z Downloaded tls_codec_derive v0.4.1
6802026-02-16T22:50:23.514Z Downloaded tls_codec v0.4.1
6812026-02-16T22:50:23.514Z Downloaded time-macros v0.2.24
6822026-02-16T22:50:23.514Z Downloaded thiserror-no-std v2.0.2
6832026-02-16T22:50:23.514Z Downloaded socket2 v0.5.10
6842026-02-16T22:50:23.514Z Downloaded rand v0.8.5
6852026-02-16T22:50:23.514Z Downloaded goblin v0.8.2
6862026-02-16T22:50:23.514Z Downloaded subprocess v0.2.9
6872026-02-16T22:50:23.514Z Downloaded encoding_rs v0.8.34
6882026-02-16T22:50:23.514Z Downloaded schemars v1.0.4
6892026-02-16T22:50:23.514Z Downloaded schemars v0.8.22
6902026-02-16T22:50:23.514Z Downloaded thread-id v4.2.2
6912026-02-16T22:50:23.514Z Downloaded spin v0.9.8
6922026-02-16T22:50:23.514Z Downloaded signal-hook v0.3.18
6932026-02-16T22:50:23.514Z Downloaded serde_yaml v0.9.34+deprecated
6942026-02-16T22:50:23.514Z Downloaded rayon-core v1.12.1
6952026-02-16T22:50:23.514Z Downloaded hkdf v0.12.4
6962026-02-16T22:50:23.514Z Downloaded ring v0.17.14
6972026-02-16T22:50:23.648Z Downloaded smallvec v1.15.1
6982026-02-16T22:50:23.648Z Downloaded rsa v0.9.8
6992026-02-16T22:50:23.648Z Downloaded serde_core v1.0.228
7002026-02-16T22:50:23.648Z Downloaded stringmetrics v2.2.2
7012026-02-16T22:50:23.648Z Downloaded static_assertions v1.1.0
7022026-02-16T22:50:23.648Z Downloaded subtle v2.6.1
7032026-02-16T22:50:23.648Z Downloaded strum_macros v0.27.2
7042026-02-16T22:50:23.648Z Downloaded string_cache v0.8.9
7052026-02-16T22:50:23.648Z Downloaded rstest v0.25.0
7062026-02-16T22:50:23.648Z Downloaded ron v0.8.1
7072026-02-16T22:50:23.648Z Downloaded libgit2-sys v0.18.2+1.9.1
7082026-02-16T22:50:23.648Z Downloaded publicsuffix v2.3.0
7092026-02-16T22:50:23.648Z Downloaded iri-string v0.7.8
7102026-02-16T22:50:23.648Z Downloaded terminal_size v0.1.17
7112026-02-16T22:50:23.648Z Downloaded target-triple v0.1.3
7122026-02-16T22:50:23.648Z Downloaded stringprep v0.1.5
7132026-02-16T22:50:23.648Z Downloaded slog-async v2.8.0
7142026-02-16T22:50:23.648Z Downloaded itertools v0.13.0
7152026-02-16T22:50:23.648Z Downloaded tabwriter v1.4.0
7162026-02-16T22:50:23.786Z Downloaded tabled_derive v0.7.0
7172026-02-16T22:50:23.786Z Downloaded spki v0.7.3
7182026-02-16T22:50:23.786Z Downloaded smf v0.2.3
7192026-02-16T22:50:23.786Z Downloaded itertools v0.12.1
7202026-02-16T22:50:23.786Z Downloaded rstest_macros v0.25.0
7212026-02-16T22:50:23.786Z Downloaded sync-ptr v0.1.4
7222026-02-16T22:50:23.786Z Downloaded supports-color v3.0.2
7232026-02-16T22:50:23.786Z Downloaded supports-color v2.1.0
7242026-02-16T22:50:23.786Z Downloaded serde_with_macros v3.16.1
7252026-02-16T22:50:23.786Z Downloaded slog-scope v4.4.0
7262026-02-16T22:50:23.787Z Downloaded slog-json v2.6.1
7272026-02-16T22:50:23.787Z Downloaded slog-dtrace v0.3.0
7282026-02-16T22:50:23.787Z Downloaded libxml v0.3.3
7292026-02-16T22:50:23.787Z Downloaded async-std v1.13.0
7302026-02-16T22:50:23.787Z Downloaded idna v1.0.3
7312026-02-16T22:50:23.787Z Downloaded nom v7.1.3
7322026-02-16T22:50:23.787Z Downloaded ssh-cipher v0.2.0
7332026-02-16T22:50:23.787Z Downloaded qorb v0.4.1
7342026-02-16T22:50:23.787Z Downloaded strum v0.26.3
7352026-02-16T22:50:23.787Z Downloaded structmeta v0.3.0
7362026-02-16T22:50:23.787Z Downloaded strip-ansi-escapes v0.2.0
7372026-02-16T22:50:23.787Z Downloaded chrono v0.4.43
7382026-02-16T22:50:23.787Z Downloaded strsim v0.11.1
7392026-02-16T22:50:23.787Z Downloaded ssh-encoding v0.2.0
7402026-02-16T22:50:23.787Z Downloaded slab v0.4.9
7412026-02-16T22:50:23.787Z Downloaded aws-lc-rs v1.12.4
7422026-02-16T22:50:23.787Z Downloaded rcgen v0.12.1
7432026-02-16T22:50:23.787Z Downloaded iddqd v0.3.16
7442026-02-16T22:50:23.787Z Downloaded futures-util v0.3.31
7452026-02-16T22:50:23.787Z Downloaded serde_tokenstream v0.2.2
7462026-02-16T22:50:23.787Z Downloaded pretty_assertions v1.4.1
7472026-02-16T22:50:23.787Z Downloaded hashbrown v0.16.1
7482026-02-16T22:50:23.787Z Downloaded hashbrown v0.15.4
7492026-02-16T22:50:23.787Z Downloaded hashbrown v0.14.5
7502026-02-16T22:50:23.787Z Downloaded signature v2.2.0
7512026-02-16T22:50:23.787Z Downloaded signal-hook-mio v0.2.4
7522026-02-16T22:50:23.787Z Downloaded secrecy v0.10.3
7532026-02-16T22:50:23.787Z Downloaded proc-macro2 v1.0.101
7542026-02-16T22:50:23.787Z Downloaded guppy v0.17.20
7552026-02-16T22:50:23.787Z Downloaded serde-hex v0.1.0
7562026-02-16T22:50:23.787Z Downloaded scroll v0.13.0
7572026-02-16T22:50:23.787Z Downloaded scroll v0.12.0
7582026-02-16T22:50:23.787Z Downloaded hyper-util v0.1.19
7592026-02-16T22:50:23.787Z Downloaded serde_plain v1.0.2
7602026-02-16T22:50:23.787Z Downloaded rusty-fork v0.3.0
7612026-02-16T22:50:23.787Z Downloaded prefix-trie v0.7.0
7622026-02-16T22:50:23.787Z Downloaded rustls-pemfile v2.2.0
7632026-02-16T22:50:23.787Z Downloaded serde_regex v1.1.0
7642026-02-16T22:50:23.787Z Downloaded sec1 v0.7.3
7652026-02-16T22:50:23.788Z Downloaded sct v0.7.1
7662026-02-16T22:50:23.788Z Downloaded schemars_derive v0.8.22
7672026-02-16T22:50:23.867Z Downloaded aho-corasick v1.1.3
7682026-02-16T22:50:23.867Z Downloaded rust-argon2 v2.1.0
7692026-02-16T22:50:23.867Z Downloaded hickory-resolver v0.24.4
7702026-02-16T22:50:23.867Z Downloaded blake3 v1.5.4
7712026-02-16T22:50:23.867Z Downloaded secrecy v0.8.0
7722026-02-16T22:50:23.867Z Downloaded scopeguard v1.2.0
7732026-02-16T22:50:23.867Z Downloaded rustls-pemfile v1.0.4
7742026-02-16T22:50:23.867Z Downloaded hickory-server v0.25.2
7752026-02-16T22:50:23.867Z Downloaded relative-path v1.9.3
7762026-02-16T22:50:23.867Z Downloaded rand_chacha v0.9.0
7772026-02-16T22:50:23.867Z Downloaded pin-project v1.1.6
7782026-02-16T22:50:23.867Z Downloaded rand_core v0.6.4
7792026-02-16T22:50:23.867Z Downloaded russh-cryptovec v0.7.3
7802026-02-16T22:50:23.867Z Downloaded postcard v1.0.10
7812026-02-16T22:50:23.868Z Downloaded memchr v2.7.4
7822026-02-16T22:50:23.868Z Downloaded criterion v0.7.0
7832026-02-16T22:50:23.868Z Downloaded rustc-hash v1.1.0
7842026-02-16T22:50:23.868Z Downloaded indexmap v2.13.0
7852026-02-16T22:50:23.868Z Downloaded pkcs1 v0.7.5
7862026-02-16T22:50:23.868Z Downloaded hashbrown v0.12.3
7872026-02-16T22:50:23.868Z Downloaded ref-cast v1.0.25
7882026-02-16T22:50:23.868Z Downloaded r2d2 v0.8.10
7892026-02-16T22:50:23.868Z Downloaded quinn-udp v0.5.5
7902026-02-16T22:50:23.868Z Downloaded hickory-resolver v0.25.2
7912026-02-16T22:50:23.868Z Downloaded owo-colors v4.2.3
7922026-02-16T22:50:23.868Z Downloaded oso v0.27.3
7932026-02-16T22:50:23.868Z Downloaded num-integer v0.1.46
7942026-02-16T22:50:23.869Z Downloaded ignore v0.4.23
7952026-02-16T22:50:23.869Z Downloaded ppv-lite86 v0.2.20
7962026-02-16T22:50:23.869Z Downloaded postgres-protocol v0.6.8
7972026-02-16T22:50:23.869Z Downloaded num-traits v0.2.19
7982026-02-16T22:50:23.869Z Downloaded pin-project-lite v0.2.14
7992026-02-16T22:50:23.869Z Downloaded phf v0.12.1
8002026-02-16T22:50:23.869Z Downloaded partial-io v0.5.4
8012026-02-16T22:50:23.869Z Downloaded parking_lot v0.12.3
8022026-02-16T22:50:23.869Z Downloaded parking_lot v0.11.2
8032026-02-16T22:50:23.869Z Downloaded progenitor-macro v0.8.0
8042026-02-16T22:50:23.869Z Downloaded progenitor-client v0.8.0
8052026-02-16T22:50:23.869Z Downloaded pest_generator v2.8.2
8062026-02-16T22:50:23.870Z Downloaded pkg-config v0.3.31
8072026-02-16T22:50:23.870Z Downloaded pkcs8 v0.10.2
8082026-02-16T22:50:23.870Z Downloaded phf v0.11.2
8092026-02-16T22:50:23.870Z Downloaded path-tree v0.8.1
8102026-02-16T22:50:23.870Z Downloaded once_cell v1.21.3
8112026-02-16T22:50:23.870Z Downloaded omicron-zone-package v0.12.2
8122026-02-16T22:50:23.870Z Downloaded miniz_oxide v0.8.5
8132026-02-16T22:50:23.870Z Downloaded pem v3.0.5
8142026-02-16T22:50:23.870Z Downloaded knuffel v3.2.0
8152026-02-16T22:50:23.870Z Downloaded pretty-hex v0.4.1
8162026-02-16T22:50:23.870Z Downloaded pretty-hex v0.2.1
8172026-02-16T22:50:23.870Z Downloaded icu_collections v1.5.0
8182026-02-16T22:50:23.870Z Downloaded predicates-core v1.0.8
8192026-02-16T22:50:23.870Z Downloaded precomputed-hash v0.1.1
8202026-02-16T22:50:23.870Z Downloaded path-slash v0.1.5
8212026-02-16T22:50:23.870Z Downloaded log v0.4.29
8222026-02-16T22:50:23.870Z Downloaded indicatif v0.17.11
8232026-02-16T22:50:23.870Z Downloaded icu_properties v1.5.1
8242026-02-16T22:50:23.933Z Downloaded password-hash v0.5.0
8252026-02-16T22:50:23.933Z Downloaded paste v1.0.15
8262026-02-16T22:50:23.934Z Downloaded password-hash v0.4.2
8272026-02-16T22:50:23.934Z Downloaded parse-display-derive v0.10.0
8282026-02-16T22:50:23.934Z Downloaded num_enum v0.5.11
8292026-02-16T22:50:23.934Z Downloaded piper v0.2.4
8302026-02-16T22:50:23.934Z Downloaded pin-utils v0.1.0
8312026-02-16T22:50:23.934Z Downloaded litrs v0.4.1
8322026-02-16T22:50:23.934Z Downloaded crossterm v0.28.1
8332026-02-16T22:50:23.934Z Downloaded phf_shared v0.11.2
8342026-02-16T22:50:23.934Z Downloaded packed_struct v0.10.1
8352026-02-16T22:50:23.934Z Downloaded oxnet v0.1.4
8362026-02-16T22:50:23.934Z Downloaded parking_lot_core v0.8.6
8372026-02-16T22:50:23.934Z Downloaded memmap2 v0.9.8
8382026-02-16T22:50:23.934Z Downloaded icu_normalizer v1.5.0
8392026-02-16T22:50:23.934Z Downloaded headers v0.4.1
8402026-02-16T22:50:23.934Z Downloaded heapless v0.7.17
8412026-02-16T22:50:23.935Z Downloaded nu-ansi-term v0.50.1
8422026-02-16T22:50:23.935Z Downloaded libz-rs-sys v0.5.1
8432026-02-16T22:50:23.935Z Downloaded icu_provider v1.5.0
8442026-02-16T22:50:23.935Z Downloaded icu_locid v1.5.0
8452026-02-16T22:50:23.935Z Downloaded crypto-bigint v0.5.5
8462026-02-16T22:50:23.935Z Downloaded compact_str v0.8.0
8472026-02-16T22:50:23.935Z Downloaded openssl-probe v0.1.5
8482026-02-16T22:50:23.935Z Downloaded olpc-cjson v0.1.4
8492026-02-16T22:50:23.935Z Downloaded nanorand v0.7.0
8502026-02-16T22:50:23.935Z Downloaded ingot-macros v0.1.1
8512026-02-16T22:50:23.935Z Downloaded fancy-regex v0.14.0
8522026-02-16T22:50:23.935Z Downloaded cc v1.2.30
8532026-02-16T22:50:23.935Z Downloaded num-derive v0.3.3
8542026-02-16T22:50:23.935Z Downloaded num-derive v0.4.2
8552026-02-16T22:50:23.935Z Downloaded opaque-debug v0.3.1
8562026-02-16T22:50:23.935Z Downloaded oorandom v11.1.4
8572026-02-16T22:50:23.935Z Downloaded linear-map v1.2.0
8582026-02-16T22:50:23.935Z Downloaded flate2 v1.1.2
8592026-02-16T22:50:23.935Z Downloaded num_threads v0.1.7
8602026-02-16T22:50:24.000Z Downloaded ipnet v2.11.0
8612026-02-16T22:50:24.001Z Downloaded libtest-mimic v0.8.1
8622026-02-16T22:50:24.001Z Downloaded flume v0.11.1
8632026-02-16T22:50:24.001Z Downloaded num v0.4.3
8642026-02-16T22:50:24.001Z Downloaded lock_api v0.4.12
8652026-02-16T22:50:24.001Z Downloaded litemap v0.7.3
8662026-02-16T22:50:24.001Z Downloaded libsw v3.5.0
8672026-02-16T22:50:24.001Z Downloaded libloading v0.8.5
8682026-02-16T22:50:24.001Z Downloaded kv-log-macro v1.0.7
8692026-02-16T22:50:24.001Z Downloaded ed25519-dalek v2.1.1
8702026-02-16T22:50:24.001Z Downloaded iana-time-zone v0.1.63
8712026-02-16T22:50:24.001Z Downloaded half v2.4.1
8722026-02-16T22:50:24.001Z Downloaded half v1.8.3
8732026-02-16T22:50:24.001Z Downloaded new_debug_unreachable v1.0.6
8742026-02-16T22:50:24.001Z Downloaded nested v0.1.1
8752026-02-16T22:50:24.001Z Downloaded humantime v2.2.0
8762026-02-16T22:50:24.002Z Downloaded hmac v0.12.1
8772026-02-16T22:50:24.002Z Downloaded newtype_derive v0.1.6
8782026-02-16T22:50:24.002Z Downloaded knuffel-derive v3.2.0
8792026-02-16T22:50:24.002Z Downloaded ingot v0.1.1
8802026-02-16T22:50:24.002Z Downloaded maybe-uninit v2.0.0
8812026-02-16T22:50:24.002Z Downloaded getrandom v0.3.4
8822026-02-16T22:50:24.002Z Downloaded hyper-rustls v0.27.7
8832026-02-16T22:50:24.002Z Downloaded httptest v0.16.3
8842026-02-16T22:50:24.002Z Downloaded httparse v1.9.5
8852026-02-16T22:50:24.002Z Downloaded hickory-client v0.25.2
8862026-02-16T22:50:24.002Z Downloaded futures v0.3.31
8872026-02-16T22:50:24.002Z Downloaded lockfree-object-pool v0.1.6
8882026-02-16T22:50:24.002Z Downloaded lru-cache v0.1.2
8892026-02-16T22:50:24.002Z Downloaded match_cfg v0.1.0
8902026-02-16T22:50:24.002Z Downloaded maplit v1.0.2
8912026-02-16T22:50:24.002Z Downloaded managed v0.8.0
8922026-02-16T22:50:24.002Z Downloaded macaddr v1.0.1
8932026-02-16T22:50:24.002Z Downloaded dropshot_endpoint v0.16.7
8942026-02-16T22:50:24.002Z Downloaded linked-hash-map v0.5.6
8952026-02-16T22:50:24.002Z Downloaded hyper-staticfile v0.10.1
8962026-02-16T22:50:24.003Z Downloaded darling_core v0.21.0
8972026-02-16T22:50:24.003Z Downloaded derive_more-impl v2.0.1
8982026-02-16T22:50:24.003Z Downloaded cookie v0.18.1
8992026-02-16T22:50:24.003Z Downloaded elliptic-curve v0.13.8
9002026-02-16T22:50:24.003Z Downloaded crossbeam-epoch v0.9.18
9012026-02-16T22:50:24.003Z Downloaded bumpalo v3.16.0
9022026-02-16T22:50:24.003Z Downloaded lalrpop-util v0.19.12
9032026-02-16T22:50:24.003Z Downloaded is_ci v1.2.0
9042026-02-16T22:50:24.003Z Downloaded is-terminal v0.4.13
9052026-02-16T22:50:24.003Z Downloaded instability v0.3.2
9062026-02-16T22:50:24.003Z Downloaded base64 v0.21.7
9072026-02-16T22:50:24.003Z Downloaded kstat-rs v0.2.4
9082026-02-16T22:50:24.003Z Downloaded keccak v0.1.5
9092026-02-16T22:50:24.003Z Downloaded inout v0.1.3
9102026-02-16T22:50:24.003Z Downloaded ident_case v1.0.1
9112026-02-16T22:50:24.003Z Downloaded highway v1.3.0
9122026-02-16T22:50:24.003Z Downloaded getrandom v0.2.15
9132026-02-16T22:50:24.003Z Downloaded futures-lite v2.3.0
9142026-02-16T22:50:24.004Z Downloaded bzip2 v0.4.4
9152026-02-16T22:50:24.004Z Downloaded arc-swap v1.7.1
9162026-02-16T22:50:24.021Z Downloaded idna_adapter v1.2.0
9172026-02-16T22:50:24.021Z Downloaded futures-executor v0.3.31
9182026-02-16T22:50:24.021Z Downloaded instant v0.1.13
9192026-02-16T22:50:24.021Z Downloaded indoc v1.0.9
9202026-02-16T22:50:24.021Z Downloaded impl-trait-for-tuples v0.2.2
9212026-02-16T22:50:24.021Z Downloaded icu_provider_macros v1.5.0
9222026-02-16T22:50:24.021Z Downloaded chumsky v0.9.3
9232026-02-16T22:50:24.021Z Downloaded group v0.13.0
9242026-02-16T22:50:24.021Z Downloaded diff v0.1.13
9252026-02-16T22:50:24.021Z Downloaded derive_more v0.99.20
9262026-02-16T22:50:24.021Z Downloaded clap_derive v4.5.47
9272026-02-16T22:50:24.021Z Downloaded hostname v0.4.2
9282026-02-16T22:50:24.021Z Downloaded home v0.5.9
9292026-02-16T22:50:24.021Z Downloaded globset v0.4.15
9302026-02-16T22:50:24.021Z Downloaded http-body v1.0.1
9312026-02-16T22:50:24.021Z Downloaded hostname v0.3.1
9322026-02-16T22:50:24.021Z Downloaded event-listener v5.3.1
9332026-02-16T22:50:24.021Z Downloaded digest v0.10.7
9342026-02-16T22:50:24.027Z Downloaded colored v3.0.0
9352026-02-16T22:50:24.027Z Downloaded anyhow v1.0.99
9362026-02-16T22:50:24.027Z Downloaded clang-sys v1.8.1
9372026-02-16T22:50:24.027Z Downloaded base64 v0.13.1
9382026-02-16T22:50:24.044Z Downloaded http-range v0.1.5
9392026-02-16T22:50:24.044Z Downloaded glob v0.3.2
9402026-02-16T22:50:24.044Z Downloaded heck v0.4.1
9412026-02-16T22:50:24.044Z Downloaded futures-timer v3.0.3
9422026-02-16T22:50:24.044Z Downloaded funty v2.0.0
9432026-02-16T22:50:24.047Z Downloaded fs_extra v1.3.0
9442026-02-16T22:50:24.048Z Downloaded fs-err v2.11.0
9452026-02-16T22:50:24.048Z Downloaded foldhash v0.2.0
9462026-02-16T22:50:24.048Z Downloaded blake2 v0.10.6
9472026-02-16T22:50:24.048Z Downloaded heck v0.5.0
9482026-02-16T22:50:24.048Z Downloaded headers-core v0.3.0
9492026-02-16T22:50:24.048Z Downloaded ciborium v0.2.2
9502026-02-16T22:50:24.048Z Downloaded fs-err v3.1.1
9512026-02-16T22:50:24.048Z Downloaded foreign-types v0.3.2
9522026-02-16T22:50:24.048Z Downloaded foldhash v0.1.5
9532026-02-16T22:50:24.048Z Downloaded fixedbitset v0.5.7
9542026-02-16T22:50:24.056Z Downloaded displaydoc v0.2.5
9552026-02-16T22:50:24.056Z Downloaded crossbeam-utils v0.8.21
9562026-02-16T22:50:24.062Z Downloaded corncobs v0.1.4
9572026-02-16T22:50:24.063Z Downloaded base64 v0.22.1
9582026-02-16T22:50:24.063Z Downloaded cookie_store v0.21.1
9592026-02-16T22:50:24.063Z Downloaded hash32 v0.2.1
9602026-02-16T22:50:24.063Z Downloaded crc-any v2.5.0
9612026-02-16T22:50:24.067Z Downloaded chacha20poly1305 v0.10.1
9622026-02-16T22:50:24.067Z Downloaded ghash v0.5.1
9632026-02-16T22:50:24.067Z Downloaded clap v4.5.48
9642026-02-16T22:50:24.078Z Downloaded env_logger v0.11.8
9652026-02-16T22:50:24.100Z Downloaded blake2b_simd v1.0.2
9662026-02-16T22:50:24.100Z Downloaded backtrace v0.3.74
9672026-02-16T22:50:24.100Z Downloaded ff v0.13.0
9682026-02-16T22:50:24.100Z Downloaded either v1.15.0
9692026-02-16T22:50:24.100Z Downloaded deranged v0.5.3
9702026-02-16T22:50:24.100Z Downloaded daft-derive v0.1.4
9712026-02-16T22:50:24.113Z Downloaded csv-core v0.1.11
9722026-02-16T22:50:24.113Z Downloaded gethostname v0.5.0
9732026-02-16T22:50:24.114Z Downloaded defmt-macros v0.3.9
9742026-02-16T22:50:24.114Z Downloaded darling v0.20.10
9752026-02-16T22:50:24.114Z Downloaded daft v0.1.4
9762026-02-16T22:50:24.114Z Downloaded futures-io v0.3.31
9772026-02-16T22:50:24.114Z Downloaded datatest-stable v0.3.2
9782026-02-16T22:50:24.114Z Downloaded cipher v0.4.4
9792026-02-16T22:50:24.114Z Downloaded derive_builder_core v0.20.2
9802026-02-16T22:50:24.114Z Downloaded critical-section v1.1.3
9812026-02-16T22:50:24.114Z Downloaded derive-ex v0.1.8
9822026-02-16T22:50:24.114Z Downloaded cfg-expr v0.20.1
9832026-02-16T22:50:24.114Z Downloaded bitflags v2.9.4
9842026-02-16T22:50:24.114Z Downloaded async-bb8-diesel v0.2.1
9852026-02-16T22:50:24.146Z Downloaded arrayvec v0.7.6
9862026-02-16T22:50:24.147Z Downloaded argon2 v0.5.3
9872026-02-16T22:50:24.147Z Downloaded futures-task v0.3.31
9882026-02-16T22:50:24.147Z Downloaded futures-macro v0.3.31
9892026-02-16T22:50:24.147Z Downloaded futures-core v0.3.31
9902026-02-16T22:50:24.147Z Downloaded foreign-types-shared v0.1.1
9912026-02-16T22:50:24.147Z Downloaded foreign-types-macros v0.2.3
9922026-02-16T22:50:24.151Z Downloaded foreign-types v0.5.0
9932026-02-16T22:50:24.151Z Downloaded erased-serde v0.4.6
9942026-02-16T22:50:24.152Z Downloaded ena v0.14.3
9952026-02-16T22:50:24.152Z Downloaded ed25519 v2.2.3
9962026-02-16T22:50:24.152Z Downloaded ecdsa v0.16.9
9972026-02-16T22:50:24.152Z Downloaded float-ord v0.3.2
9982026-02-16T22:50:24.152Z Downloaded flagset v0.4.6
9992026-02-16T22:50:24.152Z Downloaded drift v0.1.3
10002026-02-16T22:50:24.152Z Downloaded ctr v0.9.2
10012026-02-16T22:50:24.152Z Downloaded defmt v0.3.8
10022026-02-16T22:50:24.152Z Downloaded cmake v0.1.51
10032026-02-16T22:50:24.152Z Downloaded cargo-util-schemas v0.8.2
10042026-02-16T22:50:24.152Z Downloaded camino-tempfile-ext v0.3.2
10052026-02-16T22:50:24.152Z Downloaded buf-list v1.0.3
10062026-02-16T22:50:24.152Z Downloaded async-io v2.3.4
10072026-02-16T22:50:24.153Z Downloaded criterion-plot v0.6.0
10082026-02-16T22:50:24.153Z Downloaded bcrypt-pbkdf v0.10.0
10092026-02-16T22:50:24.153Z Downloaded assert_cmd v2.0.17
10102026-02-16T22:50:24.153Z Downloaded dof v0.3.0
10112026-02-16T22:50:24.153Z Downloaded cargo_metadata v0.21.0
10122026-02-16T22:50:24.159Z Downloaded cargo_metadata v0.19.2
10132026-02-16T22:50:24.159Z Downloaded embedded-io v0.4.0
10142026-02-16T22:50:24.159Z Downloaded cbc v0.1.2
10152026-02-16T22:50:24.159Z Downloaded cassowary v0.3.0
10162026-02-16T22:50:24.159Z Downloaded bit-vec v0.6.3
10172026-02-16T22:50:24.165Z Downloaded async-trait v0.1.89
10182026-02-16T22:50:24.165Z Downloaded async-signal v0.2.10
10192026-02-16T22:50:24.165Z Downloaded async-channel v1.9.0
10202026-02-16T22:50:24.165Z Downloaded anstyle-parse v0.2.5
10212026-02-16T22:50:24.198Z Downloaded anstream v0.6.18
10222026-02-16T22:50:24.198Z Downloaded event-listener v2.5.3
10232026-02-16T22:50:24.198Z Downloaded escape8259 v0.5.3
10242026-02-16T22:50:24.199Z Downloaded bitfield v0.19.2
10252026-02-16T22:50:24.199Z Downloaded async-process v2.3.0
10262026-02-16T22:50:24.199Z Downloaded env_filter v0.1.2
10272026-02-16T22:50:24.199Z Downloaded enum-as-inner v0.6.1
10282026-02-16T22:50:24.199Z Downloaded dtrace-parser v0.2.0
10292026-02-16T22:50:24.199Z Downloaded document-features v0.2.11
10302026-02-16T22:50:24.199Z Downloaded difflib v0.4.0
10312026-02-16T22:50:24.199Z Downloaded debug-ignore v1.0.5
10322026-02-16T22:50:24.199Z Downloaded crypto-common v0.1.6
10332026-02-16T22:50:24.199Z Downloaded crucible-workspace-hack v0.1.0
10342026-02-16T22:50:24.199Z Downloaded dunce v1.0.5
10352026-02-16T22:50:24.206Z Downloaded dsl_auto_type v0.1.2
10362026-02-16T22:50:24.206Z Downloaded display-error-chain v0.2.2
10372026-02-16T22:50:24.206Z Downloaded dof v0.4.0
10382026-02-16T22:50:24.206Z Downloaded curve25519-dalek-derive v0.1.1
10392026-02-16T22:50:24.206Z Downloaded bzip2 v0.5.2
10402026-02-16T22:50:24.206Z Downloaded anes v0.1.6
10412026-02-16T22:50:24.206Z Downloaded bit-vec v0.8.0
10422026-02-16T22:50:24.206Z Downloaded autocfg v1.4.0
10432026-02-16T22:50:24.206Z Downloaded async-executor v1.13.1
10442026-02-16T22:50:24.206Z Downloaded des v0.8.1
10452026-02-16T22:50:24.207Z Downloaded crc32fast v1.4.2
10462026-02-16T22:50:24.207Z Downloaded console v0.15.10
10472026-02-16T22:50:24.207Z Downloaded cargo-platform v0.2.0
10482026-02-16T22:50:24.207Z Downloaded assert_matches v1.5.0
10492026-02-16T22:50:24.207Z Downloaded async-attributes v1.1.2
10502026-02-16T22:50:24.207Z Downloaded arrayref v0.3.9
10512026-02-16T22:50:24.214Z Downloaded anstyle-query v1.1.1
10522026-02-16T22:50:24.214Z Downloaded async-global-executor v2.4.1
10532026-02-16T22:50:24.214Z Downloaded derive_builder_macro v0.20.2
10542026-02-16T22:50:24.214Z Downloaded crc v3.2.1
10552026-02-16T22:50:24.214Z Downloaded convert_case v0.4.0
10562026-02-16T22:50:24.214Z Downloaded array-init v0.0.4
10572026-02-16T22:50:24.214Z Downloaded anstyle v1.0.11
10582026-02-16T22:50:24.222Z Downloaded chacha20 v0.9.1
10592026-02-16T22:50:24.222Z Downloaded ascii-canvas v3.0.0
10602026-02-16T22:50:24.222Z Downloaded crc8 v0.1.1
10612026-02-16T22:50:24.222Z Downloaded const_format v0.2.34
10622026-02-16T22:50:24.237Z Downloaded block-buffer v0.10.4
10632026-02-16T22:50:24.237Z Downloaded dirs-next v2.0.0
10642026-02-16T22:50:24.237Z Downloaded darling_macro v0.21.0
10652026-02-16T22:50:24.237Z Downloaded concurrent-queue v2.5.0
10662026-02-16T22:50:24.237Z Downloaded clap_lex v0.7.4
10672026-02-16T22:50:24.237Z Downloaded bytecount v0.6.8
10682026-02-16T22:50:24.237Z Downloaded bit-set v0.5.3
10692026-02-16T22:50:24.237Z Downloaded byteorder v1.5.0
10702026-02-16T22:50:24.237Z Downloaded blocking v1.6.1
10712026-02-16T22:50:24.237Z Downloaded atomicwrites v0.4.4
10722026-02-16T22:50:24.237Z Downloaded ciborium-io v0.2.2
10732026-02-16T22:50:24.237Z Downloaded bitfield-struct v0.6.2
10742026-02-16T22:50:24.237Z Downloaded cobs v0.2.3
10752026-02-16T22:50:24.242Z Downloaded cargo-platform v0.1.8
10762026-02-16T22:50:24.242Z Downloaded async-stream-impl v0.3.6
10772026-02-16T22:50:24.242Z Downloaded bitfield-macros v0.19.2
10782026-02-16T22:50:24.242Z Downloaded base16ct v0.2.0
10792026-02-16T22:50:24.242Z Downloaded assert-json-diff v2.0.2
10802026-02-16T22:50:24.242Z Downloaded crunchy v0.2.2
10812026-02-16T22:50:24.242Z Downloaded async-lock v3.4.0
10822026-02-16T22:50:24.242Z Downloaded atty v0.2.14
10832026-02-16T22:50:24.249Z Downloaded ahash v0.8.12
10842026-02-16T22:50:24.249Z Downloaded const_format_proc_macros v0.2.34
10852026-02-16T22:50:24.249Z Downloaded cfg_aliases v0.1.1
10862026-02-16T22:50:24.249Z Downloaded camino-tempfile v1.4.1
10872026-02-16T22:50:24.278Z Downloaded async-task v4.7.1
10882026-02-16T22:50:24.278Z Downloaded const-oid v0.9.6
10892026-02-16T22:50:24.278Z Downloaded backoff v0.4.0
10902026-02-16T22:50:24.278Z Downloaded async-object-pool v0.1.5
10912026-02-16T22:50:24.278Z Downloaded cexpr v0.6.0
10922026-02-16T22:50:24.278Z Downloaded aws-lc-sys v0.26.0
10932026-02-16T22:50:24.472Z Downloaded base64ct v1.6.0
10942026-02-16T22:50:24.475Z Downloaded atomic-waker v1.1.2
10952026-02-16T22:50:24.475Z Downloaded approx v0.5.1
10962026-02-16T22:50:24.475Z Downloaded async-stream v0.3.6
10972026-02-16T22:50:24.475Z Downloaded async-channel v2.3.1
10982026-02-16T22:50:24.475Z Downloaded aes v0.8.4
10992026-02-16T22:50:24.475Z Downloaded blowfish v0.9.1
11002026-02-16T22:50:24.475Z Downloaded block-padding v0.3.3
11012026-02-16T22:50:24.475Z Downloaded bitflags v1.3.2
11022026-02-16T22:50:24.475Z Downloaded bcs v0.1.6
11032026-02-16T22:50:24.475Z Downloaded async-recursion v1.1.1
11042026-02-16T22:50:24.761Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-02-16T22:50:38.604Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-02-16T22:50:48.737Z Startup: Caching catalogs ... Done
11072026-02-16T22:51:11.158ZPlanning: Solver setup ... Done (20.808s)
11082026-02-16T22:51:11.316ZPlanning: Running solver ... Done (0.157s)
11092026-02-16T22:51:11.485ZPlanning: Finding local manifests ... Done (0.003s)
11102026-02-16T22:51:11.497ZPlanning: Fetching manifests: 0/4 0% complete
11112026-02-16T22:51:11.632ZPlanning: Fetching manifests: 4/4 100% complete
11122026-02-16T22:51:11.681ZPlanning: Package planning ... Done (0.049s)
11132026-02-16T22:51:11.731ZPlanning: Merging actions ... Done (0.050s)
11142026-02-16T22:51:12.015ZPlanning: Checking for conflicting actions ... Done (0.283s)
11152026-02-16T22:51:12.026ZPlanning: Consolidating action changes ... Done (0.011s)
11162026-02-16T22:51:13.080ZPlanning: Evaluating mediators ... Done (1.054s)
11172026-02-16T22:51:13.090ZPlanning: Planning completed in 24.20 seconds
11182026-02-16T22:51:13.107Z Packages to install: 4
11192026-02-16T22:51:13.107Z Mediators to change: 2
11202026-02-16T22:51:13.110Z Services to change: 1
11212026-02-16T22:51:13.110Z Estimated space available: 155.09 GB
11222026-02-16T22:51:13.110ZEstimated space to be consumed: 1.81 GB
11232026-02-16T22:51:13.110Z Create boot environment: No
11242026-02-16T22:51:13.110ZCreate backup boot environment: No
11252026-02-16T22:51:13.110Z Rebuild boot archive: No
11262026-02-16T22:51:13.110Z
11272026-02-16T22:51:13.110ZChanged mediators:
11282026-02-16T22:51:13.110Z mediator clang:
11292026-02-16T22:51:13.110Z version: None -> 15 (system default)
11302026-02-16T22:51:13.110Z
11312026-02-16T22:51:13.110Z mediator llvm:
11322026-02-16T22:51:13.110Z version: 14 (system default) -> 15 (system default)
11332026-02-16T22:51:13.110Z
11342026-02-16T22:51:13.110ZChanged packages:
11352026-02-16T22:51:13.110Zhelios-dev
11362026-02-16T22:51:13.110Z developer/build-essential
11372026-02-16T22:51:13.110Z None -> 11-2.0
11382026-02-16T22:51:13.110Z library/libxmlsec1
11392026-02-16T22:51:13.110Z None -> 1.2.35-2.0
11402026-02-16T22:51:13.110Z ooce/developer/clang-15
11412026-02-16T22:51:13.110Z None -> 15.0.7-2.0
11422026-02-16T22:51:13.110Z ooce/developer/llvm-15
11432026-02-16T22:51:13.110Z None -> 15.0.7-2.0
11442026-02-16T22:51:13.110Z
11452026-02-16T22:51:13.110ZServices:
11462026-02-16T22:51:13.110Z restart_fmri:
11472026-02-16T22:51:13.110Z svc:/system/update-man-index:default
11482026-02-16T22:51:13.160Z
11492026-02-16T22:51:13.160ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-02-16T22:51:18.162ZDownload: 2449/3290 items 119.9/212.6MB 56% complete (24.2M/s)
11512026-02-16T22:51:21.475ZDownload: Completed 212.60 MB in 8.31 seconds (25.6M/s)
11522026-02-16T22:51:21.770Z Actions: 1/3689 actions (Installing new actions)
11532026-02-16T22:51:26.317Z Actions: Completed 3689 actions in 4.55 seconds.
11542026-02-16T22:51:26.746Z Done (0.423s)
11552026-02-16T22:51:26.746Z Done (0.000s)
11562026-02-16T22:51:27.835Z Done (1.091s)
11572026-02-16T22:51:32.315Z Done (4.114s)
11582026-02-16T22:51:32.407Z Done (0.019s)
11592026-02-16T22:51:32.410Z Done (0.000s)
11602026-02-16T22:51:32.580Z Done (0.000s)
11612026-02-16T22:51:33.546ZPlanning: Evaluating mediator changes ... Done
11622026-02-16T22:51:33.712ZPlanning: Checking for conflicting actions ... Done
11632026-02-16T22:51:33.714ZPlanning: Consolidating action changes ... Done
11642026-02-16T22:51:33.986ZPlanning: Evaluating mediators ... Done
11652026-02-16T22:51:33.989ZPlanning: Planning completed in 0.44 seconds
11662026-02-16T22:51:34.021Z Mediators to change: 2
11672026-02-16T22:51:34.023Z Create boot environment: No
11682026-02-16T22:51:34.023ZCreate backup boot environment: No
11692026-02-16T22:51:34.094Z Done
11702026-02-16T22:51:34.094Z Done
11712026-02-16T22:51:34.859Z Done
11722026-02-16T22:51:38.568Z Done
11732026-02-16T22:51:38.692Z Done
11742026-02-16T22:51:38.692Z Done
11752026-02-16T22:51:38.835Z Done
11762026-02-16T22:51:39.430ZPlanning: Evaluating mediator changes ... Done
11772026-02-16T22:51:39.529ZPlanning: Merging actions ... Done
11782026-02-16T22:51:39.599ZPlanning: Checking for conflicting actions ... Done
11792026-02-16T22:51:39.668ZPlanning: Consolidating action changes ... Done
11802026-02-16T22:51:39.899ZPlanning: Evaluating mediators ... Done
11812026-02-16T22:51:39.989ZPlanning: Planning completed in 0.76 seconds
11822026-02-16T22:51:39.989Z Packages to change: 1
11832026-02-16T22:51:39.990Z Mediators to change: 1
11842026-02-16T22:51:39.990Z Services to change: 1
11852026-02-16T22:51:39.990Z Create boot environment: No
11862026-02-16T22:51:39.990ZCreate backup boot environment: Yes
11872026-02-16T22:51:42.385Z Actions: 1/6 actions (Updating modified actions)
11882026-02-16T22:51:42.388Z Actions: Completed 6 actions in 0.00 seconds.
11892026-02-16T22:51:42.388Z Done
11902026-02-16T22:51:42.388Z Done
11912026-02-16T22:51:42.601Z Done
11922026-02-16T22:51:46.362Z Done
11932026-02-16T22:51:46.580Z Done
11942026-02-16T22:51:46.580Z Done
11952026-02-16T22:51:46.722Z Done
11962026-02-16T22:51:47.004ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11972026-02-16T22:51:47.004Zclang system 15 system
11982026-02-16T22:51:47.004Zcsh system system illumos
11992026-02-16T22:51:47.004Zctags system system illumos
12002026-02-16T22:51:47.005Zfile system system illumos
12012026-02-16T22:51:47.005Zgcc vendor 12 vendor
12022026-02-16T22:51:47.005Zgcc system 10 system
12032026-02-16T22:51:47.005Zgcc system 7 system
12042026-02-16T22:51:47.005Zgo system 1.20 system
12052026-02-16T22:51:47.005Zgo system 1.19 system
12062026-02-16T22:51:47.005Zllvm system 15 system
12072026-02-16T22:51:47.006Zllvm system 14 system
12082026-02-16T22:51:47.006Zmariadb system 10.6 system
12092026-02-16T22:51:47.006Zmta vendor vendor dma
12102026-02-16T22:51:47.006Zopenjdk system 17 system
12112026-02-16T22:51:47.007Zopenjdk system 11 system
12122026-02-16T22:51:47.007Zopenjdk system 1.8 system
12132026-02-16T22:51:47.007Zopenssl vendor 3 vendor
12142026-02-16T22:51:47.007Zperl system 5.36 system
12152026-02-16T22:51:47.007Zpostgresql system 15 system
12162026-02-16T22:51:47.007Zpostgresql system 13 system
12172026-02-16T22:51:47.007Zpython vendor 3 vendor
12182026-02-16T22:51:47.007Zpython system 2 system
12192026-02-16T22:51:47.007Zpython3 system 3.11 system
12202026-02-16T22:51:47.007Zruby system 3.0 system
12212026-02-16T22:51:47.007Zwords vendor vendor american-english
12222026-02-16T22:51:47.007Zwords system system australian-english
12232026-02-16T22:51:47.008Zwords system system british-english
12242026-02-16T22:51:47.008Zwords system system canadian-english
12252026-02-16T22:51:47.008Zwords system system french
12262026-02-16T22:51:47.008Zwords system system italian
12272026-02-16T22:51:47.008Zwords system system ngerman
12282026-02-16T22:51:47.008Zwords system system ogerman
12292026-02-16T22:51:47.008Zwords system system spanish
12302026-02-16T22:51:47.305ZPUBLISHER TYPE STATUS P LOCATION
12312026-02-16T22:51:47.305Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12322026-02-16T22:51:53.735ZFMRI IFO
12332026-02-16T22:51:53.735Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12342026-02-16T22:51:53.735Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12352026-02-16T22:51:53.735Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12362026-02-16T22:51:53.735Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12372026-02-16T22:51:53.736Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12382026-02-16T22:51:53.736Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12392026-02-16T22:51:53.736Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12402026-02-16T22:51:53.736Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12412026-02-16T22:51:53.736Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12422026-02-16T22:51:53.736Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12432026-02-16T22:51:53.736Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12442026-02-16T22:51:53.736Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12452026-02-16T22:51:53.736Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12462026-02-16T22:51:53.736Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12472026-02-16T22:51:53.736Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12482026-02-16T22:51:53.736Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12492026-02-16T22:51:55.410Z Downloading crates ...
12502026-02-16T22:51:55.524Z Downloaded cargo_toml v0.21.0
12512026-02-16T22:51:55.587Z Compiling proc-macro2 v1.0.101
12522026-02-16T22:51:55.592Z Compiling unicode-ident v1.0.19
12532026-02-16T22:51:55.592Z Compiling serde_core v1.0.228
12542026-02-16T22:51:55.592Z Compiling serde v1.0.228
12552026-02-16T22:51:55.592Z Compiling version_check v0.9.5
12562026-02-16T22:51:55.592Z Compiling libc v0.2.180
12572026-02-16T22:51:55.592Z Compiling memchr v2.7.4
12582026-02-16T22:51:55.693Z Compiling stable_deref_trait v1.2.0
12592026-02-16T22:51:55.861Z Compiling thiserror v2.0.18
12602026-02-16T22:51:55.928Z Compiling zmij v1.0.15
12612026-02-16T22:51:56.447Z Compiling itoa v1.0.11
12622026-02-16T22:51:56.474Z Compiling thiserror v1.0.69
12632026-02-16T22:51:56.735Z Compiling autocfg v1.4.0
12642026-02-16T22:51:56.964Z Compiling writeable v0.5.5
12652026-02-16T22:51:57.074Z Compiling ucd-trie v0.1.7
12662026-02-16T22:51:57.214Z Compiling litemap v0.7.3
12672026-02-16T22:51:57.465Z Compiling icu_locid_transform_data v1.5.0
12682026-02-16T22:51:57.527Z Compiling bitflags v2.9.4
12692026-02-16T22:51:57.582Z Compiling byteorder v1.5.0
12702026-02-16T22:51:57.770Z Compiling quote v1.0.40
12712026-02-16T22:51:57.830Z Compiling errno v0.3.12
12722026-02-16T22:51:57.897Z Compiling serde_json v1.0.149
12732026-02-16T22:51:58.022Z Compiling icu_properties_data v1.5.0
12742026-02-16T22:51:58.117Z Compiling syn v2.0.114
12752026-02-16T22:51:58.274Z Compiling num-traits v0.2.19
12762026-02-16T22:51:58.288Z Compiling rustix v0.38.37
12772026-02-16T22:51:58.331Z Compiling utf8_iter v1.0.4
12782026-02-16T22:51:58.593Z Compiling typeid v1.0.3
12792026-02-16T22:51:58.600Z Compiling utf16_iter v1.0.5
12802026-02-16T22:51:58.637Z Compiling smallvec v1.15.1
12812026-02-16T22:51:58.767Z Compiling equivalent v1.0.2
12822026-02-16T22:51:58.801Z Compiling icu_normalizer_data v1.5.0
12832026-02-16T22:51:58.887Z Compiling hashbrown v0.16.1
12842026-02-16T22:51:58.911Z Compiling write16 v1.0.0
12852026-02-16T22:51:59.098Z Compiling proc-macro-error-attr v1.0.4
12862026-02-16T22:51:59.141Z Compiling usdt-impl v0.5.0
12872026-02-16T22:51:59.349Z Compiling winnow v0.7.14
12882026-02-16T22:51:59.411Z Compiling toml_write v0.1.2
12892026-02-16T22:51:59.495Z Compiling syn v1.0.109
12902026-02-16T22:51:59.901Z Compiling thread-id v4.2.2
12912026-02-16T22:51:59.976Z Compiling indexmap v2.13.0
12922026-02-16T22:52:00.194Z Compiling proc-macro-error v1.0.4
12932026-02-16T22:52:00.535Z Compiling utf8parse v0.2.2
12942026-02-16T22:52:00.700Z Compiling plain v0.2.3
12952026-02-16T22:52:01.023Z Compiling log v0.4.29
12962026-02-16T22:52:01.349Z Compiling getrandom v0.3.4
12972026-02-16T22:52:01.352Z Compiling camino v1.2.2
12982026-02-16T22:52:01.592Z Compiling percent-encoding v2.3.2
12992026-02-16T22:52:01.755Z Compiling rustix v1.1.3
13002026-02-16T22:52:01.948Z Compiling form_urlencoded v1.2.2
13012026-02-16T22:52:02.056Z Compiling ordered-float v2.10.1
13022026-02-16T22:52:02.485Z Compiling terminal_size v0.4.0
13032026-02-16T22:52:02.609Z Compiling anstyle-parse v0.2.5
13042026-02-16T22:52:02.928Z Compiling is_terminal_polyfill v1.70.1
13052026-02-16T22:52:02.951Z Compiling anstyle v1.0.11
13062026-02-16T22:52:03.076Z Compiling colorchoice v1.0.2
13072026-02-16T22:52:03.209Z Compiling anstyle-query v1.1.1
13082026-02-16T22:52:03.256Z Compiling cfg-if v1.0.4
13092026-02-16T22:52:03.330Z Compiling pretty-hex v0.4.1
13102026-02-16T22:52:03.366Z Compiling anstream v0.6.18
13112026-02-16T22:52:03.564Z Compiling semver v1.0.27
13122026-02-16T22:52:04.076Z Compiling fs-err v3.1.1
13132026-02-16T22:52:04.209Z Compiling fnv v1.0.7
13142026-02-16T22:52:04.364Z Compiling heck v0.4.1
13152026-02-16T22:52:04.393Z Compiling fastrand v2.1.1
13162026-02-16T22:52:04.408Z Compiling bytecount v0.6.8
13172026-02-16T22:52:04.617Z Compiling synstructure v0.13.1
13182026-02-16T22:52:04.733Z Compiling unicode-width v0.1.14
13192026-02-16T22:52:04.783Z Compiling clap_lex v0.7.4
13202026-02-16T22:52:04.892Z Compiling strsim v0.11.1
13212026-02-16T22:52:05.220Z Compiling heck v0.5.0
13222026-02-16T22:52:05.268Z Compiling anyhow v1.0.99
13232026-02-16T22:52:05.586Z Compiling once_cell v1.21.3
13242026-02-16T22:52:05.703Z Compiling unicode-xid v0.2.6
13252026-02-16T22:52:05.921Z Compiling clap_builder v4.5.48
13262026-02-16T22:52:05.924Z Compiling papergrid v0.11.0
13272026-02-16T22:52:06.015Z Compiling tempfile v3.24.0
13282026-02-16T22:52:06.172Z Compiling memmap v0.7.0
13292026-02-16T22:52:06.283Z Compiling unicode-linebreak v0.1.5
13302026-02-16T22:52:06.494Z Compiling smawk v0.3.2
13312026-02-16T22:52:06.734Z Compiling unicode-width v0.2.0
13322026-02-16T22:52:06.813Z Compiling camino-tempfile v1.4.1
13332026-02-16T22:52:07.263Z Compiling textwrap v0.16.2
13342026-02-16T22:52:07.593Z Compiling swrite v0.1.0
13352026-02-16T22:52:07.738Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13362026-02-16T22:52:07.882Z Compiling tabled_derive v0.7.0
13372026-02-16T22:52:08.749Z Compiling serde_derive v1.0.228
13382026-02-16T22:52:08.749Z Compiling zerofrom-derive v0.1.4
13392026-02-16T22:52:08.765Z Compiling yoke-derive v0.7.4
13402026-02-16T22:52:08.840Z Compiling thiserror-impl v2.0.18
13412026-02-16T22:52:08.852Z Compiling zerovec-derive v0.10.3
13422026-02-16T22:52:09.304Z Compiling displaydoc v0.2.5
13432026-02-16T22:52:10.844Z Compiling icu_provider_macros v1.5.0
13442026-02-16T22:52:11.239Z Compiling thiserror-impl v1.0.69
13452026-02-16T22:52:11.493Z Compiling zerocopy-derive v0.7.35
13462026-02-16T22:52:11.897Z Compiling scroll_derive v0.12.0
13472026-02-16T22:52:12.054Z Compiling pest v2.8.2
13482026-02-16T22:52:12.071Z Compiling zerofrom v0.1.4
13492026-02-16T22:52:12.307Z Compiling yoke v0.7.4
13502026-02-16T22:52:12.682Z Compiling zerovec v0.10.4
13512026-02-16T22:52:13.232Z Compiling scroll v0.12.0
13522026-02-16T22:52:13.304Z Compiling clap_derive v4.5.47
13532026-02-16T22:52:13.363Z Compiling zerocopy v0.7.35
13542026-02-16T22:52:13.752Z Compiling goblin v0.8.2
13552026-02-16T22:52:13.994Z Compiling tabled v0.15.0
13562026-02-16T22:52:14.459Z Compiling tinystr v0.7.6
13572026-02-16T22:52:14.617Z Compiling pest_meta v2.8.2
13582026-02-16T22:52:14.713Z Compiling icu_collections v1.5.0
13592026-02-16T22:52:14.856Z Compiling icu_locid v1.5.0
13602026-02-16T22:52:16.220Z Compiling icu_provider v1.5.0
13612026-02-16T22:52:16.895Z Compiling pest_generator v2.8.2
13622026-02-16T22:52:16.927Z Compiling serde_spanned v0.6.9
13632026-02-16T22:52:17.005Z Compiling icu_locid_transform v1.5.0
13642026-02-16T22:52:17.044Z Compiling toml_datetime v0.6.11
13652026-02-16T22:52:17.183Z Compiling dof v0.3.0
13662026-02-16T22:52:17.220Z Compiling serde_tokenstream v0.2.2
13672026-02-16T22:52:17.565Z Compiling toml_edit v0.22.27
13682026-02-16T22:52:17.809Z Compiling erased-serde v0.4.6
13692026-02-16T22:52:18.053Z Compiling serde-value v0.7.0
13702026-02-16T22:52:18.595Z Compiling icu_properties v1.5.1
13712026-02-16T22:52:18.818Z Compiling serde-untagged v0.1.7
13722026-02-16T22:52:18.910Z Compiling cargo-platform v0.2.0
13732026-02-16T22:52:18.940Z Compiling pest_derive v2.8.2
13742026-02-16T22:52:19.286Z Compiling clap v4.5.48
13752026-02-16T22:52:19.402Z Compiling macaddr v1.0.1
13762026-02-16T22:52:19.705Z Compiling dtrace-parser v0.2.0
13772026-02-16T22:52:20.877Z Compiling toml v0.8.23
13782026-02-16T22:52:21.252Z Compiling usdt-attr-macro v0.5.0
13792026-02-16T22:52:21.353Z Compiling usdt-macro v0.5.0
13802026-02-16T22:52:21.737Z Compiling cargo_toml v0.21.0
13812026-02-16T22:52:22.171Z Compiling icu_normalizer v1.5.0
13822026-02-16T22:52:22.504Z Compiling usdt v0.5.0
13832026-02-16T22:52:22.796Z Compiling idna_adapter v1.2.0
13842026-02-16T22:52:22.919Z Compiling idna v1.0.3
13852026-02-16T22:52:23.300Z Compiling url v2.5.4
13862026-02-16T22:52:23.923Z Compiling cargo-util-schemas v0.8.2
13872026-02-16T22:52:25.448Z Compiling cargo_metadata v0.21.0
13882026-02-16T22:52:26.953Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13892026-02-16T22:52:30.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.64s
13902026-02-16T22:52:30.394Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13912026-02-16T22:52:31.522Z Compiling value-bag v1.12.0
13922026-02-16T22:52:31.522Z Compiling lock_api v0.4.12
13932026-02-16T22:52:31.522Z Compiling scopeguard v1.2.0
13942026-02-16T22:52:31.525Z Compiling shlex v1.3.0
13952026-02-16T22:52:31.525Z Compiling typenum v1.17.0
13962026-02-16T22:52:31.525Z Compiling syn v2.0.114
13972026-02-16T22:52:31.665Z Compiling getrandom v0.2.15
13982026-02-16T22:52:31.669Z Compiling jobserver v0.1.32
13992026-02-16T22:52:31.821Z Compiling smallvec v1.15.1
14002026-02-16T22:52:32.050Z Compiling log v0.4.29
14012026-02-16T22:52:32.106Z Compiling rand_core v0.6.4
14022026-02-16T22:52:32.175Z Compiling cc v1.2.30
14032026-02-16T22:52:32.201Z Compiling generic-array v0.14.7
14042026-02-16T22:52:32.505Z Compiling subtle v2.6.1
14052026-02-16T22:52:32.528Z Compiling portable-atomic v1.11.0
14062026-02-16T22:52:32.617Z Compiling const-oid v0.9.6
14072026-02-16T22:52:32.634Z Compiling critical-section v1.1.3
14082026-02-16T22:52:32.755Z Compiling getrandom v0.3.4
14092026-02-16T22:52:32.795Z Compiling pkg-config v0.3.31
14102026-02-16T22:52:32.834Z Compiling serde_json v1.0.149
14112026-02-16T22:52:33.221Z Compiling spin v0.9.8
14122026-02-16T22:52:33.585Z Compiling parking_lot_core v0.9.10
14132026-02-16T22:52:33.925Z Compiling regex-syntax v0.8.5
14142026-02-16T22:52:34.015Z Compiling pin-project-lite v0.2.14
14152026-02-16T22:52:34.153Z Compiling rustix v0.38.37
14162026-02-16T22:52:34.489Z Compiling libm v0.2.8
14172026-02-16T22:52:34.628Z Compiling once_cell v1.21.3
14182026-02-16T22:52:34.889Z Compiling signal-hook-registry v1.4.2
14192026-02-16T22:52:34.955Z Compiling num-traits v0.2.19
14202026-02-16T22:52:34.995Z Compiling allocator-api2 v0.2.21
14212026-02-16T22:52:35.274Z Compiling parking_lot v0.12.3
14222026-02-16T22:52:35.545Z Compiling mio v1.0.2
14232026-02-16T22:52:35.724Z Compiling futures-core v0.3.31
14242026-02-16T22:52:35.783Z Compiling lazy_static v1.5.0
14252026-02-16T22:52:35.926Z Compiling aho-corasick v1.1.3
14262026-02-16T22:52:35.970Z Compiling percent-encoding v2.3.2
14272026-02-16T22:52:36.058Z Compiling socket2 v0.6.1
14282026-02-16T22:52:36.318Z Compiling slab v0.4.9
14292026-02-16T22:52:36.713Z Compiling cpufeatures v0.2.14
14302026-02-16T22:52:36.773Z Compiling glob v0.3.2
14312026-02-16T22:52:36.831Z Compiling either v1.15.0
14322026-02-16T22:52:36.897Z Compiling futures-sink v0.3.31
14332026-02-16T22:52:37.074Z Compiling futures-channel v0.3.31
14342026-02-16T22:52:37.264Z Compiling hashbrown v0.16.1
14352026-02-16T22:52:37.283Z Compiling rustversion v1.0.22
14362026-02-16T22:52:37.482Z Compiling futures-task v0.3.31
14372026-02-16T22:52:37.568Z Compiling clang-sys v1.8.1
14382026-02-16T22:52:37.789Z Compiling prettyplease v0.2.36
14392026-02-16T22:52:37.948Z Compiling regex-automata v0.4.11
14402026-02-16T22:52:38.162Z Compiling futures-io v0.3.31
14412026-02-16T22:52:38.235Z Compiling pin-utils v0.1.0
14422026-02-16T22:52:38.348Z Compiling minimal-lexical v0.2.1
14432026-02-16T22:52:38.422Z Compiling indexmap v2.13.0
14442026-02-16T22:52:38.441Z Compiling libloading v0.8.5
14452026-02-16T22:52:38.805Z Compiling synstructure v0.13.1
14462026-02-16T22:52:38.844Z Compiling nom v7.1.3
14472026-02-16T22:52:39.514Z Compiling base64ct v1.6.0
14482026-02-16T22:52:39.585Z Compiling bindgen v0.69.5
14492026-02-16T22:52:39.913Z Compiling ident_case v1.0.1
14502026-02-16T22:52:40.074Z Compiling home v0.5.9
14512026-02-16T22:52:40.113Z Compiling pem-rfc7468 v0.7.0
14522026-02-16T22:52:40.292Z Compiling itertools v0.12.1
14532026-02-16T22:52:40.562Z Compiling form_urlencoded v1.2.2
14542026-02-16T22:52:40.723Z Compiling rustc-hash v1.1.0
14552026-02-16T22:52:40.867Z Compiling flagset v0.4.6
14562026-02-16T22:52:40.895Z Compiling lazycell v1.3.0
14572026-02-16T22:52:41.082Z Compiling rand_core v0.9.3
14582026-02-16T22:52:41.108Z Compiling cmake v0.1.51
14592026-02-16T22:52:41.688Z Compiling fs_extra v1.3.0
14602026-02-16T22:52:41.942Z Compiling cexpr v0.6.0
14612026-02-16T22:52:42.115Z Compiling dunce v1.0.5
14622026-02-16T22:52:42.232Z Compiling iana-time-zone v0.1.63
14632026-02-16T22:52:42.272Z Compiling paste v1.0.15
14642026-02-16T22:52:42.586Z Compiling foldhash v0.1.5
14652026-02-16T22:52:42.871Z Compiling hashbrown v0.15.4
14662026-02-16T22:52:42.889Z Compiling rustc_version v0.4.1
14672026-02-16T22:52:43.000Z Compiling uuid v1.19.0
14682026-02-16T22:52:43.097Z Compiling zerocopy v0.8.27
14692026-02-16T22:52:43.450Z Compiling regex v1.11.3
14702026-02-16T22:52:43.472Z Compiling serde_derive v1.0.228
14712026-02-16T22:52:43.512Z Compiling zeroize_derive v1.4.2
14722026-02-16T22:52:43.923Z Compiling zerofrom-derive v0.1.4
14732026-02-16T22:52:44.019Z Compiling yoke-derive v0.7.4
14742026-02-16T22:52:44.404Z Compiling zerovec-derive v0.10.3
14752026-02-16T22:52:44.454Z Compiling displaydoc v0.2.5
14762026-02-16T22:52:44.894Z Compiling zeroize v1.8.1
14772026-02-16T22:52:45.971Z Compiling zerocopy-derive v0.7.35
14782026-02-16T22:52:46.655Z Compiling crypto-common v0.1.6
14792026-02-16T22:52:46.745Z Compiling block-buffer v0.10.4
14802026-02-16T22:52:46.805Z Compiling icu_provider_macros v1.5.0
14812026-02-16T22:52:46.888Z Compiling tokio-macros v2.6.0
14822026-02-16T22:52:47.038Z Compiling digest v0.10.7
14832026-02-16T22:52:47.259Z Compiling zerofrom v0.1.4
14842026-02-16T22:52:47.482Z Compiling yoke v0.7.4
14852026-02-16T22:52:47.529Z Compiling hmac v0.12.1
14862026-02-16T22:52:47.793Z Compiling zerovec v0.10.4
14872026-02-16T22:52:47.824Z Compiling thiserror-impl v2.0.18
14882026-02-16T22:52:47.853Z Compiling zerocopy v0.7.35
14892026-02-16T22:52:47.859Z Compiling block-padding v0.3.3
14902026-02-16T22:52:48.044Z Compiling futures-macro v0.3.31
14912026-02-16T22:52:48.129Z Compiling inout v0.1.3
14922026-02-16T22:52:48.409Z Compiling cipher v0.4.4
14932026-02-16T22:52:48.430Z Compiling sha2 v0.10.9
14942026-02-16T22:52:48.939Z Compiling der_derive v0.7.3
14952026-02-16T22:52:49.229Z Compiling ppv-lite86 v0.2.20
14962026-02-16T22:52:49.757Z Compiling tinystr v0.7.6
14972026-02-16T22:52:49.817Z Compiling icu_collections v1.5.0
14982026-02-16T22:52:49.997Z Compiling futures-util v0.3.31
14992026-02-16T22:52:50.063Z Compiling salsa20 v0.10.2
15002026-02-16T22:52:50.133Z Compiling icu_locid v1.5.0
15012026-02-16T22:52:50.314Z Compiling pbkdf2 v0.12.2
15022026-02-16T22:52:50.504Z Compiling vcpkg v0.2.15
15032026-02-16T22:52:50.598Z Compiling serde v1.0.228
15042026-02-16T22:52:50.855Z Compiling thiserror v2.0.18
15052026-02-16T22:52:50.988Z Compiling pest v2.8.2
15062026-02-16T22:52:51.011Z Compiling scrypt v0.11.0
15072026-02-16T22:52:51.031Z Compiling der v0.7.10
15082026-02-16T22:52:51.561Z Compiling icu_provider v1.5.0
15092026-02-16T22:52:51.862Z Compiling bitflags v2.9.4
15102026-02-16T22:52:51.965Z Compiling bytes v1.11.1
15112026-02-16T22:52:52.099Z Compiling chrono v0.4.43
15122026-02-16T22:52:52.292Z Compiling icu_locid_transform v1.5.0
15132026-02-16T22:52:52.528Z Compiling openssl-sys v0.9.109
15142026-02-16T22:52:53.390Z Compiling tokio v1.49.0
15152026-02-16T22:52:53.610Z Compiling icu_properties v1.5.1
15162026-02-16T22:52:53.991Z Compiling spki v0.7.3
15172026-02-16T22:52:54.022Z Compiling pest_meta v2.8.2
15182026-02-16T22:52:54.342Z Compiling http v1.4.0
15192026-02-16T22:52:54.626Z Compiling rand_chacha v0.9.0
15202026-02-16T22:52:55.358Z Compiling cbc v0.1.2
15212026-02-16T22:52:55.442Z Compiling aes v0.8.4
15222026-02-16T22:52:55.619Z Compiling which v4.4.2
15232026-02-16T22:52:56.337Z Compiling zerocopy-derive v0.8.27
15242026-02-16T22:52:56.632Z Compiling pkcs5 v0.7.1
15252026-02-16T22:52:57.591Z Compiling icu_normalizer v1.5.0
15262026-02-16T22:52:57.675Z Compiling pest_generator v2.8.2
15272026-02-16T22:52:58.102Z Compiling rand v0.9.2
15282026-02-16T22:52:58.430Z Compiling tracing-attributes v0.1.27
15292026-02-16T22:52:58.451Z Compiling serde_derive_internals v0.29.1
15302026-02-16T22:52:59.253Z Compiling idna_adapter v1.2.0
15312026-02-16T22:52:59.385Z Compiling ring v0.17.14
15322026-02-16T22:52:59.480Z Compiling idna v1.0.3
15332026-02-16T22:52:59.830Z Compiling tracing-core v0.1.32
15342026-02-16T22:53:00.440Z Compiling url v2.5.4
15352026-02-16T22:53:00.572Z Compiling rustix v1.1.3
15362026-02-16T22:53:00.945Z Compiling aws-lc-rs v1.12.4
15372026-02-16T22:53:01.007Z Compiling adler2 v2.0.0
15382026-02-16T22:53:01.238Z Compiling schemars v0.8.22
15392026-02-16T22:53:01.427Z Compiling miniz_oxide v0.8.5
15402026-02-16T22:53:01.546Z Compiling tracing v0.1.40
15412026-02-16T22:53:01.661Z Compiling schemars_derive v0.8.22
15422026-02-16T22:53:02.032Z Compiling tokio-util v0.7.15
15432026-02-16T22:53:02.084Z Compiling pest_derive v2.8.2
15442026-02-16T22:53:02.810Z Compiling pkcs8 v0.10.2
15452026-02-16T22:53:02.874Z Compiling http-body v1.0.1
15462026-02-16T22:53:03.076Z Compiling scroll_derive v0.13.1
15472026-02-16T22:53:03.139Z Compiling darling_core v0.20.10
15482026-02-16T22:53:03.382Z Compiling httparse v1.9.5
15492026-02-16T22:53:04.054Z Compiling rustls-pki-types v1.10.0
15502026-02-16T22:53:04.165Z Compiling tinyvec_macros v0.1.1
15512026-02-16T22:53:04.276Z Compiling dyn-clone v1.0.20
15522026-02-16T22:53:04.358Z Compiling base64 v0.22.1
15532026-02-16T22:53:04.774Z Compiling scroll v0.13.0
15542026-02-16T22:53:04.974Z Compiling tinyvec v1.8.0
15552026-02-16T22:53:05.290Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15562026-02-16T22:53:06.012Z Compiling bzip2-sys v0.1.13+1.0.8
15572026-02-16T22:53:06.412Z Compiling openssl-probe v0.1.5
15582026-02-16T22:53:06.508Z Compiling openssl v0.10.73
15592026-02-16T22:53:06.749Z Compiling try-lock v0.2.5
15602026-02-16T22:53:06.796Z Compiling tower-service v0.3.3
15612026-02-16T22:53:06.888Z Compiling tower-layer v0.3.3
15622026-02-16T22:53:06.920Z Compiling foreign-types-shared v0.1.1
15632026-02-16T22:53:06.940Z Compiling untrusted v0.9.0
15642026-02-16T22:53:06.943Z Compiling time-core v0.1.6
15652026-02-16T22:53:07.058Z Compiling untrusted v0.7.1
15662026-02-16T22:53:07.142Z Compiling atomic-waker v1.1.2
15672026-02-16T22:53:07.187Z Compiling powerfmt v0.2.0
15682026-02-16T22:53:07.265Z Compiling num-conv v0.1.0
15692026-02-16T22:53:07.285Z Compiling h2 v0.4.6
15702026-02-16T22:53:07.342Z Compiling tempfile v3.24.0
15712026-02-16T22:53:07.553Z Compiling time-macros v0.2.24
15722026-02-16T22:53:07.572Z Compiling deranged v0.5.3
15732026-02-16T22:53:07.881Z Compiling foreign-types v0.3.2
15742026-02-16T22:53:08.023Z Compiling want v0.3.1
15752026-02-16T22:53:08.658Z Compiling darling_macro v0.20.10
15762026-02-16T22:53:09.470Z Compiling darling v0.20.10
15772026-02-16T22:53:09.516Z Compiling goblin v0.10.2
15782026-02-16T22:53:10.147Z Compiling ipnet v2.11.0
15792026-02-16T22:53:10.200Z Compiling openssl-macros v0.1.1
15802026-02-16T22:53:10.924Z Compiling wait-timeout v0.2.0
15812026-02-16T22:53:11.259Z Compiling syn v1.0.109
15822026-02-16T22:53:11.305Z Compiling native-tls v0.2.12
15832026-02-16T22:53:11.457Z Compiling bit-vec v0.8.0
15842026-02-16T22:53:11.677Z Compiling usdt-impl v0.6.0
15852026-02-16T22:53:11.723Z Compiling httpdate v1.0.3
15862026-02-16T22:53:11.874Z Compiling rustls v0.23.19
15872026-02-16T22:53:11.893Z Compiling gimli v0.31.1
15882026-02-16T22:53:12.045Z Compiling quick-error v1.2.3
15892026-02-16T22:53:12.110Z Compiling num_threads v0.1.7
15902026-02-16T22:53:12.197Z Compiling crossbeam-utils v0.8.21
15912026-02-16T22:53:12.218Z Compiling rusty-fork v0.3.0
15922026-02-16T22:53:12.260Z Compiling time v0.3.43
15932026-02-16T22:53:12.849Z Compiling bit-set v0.8.0
15942026-02-16T22:53:13.154Z Compiling derive_builder_core v0.20.2
15952026-02-16T22:53:15.276Z Compiling hyper v1.8.1
15962026-02-16T22:53:15.984Z Compiling addr2line v0.24.2
15972026-02-16T22:53:16.314Z Compiling dof v0.4.0
15982026-02-16T22:53:16.388Z Compiling unicode-normalization v0.1.24
15992026-02-16T22:53:16.692Z Compiling dtrace-parser v0.3.0
16002026-02-16T22:53:17.311Z Compiling signature v2.2.0
16012026-02-16T22:53:17.624Z Compiling heapless v0.7.17
16022026-02-16T22:53:18.051Z Compiling scroll_derive v0.12.0
16032026-02-16T22:53:18.474Z Compiling thiserror-impl v1.0.69
16042026-02-16T22:53:18.543Z Compiling rand_xorshift v0.4.0
16052026-02-16T22:53:18.745Z Compiling darling_core v0.21.0
16062026-02-16T22:53:18.801Z Compiling slog v2.8.2
16072026-02-16T22:53:19.126Z Compiling thread-id v5.0.0
16082026-02-16T22:53:19.245Z Compiling cookie v0.18.1
16092026-02-16T22:53:19.363Z Compiling crc32fast v1.4.2
16102026-02-16T22:53:19.577Z Compiling object v0.36.5
16112026-02-16T22:53:19.704Z Compiling zlib-rs v0.5.1
16122026-02-16T22:53:20.117Z Compiling siphasher v0.3.11
16132026-02-16T22:53:20.206Z Compiling zstd-safe v7.2.3
16142026-02-16T22:53:20.456Z Compiling unarray v0.1.4
16152026-02-16T22:53:20.570Z Compiling unicode-bidi v0.3.17
16162026-02-16T22:53:20.626Z Compiling unicode-properties v0.1.3
16172026-02-16T22:53:21.006Z Compiling rustc-demangle v0.1.24
16182026-02-16T22:53:21.208Z Compiling signal-hook v0.3.18
16192026-02-16T22:53:21.577Z Compiling anyhow v1.0.99
16202026-02-16T22:53:21.795Z Compiling stringprep v0.1.5
16212026-02-16T22:53:21.880Z Compiling thiserror v1.0.69
16222026-02-16T22:53:22.050Z Compiling proptest v1.7.0
16232026-02-16T22:53:22.538Z Compiling phf_shared v0.11.2
16242026-02-16T22:53:22.719Z Compiling scroll v0.12.0
16252026-02-16T22:53:23.311Z Compiling hyper-util v0.1.19
16262026-02-16T22:53:23.524Z Compiling derive_builder_macro v0.20.2
16272026-02-16T22:53:24.669Z Compiling darling_macro v0.21.0
16282026-02-16T22:53:25.486Z Compiling ipnetwork v0.21.1
16292026-02-16T22:53:25.562Z Compiling erased-serde v0.3.31
16302026-02-16T22:53:26.306Z Compiling libz-rs-sys v0.5.1
16312026-02-16T22:53:26.327Z Compiling backtrace v0.3.74
16322026-02-16T22:53:26.647Z Compiling toml_datetime v0.6.11
16332026-02-16T22:53:26.919Z Compiling serde_spanned v0.6.9
16342026-02-16T22:53:26.941Z Compiling serde_tokenstream v0.2.2
16352026-02-16T22:53:27.186Z Compiling rand_chacha v0.3.1
16362026-02-16T22:53:27.204Z Compiling md-5 v0.10.6
16372026-02-16T22:53:27.282Z Compiling curve25519-dalek v4.1.3
16382026-02-16T22:53:27.488Z Compiling vergen-lib v0.1.6
16392026-02-16T22:53:27.540Z Compiling num-integer v0.1.46
16402026-02-16T22:53:27.822Z Compiling sync_wrapper v1.0.1
16412026-02-16T22:53:27.974Z Compiling ff v0.13.0
16422026-02-16T22:53:27.999Z Compiling hash32 v0.2.1
16432026-02-16T22:53:28.212Z Compiling memoffset v0.9.1
16442026-02-16T22:53:28.232Z Compiling smoltcp v0.9.1
16452026-02-16T22:53:28.367Z Compiling base16ct v0.2.0
16462026-02-16T22:53:28.563Z Compiling psl-types v2.0.11
16472026-02-16T22:53:28.684Z Compiling litrs v0.4.1
16482026-02-16T22:53:28.778Z Compiling num-bigint-dig v0.8.6
16492026-02-16T22:53:28.882Z Compiling fallible-iterator v0.2.0
16502026-02-16T22:53:29.097Z Compiling cfg_aliases v0.2.1
16512026-02-16T22:53:29.118Z Compiling ref-cast v1.0.25
16522026-02-16T22:53:29.200Z Compiling nix v0.29.0
16532026-02-16T22:53:29.203Z Compiling publicsuffix v2.3.0
16542026-02-16T22:53:29.517Z Compiling postgres-protocol v0.6.8
16552026-02-16T22:53:29.536Z Compiling sec1 v0.7.3
16562026-02-16T22:53:29.749Z Compiling document-features v0.2.11
16572026-02-16T22:53:30.002Z Compiling group v0.13.0
16582026-02-16T22:53:30.062Z Compiling num-iter v0.1.45
16592026-02-16T22:53:30.357Z Compiling tower v0.5.2
16602026-02-16T22:53:30.422Z Compiling newtype-uuid v1.3.2
16612026-02-16T22:53:30.679Z Compiling rand v0.8.5
16622026-02-16T22:53:31.089Z Compiling flate2 v1.1.2
16632026-02-16T22:53:31.359Z Compiling oxnet v0.1.4
16642026-02-16T22:53:31.748Z Compiling darling v0.21.0
16652026-02-16T22:53:31.837Z Compiling derive_builder v0.20.2
16662026-02-16T22:53:31.883Z Compiling tokio-native-tls v0.3.1
16672026-02-16T22:53:32.043Z Compiling goblin v0.8.2
16682026-02-16T22:53:32.592Z Compiling rustls-native-certs v0.8.1
16692026-02-16T22:53:32.676Z Compiling webpki-roots v1.0.1
16702026-02-16T22:53:32.905Z Compiling http-body-util v0.1.3
16712026-02-16T22:53:33.020Z Compiling strum_macros v0.27.2
16722026-02-16T22:53:33.127Z Compiling terminal_size v0.4.0
16732026-02-16T22:53:33.241Z Compiling cargo-platform v0.1.8
16742026-02-16T22:53:33.349Z Compiling hkdf v0.12.4
16752026-02-16T22:53:33.397Z Compiling crypto-bigint v0.5.5
16762026-02-16T22:53:33.637Z Compiling daft-derive v0.1.4
16772026-02-16T22:53:33.730Z Compiling async-trait v0.1.89
16782026-02-16T22:53:35.233Z Compiling ref-cast-impl v1.0.25
16792026-02-16T22:53:35.715Z Compiling hubpack_derive v0.1.1
16802026-02-16T22:53:36.209Z Compiling curve25519-dalek-derive v0.1.1
16812026-02-16T22:53:36.359Z Compiling vergen v9.0.6
16822026-02-16T22:53:36.634Z Compiling ahash v0.8.12
16832026-02-16T22:53:36.738Z Compiling fs-err v3.1.1
16842026-02-16T22:53:37.009Z Compiling winnow v0.5.40
16852026-02-16T22:53:37.084Z Compiling unicode-segmentation v1.12.0
16862026-02-16T22:53:37.548Z Compiling bitflags v1.3.2
16872026-02-16T22:53:37.676Z Compiling bumpalo v3.16.0
16882026-02-16T22:53:37.807Z Compiling ryu v1.0.18
16892026-02-16T22:53:37.949Z Compiling simd-adler32 v0.3.7
16902026-02-16T22:53:38.161Z Compiling buf-list v1.0.3
16912026-02-16T22:53:38.178Z Compiling managed v0.8.0
16922026-02-16T22:53:38.502Z Compiling iri-string v0.7.8
16932026-02-16T22:53:38.630Z Compiling lockfree-object-pool v0.1.6
16942026-02-16T22:53:38.907Z Compiling zopfli v0.8.1
16952026-02-16T22:53:39.158Z Compiling serde_urlencoded v0.7.1
16962026-02-16T22:53:39.672Z Compiling strum v0.27.2
16972026-02-16T22:53:39.886Z Compiling dof v0.3.0
16982026-02-16T22:53:40.428Z Compiling toml_edit v0.19.15
16992026-02-16T22:53:40.732Z Compiling clap_builder v4.5.48
17002026-02-16T22:53:41.051Z Compiling hubpack v0.1.2
17012026-02-16T22:53:41.485Z Compiling tower-http v0.6.6
17022026-02-16T22:53:41.850Z Compiling elliptic-curve v0.13.8
17032026-02-16T22:53:42.248Z Compiling daft v0.1.4
17042026-02-16T22:53:42.363Z Compiling cargo_metadata v0.19.2
17052026-02-16T22:53:42.708Z Compiling hyper-tls v0.6.0
17062026-02-16T22:53:42.800Z Compiling cookie_store v0.21.1
17072026-02-16T22:53:43.101Z Compiling signal-hook-mio v0.2.4
17082026-02-16T22:53:43.293Z Compiling zstd v0.13.3
17092026-02-16T22:53:45.028Z Compiling serde_with_macros v3.16.1
17102026-02-16T22:53:45.694Z Compiling postgres-types v0.2.9
17112026-02-16T22:53:47.001Z Compiling usdt-macro v0.6.0
17122026-02-16T22:53:47.088Z Compiling usdt-attr-macro v0.6.0
17132026-02-16T22:53:47.555Z Compiling phf v0.11.2
17142026-02-16T22:53:47.795Z Compiling dtrace-parser v0.2.0
17152026-02-16T22:53:47.856Z Compiling ed25519 v2.2.3
17162026-02-16T22:53:48.312Z Compiling bzip2 v0.5.2
17172026-02-16T22:53:48.333Z Compiling bzip2 v0.4.4
17182026-02-16T22:53:48.476Z Compiling pkcs1 v0.7.5
17192026-02-16T22:53:48.654Z Compiling strum_macros v0.26.4
17202026-02-16T22:53:48.675Z Compiling enum-as-inner v0.6.1
17212026-02-16T22:53:48.721Z Compiling clap_derive v4.5.47
17222026-02-16T22:53:49.364Z Compiling serde-big-array v0.5.1
17232026-02-16T22:53:49.612Z Compiling hex v0.4.3
17242026-02-16T22:53:49.630Z Compiling rfc6979 v0.4.0
17252026-02-16T22:53:49.725Z Compiling serde_repr v0.1.19
17262026-02-16T22:53:49.835Z Compiling bstr v1.10.0
17272026-02-16T22:53:49.864Z Compiling float-cmp v0.10.0
17282026-02-16T22:53:50.148Z Compiling env_filter v0.1.2
17292026-02-16T22:53:50.185Z Compiling socket2 v0.5.10
17302026-02-16T22:53:50.765Z Compiling memmap2 v0.9.8
17312026-02-16T22:53:50.786Z Compiling encoding_rs v0.8.34
17322026-02-16T22:53:51.085Z Compiling static_assertions v1.1.0
17332026-02-16T22:53:51.163Z Compiling foldhash v0.2.0
17342026-02-16T22:53:51.205Z Compiling fixedbitset v0.4.2
17352026-02-16T22:53:51.272Z Compiling mime v0.3.17
17362026-02-16T22:53:51.563Z Compiling data-encoding v2.9.0
17372026-02-16T22:53:51.670Z Compiling new_debug_unreachable v1.0.6
17382026-02-16T22:53:51.789Z Compiling precomputed-hash v0.1.1
17392026-02-16T22:53:51.837Z Compiling normalize-line-endings v0.3.0
17402026-02-16T22:53:51.928Z Compiling fixedbitset v0.5.7
17412026-02-16T22:53:51.991Z Compiling jiff v0.2.15
17422026-02-16T22:53:52.566Z Compiling predicates-core v1.0.8
17432026-02-16T22:53:52.819Z Compiling keccak v0.1.5
17442026-02-16T22:53:52.894Z Compiling difflib v0.4.0
17452026-02-16T22:53:53.045Z Compiling rustc-hash v2.1.1
17462026-02-16T22:53:53.245Z Compiling whoami v1.5.2
17472026-02-16T22:53:53.266Z Compiling iddqd v0.3.16
17482026-02-16T22:53:53.805Z Compiling tokio-postgres v0.7.13
17492026-02-16T22:53:54.120Z Compiling predicates v3.1.3
17502026-02-16T22:53:54.435Z Compiling sha3 v0.10.8
17512026-02-16T22:53:55.085Z Compiling clap v4.5.48
17522026-02-16T22:53:55.221Z Compiling strum v0.26.3
17532026-02-16T22:53:55.431Z Compiling petgraph v0.8.2
17542026-02-16T22:53:55.462Z Compiling hickory-proto v0.25.2
17552026-02-16T22:53:55.533Z Compiling toml_edit v0.22.27
17562026-02-16T22:53:55.774Z Compiling string_cache v0.8.9
17572026-02-16T22:53:56.208Z Compiling petgraph v0.6.5
17582026-02-16T22:53:56.870Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17592026-02-16T22:53:59.155Z Compiling zip v4.2.0
17602026-02-16T22:53:59.807Z Compiling usdt v0.6.0
17612026-02-16T22:53:59.871Z Compiling similar v2.7.0
17622026-02-16T22:54:00.306Z Compiling usdt-impl v0.5.0
17632026-02-16T22:54:01.319Z Compiling env_logger v0.11.8
17642026-02-16T22:54:01.639Z Compiling serde_with v3.16.1
17652026-02-16T22:54:01.878Z Compiling ecdsa v0.16.9
17662026-02-16T22:54:02.063Z Compiling rsa v0.9.8
17672026-02-16T22:54:02.489Z Compiling zip v0.6.6
17682026-02-16T22:54:02.694Z Compiling ed25519-dalek v2.1.1
17692026-02-16T22:54:03.742Z Compiling toml v0.7.8
17702026-02-16T22:54:04.025Z Compiling crossterm v0.28.1
17712026-02-16T22:54:05.336Z Compiling heck v0.4.1
17722026-02-16T22:54:05.674Z Compiling crossbeam-epoch v0.9.18
17732026-02-16T22:54:05.695Z Compiling tokio-stream v0.1.17
17742026-02-16T22:54:05.782Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17752026-02-16T22:54:05.952Z Compiling x509-cert v0.2.5
17762026-02-16T22:54:06.208Z Compiling openapiv3 v2.2.0
17772026-02-16T22:54:06.355Z Compiling sha1 v0.10.6
17782026-02-16T22:54:06.633Z Compiling itertools v0.10.5
17792026-02-16T22:54:06.791Z Compiling itertools v0.13.0
17802026-02-16T22:54:06.809Z Compiling winnow v0.6.26
17812026-02-16T22:54:07.166Z Compiling peg-runtime v0.8.5
17822026-02-16T22:54:07.750Z Compiling lalrpop-util v0.19.12
17832026-02-16T22:54:08.118Z Compiling thread_local v1.1.8
17842026-02-16T22:54:08.601Z Compiling slog-async v2.8.0
17852026-02-16T22:54:09.087Z Compiling crossbeam-channel v0.5.15
17862026-02-16T22:54:09.215Z Compiling xattr v1.3.1
17872026-02-16T22:54:09.493Z Compiling futures-executor v0.3.31
17882026-02-16T22:54:09.702Z Compiling is-terminal v0.4.13
17892026-02-16T22:54:09.733Z Compiling filetime v0.2.26
17902026-02-16T22:54:09.855Z Compiling take_mut v0.2.2
17912026-02-16T22:54:09.949Z Compiling term v1.1.0
17922026-02-16T22:54:10.046Z Compiling tar v0.4.44
17932026-02-16T22:54:10.071Z Compiling futures v0.3.31
17942026-02-16T22:54:11.018Z Compiling slog-term v2.9.2
17952026-02-16T22:54:13.399Z Compiling aws-lc-sys v0.26.0
17962026-02-16T22:54:42.466Z Compiling rustls-webpki v0.102.8
17972026-02-16T22:54:46.856Z Compiling tokio-rustls v0.26.0
17982026-02-16T22:54:47.113Z Compiling hyper-rustls v0.27.7
17992026-02-16T22:54:47.479Z Compiling reqwest v0.12.24
18002026-02-16T22:54:51.283Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012026-02-16T22:54:51.576Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18022026-02-16T22:54:56.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
18032026-02-16T22:54:56.354Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18042026-02-16T22:54:56.409ZFeb 16 22:54:54.990 INFO Starting download, target: DendriteStub
18052026-02-16T22:54:56.409ZFeb 16 22:54:54.990 INFO Starting download, target: Console
18062026-02-16T22:54:56.409ZFeb 16 22:54:54.990 INFO Starting download, target: MaghemiteMgd
18072026-02-16T22:54:56.410ZFeb 16 22:54:54.990 INFO Starting download, target: Clickhouse
18082026-02-16T22:54:56.410ZFeb 16 22:54:54.991 INFO Starting download, target: Cockroach
18092026-02-16T22:54:56.410ZFeb 16 22:54:54.991 INFO Starting download, target: TransceiverControl
18102026-02-16T22:54:56.410ZFeb 16 22:54:54.991 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18112026-02-16T22:54:56.410ZFeb 16 22:54:54.991 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18122026-02-16T22:54:56.410ZFeb 16 22:54:54.991 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18132026-02-16T22:54:56.410ZFeb 16 22:54:54.991 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18142026-02-16T22:54:56.410ZFeb 16 22:54:54.991 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18152026-02-16T22:54:56.410ZFeb 16 22:54:54.991 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18162026-02-16T22:54:56.961ZFeb 16 22:54:55.523 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18172026-02-16T22:54:57.050ZFeb 16 22:54:55.602 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18182026-02-16T22:54:57.419ZFeb 16 22:54:55.963 INFO Download complete, target: Console
18192026-02-16T22:54:57.604ZFeb 16 22:54:56.034 INFO Download complete, target: TransceiverControl
18202026-02-16T22:54:58.355ZFeb 16 22:54:56.927 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18212026-02-16T22:54:58.630ZFeb 16 22:54:57.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18222026-02-16T22:54:58.890ZFeb 16 22:54:57.514 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18232026-02-16T22:54:59.325ZFeb 16 22:54:57.959 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18242026-02-16T22:54:59.325ZFeb 16 22:54:57.959 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18252026-02-16T22:55:02.096ZFeb 16 22:55:00.729 INFO Download complete, target: DendriteStub
18262026-02-16T22:55:02.705ZFeb 16 22:55:01.338 INFO Download complete, target: MaghemiteMgd
18272026-02-16T22:55:06.813ZFeb 16 22:55:05.446 INFO Checking that binary works, target: Cockroach
18282026-02-16T22:55:06.944ZFeb 16 22:55:05.575 INFO Download complete, target: Cockroach
18292026-02-16T22:55:09.604ZFeb 16 22:55:08.236 INFO Checking that binary works, target: Clickhouse
18302026-02-16T22:55:09.728ZFeb 16 22:55:08.361 INFO Download complete, target: Clickhouse
18312026-02-16T22:55:09.734ZAll prerequisites installed successfully
18322026-02-16T22:55:09.737Z
18332026-02-16T22:55:09.737Zreal 4:44.926246790
18342026-02-16T22:55:09.737Zuser 18:05.979693529
18352026-02-16T22:55:09.737Zsys 2:24.505816716
18362026-02-16T22:55:09.737Ztrap 0.615055255
18372026-02-16T22:55:09.737Ztflt 1.011642846
18382026-02-16T22:55:09.737Zdflt 1.033296711
18392026-02-16T22:55:09.737Zkflt 0.027415479
18402026-02-16T22:55:09.737Zlock 46:12.359010378
18412026-02-16T22:55:09.737Zslp 1:06:24.486079818
18422026-02-16T22:55:09.737Zlat 1:18.967504299
18432026-02-16T22:55:09.737Zstop 3:02.632253888
18442026-02-16T22:55:09.737Z+ source ./tools/include/force-git-over-https.sh
18452026-02-16T22:55:09.737Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18462026-02-16T22:55:09.737Z++ (( i = 0 ))
18472026-02-16T22:55:09.737Z++ (( i < 5 ))
18482026-02-16T22:55:09.737Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18492026-02-16T22:55:09.740Z++ (( i++ ))
18502026-02-16T22:55:09.740Z++ (( i < 5 ))
18512026-02-16T22:55:09.740Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18522026-02-16T22:55:09.754Z++ (( i++ ))
18532026-02-16T22:55:09.754Z++ (( i < 5 ))
18542026-02-16T22:55:09.754Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18552026-02-16T22:55:09.754Z++ (( i++ ))
18562026-02-16T22:55:09.754Z++ (( i < 5 ))
18572026-02-16T22:55:09.754Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18582026-02-16T22:55:09.754Z++ (( i++ ))
18592026-02-16T22:55:09.754Z++ (( i < 5 ))
18602026-02-16T22:55:09.754Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18612026-02-16T22:55:09.754Z++ (( i++ ))
18622026-02-16T22:55:09.754Z++ (( i < 5 ))
18632026-02-16T22:55:09.754Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18642026-02-16T22:55:09.754Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18652026-02-16T22:55:09.754Z+ rc=0
18662026-02-16T22:55:09.754Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18672026-02-16T22:55:55.268Z+ case $rc in
18682026-02-16T22:55:55.268Z+ pfexec zfs create -p rpool/images/build/host
18692026-02-16T22:55:55.546Z+ pfexec zfs create -p rpool/images/build/recovery
18702026-02-16T22:55:55.628Z+ cargo xtask releng --output-dir /work --mkincorp
18712026-02-16T22:55:56.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18722026-02-16T22:55:56.419Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18732026-02-16T22:55:57.624Z Compiling proc-macro2 v1.0.101
18742026-02-16T22:55:57.624Z Compiling unicode-ident v1.0.19
18752026-02-16T22:55:57.627Z Compiling libc v0.2.180
18762026-02-16T22:55:57.627Z Compiling serde_core v1.0.228
18772026-02-16T22:55:57.627Z Compiling serde v1.0.228
18782026-02-16T22:55:57.627Z Compiling autocfg v1.4.0
18792026-02-16T22:55:57.627Z Compiling cfg-if v1.0.4
18802026-02-16T22:55:57.932Z Compiling version_check v0.9.5
18812026-02-16T22:55:57.987Z Compiling memchr v2.7.4
18822026-02-16T22:55:58.014Z Compiling shlex v1.3.0
18832026-02-16T22:55:58.510Z Compiling typenum v1.17.0
18842026-02-16T22:55:58.573Z Compiling lock_api v0.4.12
18852026-02-16T22:55:58.923Z Compiling generic-array v0.14.7
18862026-02-16T22:55:59.201Z Compiling value-bag v1.12.0
18872026-02-16T22:55:59.268Z Compiling getrandom v0.3.4
18882026-02-16T22:55:59.396Z Compiling portable-atomic v1.11.0
18892026-02-16T22:55:59.709Z Compiling quote v1.0.40
18902026-02-16T22:55:59.819Z Compiling jobserver v0.1.32
18912026-02-16T22:55:59.857Z Compiling log v0.4.29
18922026-02-16T22:56:00.064Z Compiling zmij v1.0.15
18932026-02-16T22:56:00.382Z Compiling syn v2.0.114
18942026-02-16T22:56:00.425Z Compiling cc v1.2.30
18952026-02-16T22:56:00.534Z Compiling libm v0.2.8
18962026-02-16T22:56:00.584Z Compiling serde_json v1.0.149
18972026-02-16T22:56:00.644Z Compiling num-traits v0.2.19
18982026-02-16T22:56:01.049Z Compiling scopeguard v1.2.0
18992026-02-16T22:56:01.118Z Compiling smallvec v1.15.1
19002026-02-16T22:56:01.179Z Compiling parking_lot_core v0.9.10
19012026-02-16T22:56:01.649Z Compiling rustix v0.38.37
19022026-02-16T22:56:01.675Z Compiling pkg-config v0.3.31
19032026-02-16T22:56:01.795Z Compiling getrandom v0.2.15
19042026-02-16T22:56:02.381Z Compiling thiserror v2.0.18
19052026-02-16T22:56:02.811Z Compiling regex-syntax v0.8.5
19062026-02-16T22:56:03.084Z Compiling itoa v1.0.11
19072026-02-16T22:56:03.179Z Compiling errno v0.3.12
19082026-02-16T22:56:03.780Z Compiling spin v0.9.8
19092026-02-16T22:56:03.833Z Compiling aho-corasick v1.1.3
19102026-02-16T22:56:03.888Z Compiling slab v0.4.9
19112026-02-16T22:56:03.940Z Compiling stable_deref_trait v1.2.0
19122026-02-16T22:56:04.151Z Compiling subtle v2.6.1
19132026-02-16T22:56:04.200Z Compiling lazy_static v1.5.0
19142026-02-16T22:56:04.343Z Compiling critical-section v1.1.3
19152026-02-16T22:56:04.394Z Compiling heck v0.5.0
19162026-02-16T22:56:04.454Z Compiling semver v1.0.27
19172026-02-16T22:56:04.496Z Compiling rand_core v0.6.4
19182026-02-16T22:56:05.042Z Compiling glob v0.3.2
19192026-02-16T22:56:05.258Z Compiling either v1.15.0
19202026-02-16T22:56:05.724Z Compiling once_cell v1.21.3
19212026-02-16T22:56:05.876Z Compiling clang-sys v1.8.1
19222026-02-16T22:56:06.571Z Compiling regex-automata v0.4.11
19232026-02-16T22:56:06.998Z Compiling prettyplease v0.2.36
19242026-02-16T22:56:07.742Z Compiling minimal-lexical v0.2.1
19252026-02-16T22:56:07.803Z Compiling synstructure v0.13.1
19262026-02-16T22:56:08.060Z Compiling schemars v0.8.22
19272026-02-16T22:56:08.266Z Compiling nom v7.1.3
19282026-02-16T22:56:08.315Z Compiling serde_derive_internals v0.29.1
19292026-02-16T22:56:08.561Z Compiling libloading v0.8.5
19302026-02-16T22:56:08.947Z Compiling litemap v0.7.3
19312026-02-16T22:56:08.977Z Compiling paste v1.0.15
19322026-02-16T22:56:09.099Z Compiling home v0.5.9
19332026-02-16T22:56:09.476Z Compiling bindgen v0.69.5
19342026-02-16T22:56:09.518Z Compiling writeable v0.5.5
19352026-02-16T22:56:10.650Z Compiling itertools v0.12.1
19362026-02-16T22:56:11.731Z Compiling serde_derive v1.0.228
19372026-02-16T22:56:11.767Z Compiling zeroize_derive v1.4.2
19382026-02-16T22:56:12.491Z Compiling zerofrom-derive v0.1.4
19392026-02-16T22:56:13.085Z Compiling yoke-derive v0.7.4
19402026-02-16T22:56:13.135Z Compiling zerovec-derive v0.10.3
19412026-02-16T22:56:13.835Z Compiling displaydoc v0.2.5
19422026-02-16T22:56:15.091Z Compiling icu_provider_macros v1.5.0
19432026-02-16T22:56:15.373Z Compiling zeroize v1.8.1
19442026-02-16T22:56:15.488Z Compiling thiserror-impl v2.0.18
19452026-02-16T22:56:15.632Z Compiling zerocopy-derive v0.7.35
19462026-02-16T22:56:15.975Z Compiling tokio-macros v2.6.0
19472026-02-16T22:56:16.012Z Compiling regex v1.11.3
19482026-02-16T22:56:16.083Z Compiling zerofrom v0.1.4
19492026-02-16T22:56:16.122Z Compiling futures-macro v0.3.31
19502026-02-16T22:56:16.373Z Compiling yoke v0.7.4
19512026-02-16T22:56:16.849Z Compiling zerovec v0.10.4
19522026-02-16T22:56:17.984Z Compiling schemars_derive v0.8.22
19532026-02-16T22:56:18.076Z Compiling cexpr v0.6.0
19542026-02-16T22:56:18.354Z Compiling allocator-api2 v0.2.21
19552026-02-16T22:56:18.524Z Compiling lazycell v1.3.0
19562026-02-16T22:56:18.804Z Compiling rustc-hash v1.1.0
19572026-02-16T22:56:19.040Z Compiling tinystr v0.7.6
19582026-02-16T22:56:19.218Z Compiling percent-encoding v2.3.2
19592026-02-16T22:56:19.347Z Compiling byteorder v1.5.0
19602026-02-16T22:56:19.518Z Compiling icu_locid v1.5.0
19612026-02-16T22:56:19.934Z Compiling bitflags v2.9.4
19622026-02-16T22:56:19.976Z Compiling bytes v1.11.1
19632026-02-16T22:56:20.749Z Compiling cmake v0.1.51
19642026-02-16T22:56:20.890Z Compiling icu_locid_transform_data v1.5.0
19652026-02-16T22:56:21.048Z Compiling icu_provider v1.5.0
19662026-02-16T22:56:21.125Z Compiling fs_extra v1.3.0
19672026-02-16T22:56:21.409Z Compiling dunce v1.0.5
19682026-02-16T22:56:21.557Z Compiling equivalent v1.0.2
19692026-02-16T22:56:21.989Z Compiling icu_locid_transform v1.5.0
19702026-02-16T22:56:21.992Z Compiling icu_collections v1.5.0
19712026-02-16T22:56:22.204Z Compiling icu_properties_data v1.5.0
19722026-02-16T22:56:22.281Z Compiling crypto-common v0.1.6
19732026-02-16T22:56:22.531Z Compiling icu_normalizer_data v1.5.0
19742026-02-16T22:56:22.630Z Compiling write16 v1.0.0
19752026-02-16T22:56:22.792Z Compiling utf16_iter v1.0.5
19762026-02-16T22:56:22.950Z Compiling pin-project-lite v0.2.14
19772026-02-16T22:56:23.074Z Compiling utf8_iter v1.0.4
19782026-02-16T22:56:23.416Z Compiling der_derive v0.7.3
19792026-02-16T22:56:23.583Z Compiling icu_properties v1.5.1
19802026-02-16T22:56:23.889Z Compiling const-oid v0.9.6
19812026-02-16T22:56:24.199Z Compiling rustversion v1.0.22
19822026-02-16T22:56:24.810Z Compiling which v4.4.2
19832026-02-16T22:56:25.664Z Compiling ring v0.17.14
19842026-02-16T22:56:27.503Z Compiling form_urlencoded v1.2.2
19852026-02-16T22:56:27.995Z Compiling icu_normalizer v1.5.0
19862026-02-16T22:56:28.392Z Compiling fnv v1.0.7
19872026-02-16T22:56:28.571Z Compiling vcpkg v0.2.15
19882026-02-16T22:56:28.607Z Compiling aws-lc-rs v1.12.4
19892026-02-16T22:56:28.609Z Compiling futures-core v0.3.31
19902026-02-16T22:56:29.048Z Compiling idna_adapter v1.2.0
19912026-02-16T22:56:29.340Z Compiling idna v1.0.3
19922026-02-16T22:56:29.765Z Compiling block-buffer v0.10.4
19932026-02-16T22:56:29.947Z Compiling openssl-sys v0.9.109
19942026-02-16T22:56:30.002Z Compiling signal-hook-registry v1.4.2
19952026-02-16T22:56:30.154Z Compiling zerocopy v0.8.27
19962026-02-16T22:56:30.958Z Compiling url v2.5.4
19972026-02-16T22:56:31.028Z Compiling digest v0.10.7
19982026-02-16T22:56:31.489Z Compiling parking_lot v0.12.3
19992026-02-16T22:56:31.593Z Compiling hashbrown v0.16.1
20002026-02-16T22:56:32.923Z Compiling tracing-attributes v0.1.27
20012026-02-16T22:56:33.329Z Compiling mio v1.0.2
20022026-02-16T22:56:34.595Z Compiling zerocopy-derive v0.8.27
20032026-02-16T22:56:34.660Z Compiling httparse v1.9.5
20042026-02-16T22:56:35.011Z Compiling rustix v1.1.3
20052026-02-16T22:56:35.439Z Compiling indexmap v2.13.0
20062026-02-16T22:56:35.527Z Compiling socket2 v0.6.1
20072026-02-16T22:56:36.257Z Compiling tokio v1.49.0
20082026-02-16T22:56:36.491Z Compiling iana-time-zone v0.1.63
20092026-02-16T22:56:36.589Z Compiling foldhash v0.1.5
20102026-02-16T22:56:36.950Z Compiling hashbrown v0.15.4
20112026-02-16T22:56:37.326Z Compiling chrono v0.4.43
20122026-02-16T22:56:37.405Z Compiling aws-lc-sys v0.26.0
20132026-02-16T22:56:37.554Z Compiling zerocopy v0.7.35
20142026-02-16T22:56:38.054Z Compiling time-core v0.1.6
20152026-02-16T22:56:38.199Z Compiling futures-sink v0.3.31
20162026-02-16T22:56:38.555Z Compiling num-conv v0.1.0
20172026-02-16T22:56:38.613Z Compiling futures-channel v0.3.31
20182026-02-16T22:56:39.031Z Compiling time-macros v0.2.24
20192026-02-16T22:56:39.129Z Compiling uuid v1.19.0
20202026-02-16T22:56:39.999Z Compiling futures-task v0.3.31
20212026-02-16T22:56:40.064Z Compiling futures-io v0.3.31
20222026-02-16T22:56:40.095Z Compiling openssl v0.10.73
20232026-02-16T22:56:40.366Z Compiling pin-utils v0.1.0
20242026-02-16T22:56:40.499Z Compiling futures-util v0.3.31
20252026-02-16T22:56:41.609Z Compiling cpufeatures v0.2.14
20262026-02-16T22:56:42.219Z Compiling ppv-lite86 v0.2.20
20272026-02-16T22:56:42.632Z Compiling openssl-macros v0.1.1
20282026-02-16T22:56:43.248Z Compiling rustc_version v0.4.1
20292026-02-16T22:56:43.875Z Compiling native-tls v0.2.12
20302026-02-16T22:56:43.902Z Compiling strsim v0.11.1
20312026-02-16T22:56:44.123Z Compiling rustls v0.23.19
20322026-02-16T22:56:44.315Z Compiling ucd-trie v0.1.7
20332026-02-16T22:56:44.487Z Compiling hmac v0.12.1
20342026-02-16T22:56:44.554Z Compiling serde_tokenstream v0.2.2
20352026-02-16T22:56:44.603Z Compiling pest v2.8.2
20362026-02-16T22:56:44.816Z Compiling dyn-clone v1.0.20
20372026-02-16T22:56:45.535Z Compiling block-padding v0.3.3
20382026-02-16T22:56:46.001Z Compiling bzip2-sys v0.1.13+1.0.8
20392026-02-16T22:56:46.099Z Compiling cookie v0.18.1
20402026-02-16T22:56:46.546Z Compiling thiserror v1.0.69
20412026-02-16T22:56:46.620Z Compiling ident_case v1.0.1
20422026-02-16T22:56:47.257Z Compiling inout v0.1.3
20432026-02-16T22:56:47.451Z Compiling pest_meta v2.8.2
20442026-02-16T22:56:47.837Z Compiling http v1.4.0
20452026-02-16T22:56:49.117Z Compiling syn v1.0.109
20462026-02-16T22:56:49.745Z Compiling pest_generator v2.8.2
20472026-02-16T22:56:51.534Z Compiling base64 v0.22.1
20482026-02-16T22:56:51.694Z Compiling pest_derive v2.8.2
20492026-02-16T22:56:52.901Z Compiling cipher v0.4.4
20502026-02-16T22:56:53.052Z Compiling sha2 v0.10.9
20512026-02-16T22:56:53.457Z Compiling slog v2.8.2
20522026-02-16T22:56:56.323Z Compiling thiserror-impl v1.0.69
20532026-02-16T22:56:56.552Z Compiling scroll_derive v0.13.1
20542026-02-16T22:56:57.432Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20552026-02-16T22:56:57.692Z Compiling rustls-pki-types v1.10.0
20562026-02-16T22:56:58.709Z Compiling base64ct v1.6.0
20572026-02-16T22:56:58.834Z Compiling crossbeam-utils v0.8.21
20582026-02-16T22:56:59.368Z Compiling pem-rfc7468 v0.7.0
20592026-02-16T22:56:59.928Z Compiling flagset v0.4.6
20602026-02-16T22:57:00.018Z Compiling litrs v0.4.1
20612026-02-16T22:57:01.068Z Compiling document-features v0.2.11
20622026-02-16T22:57:02.310Z Compiling der v0.7.10
20632026-02-16T22:57:02.777Z Compiling tokio-util v0.7.15
20642026-02-16T22:57:04.876Z Compiling rand_core v0.9.3
20652026-02-16T22:57:05.195Z Compiling tracing-core v0.1.32
20662026-02-16T22:57:05.613Z Compiling untrusted v0.9.0
20672026-02-16T22:57:05.856Z Compiling untrusted v0.7.1
20682026-02-16T22:57:06.117Z Compiling camino v1.2.2
20692026-02-16T22:57:06.309Z Compiling plain v0.2.3
20702026-02-16T22:57:06.516Z Compiling powerfmt v0.2.0
20712026-02-16T22:57:06.664Z Compiling tracing v0.1.40
20722026-02-16T22:57:06.985Z Compiling deranged v0.5.3
20732026-02-16T22:57:07.439Z Compiling spki v0.7.3
20742026-02-16T22:57:07.477Z Compiling salsa20 v0.10.2
20752026-02-16T22:57:07.719Z Compiling http-body v1.0.1
20762026-02-16T22:57:07.822Z Compiling pbkdf2 v0.12.2
20772026-02-16T22:57:08.387Z Compiling atomic-waker v1.1.2
20782026-02-16T22:57:08.642Z Compiling num_threads v0.1.7
20792026-02-16T22:57:08.725Z Compiling num-bigint-dig v0.8.6
20802026-02-16T22:57:10.079Z Compiling time v0.3.43
20812026-02-16T22:57:10.679Z Compiling scrypt v0.11.0
20822026-02-16T22:57:11.246Z Compiling rand_chacha v0.9.0
20832026-02-16T22:57:11.512Z Compiling aes v0.8.4
20842026-02-16T22:57:11.755Z Compiling cbc v0.1.2
20852026-02-16T22:57:12.828Z Compiling ahash v0.8.12
20862026-02-16T22:57:12.910Z Compiling zstd-safe v7.2.3
20872026-02-16T22:57:13.408Z Compiling tower-layer v0.3.3
20882026-02-16T22:57:13.446Z Compiling try-lock v0.2.5
20892026-02-16T22:57:13.689Z Compiling anyhow v1.0.99
20902026-02-16T22:57:14.077Z Compiling pretty-hex v0.4.1
20912026-02-16T22:57:14.107Z Compiling usdt-impl v0.6.0
20922026-02-16T22:57:14.315Z Compiling tower-service v0.3.3
20932026-02-16T22:57:14.382Z Compiling want v0.3.1
20942026-02-16T22:57:14.762Z Compiling pkcs5 v0.7.1
20952026-02-16T22:57:16.943Z Compiling rand v0.9.2
20962026-02-16T22:57:17.666Z Compiling h2 v0.4.6
20972026-02-16T22:57:19.246Z Compiling scroll v0.13.0
20982026-02-16T22:57:19.450Z Compiling heapless v0.7.17
20992026-02-16T22:57:19.910Z Compiling ipnet v2.11.0
21002026-02-16T22:57:20.139Z Compiling async-trait v0.1.89
21012026-02-16T22:57:20.474Z Compiling scroll_derive v0.12.0
21022026-02-16T22:57:20.719Z Compiling clap_derive v4.5.47
21032026-02-16T22:57:21.399Z Compiling daft-derive v0.1.4
21042026-02-16T22:57:22.108Z Compiling signal-hook v0.3.18
21052026-02-16T22:57:22.469Z Compiling httpdate v1.0.3
21062026-02-16T22:57:22.573Z Compiling fastrand v2.1.1
21072026-02-16T22:57:22.856Z Compiling openssl-probe v0.1.5
21082026-02-16T22:57:23.082Z Compiling adler2 v2.0.0
21092026-02-16T22:57:23.287Z Compiling foreign-types-shared v0.1.1
21102026-02-16T22:57:23.338Z Compiling miniz_oxide v0.8.5
21112026-02-16T22:57:23.404Z Compiling tempfile v3.24.0
21122026-02-16T22:57:23.466Z Compiling foreign-types v0.3.2
21132026-02-16T22:57:24.228Z Compiling goblin v0.10.2
21142026-02-16T22:57:24.923Z Compiling pkcs8 v0.10.2
21152026-02-16T22:57:26.100Z Compiling darling_core v0.20.10
21162026-02-16T22:57:26.755Z Compiling hyper v1.8.1
21172026-02-16T22:57:32.405Z Compiling tinyvec_macros v0.1.1
21182026-02-16T22:57:33.720Z Compiling tinyvec v1.8.0
21192026-02-16T22:57:34.828Z Compiling dof v0.4.0
21202026-02-16T22:57:35.557Z Compiling darling_macro v0.20.10
21212026-02-16T22:57:36.530Z Compiling hyper-util v0.1.19
21222026-02-16T22:57:40.311Z Compiling dtrace-parser v0.3.0
21232026-02-16T22:57:41.173Z Compiling darling_core v0.21.0
21242026-02-16T22:57:41.383Z Compiling curve25519-dalek v4.1.3
21252026-02-16T22:57:41.982Z Compiling strum_macros v0.26.4
21262026-02-16T22:57:42.028Z Compiling hex v0.4.3
21272026-02-16T22:57:42.901Z Compiling thread-id v5.0.0
21282026-02-16T22:57:43.051Z Compiling memoffset v0.9.1
21292026-02-16T22:57:43.565Z Compiling utf8parse v0.2.2
21302026-02-16T22:57:43.768Z Compiling ref-cast v1.0.25
21312026-02-16T22:57:45.207Z Compiling ryu v1.0.18
21322026-02-16T22:57:45.407Z Compiling smoltcp v0.9.1
21332026-02-16T22:57:46.157Z Compiling anstyle v1.0.11
21342026-02-16T22:57:47.083Z Compiling darling_macro v0.21.0
21352026-02-16T22:57:50.556Z Compiling anstyle-parse v0.2.5
21362026-02-16T22:57:51.057Z Compiling darling v0.20.10
21372026-02-16T22:57:51.863Z Compiling http-body-util v0.1.3
21382026-02-16T22:57:53.726Z Compiling sync_wrapper v1.0.1
21392026-02-16T22:57:53.914Z Compiling serde_spanned v0.6.9
21402026-02-16T22:57:53.958Z Compiling erased-serde v0.3.31
21412026-02-16T22:57:54.161Z Compiling toml_datetime v0.6.11
21422026-02-16T22:57:54.977Z Compiling wait-timeout v0.2.0
21432026-02-16T22:57:55.462Z Compiling encoding_rs v0.8.34
21442026-02-16T22:57:55.883Z Compiling psl-types v2.0.11
21452026-02-16T22:57:56.155Z Compiling gimli v0.31.1
21462026-02-16T22:57:56.226Z Compiling anstyle-query v1.1.1
21472026-02-16T22:57:56.412Z Compiling quick-error v1.2.3
21482026-02-16T22:57:56.485Z Compiling is_terminal_polyfill v1.70.1
21492026-02-16T22:57:57.177Z Compiling colorchoice v1.0.2
21502026-02-16T22:57:57.441Z Compiling cfg_aliases v0.2.1
21512026-02-16T22:57:57.610Z Compiling mime v0.3.17
21522026-02-16T22:57:57.920Z Compiling buf-list v1.0.3
21532026-02-16T22:57:58.575Z Compiling bit-vec v0.8.0
21542026-02-16T22:57:59.065Z Compiling bit-set v0.8.0
21552026-02-16T22:57:59.436Z Compiling nix v0.29.0
21562026-02-16T22:58:00.322Z Compiling anstream v0.6.18
21572026-02-16T22:58:00.957Z Compiling addr2line v0.24.2
21582026-02-16T22:58:01.643Z Compiling serde_urlencoded v0.7.1
21592026-02-16T22:58:02.270Z Compiling rusty-fork v0.3.0
21602026-02-16T22:58:03.355Z Compiling publicsuffix v2.3.0
21612026-02-16T22:58:04.086Z Compiling tower v0.5.2
21622026-02-16T22:58:06.215Z Compiling derive_builder_core v0.20.2
21632026-02-16T22:58:06.669Z Compiling tokio-native-tls v0.3.1
21642026-02-16T22:58:07.045Z Compiling darling v0.21.0
21652026-02-16T22:58:07.181Z Compiling unicode-normalization v0.1.24
21662026-02-16T22:58:08.035Z Compiling rustls-native-certs v0.8.1
21672026-02-16T22:58:08.178Z Compiling hubpack_derive v0.1.1
21682026-02-16T22:58:08.419Z Compiling rand_xorshift v0.4.0
21692026-02-16T22:58:08.743Z Compiling webpki-roots v1.0.1
21702026-02-16T22:58:09.050Z Compiling ipnetwork v0.21.1
21712026-02-16T22:58:09.944Z Compiling openapiv3 v2.2.0
21722026-02-16T22:58:09.990Z Compiling signature v2.2.0
21732026-02-16T22:58:10.268Z Compiling curve25519-dalek-derive v0.1.1
21742026-02-16T22:58:11.665Z Compiling ref-cast-impl v1.0.25
21752026-02-16T22:58:12.761Z Compiling strum_macros v0.27.2
21762026-02-16T22:58:13.330Z Compiling object v0.36.5
21772026-02-16T22:58:13.943Z Compiling fs-err v3.1.1
21782026-02-16T22:58:14.454Z Compiling usdt-impl v0.5.0
21792026-02-16T22:58:14.457Z Compiling crc32fast v1.4.2
21802026-02-16T22:58:15.946Z Compiling iri-string v0.7.8
21812026-02-16T22:58:16.458Z Compiling unicode-properties v0.1.3
21822026-02-16T22:58:17.114Z Compiling siphasher v0.3.11
21832026-02-16T22:58:17.554Z Compiling unarray v0.1.4
21842026-02-16T22:58:17.674Z Compiling rustc-demangle v0.1.24
21852026-02-16T22:58:17.785Z Compiling zlib-rs v0.5.1
21862026-02-16T22:58:18.196Z Compiling unicode-bidi v0.3.17
21872026-02-16T22:58:18.614Z Compiling proptest v1.7.0
21882026-02-16T22:58:19.323Z Compiling stringprep v0.1.5
21892026-02-16T22:58:20.276Z Compiling tower-http v0.6.6
21902026-02-16T22:58:20.893Z Compiling backtrace v0.3.74
21912026-02-16T22:58:22.371Z Compiling phf_shared v0.11.2
21922026-02-16T22:58:22.772Z Compiling libz-rs-sys v0.5.1
21932026-02-16T22:58:24.161Z Compiling oxnet v0.1.4
21942026-02-16T22:58:25.291Z Compiling derive_builder_macro v0.20.2
21952026-02-16T22:58:26.105Z Compiling serde_with_macros v3.16.1
21962026-02-16T22:58:26.222Z Compiling hyper-tls v0.6.0
21972026-02-16T22:58:27.071Z Compiling cookie_store v0.21.1
21982026-02-16T22:58:27.238Z Compiling usdt-attr-macro v0.6.0
21992026-02-16T22:58:28.135Z Compiling usdt-macro v0.6.0
22002026-02-16T22:58:28.788Z Compiling rustls-webpki v0.102.8
22012026-02-16T22:58:29.055Z Compiling scroll v0.12.0
22022026-02-16T22:58:29.650Z Compiling terminal_size v0.4.0
22032026-02-16T22:58:29.940Z Compiling rand_chacha v0.3.1
22042026-02-16T22:58:31.281Z Compiling md-5 v0.10.6
22052026-02-16T22:58:31.601Z Compiling num-integer v0.1.46
22062026-02-16T22:58:31.809Z Compiling vergen-lib v0.1.6
22072026-02-16T22:58:31.941Z Compiling hash32 v0.2.1
22082026-02-16T22:58:32.220Z Compiling ff v0.13.0
22092026-02-16T22:58:32.525Z Compiling winnow v0.7.14
22102026-02-16T22:58:32.823Z Compiling fallible-iterator v0.2.0
22112026-02-16T22:58:33.010Z Compiling clap_lex v0.7.4
22122026-02-16T22:58:33.847Z Compiling base16ct v0.2.0
22132026-02-16T22:58:34.590Z Compiling sec1 v0.7.3
22142026-02-16T22:58:35.109Z Compiling postgres-protocol v0.6.8
22152026-02-16T22:58:35.168Z Compiling clap_builder v4.5.48
22162026-02-16T22:58:37.365Z Compiling tokio-rustls v0.26.0
22172026-02-16T22:58:37.461Z Compiling group v0.13.0
22182026-02-16T22:58:37.971Z Compiling num-iter v0.1.45
22192026-02-16T22:58:38.203Z Compiling rand v0.8.5
22202026-02-16T22:58:42.556Z Compiling goblin v0.8.2
22212026-02-16T22:58:43.546Z Compiling derive_builder v0.20.2
22222026-02-16T22:58:43.590Z Compiling newtype-uuid v1.3.2
22232026-02-16T22:58:44.107Z Compiling flate2 v1.1.2
22242026-02-16T22:58:46.304Z Compiling hkdf v0.12.4
22252026-02-16T22:58:46.587Z Compiling regress v0.10.4
22262026-02-16T22:58:48.528Z Compiling vergen v9.0.6
22272026-02-16T22:58:49.323Z Compiling crypto-bigint v0.5.5
22282026-02-16T22:58:49.756Z Compiling cargo-platform v0.1.8
22292026-02-16T22:58:50.337Z Compiling enum-as-inner v0.6.1
22302026-02-16T22:58:51.350Z Compiling serde_repr v0.1.19
22312026-02-16T22:58:52.642Z Compiling bitflags v1.3.2
22322026-02-16T22:58:52.800Z Compiling winnow v0.5.40
22332026-02-16T22:58:52.940Z Compiling managed v0.8.0
22342026-02-16T22:58:53.382Z Compiling bumpalo v3.16.0
22352026-02-16T22:58:53.512Z Compiling lockfree-object-pool v0.1.6
22362026-02-16T22:58:53.858Z Compiling unicode-segmentation v1.12.0
22372026-02-16T22:58:53.973Z Compiling simd-adler32 v0.3.7
22382026-02-16T22:58:54.800Z Compiling zopfli v0.8.1
22392026-02-16T22:58:55.189Z Compiling hyper-rustls v0.27.7
22402026-02-16T22:58:56.462Z Compiling reqwest v0.12.24
22412026-02-16T22:58:56.626Z Compiling toml_edit v0.19.15
22422026-02-16T22:58:59.404Z Compiling elliptic-curve v0.13.8
22432026-02-16T22:59:00.468Z Compiling typify-impl v0.4.3
22442026-02-16T22:59:00.853Z Compiling cargo_metadata v0.19.2
22452026-02-16T22:59:01.622Z Compiling dof v0.3.0
22462026-02-16T22:59:04.162Z Compiling daft v0.1.4
22472026-02-16T22:59:04.353Z Compiling zstd v0.13.3
22482026-02-16T22:59:04.750Z Compiling signal-hook-mio v0.2.4
22492026-02-16T22:59:05.085Z Compiling clap v4.5.48
22502026-02-16T22:59:06.180Z Compiling postgres-types v0.2.9
22512026-02-16T22:59:06.561Z Compiling dtrace-parser v0.2.0
22522026-02-16T22:59:06.604Z Compiling phf v0.11.2
22532026-02-16T22:59:06.862Z Compiling strum v0.27.2
22542026-02-16T22:59:07.242Z Compiling ed25519 v2.2.3
22552026-02-16T22:59:07.293Z Compiling hubpack v0.1.2
22562026-02-16T22:59:07.365Z Compiling bzip2 v0.4.4
22572026-02-16T22:59:07.409Z Compiling bzip2 v0.5.2
22582026-02-16T22:59:07.856Z Compiling pkcs1 v0.7.5
22592026-02-16T22:59:08.097Z Compiling rfc6979 v0.4.0
22602026-02-16T22:59:08.145Z Compiling float-cmp v0.10.0
22612026-02-16T22:59:08.538Z Compiling serde-big-array v0.5.1
22622026-02-16T22:59:08.731Z Compiling bstr v1.10.0
22632026-02-16T22:59:08.815Z Compiling structmeta-derive v0.3.0
22642026-02-16T22:59:08.933Z Compiling env_filter v0.1.2
22652026-02-16T22:59:09.545Z Compiling socket2 v0.5.10
22662026-02-16T22:59:09.696Z Compiling thread-id v4.2.2
22672026-02-16T22:59:09.843Z Compiling memmap2 v0.9.8
22682026-02-16T22:59:10.262Z Compiling data-encoding v2.9.0
22692026-02-16T22:59:10.310Z Compiling foldhash v0.2.0
22702026-02-16T22:59:10.420Z Compiling new_debug_unreachable v1.0.6
22712026-02-16T22:59:10.851Z Compiling fixedbitset v0.5.7
22722026-02-16T22:59:11.168Z Compiling normalize-line-endings v0.3.0
22732026-02-16T22:59:11.520Z Compiling difflib v0.4.0
22742026-02-16T22:59:11.659Z Compiling keccak v0.1.5
22752026-02-16T22:59:12.192Z Compiling rustc-hash v2.1.1
22762026-02-16T22:59:12.628Z Compiling precomputed-hash v0.1.1
22772026-02-16T22:59:12.781Z Compiling toml_write v0.1.2
22782026-02-16T22:59:12.853Z Compiling whoami v1.5.2
22792026-02-16T22:59:13.221Z Compiling jiff v0.2.15
22802026-02-16T22:59:13.382Z Compiling predicates-core v1.0.8
22812026-02-16T22:59:13.790Z Compiling fixedbitset v0.4.2
22822026-02-16T22:59:14.336Z Compiling radium v0.7.0
22832026-02-16T22:59:15.158Z Compiling static_assertions v1.1.0
22842026-02-16T22:59:15.302Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22852026-02-16T22:59:16.423Z Compiling toml_edit v0.22.27
22862026-02-16T22:59:17.340Z Compiling petgraph v0.6.5
22872026-02-16T22:59:20.898Z Compiling zip v4.2.0
22882026-02-16T22:59:22.577Z Compiling predicates v3.1.3
22892026-02-16T22:59:22.885Z Compiling tokio-postgres v0.7.13
22902026-02-16T22:59:23.135Z Compiling string_cache v0.8.9
22912026-02-16T22:59:23.586Z Compiling iddqd v0.3.16
22922026-02-16T22:59:23.846Z Compiling sha3 v0.10.8
22932026-02-16T22:59:24.571Z Compiling petgraph v0.8.2
22942026-02-16T22:59:26.374Z Compiling structmeta v0.3.0
22952026-02-16T22:59:26.728Z Compiling hickory-proto v0.25.2
22962026-02-16T22:59:28.234Z Compiling typify-macro v0.4.3
22972026-02-16T22:59:29.189Z Compiling usdt v0.6.0
22982026-02-16T22:59:30.947Z Compiling similar v2.7.0
22992026-02-16T22:59:32.409Z Compiling env_logger v0.11.8
23002026-02-16T22:59:32.760Z Compiling serde_with v3.16.1
23012026-02-16T22:59:32.925Z Compiling rsa v0.9.8
23022026-02-16T22:59:32.978Z Compiling ecdsa v0.16.9
23032026-02-16T22:59:35.177Z Compiling zip v0.6.6
23042026-02-16T22:59:36.423Z Compiling ed25519-dalek v2.1.1
23052026-02-16T22:59:37.277Z Compiling crossterm v0.28.1
23062026-02-16T22:59:38.094Z Compiling crossbeam-epoch v0.9.18
23072026-02-16T22:59:38.310Z Compiling toml v0.7.8
23082026-02-16T22:59:38.603Z Compiling heck v0.4.1
23092026-02-16T22:59:38.874Z Compiling strum v0.26.3
23102026-02-16T22:59:39.695Z Compiling tokio-stream v0.1.17
23112026-02-16T22:59:40.256Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23122026-02-16T22:59:40.702Z Compiling x509-cert v0.2.5
23132026-02-16T22:59:40.906Z Compiling sha1 v0.10.6
23142026-02-16T22:59:41.341Z Compiling itertools v0.10.5
23152026-02-16T22:59:41.517Z Compiling itertools v0.13.0
23162026-02-16T22:59:43.268Z Compiling winnow v0.6.26
23172026-02-16T22:59:44.428Z Compiling tap v1.0.1
23182026-02-16T22:59:44.695Z Compiling lalrpop-util v0.19.12
23192026-02-16T22:59:45.056Z Compiling peg-runtime v0.8.5
23202026-02-16T22:59:45.128Z Compiling maybe-uninit v2.0.0
23212026-02-16T22:59:45.611Z Compiling wyz v0.5.1
23222026-02-16T22:59:46.719Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23232026-02-16T22:59:52.983Z Compiling packed_struct v0.10.1
23242026-02-16T22:59:53.591Z Compiling funty v2.0.0
23252026-02-16T22:59:56.262Z Compiling bitvec v1.0.1
23262026-02-16T23:00:02.206Z Compiling packed_struct_codegen v0.10.1
23272026-02-16T23:00:02.236Z Compiling futures-executor v0.3.31
23282026-02-16T23:00:03.231Z Compiling zerocopy-derive v0.6.6
23292026-02-16T23:00:03.298Z Compiling bitfield-macros v0.19.2
23302026-02-16T23:00:03.906Z Compiling indexmap v1.9.3
23312026-02-16T23:00:04.484Z Compiling nodrop v0.1.14
23322026-02-16T23:00:05.138Z Compiling crc-catalog v2.4.0
23332026-02-16T23:00:05.391Z Compiling typeid v1.0.3
23342026-02-16T23:00:06.282Z Compiling crc v3.2.1
23352026-02-16T23:00:06.883Z Compiling zerocopy v0.6.6
23362026-02-16T23:00:07.830Z Compiling bitfield v0.19.2
23372026-02-16T23:00:08.343Z Compiling array-init v0.0.4
23382026-02-16T23:00:09.853Z Compiling futures v0.3.31
23392026-02-16T23:00:11.002Z Compiling smallvec v0.6.14
23402026-02-16T23:00:12.400Z Compiling typify v0.4.3
23412026-02-16T23:00:12.637Z Compiling derive-ex v0.1.8
23422026-02-16T23:00:13.965Z Compiling base64 v0.21.7
23432026-02-16T23:00:15.051Z Compiling hashbrown v0.12.3
23442026-02-16T23:00:15.229Z Compiling rustls v0.22.4
23452026-02-16T23:00:16.378Z Compiling unsafe-libyaml v0.2.11
23462026-02-16T23:00:16.488Z Compiling test-strategy v0.4.3
23472026-02-16T23:00:18.069Z Compiling serde_yaml v0.9.34+deprecated
23482026-02-16T23:00:20.053Z Compiling ron v0.8.1
23492026-02-16T23:00:21.973Z Compiling progenitor-impl v0.11.2
23502026-02-16T23:00:22.804Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23512026-02-16T23:00:26.215Z Compiling serde-hex v0.1.0
23522026-02-16T23:00:28.858Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23532026-02-16T23:00:30.095Z Compiling toml v0.8.23
23542026-02-16T23:00:32.103Z Compiling hashbrown v0.13.2
23552026-02-16T23:00:35.716Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23562026-02-16T23:00:35.857Z Compiling xattr v1.3.1
23572026-02-16T23:00:36.225Z Compiling pin-project-internal v1.1.6
23582026-02-16T23:00:36.792Z Compiling thread_local v1.1.8
23592026-02-16T23:00:36.964Z Compiling filetime v0.2.26
23602026-02-16T23:00:37.663Z Compiling multer v3.1.0
23612026-02-16T23:00:38.029Z Compiling match_cfg v0.1.0
23622026-02-16T23:00:39.142Z Compiling rayon-core v1.12.1
23632026-02-16T23:00:39.205Z Compiling crc-any v2.5.0
23642026-02-16T23:00:40.047Z Compiling same-file v1.0.6
23652026-02-16T23:00:40.816Z Compiling slog-async v2.8.0
23662026-02-16T23:00:45.829Z Compiling walkdir v2.5.0
23672026-02-16T23:00:47.565Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23682026-02-16T23:00:51.820Z Compiling pin-project v1.1.6
23692026-02-16T23:00:52.634Z Compiling hostname v0.3.1
23702026-02-16T23:00:52.957Z Compiling tar v0.4.44
23712026-02-16T23:00:54.355Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23722026-02-16T23:01:00.704Z Compiling object v0.30.4
23732026-02-16T23:01:00.787Z Compiling erased-serde v0.4.6
23742026-02-16T23:01:00.828Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23752026-02-16T23:01:00.915Z Compiling progenitor-macro v0.11.2
23762026-02-16T23:01:08.827Z Compiling progenitor-client v0.11.2
23772026-02-16T23:01:09.095Z Compiling toml_parser v1.0.6+spec-1.1.0
23782026-02-16T23:01:09.806Z Compiling crossbeam-channel v0.5.15
23792026-02-16T23:01:10.357Z Compiling slog-json v2.6.1
23802026-02-16T23:01:11.309Z Compiling async-stream-impl v0.3.6
23812026-02-16T23:01:11.615Z Compiling snafu-derive v0.8.5
23822026-02-16T23:01:12.284Z Compiling ordered-float v2.10.1
23832026-02-16T23:01:12.320Z Compiling serde_path_to_error v0.1.20
23842026-02-16T23:01:12.452Z Compiling serde_spanned v1.0.4
23852026-02-16T23:01:12.497Z Compiling toml_datetime v0.7.5+spec-1.1.0
23862026-02-16T23:01:12.714Z Compiling is-terminal v0.4.13
23872026-02-16T23:01:12.888Z Compiling fs-err v2.11.0
23882026-02-16T23:01:12.923Z Compiling dropshot v0.16.7
23892026-02-16T23:01:13.267Z Compiling take_mut v0.2.2
23902026-02-16T23:01:13.315Z Compiling path-slash v0.1.5
23912026-02-16T23:01:13.350Z Compiling unicode-width v0.1.14
23922026-02-16T23:01:13.582Z Compiling term v1.1.0
23932026-02-16T23:01:13.732Z Compiling toml_writer v1.0.6+spec-1.1.0
23942026-02-16T23:01:13.983Z Compiling debug-ignore v1.0.5
23952026-02-16T23:01:14.235Z Compiling slog-term v2.9.2
23962026-02-16T23:01:14.274Z Compiling toml v0.9.11+spec-1.1.0
23972026-02-16T23:01:14.711Z Compiling tabwriter v1.4.0
23982026-02-16T23:01:15.532Z Compiling snafu v0.8.5
23992026-02-16T23:01:16.929Z Compiling serde-value v0.7.0
24002026-02-16T23:01:17.089Z Compiling async-stream v0.3.6
24012026-02-16T23:01:17.369Z Compiling progenitor v0.11.2
24022026-02-16T23:01:17.432Z Compiling slog-bunyan v2.5.0
24032026-02-16T23:01:17.635Z Compiling tokio-rustls v0.25.0
24042026-02-16T23:01:17.752Z Compiling serde-untagged v0.1.7
24052026-02-16T23:01:18.115Z Compiling globset v0.4.15
24062026-02-16T23:01:18.291Z Compiling crossbeam-deque v0.8.5
24072026-02-16T23:01:18.536Z Compiling camino-tempfile v1.4.1
24082026-02-16T23:01:18.562Z Compiling parse-display-derive v0.10.0
24092026-02-16T23:01:18.719Z Compiling olpc-cjson v0.1.4
24102026-02-16T23:01:19.108Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24112026-02-16T23:01:19.364Z Compiling waitgroup v0.1.2
24122026-02-16T23:01:19.640Z Compiling rustls-pemfile v2.2.0
24132026-02-16T23:01:20.146Z Compiling pem v3.0.5
24142026-02-16T23:01:20.271Z Compiling dropshot_endpoint v0.16.7
24152026-02-16T23:01:21.596Z Compiling newtype-uuid-macros v0.1.0
24162026-02-16T23:01:21.668Z Compiling serde_plain v1.0.2
24172026-02-16T23:01:21.857Z Compiling async-recursion v1.1.1
24182026-02-16T23:01:22.229Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24192026-02-16T23:01:22.966Z Compiling blake3 v1.5.4
24202026-02-16T23:01:23.092Z Compiling hostname v0.4.2
24212026-02-16T23:01:23.121Z Compiling half v2.4.1
24222026-02-16T23:01:23.379Z Compiling instant v0.1.13
24232026-02-16T23:01:23.449Z Compiling colored v3.0.0
24242026-02-16T23:01:23.566Z Compiling typed-path v0.9.3
24252026-02-16T23:01:23.569Z Compiling unicode-xid v0.2.6
24262026-02-16T23:01:23.823Z Compiling ciborium-io v0.2.2
24272026-02-16T23:01:23.846Z Compiling cargo-util-schemas v0.8.2
24282026-02-16T23:01:23.984Z Compiling ciborium-ll v0.2.2
24292026-02-16T23:01:24.099Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24302026-02-16T23:01:24.742Z Compiling backoff v0.4.0
24312026-02-16T23:01:25.121Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24322026-02-16T23:01:25.147Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24332026-02-16T23:01:25.403Z Compiling parse-display v0.10.0
24342026-02-16T23:01:27.308Z Compiling tough v0.20.0
24352026-02-16T23:01:29.366Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24362026-02-16T23:01:30.205Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24372026-02-16T23:01:30.326Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24382026-02-16T23:01:30.894Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24392026-02-16T23:01:30.927Z Compiling itertools v0.14.0
24402026-02-16T23:01:32.647Z Compiling progenitor-client v0.10.0
24412026-02-16T23:01:33.603Z Compiling macaddr v1.0.1
24422026-02-16T23:01:34.202Z Compiling cargo-platform v0.2.0
24432026-02-16T23:01:34.405Z Compiling constant_time_eq v0.3.1
24442026-02-16T23:01:34.629Z Compiling parse-size v1.1.0
24452026-02-16T23:01:34.975Z Compiling arrayref v0.3.9
24462026-02-16T23:01:35.115Z Compiling indent_write v2.2.0
24472026-02-16T23:01:35.372Z Compiling arrayvec v0.7.6
24482026-02-16T23:01:35.399Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24492026-02-16T23:01:37.375Z Compiling cargo_metadata v0.21.0
24502026-02-16T23:01:38.139Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24512026-02-16T23:01:38.244Z Compiling ciborium v0.2.2
24522026-02-16T23:01:40.169Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24532026-02-16T23:01:44.496Z Compiling display-error-chain v0.2.2
24542026-02-16T23:01:44.757Z Compiling topological-sort v0.2.2
24552026-02-16T23:01:45.087Z Compiling omicron-zone-package v0.12.2
24562026-02-16T23:01:48.166Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24572026-02-16T23:01:52.192Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24582026-02-16T23:01:52.409Z Compiling shell-words v1.1.0
24592026-02-16T23:01:56.356Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24602026-02-16T23:02:11.496Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24612026-02-16T23:02:30.082Z Finished `release` profile [optimized] target(s) in 6m 33s
24622026-02-16T23:02:30.267Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24632026-02-16T23:02:30.322ZFeb 16 23:02:28.886 DEBG changing working directory to /work/oxidecomputer/omicron
24642026-02-16T23:02:30.455ZFeb 16 23:02:29.017 DEBG running: git rev-parse HEAD
24652026-02-16T23:02:30.457ZFeb 16 23:02:29.021 DEBG process exited with exit status: 0 (3.387221ms)
24662026-02-16T23:02:30.457ZFeb 16 23:02:29.021 INFO version: 19.0.0-0.ci+gitf89bc5a9071
24672026-02-16T23:02:30.496ZFeb 16 23:02:29.060 INFO cloning helios to /work/oxidecomputer/helios
24682026-02-16T23:02:30.496ZFeb 16 23:02:29.060 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24692026-02-16T23:02:30.500ZCloning into '/work/oxidecomputer/helios'...
24702026-02-16T23:02:30.976ZFeb 16 23:02:29.540 DEBG process exited with exit status: 0 (480.114815ms)
24712026-02-16T23:02:30.976ZFeb 16 23:02:29.540 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24722026-02-16T23:02:30.979ZFeb 16 23:02:29.543 DEBG process exited with exit status: 0 (3.064632ms)
24732026-02-16T23:02:30.979ZFeb 16 23:02:29.543 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24742026-02-16T23:02:32.256ZFeb 16 23:02:30.820 DEBG process exited with exit status: 0 (1.27670574s)
24752026-02-16T23:02:32.256ZFeb 16 23:02:30.820 DEBG running: zfs list rpool/images/build/host
24762026-02-16T23:02:32.261ZNAME USED AVAIL REFER MOUNTPOINT
24772026-02-16T23:02:32.261Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24782026-02-16T23:02:32.264ZFeb 16 23:02:30.826 DEBG process exited with exit status: 0 (5.569968ms)
24792026-02-16T23:02:32.264ZFeb 16 23:02:30.826 DEBG running: zfs list rpool/images/build/recovery
24802026-02-16T23:02:32.267ZNAME USED AVAIL REFER MOUNTPOINT
24812026-02-16T23:02:32.267Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24822026-02-16T23:02:32.267ZFeb 16 23:02:30.830 DEBG process exited with exit status: 0 (4.517141ms)
24832026-02-16T23:02:32.270ZFeb 16 23:02:30.831 INFO [incorp-manifest] running task
24842026-02-16T23:02:32.270ZFeb 16 23:02:30.831 INFO [hubris-staging] running task
24852026-02-16T23:02:32.270ZFeb 16 23:02:30.831 INFO [hubris-production] running task
24862026-02-16T23:02:32.270ZFeb 16 23:02:30.831 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24872026-02-16T23:02:32.270ZFeb 16 23:02:30.832 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24882026-02-16T23:02:32.270ZFeb 16 23:02:30.832 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24892026-02-16T23:02:32.270ZFeb 16 23:02:30.833 INFO [incorp-create] running: pkgrepo create /work/incorporation
24902026-02-16T23:02:32.355Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24912026-02-16T23:02:32.667ZFeb 16 23:02:31.230 INFO [incorp-create] process exited with exit status: 0 (397.549501ms)
24922026-02-16T23:02:32.670ZFeb 16 23:02:31.231 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24932026-02-16T23:02:33.068ZFeb 16 23:02:31.632 INFO [incorp-publisher] process exited with exit status: 0 (401.194786ms)
24942026-02-16T23:02:33.099Z[ omicron-package] Blocking waiting for file lock on package cache
24952026-02-16T23:02:33.577Z[ omicron-package] Blocking waiting for file lock on package cache
24962026-02-16T23:02:33.580ZFeb 16 23:02:32.143 INFO [hubris-production] task succeeded (1.311562164s)
24972026-02-16T23:02:33.852Z[ omicron-package] Blocking waiting for file lock on package cache
24982026-02-16T23:02:34.900Z[ omicron-package] Compiling ring v0.17.14
24992026-02-16T23:02:34.914Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25002026-02-16T23:02:34.914Z[ omicron-package] Compiling itertools v0.14.0
25012026-02-16T23:02:34.914Z[ omicron-package] Compiling heapless v0.8.0
25022026-02-16T23:02:34.920Z[ omicron-package] Compiling hash32 v0.3.1
25032026-02-16T23:02:34.920Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25042026-02-16T23:02:34.920Z[ omicron-package] Compiling smoltcp v0.11.0
25052026-02-16T23:02:36.604Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25062026-02-16T23:02:37.143Z[ omicron-package] Compiling num_enum_derive v0.5.11
25072026-02-16T23:02:37.292Z[ omicron-package] Compiling cobs v0.2.3
25082026-02-16T23:02:37.785Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25092026-02-16T23:02:38.162Z[ omicron-package] Compiling postcard v1.0.10
25102026-02-16T23:02:38.276Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25112026-02-16T23:02:39.315Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25122026-02-16T23:02:39.749Z[ omicron-package] Compiling proc-macro-error v1.0.4
25132026-02-16T23:02:40.292Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25142026-02-16T23:02:40.390Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25152026-02-16T23:02:41.246Z[ omicron-package] Compiling num_enum v0.5.11
25162026-02-16T23:02:41.922Z[ omicron-package] Compiling rustls v0.23.19
25172026-02-16T23:02:42.321Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25182026-02-16T23:02:42.589Z[ omicron-package] Compiling cstr-argument v0.1.2
25192026-02-16T23:02:42.592Z[ omicron-package] Compiling ingot-macros v0.1.1
25202026-02-16T23:02:43.044Z[ omicron-package] Compiling foreign-types v0.5.0
25212026-02-16T23:02:43.456Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25222026-02-16T23:02:43.565Z[ omicron-package] Compiling pretty-hex v0.2.1
25232026-02-16T23:02:43.609Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25242026-02-16T23:02:44.482Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25252026-02-16T23:02:44.692Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25262026-02-16T23:02:44.874Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25272026-02-16T23:02:45.383Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25282026-02-16T23:02:45.938Z[ omicron-package] Compiling rayon v1.10.0
25292026-02-16T23:02:46.113Z[ omicron-package] Compiling colored v2.2.0
25302026-02-16T23:02:46.978Z[ omicron-package] Compiling nix v0.30.1
25312026-02-16T23:02:47.114Z[ omicron-package] Compiling rustls-webpki v0.102.8
25322026-02-16T23:02:48.203Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25332026-02-16T23:02:49.560Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25342026-02-16T23:02:50.235Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25352026-02-16T23:02:51.677Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25362026-02-16T23:02:51.880Z[ omicron-package] Compiling sigpipe v0.1.3
25372026-02-16T23:02:52.481Z[ omicron-package] Compiling num-derive v0.4.2
25382026-02-16T23:02:52.544Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25392026-02-16T23:02:53.163Z[ omicron-package] Compiling glob v0.3.2
25402026-02-16T23:02:53.332Z[ omicron-package] Compiling libefi-sys v0.1.0
25412026-02-16T23:02:53.494Z[ omicron-package] Compiling ingot-types v0.1.2
25422026-02-16T23:02:53.946Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25432026-02-16T23:02:54.554ZFeb 16 23:02:53.115 INFO [hubris-staging] task succeeded (22.283288977s)
25442026-02-16T23:02:55.059Z[ omicron-package] Compiling ingot v0.1.1
25452026-02-16T23:02:55.155Z[ omicron-package] Compiling zone v0.3.1
25462026-02-16T23:02:55.914Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25472026-02-16T23:02:57.152Z[ omicron-package] Compiling rustls v0.22.4
25482026-02-16T23:02:57.219Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25492026-02-16T23:02:58.094Z[ omicron-package] Compiling usdt-macro v0.5.0
25502026-02-16T23:02:59.930Z[ omicron-package] Compiling tokio-rustls v0.26.0
25512026-02-16T23:03:00.004Z[ omicron-package] Compiling smf v0.2.3
25522026-02-16T23:03:00.551Z[ omicron-package] Compiling hyper-rustls v0.27.7
25532026-02-16T23:03:00.726Z[ omicron-package] Compiling memmap v0.7.0
25542026-02-16T23:03:01.759Z[ omicron-package] Compiling reqwest v0.12.24
25552026-02-16T23:03:01.816Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25562026-02-16T23:03:02.546Z[ omicron-package] Compiling bitfield-struct v0.6.2
25572026-02-16T23:03:04.460Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-02-16T23:03:04.914Z[ omicron-package] Compiling usdt v0.5.0
25592026-02-16T23:03:07.002Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-02-16T23:03:07.289Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-02-16T23:03:07.463Z[ omicron-package] Compiling unicode-width v0.2.0
25622026-02-16T23:03:07.508Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25632026-02-16T23:03:08.411Z[ omicron-package] Compiling console v0.16.0
25642026-02-16T23:03:08.587Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652026-02-16T23:03:08.889Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25662026-02-16T23:03:09.700Z[ omicron-package] Compiling gethostname v0.5.0
25672026-02-16T23:03:10.164Z[ omicron-package] Compiling unit-prefix v0.5.1
25682026-02-16T23:03:10.537Z[ omicron-package] Compiling tokio-rustls v0.25.0
25692026-02-16T23:03:10.632Z[ omicron-package] Compiling indicatif v0.18.0
25702026-02-16T23:03:10.637Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25712026-02-16T23:03:11.379Z[ omicron-package] Compiling dropshot v0.16.7
25722026-02-16T23:03:11.626Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-02-16T23:03:12.005Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25742026-02-16T23:03:14.089Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25752026-02-16T23:03:14.737Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25762026-02-16T23:03:14.737Z[ helios-setup] --> src/main.rs:79:10
25772026-02-16T23:03:14.737Z[ helios-setup] |
25782026-02-16T23:03:14.742Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25792026-02-16T23:03:14.742Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25802026-02-16T23:03:14.742Z[ helios-setup] | |
25812026-02-16T23:03:14.742Z[ helios-setup] | the lifetime is elided here
25822026-02-16T23:03:14.742Z[ helios-setup] |
25832026-02-16T23:03:14.742Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25842026-02-16T23:03:14.742Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25852026-02-16T23:03:14.742Z[ helios-setup] help: use `'_` for type paths
25862026-02-16T23:03:14.742Z[ helios-setup] |
25872026-02-16T23:03:14.742Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25882026-02-16T23:03:14.742Z[ helios-setup] | ++++
25892026-02-16T23:03:14.742Z[ helios-setup]
25902026-02-16T23:03:14.889Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25912026-02-16T23:03:21.087Z[ omicron-package] Compiling progenitor-client v0.11.2
25922026-02-16T23:03:22.007Z[ helios-setup] Feb 16 23:03:20.563 INFO helios repository root is: /work/oxidecomputer/helios
25932026-02-16T23:03:22.010Z[ helios-setup] Feb 16 23:03:20.566 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
25942026-02-16T23:03:22.010Z[ helios-setup] Feb 16 23:03:20.566 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25952026-02-16T23:03:22.015Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25962026-02-16T23:03:22.373Z[ omicron-package] Compiling progenitor v0.11.2
25972026-02-16T23:03:22.669Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25982026-02-16T23:03:22.815Z[ omicron-package] Compiling progenitor-client v0.10.0
25992026-02-16T23:03:22.863Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26002026-02-16T23:03:22.981Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26012026-02-16T23:03:33.841Z[ helios-setup] Feb 16 23:03:32.395 INFO clone ok!, project: amd-firmware
26022026-02-16T23:03:33.844Z[ helios-setup] Feb 16 23:03:32.395 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
26032026-02-16T23:03:33.844Z[ helios-setup] Feb 16 23:03:32.395 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
26042026-02-16T23:03:33.847Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26052026-02-16T23:03:35.081Z[ helios-setup] Feb 16 23:03:33.634 INFO clone ok!, project: amd-host-image-builder
26062026-02-16T23:03:35.084Z[ helios-setup] Feb 16 23:03:33.635 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
26072026-02-16T23:03:35.084Z[ helios-setup] Feb 16 23:03:33.635 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26082026-02-16T23:03:35.084Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26092026-02-16T23:03:35.382Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26102026-02-16T23:03:35.911Z[ helios-setup] Feb 16 23:03:34.462 INFO clone ok!, project: image-builder
26112026-02-16T23:03:35.915Z[ helios-setup] Feb 16 23:03:34.462 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
26122026-02-16T23:03:35.915Z[ helios-setup] Feb 16 23:03:34.463 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26132026-02-16T23:03:35.915Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26142026-02-16T23:03:36.864Z[ helios-setup] Feb 16 23:03:35.418 INFO clone ok!, project: phbl
26152026-02-16T23:03:36.867Z[ helios-setup] Feb 16 23:03:35.418 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
26162026-02-16T23:03:36.867Z[ helios-setup] Feb 16 23:03:35.418 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26172026-02-16T23:03:36.870Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26182026-02-16T23:03:37.535Z[ helios-setup] Feb 16 23:03:36.088 INFO clone ok!, project: bootserver
26192026-02-16T23:03:37.539Z[ helios-setup] Feb 16 23:03:36.089 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
26202026-02-16T23:03:37.539Z[ helios-setup] Feb 16 23:03:36.089 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26212026-02-16T23:03:37.542Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26222026-02-16T23:03:37.866ZFeb 16 23:03:36.419 DEBG process exited with exit status: 0 (65.587868959s)
26232026-02-16T23:03:37.869ZFeb 16 23:03:36.421 INFO [incorp-manifest] task succeeded (65.590105011s)
26242026-02-16T23:03:37.869ZFeb 16 23:03:36.421 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26252026-02-16T23:03:38.287Z[ helios-setup] Feb 16 23:03:36.841 INFO clone ok!, project: pinprick
26262026-02-16T23:03:38.291Z[ helios-setup] Feb 16 23:03:36.841 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
26272026-02-16T23:03:38.291Z[ helios-setup] Feb 16 23:03:36.841 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26282026-02-16T23:03:38.293Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26292026-02-16T23:03:38.317ZFeb 16 23:03:36.871 INFO [incorp-fmt] process exited with exit status: 0 (449.19878ms)
26302026-02-16T23:03:38.320ZFeb 16 23:03:36.872 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26312026-02-16T23:03:38.992Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260216T230337Z
26322026-02-16T23:03:38.992Z[ incorp-pkgsend] PUBLISHED
26332026-02-16T23:03:39.069ZFeb 16 23:03:37.622 INFO [incorp-pkgsend] process exited with exit status: 0 (751.154022ms)
26342026-02-16T23:03:39.072ZFeb 16 23:03:37.624 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26352026-02-16T23:03:39.209Z[ helios-setup] Feb 16 23:03:37.763 INFO clone ok!, project: chelsio-t6-roms
26362026-02-16T23:03:39.212Z[ helios-setup] Feb 16 23:03:37.763 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26372026-02-16T23:03:39.213Z[ helios-setup] Feb 16 23:03:37.763 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26382026-02-16T23:03:39.213Z[ helios-setup] Feb 16 23:03:37.763 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
26392026-02-16T23:03:39.213Z[ helios-setup] Feb 16 23:03:37.763 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26402026-02-16T23:03:39.215Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26412026-02-16T23:03:39.540Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26422026-02-16T23:03:39.548Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26432026-02-16T23:03:39.611Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26442026-02-16T23:03:39.611Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26452026-02-16T23:03:39.614Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26462026-02-16T23:03:39.621Z[ helios-incorp]
26472026-02-16T23:03:39.621Z[ helios-incorp] Archiving packages ...
26482026-02-16T23:03:39.624Z[ helios-incorp] Packages to add: 1
26492026-02-16T23:03:39.624Z[ helios-incorp] Files to retrieve: 0
26502026-02-16T23:03:39.624Z[ helios-incorp] Estimated transfer size: 0.00 B
26512026-02-16T23:03:39.624Z[ helios-incorp]
26522026-02-16T23:03:39.624Z[ helios-incorp] Packages to archive:
26532026-02-16T23:03:39.624Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260216T230337Z
26542026-02-16T23:03:39.624Z[ helios-incorp]
26552026-02-16T23:03:39.624Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26562026-02-16T23:03:39.624Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26572026-02-16T23:03:39.695ZFeb 16 23:03:38.249 INFO [helios-incorp] process exited with exit status: 0 (626.171419ms)
26582026-02-16T23:03:40.216Z[ helios-setup] Feb 16 23:03:38.769 INFO clone ok!, project: dmar-report
26592026-02-16T23:03:40.219Z[ helios-setup] Feb 16 23:03:38.770 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26602026-02-16T23:03:40.219Z[ helios-setup] Feb 16 23:03:38.770 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
26612026-02-16T23:03:40.219Z[ helios-setup] Feb 16 23:03:38.770 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26622026-02-16T23:03:40.222Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26632026-02-16T23:03:41.180Z[ helios-setup] Feb 16 23:03:39.733 INFO clone ok!, project: pilot
26642026-02-16T23:03:41.183Z[ helios-setup] Feb 16 23:03:39.734 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26652026-02-16T23:03:41.753Z[ helios-setup] Feb 16 23:03:40.306 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26662026-02-16T23:03:42.283Z[ helios-setup] Feb 16 23:03:40.835 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26672026-02-16T23:03:42.286Z[ helios-setup] Feb 16 23:03:40.836 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26682026-02-16T23:03:42.934Z[ helios-setup] Feb 16 23:03:41.486 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26692026-02-16T23:03:43.495Z[ helios-setup] Feb 16 23:03:42.047 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26702026-02-16T23:03:43.495Z[ helios-setup] Feb 16 23:03:42.048 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26712026-02-16T23:03:44.157Z[ helios-setup] Feb 16 23:03:42.710 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26722026-02-16T23:03:44.715Z[ helios-setup] Feb 16 23:03:43.268 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26732026-02-16T23:03:44.715Z[ helios-setup] Feb 16 23:03:43.268 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26742026-02-16T23:03:44.718Z[ helios-setup] Feb 16 23:03:43.268 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26752026-02-16T23:03:44.718Z[ helios-setup] Feb 16 23:03:43.268 INFO ok!
26762026-02-16T23:03:44.718Z[ helios-setup] Feb 16 23:03:43.268 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26772026-02-16T23:03:44.718Z[ helios-setup] Feb 16 23:03:43.268 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26782026-02-16T23:03:44.718Z[ helios-setup] Feb 16 23:03:43.268 INFO ok!
26792026-02-16T23:03:44.718Z[ helios-setup] Feb 16 23:03:43.268 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26802026-02-16T23:03:44.718Z[ helios-setup] Feb 16 23:03:43.268 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26812026-02-16T23:03:44.718Z[ helios-setup] Feb 16 23:03:43.268 INFO ok!
26822026-02-16T23:03:44.718Z[ helios-setup] Feb 16 23:03:43.268 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26832026-02-16T23:03:44.844Z[ helios-setup] Feb 16 23:03:43.396 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')"
26842026-02-16T23:03:44.844Z[ helios-setup] Feb 16 23:03:43.396 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26852026-02-16T23:03:44.847Z[ helios-setup] Feb 16 23:03:43.396 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26862026-02-16T23:03:45.308Z[ helios-setup] Feb 16 23:03:43.861 INFO E| Updating crates.io index
26872026-02-16T23:03:45.312Z[ helios-setup] Feb 16 23:03:43.861 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26882026-02-16T23:03:45.737Z[ helios-setup] Feb 16 23:03:44.289 INFO E| From https://github.com/oxidecomputer/amd-apcb
26892026-02-16T23:03:45.737Z[ helios-setup] Feb 16 23:03:44.289 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26902026-02-16T23:03:45.825Z[ helios-setup] Feb 16 23:03:44.377 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26912026-02-16T23:03:46.145Z[ helios-setup] Feb 16 23:03:44.697 INFO E| From https://github.com/oxidecomputer/amd-efs
26922026-02-16T23:03:46.145Z[ helios-setup] Feb 16 23:03:44.697 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26932026-02-16T23:03:46.307Z[ helios-setup] Feb 16 23:03:44.859 INFO E| Downloading crates ...
26942026-02-16T23:03:46.371Z[ helios-setup] Feb 16 23:03:44.923 INFO E| Downloaded strum_macros v0.27.1
26952026-02-16T23:03:46.378Z[ helios-setup] Feb 16 23:03:44.930 INFO E| Downloaded ansi_term v0.12.1
26962026-02-16T23:03:46.384Z[ helios-setup] Feb 16 23:03:44.937 INFO E| Downloaded dyn-clone v1.0.19
26972026-02-16T23:03:46.387Z[ helios-setup] Feb 16 23:03:44.938 INFO E| Downloaded modular-bitfield-impl v0.11.2
26982026-02-16T23:03:46.387Z[ helios-setup] Feb 16 23:03:44.939 INFO E| Downloaded fletcher v1.0.0
26992026-02-16T23:03:46.389Z[ helios-setup] Feb 16 23:03:44.940 INFO E| Downloaded itoa v1.0.15
27002026-02-16T23:03:46.399Z[ helios-setup] Feb 16 23:03:44.952 INFO E| Downloaded vec_map v0.8.2
27012026-02-16T23:03:46.402Z[ helios-setup] Feb 16 23:03:44.953 INFO E| Downloaded textwrap v0.11.0
27022026-02-16T23:03:46.402Z[ helios-setup] Feb 16 23:03:44.954 INFO E| Downloaded strsim v0.8.0
27032026-02-16T23:03:46.405Z[ helios-setup] Feb 16 23:03:44.955 INFO E| Downloaded cpufeatures v0.2.17
27042026-02-16T23:03:46.405Z[ helios-setup] Feb 16 23:03:44.957 INFO E| Downloaded unic-ucd-ident v0.9.0
27052026-02-16T23:03:46.407Z[ helios-setup] Feb 16 23:03:44.959 INFO E| Downloaded unic-ucd-version v0.9.0
27062026-02-16T23:03:46.410Z[ helios-setup] Feb 16 23:03:44.961 INFO E| Downloaded unic-char-property v0.9.0
27072026-02-16T23:03:46.410Z[ helios-setup] Feb 16 23:03:44.962 INFO E| Downloaded four-cc v0.4.0
27082026-02-16T23:03:46.412Z[ helios-setup] Feb 16 23:03:44.964 INFO E| Downloaded unic-char-range v0.9.0
27092026-02-16T23:03:46.415Z[ helios-setup] Feb 16 23:03:44.966 INFO E| Downloaded scroll_derive v0.12.1
27102026-02-16T23:03:46.415Z[ helios-setup] Feb 16 23:03:44.967 INFO E| Downloaded strum v0.27.1
27112026-02-16T23:03:46.417Z[ helios-setup] Feb 16 23:03:44.968 INFO E| Downloaded parse_int v0.9.0
27122026-02-16T23:03:46.420Z[ helios-setup] Feb 16 23:03:44.972 INFO E| Downloaded unic-common v0.9.0
27132026-02-16T23:03:46.428Z[ helios-setup] Feb 16 23:03:44.981 INFO E| Downloaded rustversion v1.0.20
27142026-02-16T23:03:46.433Z[ helios-setup] Feb 16 23:03:44.984 INFO E| Downloaded bytesize v2.0.1
27152026-02-16T23:03:46.440Z[ helios-setup] Feb 16 23:03:44.992 INFO E| Downloaded thiserror v2.0.12
27162026-02-16T23:03:46.445Z[ helios-setup] Feb 16 23:03:44.997 INFO E| Downloaded thiserror-impl v2.0.12
27172026-02-16T23:03:46.448Z[ helios-setup] Feb 16 23:03:44.999 INFO E| Downloaded pest_generator v2.8.0
27182026-02-16T23:03:46.448Z[ helios-setup] Feb 16 23:03:45.000 INFO E| Downloaded structopt-derive v0.4.18
27192026-02-16T23:03:46.452Z[ helios-setup] Feb 16 23:03:45.005 INFO E| Downloaded modular-bitfield-impl v0.13.1
27202026-02-16T23:03:46.457Z[ helios-setup] Feb 16 23:03:45.010 INFO E| Downloaded unicode-ident v1.0.18
27212026-02-16T23:03:46.469Z[ helios-setup] Feb 16 23:03:45.021 INFO E| Downloaded modular-bitfield v0.11.2
27222026-02-16T23:03:46.478Z[ helios-setup] Feb 16 23:03:45.031 INFO E| Downloaded ryu v1.0.20
27232026-02-16T23:03:46.481Z[ helios-setup] Feb 16 23:03:45.034 INFO E| Downloaded log v0.4.27
27242026-02-16T23:03:46.484Z[ helios-setup] Feb 16 23:03:45.036 INFO E| Downloaded pest_derive v2.8.0
27252026-02-16T23:03:46.488Z[ helios-setup] Feb 16 23:03:45.041 INFO E| Downloaded serde_derive v1.0.219
27262026-02-16T23:03:46.491Z[ helios-setup] Feb 16 23:03:45.043 INFO E| Downloaded structopt v0.3.26
27272026-02-16T23:03:46.498Z[ helios-setup] Feb 16 23:03:45.050 INFO E| Downloaded proc-macro2 v1.0.95
27282026-02-16T23:03:46.500Z[ helios-setup] Feb 16 23:03:45.053 INFO E| Downloaded modular-bitfield v0.13.1
27292026-02-16T23:03:46.509Z[ helios-setup] Feb 16 23:03:45.061 INFO E| Downloaded pest_meta v2.8.0
27302026-02-16T23:03:46.513Z[ helios-setup] Feb 16 23:03:45.065 INFO E| Downloaded typenum v1.18.0
27312026-02-16T23:03:46.523Z[ helios-setup] Feb 16 23:03:45.075 INFO E| Downloaded serde v1.0.219
27322026-02-16T23:03:46.532Z[ helios-setup] Feb 16 23:03:45.084 INFO E| Downloaded zerocopy-derive v0.8.25
27332026-02-16T23:03:46.546Z[ helios-setup] Feb 16 23:03:45.098 INFO E| Downloaded pest v2.8.0
27342026-02-16T23:03:46.550Z[ helios-setup] Feb 16 23:03:45.103 INFO E| Downloaded clap v2.34.0
27352026-02-16T23:03:46.558Z[ helios-setup] Feb 16 23:03:45.111 INFO E| Downloaded serde_json v1.0.140
27362026-02-16T23:03:46.570Z[ helios-setup] Feb 16 23:03:45.122 INFO E| Downloaded goblin v0.9.3
27372026-02-16T23:03:46.581Z[ helios-setup] Feb 16 23:03:45.133 INFO E| Downloaded zerocopy v0.8.25
27382026-02-16T23:03:46.602Z[ helios-setup] Feb 16 23:03:45.155 INFO E| Downloaded syn v2.0.101
27392026-02-16T23:03:46.638Z[ helios-setup] Feb 16 23:03:45.190 INFO E| Downloaded libc v0.2.172
27402026-02-16T23:03:46.707Z[ helios-setup] Feb 16 23:03:45.259 INFO E| Compiling proc-macro2 v1.0.95
27412026-02-16T23:03:46.707Z[ helios-setup] Feb 16 23:03:45.259 INFO E| Compiling unicode-ident v1.0.18
27422026-02-16T23:03:46.710Z[ helios-setup] Feb 16 23:03:45.259 INFO E| Compiling memchr v2.7.4
27432026-02-16T23:03:46.710Z[ helios-setup] Feb 16 23:03:45.259 INFO E| Compiling autocfg v1.4.0
27442026-02-16T23:03:46.710Z[ helios-setup] Feb 16 23:03:45.259 INFO E| Compiling thiserror v2.0.12
27452026-02-16T23:03:46.710Z[ helios-setup] Feb 16 23:03:45.260 INFO E| Compiling syn v1.0.109
27462026-02-16T23:03:46.710Z[ helios-setup] Feb 16 23:03:45.260 INFO E| Compiling serde v1.0.219
27472026-02-16T23:03:46.710Z[ helios-setup] Feb 16 23:03:45.260 INFO E| Compiling version_check v0.9.5
27482026-02-16T23:03:46.962Z[ helios-setup] Feb 16 23:03:45.514 INFO E| Compiling serde_json v1.0.140
27492026-02-16T23:03:47.412Z[ helios-setup] Feb 16 23:03:45.964 INFO E| Compiling schemars v0.8.22
27502026-02-16T23:03:47.469Z[ helios-setup] Feb 16 23:03:46.020 INFO E| Compiling itoa v1.0.15
27512026-02-16T23:03:47.526Z[ helios-setup] Feb 16 23:03:46.077 INFO E| Compiling ryu v1.0.20
27522026-02-16T23:03:47.531Z[ helios-setup] Feb 16 23:03:46.083 INFO E| Compiling num-traits v0.2.19
27532026-02-16T23:03:47.603Z[ helios-setup] Feb 16 23:03:46.155 INFO E| Compiling memoffset v0.9.1
27542026-02-16T23:03:47.761Z[ helios-setup] Feb 16 23:03:46.313 INFO E| Compiling proc-macro-error-attr v1.0.4
27552026-02-16T23:03:47.887Z[ helios-setup] Feb 16 23:03:46.439 INFO E| Compiling dyn-clone v1.0.19
27562026-02-16T23:03:47.895Z[ helios-setup] Feb 16 23:03:46.447 INFO E| Compiling zerocopy v0.8.25
27572026-02-16T23:03:47.938Z[ helios-setup] Feb 16 23:03:46.490 INFO E| Compiling paste v1.0.15
27582026-02-16T23:03:48.021Z[ helios-setup] Feb 16 23:03:46.573 INFO E| Compiling libc v0.2.172
27592026-02-16T23:03:48.131Z[ helios-setup] Feb 16 23:03:46.683 INFO E| Compiling rustversion v1.0.20
27602026-02-16T23:03:48.203Z[ helios-setup] Feb 16 23:03:46.755 INFO E| Compiling ucd-trie v0.1.7
27612026-02-16T23:03:48.240Z[ helios-setup] Feb 16 23:03:46.792 INFO E| Compiling static_assertions v1.1.0
27622026-02-16T23:03:48.537Z[ helios-setup] Feb 16 23:03:47.088 INFO E| Compiling proc-macro-error v1.0.4
27632026-02-16T23:03:48.633Z[ helios-setup] Feb 16 23:03:47.185 INFO E| Compiling once_cell v1.21.3
27642026-02-16T23:03:48.859Z[ helios-setup] Feb 16 23:03:47.410 INFO E| Compiling quote v1.0.40
27652026-02-16T23:03:49.083Z[ helios-setup] Feb 16 23:03:47.635 INFO E| Compiling unicode-width v0.1.14
27662026-02-16T23:03:49.107Z[ helios-setup] Feb 16 23:03:47.659 INFO E| Compiling heck v0.5.0
27672026-02-16T23:03:49.451Z[ helios-setup] Feb 16 23:03:48.002 INFO E| Compiling syn v2.0.101
27682026-02-16T23:03:49.629Z[ helios-setup] Feb 16 23:03:48.180 INFO E| Compiling unicode-segmentation v1.12.0
27692026-02-16T23:03:49.660Z[ helios-setup] Feb 16 23:03:48.212 INFO E| Compiling textwrap v0.11.0
27702026-02-16T23:03:50.133Z[ helios-setup] Feb 16 23:03:48.684 INFO E| Compiling parse_int v0.9.0
27712026-02-16T23:03:50.207Z[ helios-setup] Feb 16 23:03:48.758 INFO E| Compiling atty v0.2.14
27722026-02-16T23:03:50.221Z[ helios-setup] Feb 16 23:03:48.773 INFO E| Compiling strsim v0.8.0
27732026-02-16T23:03:50.249Z[ helios-setup] Feb 16 23:03:48.801 INFO E| Compiling fletcher v1.0.0
27742026-02-16T23:03:50.341Z[ helios-setup] Feb 16 23:03:48.892 INFO E| Compiling bitflags v1.3.2
27752026-02-16T23:03:50.350Z[ helios-setup] Feb 16 23:03:48.902 INFO E| Compiling ansi_term v0.12.1
27762026-02-16T23:03:50.412Z[ helios-setup] Feb 16 23:03:48.964 INFO E| Compiling heck v0.3.3
27772026-02-16T23:03:50.492Z[ helios-setup] Feb 16 23:03:49.025 INFO E| Compiling unic-char-range v0.9.0
27782026-02-16T23:03:50.495Z[ helios-setup] Feb 16 23:03:49.042 INFO E| Compiling strum v0.27.1
27792026-02-16T23:03:50.498Z[ helios-setup] Feb 16 23:03:49.049 INFO E| Compiling byteorder v1.5.0
27802026-02-16T23:03:50.650Z[ helios-setup] Feb 16 23:03:49.201 INFO E| Compiling vec_map v0.8.2
27812026-02-16T23:03:50.698Z[ helios-setup] Feb 16 23:03:49.249 INFO E| Compiling unic-common v0.9.0
27822026-02-16T23:03:50.806Z[ helios-setup] Feb 16 23:03:49.358 INFO E| Compiling unic-char-property v0.9.0
27832026-02-16T23:03:50.907Z[ helios-setup] Feb 16 23:03:49.459 INFO E| Compiling unic-ucd-version v0.9.0
27842026-02-16T23:03:50.933Z[ helios-setup] Feb 16 23:03:49.485 INFO E| Compiling clap v2.34.0
27852026-02-16T23:03:50.939Z[ helios-setup] Feb 16 23:03:49.491 INFO E| Compiling plain v0.2.3
27862026-02-16T23:03:50.988Z[ helios-setup] Feb 16 23:03:49.540 INFO E| Compiling lazy_static v1.5.0
27872026-02-16T23:03:51.003Z[ helios-setup] Feb 16 23:03:49.555 INFO E| Compiling log v0.4.27
27882026-02-16T23:03:51.031Z[ helios-setup] Feb 16 23:03:49.583 INFO E| Compiling unic-ucd-ident v0.9.0
27892026-02-16T23:03:51.038Z[ helios-setup] Feb 16 23:03:49.589 INFO E| Compiling bytesize v2.0.1
27902026-02-16T23:03:55.707Z[ helios-setup] Feb 16 23:03:54.258 INFO E| Compiling serde_derive_internals v0.29.1
27912026-02-16T23:03:56.003Z[ helios-setup] Feb 16 23:03:54.553 INFO E| Compiling modular-bitfield-impl v0.11.2
27922026-02-16T23:03:56.241Z[ helios-setup] Feb 16 23:03:54.792 INFO E| Compiling structopt-derive v0.4.18
27932026-02-16T23:03:57.764Z[ helios-setup] Feb 16 23:03:56.315 INFO E| Compiling thiserror-impl v2.0.12
27942026-02-16T23:03:57.802Z[ helios-setup] Feb 16 23:03:56.353 INFO E| Compiling serde_derive v1.0.219
27952026-02-16T23:03:57.837Z[ helios-setup] Feb 16 23:03:56.388 INFO E| Compiling zerocopy-derive v0.8.25
27962026-02-16T23:03:57.849Z[ helios-setup] Feb 16 23:03:56.400 INFO E| Compiling modular-bitfield-impl v0.13.1
27972026-02-16T23:03:57.988Z[ helios-setup] Feb 16 23:03:56.538 INFO E| Compiling schemars_derive v0.8.22
27982026-02-16T23:03:58.163Z[ helios-setup] Feb 16 23:03:56.713 INFO E| Compiling num-derive v0.4.2
27992026-02-16T23:04:00.256Z[ helios-setup] Feb 16 23:03:58.806 INFO E| Compiling modular-bitfield v0.11.2
28002026-02-16T23:04:00.834Z[ helios-setup] Feb 16 23:03:59.384 INFO E| Compiling scroll_derive v0.12.1
28012026-02-16T23:04:01.764Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28022026-02-16T23:04:01.812Z[ helios-setup] Feb 16 23:04:00.362 INFO E| Compiling strum_macros v0.27.1
28032026-02-16T23:04:02.502Z[ helios-setup] Feb 16 23:04:01.051 INFO E| Compiling structopt v0.3.26
28042026-02-16T23:04:03.095Z[ helios-setup] Feb 16 23:04:01.645 INFO E| Compiling modular-bitfield v0.13.1
28052026-02-16T23:04:03.257Z[ helios-setup] Feb 16 23:04:01.807 INFO E| Compiling pest v2.8.0
28062026-02-16T23:04:03.708Z[ helios-setup] Feb 16 23:04:02.258 INFO E| Compiling scroll v0.12.0
28072026-02-16T23:04:04.540Z[ helios-setup] Feb 16 23:04:03.089 INFO E| Compiling goblin v0.9.3
28082026-02-16T23:04:04.905Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28092026-02-16T23:04:07.765Z[ helios-setup] Feb 16 23:04:06.314 INFO E| Compiling pest_meta v2.8.0
28102026-02-16T23:04:09.240Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28112026-02-16T23:04:09.997Z[ helios-setup] Feb 16 23:04:08.545 INFO E| Compiling pest_generator v2.8.0
28122026-02-16T23:04:11.839Z[ helios-setup] Feb 16 23:04:10.387 INFO E| Compiling pest_derive v2.8.0
28132026-02-16T23:04:14.412Z[ helios-setup] Feb 16 23:04:12.954 INFO E| Compiling json5 v0.4.1
28142026-02-16T23:04:18.235Z[ helios-setup] Feb 16 23:04:16.782 INFO E| Compiling four-cc v0.4.0
28152026-02-16T23:04:18.235Z[ helios-setup] Feb 16 23:04:16.782 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28162026-02-16T23:04:18.397Z[ helios-setup] Feb 16 23:04:16.943 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28172026-02-16T23:04:28.218Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 55s
28182026-02-16T23:04:28.489Z[ omicron-package]
28192026-02-16T23:04:28.489Z[ omicron-package] real 1:56.147160749
28202026-02-16T23:04:28.492Z[ omicron-package] user 8:40.817254733
28212026-02-16T23:04:28.492Z[ omicron-package] sys 32.997675193
28222026-02-16T23:04:28.492Z[ omicron-package] trap 0.826350078
28232026-02-16T23:04:28.492Z[ omicron-package] tflt 1.651093356
28242026-02-16T23:04:28.492Z[ omicron-package] dflt 1.139026668
28252026-02-16T23:04:28.492Z[ omicron-package] kflt 0.002469988
28262026-02-16T23:04:28.492Z[ omicron-package] lock 27:48.097178804
28272026-02-16T23:04:28.492Z[ omicron-package] slp 31:36.326088669
28282026-02-16T23:04:28.492Z[ omicron-package] lat 4:26.187029933
28292026-02-16T23:04:28.492Z[ omicron-package] stop 1:34.630820721
28302026-02-16T23:04:28.492ZFeb 16 23:04:27.035 INFO [omicron-package] process exited with exit status: 0 (116.203074895s)
28312026-02-16T23:04:28.492ZFeb 16 23:04:27.035 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28322026-02-16T23:04:28.492ZFeb 16 23:04:27.036 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28332026-02-16T23:04:28.503Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28342026-02-16T23:04:28.503Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28352026-02-16T23:04:28.506Z[ recovery-target] Created new build target 'recovery' and set it as active
28362026-02-16T23:04:28.506Z[ host-target] Created new build target 'host' and set it as active
28372026-02-16T23:04:28.508ZFeb 16 23:04:27.053 INFO [host-target] process exited with exit status: 0 (17.083959ms)
28382026-02-16T23:04:28.508ZFeb 16 23:04:27.053 INFO [recovery-target] process exited with exit status: 0 (16.723604ms)
28392026-02-16T23:04:28.508ZFeb 16 23:04:27.053 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28402026-02-16T23:04:28.515Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28412026-02-16T23:04:30.553Z[ host-package] Compiling ring v0.17.14
28422026-02-16T23:04:30.851Z[ host-package] Compiling convert_case v0.4.0
28432026-02-16T23:04:30.851Z[ host-package] Compiling progenitor-impl v0.10.0
28442026-02-16T23:04:30.854Z[ host-package] Compiling secrecy v0.10.3
28452026-02-16T23:04:30.854Z[ host-package] Compiling is-terminal v0.4.13
28462026-02-16T23:04:30.945Z[ host-package] Compiling thread_local v1.1.8
28472026-02-16T23:04:31.258Z[ host-package] Compiling bytecount v0.6.8
28482026-02-16T23:04:31.314Z[ host-package] Compiling match_cfg v0.1.0
28492026-02-16T23:04:31.462Z[ host-package] Compiling hostname v0.3.1
28502026-02-16T23:04:31.517Z[ host-package] Compiling multer v3.1.0
28512026-02-16T23:04:31.559Z[ host-package] Compiling derive_more v0.99.20
28522026-02-16T23:04:31.611Z[ host-package] Compiling slog-async v2.8.0
28532026-02-16T23:04:31.657Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
28542026-02-16T23:04:31.725Z[ host-package] Compiling crossbeam-channel v0.5.15
28552026-02-16T23:04:31.759Z[ host-package] Compiling slog-json v2.6.1
28562026-02-16T23:04:32.127Z[ host-package] Compiling futures-executor v0.3.31
28572026-02-16T23:04:32.686Z[ host-package] Compiling serde_spanned v1.0.4
28582026-02-16T23:04:32.786Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
28592026-02-16T23:04:32.982Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28602026-02-16T23:04:33.046Z[ host-package] Compiling take_mut v0.2.2
28612026-02-16T23:04:33.340Z[ host-package] Compiling unicode-width v0.1.14
28622026-02-16T23:04:33.498Z[ host-package] Compiling term v1.1.0
28632026-02-16T23:04:33.564Z[ host-package] Compiling swrite v0.1.0
28642026-02-16T23:04:33.772Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
28652026-02-16T23:04:33.919Z[ host-package] Compiling tabwriter v1.4.0
28662026-02-16T23:04:34.364Z[ host-package] Compiling slog-term v2.9.2
28672026-02-16T23:04:35.579Z[ host-package] Compiling futures v0.3.31
28682026-02-16T23:04:35.639Z[ host-package] Compiling slog-bunyan v2.5.0
28692026-02-16T23:04:35.949Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28702026-02-16T23:04:36.645Z[ host-package] Compiling rustls v0.23.19
28712026-02-16T23:04:36.707Z[ host-package] Compiling progenitor-macro v0.10.0
28722026-02-16T23:04:36.743Z[ host-package] Compiling rustls v0.22.4
28732026-02-16T23:04:36.787Z[ host-package] Compiling dropshot v0.16.7
28742026-02-16T23:04:36.872Z[ host-package] Compiling async-stream v0.3.6
28752026-02-16T23:04:36.970Z[ host-package] Compiling password-hash v0.5.0
28762026-02-16T23:04:37.246Z[ host-package] Compiling blake2 v0.10.6
28772026-02-16T23:04:37.249Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
28782026-02-16T23:04:37.527Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28792026-02-16T23:04:38.361Z[ host-package] Compiling universal-hash v0.5.1
28802026-02-16T23:04:38.661Z[ host-package] Compiling rustls-webpki v0.102.8
28812026-02-16T23:04:38.841Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
28822026-02-16T23:04:39.274Z[ host-package] Compiling waitgroup v0.1.2
28832026-02-16T23:04:40.003Z[ host-package] Compiling rustls-pemfile v2.2.0
28842026-02-16T23:04:40.468Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28852026-02-16T23:04:40.553Z[ host-package] Compiling serde_path_to_error v0.1.20
28862026-02-16T23:04:41.523Z[ host-package] Compiling hostname v0.4.2
28872026-02-16T23:04:41.558Z[ host-package] Compiling instant v0.1.13
28882026-02-16T23:04:41.764Z[ host-package] Compiling colored v3.0.0
28892026-02-16T23:04:41.798Z[ host-package] Compiling debug-ignore v1.0.5
28902026-02-16T23:04:42.030Z[ host-package] Compiling opaque-debug v0.3.1
28912026-02-16T23:04:42.238Z[ host-package] Compiling poly1305 v0.8.0
28922026-02-16T23:04:42.530Z[ host-package] Compiling backoff v0.4.0
28932026-02-16T23:04:42.949Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
28942026-02-16T23:04:43.086Z[ host-package] Compiling thiserror-no-std v2.0.2
28952026-02-16T23:04:43.271Z[ host-package] Compiling argon2 v0.5.3
28962026-02-16T23:04:43.742Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28972026-02-16T23:04:45.186Z[ host-package] Compiling tokio-rustls v0.25.0
28982026-02-16T23:04:45.991Z[ host-package] Compiling parse-display v0.10.0
28992026-02-16T23:04:46.593Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29002026-02-16T23:04:46.924Z[ host-package] Compiling tokio-rustls v0.26.0
29012026-02-16T23:04:47.571Z[ host-package] Compiling hyper-rustls v0.27.7
29022026-02-16T23:04:48.260Z[ host-package] Compiling reqwest v0.12.24
29032026-02-16T23:04:48.331Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29042026-02-16T23:04:52.468Z[ host-package] Compiling progenitor-client v0.11.2
29052026-02-16T23:04:52.729Z[ helios-setup] Feb 16 23:04:51.271 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29062026-02-16T23:04:53.155Z[ host-package] Compiling progenitor v0.11.2
29072026-02-16T23:04:53.573Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
29082026-02-16T23:04:54.818Z[ host-package] Compiling progenitor-client v0.10.0
29092026-02-16T23:04:55.581Z[ host-package] Compiling chacha20 v0.9.1
29102026-02-16T23:04:56.365Z[ host-package] Compiling aead v0.5.2
29112026-02-16T23:04:56.923Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
29122026-02-16T23:04:58.815Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29132026-02-16T23:04:59.996Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29142026-02-16T23:05:01.372Z[ helios-setup] Feb 16 23:04:59.913 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29152026-02-16T23:05:01.528Z[ host-package] Compiling macaddr v1.0.1
29162026-02-16T23:05:02.161Z[ host-package] Compiling derive-where v1.5.0
29172026-02-16T23:05:02.619Z[ host-package] Compiling chacha20poly1305 v0.10.1
29182026-02-16T23:05:02.938Z[ host-package] Compiling vsss-rs v3.3.4
29192026-02-16T23:05:05.522Z[ host-package] Compiling num-rational v0.4.2
29202026-02-16T23:05:08.915Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29212026-02-16T23:05:09.350Z[ host-package] Compiling progenitor v0.10.0
29222026-02-16T23:05:09.798Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29232026-02-16T23:05:12.372Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29242026-02-16T23:05:13.158Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29252026-02-16T23:05:13.538Z[ host-package] Compiling num-complex v0.4.6
29262026-02-16T23:05:14.600Z[ host-package] Compiling console v0.15.10
29272026-02-16T23:05:14.978Z[ host-package] Compiling num v0.4.3
29282026-02-16T23:05:19.516Z[ host-package] Compiling float-ord v0.3.2
29292026-02-16T23:05:20.273Z[ host-package] Compiling toml v0.8.23
29302026-02-16T23:05:20.883Z[ host-package] Compiling newline-converter v0.3.0
29312026-02-16T23:05:21.623Z[ host-package] Compiling atomicwrites v0.4.4
29322026-02-16T23:05:22.047Z[ host-package] Compiling prettyplease v0.2.36
29332026-02-16T23:05:22.118Z[ host-package] Compiling slog-dtrace v0.3.0
29342026-02-16T23:05:27.262Z[ host-package] Compiling expectorate v1.2.0
29352026-02-16T23:05:28.198Z[ host-package] Compiling owo-colors v4.2.3
29362026-02-16T23:05:28.238Z[ helios-setup] Feb 16 23:05:26.774 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
29372026-02-16T23:05:28.287Z[ helios-setup] Feb 16 23:05:26.824 INFO building project "amd-host-image-builder" ok (103 seconds)
29382026-02-16T23:05:28.287Z[ helios-setup] Feb 16 23:05:26.824 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
29392026-02-16T23:05:28.411Z[ helios-setup] Feb 16 23:05:26.948 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
29402026-02-16T23:05:28.411Z[ helios-setup] Feb 16 23:05:26.948 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29412026-02-16T23:05:28.414Z[ helios-setup] Feb 16 23:05:26.948 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29422026-02-16T23:05:28.699Z[ helios-setup] Feb 16 23:05:27.235 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29432026-02-16T23:05:28.927Z[ host-package] Compiling cancel-safe-futures v0.1.5
29442026-02-16T23:05:29.099Z[ helios-setup] Feb 16 23:05:27.635 INFO E| From https://github.com/jclulow/rust-jmclib
29452026-02-16T23:05:29.099Z[ helios-setup] Feb 16 23:05:27.635 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29462026-02-16T23:05:29.119Z[ helios-setup] Feb 16 23:05:27.655 INFO E| Updating crates.io index
29472026-02-16T23:05:29.216Z[ helios-setup] Feb 16 23:05:27.751 INFO E| Downloading crates ...
29482026-02-16T23:05:29.349Z[ helios-setup] Feb 16 23:05:27.885 INFO E| Downloaded sha-1 v0.9.8
29492026-02-16T23:05:29.352Z[ helios-setup] Feb 16 23:05:27.889 INFO E| Downloaded glob v0.3.1
29502026-02-16T23:05:29.357Z[ helios-setup] Feb 16 23:05:27.891 INFO E| Downloaded walkdir v2.3.3
29512026-02-16T23:05:29.360Z[ helios-setup] Feb 16 23:05:27.894 INFO E| Downloaded typenum v1.16.0
29522026-02-16T23:05:29.363Z[ helios-setup] Feb 16 23:05:27.898 INFO E| Downloaded ryu v1.0.15
29532026-02-16T23:05:29.368Z[ helios-setup] Feb 16 23:05:27.903 INFO E| Downloaded getrandom v0.2.10
29542026-02-16T23:05:29.373Z[ helios-setup] Feb 16 23:05:27.909 INFO E| Downloaded proc-macro2 v1.0.66
29552026-02-16T23:05:29.377Z[ helios-setup] Feb 16 23:05:27.913 INFO E| Downloaded fastrand v2.0.0
29562026-02-16T23:05:29.380Z[ helios-setup] Feb 16 23:05:27.916 INFO E| Downloaded opaque-debug v0.3.0
29572026-02-16T23:05:29.383Z[ helios-setup] Feb 16 23:05:27.917 INFO E| Downloaded libdevinfo-sys v1.0.0
29582026-02-16T23:05:29.383Z[ helios-setup] Feb 16 23:05:27.919 INFO E| Downloaded digest v0.9.0
29592026-02-16T23:05:29.386Z[ helios-setup] Feb 16 23:05:27.921 INFO E| Downloaded errno v0.3.1
29602026-02-16T23:05:29.390Z[ helios-setup] Feb 16 23:05:27.924 INFO E| Downloaded quote v1.0.31
29612026-02-16T23:05:29.393Z[ helios-setup] Feb 16 23:05:27.928 INFO E| Downloaded block-buffer v0.9.0
29622026-02-16T23:05:29.396Z[ helios-setup] Feb 16 23:05:27.930 INFO E| Downloaded anyhow v1.0.72
29632026-02-16T23:05:29.401Z[ helios-setup] Feb 16 23:05:27.938 INFO E| Downloaded unicode-width v0.1.10
29642026-02-16T23:05:29.404Z[ helios-setup] Feb 16 23:05:27.940 INFO E| Downloaded once_cell v1.18.0
29652026-02-16T23:05:29.409Z[ helios-setup] Feb 16 23:05:27.945 INFO E| Downloaded toml v0.5.11
29662026-02-16T23:05:29.413Z[ helios-setup] Feb 16 23:05:27.949 INFO E| Downloaded uuid v0.8.2
29672026-02-16T23:05:29.419Z[ helios-setup] Feb 16 23:05:27.955 INFO E| Downloaded serde v1.0.193
29682026-02-16T23:05:29.424Z[ helios-setup] Feb 16 23:05:27.960 INFO E| Downloaded serde_derive v1.0.193
29692026-02-16T23:05:29.429Z[ helios-setup] Feb 16 23:05:27.965 INFO E| Downloaded tempfile v3.7.0
29702026-02-16T23:05:29.433Z[ helios-setup] Feb 16 23:05:27.969 INFO E| Downloaded serde_json v1.0.103
29712026-02-16T23:05:29.443Z[ helios-setup] Feb 16 23:05:27.980 INFO E| Downloaded bitflags v2.3.3
29722026-02-16T23:05:29.447Z[ helios-setup] Feb 16 23:05:27.983 INFO E| Downloaded unicode-ident v1.0.11
29732026-02-16T23:05:29.451Z[ helios-setup] Feb 16 23:05:27.987 INFO E| Downloaded md-5 v0.9.1
29742026-02-16T23:05:29.454Z[ helios-setup] Feb 16 23:05:27.989 INFO E| Downloaded itoa v1.0.9
29752026-02-16T23:05:29.454Z[ helios-setup] Feb 16 23:05:27.990 INFO E| Downloaded cpufeatures v0.2.9
29762026-02-16T23:05:29.474Z[ helios-setup] Feb 16 23:05:28.011 INFO E| Downloaded syn v2.0.32
29772026-02-16T23:05:29.489Z[ helios-setup] Feb 16 23:05:28.025 INFO E| Downloaded rustix v0.38.4
29782026-02-16T23:05:29.537Z[ helios-setup] Feb 16 23:05:28.074 INFO E| Downloaded libc v0.2.147
29792026-02-16T23:05:29.646Z[ helios-setup] Feb 16 23:05:28.182 INFO E| Compiling libc v0.2.147
29802026-02-16T23:05:29.646Z[ helios-setup] Feb 16 23:05:28.182 INFO E| Compiling proc-macro2 v1.0.66
29812026-02-16T23:05:29.649Z[ helios-setup] Feb 16 23:05:28.182 INFO E| Compiling cfg-if v1.0.0
29822026-02-16T23:05:29.649Z[ helios-setup] Feb 16 23:05:28.182 INFO E| Compiling unicode-ident v1.0.11
29832026-02-16T23:05:29.649Z[ helios-setup] Feb 16 23:05:28.182 INFO E| Compiling version_check v0.9.4
29842026-02-16T23:05:29.649Z[ helios-setup] Feb 16 23:05:28.182 INFO E| Compiling typenum v1.16.0
29852026-02-16T23:05:29.649Z[ helios-setup] Feb 16 23:05:28.183 INFO E| Compiling serde v1.0.193
29862026-02-16T23:05:29.649Z[ helios-setup] Feb 16 23:05:28.183 INFO E| Compiling rustix v0.38.4
29872026-02-16T23:05:29.978Z[ helios-setup] Feb 16 23:05:28.514 INFO E| Compiling itoa v1.0.9
29882026-02-16T23:05:30.242Z[ helios-setup] Feb 16 23:05:28.778 INFO E| Compiling slog v2.7.0
29892026-02-16T23:05:30.444Z[ helios-setup] Feb 16 23:05:28.980 INFO E| Compiling time-core v0.1.2
29902026-02-16T23:05:30.942Z[ helios-setup] Feb 16 23:05:29.478 INFO E| Compiling generic-array v0.14.7
29912026-02-16T23:05:31.142Z[ helios-setup] Feb 16 23:05:29.678 INFO E| Compiling num-conv v0.1.0
29922026-02-16T23:05:31.189Z[ helios-setup] Feb 16 23:05:29.725 INFO E| Compiling powerfmt v0.2.0
29932026-02-16T23:05:31.316Z[ helios-setup] Feb 16 23:05:29.852 INFO E| Compiling num_threads v0.1.6
29942026-02-16T23:05:31.528Z[ helios-setup] Feb 16 23:05:30.064 INFO E| Compiling once_cell v1.18.0
29952026-02-16T23:05:31.678Z[ helios-setup] Feb 16 23:05:30.213 INFO E| Compiling deranged v0.3.11
29962026-02-16T23:05:31.684Z[ helios-setup] Feb 16 23:05:30.219 INFO E| Compiling time-macros v0.2.18
29972026-02-16T23:05:31.875Z[ helios-setup] Feb 16 23:05:30.410 INFO E| Compiling bitflags v2.3.3
29982026-02-16T23:05:32.132Z[ helios-setup] Feb 16 23:05:30.667 INFO E| Compiling thread_local v1.1.7
29992026-02-16T23:05:32.820Z[ host-package] Compiling resolv-conf v0.7.0
30002026-02-16T23:05:32.843Z[ helios-setup] Feb 16 23:05:31.378 INFO E| Compiling quote v1.0.31
30012026-02-16T23:05:33.187Z[ helios-setup] Feb 16 23:05:31.723 INFO E| Compiling fastrand v2.0.0
30022026-02-16T23:05:33.225Z[ helios-setup] Feb 16 23:05:31.760 INFO E| Compiling anyhow v1.0.72
30032026-02-16T23:05:33.637Z[ helios-setup] Feb 16 23:05:32.173 INFO E| Compiling syn v2.0.32
30042026-02-16T23:05:33.985Z[ helios-setup] Feb 16 23:05:32.520 INFO E| Compiling dirs-sys-next v0.1.2
30052026-02-16T23:05:34.308Z[ helios-setup] Feb 16 23:05:32.843 INFO E| Compiling errno v0.3.1
30062026-02-16T23:05:34.523Z[ helios-setup] Feb 16 23:05:33.059 INFO E| Compiling dirs-next v2.0.0
30072026-02-16T23:05:34.571Z[ helios-setup] Feb 16 23:05:33.106 INFO E| Compiling atty v0.2.14
30082026-02-16T23:05:34.701Z[ helios-setup] Feb 16 23:05:33.237 INFO E| Compiling term v0.7.0
30092026-02-16T23:05:34.878Z[ helios-setup] Feb 16 23:05:33.414 INFO E| Compiling opaque-debug v0.3.0
30102026-02-16T23:05:34.969Z[ helios-setup] Feb 16 23:05:33.505 INFO E| Compiling serde_json v1.0.103
30112026-02-16T23:05:35.238Z[ helios-setup] Feb 16 23:05:33.773 INFO E| Compiling getrandom v0.2.10
30122026-02-16T23:05:35.730Z[ helios-setup] Feb 16 23:05:34.265 INFO E| Compiling block-buffer v0.9.0
30132026-02-16T23:05:35.970Z[ helios-setup] Feb 16 23:05:34.505 INFO E| Compiling digest v0.9.0
30142026-02-16T23:05:36.103Z[ helios-setup] Feb 16 23:05:34.638 INFO E| Compiling same-file v1.0.6
30152026-02-16T23:05:36.150Z[ host-package] Compiling libsw-core v0.3.1
30162026-02-16T23:05:36.247Z[ helios-setup] Feb 16 23:05:34.781 INFO E| Compiling unicode-width v0.1.10
30172026-02-16T23:05:36.408Z[ helios-setup] Feb 16 23:05:34.943 INFO E| Compiling cpufeatures v0.2.9
30182026-02-16T23:05:36.437Z[ helios-setup] Feb 16 23:05:34.971 INFO E| Compiling time v0.3.36
30192026-02-16T23:05:36.462Z[ helios-setup] Feb 16 23:05:34.997 INFO E| Compiling ryu v1.0.15
30202026-02-16T23:05:36.511Z[ helios-setup] Feb 16 23:05:35.046 INFO E| Compiling sha-1 v0.9.8
30212026-02-16T23:05:36.537Z[ helios-setup] Feb 16 23:05:35.072 INFO E| Compiling getopts v0.2.21
30222026-02-16T23:05:36.690Z[ host-package] Compiling libsw v3.5.0
30232026-02-16T23:05:36.798Z[ helios-setup] Feb 16 23:05:35.333 INFO E| Compiling walkdir v2.3.3
30242026-02-16T23:05:37.146Z[ helios-setup] Feb 16 23:05:35.681 INFO E| Compiling tempfile v3.7.0
30252026-02-16T23:05:37.519Z[ helios-setup] Feb 16 23:05:36.053 INFO E| Compiling md-5 v0.9.1
30262026-02-16T23:05:38.015Z[ helios-setup] Feb 16 23:05:36.549 INFO E| Compiling glob v0.3.1
30272026-02-16T23:05:38.084Z[ helios-setup] Feb 16 23:05:36.619 INFO E| Compiling libdevinfo-sys v1.0.0
30282026-02-16T23:05:39.999Z[ helios-setup] Feb 16 23:05:38.533 INFO E| Compiling slog-term v2.9.0
30292026-02-16T23:05:40.294Z[ helios-setup] Feb 16 23:05:38.828 INFO E| Compiling serde_derive v1.0.193
30302026-02-16T23:05:41.961Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30312026-02-16T23:05:42.353Z[ host-package] Compiling linear-map v1.2.0
30322026-02-16T23:05:42.670Z[ host-package] Compiling linked-hash-map v0.5.6
30332026-02-16T23:05:43.201Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30342026-02-16T23:05:43.272Z[ host-package] Compiling lru-cache v0.1.2
30352026-02-16T23:05:43.581Z[ host-package] Compiling unicode-xid v0.2.6
30362026-02-16T23:05:43.874Z[ host-package] Compiling hickory-proto v0.24.4
30372026-02-16T23:05:46.580Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30382026-02-16T23:05:47.886Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30392026-02-16T23:05:49.565Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30402026-02-16T23:05:51.089Z[ host-package] Compiling hickory-resolver v0.24.4
30412026-02-16T23:05:51.420Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30422026-02-16T23:05:52.330Z[ helios-setup] Feb 16 23:05:50.863 INFO E| Compiling toml v0.5.11
30432026-02-16T23:05:52.330Z[ helios-setup] Feb 16 23:05:50.863 INFO E| Compiling uuid v0.8.2
30442026-02-16T23:05:53.776Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-02-16T23:05:54.743Z[ helios-setup] Feb 16 23:05:53.275 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30462026-02-16T23:05:56.338Z[ helios-setup] Feb 16 23:05:54.870 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30472026-02-16T23:05:57.002Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30482026-02-16T23:05:58.882Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30492026-02-16T23:06:03.140Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30502026-02-16T23:06:05.451Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30512026-02-16T23:06:06.407Z[ helios-setup] Feb 16 23:06:04.937 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.87s
30522026-02-16T23:06:06.439Z[ helios-setup] Feb 16 23:06:04.969 INFO building project "image-builder" ok (38 seconds)
30532026-02-16T23:06:06.439Z[ helios-setup] Feb 16 23:06:04.969 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30542026-02-16T23:06:06.562Z[ helios-setup] Feb 16 23:06:05.092 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
30552026-02-16T23:06:06.562Z[ helios-setup] Feb 16 23:06:05.092 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30562026-02-16T23:06:06.565Z[ helios-setup] Feb 16 23:06:05.092 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30572026-02-16T23:06:06.834Z[ helios-setup] Feb 16 23:06:05.364 INFO E| Downloading crates ...
30582026-02-16T23:06:06.946Z[ helios-setup] Feb 16 23:06:05.476 INFO E| Downloaded cpufeatures v0.2.5
30592026-02-16T23:06:06.961Z[ host-package] Compiling convert_case v0.7.1
30602026-02-16T23:06:06.964Z[ helios-setup] Feb 16 23:06:05.493 INFO E| Downloaded generic-array v0.14.6
30612026-02-16T23:06:06.967Z[ helios-setup] Feb 16 23:06:05.495 INFO E| Downloaded block-buffer v0.10.3
30622026-02-16T23:06:06.967Z[ helios-setup] Feb 16 23:06:05.497 INFO E| Downloaded anyhow v1.0.62
30632026-02-16T23:06:06.988Z[ helios-setup] Feb 16 23:06:05.519 INFO E| Downloaded sha2 v0.10.5
30642026-02-16T23:06:06.992Z[ helios-setup] Feb 16 23:06:05.522 INFO E| Downloaded typenum v1.15.0
30652026-02-16T23:06:06.994Z[ helios-setup] Feb 16 23:06:05.524 INFO E| Downloaded miniz_oxide v0.6.2
30662026-02-16T23:06:06.997Z[ helios-setup] Feb 16 23:06:05.527 INFO E| Downloaded bytes v1.2.1
30672026-02-16T23:06:07.000Z[ helios-setup] Feb 16 23:06:05.531 INFO E| Downloaded flate2 v1.0.25
30682026-02-16T23:06:07.005Z[ helios-setup] Feb 16 23:06:05.536 INFO E| Downloaded digest v0.10.3
30692026-02-16T23:06:07.077Z[ helios-setup] Feb 16 23:06:05.608 INFO E| Compiling typenum v1.15.0
30702026-02-16T23:06:07.077Z[ helios-setup] Feb 16 23:06:05.608 INFO E| Compiling version_check v0.9.4
30712026-02-16T23:06:07.077Z[ helios-setup] Feb 16 23:06:05.608 INFO E| Compiling crc32fast v1.3.2
30722026-02-16T23:06:07.080Z[ helios-setup] Feb 16 23:06:05.608 INFO E| Compiling cfg-if v1.0.0
30732026-02-16T23:06:07.080Z[ helios-setup] Feb 16 23:06:05.608 INFO E| Compiling adler v1.0.2
30742026-02-16T23:06:07.080Z[ helios-setup] Feb 16 23:06:05.608 INFO E| Compiling anyhow v1.0.62
30752026-02-16T23:06:07.080Z[ helios-setup] Feb 16 23:06:05.608 INFO E| Compiling cpufeatures v0.2.5
30762026-02-16T23:06:07.080Z[ helios-setup] Feb 16 23:06:05.608 INFO E| Compiling unicode-width v0.1.10
30772026-02-16T23:06:07.666Z[ helios-setup] Feb 16 23:06:06.196 INFO E| Compiling bitflags v1.3.2
30782026-02-16T23:06:07.741Z[ helios-setup] Feb 16 23:06:06.271 INFO E| Compiling bytes v1.2.1
30792026-02-16T23:06:07.825Z[ helios-setup] Feb 16 23:06:06.355 INFO E| Compiling generic-array v0.14.6
30802026-02-16T23:06:08.018Z[ helios-setup] Feb 16 23:06:06.548 INFO E| Compiling miniz_oxide v0.6.2
30812026-02-16T23:06:08.110Z[ helios-setup] Feb 16 23:06:06.640 INFO E| Compiling getopts v0.2.21
30822026-02-16T23:06:08.543Z[ host-package] Compiling derive_more-impl v2.0.1
30832026-02-16T23:06:08.731Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30842026-02-16T23:06:09.660Z[ helios-setup] Feb 16 23:06:08.190 INFO E| Compiling flate2 v1.0.25
30852026-02-16T23:06:11.871Z[ host-package] Compiling qorb v0.4.1
30862026-02-16T23:06:13.237Z[ helios-setup] Feb 16 23:06:11.767 INFO E| Compiling crypto-common v0.1.6
30872026-02-16T23:06:13.238Z[ helios-setup] Feb 16 23:06:11.767 INFO E| Compiling block-buffer v0.10.3
30882026-02-16T23:06:13.447Z[ helios-setup] Feb 16 23:06:11.977 INFO E| Compiling digest v0.10.3
30892026-02-16T23:06:13.797Z[ helios-setup] Feb 16 23:06:12.326 INFO E| Compiling sha2 v0.10.5
30902026-02-16T23:06:14.339Z[ helios-setup] Feb 16 23:06:12.867 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30912026-02-16T23:06:17.012Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30922026-02-16T23:06:17.677Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30932026-02-16T23:06:19.035Z[ helios-setup] Feb 16 23:06:17.564 INFO E| Finished `release` profile [optimized] target(s) in 12.35s
30942026-02-16T23:06:19.052Z[ helios-setup] Feb 16 23:06:17.580 INFO building project "bootserver" ok (12 seconds)
30952026-02-16T23:06:19.052Z[ helios-setup] Feb 16 23:06:17.580 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
30962026-02-16T23:06:19.178Z[ helios-setup] Feb 16 23:06:17.707 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
30972026-02-16T23:06:19.178Z[ helios-setup] Feb 16 23:06:17.707 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30982026-02-16T23:06:19.181Z[ helios-setup] Feb 16 23:06:17.707 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30992026-02-16T23:06:19.579Z[ helios-setup] Feb 16 23:06:18.107 INFO E| Downloading crates ...
31002026-02-16T23:06:19.649Z[ helios-setup] Feb 16 23:06:18.178 INFO E| Downloaded miniz_oxide v0.8.8
31012026-02-16T23:06:19.712Z[ helios-setup] Feb 16 23:06:18.241 INFO E| Compiling adler2 v2.0.0
31022026-02-16T23:06:19.876Z[ helios-setup] Feb 16 23:06:18.404 INFO E| Compiling miniz_oxide v0.8.8
31032026-02-16T23:06:22.023Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31042026-02-16T23:06:22.648Z[ helios-setup] Feb 16 23:06:21.176 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31052026-02-16T23:06:23.598Z[ helios-setup] Feb 16 23:06:22.126 INFO E| Finished `release` profile [optimized] target(s) in 4.28s
31062026-02-16T23:06:23.611Z[ helios-setup] Feb 16 23:06:22.138 INFO building project "pinprick" ok (4 seconds)
31072026-02-16T23:06:23.614Z[ helios-setup] Feb 16 23:06:22.138 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31082026-02-16T23:06:23.787Z[ helios-setup] Feb 16 23:06:22.315 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
31092026-02-16T23:06:23.787Z[ helios-setup] Feb 16 23:06:22.315 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31102026-02-16T23:06:23.787Z[ helios-setup] Feb 16 23:06:22.315 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31112026-02-16T23:06:24.326Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31122026-02-16T23:06:24.329Z[ helios-setup] Feb 16 23:06:22.855 INFO E| Downloading crates ...
31132026-02-16T23:06:24.396Z[ host-package] Compiling derive_more v2.0.1
31142026-02-16T23:06:24.450Z[ helios-setup] Feb 16 23:06:22.978 INFO E| Downloaded time-core v0.1.4
31152026-02-16T23:06:24.482Z[ helios-setup] Feb 16 23:06:23.010 INFO E| Downloaded fastrand v2.3.0
31162026-02-16T23:06:24.485Z[ helios-setup] Feb 16 23:06:23.012 INFO E| Downloaded darling_macro v0.20.11
31172026-02-16T23:06:24.488Z[ helios-setup] Feb 16 23:06:23.013 INFO E| Downloaded anyhow v1.0.98
31182026-02-16T23:06:24.491Z[ helios-setup] Feb 16 23:06:23.019 INFO E| Downloaded deranged v0.4.0
31192026-02-16T23:06:24.522Z[ helios-setup] Feb 16 23:06:23.050 INFO E| Downloaded time-macros v0.2.22
31202026-02-16T23:06:24.526Z[ helios-setup] Feb 16 23:06:23.054 INFO E| Downloaded serde_with_macros v3.12.0
31212026-02-16T23:06:24.531Z[ helios-setup] Feb 16 23:06:23.059 INFO E| Downloaded darling v0.20.11
31222026-02-16T23:06:24.538Z[ helios-setup] Feb 16 23:06:23.066 INFO E| Downloaded bitflags v2.9.1
31232026-02-16T23:06:24.545Z[ helios-setup] Feb 16 23:06:23.073 INFO E| Downloaded getrandom v0.3.3
31242026-02-16T23:06:24.551Z[ helios-setup] Feb 16 23:06:23.079 INFO E| Downloaded darling_core v0.20.11
31252026-02-16T23:06:24.560Z[ helios-setup] Feb 16 23:06:23.088 INFO E| Downloaded indexmap v2.9.0
31262026-02-16T23:06:24.567Z[ helios-setup] Feb 16 23:06:23.095 INFO E| Downloaded tempfile v3.20.0
31272026-02-16T23:06:24.572Z[ helios-setup] Feb 16 23:06:23.099 INFO E| Downloaded time v0.3.41
31282026-02-16T23:06:24.585Z[ helios-setup] Feb 16 23:06:23.113 INFO E| Downloaded serde_with v3.12.0
31292026-02-16T23:06:24.598Z[ helios-setup] Feb 16 23:06:23.126 INFO E| Downloaded hashbrown v0.15.3
31302026-02-16T23:06:24.607Z[ helios-setup] Feb 16 23:06:23.134 INFO E| Downloaded chrono v0.4.41
31312026-02-16T23:06:24.626Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31322026-02-16T23:06:24.629Z[ helios-setup] Feb 16 23:06:23.154 INFO E| Downloaded rustix v1.0.7
31332026-02-16T23:06:24.731Z[ helios-setup] Feb 16 23:06:23.258 INFO E| Compiling proc-macro2 v1.0.95
31342026-02-16T23:06:24.731Z[ helios-setup] Feb 16 23:06:23.259 INFO E| Compiling unicode-ident v1.0.18
31352026-02-16T23:06:24.731Z[ helios-setup] Feb 16 23:06:23.259 INFO E| Compiling libc v0.2.172
31362026-02-16T23:06:24.734Z[ helios-setup] Feb 16 23:06:23.259 INFO E| Compiling strsim v0.11.1
31372026-02-16T23:06:24.734Z[ helios-setup] Feb 16 23:06:23.259 INFO E| Compiling ident_case v1.0.1
31382026-02-16T23:06:24.735Z[ helios-setup] Feb 16 23:06:23.259 INFO E| Compiling fnv v1.0.7
31392026-02-16T23:06:24.735Z[ helios-setup] Feb 16 23:06:23.259 INFO E| Compiling serde v1.0.219
31402026-02-16T23:06:24.735Z[ helios-setup] Feb 16 23:06:23.259 INFO E| Compiling rustix v1.0.7
31412026-02-16T23:06:25.277Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31422026-02-16T23:06:25.487Z[ host-package] Compiling vte_generate_state_changes v0.1.2
31432026-02-16T23:06:25.610Z[ helios-setup] Feb 16 23:06:24.138 INFO E| Compiling getrandom v0.3.3
31442026-02-16T23:06:25.924Z[ helios-setup] Feb 16 23:06:24.452 INFO E| Compiling anyhow v1.0.98
31452026-02-16T23:06:26.010Z[ host-package] Compiling termtree v0.5.1
31462026-02-16T23:06:26.097Z[ helios-setup] Feb 16 23:06:24.624 INFO E| Compiling cfg-if v1.0.0
31472026-02-16T23:06:26.457Z[ helios-setup] Feb 16 23:06:24.985 INFO E| Compiling bitflags v2.9.1
31482026-02-16T23:06:26.549Z[ helios-setup] Feb 16 23:06:25.071 INFO E| Compiling serde_json v1.0.140
31492026-02-16T23:06:26.604Z[ host-package] Compiling siphasher v1.0.1
31502026-02-16T23:06:26.819Z[ helios-setup] Feb 16 23:06:25.347 INFO E| Compiling thiserror v2.0.12
31512026-02-16T23:06:27.009Z[ helios-setup] Feb 16 23:06:25.537 INFO E| Compiling memchr v2.7.4
31522026-02-16T23:06:27.361Z[ helios-setup] Feb 16 23:06:25.888 INFO E| Compiling fastrand v2.3.0
31532026-02-16T23:06:27.370Z[ host-package] Compiling vte v0.11.1
31542026-02-16T23:06:27.391Z[ helios-setup] Feb 16 23:06:25.918 INFO E| Compiling ryu v1.0.20
31552026-02-16T23:06:27.510Z[ host-package] Compiling phf_shared v0.12.1
31562026-02-16T23:06:28.136Z[ helios-setup] Feb 16 23:06:26.663 INFO E| Compiling quote v1.0.40
31572026-02-16T23:06:28.242Z[ helios-setup] Feb 16 23:06:26.767 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
31582026-02-16T23:06:28.665Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31592026-02-16T23:06:28.665Z[ helios-setup] Feb 16 23:06:27.176 INFO E| Compiling errno v0.3.12
31602026-02-16T23:06:28.715Z[ helios-setup] Feb 16 23:06:27.242 INFO E| Compiling syn v2.0.101
31612026-02-16T23:06:28.845Z[ helios-setup] Feb 16 23:06:27.372 INFO E| Compiling once_cell v1.21.3
31622026-02-16T23:06:28.946Z[ helios-setup] Feb 16 23:06:27.473 INFO E| Compiling itoa v1.0.15
31632026-02-16T23:06:29.344Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31642026-02-16T23:06:30.698Z[ host-package] Compiling crossterm v0.29.0
31652026-02-16T23:06:32.081Z[ helios-setup] Feb 16 23:06:30.608 INFO E| Compiling tempfile v3.20.0
31662026-02-16T23:06:36.087Z[ helios-setup] Feb 16 23:06:34.613 INFO E| Compiling darling_core v0.20.11
31672026-02-16T23:06:38.598Z[ helios-setup] Feb 16 23:06:37.124 INFO E| Compiling serde_derive v1.0.219
31682026-02-16T23:06:38.599Z[ helios-setup] Feb 16 23:06:37.124 INFO E| Compiling thiserror-impl v2.0.12
31692026-02-16T23:06:39.208Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31702026-02-16T23:06:39.993Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31712026-02-16T23:06:41.711Z[ host-package] Compiling csv-core v0.1.11
31722026-02-16T23:06:41.772Z[ host-package] Compiling chrono-tz v0.10.4
31732026-02-16T23:06:41.995Z[ helios-setup] Feb 16 23:06:40.519 INFO E| Compiling darling_macro v0.20.11
31742026-02-16T23:06:42.679Z[ host-package] Compiling csv v1.3.1
31752026-02-16T23:06:42.795Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31762026-02-16T23:06:43.366Z[ host-package] Compiling strip-ansi-escapes v0.2.0
31772026-02-16T23:06:43.441Z[ helios-setup] Feb 16 23:06:41.964 INFO E| Compiling darling v0.20.11
31782026-02-16T23:06:43.583Z[ helios-setup] Feb 16 23:06:42.106 INFO E| Compiling serde_with_macros v3.12.0
31792026-02-16T23:06:44.498Z[ host-package] Compiling phf v0.12.1
31802026-02-16T23:06:45.156Z[ host-package] Compiling const_format_proc_macros v0.2.34
31812026-02-16T23:06:45.301Z[ host-package] Compiling papergrid v0.11.0
31822026-02-16T23:06:47.014Z[ host-package] Compiling tabled_derive v0.7.0
31832026-02-16T23:06:47.462Z[ host-package] Compiling fd-lock v4.0.2
31842026-02-16T23:06:47.770Z[ host-package] Compiling peg-macros v0.8.5
31852026-02-16T23:06:47.897Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31862026-02-16T23:06:49.074Z[ host-package] Compiling nu-ansi-term v0.50.1
31872026-02-16T23:06:49.320Z[ host-package] Compiling highway v1.3.0
31882026-02-16T23:06:49.879Z[ host-package] Compiling reedline v0.40.0
31892026-02-16T23:06:50.438Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31902026-02-16T23:06:51.077Z[ host-package] Compiling tabled v0.15.0
31912026-02-16T23:06:51.147Z[ host-package] Compiling peg v0.8.5
31922026-02-16T23:06:51.638Z[ host-package] Compiling tough v0.20.0
31932026-02-16T23:06:53.260Z[ helios-setup] Feb 16 23:06:51.783 INFO E| Compiling serde_with v3.12.0
31942026-02-16T23:06:53.458Z[ host-package] Compiling const_format v0.2.34
31952026-02-16T23:06:59.925Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-02-16T23:07:03.808Z[ helios-setup] Feb 16 23:07:02.330 INFO E| Finished `release` profile [optimized] target(s) in 39.87s
31972026-02-16T23:07:03.841Z[ helios-setup] Feb 16 23:07:02.362 INFO building project "dmar-report" ok (40 seconds)
31982026-02-16T23:07:03.843Z[ helios-setup] Feb 16 23:07:02.362 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31992026-02-16T23:07:03.952Z[ helios-setup] Feb 16 23:07:02.473 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
32002026-02-16T23:07:03.952Z[ helios-setup] Feb 16 23:07:02.473 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32012026-02-16T23:07:03.955Z[ helios-setup] Feb 16 23:07:02.473 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32022026-02-16T23:07:04.272Z[ helios-setup] Feb 16 23:07:02.793 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
32032026-02-16T23:07:05.137Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32042026-02-16T23:07:07.044Z[ helios-setup] Feb 16 23:07:05.565 INFO E| From https://github.com/oxidecomputer/progenitor
32052026-02-16T23:07:07.044Z[ helios-setup] Feb 16 23:07:05.565 INFO E| * [new ref] 5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 -> refs/commit/5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952
32062026-02-16T23:07:07.177Z[ helios-setup] Feb 16 23:07:05.698 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32072026-02-16T23:07:07.654Z[ helios-setup] Feb 16 23:07:06.175 INFO E| From https://github.com/jclulow/hiercmd
32082026-02-16T23:07:07.654Z[ helios-setup] Feb 16 23:07:06.175 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32092026-02-16T23:07:07.675Z[ helios-setup] Feb 16 23:07:06.196 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32102026-02-16T23:07:08.063Z[ helios-setup] Feb 16 23:07:06.584 INFO E| From https://github.com/oxidecomputer/network-interface
32112026-02-16T23:07:08.063Z[ helios-setup] Feb 16 23:07:06.584 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32122026-02-16T23:07:08.100Z[ helios-setup] Feb 16 23:07:06.621 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32132026-02-16T23:07:08.436Z[ host-package] Compiling bcs v0.1.6
32142026-02-16T23:07:08.547Z[ helios-setup] Feb 16 23:07:07.068 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32152026-02-16T23:07:08.547Z[ helios-setup] Feb 16 23:07:07.068 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32162026-02-16T23:07:08.581Z[ helios-setup] Feb 16 23:07:07.102 INFO E| Updating crates.io index
32172026-02-16T23:07:09.075Z[ host-package] Compiling semver v0.1.20
32182026-02-16T23:07:09.116Z[ helios-setup] Feb 16 23:07:07.637 INFO E| Downloading crates ...
32192026-02-16T23:07:09.306Z[ helios-setup] Feb 16 23:07:07.826 INFO E| Downloaded bitfield v0.19.3
32202026-02-16T23:07:09.309Z[ helios-setup] Feb 16 23:07:07.829 INFO E| Downloaded adler2 v2.0.1
32212026-02-16T23:07:09.312Z[ helios-setup] Feb 16 23:07:07.832 INFO E| Downloaded anstream v0.6.21
32222026-02-16T23:07:09.317Z[ helios-setup] Feb 16 23:07:07.838 INFO E| Downloaded cc v1.2.44
32232026-02-16T23:07:09.322Z[ helios-setup] Feb 16 23:07:07.843 INFO E| Downloaded errno v0.3.14
32242026-02-16T23:07:09.325Z[ helios-setup] Feb 16 23:07:07.846 INFO E| Downloaded const-random-macro v0.1.16
32252026-02-16T23:07:09.328Z[ helios-setup] Feb 16 23:07:07.848 INFO E| Downloaded anstyle v1.0.13
32262026-02-16T23:07:09.331Z[ helios-setup] Feb 16 23:07:07.850 INFO E| Downloaded crc32fast v1.5.0
32272026-02-16T23:07:09.333Z[ helios-setup] Feb 16 23:07:07.853 INFO E| Downloaded icu_properties_data v2.1.1
32282026-02-16T23:07:09.349Z[ helios-setup] Feb 16 23:07:07.869 INFO E| Downloaded tokio-tungstenite v0.28.0
32292026-02-16T23:07:09.351Z[ helios-setup] Feb 16 23:07:07.872 INFO E| Downloaded serde_json v1.0.145
32302026-02-16T23:07:09.362Z[ helios-setup] Feb 16 23:07:07.883 INFO E| Downloaded toml_datetime v0.7.3
32312026-02-16T23:07:09.365Z[ helios-setup] Feb 16 23:07:07.885 INFO E| Downloaded autocfg v1.5.0
32322026-02-16T23:07:09.368Z[ helios-setup] Feb 16 23:07:07.887 INFO E| Downloaded libdevinfo-sys v1.1.0
32332026-02-16T23:07:09.371Z[ helios-setup] Feb 16 23:07:07.889 INFO E| Downloaded is-terminal v0.4.17
32342026-02-16T23:07:09.371Z[ helios-setup] Feb 16 23:07:07.891 INFO E| Downloaded miniz_oxide v0.8.9
32352026-02-16T23:07:09.373Z[ helios-setup] Feb 16 23:07:07.894 INFO E| Downloaded toml_parser v1.0.4
32362026-02-16T23:07:09.378Z[ helios-setup] Feb 16 23:07:07.899 INFO E| Downloaded thin-vec v0.2.14
32372026-02-16T23:07:09.380Z[ helios-setup] Feb 16 23:07:07.901 INFO E| Downloaded yoke-derive v0.8.1
32382026-02-16T23:07:09.383Z[ helios-setup] Feb 16 23:07:07.903 INFO E| Downloaded typify-macro v0.5.0
32392026-02-16T23:07:09.383Z[ helios-setup] Feb 16 23:07:07.904 INFO E| Downloaded slab v0.4.11
32402026-02-16T23:07:09.386Z[ helios-setup] Feb 16 23:07:07.906 INFO E| Downloaded zerofrom v0.1.6
32412026-02-16T23:07:09.389Z[ helios-setup] Feb 16 23:07:07.907 INFO E| Downloaded zerofrom-derive v0.1.6
32422026-02-16T23:07:09.389Z[ helios-setup] Feb 16 23:07:07.909 INFO E| Downloaded unty v0.0.4
32432026-02-16T23:07:09.392Z[ helios-setup] Feb 16 23:07:07.911 INFO E| Downloaded colorchoice v1.0.4
32442026-02-16T23:07:09.392Z[ helios-setup] Feb 16 23:07:07.912 INFO E| Downloaded proc-macro-crate v3.4.0
32452026-02-16T23:07:09.395Z[ helios-setup] Feb 16 23:07:07.914 INFO E| Downloaded thiserror v2.0.17
32462026-02-16T23:07:09.401Z[ helios-setup] Feb 16 23:07:07.922 INFO E| Downloaded serde_spanned v1.0.3
32472026-02-16T23:07:09.404Z[ helios-setup] Feb 16 23:07:07.924 INFO E| Downloaded stable_deref_trait v1.2.1
32482026-02-16T23:07:09.406Z[ helios-setup] Feb 16 23:07:07.925 INFO E| Downloaded smartstring v1.0.1
32492026-02-16T23:07:09.409Z[ helios-setup] Feb 16 23:07:07.928 INFO E| Downloaded tinystr v0.8.2
32502026-02-16T23:07:09.412Z[ helios-setup] Feb 16 23:07:07.931 INFO E| Downloaded generic-array v0.14.9
32512026-02-16T23:07:09.414Z[ helios-setup] Feb 16 23:07:07.933 INFO E| Downloaded anstyle-query v1.1.4
32522026-02-16T23:07:09.414Z[ helios-setup] Feb 16 23:07:07.935 INFO E| Downloaded thiserror-impl v2.0.17
32532026-02-16T23:07:09.417Z[ helios-setup] Feb 16 23:07:07.937 INFO E| Downloaded terminal_size v0.4.3
32542026-02-16T23:07:09.420Z[ helios-setup] Feb 16 23:07:07.939 INFO E| Downloaded pin-project-lite v0.2.16
32552026-02-16T23:07:09.426Z[ helios-setup] Feb 16 23:07:07.947 INFO E| Downloaded zeroize v1.8.2
32562026-02-16T23:07:09.428Z[ helios-setup] Feb 16 23:07:07.949 INFO E| Downloaded writeable v0.6.2
32572026-02-16T23:07:09.431Z[ helios-setup] Feb 16 23:07:07.952 INFO E| Downloaded tls_codec_derive v0.4.2
32582026-02-16T23:07:09.434Z[ helios-setup] Feb 16 23:07:07.955 INFO E| Downloaded spin v0.5.2
32592026-02-16T23:07:09.437Z[ helios-setup] Feb 16 23:07:07.957 INFO E| Downloaded toml_writer v1.0.4
32602026-02-16T23:07:09.439Z[ helios-setup] Feb 16 23:07:07.959 INFO E| Downloaded yoke v0.8.1
32612026-02-16T23:07:09.442Z[ helios-setup] Feb 16 23:07:07.962 INFO E| Downloaded unicode-ident v1.0.22
32622026-02-16T23:07:09.445Z[ helios-setup] Feb 16 23:07:07.966 INFO E| Downloaded virtue v0.0.18
32632026-02-16T23:07:09.449Z[ helios-setup] Feb 16 23:07:07.970 INFO E| Downloaded zerovec-derive v0.11.2
32642026-02-16T23:07:09.452Z[ helios-setup] Feb 16 23:07:07.973 INFO E| Downloaded thread_local v1.1.9
32652026-02-16T23:07:09.455Z[ helios-setup] Feb 16 23:07:07.975 INFO E| Downloaded potential_utf v0.1.4
32662026-02-16T23:07:09.457Z[ helios-setup] Feb 16 23:07:07.977 INFO E| Downloaded no-std-compat v0.4.1
32672026-02-16T23:07:09.460Z[ helios-setup] Feb 16 23:07:07.979 INFO E| Downloaded quote v1.0.41
32682026-02-16T23:07:09.463Z[ helios-setup] Feb 16 23:07:07.983 INFO E| Downloaded typify v0.5.0
32692026-02-16T23:07:09.469Z[ helios-setup] Feb 16 23:07:07.990 INFO E| Downloaded uuid v1.18.1
32702026-02-16T23:07:09.474Z[ helios-setup] Feb 16 23:07:07.995 INFO E| Downloaded zerotrie v0.2.3
32712026-02-16T23:07:09.480Z[ helios-setup] Feb 16 23:07:08.000 INFO E| Downloaded typenum v1.19.0
32722026-02-16T23:07:09.514Z[ helios-setup] Feb 16 23:07:08.035 INFO E| Downloaded url v2.5.7
32732026-02-16T23:07:09.520Z[ helios-setup] Feb 16 23:07:08.041 INFO E| Downloaded time v0.3.44
32742026-02-16T23:07:09.533Z[ helios-setup] Feb 16 23:07:08.054 INFO E| Downloaded zerovec v0.11.5
32752026-02-16T23:07:09.541Z[ helios-setup] Feb 16 23:07:08.062 INFO E| Downloaded tokio-util v0.7.16
32762026-02-16T23:07:09.552Z[ helios-setup] Feb 16 23:07:08.073 INFO E| Downloaded parking_lot_core v0.9.12
32772026-02-16T23:07:09.556Z[ helios-setup] Feb 16 23:07:08.077 INFO E| Downloaded winnow v0.7.13
32782026-02-16T23:07:09.569Z[ helios-setup] Feb 16 23:07:08.090 INFO E| Downloaded proc-macro2 v1.0.103
32792026-02-16T23:07:09.573Z[ helios-setup] Feb 16 23:07:08.094 INFO E| Downloaded flate2 v1.1.5
32802026-02-16T23:07:09.580Z[ helios-setup] Feb 16 23:07:08.101 INFO E| Downloaded icu_properties v2.1.1
32812026-02-16T23:07:09.584Z[ helios-setup] Feb 16 23:07:08.105 INFO E| Downloaded clap v4.5.51
32822026-02-16T23:07:09.596Z[ helios-setup] Feb 16 23:07:08.116 INFO E| Downloaded log v0.4.28
32832026-02-16T23:07:09.600Z[ helios-setup] Feb 16 23:07:08.121 INFO E| Downloaded bytes v1.10.1
32842026-02-16T23:07:09.606Z[ helios-setup] Feb 16 23:07:08.127 INFO E| Downloaded unicode-width v0.2.2
32852026-02-16T23:07:09.616Z[ helios-setup] Feb 16 23:07:08.136 INFO E| Downloaded icu_normalizer v2.1.1
32862026-02-16T23:07:09.620Z[ helios-setup] Feb 16 23:07:08.141 INFO E| Downloaded mio v1.1.0
32872026-02-16T23:07:09.628Z[ helios-setup] Feb 16 23:07:08.149 INFO E| Downloaded memchr v2.7.6
32882026-02-16T23:07:09.634Z[ helios-setup] Feb 16 23:07:08.155 INFO E| Downloaded hyper-util v0.1.17
32892026-02-16T23:07:09.652Z[ helios-setup] Feb 16 23:07:08.173 INFO E| Downloaded indexmap v2.12.0
32902026-02-16T23:07:09.658Z[ helios-setup] Feb 16 23:07:08.179 INFO E| Downloaded aho-corasick v1.1.4
32912026-02-16T23:07:09.669Z[ helios-setup] Feb 16 23:07:08.190 INFO E| Downloaded http v1.3.1
32922026-02-16T23:07:09.674Z[ helios-setup] Feb 16 23:07:08.195 INFO E| Downloaded num-bigint-dig v0.8.4
32932026-02-16T23:07:09.680Z[ helios-setup] Feb 16 23:07:08.201 INFO E| Downloaded libm v0.2.15
32942026-02-16T23:07:09.695Z[ helios-setup] Feb 16 23:07:08.216 INFO E| Downloaded idna v1.1.0
32952026-02-16T23:07:09.701Z[ helios-setup] Feb 16 23:07:08.221 INFO E| Downloaded hyper v1.7.0
32962026-02-16T23:07:09.709Z[ helios-setup] Feb 16 23:07:08.230 INFO E| Downloaded regex v1.12.2
32972026-02-16T23:07:09.717Z[ helios-setup] Feb 16 23:07:08.238 INFO E| Downloaded typify-impl v0.5.0
32982026-02-16T23:07:09.737Z[ helios-setup] Feb 16 23:07:08.257 INFO E| Downloaded portable-atomic v1.11.1
32992026-02-16T23:07:09.746Z[ host-package] Compiling rustc_version v0.1.7
33002026-02-16T23:07:09.782Z[ helios-setup] Feb 16 23:07:08.303 INFO E| Downloaded h2 v0.4.12
33012026-02-16T23:07:09.800Z[ helios-setup] Feb 16 23:07:08.314 INFO E| Downloaded hashbrown v0.16.0
33022026-02-16T23:07:09.803Z[ helios-setup] Feb 16 23:07:08.322 INFO E| Downloaded clap_builder v4.5.51
33032026-02-16T23:07:09.812Z[ helios-setup] Feb 16 23:07:08.333 INFO E| Downloaded chrono v0.4.42
33042026-02-16T23:07:09.830Z[ helios-setup] Feb 16 23:07:08.351 INFO E| Downloaded iddqd v0.3.14
33052026-02-16T23:07:09.840Z[ helios-setup] Feb 16 23:07:08.361 INFO E| Downloaded icu_locale_core v2.1.1
33062026-02-16T23:07:09.851Z[ helios-setup] Feb 16 23:07:08.370 INFO E| Downloaded syn v2.0.108
33072026-02-16T23:07:09.867Z[ helios-setup] Feb 16 23:07:08.388 INFO E| Downloaded rhai v1.23.6
33082026-02-16T23:07:09.884Z[ helios-setup] Feb 16 23:07:08.405 INFO E| Downloaded regress v0.10.5
33092026-02-16T23:07:09.897Z[ helios-setup] Feb 16 23:07:08.418 INFO E| Downloaded dropshot v0.16.4
33102026-02-16T23:07:09.932Z[ helios-setup] Feb 16 23:07:08.452 INFO E| Downloaded regex-syntax v0.8.8
33112026-02-16T23:07:09.943Z[ helios-setup] Feb 16 23:07:08.464 INFO E| Downloaded rustls-pki-types v1.13.0
33122026-02-16T23:07:09.951Z[ helios-setup] Feb 16 23:07:08.471 INFO E| Downloaded rustix v1.1.2
33132026-02-16T23:07:09.992Z[ helios-setup] Feb 16 23:07:08.513 INFO E| Downloaded icu_normalizer_data v2.1.1
33142026-02-16T23:07:09.996Z[ helios-setup] Feb 16 23:07:08.516 INFO E| Downloaded dropshot_endpoint v0.16.4
33152026-02-16T23:07:10.002Z[ helios-setup] Feb 16 23:07:08.523 INFO E| Downloaded icu_provider v2.1.1
33162026-02-16T23:07:10.006Z[ helios-setup] Feb 16 23:07:08.527 INFO E| Downloaded clap_derive v4.5.49
33172026-02-16T23:07:10.010Z[ helios-setup] Feb 16 23:07:08.531 INFO E| Downloaded term v1.2.0
33182026-02-16T23:07:10.015Z[ helios-setup] Feb 16 23:07:08.536 INFO E| Downloaded tokio v1.48.0
33192026-02-16T23:07:10.068Z[ helios-setup] Feb 16 23:07:08.589 INFO E| Downloaded tempfile v3.23.0
33202026-02-16T23:07:10.072Z[ helios-setup] Feb 16 23:07:08.593 INFO E| Downloaded num_enum_derive v0.7.5
33212026-02-16T23:07:10.075Z[ helios-setup] Feb 16 23:07:08.594 INFO E| Downloaded anyhow v1.0.100
33222026-02-16T23:07:10.079Z[ helios-setup] Feb 16 23:07:08.600 INFO E| Downloaded signal-hook-registry v1.4.6
33232026-02-16T23:07:10.083Z[ helios-setup] Feb 16 23:07:08.602 INFO E| Downloaded parking_lot v0.12.5
33242026-02-16T23:07:10.086Z[ helios-setup] Feb 16 23:07:08.605 INFO E| Downloaded num_enum v0.7.5
33252026-02-16T23:07:10.092Z[ helios-setup] Feb 16 23:07:08.613 INFO E| Downloaded iana-time-zone v0.1.64
33262026-02-16T23:07:10.096Z[ helios-setup] Feb 16 23:07:08.617 INFO E| Downloaded tracing v0.1.41
33272026-02-16T23:07:10.108Z[ helios-setup] Feb 16 23:07:08.628 INFO E| Downloaded regex-automata v0.4.13
33282026-02-16T23:07:10.130Z[ helios-setup] Feb 16 23:07:08.651 INFO E| Downloaded sync_wrapper v1.0.2
33292026-02-16T23:07:10.133Z[ helios-setup] Feb 16 23:07:08.652 INFO E| Downloaded rhai_codegen v3.1.0
33302026-02-16T23:07:10.143Z[ helios-setup] Feb 16 23:07:08.664 INFO E| Downloaded litemap v0.8.1
33312026-02-16T23:07:10.146Z[ helios-setup] Feb 16 23:07:08.667 INFO E| Downloaded tracing-core v0.1.34
33322026-02-16T23:07:10.158Z[ helios-setup] Feb 16 23:07:08.679 INFO E| Downloaded bincode v2.0.1
33332026-02-16T23:07:10.161Z[ helios-setup] Feb 16 23:07:08.681 INFO E| Downloaded synstructure v0.13.2
33342026-02-16T23:07:10.161Z[ helios-setup] Feb 16 23:07:08.682 INFO E| Downloaded lock_api v0.4.14
33352026-02-16T23:07:10.164Z[ helios-setup] Feb 16 23:07:08.684 INFO E| Downloaded base64ct v1.8.0
33362026-02-16T23:07:10.168Z[ helios-setup] Feb 16 23:07:08.687 INFO E| Downloaded getopts v0.2.24
33372026-02-16T23:07:10.172Z[ helios-setup] Feb 16 23:07:08.689 INFO E| Downloaded bitflags v2.10.0
33382026-02-16T23:07:10.175Z[ helios-setup] Feb 16 23:07:08.696 INFO E| Downloaded tungstenite v0.28.0
33392026-02-16T23:07:10.180Z[ helios-setup] Feb 16 23:07:08.701 INFO E| Downloaded libc v0.2.177
33402026-02-16T23:07:10.222Z[ helios-setup] Feb 16 23:07:08.743 INFO E| Downloaded toml_edit v0.23.7
33412026-02-16T23:07:10.225Z[ helios-setup] Feb 16 23:07:08.744 INFO E| Downloaded camino v1.2.1
33422026-02-16T23:07:10.228Z[ helios-setup] Feb 16 23:07:08.747 INFO E| Downloaded pkg-config v0.3.32
33432026-02-16T23:07:10.228Z[ helios-setup] Feb 16 23:07:08.749 INFO E| Downloaded httparse v1.10.1
33442026-02-16T23:07:10.232Z[ helios-setup] Feb 16 23:07:08.753 INFO E| Downloaded getrandom v0.2.16
33452026-02-16T23:07:10.236Z[ helios-setup] Feb 16 23:07:08.757 INFO E| Downloaded ppv-lite86 v0.2.21
33462026-02-16T23:07:10.239Z[ helios-setup] Feb 16 23:07:08.759 INFO E| Downloaded is_terminal_polyfill v1.70.2
33472026-02-16T23:07:10.241Z[ helios-setup] Feb 16 23:07:08.760 INFO E| Downloaded deranged v0.5.5
33482026-02-16T23:07:10.244Z[ helios-setup] Feb 16 23:07:08.763 INFO E| Downloaded clap_lex v0.7.6
33492026-02-16T23:07:10.244Z[ host-package] Compiling newtype_derive v0.1.6
33502026-02-16T23:07:10.244Z[ helios-setup] Feb 16 23:07:08.764 INFO E| Downloaded anstyle-parse v0.2.7
33512026-02-16T23:07:10.247Z[ helios-setup] Feb 16 23:07:08.767 INFO E| Downloaded idna_adapter v1.2.1
33522026-02-16T23:07:10.249Z[ helios-setup] Feb 16 23:07:08.768 INFO E| Downloaded hostname v0.4.1
33532026-02-16T23:07:10.254Z[ helios-setup] Feb 16 23:07:08.771 INFO E| Downloaded devinfo v0.1.0
33542026-02-16T23:07:10.254Z[ helios-setup] Feb 16 23:07:08.773 INFO E| Downloaded toml v0.9.8
33552026-02-16T23:07:10.258Z[ helios-setup] Feb 16 23:07:08.778 INFO E| Downloaded tls_codec v0.4.2
33562026-02-16T23:07:10.260Z[ helios-setup] Feb 16 23:07:08.781 INFO E| Downloaded icu_collections v2.1.1
33572026-02-16T23:07:10.270Z[ helios-setup] Feb 16 23:07:08.791 INFO E| Downloaded flagset v0.4.7
33582026-02-16T23:07:10.273Z[ helios-setup] Feb 16 23:07:08.793 INFO E| Downloaded find-msvc-tools v0.1.4
33592026-02-16T23:07:10.276Z[ helios-setup] Feb 16 23:07:08.795 INFO E| Downloaded env_filter v0.1.4
33602026-02-16T23:07:10.276Z[ helios-setup] Feb 16 23:07:08.797 INFO E| Downloaded crunchy v0.2.4
33612026-02-16T23:07:10.279Z[ helios-setup] Feb 16 23:07:08.798 INFO E| Downloaded crc v3.3.0
33622026-02-16T23:07:10.282Z[ helios-setup] Feb 16 23:07:08.801 INFO E| Downloaded const-random v0.1.18
33632026-02-16T23:07:10.282Z[ helios-setup] Feb 16 23:07:08.802 INFO E| Downloaded bincode_derive v2.0.1
33642026-02-16T23:07:10.285Z[ helios-setup] Feb 16 23:07:08.804 INFO E| Downloaded bitfield-macros v0.19.3
33652026-02-16T23:07:10.311Z[ helios-setup] Feb 16 23:07:08.832 INFO E| Downloaded encoding_rs v0.8.35
33662026-02-16T23:07:10.533Z[ helios-setup] Feb 16 23:07:09.054 INFO E| Compiling proc-macro2 v1.0.103
33672026-02-16T23:07:10.533Z[ helios-setup] Feb 16 23:07:09.054 INFO E| Compiling quote v1.0.41
33682026-02-16T23:07:10.533Z[ helios-setup] Feb 16 23:07:09.054 INFO E| Compiling unicode-ident v1.0.22
33692026-02-16T23:07:10.536Z[ helios-setup] Feb 16 23:07:09.054 INFO E| Compiling serde_core v1.0.228
33702026-02-16T23:07:10.536Z[ helios-setup] Feb 16 23:07:09.054 INFO E| Compiling libc v0.2.177
33712026-02-16T23:07:10.536Z[ helios-setup] Feb 16 23:07:09.054 INFO E| Compiling cfg-if v1.0.4
33722026-02-16T23:07:10.536Z[ helios-setup] Feb 16 23:07:09.054 INFO E| Compiling serde v1.0.228
33732026-02-16T23:07:10.536Z[ helios-setup] Feb 16 23:07:09.055 INFO E| Compiling autocfg v1.5.0
33742026-02-16T23:07:10.590Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33752026-02-16T23:07:10.869Z[ host-package] Compiling unicode-linebreak v0.1.5
33762026-02-16T23:07:11.223Z[ helios-setup] Feb 16 23:07:09.743 INFO E| Compiling version_check v0.9.5
33772026-02-16T23:07:11.323Z[ helios-setup] Feb 16 23:07:09.843 INFO E| Compiling memchr v2.7.6
33782026-02-16T23:07:11.655Z[ host-package] Compiling humantime v2.2.0
33792026-02-16T23:07:11.915Z[ host-package] Compiling smawk v0.3.2
33802026-02-16T23:07:12.367Z[ helios-setup] Feb 16 23:07:10.887 INFO E| Compiling itoa v1.0.15
33812026-02-16T23:07:12.627Z[ host-package] Compiling textwrap v0.16.2
33822026-02-16T23:07:12.745Z[ helios-setup] Feb 16 23:07:11.265 INFO E| Compiling serde_json v1.0.145
33832026-02-16T23:07:12.748Z[ helios-setup] Feb 16 23:07:11.266 INFO E| Compiling bytes v1.10.1
33842026-02-16T23:07:12.977Z[ helios-setup] Feb 16 23:07:11.497 INFO E| Compiling pin-project-lite v0.2.16
33852026-02-16T23:07:13.222Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
33862026-02-16T23:07:13.639Z[ helios-setup] Feb 16 23:07:12.159 INFO E| Compiling getrandom v0.3.4
33872026-02-16T23:07:13.762Z[ helios-setup] Feb 16 23:07:12.282 INFO E| Compiling futures-core v0.3.31
33882026-02-16T23:07:14.630Z[ helios-setup] Feb 16 23:07:13.149 INFO E| Compiling foldhash v0.2.0
33892026-02-16T23:07:14.758Z[ helios-setup] Feb 16 23:07:13.278 INFO E| Compiling libm v0.2.15
33902026-02-16T23:07:15.440Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33912026-02-16T23:07:15.865Z[ helios-setup] Feb 16 23:07:14.385 INFO E| Compiling equivalent v1.0.2
33922026-02-16T23:07:15.896Z[ helios-setup] Feb 16 23:07:14.416 INFO E| Compiling allocator-api2 v0.2.21
33932026-02-16T23:07:16.134Z[ helios-setup] Feb 16 23:07:14.653 INFO E| Compiling num-traits v0.2.19
33942026-02-16T23:07:16.320Z[ helios-setup] Feb 16 23:07:14.840 INFO E| Compiling parking_lot_core v0.9.12
33952026-02-16T23:07:16.549Z[ helios-setup] Feb 16 23:07:15.069 INFO E| Compiling syn v2.0.108
33962026-02-16T23:07:16.573Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33972026-02-16T23:07:16.839Z[ helios-setup] Feb 16 23:07:15.358 INFO E| Compiling const-oid v0.9.6
33982026-02-16T23:07:17.387Z[ host-package] Compiling steno v0.4.1
33992026-02-16T23:07:17.456Z[ helios-setup] Feb 16 23:07:15.974 INFO E| Compiling hashbrown v0.16.0
34002026-02-16T23:07:17.653Z[ helios-setup] Feb 16 23:07:16.172 INFO E| Compiling futures-sink v0.3.31
34012026-02-16T23:07:17.915Z[ helios-setup] Feb 16 23:07:16.434 INFO E| Compiling typenum v1.19.0
34022026-02-16T23:07:18.127Z[ helios-setup] Feb 16 23:07:16.646 INFO E| Compiling generic-array v0.14.9
34032026-02-16T23:07:18.865Z[ host-package] Compiling utf-8 v0.7.6
34042026-02-16T23:07:19.411Z[ helios-setup] Feb 16 23:07:17.930 INFO E| Compiling scopeguard v1.2.0
34052026-02-16T23:07:19.467Z[ host-package] Compiling moka v0.12.10
34062026-02-16T23:07:19.778Z[ host-package] Compiling tagptr v0.2.0
34072026-02-16T23:07:20.061Z[ helios-setup] Feb 16 23:07:18.580 INFO E| Compiling lock_api v0.4.14
34082026-02-16T23:07:20.481Z[ host-package] Compiling tungstenite v0.21.0
34092026-02-16T23:07:21.328Z[ helios-setup] Feb 16 23:07:19.847 INFO E| Compiling thiserror v2.0.17
34102026-02-16T23:07:22.334Z[ helios-setup] Feb 16 23:07:20.853 INFO E| Compiling slab v0.4.11
34112026-02-16T23:07:23.313Z[ helios-setup] Feb 16 23:07:21.831 INFO E| Compiling futures-channel v0.3.31
34122026-02-16T23:07:23.506Z[ helios-setup] Feb 16 23:07:22.024 INFO E| Compiling signal-hook-registry v1.4.6
34132026-02-16T23:07:23.865Z[ helios-setup] Feb 16 23:07:22.384 INFO E| Compiling mio v1.1.0
34142026-02-16T23:07:23.868Z[ helios-setup] Feb 16 23:07:22.384 INFO E| Compiling socket2 v0.6.1
34152026-02-16T23:07:24.063Z[ host-package] Compiling tokio-tungstenite v0.21.0
34162026-02-16T23:07:24.571Z[ helios-setup] Feb 16 23:07:23.089 INFO E| Compiling portable-atomic v1.11.1
34172026-02-16T23:07:24.742Z[ helios-setup] Feb 16 23:07:23.260 INFO E| Compiling ryu v1.0.20
34182026-02-16T23:07:25.254Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34192026-02-16T23:07:26.114Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34202026-02-16T23:07:26.182Z[ helios-setup] Feb 16 23:07:24.700 INFO E| Compiling rustversion v1.0.22
34212026-02-16T23:07:26.442Z[ helios-setup] Feb 16 23:07:24.960 INFO E| Compiling pin-utils v0.1.0
34222026-02-16T23:07:26.547Z[ helios-setup] Feb 16 23:07:25.065 INFO E| Compiling zerocopy v0.8.27
34232026-02-16T23:07:26.825Z[ helios-setup] Feb 16 23:07:25.343 INFO E| Compiling futures-io v0.3.31
34242026-02-16T23:07:26.876Z[ helios-setup] Feb 16 23:07:25.388 INFO E| Compiling futures-task v0.3.31
34252026-02-16T23:07:26.990Z[ host-package] Compiling hickory-resolver v0.25.2
34262026-02-16T23:07:27.420Z[ host-package] Compiling proc-macro-error2 v2.0.1
34272026-02-16T23:07:27.540Z[ helios-setup] Feb 16 23:07:26.058 INFO E| Compiling crypto-common v0.1.6
34282026-02-16T23:07:27.883Z[ helios-setup] Feb 16 23:07:26.401 INFO E| Compiling block-buffer v0.10.4
34292026-02-16T23:07:27.917Z[ helios-setup] Feb 16 23:07:26.435 INFO E| Compiling bitflags v2.10.0
34302026-02-16T23:07:28.096Z[ helios-setup] Feb 16 23:07:26.614 INFO E| Compiling log v0.4.28
34312026-02-16T23:07:28.381Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34322026-02-16T23:07:28.621Z[ helios-setup] Feb 16 23:07:27.139 INFO E| Compiling stable_deref_trait v1.2.1
34332026-02-16T23:07:28.727Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
34342026-02-16T23:07:29.152Z[ helios-setup] Feb 16 23:07:27.669 INFO E| Compiling fnv v1.0.7
34352026-02-16T23:07:29.486Z[ helios-setup] Feb 16 23:07:28.003 INFO E| Compiling once_cell v1.21.3
34362026-02-16T23:07:29.629Z[ helios-setup] Feb 16 23:07:28.147 INFO E| Compiling http v1.3.1
34372026-02-16T23:07:29.632Z[ helios-setup] Feb 16 23:07:28.148 INFO E| Compiling digest v0.10.7
34382026-02-16T23:07:29.675Z[ helios-setup] Feb 16 23:07:28.193 INFO E| Compiling indexmap v2.12.0
34392026-02-16T23:07:30.643Z[ helios-setup] Feb 16 23:07:29.160 INFO E| Compiling heck v0.5.0
34402026-02-16T23:07:30.646Z[ helios-setup] Feb 16 23:07:29.162 INFO E| Compiling cpufeatures v0.2.17
34412026-02-16T23:07:30.724Z[ helios-setup] Feb 16 23:07:29.241 INFO E| Compiling schemars v0.8.22
34422026-02-16T23:07:31.120Z[ helios-setup] Feb 16 23:07:29.637 INFO E| Compiling synstructure v0.13.2
34432026-02-16T23:07:31.667Z[ helios-setup] Feb 16 23:07:30.184 INFO E| Compiling serde_derive_internals v0.29.1
34442026-02-16T23:07:31.757Z[ helios-setup] Feb 16 23:07:30.275 INFO E| Compiling slog v2.8.2
34452026-02-16T23:07:32.970Z[ helios-setup] Feb 16 23:07:31.488 INFO E| Compiling iana-time-zone v0.1.64
34462026-02-16T23:07:33.856Z[ helios-setup] Feb 16 23:07:32.373 INFO E| Compiling httparse v1.10.1
34472026-02-16T23:07:34.601Z[ helios-setup] Feb 16 23:07:33.118 INFO E| Compiling find-msvc-tools v0.1.4
34482026-02-16T23:07:34.985Z[ helios-setup] Feb 16 23:07:33.501 INFO E| Compiling shlex v1.3.0
34492026-02-16T23:07:35.077Z[ helios-setup] Feb 16 23:07:33.593 INFO E| Compiling zeroize v1.8.2
34502026-02-16T23:07:35.764Z[ helios-setup] Feb 16 23:07:34.281 INFO E| Compiling cc v1.2.44
34512026-02-16T23:07:36.198Z[ helios-setup] Feb 16 23:07:34.714 INFO E| Compiling anyhow v1.0.100
34522026-02-16T23:07:37.871Z[ helios-setup] Feb 16 23:07:36.387 INFO E| Compiling serde_derive v1.0.228
34532026-02-16T23:07:38.008Z[ helios-setup] Feb 16 23:07:36.524 INFO E| Compiling tokio-macros v2.6.0
34542026-02-16T23:07:38.011Z[ helios-setup] Feb 16 23:07:36.524 INFO E| Compiling thiserror-impl v2.0.17
34552026-02-16T23:07:38.574Z[ helios-setup] Feb 16 23:07:37.091 INFO E| Compiling zerocopy-derive v0.8.27
34562026-02-16T23:07:39.553Z[ helios-setup] Feb 16 23:07:38.066 INFO E| Compiling futures-macro v0.3.31
34572026-02-16T23:07:40.316Z[ helios-setup] Feb 16 23:07:38.832 INFO E| Compiling zerofrom-derive v0.1.6
34582026-02-16T23:07:40.774Z[ helios-setup] Feb 16 23:07:39.290 INFO E| Compiling yoke-derive v0.8.1
34592026-02-16T23:07:41.249Z[ helios-setup] Feb 16 23:07:39.765 INFO E| Compiling zerovec-derive v0.11.2
34602026-02-16T23:07:41.307Z[ helios-setup] Feb 16 23:07:39.822 INFO E| Compiling displaydoc v0.2.5
34612026-02-16T23:07:41.952Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34622026-02-16T23:07:43.352Z[ helios-setup] Feb 16 23:07:41.867 INFO E| Compiling futures-util v0.3.31
34632026-02-16T23:07:43.966Z[ helios-setup] Feb 16 23:07:42.477 INFO E| Compiling schemars_derive v0.8.22
34642026-02-16T23:07:44.627Z[ helios-setup] Feb 16 23:07:43.142 INFO E| Compiling semver v1.0.27
34652026-02-16T23:07:45.657Z[ helios-setup] Feb 16 23:07:44.172 INFO E| Compiling getrandom v0.2.16
34662026-02-16T23:07:45.783Z[ helios-setup] Feb 16 23:07:44.297 INFO E| Compiling num-conv v0.1.0
34672026-02-16T23:07:45.897Z[ helios-setup] Feb 16 23:07:44.411 INFO E| Compiling time-core v0.1.6
34682026-02-16T23:07:46.244Z[ helios-setup] Feb 16 23:07:44.757 INFO E| Compiling zerofrom v0.1.6
34692026-02-16T23:07:46.616Z[ helios-setup] Feb 16 23:07:45.124 INFO E| Compiling crc32fast v1.5.0
34702026-02-16T23:07:46.740Z[ helios-setup] Feb 16 23:07:45.255 INFO E| Compiling yoke v0.8.1
34712026-02-16T23:07:46.781Z[ helios-setup] Feb 16 23:07:45.296 INFO E| Compiling litemap v0.8.1
34722026-02-16T23:07:46.802Z[ helios-setup] Feb 16 23:07:45.316 INFO E| Compiling winnow v0.7.13
34732026-02-16T23:07:47.352Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34742026-02-16T23:07:47.755Z[ helios-setup] Feb 16 23:07:46.269 INFO E| Compiling zerovec v0.11.5
34752026-02-16T23:07:47.827Z[ helios-setup] Feb 16 23:07:46.341 INFO E| Compiling powerfmt v0.2.0
34762026-02-16T23:07:48.188Z[ helios-setup] Feb 16 23:07:46.703 INFO E| Compiling writeable v0.6.2
34772026-02-16T23:07:48.956Z[ helios-setup] Feb 16 23:07:47.470 INFO E| Compiling deranged v0.5.5
34782026-02-16T23:07:49.384Z[ helios-setup] Feb 16 23:07:47.898 INFO E| Compiling zerotrie v0.2.3
34792026-02-16T23:07:49.611Z[ helios-setup] Feb 16 23:07:48.126 INFO E| Compiling time-macros v0.2.24
34802026-02-16T23:07:50.746Z[ helios-setup] Feb 16 23:07:49.261 INFO E| Compiling tinystr v0.8.2
34812026-02-16T23:07:51.139Z[ helios-setup] Feb 16 23:07:49.647 INFO E| Compiling potential_utf v0.1.4
34822026-02-16T23:07:51.791Z[ helios-setup] Feb 16 23:07:50.304 INFO E| Compiling icu_locale_core v2.1.1
34832026-02-16T23:07:54.349Z[ helios-setup] Feb 16 23:07:52.863 INFO E| Compiling smallvec v1.15.1
34842026-02-16T23:07:54.521Z[ helios-setup] Feb 16 23:07:53.033 INFO E| Compiling chrono v0.4.42
34852026-02-16T23:07:54.572Z[ helios-setup] Feb 16 23:07:53.085 INFO E| Compiling erased-serde v0.3.31
34862026-02-16T23:07:54.707Z[ helios-setup] Feb 16 23:07:53.221 INFO E| Compiling ppv-lite86 v0.2.21
34872026-02-16T23:07:54.767Z[ helios-setup] Feb 16 23:07:53.280 INFO E| Compiling uuid v1.18.1
34882026-02-16T23:07:55.280Z[ helios-setup] Feb 16 23:07:53.794 INFO E| Compiling serde_tokenstream v0.2.2
34892026-02-16T23:07:55.795Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34902026-02-16T23:07:56.058Z[ helios-setup] Feb 16 23:07:54.571 INFO E| Compiling toml_parser v1.0.4
34912026-02-16T23:07:56.521Z[ host-package] Compiling num-derive v0.3.3
34922026-02-16T23:07:56.765Z[ helios-setup] Feb 16 23:07:55.278 INFO E| Compiling parking_lot v0.12.5
34932026-02-16T23:07:58.063Z[ helios-setup] Feb 16 23:07:56.576 INFO E| Compiling tokio v1.48.0
34942026-02-16T23:07:59.915Z[ helios-setup] Feb 16 23:07:58.428 INFO E| Compiling unicode-width v0.2.2
34952026-02-16T23:08:00.114Z[ helios-setup] Feb 16 23:07:58.626 INFO E| Compiling icu_normalizer_data v2.1.1
34962026-02-16T23:08:00.567Z[ helios-setup] Feb 16 23:07:59.080 INFO E| Compiling dyn-clone v1.0.20
34972026-02-16T23:08:00.755Z[ host-package] Compiling libscf-sys v1.1.0
34982026-02-16T23:08:01.035Z[ helios-setup] Feb 16 23:07:59.548 INFO E| Compiling toml_datetime v0.7.3
34992026-02-16T23:08:01.353Z[ host-package] Compiling vergen-gitcl v1.0.8
35002026-02-16T23:08:01.477Z[ helios-setup] Feb 16 23:07:59.989 INFO E| Compiling num_threads v0.1.7
35012026-02-16T23:08:01.480Z[ helios-setup] Feb 16 23:07:59.992 INFO E| Compiling icu_properties_data v2.1.1
35022026-02-16T23:08:01.630Z[ helios-setup] Feb 16 23:08:00.142 INFO E| Compiling toml_edit v0.23.7
35032026-02-16T23:08:01.772Z[ helios-setup] Feb 16 23:08:00.285 INFO E| Compiling time v0.3.44
35042026-02-16T23:08:01.962Z[ helios-setup] Feb 16 23:08:00.474 INFO E| Compiling icu_provider v2.1.1
35052026-02-16T23:08:02.020Z[ host-package] Compiling dirs-sys-next v0.1.2
35062026-02-16T23:08:02.073Z[ host-package] Compiling crunchy v0.2.2
35072026-02-16T23:08:02.321Z[ helios-setup] Feb 16 23:08:00.833 INFO E| Compiling icu_collections v2.1.1
35082026-02-16T23:08:02.980Z[ host-package] Compiling maplit v1.0.2
35092026-02-16T23:08:03.237Z[ host-package] Compiling dirs-next v2.0.0
35102026-02-16T23:08:03.491Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35112026-02-16T23:08:03.661Z[ host-package] Compiling dsl_auto_type v0.1.2
35122026-02-16T23:08:03.772Z[ helios-setup] Feb 16 23:08:02.284 INFO E| Compiling http-body v1.0.1
35132026-02-16T23:08:03.838Z[ helios-setup] Feb 16 23:08:02.350 INFO E| Compiling regress v0.10.5
35142026-02-16T23:08:04.696Z[ helios-setup] Feb 16 23:08:03.208 INFO E| Compiling sha2 v0.10.9
35152026-02-16T23:08:05.069Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35162026-02-16T23:08:05.847Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
35172026-02-16T23:08:05.913Z[ helios-setup] Feb 16 23:08:04.425 INFO E| Compiling tracing-core v0.1.34
35182026-02-16T23:08:05.960Z[ helios-setup] Feb 16 23:08:04.471 INFO E| Compiling atomic-waker v1.1.2
35192026-02-16T23:08:06.495Z[ host-package] Compiling tiny-keccak v2.0.2
35202026-02-16T23:08:06.677Z[ host-package] Compiling diesel_derives v2.2.3
35212026-02-16T23:08:07.719Z[ host-package] Compiling r2d2 v0.8.10
35222026-02-16T23:08:07.853Z[ host-package] Compiling term v0.7.0
35232026-02-16T23:08:08.869Z[ helios-setup] Feb 16 23:08:07.380 INFO E| Compiling crunchy v0.2.4
35242026-02-16T23:08:09.202Z[ host-package] Compiling tabled_derive v0.11.0
35252026-02-16T23:08:09.714Z[ helios-setup] Feb 16 23:08:08.226 INFO E| Compiling percent-encoding v2.3.2
35262026-02-16T23:08:10.087Z[ host-package] Compiling papergrid v0.17.0
35272026-02-16T23:08:10.264Z[ helios-setup] Feb 16 23:08:08.775 INFO E| Compiling tracing v0.1.41
35282026-02-16T23:08:10.702Z[ helios-setup] Feb 16 23:08:09.213 INFO E| Compiling proc-macro-crate v3.4.0
35292026-02-16T23:08:10.772Z[ host-package] Compiling testing_table v0.3.0
35302026-02-16T23:08:10.979Z[ helios-setup] Feb 16 23:08:09.490 INFO E| Compiling getopts v0.2.24
35312026-02-16T23:08:10.979Z[ helios-setup] Feb 16 23:08:09.490 INFO E| Compiling futures-executor v0.3.31
35322026-02-16T23:08:11.318Z[ helios-setup] Feb 16 23:08:09.825 INFO E| Compiling typify-impl v0.5.0
35332026-02-16T23:08:11.623Z[ helios-setup] Feb 16 23:08:10.134 INFO E| Compiling thread_local v1.1.9
35342026-02-16T23:08:12.528Z[ helios-setup] Feb 16 23:08:11.039 INFO E| Compiling rustix v1.1.2
35352026-02-16T23:08:12.603Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35362026-02-16T23:08:13.291Z[ helios-setup] Feb 16 23:08:11.802 INFO E| Compiling tiny-keccak v2.0.2
35372026-02-16T23:08:13.380Z[ helios-setup] Feb 16 23:08:11.891 INFO E| Compiling tower-service v0.3.3
35382026-02-16T23:08:13.864Z[ helios-setup] Feb 16 23:08:12.375 INFO E| Compiling try-lock v0.2.5
35392026-02-16T23:08:13.869Z[ helios-setup] Feb 16 23:08:12.376 INFO E| Compiling thiserror v1.0.69
35402026-02-16T23:08:14.045Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35412026-02-16T23:08:14.642Z[ helios-setup] Feb 16 23:08:13.153 INFO E| Compiling want v0.3.1
35422026-02-16T23:08:14.804Z[ helios-setup] Feb 16 23:08:13.314 INFO E| Compiling num_enum_derive v0.7.5
35432026-02-16T23:08:15.174Z[ host-package] Compiling bit-vec v0.6.3
35442026-02-16T23:08:15.471Z[ helios-setup] Feb 16 23:08:13.981 INFO E| Compiling futures v0.3.31
35452026-02-16T23:08:15.656Z[ helios-setup] Feb 16 23:08:14.166 INFO E| Compiling icu_properties v2.1.1
35462026-02-16T23:08:15.825Z[ helios-setup] Feb 16 23:08:14.335 INFO E| Compiling icu_normalizer v2.1.1
35472026-02-16T23:08:16.022Z[ helios-setup] Feb 16 23:08:14.532 INFO E| Compiling tokio-util v0.7.16
35482026-02-16T23:08:16.177Z[ host-package] Compiling arc-swap v1.7.1
35492026-02-16T23:08:17.736Z[ host-package] Compiling xshell-macros v0.2.7
35502026-02-16T23:08:17.882Z[ host-package] Compiling slog-scope v4.4.0
35512026-02-16T23:08:19.015Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35522026-02-16T23:08:19.545Z[ helios-setup] Feb 16 23:08:18.055 INFO E| Compiling h2 v0.4.12
35532026-02-16T23:08:19.577Z[ host-package] Compiling bit-set v0.5.3
35542026-02-16T23:08:19.682Z[ host-package] Compiling xshell v0.2.7
35552026-02-16T23:08:20.765Z[ host-package] Compiling tabled v0.20.0
35562026-02-16T23:08:21.428Z[ helios-setup] Feb 16 23:08:19.938 INFO E| Compiling form_urlencoded v1.2.2
35572026-02-16T23:08:22.735Z[ helios-setup] Feb 16 23:08:21.244 INFO E| Compiling thiserror-impl v1.0.69
35582026-02-16T23:08:23.697Z[ helios-setup] Feb 16 23:08:22.206 INFO E| Compiling serde_spanned v1.0.3
35592026-02-16T23:08:24.343Z[ helios-setup] Feb 16 23:08:22.852 INFO E| Compiling is-terminal v0.4.17
35602026-02-16T23:08:24.648Z[ helios-setup] Feb 16 23:08:23.157 INFO E| Compiling errno v0.3.14
35612026-02-16T23:08:25.428Z[ helios-setup] Feb 16 23:08:23.937 INFO E| Compiling term v1.2.0
35622026-02-16T23:08:25.559Z[ helios-setup] Feb 16 23:08:24.068 INFO E| Compiling adler2 v2.0.1
35632026-02-16T23:08:25.790Z[ helios-setup] Feb 16 23:08:24.298 INFO E| Compiling simd-adler32 v0.3.7
35642026-02-16T23:08:26.131Z[ host-package] Compiling ascii-canvas v3.0.0
35652026-02-16T23:08:26.584Z[ host-package] Compiling diesel v2.2.12
35662026-02-16T23:08:26.710Z[ helios-setup] Feb 16 23:08:25.218 INFO E| Compiling httpdate v1.0.3
35672026-02-16T23:08:26.934Z[ helios-setup] Feb 16 23:08:25.442 INFO E| Compiling toml_writer v1.0.4
35682026-02-16T23:08:27.564Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35692026-02-16T23:08:28.148Z[ helios-setup] Feb 16 23:08:26.656 INFO E| Compiling toml v0.9.8
35702026-02-16T23:08:28.264Z[ helios-setup] Feb 16 23:08:26.773 INFO E| Compiling slog-term v2.9.2
35712026-02-16T23:08:28.692Z[ helios-setup] Feb 16 23:08:27.200 INFO E| Compiling typify-macro v0.5.0
35722026-02-16T23:08:29.077Z[ helios-setup] Feb 16 23:08:27.585 INFO E| Compiling miniz_oxide v0.8.9
35732026-02-16T23:08:33.386Z[ helios-setup] Feb 16 23:08:31.893 INFO E| Compiling hyper v1.7.0
35742026-02-16T23:08:35.918Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35752026-02-16T23:08:36.503Z[ helios-setup] Feb 16 23:08:35.010 INFO E| Compiling idna_adapter v1.2.1
35762026-02-16T23:08:37.520Z[ helios-setup] Feb 16 23:08:36.027 INFO E| Compiling num_enum v0.7.5
35772026-02-16T23:08:37.785Z[ host-package] Compiling ena v0.14.3
35782026-02-16T23:08:37.993Z[ helios-setup] Feb 16 23:08:36.500 INFO E| Compiling aho-corasick v1.1.4
35792026-02-16T23:08:38.718Z[ host-package] Compiling bindgen v0.71.1
35802026-02-16T23:08:38.973Z[ host-package] Compiling regex-syntax v0.6.29
35812026-02-16T23:08:39.141Z[ helios-setup] Feb 16 23:08:37.648 INFO E| Compiling rand_core v0.9.3
35822026-02-16T23:08:40.155Z[ host-package] Compiling unicase v2.8.1
35832026-02-16T23:08:40.619Z[ helios-setup] Feb 16 23:08:39.125 INFO E| Compiling sync_wrapper v1.0.2
35842026-02-16T23:08:41.544Z[ host-package] Compiling diff v0.1.13
35852026-02-16T23:08:42.816Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35862026-02-16T23:08:44.100Z[ helios-setup] Feb 16 23:08:42.606 INFO E| Compiling ipnet v2.11.0
35872026-02-16T23:08:44.166Z[ helios-setup] Feb 16 23:08:42.672 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35882026-02-16T23:08:44.842Z[ helios-setup] Feb 16 23:08:43.348 INFO E| Compiling tower-layer v0.3.3
35892026-02-16T23:08:44.929Z[ helios-setup] Feb 16 23:08:43.435 INFO E| Compiling libdevinfo-sys v1.1.0
35902026-02-16T23:08:45.652Z[ helios-setup] Feb 16 23:08:44.157 INFO E| Compiling base64 v0.22.1
35912026-02-16T23:08:46.432Z[ helios-setup] Feb 16 23:08:44.938 INFO E| Compiling regex-syntax v0.8.8
35922026-02-16T23:08:47.217Z[ host-package] Compiling lalrpop v0.19.12
35932026-02-16T23:08:48.667Z[ helios-setup] Feb 16 23:08:47.171 INFO E| Compiling base64ct v1.8.0
35942026-02-16T23:08:48.708Z[ helios-setup] Feb 16 23:08:47.213 INFO E| Compiling utf8_iter v1.0.4
35952026-02-16T23:08:48.821Z[ host-package] Compiling slog-stdlog v4.1.1
35962026-02-16T23:08:49.261Z[ helios-setup] Feb 16 23:08:47.765 INFO E| Compiling const-random-macro v0.1.16
35972026-02-16T23:08:49.339Z[ helios-setup] Feb 16 23:08:47.843 INFO E| Compiling idna v1.1.0
35982026-02-16T23:08:49.670Z[ helios-setup] Feb 16 23:08:48.174 INFO E| Compiling hyper-util v0.1.17
35992026-02-16T23:08:50.613Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
36002026-02-16T23:08:50.758Z[ helios-setup] Feb 16 23:08:49.263 INFO E| Compiling pem-rfc7468 v0.7.0
36012026-02-16T23:08:51.376Z[ helios-setup] Feb 16 23:08:49.881 INFO E| Compiling tower v0.5.2
36022026-02-16T23:08:52.966Z[ helios-setup] Feb 16 23:08:51.471 INFO E| Compiling devinfo v0.1.0
36032026-02-16T23:08:53.605Z[ helios-setup] Feb 16 23:08:52.109 INFO E| Compiling rand_chacha v0.9.0
36042026-02-16T23:08:54.358Z[ helios-setup] Feb 16 23:08:52.862 INFO E| Compiling regex-automata v0.4.13
36052026-02-16T23:08:56.238Z[ helios-setup] Feb 16 23:08:54.742 INFO E| Compiling flate2 v1.1.5
36062026-02-16T23:08:56.241Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36072026-02-16T23:08:56.337Z[ helios-setup] Feb 16 23:08:54.840 INFO E| Compiling serde_urlencoded v0.7.1
36082026-02-16T23:08:56.424Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36092026-02-16T23:08:56.846Z[ helios-setup] Feb 16 23:08:55.349 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36102026-02-16T23:08:57.274Z[ helios-setup] Feb 16 23:08:55.778 INFO E| Compiling http-body-util v0.1.3
36112026-02-16T23:08:57.410Z[ helios-setup] Feb 16 23:08:55.914 INFO E| Compiling ring v0.17.14
36122026-02-16T23:08:57.789Z[ helios-setup] Feb 16 23:08:56.292 INFO E| Compiling der_derive v0.7.3
36132026-02-16T23:08:58.216Z[ helios-setup] Feb 16 23:08:56.720 INFO E| Compiling sha1 v0.10.6
36142026-02-16T23:08:59.070Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
36152026-02-16T23:08:59.524Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36162026-02-16T23:08:59.993Z[ host-package] Compiling crc8 v0.1.1
36172026-02-16T23:09:00.105Z[ helios-setup] Feb 16 23:08:58.608 INFO E| Compiling ahash v0.8.12
36182026-02-16T23:09:00.267Z[ host-package] Compiling slog-envlogger v2.2.0
36192026-02-16T23:09:02.474Z[ helios-setup] Feb 16 23:09:00.977 INFO E| Compiling flagset v0.4.7
36202026-02-16T23:09:03.659Z[ helios-setup] Feb 16 23:09:02.162 INFO E| Compiling byteorder v1.5.0
36212026-02-16T23:09:03.948Z[ helios-setup] Feb 16 23:09:02.451 INFO E| Compiling bitflags v1.3.2
36222026-02-16T23:09:04.474Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36232026-02-16T23:09:04.718Z[ helios-setup] Feb 16 23:09:03.221 INFO E| Compiling iri-string v0.7.8
36242026-02-16T23:09:04.780Z[ helios-setup] Feb 16 23:09:03.282 INFO E| Compiling utf8parse v0.2.2
36252026-02-16T23:09:04.942Z[ helios-setup] Feb 16 23:09:03.444 INFO E| Compiling spin v0.9.8
36262026-02-16T23:09:05.399Z[ helios-setup] Feb 16 23:09:03.901 INFO E| Compiling anstyle-parse v0.2.7
36272026-02-16T23:09:06.260Z[ host-package] Compiling headers-core v0.3.0
36282026-02-16T23:09:06.513Z[ helios-setup] Feb 16 23:09:05.015 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36292026-02-16T23:09:06.782Z[ host-package] Compiling libxml v0.3.3
36302026-02-16T23:09:08.101Z[ host-package] Compiling headers v0.4.1
36312026-02-16T23:09:09.561Z[ helios-setup] Feb 16 23:09:08.062 INFO E| Compiling regex v1.12.2
36322026-02-16T23:09:11.834Z[ helios-setup] Feb 16 23:09:10.336 INFO E| Compiling tower-http v0.6.6
36332026-02-16T23:09:15.111Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36342026-02-16T23:09:15.618Z[ helios-setup] Feb 16 23:09:14.119 INFO E| Compiling der v0.7.10
36352026-02-16T23:09:16.216Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36362026-02-16T23:09:18.102Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36372026-02-16T23:09:19.081Z[ host-package] Compiling strum_macros v0.24.3
36382026-02-16T23:09:20.777Z[ host-package] Compiling indoc v1.0.9
36392026-02-16T23:09:21.419Z[ helios-setup] Feb 16 23:09:19.918 INFO E| Compiling rand v0.9.2
36402026-02-16T23:09:25.015Z[ host-package] Compiling samael v0.0.19
36412026-02-16T23:09:25.538Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36422026-02-16T23:09:25.749Z[ helios-setup] Feb 16 23:09:24.248 INFO E| Compiling const-random v0.1.18
36432026-02-16T23:09:26.272Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36442026-02-16T23:09:26.387Z[ helios-setup] Feb 16 23:09:24.886 INFO E| Compiling url v2.5.7
36452026-02-16T23:09:26.864Z[ helios-setup] Feb 16 23:09:25.362 INFO E| Compiling typify v0.5.0
36462026-02-16T23:09:27.464Z[ helios-setup] Feb 16 23:09:25.963 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36472026-02-16T23:09:28.478Z[ helios-setup] Feb 16 23:09:26.976 INFO E| Compiling openapiv3 v2.2.0
36482026-02-16T23:09:29.231Z[ host-package] Compiling polar-core v0.27.3
36492026-02-16T23:09:31.027Z[ host-package] Compiling derive_builder v0.20.2
36502026-02-16T23:09:31.704Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
36512026-02-16T23:09:34.607Z[ helios-setup] Feb 16 23:09:33.105 INFO E| Compiling rand_core v0.6.4
36522026-02-16T23:09:35.637Z[ host-package] Compiling oso-derive v0.27.3
36532026-02-16T23:09:35.659Z[ helios-setup] Feb 16 23:09:34.157 INFO E| Compiling anstyle v1.0.13
36542026-02-16T23:09:36.010Z[ helios-setup] Feb 16 23:09:34.508 INFO E| Compiling data-encoding v2.9.0
36552026-02-16T23:09:36.879Z[ helios-setup] Feb 16 23:09:35.377 INFO E| Compiling radium v0.7.0
36562026-02-16T23:09:36.999Z[ helios-setup] Feb 16 23:09:35.496 INFO E| Compiling syn v1.0.109
36572026-02-16T23:09:37.756Z[ host-package] Compiling quick-xml v0.37.2
36582026-02-16T23:09:37.915Z[ helios-setup] Feb 16 23:09:36.412 INFO E| Compiling anstyle-query v1.1.4
36592026-02-16T23:09:38.116Z[ helios-setup] Feb 16 23:09:36.613 INFO E| Compiling unsafe-libyaml v0.2.11
36602026-02-16T23:09:38.210Z[ host-package] Compiling half v1.8.3
36612026-02-16T23:09:38.418Z[ helios-setup] Feb 16 23:09:36.915 INFO E| Compiling colorchoice v1.0.4
36622026-02-16T23:09:38.556Z[ helios-setup] Feb 16 23:09:37.054 INFO E| Compiling utf-8 v0.7.6
36632026-02-16T23:09:38.945Z[ helios-setup] Feb 16 23:09:37.442 INFO E| Compiling is_terminal_polyfill v1.70.2
36642026-02-16T23:09:39.261Z[ helios-setup] Feb 16 23:09:37.758 INFO E| Compiling subtle v2.6.1
36652026-02-16T23:09:39.676Z[ helios-setup] Feb 16 23:09:38.173 INFO E| Compiling tungstenite v0.28.0
36662026-02-16T23:09:39.998Z[ helios-setup] Feb 16 23:09:38.495 INFO E| Compiling anstream v0.6.21
36672026-02-16T23:09:40.225Z[ host-package] Compiling serde_cbor v0.11.2
36682026-02-16T23:09:41.850Z[ helios-setup] Feb 16 23:09:40.346 INFO E| Compiling serde_yaml v0.9.34+deprecated
36692026-02-16T23:09:42.164Z[ helios-setup] Feb 16 23:09:40.661 INFO E| Compiling progenitor-impl v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
36702026-02-16T23:09:42.213Z[ helios-setup] Feb 16 23:09:40.709 INFO E| Compiling reqwest v0.12.24
36712026-02-16T23:09:42.313Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36722026-02-16T23:09:44.384Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36732026-02-16T23:09:47.803Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36742026-02-16T23:09:48.060Z[ helios-setup] Feb 16 23:09:46.556 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36752026-02-16T23:09:50.560Z[ helios-setup] Feb 16 23:09:49.055 INFO E| Compiling spki v0.7.3
36762026-02-16T23:09:51.658Z[ helios-setup] Feb 16 23:09:50.153 INFO E| Compiling terminal_size v0.4.3
36772026-02-16T23:09:52.346Z[ helios-setup] Feb 16 23:09:50.840 INFO E| Compiling rustls-pki-types v1.13.0
36782026-02-16T23:09:53.752Z[ helios-setup] Feb 16 23:09:52.247 INFO E| Compiling crossbeam-utils v0.8.21
36792026-02-16T23:09:55.151Z[ helios-setup] Feb 16 23:09:53.646 INFO E| Compiling pkg-config v0.3.32
36802026-02-16T23:09:56.025Z[ helios-setup] Feb 16 23:09:54.520 INFO E| Compiling maybe-uninit v2.0.0
36812026-02-16T23:09:57.152Z[ helios-setup] Feb 16 23:09:55.646 INFO E| Compiling untrusted v0.9.0
36822026-02-16T23:09:57.493Z[ helios-setup] Feb 16 23:09:55.987 INFO E| Compiling tap v1.0.1
36832026-02-16T23:09:57.855Z[ helios-setup] Feb 16 23:09:56.349 INFO E| Compiling wyz v0.5.1
36842026-02-16T23:09:57.933Z[ helios-setup] Feb 16 23:09:56.428 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36852026-02-16T23:09:58.918Z[ helios-setup] Feb 16 23:09:57.412 INFO E| Compiling progenitor-macro v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
36862026-02-16T23:10:00.102Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36872026-02-16T23:10:01.614Z[ helios-setup] Feb 16 23:10:00.108 INFO E| Compiling progenitor-client v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
36882026-02-16T23:10:03.716Z[ helios-setup] Feb 16 23:10:02.210 INFO E| Compiling tokio-tungstenite v0.28.0
36892026-02-16T23:10:03.895Z[ host-package] Compiling diesel-dtrace v0.4.2
36902026-02-16T23:10:08.354Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36912026-02-16T23:10:16.208Z[ helios-setup] Feb 16 23:10:14.699 INFO E| Compiling rand_chacha v0.3.1
36922026-02-16T23:10:18.765Z[ helios-setup] Feb 16 23:10:17.256 INFO E| Compiling num-integer v0.1.46
36932026-02-16T23:10:19.701Z[ host-package] Compiling oso v0.27.3
36942026-02-16T23:10:20.949Z[ helios-setup] Feb 16 23:10:19.440 INFO E| Compiling smartstring v1.0.1
36952026-02-16T23:10:21.441Z[ helios-setup] Feb 16 23:10:19.931 INFO E| Compiling virtue v0.0.18
36962026-02-16T23:10:21.729Z[ helios-setup] Feb 16 23:10:20.219 INFO E| Compiling funty v2.0.0
36972026-02-16T23:10:22.116Z[ helios-setup] Feb 16 23:10:20.606 INFO E| Compiling packed_struct v0.10.1
36982026-02-16T23:10:23.504Z[ helios-setup] Feb 16 23:10:21.994 INFO E| Compiling rustls v0.22.4
36992026-02-16T23:10:24.150Z[ helios-setup] Feb 16 23:10:22.640 INFO E| Compiling strsim v0.11.1
37002026-02-16T23:10:24.508Z[ helios-setup] Feb 16 23:10:22.998 INFO E| Compiling clap_lex v0.7.6
37012026-02-16T23:10:25.457Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
37022026-02-16T23:10:26.128Z[ helios-setup] Feb 16 23:10:24.618 INFO E| Compiling num-bigint-dig v0.8.4
37032026-02-16T23:10:26.544Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37042026-02-16T23:10:26.764Z[ helios-setup] Feb 16 23:10:25.253 INFO E| Compiling clap_builder v4.5.51
37052026-02-16T23:10:27.685Z[ helios-setup] Feb 16 23:10:26.174 INFO E| Compiling bincode_derive v2.0.1
37062026-02-16T23:10:27.770Z[ helios-setup] Feb 16 23:10:26.260 INFO E| Compiling bitvec v1.0.1
37072026-02-16T23:10:30.861Z[ helios-setup] Feb 16 23:10:29.350 INFO E| Compiling packed_struct_codegen v0.10.1
37082026-02-16T23:10:31.186Z[ helios-setup] Feb 16 23:10:29.674 INFO E| Compiling progenitor v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
37092026-02-16T23:10:31.222Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
37102026-02-16T23:10:31.695Z[ helios-setup] Feb 16 23:10:30.184 INFO E| Compiling num-iter v0.1.45
37112026-02-16T23:10:32.201Z[ host-package] Compiling bb8 v0.8.5
37122026-02-16T23:10:32.571Z[ helios-setup] Feb 16 23:10:31.059 INFO E| Compiling rand v0.8.5
37132026-02-16T23:10:33.357Z[ host-package] Compiling trait-variant v0.1.2
37142026-02-16T23:10:33.729Z[ host-package] Compiling async-bb8-diesel v0.2.1
37152026-02-16T23:10:35.624Z[ helios-setup] Feb 16 23:10:34.111 INFO E| Compiling rustls-webpki v0.102.8
37162026-02-16T23:10:35.711Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
37172026-02-16T23:10:35.866Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
37182026-02-16T23:10:36.719Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37192026-02-16T23:10:37.990Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37202026-02-16T23:10:40.709Z[ helios-setup] Feb 16 23:10:39.196 INFO E| Compiling pkcs8 v0.10.2
37212026-02-16T23:10:42.496Z[ helios-setup] Feb 16 23:10:40.984 INFO E| Compiling lazy_static v1.5.0
37222026-02-16T23:10:42.976Z[ helios-setup] Feb 16 23:10:41.463 INFO E| Compiling bitfield-macros v0.19.3
37232026-02-16T23:10:43.029Z[ helios-setup] Feb 16 23:10:41.516 INFO E| Compiling zerocopy-derive v0.6.6
37242026-02-16T23:10:43.872Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37252026-02-16T23:10:44.293Z[ helios-setup] Feb 16 23:10:42.779 INFO E| Compiling clap_derive v4.5.49
37262026-02-16T23:10:44.845Z[ host-package] Compiling fxhash v0.2.1
37272026-02-16T23:10:45.294Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
37282026-02-16T23:10:45.752Z[ host-package] Compiling typify-impl v0.2.0
37292026-02-16T23:10:46.450Z[ host-package] Compiling kstat-rs v0.2.4
37302026-02-16T23:10:46.645Z[ helios-setup] Feb 16 23:10:45.132 INFO E| Compiling multer v3.1.0
37312026-02-16T23:10:46.779Z[ helios-setup] Feb 16 23:10:45.265 INFO E| Compiling indexmap v1.9.3
37322026-02-16T23:10:47.293Z[ helios-setup] Feb 16 23:10:45.780 INFO E| Compiling match_cfg v0.1.0
37332026-02-16T23:10:47.656Z[ helios-setup] Feb 16 23:10:46.142 INFO E| Compiling static_assertions v1.1.0
37342026-02-16T23:10:47.923Z[ helios-setup] Feb 16 23:10:46.408 INFO E| Compiling slog-async v2.8.0
37352026-02-16T23:10:48.154Z[ helios-setup] Feb 16 23:10:46.638 INFO E| Compiling unty v0.0.4
37362026-02-16T23:10:48.154Z[ helios-setup] Feb 16 23:10:46.638 INFO E| Compiling camino v1.2.1
37372026-02-16T23:10:48.194Z[ host-package] Compiling libz-sys v1.1.20
37382026-02-16T23:10:48.755Z[ helios-setup] Feb 16 23:10:47.241 INFO E| Compiling paste v1.0.15
37392026-02-16T23:10:49.289Z[ helios-setup] Feb 16 23:10:47.775 INFO E| Compiling crc-catalog v2.4.0
37402026-02-16T23:10:49.443Z[ helios-setup] Feb 16 23:10:47.929 INFO E| Compiling nodrop v0.1.14
37412026-02-16T23:10:49.585Z[ host-package] Compiling salty v0.3.0
37422026-02-16T23:10:49.680Z[ helios-setup] Feb 16 23:10:48.166 INFO E| Compiling array-init v0.0.4
37432026-02-16T23:10:49.757Z[ host-package] Compiling nonempty v0.12.0
37442026-02-16T23:10:49.782Z[ helios-setup] Feb 16 23:10:48.268 INFO E| Compiling crc v3.3.0
37452026-02-16T23:10:51.276Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37462026-02-16T23:10:51.282Z[ helios-setup] Feb 16 23:10:49.427 INFO E| Compiling bincode v2.0.1
37472026-02-16T23:10:52.207Z[ helios-setup] Feb 16 23:10:50.692 INFO E| Compiling hostname v0.3.1
37482026-02-16T23:10:52.212Z[ helios-setup] Feb 16 23:10:50.692 INFO E| Compiling clap v4.5.51
37492026-02-16T23:10:52.740Z[ helios-setup] Feb 16 23:10:51.226 INFO E| Compiling bitfield v0.19.3
37502026-02-16T23:10:52.866Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37512026-02-16T23:10:52.960Z[ helios-setup] Feb 16 23:10:51.445 INFO E| Compiling zerocopy v0.6.6
37522026-02-16T23:10:53.617Z[ helios-setup] Feb 16 23:10:52.102 INFO E| Compiling pkcs1 v0.7.5
37532026-02-16T23:10:54.657Z[ helios-setup] Feb 16 23:10:53.142 INFO E| Compiling smallvec v0.6.14
37542026-02-16T23:10:54.715Z[ helios-setup] Feb 16 23:10:53.200 INFO E| Compiling crossbeam-channel v0.5.15
37552026-02-16T23:10:57.869Z[ helios-setup] Feb 16 23:10:56.352 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
37562026-02-16T23:11:03.142Z[ helios-setup] Feb 16 23:10:59.255 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
37572026-02-16T23:11:03.143Z[ helios-setup] Feb 16 23:10:59.866 INFO E| Compiling signature v2.2.0
37582026-02-16T23:11:03.143Z[ helios-setup] Feb 16 23:11:01.236 INFO E| Compiling slog-json v2.6.1
37592026-02-16T23:11:03.143Z[ host-package] Compiling typify-macro v0.2.0
37602026-02-16T23:11:03.231Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37612026-02-16T23:11:03.996Z[ helios-setup] Feb 16 23:11:02.480 INFO E| Compiling thin-vec v0.2.14
37622026-02-16T23:11:04.518Z[ helios-setup] Feb 16 23:11:03.001 INFO E| Compiling toml_datetime v0.6.11
37632026-02-16T23:11:05.608Z[ helios-setup] Feb 16 23:11:04.092 INFO E| Compiling serde_spanned v0.6.9
37642026-02-16T23:11:06.141Z[ helios-setup] Feb 16 23:11:04.625 INFO E| Compiling async-stream-impl v0.3.6
37652026-02-16T23:11:06.610Z[ helios-setup] Feb 16 23:11:05.093 INFO E| Compiling rhai_codegen v3.1.0
37662026-02-16T23:11:09.136Z[ helios-setup] Feb 16 23:11:07.619 INFO E| Compiling env_filter v0.1.4
37672026-02-16T23:11:09.586Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37682026-02-16T23:11:12.272Z[ helios-setup] Feb 16 23:11:10.754 INFO E| Compiling dropshot v0.16.4
37692026-02-16T23:11:12.455Z[ helios-setup] Feb 16 23:11:10.937 INFO E| Compiling encoding_rs v0.8.35
37702026-02-16T23:11:13.177Z[ helios-setup] Feb 16 23:11:11.659 INFO E| Compiling mime v0.3.17
37712026-02-16T23:11:13.434Z[ helios-setup] Feb 16 23:11:11.916 INFO E| Compiling winnow v0.5.40
37722026-02-16T23:11:14.364Z[ helios-setup] Feb 16 23:11:12.846 INFO E| Compiling hashbrown v0.12.3
37732026-02-16T23:11:15.133Z[ helios-setup] Feb 16 23:11:13.615 INFO E| Compiling base64 v0.21.7
37742026-02-16T23:11:16.884Z[ helios-setup] Feb 16 23:11:15.365 INFO E| Compiling take_mut v0.2.2
37752026-02-16T23:11:17.946Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
37762026-02-16T23:11:20.594Z[ helios-setup] Feb 16 23:11:19.075 INFO E| Compiling ron v0.8.1
37772026-02-16T23:11:22.512Z[ helios-setup] Feb 16 23:11:20.993 INFO E| Compiling toml_edit v0.19.15
37782026-02-16T23:11:23.420Z[ helios-setup] Feb 16 23:11:21.900 INFO E| Compiling rhai v1.23.6
37792026-02-16T23:11:25.056Z[ helios-setup] Feb 16 23:11:23.537 INFO E| Compiling env_logger v0.11.8
37802026-02-16T23:11:28.735Z[ host-package] Compiling nanorand v0.7.0
37812026-02-16T23:11:28.850Z[ helios-setup] Feb 16 23:11:27.330 INFO E| Compiling async-stream v0.3.6
37822026-02-16T23:11:29.693Z[ helios-setup] Feb 16 23:11:28.173 INFO E| Compiling tokio-rustls v0.25.0
37832026-02-16T23:11:29.697Z[ helios-setup] Feb 16 23:11:28.173 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37842026-02-16T23:11:29.783Z[ host-package] Compiling parking_lot_core v0.8.6
37852026-02-16T23:11:30.434Z[ host-package] Compiling mime_guess v2.0.5
37862026-02-16T23:11:31.064Z[ host-package] Compiling flume v0.11.1
37872026-02-16T23:11:31.215Z[ helios-setup] Feb 16 23:11:29.695 INFO E| Compiling slog-bunyan v2.5.0
37882026-02-16T23:11:31.244Z[ helios-setup] Feb 16 23:11:29.724 INFO E| Compiling rsa v0.9.8
37892026-02-16T23:11:31.885Z[ helios-setup] Feb 16 23:11:30.364 INFO E| Compiling serde-hex v0.1.0
37902026-02-16T23:11:32.597Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
37912026-02-16T23:11:32.908Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37922026-02-16T23:11:33.732Z[ helios-setup] Feb 16 23:11:32.212 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
37932026-02-16T23:11:35.069Z[ helios-setup] Feb 16 23:11:33.548 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37942026-02-16T23:11:35.869Z[ helios-setup] Feb 16 23:11:34.348 INFO E| Compiling bzip2 v0.4.4
37952026-02-16T23:11:37.352Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37962026-02-16T23:11:41.052Z[ helios-setup] Feb 16 23:11:39.529 INFO E| Compiling rustls-pemfile v2.2.0
37972026-02-16T23:11:41.875Z[ helios-setup] Feb 16 23:11:40.352 INFO E| Compiling x509-cert v0.2.5
37982026-02-16T23:11:42.546Z[ helios-setup] Feb 16 23:11:41.024 INFO E| Compiling hashbrown v0.13.2
37992026-02-16T23:11:43.881Z[ helios-setup] Feb 16 23:11:42.359 INFO E| Compiling waitgroup v0.1.2
38002026-02-16T23:11:43.947Z[ helios-setup] Feb 16 23:11:42.424 INFO E| Compiling dropshot_endpoint v0.16.4
38012026-02-16T23:11:44.678Z[ helios-setup] Feb 16 23:11:43.155 INFO E| Compiling async-trait v0.1.89
38022026-02-16T23:11:45.725Z[ helios-setup] Feb 16 23:11:44.201 INFO E| Compiling serde_path_to_error v0.1.20
38032026-02-16T23:11:45.971Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
38042026-02-16T23:11:46.720Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38052026-02-16T23:11:47.754Z[ helios-setup] Feb 16 23:11:46.230 INFO E| Compiling hostname v0.4.1
38062026-02-16T23:11:48.711Z[ helios-setup] Feb 16 23:11:47.188 INFO E| Compiling fastrand v2.3.0
38072026-02-16T23:11:48.985Z[ helios-setup] Feb 16 23:11:47.462 INFO E| Compiling hex v0.4.3
38082026-02-16T23:11:50.066Z[ helios-setup] Feb 16 23:11:48.542 INFO E| Compiling crc-any v2.5.0
38092026-02-16T23:11:50.337Z[ helios-setup] Feb 16 23:11:48.813 INFO E| Compiling debug-ignore v1.0.5
38102026-02-16T23:11:50.817Z[ helios-setup] Feb 16 23:11:49.293 INFO E| Compiling rustc-hash v2.1.1
38112026-02-16T23:11:51.303Z[ helios-setup] Feb 16 23:11:49.779 INFO E| Compiling iddqd v0.3.14
38122026-02-16T23:11:51.838Z[ helios-setup] Feb 16 23:11:50.314 INFO E| Compiling tempfile v3.23.0
38132026-02-16T23:11:55.354Z[ helios-setup] Feb 16 23:11:53.829 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38142026-02-16T23:11:57.531Z[ helios-setup] Feb 16 23:11:56.006 INFO E| Compiling object v0.30.4
38152026-02-16T23:11:57.961Z[ helios-setup] Feb 16 23:11:56.436 INFO E| Compiling zip v0.6.6
38162026-02-16T23:12:02.892Z[ helios-setup] Feb 16 23:12:01.366 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38172026-02-16T23:12:03.860Z[ helios-setup] Feb 16 23:12:02.334 INFO E| Compiling toml v0.7.8
38182026-02-16T23:12:05.821Z[ helios-setup] Feb 16 23:12:04.295 INFO E| Compiling smawk v0.3.2
38192026-02-16T23:12:06.560Z[ helios-setup] Feb 16 23:12:05.034 INFO E| Compiling path-slash v0.1.5
38202026-02-16T23:12:07.124Z[ helios-setup] Feb 16 23:12:05.598 INFO E| Compiling unicode-linebreak v0.1.5
38212026-02-16T23:12:08.698Z[ helios-setup] Feb 16 23:12:07.171 INFO E| Compiling textwrap v0.16.2
38222026-02-16T23:12:10.187Z[ helios-setup] Feb 16 23:12:08.660 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
38232026-02-16T23:12:10.475Z[ helios-setup] Feb 16 23:12:08.948 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38242026-02-16T23:12:15.714Z[ helios-setup] Feb 16 23:12:14.186 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38252026-02-16T23:12:21.693Z[ helios-setup] Feb 16 23:12:20.085 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
38262026-02-16T23:12:26.150Z[ host-package] Compiling tabled_derive v0.10.0
38272026-02-16T23:12:26.205Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38282026-02-16T23:12:30.746Z[ host-package] Compiling ignore v0.4.23
38292026-02-16T23:12:34.014Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38302026-02-16T23:12:38.908Z[ host-package] Compiling papergrid v0.14.0
38312026-02-16T23:12:39.256Z[ host-package] Compiling primeorder v0.13.6
38322026-02-16T23:12:40.719Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38332026-02-16T23:12:47.171Z[ host-package] Compiling castaway v0.2.3
38342026-02-16T23:12:47.441Z[ host-package] Compiling nibble_vec v0.1.0
38352026-02-16T23:12:47.471Z[ helios-setup] Feb 16 23:12:45.939 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
38362026-02-16T23:12:47.809Z[ host-package] Compiling atty v0.2.14
38372026-02-16T23:12:48.124Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38382026-02-16T23:12:48.700Z[ host-package] Compiling http-range v0.1.5
38392026-02-16T23:12:49.506Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38402026-02-16T23:12:49.569Z[ host-package] Compiling endian-type v0.1.2
38412026-02-16T23:12:49.681Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38422026-02-16T23:12:50.117Z[ host-package] Compiling radix_trie v0.2.1
38432026-02-16T23:12:50.651Z[ host-package] Compiling compact_str v0.8.0
38442026-02-16T23:12:51.792Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38452026-02-16T23:12:54.442Z[ host-package] Compiling tabled v0.18.0
38462026-02-16T23:12:58.070Z[ host-package] Compiling p384 v0.13.1
38472026-02-16T23:12:58.685Z[ host-package] Compiling globwalk v0.9.1
38482026-02-16T23:13:00.354Z[ helios-setup] Feb 16 23:12:58.819 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
38492026-02-16T23:13:00.699Z[ host-package] Compiling parking_lot v0.11.2
38502026-02-16T23:13:04.123Z[ host-package] Compiling typify v0.2.0
38512026-02-16T23:13:04.689Z[ host-package] Compiling predicates-tree v1.0.12
38522026-02-16T23:13:04.879Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38532026-02-16T23:13:06.470Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38542026-02-16T23:13:09.352Z[ host-package] Compiling unicode-truncate v1.1.0
38552026-02-16T23:13:11.913Z[ host-package] Compiling prefix-trie v0.7.0
38562026-02-16T23:13:14.021Z[ host-package] Compiling lru v0.12.5
38572026-02-16T23:13:14.732Z[ host-package] Compiling vergen-git2 v1.0.7
38582026-02-16T23:13:14.950Z[ host-package] Compiling instability v0.3.2
38592026-02-16T23:13:15.814Z[ host-package] Compiling cassowary v0.3.0
38602026-02-16T23:13:16.932Z[ host-package] Compiling indoc v2.0.6
38612026-02-16T23:13:18.722Z[ host-package] Compiling ratatui v0.29.0
38622026-02-16T23:13:19.392Z[ host-package] Compiling hickory-server v0.25.2
38632026-02-16T23:13:23.249Z[ host-package] Compiling camino-tempfile-ext v0.3.2
38642026-02-16T23:13:25.923Z[ host-package] Compiling progenitor-impl v0.8.0
38652026-02-16T23:13:28.008Z[ helios-setup] Feb 16 23:13:26.469 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
38662026-02-16T23:13:32.476Z[ host-package] Compiling hyper-staticfile v0.10.1
38672026-02-16T23:13:35.176Z[ host-package] Compiling sled v0.34.7
38682026-02-16T23:13:35.753Z[ host-package] Compiling git2 v0.20.2
38692026-02-16T23:13:36.462Z[ host-package] Compiling hickory-client v0.25.2
38702026-02-16T23:13:39.828Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38712026-02-16T23:13:41.721Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38722026-02-16T23:13:44.563Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38732026-02-16T23:13:45.999Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38742026-02-16T23:13:47.469Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38752026-02-16T23:13:48.223Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
38762026-02-16T23:13:56.094Z[ host-package] Compiling rand_seeder v0.4.0
38772026-02-16T23:13:56.516Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38782026-02-16T23:13:56.906Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
38792026-02-16T23:13:57.670Z[ host-package] Compiling lzma-sys v0.1.20
38802026-02-16T23:13:58.086Z[ host-package] Compiling rustls v0.21.12
38812026-02-16T23:13:58.654Z[ host-package] Compiling corncobs v0.1.4
38822026-02-16T23:13:58.702Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38832026-02-16T23:13:59.227Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38842026-02-16T23:13:59.632Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38852026-02-16T23:13:59.707Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38862026-02-16T23:14:00.337Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38872026-02-16T23:14:00.961Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38882026-02-16T23:14:01.617Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38892026-02-16T23:14:22.647Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38902026-02-16T23:14:25.007Z[ host-package] Compiling progenitor-macro v0.8.0
38912026-02-16T23:14:27.318Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38922026-02-16T23:14:29.332Z[ helios-setup] Feb 16 23:14:27.784 INFO E| Finished `release` profile [optimized] target(s) in 7m 25s
38932026-02-16T23:14:29.336Z[ helios-setup] Feb 16 23:14:27.784 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
38942026-02-16T23:14:29.336Z[ helios-setup] Feb 16 23:14:27.788 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38952026-02-16T23:14:29.475Z[ helios-setup] Feb 16 23:14:27.927 INFO building project "pilot" ok (445 seconds)
38962026-02-16T23:14:29.478Z[ helios-setup] rm -f helios-build
38972026-02-16T23:14:29.479Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38982026-02-16T23:14:29.482Z[ helios-setup]
38992026-02-16T23:14:29.485Z[ helios-setup] Setup complete! ./helios-build is now available.
39002026-02-16T23:14:29.485Z[ helios-setup]
39012026-02-16T23:14:29.490Z[ helios-setup]
39022026-02-16T23:14:29.490Z[ helios-setup] real 11:57.105024852
39032026-02-16T23:14:29.490Z[ helios-setup] user 32:49.188625058
39042026-02-16T23:14:29.490Z[ helios-setup] sys 2:44.198498710
39052026-02-16T23:14:29.490Z[ helios-setup] trap 1.989517777
39062026-02-16T23:14:29.490Z[ helios-setup] tflt 6.347326170
39072026-02-16T23:14:29.490Z[ helios-setup] dflt 13.582924794
39082026-02-16T23:14:29.490Z[ helios-setup] kflt 0.011740912
39092026-02-16T23:14:29.490Z[ helios-setup] lock 2:58:43.707410915
39102026-02-16T23:14:29.490Z[ helios-setup] slp 4:05:20.542798505
39112026-02-16T23:14:29.490Z[ helios-setup] lat 36:11.911402292
39122026-02-16T23:14:29.490Z[ helios-setup] stop 5:58.648407407
39132026-02-16T23:14:29.490ZFeb 16 23:14:27.940 INFO [helios-setup] process exited with exit status: 0 (717.108484557s)
39142026-02-16T23:14:29.490ZFeb 16 23:14:27.940 INFO [helios-record] running task
39152026-02-16T23:14:29.490ZFeb 16 23:14:27.940 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
39162026-02-16T23:14:29.494ZFeb 16 23:14:27.947 DEBG process exited with exit status: 0 (6.296358ms)
39172026-02-16T23:14:29.494ZFeb 16 23:14:27.947 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
39182026-02-16T23:14:29.500ZFeb 16 23:14:27.952 DEBG process exited with exit status: 0 (5.903436ms)
39192026-02-16T23:14:29.500ZFeb 16 23:14:27.952 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
39202026-02-16T23:14:29.506ZFeb 16 23:14:27.958 DEBG process exited with exit status: 0 (5.792467ms)
39212026-02-16T23:14:29.506ZFeb 16 23:14:27.958 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
39222026-02-16T23:14:29.512ZFeb 16 23:14:27.964 DEBG process exited with exit status: 0 (5.692267ms)
39232026-02-16T23:14:29.512ZFeb 16 23:14:27.964 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
39242026-02-16T23:14:29.517ZFeb 16 23:14:27.970 DEBG process exited with exit status: 0 (5.797507ms)
39252026-02-16T23:14:29.517ZFeb 16 23:14:27.970 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
39262026-02-16T23:14:29.523ZFeb 16 23:14:27.976 DEBG process exited with exit status: 0 (5.679848ms)
39272026-02-16T23:14:29.523ZFeb 16 23:14:27.976 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
39282026-02-16T23:14:29.529ZFeb 16 23:14:27.981 DEBG process exited with exit status: 0 (5.765459ms)
39292026-02-16T23:14:29.529ZFeb 16 23:14:27.981 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
39302026-02-16T23:14:29.535ZFeb 16 23:14:27.987 DEBG process exited with exit status: 0 (6.051362ms)
39312026-02-16T23:14:29.535ZFeb 16 23:14:27.987 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
39322026-02-16T23:14:29.541ZFeb 16 23:14:27.993 DEBG process exited with exit status: 0 (5.841942ms)
39332026-02-16T23:14:29.544ZFeb 16 23:14:27.994 INFO [helios-record] task succeeded (53.937458ms)
39342026-02-16T23:14:36.316Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39352026-02-16T23:14:41.345Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39362026-02-16T23:14:43.550Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
39372026-02-16T23:14:46.158Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
39382026-02-16T23:14:48.382Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39392026-02-16T23:14:48.782Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39402026-02-16T23:14:49.187Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39412026-02-16T23:14:49.586Z[ host-package] Compiling progenitor-client v0.8.0
39422026-02-16T23:14:50.564Z[ host-package] Compiling rustls-webpki v0.101.7
39432026-02-16T23:14:51.576Z[ host-package] Compiling sct v0.7.1
39442026-02-16T23:14:52.084Z[ host-package] Compiling heck v0.3.3
39452026-02-16T23:14:52.453Z[ host-package] Compiling secrecy v0.8.0
39462026-02-16T23:14:52.797Z[ host-package] Compiling void v1.0.2
39472026-02-16T23:14:53.056Z[ host-package] Compiling lzss v0.8.2
39482026-02-16T23:14:54.248Z[ host-package] Compiling zone_cfg_derive v0.1.2
39492026-02-16T23:14:55.613Z[ host-package] Compiling progenitor v0.8.0
39502026-02-16T23:14:56.084Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
39512026-02-16T23:14:57.528Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39522026-02-16T23:14:58.243Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39532026-02-16T23:14:59.656Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39542026-02-16T23:15:04.499Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
39552026-02-16T23:15:05.542Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39562026-02-16T23:15:06.046Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39572026-02-16T23:15:13.147Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39582026-02-16T23:15:13.558Z[ host-package] Compiling tungstenite v0.23.0
39592026-02-16T23:15:16.452Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39602026-02-16T23:15:16.869Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39612026-02-16T23:15:17.875Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39622026-02-16T23:15:17.887Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39632026-02-16T23:15:18.091Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39642026-02-16T23:15:18.584Z[ host-package] Compiling nix v0.27.1
39652026-02-16T23:15:18.850Z[ host-package] Compiling serde_bytes v0.11.19
39662026-02-16T23:15:19.041Z[ host-package] Compiling number_prefix v0.4.0
39672026-02-16T23:15:19.378Z[ host-package] Compiling base64 v0.13.1
39682026-02-16T23:15:19.423Z[ host-package] Compiling indicatif v0.17.11
39692026-02-16T23:15:19.886Z[ host-package] Compiling ron v0.7.1
39702026-02-16T23:15:20.175Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
39712026-02-16T23:15:21.387Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39722026-02-16T23:15:22.368Z[ host-package] Compiling tokio-tungstenite v0.23.1
39732026-02-16T23:15:23.059Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
39742026-02-16T23:15:26.603Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39752026-02-16T23:15:26.633Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
39762026-02-16T23:15:28.876Z[ host-package] Compiling xz2 v0.1.7
39772026-02-16T23:15:29.555Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39782026-02-16T23:15:38.128Z[ host-package] Compiling tokio-rustls v0.24.1
39792026-02-16T23:15:38.624Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39802026-02-16T23:15:38.794Z[ host-package] Compiling zone v0.1.8
39812026-02-16T23:15:42.204Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39822026-02-16T23:15:42.257Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39832026-02-16T23:15:58.248Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
39842026-02-16T23:16:00.293Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39852026-02-16T23:16:06.982Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39862026-02-16T23:16:09.895Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39872026-02-16T23:16:10.601Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39882026-02-16T23:16:11.780Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
39892026-02-16T23:16:20.683Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
39902026-02-16T23:16:22.922Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39912026-02-16T23:16:25.467Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39922026-02-16T23:16:30.042Z[ host-package] Compiling rustls-pemfile v1.0.4
39932026-02-16T23:16:30.245Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39942026-02-16T23:16:30.822Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
39952026-02-16T23:16:33.995Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39962026-02-16T23:16:34.420Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39972026-02-16T23:16:38.332Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39982026-02-16T23:16:38.723Z[ host-package] Compiling signal-hook-tokio v0.3.1
39992026-02-16T23:16:39.016Z[ host-package] Compiling twox-hash v2.1.0
40002026-02-16T23:16:40.025Z[ host-package] Compiling yasna v0.5.2
40012026-02-16T23:16:40.071Z[ host-package] Compiling is_ci v1.2.0
40022026-02-16T23:16:40.404Z[ host-package] Compiling supports-color v3.0.2
40032026-02-16T23:16:40.442Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40042026-02-16T23:16:43.325Z[ host-package] Compiling rcgen v0.12.1
40052026-02-16T23:16:51.332Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40062026-02-16T23:16:54.597Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40072026-02-16T23:16:55.384Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40082026-02-16T23:17:05.287Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40092026-02-16T23:17:25.057Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
40102026-02-16T23:17:28.960Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40112026-02-16T23:17:36.124Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40122026-02-16T23:17:36.414Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40132026-02-16T23:17:50.093Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40142026-02-16T23:17:54.113Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40152026-02-16T23:17:54.758Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40162026-02-16T23:17:55.174Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40172026-02-16T23:17:55.587Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40182026-02-16T23:17:55.925Z[ host-package] Compiling fatfs v0.3.6
40192026-02-16T23:17:58.709Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40202026-02-16T23:17:59.080Z[ host-package] Compiling subprocess v0.2.9
40212026-02-16T23:18:03.615Z[ host-package] Compiling rtoolbox v0.0.2
40222026-02-16T23:18:04.074Z[ host-package] Compiling seq-macro v0.3.6
40232026-02-16T23:18:05.074Z[ host-package] Compiling assert_matches v1.5.0
40242026-02-16T23:18:07.918Z[ host-package] Compiling rpassword v7.4.0
40252026-02-16T23:18:08.433Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40262026-02-16T23:18:14.534Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40272026-02-16T23:18:19.705Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40282026-02-16T23:18:36.434Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40292026-02-16T23:18:41.782Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40302026-02-16T23:18:41.822Z[ host-package] Compiling tui-tree-widget v0.23.1
40312026-02-16T23:18:41.995Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40322026-02-16T23:18:42.292Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40332026-02-16T23:18:43.267Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40342026-02-16T23:18:49.040Z[ host-package] Compiling uzers v0.12.1
40352026-02-16T23:18:52.317Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40362026-02-16T23:18:52.491Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40372026-02-16T23:19:03.738Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40382026-02-16T23:19:24.315Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40392026-02-16T23:19:30.029Z[ host-package] Compiling support-bundle-viewer v0.1.2
40402026-02-16T23:19:33.572Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40412026-02-16T23:19:34.040Z[ host-package] Compiling multimap v0.10.1
40422026-02-16T23:21:48.961Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
40432026-02-16T23:32:30.483Z[ host-package] Finished `release` profile [optimized] target(s) in 28m 01s
40442026-02-16T23:33:32.665ZFeb 16 23:33:30.938 INFO [host-package] process exited with exit status: 0 (1743.885689934s)
40452026-02-16T23:33:32.665ZFeb 16 23:33:30.939 INFO [host-stamp] running task
40462026-02-16T23:33:32.669ZFeb 16 23:33:30.939 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+gitf89bc5a9071
40472026-02-16T23:33:32.669ZFeb 16 23:33:30.939 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
40482026-02-16T23:33:32.669ZFeb 16 23:33:30.940 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+gitf89bc5a9071
40492026-02-16T23:33:32.669ZFeb 16 23:33:30.940 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+gitf89bc5a9071
40502026-02-16T23:33:32.669ZFeb 16 23:33:30.940 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+gitf89bc5a9071
40512026-02-16T23:33:32.669ZFeb 16 23:33:30.941 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+gitf89bc5a9071
40522026-02-16T23:33:32.669ZFeb 16 23:33:30.941 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+gitf89bc5a9071
40532026-02-16T23:33:32.669ZFeb 16 23:33:30.941 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+gitf89bc5a9071
40542026-02-16T23:33:32.670ZFeb 16 23:33:30.941 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+gitf89bc5a9071
40552026-02-16T23:33:32.696Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-02-16T23:33:32.696Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-02-16T23:33:32.696Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-02-16T23:33:32.696Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
40592026-02-16T23:33:32.696Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-02-16T23:33:32.696Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-02-16T23:33:32.696Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-02-16T23:33:32.696Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-02-16T23:33:32.696Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
40642026-02-16T23:33:32.696Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
40652026-02-16T23:33:32.697ZFeb 16 23:33:30.969 INFO [stamp-overlay] process exited with exit status: 0 (27.863192ms)
40662026-02-16T23:33:32.697Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
40672026-02-16T23:33:32.701ZFeb 16 23:33:30.973 INFO [stamp-oxlog] process exited with exit status: 0 (34.478699ms)
40682026-02-16T23:33:32.767Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
40692026-02-16T23:33:32.772ZFeb 16 23:33:31.022 INFO [stamp-crucible-utils] process exited with exit status: 0 (81.461612ms)
40702026-02-16T23:33:32.779Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
40712026-02-16T23:33:32.855ZFeb 16 23:33:31.057 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (115.548469ms)
40722026-02-16T23:33:32.996Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
40732026-02-16T23:33:33.000ZFeb 16 23:33:31.273 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (332.974677ms)
40742026-02-16T23:33:33.353Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
40752026-02-16T23:33:33.357ZFeb 16 23:33:31.631 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (690.308636ms)
40762026-02-16T23:33:34.145Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
40772026-02-16T23:33:34.149ZFeb 16 23:33:32.423 INFO [stamp-propolis-server] process exited with exit status: 0 (1.483602771s)
40782026-02-16T23:33:34.214Z[recovery-package] Compiling newtype-uuid v1.3.2
40792026-02-16T23:33:34.528Z[recovery-package] Compiling daft v0.1.4
40802026-02-16T23:33:34.844Z[recovery-package] Compiling iddqd v0.3.16
40812026-02-16T23:33:36.390Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40822026-02-16T23:33:36.737Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40832026-02-16T23:33:36.737Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40842026-02-16T23:33:36.743Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
40852026-02-16T23:33:36.789Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40862026-02-16T23:33:37.458Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40872026-02-16T23:33:41.505Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
40882026-02-16T23:33:41.508ZFeb 16 23:33:39.782 INFO [stamp-switch-asic] process exited with exit status: 0 (8.841726739s)
40892026-02-16T23:33:41.509ZFeb 16 23:33:39.782 INFO [host-stamp] task succeeded (8.843234763s)
40902026-02-16T23:33:41.509ZFeb 16 23:33:39.782 INFO [host-proto] running task
40912026-02-16T23:33:42.077ZFeb 16 23:33:40.349 INFO [host-proto] task succeeded (566.969954ms)
40922026-02-16T23:33:42.077ZFeb 16 23:33:40.349 INFO [host-profile] running task
40932026-02-16T23:33:42.081ZFeb 16 23:33:40.349 INFO [host-profile] task succeeded (277.283µs)
40942026-02-16T23:33:42.081ZFeb 16 23:33:40.349 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/.tmp9ahkPU/proto/host/root -N 'ci f89bc5a/${os_short_commit} 2026-02-16 23:02' -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/'
40952026-02-16T23:33:42.085Z[ host-image] Feb 16 23:33:40.358 INFO Checking files for board 'cosmo-mbist'
40962026-02-16T23:33:42.085Z[ host-image] Feb 16 23:33:40.358 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40972026-02-16T23:33:42.089Z[ host-image] Feb 16 23:33:40.358 INFO Checking files for board 'gimlet'
40982026-02-16T23:33:42.089Z[ host-image] Feb 16 23:33:40.358 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40992026-02-16T23:33:42.089Z[ host-image] Feb 16 23:33:40.358 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41002026-02-16T23:33:42.089Z[ host-image] Feb 16 23:33:40.358 INFO Checking files for board 'cosmo'
41012026-02-16T23:33:42.089Z[ host-image] Feb 16 23:33:40.358 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41022026-02-16T23:33:42.089Z[ host-image] Feb 16 23:33:40.359 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
41032026-02-16T23:33:42.089Z[ host-image] Feb 16 23:33:40.359 INFO Checking files for board 'cosmo-mbist-noaggr'
41042026-02-16T23:33:42.089Z[ host-image] Feb 16 23:33:40.359 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
41052026-02-16T23:33:42.101Z[ host-image] Feb 16 23:33:40.372 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp9ahkPU/proto/host/root"
41062026-02-16T23:33:42.101Z[ host-image] Feb 16 23:33:40.372 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
41072026-02-16T23:33:42.104Z[ host-image] Feb 16 23:33:40.372 INFO image builder template: ramdisk-01-os...
41082026-02-16T23:33:42.105Z[ host-image] Feb 16 23:33:40.372 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/.tmp9ahkPU/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41092026-02-16T23:33:42.116Z[ host-image] Feb 16 23:33:40.389 INFO O| Feb 16 23:33:40.388 INFO CREATE DATASET: rpool/images/build/host/output
41102026-02-16T23:33:42.533Z[ host-image] Feb 16 23:33:40.805 INFO O| Feb 16 23:33:40.805 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
41112026-02-16T23:33:42.575Z[ host-image] Feb 16 23:33:40.809 INFO O| Feb 16 23:33:40.809 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
41122026-02-16T23:33:42.734Z[ host-image] Feb 16 23:33:41.006 INFO O| Feb 16 23:33:41.006 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
41132026-02-16T23:33:42.785Z[ host-image] Feb 16 23:33:41.058 INFO O| Feb 16 23:33:41.058 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
41142026-02-16T23:33:42.787Z[ host-image] Feb 16 23:33:41.058 INFO O| Feb 16 23:33:41.058 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
41152026-02-16T23:33:42.792Z[ host-image] Feb 16 23:33:41.058 INFO O| Feb 16 23:33:41.058 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
41162026-02-16T23:33:42.792Z[ host-image] Feb 16 23:33:41.058 INFO O| Feb 16 23:33:41.058 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
41172026-02-16T23:33:42.792Z[ host-image] Feb 16 23:33:41.064 INFO O| Feb 16 23:33:41.064 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
41182026-02-16T23:33:43.018Z[ host-image] Feb 16 23:33:41.290 INFO O| Feb 16 23:33:41.290 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41192026-02-16T23:33:43.027Z[ host-image] Feb 16 23:33:41.299 INFO O| Feb 16 23:33:41.299 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
41202026-02-16T23:33:43.391Z[ host-image] Feb 16 23:33:41.663 INFO O| Feb 16 23:33:41.663 INFO O| Caching catalogs ... Done
41212026-02-16T23:33:43.472Z[ host-image] Feb 16 23:33:41.744 INFO O| Feb 16 23:33:41.744 INFO STEP 0 (pkg_image_create) COMPLETE
41222026-02-16T23:33:43.472Z[ host-image] Feb 16 23:33:41.745 INFO O| Feb 16 23:33:41.744 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41232026-02-16T23:33:43.480Z[ host-image] Feb 16 23:33:41.753 INFO O| Feb 16 23:33:41.753 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"]
41242026-02-16T23:33:43.819Z[ host-image] Feb 16 23:33:42.091 INFO O| Feb 16 23:33:42.091 INFO STEP 1 (pkg_set_publisher) COMPLETE
41252026-02-16T23:33:43.820Z[ host-image] Feb 16 23:33:42.091 INFO O| Feb 16 23:33:42.091 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41262026-02-16T23:33:43.820Z[ host-image] Feb 16 23:33:42.091 INFO O| Feb 16 23:33:42.091 INFO skip step because feature "publisher_1_name" is not enabled
41272026-02-16T23:33:43.824Z[ host-image] Feb 16 23:33:42.091 INFO O| Feb 16 23:33:42.091 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282026-02-16T23:33:43.824Z[ host-image] Feb 16 23:33:42.091 INFO O| Feb 16 23:33:42.091 INFO skip step because feature "publisher_2_name" is not enabled
41292026-02-16T23:33:43.824Z[ host-image] Feb 16 23:33:42.091 INFO O| Feb 16 23:33:42.091 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41302026-02-16T23:33:43.824Z[ host-image] Feb 16 23:33:42.091 INFO O| Feb 16 23:33:42.091 INFO skip step because feature "publisher_3_name" is not enabled
41312026-02-16T23:33:43.824Z[ host-image] Feb 16 23:33:42.091 INFO O| Feb 16 23:33:42.091 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41322026-02-16T23:33:44.156Z[ host-image] Feb 16 23:33:42.428 INFO O| Feb 16 23:33:42.428 INFO variant opensolaris.zone is already global
41332026-02-16T23:33:44.156Z[ host-image] Feb 16 23:33:42.428 INFO O| Feb 16 23:33:42.428 INFO STEP 5 (pkg_change_variant) COMPLETE
41342026-02-16T23:33:44.160Z[ host-image] Feb 16 23:33:42.428 INFO O| Feb 16 23:33:42.428 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41352026-02-16T23:33:44.491Z[ host-image] Feb 16 23:33:42.763 INFO O| Feb 16 23:33:42.763 INFO variant opensolaris.imagetype is full; changing to partial
41362026-02-16T23:33:44.491Z[ host-image] Feb 16 23:33:42.763 INFO O| Feb 16 23:33:42.763 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41372026-02-16T23:33:48.171Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
41382026-02-16T23:33:48.172Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
41392026-02-16T23:33:48.175Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41402026-02-16T23:33:48.176Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41412026-02-16T23:33:55.059Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41422026-02-16T23:33:56.152Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
41432026-02-16T23:33:56.430Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41442026-02-16T23:33:56.749Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41452026-02-16T23:33:58.839Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41462026-02-16T23:34:00.901Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41472026-02-16T23:34:18.468Z[ host-image] Feb 16 23:34:16.736 INFO O| Feb 16 23:34:16.735 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41482026-02-16T23:34:25.189Z[recovery-package] Finished `release` profile [optimized] target(s) in 52.23s
41492026-02-16T23:34:27.234ZFeb 16 23:34:25.500 INFO [recovery-package] process exited with exit status: 0 (54.560712386s)
41502026-02-16T23:34:27.234ZFeb 16 23:34:25.500 INFO [recovery-stamp] running task
41512026-02-16T23:34:27.238ZFeb 16 23:34:25.500 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
41522026-02-16T23:34:27.238ZFeb 16 23:34:25.500 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+gitf89bc5a9071
41532026-02-16T23:34:27.238ZFeb 16 23:34:25.501 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+gitf89bc5a9071
41542026-02-16T23:34:27.245Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
41552026-02-16T23:34:27.248Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
41562026-02-16T23:34:27.350Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
41572026-02-16T23:34:27.354ZFeb 16 23:34:25.620 INFO [stamp-installinator] process exited with exit status: 0 (120.024734ms)
41582026-02-16T23:34:27.420Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
41592026-02-16T23:34:27.423ZFeb 16 23:34:25.690 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (189.10464ms)
41602026-02-16T23:34:27.423ZFeb 16 23:34:25.690 INFO [recovery-stamp] task succeeded (190.068436ms)
41612026-02-16T23:34:27.423ZFeb 16 23:34:25.690 INFO [recovery-proto] running task
41622026-02-16T23:34:27.423ZFeb 16 23:34:25.690 INFO [tuf-stamp] running task
41632026-02-16T23:34:27.427ZFeb 16 23:34:25.690 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+gitf89bc5a9071
41642026-02-16T23:34:27.427ZFeb 16 23:34:25.691 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+gitf89bc5a9071
41652026-02-16T23:34:27.427ZFeb 16 23:34:25.691 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+gitf89bc5a9071
41662026-02-16T23:34:27.427ZFeb 16 23:34:25.691 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+gitf89bc5a9071
41672026-02-16T23:34:27.427ZFeb 16 23:34:25.692 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+gitf89bc5a9071
41682026-02-16T23:34:27.427ZFeb 16 23:34:25.692 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+gitf89bc5a9071
41692026-02-16T23:34:27.430ZFeb 16 23:34:25.693 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+gitf89bc5a9071
41702026-02-16T23:34:27.430ZFeb 16 23:34:25.696 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+gitf89bc5a9071
41712026-02-16T23:34:27.433ZFeb 16 23:34:25.698 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+gitf89bc5a9071
41722026-02-16T23:34:27.433ZFeb 16 23:34:25.698 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+gitf89bc5a9071
41732026-02-16T23:34:27.433ZFeb 16 23:34:25.698 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+gitf89bc5a9071
41742026-02-16T23:34:27.437ZFeb 16 23:34:25.704 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+gitf89bc5a9071
41752026-02-16T23:34:27.444Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
41762026-02-16T23:34:27.444Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
41772026-02-16T23:34:27.444Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
41782026-02-16T23:34:27.444Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
41792026-02-16T23:34:27.448Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
41802026-02-16T23:34:27.451Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41812026-02-16T23:34:27.451Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
41822026-02-16T23:34:27.453Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41832026-02-16T23:34:27.456Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41842026-02-16T23:34:27.459Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
41852026-02-16T23:34:27.459Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41862026-02-16T23:34:27.460Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
41872026-02-16T23:34:27.603ZFeb 16 23:34:25.869 INFO [recovery-proto] task succeeded (179.397713ms)
41882026-02-16T23:34:27.606ZFeb 16 23:34:25.869 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.39.455' -P /tmp/.tmp9ahkPU/proto/recovery/root -N 'recovery f89bc5a/${os_short_commit} 2026-02-16 23:02' -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/'
41892026-02-16T23:34:27.610Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
41902026-02-16T23:34:27.614Z[ recovery-image] Feb 16 23:34:25.880 INFO Checking files for board 'gimlet'
41912026-02-16T23:34:27.614Z[ recovery-image] Feb 16 23:34:25.880 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41922026-02-16T23:34:27.614Z[ recovery-image] Feb 16 23:34:25.880 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41932026-02-16T23:34:27.614Z[ recovery-image] Feb 16 23:34:25.880 INFO Checking files for board 'cosmo-mbist-noaggr'
41942026-02-16T23:34:27.614Z[ recovery-image] Feb 16 23:34:25.880 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
41952026-02-16T23:34:27.614Z[ recovery-image] Feb 16 23:34:25.880 INFO Checking files for board 'cosmo'
41962026-02-16T23:34:27.614Z[ recovery-image] Feb 16 23:34:25.880 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41972026-02-16T23:34:27.614Z[ recovery-image] Feb 16 23:34:25.880 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
41982026-02-16T23:34:27.617Z[ recovery-image] Feb 16 23:34:25.880 INFO Checking files for board 'cosmo-mbist'
41992026-02-16T23:34:27.617Z[ recovery-image] Feb 16 23:34:25.880 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
42002026-02-16T23:34:27.629Z[ recovery-image] Feb 16 23:34:25.894 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp9ahkPU/proto/recovery/root"
42012026-02-16T23:34:27.629Z[ recovery-image] Feb 16 23:34:25.895 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
42022026-02-16T23:34:27.629Z[ recovery-image] Feb 16 23:34:25.895 INFO image builder template: ramdisk-01-os...
42032026-02-16T23:34:27.632Z[ recovery-image] Feb 16 23:34:25.895 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmp9ahkPU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42042026-02-16T23:34:27.655Z[ recovery-image] Feb 16 23:34:25.921 INFO O| Feb 16 23:34:25.920 INFO CREATE DATASET: rpool/images/build/recovery/output
42052026-02-16T23:34:27.788ZFeb 16 23:34:26.053 INFO [stamp-probe] process exited with exit status: 0 (353.725729ms)
42062026-02-16T23:34:28.028Z[ recovery-image] Feb 16 23:34:26.293 INFO O| Feb 16 23:34:26.293 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42072026-02-16T23:34:28.033Z[ recovery-image] Feb 16 23:34:26.299 INFO O| Feb 16 23:34:26.299 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42082026-02-16T23:34:28.287Z[ recovery-image] Feb 16 23:34:26.553 INFO O| Feb 16 23:34:26.553 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
42092026-02-16T23:34:28.370Z[ recovery-image] Feb 16 23:34:26.636 INFO O| Feb 16 23:34:26.635 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42102026-02-16T23:34:28.370Z[ recovery-image] Feb 16 23:34:26.636 INFO O| Feb 16 23:34:26.636 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
42112026-02-16T23:34:28.373Z[ recovery-image] Feb 16 23:34:26.636 INFO O| Feb 16 23:34:26.636 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
42122026-02-16T23:34:28.373Z[ recovery-image] Feb 16 23:34:26.636 INFO O| Feb 16 23:34:26.636 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
42132026-02-16T23:34:28.379Z[ recovery-image] Feb 16 23:34:26.645 INFO O| Feb 16 23:34:26.645 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
42142026-02-16T23:34:28.769Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
42152026-02-16T23:34:28.811ZFeb 16 23:34:27.077 INFO [stamp-ntp] process exited with exit status: 0 (1.383814589s)
42162026-02-16T23:34:28.816Z[ recovery-image] Feb 16 23:34:27.082 INFO O| Feb 16 23:34:27.082 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42172026-02-16T23:34:28.828Z[ recovery-image] Feb 16 23:34:27.094 INFO O| Feb 16 23:34:27.093 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42182026-02-16T23:34:29.214Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
42192026-02-16T23:34:29.302Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
42202026-02-16T23:34:29.365ZFeb 16 23:34:27.631 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.940573366s)
42212026-02-16T23:34:29.368Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
42222026-02-16T23:34:29.577Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
42232026-02-16T23:34:29.593Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
42242026-02-16T23:34:29.627ZFeb 16 23:34:27.892 INFO [stamp-internal-dns] process exited with exit status: 0 (2.194125282s)
42252026-02-16T23:34:29.643ZFeb 16 23:34:27.909 INFO [stamp-external-dns] process exited with exit status: 0 (2.217448905s)
42262026-02-16T23:34:29.757Z[ recovery-image] Feb 16 23:34:28.022 INFO O| Feb 16 23:34:28.022 INFO O| Caching catalogs ... Done
42272026-02-16T23:34:29.834Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
42282026-02-16T23:34:29.850ZFeb 16 23:34:28.116 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.411716523s)
42292026-02-16T23:34:29.896Z[ recovery-image] Feb 16 23:34:28.162 INFO O| Feb 16 23:34:28.162 INFO STEP 0 (pkg_image_create) COMPLETE
42302026-02-16T23:34:29.896Z[ recovery-image] Feb 16 23:34:28.162 INFO O| Feb 16 23:34:28.162 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312026-02-16T23:34:29.909Z[ recovery-image] Feb 16 23:34:28.174 INFO O| Feb 16 23:34:28.174 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"]
42322026-02-16T23:34:29.994Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
42332026-02-16T23:34:30.008ZFeb 16 23:34:28.274 INFO [stamp-oximeter] process exited with exit status: 0 (2.583382018s)
42342026-02-16T23:34:30.418Z[ recovery-image] Feb 16 23:34:28.683 INFO O| Feb 16 23:34:28.683 INFO STEP 1 (pkg_set_publisher) COMPLETE
42352026-02-16T23:34:30.418Z[ recovery-image] Feb 16 23:34:28.683 INFO O| Feb 16 23:34:28.683 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42362026-02-16T23:34:30.421Z[ recovery-image] Feb 16 23:34:28.683 INFO O| Feb 16 23:34:28.683 INFO skip step because feature "publisher_1_name" is not enabled
42372026-02-16T23:34:30.421Z[ recovery-image] Feb 16 23:34:28.683 INFO O| Feb 16 23:34:28.683 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42382026-02-16T23:34:30.421Z[ recovery-image] Feb 16 23:34:28.683 INFO O| Feb 16 23:34:28.683 INFO skip step because feature "publisher_2_name" is not enabled
42392026-02-16T23:34:30.421Z[ recovery-image] Feb 16 23:34:28.683 INFO O| Feb 16 23:34:28.683 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42402026-02-16T23:34:30.421Z[ recovery-image] Feb 16 23:34:28.683 INFO O| Feb 16 23:34:28.683 INFO skip step because feature "publisher_3_name" is not enabled
42412026-02-16T23:34:30.421Z[ recovery-image] Feb 16 23:34:28.683 INFO O| Feb 16 23:34:28.683 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42422026-02-16T23:34:30.933Z[ recovery-image] Feb 16 23:34:29.197 INFO O| Feb 16 23:34:29.197 INFO variant opensolaris.zone is already global
42432026-02-16T23:34:30.934Z[ recovery-image] Feb 16 23:34:29.197 INFO O| Feb 16 23:34:29.197 INFO STEP 5 (pkg_change_variant) COMPLETE
42442026-02-16T23:34:30.934Z[ recovery-image] Feb 16 23:34:29.197 INFO O| Feb 16 23:34:29.197 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42452026-02-16T23:34:31.427Z[ recovery-image] Feb 16 23:34:29.693 INFO O| Feb 16 23:34:29.693 INFO variant opensolaris.imagetype is full; changing to partial
42462026-02-16T23:34:31.427Z[ recovery-image] Feb 16 23:34:29.693 INFO O| Feb 16 23:34:29.693 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42472026-02-16T23:34:33.696Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
42482026-02-16T23:34:33.701ZFeb 16 23:34:31.966 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.270437444s)
42492026-02-16T23:34:34.316Z[ host-image] Feb 16 23:34:32.581 INFO O| Feb 16 23:34:32.581 INFO O| Startup: Caching catalogs ... Done
42502026-02-16T23:34:34.443Z[ host-image] Feb 16 23:34:32.708 INFO O| Feb 16 23:34:32.708 INFO O| Planning: Planning completed in 0.00 seconds
42512026-02-16T23:34:34.446Z[ host-image] Feb 16 23:34:32.709 INFO O| Feb 16 23:34:32.709 INFO O| Planning: Consolidating action changes ... Done
42522026-02-16T23:34:34.446Z[ host-image] Feb 16 23:34:32.709 INFO O| Feb 16 23:34:32.709 INFO O| Planning: Evaluating mediators ... Done
42532026-02-16T23:34:34.446Z[ host-image] Feb 16 23:34:32.709 INFO O| Feb 16 23:34:32.709 INFO O| Planning: Planning completed in 0.00 seconds
42542026-02-16T23:34:34.446Z[ host-image] Feb 16 23:34:32.710 INFO O| Feb 16 23:34:32.710 INFO O| Variants/Facets to change: 1
42552026-02-16T23:34:34.534Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
42562026-02-16T23:34:34.538ZFeb 16 23:34:32.804 INFO [stamp-nexus] process exited with exit status: 0 (7.111665151s)
42572026-02-16T23:34:36.611Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
42582026-02-16T23:34:36.615ZFeb 16 23:34:34.880 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.18874236s)
42592026-02-16T23:34:36.784Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
42602026-02-16T23:34:36.788ZFeb 16 23:34:35.053 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.355312321s)
42612026-02-16T23:34:36.957Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
42622026-02-16T23:34:36.961ZFeb 16 23:34:35.226 INFO [stamp-clickhouse] process exited with exit status: 0 (9.53475223s)
42632026-02-16T23:34:36.961ZFeb 16 23:34:35.226 INFO [tuf-stamp] task succeeded (9.536373122s)
42642026-02-16T23:34:36.986Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42652026-02-16T23:34:37.205Z[verify-libraries] Compiling cfg_aliases v0.1.1
42662026-02-16T23:34:37.208Z[verify-libraries] Compiling home v0.5.9
42672026-02-16T23:34:37.259Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42682026-02-16T23:34:37.262Z[verify-libraries] Compiling sqlparser_derive v0.2.2
42692026-02-16T23:34:37.263Z[verify-libraries] Compiling unicode_categories v0.1.1
42702026-02-16T23:34:37.328Z[verify-libraries] Compiling nix v0.28.0
42712026-02-16T23:34:37.366Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42722026-02-16T23:34:37.372Z[verify-libraries] Compiling polyval v0.6.2
42732026-02-16T23:34:37.583Z[verify-libraries] Compiling ctr v0.9.2
42742026-02-16T23:34:37.735Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42752026-02-16T23:34:37.906Z[verify-libraries] Compiling sqlformat v0.3.5
42762026-02-16T23:34:38.028Z[verify-libraries] Compiling ghash v0.5.1
42772026-02-16T23:34:38.115Z[verify-libraries] Compiling ssh-encoding v0.2.0
42782026-02-16T23:34:38.402Z[verify-libraries] Compiling aes-gcm v0.10.3
42792026-02-16T23:34:38.454Z[verify-libraries] Compiling sqlparser v0.45.0
42802026-02-16T23:34:38.457Z[verify-libraries] Compiling blowfish v0.9.1
42812026-02-16T23:34:38.888Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
42822026-02-16T23:34:39.134Z[verify-libraries] Compiling ssh-cipher v0.2.0
42832026-02-16T23:34:39.637Z[verify-libraries] Compiling password-hash v0.4.2
42842026-02-16T23:34:39.690Z[ host-image] Feb 16 23:34:37.954 INFO O| Feb 16 23:34:37.954 INFO O| Done
42852026-02-16T23:34:39.690Z[ host-image] Feb 16 23:34:37.954 INFO O| Feb 16 23:34:37.954 INFO O| Done
42862026-02-16T23:34:39.741Z[verify-libraries] Compiling petname v2.0.2
42872026-02-16T23:34:40.576Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42882026-02-16T23:34:41.051Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42892026-02-16T23:34:41.847Z[ host-image] Feb 16 23:34:40.111 INFO O| Feb 16 23:34:40.111 INFO O| Done
42902026-02-16T23:34:42.059Z[verify-libraries] Compiling rustyline v14.0.0
42912026-02-16T23:34:42.063Z[ host-image] Feb 16 23:34:40.327 INFO O| Feb 16 23:34:40.327 INFO O| Done
42922026-02-16T23:34:42.066Z[ host-image] Feb 16 23:34:40.328 INFO O| Feb 16 23:34:40.328 INFO O| Done
42932026-02-16T23:34:42.066Z[ host-image] Feb 16 23:34:40.328 INFO O| Feb 16 23:34:40.328 INFO O| Done
42942026-02-16T23:34:42.066Z[ host-image] Feb 16 23:34:40.330 INFO O| Feb 16 23:34:40.330 INFO O| Done
42952026-02-16T23:34:42.111Z[verify-libraries] Compiling pbkdf2 v0.11.0
42962026-02-16T23:34:42.723Z[verify-libraries] Compiling ssh-key v0.6.6
42972026-02-16T23:34:43.567Z[verify-libraries] Compiling p256 v0.13.2
42982026-02-16T23:34:44.324Z[ host-image] Feb 16 23:34:42.587 INFO O| Feb 16 23:34:42.587 INFO STEP 6 (pkg_change_variant) COMPLETE
42992026-02-16T23:34:44.324Z[ host-image] Feb 16 23:34:42.587 INFO O| Feb 16 23:34:42.587 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43002026-02-16T23:34:44.324Z[ host-image] Feb 16 23:34:42.587 INFO O| Feb 16 23:34:42.587 INFO skip step because feature "debug_variant" is not enabled
43012026-02-16T23:34:44.327Z[ host-image] Feb 16 23:34:42.587 INFO O| Feb 16 23:34:42.587 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43022026-02-16T23:34:44.920Z[verify-libraries] Compiling p521 v0.13.3
43032026-02-16T23:34:45.007Z[ host-image] Feb 16 23:34:43.270 INFO O| Feb 16 23:34:43.270 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43042026-02-16T23:34:46.604Z[verify-libraries] Compiling russh-cryptovec v0.7.3
43052026-02-16T23:34:47.077Z[verify-libraries] Compiling md5 v0.7.0
43062026-02-16T23:34:47.921Z[verify-libraries] Compiling russh-keys v0.45.0
43072026-02-16T23:34:49.643Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
43082026-02-16T23:34:50.128Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
43092026-02-16T23:34:50.607Z[verify-libraries] Compiling num-bigint v0.4.6
43102026-02-16T23:34:55.670Z[verify-libraries] Compiling des v0.8.1
43112026-02-16T23:34:56.453Z[verify-libraries] Compiling sapling-renderdag v0.1.0
43122026-02-16T23:34:56.642Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43132026-02-16T23:34:57.780Z[verify-libraries] Compiling sync-ptr v0.1.4
43142026-02-16T23:34:57.823Z[verify-libraries] Compiling hex-literal v0.4.1
43152026-02-16T23:34:58.111Z[verify-libraries] Compiling russh v0.45.0
43162026-02-16T23:34:58.247Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43172026-02-16T23:35:00.884Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43182026-02-16T23:35:02.528Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43192026-02-16T23:35:08.527Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43202026-02-16T23:35:12.141Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43212026-02-16T23:35:17.156Z[ recovery-image] Feb 16 23:35:15.414 INFO O| Feb 16 23:35:15.414 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43222026-02-16T23:35:24.197Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43232026-02-16T23:35:38.239Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43242026-02-16T23:35:39.201Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43252026-02-16T23:35:41.568Z[ host-image] Feb 16 23:35:39.823 INFO O| Feb 16 23:35:39.822 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43262026-02-16T23:35:41.991Z[ recovery-image] Feb 16 23:35:40.245 INFO O| Feb 16 23:35:40.245 INFO O| Startup: Caching catalogs ... Done
43272026-02-16T23:35:42.127Z[ recovery-image] Feb 16 23:35:40.381 INFO O| Feb 16 23:35:40.381 INFO O| Planning: Planning completed in 0.00 seconds
43282026-02-16T23:35:42.131Z[ recovery-image] Feb 16 23:35:40.383 INFO O| Feb 16 23:35:40.383 INFO O| Planning: Consolidating action changes ... Done
43292026-02-16T23:35:42.131Z[ recovery-image] Feb 16 23:35:40.383 INFO O| Feb 16 23:35:40.383 INFO O| Planning: Evaluating mediators ... Done
43302026-02-16T23:35:42.131Z[ recovery-image] Feb 16 23:35:40.384 INFO O| Feb 16 23:35:40.384 INFO O| Planning: Planning completed in 0.00 seconds
43312026-02-16T23:35:42.131Z[ recovery-image] Feb 16 23:35:40.384 INFO O| Feb 16 23:35:40.384 INFO O| Variants/Facets to change: 1
43322026-02-16T23:35:42.193Z[ recovery-image] Feb 16 23:35:40.447 INFO O| Feb 16 23:35:40.447 INFO O| Done
43332026-02-16T23:35:42.193Z[ recovery-image] Feb 16 23:35:40.447 INFO O| Feb 16 23:35:40.447 INFO O| Done
43342026-02-16T23:35:44.558Z[ recovery-image] Feb 16 23:35:42.812 INFO O| Feb 16 23:35:42.812 INFO O| Done
43352026-02-16T23:35:44.833Z[ recovery-image] Feb 16 23:35:43.086 INFO O| Feb 16 23:35:43.086 INFO O| Done
43362026-02-16T23:35:44.836Z[ recovery-image] Feb 16 23:35:43.088 INFO O| Feb 16 23:35:43.088 INFO O| Done
43372026-02-16T23:35:44.836Z[ recovery-image] Feb 16 23:35:43.088 INFO O| Feb 16 23:35:43.088 INFO O| Done
43382026-02-16T23:35:44.836Z[ recovery-image] Feb 16 23:35:43.090 INFO O| Feb 16 23:35:43.090 INFO O| Done
43392026-02-16T23:35:46.910Z[ recovery-image] Feb 16 23:35:45.163 INFO O| Feb 16 23:35:45.163 INFO STEP 6 (pkg_change_variant) COMPLETE
43402026-02-16T23:35:46.913Z[ recovery-image] Feb 16 23:35:45.163 INFO O| Feb 16 23:35:45.163 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43412026-02-16T23:35:46.913Z[ recovery-image] Feb 16 23:35:45.163 INFO O| Feb 16 23:35:45.163 INFO skip step because feature "debug_variant" is not enabled
43422026-02-16T23:35:46.913Z[ recovery-image] Feb 16 23:35:45.163 INFO O| Feb 16 23:35:45.163 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43432026-02-16T23:35:48.423Z[ recovery-image] Feb 16 23:35:46.676 INFO O| Feb 16 23:35:46.676 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43442026-02-16T23:35:49.074Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43452026-02-16T23:36:04.834Z[ host-image] Feb 16 23:36:03.085 INFO O| Feb 16 23:36:03.085 INFO O| Startup: Caching catalogs ... Done
43462026-02-16T23:36:04.979Z[ host-image] Feb 16 23:36:03.230 INFO O| Feb 16 23:36:03.230 INFO O| Planning: Planning completed in 0.00 seconds
43472026-02-16T23:36:04.982Z[ host-image] Feb 16 23:36:03.231 INFO O| Feb 16 23:36:03.231 INFO O| Planning: Consolidating action changes ... Done
43482026-02-16T23:36:04.982Z[ host-image] Feb 16 23:36:03.231 INFO O| Feb 16 23:36:03.231 INFO O| Planning: Evaluating mediators ... Done
43492026-02-16T23:36:04.982Z[ host-image] Feb 16 23:36:03.231 INFO O| Feb 16 23:36:03.231 INFO O| Planning: Planning completed in 0.00 seconds
43502026-02-16T23:36:04.982Z[ host-image] Feb 16 23:36:03.232 INFO O| Feb 16 23:36:03.232 INFO O| Variants/Facets to change: 1
43512026-02-16T23:36:05.047Z[ host-image] Feb 16 23:36:03.297 INFO O| Feb 16 23:36:03.297 INFO O| Done
43522026-02-16T23:36:05.047Z[ host-image] Feb 16 23:36:03.297 INFO O| Feb 16 23:36:03.297 INFO O| Done
43532026-02-16T23:36:07.126Z[ host-image] Feb 16 23:36:05.377 INFO O| Feb 16 23:36:05.376 INFO O| Done
43542026-02-16T23:36:07.341Z[ host-image] Feb 16 23:36:05.592 INFO O| Feb 16 23:36:05.592 INFO O| Done
43552026-02-16T23:36:07.345Z[ host-image] Feb 16 23:36:05.593 INFO O| Feb 16 23:36:05.593 INFO O| Done
43562026-02-16T23:36:07.345Z[ host-image] Feb 16 23:36:05.593 INFO O| Feb 16 23:36:05.593 INFO O| Done
43572026-02-16T23:36:07.345Z[ host-image] Feb 16 23:36:05.595 INFO O| Feb 16 23:36:05.595 INFO O| Done
43582026-02-16T23:36:08.311Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43592026-02-16T23:36:09.582Z[ host-image] Feb 16 23:36:07.832 INFO O| Feb 16 23:36:07.832 INFO STEP 8 (pkg_change_facet) COMPLETE
43602026-02-16T23:36:09.582Z[ host-image] Feb 16 23:36:07.832 INFO O| Feb 16 23:36:07.832 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43612026-02-16T23:36:09.585Z[ host-image] Feb 16 23:36:07.832 INFO O| Feb 16 23:36:07.832 INFO skip step because feature "recovery" is not enabled
43622026-02-16T23:36:09.585Z[ host-image] Feb 16 23:36:07.832 INFO O| Feb 16 23:36:07.832 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43632026-02-16T23:36:09.585Z[ host-image] Feb 16 23:36:07.832 INFO O| Feb 16 23:36:07.832 INFO skip step because feature "recovery" is not enabled
43642026-02-16T23:36:09.585Z[ host-image] Feb 16 23:36:07.832 INFO O| Feb 16 23:36:07.832 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43652026-02-16T23:36:09.598Z[ host-image] Feb 16 23:36:07.848 INFO O| Feb 16 23:36:07.848 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"]
43662026-02-16T23:36:12.373Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43672026-02-16T23:36:17.108Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43682026-02-16T23:36:17.869Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43692026-02-16T23:36:25.268Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43702026-02-16T23:36:27.943Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43712026-02-16T23:36:29.336Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43722026-02-16T23:36:36.291Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43732026-02-16T23:36:40.336Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43742026-02-16T23:36:42.822Z[ recovery-image] Feb 16 23:36:41.067 INFO O| Feb 16 23:36:41.067 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43752026-02-16T23:36:51.102Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43762026-02-16T23:37:01.201Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43772026-02-16T23:37:02.950Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43782026-02-16T23:37:03.349Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43792026-02-16T23:37:05.097Z[ host-image] Feb 16 23:37:03.339 INFO O| Feb 16 23:37:03.338 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43802026-02-16T23:37:06.626Z[ recovery-image] Feb 16 23:37:04.867 INFO O| Feb 16 23:37:04.867 INFO O| Startup: Caching catalogs ... Done
43812026-02-16T23:37:06.765Z[ recovery-image] Feb 16 23:37:05.006 INFO O| Feb 16 23:37:05.006 INFO O| Planning: Planning completed in 0.00 seconds
43822026-02-16T23:37:06.770Z[ recovery-image] Feb 16 23:37:05.007 INFO O| Feb 16 23:37:05.007 INFO O| Planning: Consolidating action changes ... Done
43832026-02-16T23:37:06.770Z[ recovery-image] Feb 16 23:37:05.007 INFO O| Feb 16 23:37:05.007 INFO O| Planning: Evaluating mediators ... Done
43842026-02-16T23:37:06.770Z[ recovery-image] Feb 16 23:37:05.008 INFO O| Feb 16 23:37:05.007 INFO O| Planning: Planning completed in 0.00 seconds
43852026-02-16T23:37:06.770Z[ recovery-image] Feb 16 23:37:05.008 INFO O| Feb 16 23:37:05.008 INFO O| Variants/Facets to change: 1
43862026-02-16T23:37:06.835Z[ recovery-image] Feb 16 23:37:05.071 INFO O| Feb 16 23:37:05.071 INFO O| Done
43872026-02-16T23:37:06.835Z[ recovery-image] Feb 16 23:37:05.071 INFO O| Feb 16 23:37:05.071 INFO O| Done
43882026-02-16T23:37:09.126Z[ recovery-image] Feb 16 23:37:07.367 INFO O| Feb 16 23:37:07.367 INFO O| Done
43892026-02-16T23:37:09.430Z[ recovery-image] Feb 16 23:37:07.671 INFO O| Feb 16 23:37:07.671 INFO O| Done
43902026-02-16T23:37:09.433Z[ recovery-image] Feb 16 23:37:07.672 INFO O| Feb 16 23:37:07.672 INFO O| Done
43912026-02-16T23:37:09.433Z[ recovery-image] Feb 16 23:37:07.672 INFO O| Feb 16 23:37:07.672 INFO O| Done
43922026-02-16T23:37:09.434Z[ recovery-image] Feb 16 23:37:07.674 INFO O| Feb 16 23:37:07.674 INFO O| Done
43932026-02-16T23:37:10.208Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43942026-02-16T23:37:11.454Z[ recovery-image] Feb 16 23:37:09.695 INFO O| Feb 16 23:37:09.694 INFO STEP 8 (pkg_change_facet) COMPLETE
43952026-02-16T23:37:11.454Z[ recovery-image] Feb 16 23:37:09.695 INFO O| Feb 16 23:37:09.694 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43962026-02-16T23:37:12.151Z[ recovery-image] Feb 16 23:37:10.391 INFO O| Feb 16 23:37:10.391 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43972026-02-16T23:37:14.631Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43982026-02-16T23:37:27.815Z[ host-image] Feb 16 23:37:26.053 INFO O| Feb 16 23:37:26.052 INFO O| Startup: Caching catalogs ... Done
43992026-02-16T23:37:38.464Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44002026-02-16T23:37:41.779Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44012026-02-16T23:37:46.252Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44022026-02-16T23:38:01.555Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44032026-02-16T23:38:04.442Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44042026-02-16T23:38:09.984Z[ recovery-image] Feb 16 23:38:08.215 INFO O| Feb 16 23:38:08.215 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44052026-02-16T23:38:33.909Z[ recovery-image] Feb 16 23:38:32.137 INFO O| Feb 16 23:38:32.136 INFO O| Startup: Caching catalogs ... Done
44062026-02-16T23:38:34.100Z[ recovery-image] Feb 16 23:38:32.327 INFO O| Feb 16 23:38:32.327 INFO O| Planning: Planning completed in 0.00 seconds
44072026-02-16T23:38:34.103Z[ recovery-image] Feb 16 23:38:32.328 INFO O| Feb 16 23:38:32.328 INFO O| Planning: Consolidating action changes ... Done
44082026-02-16T23:38:34.103Z[ recovery-image] Feb 16 23:38:32.328 INFO O| Feb 16 23:38:32.328 INFO O| Planning: Evaluating mediators ... Done
44092026-02-16T23:38:34.103Z[ recovery-image] Feb 16 23:38:32.329 INFO O| Feb 16 23:38:32.329 INFO O| Planning: Planning completed in 0.00 seconds
44102026-02-16T23:38:34.103Z[ recovery-image] Feb 16 23:38:32.329 INFO O| Feb 16 23:38:32.329 INFO O| Variants/Facets to change: 1
44112026-02-16T23:38:34.210Z[ recovery-image] Feb 16 23:38:32.438 INFO O| Feb 16 23:38:32.438 INFO O| Done
44122026-02-16T23:38:34.210Z[ recovery-image] Feb 16 23:38:32.438 INFO O| Feb 16 23:38:32.438 INFO O| Done
44132026-02-16T23:38:36.546Z[ recovery-image] Feb 16 23:38:34.773 INFO O| Feb 16 23:38:34.773 INFO O| Done
44142026-02-16T23:38:36.770Z[ recovery-image] Feb 16 23:38:34.997 INFO O| Feb 16 23:38:34.997 INFO O| Done
44152026-02-16T23:38:36.773Z[ recovery-image] Feb 16 23:38:34.998 INFO O| Feb 16 23:38:34.998 INFO O| Done
44162026-02-16T23:38:36.773Z[ recovery-image] Feb 16 23:38:34.998 INFO O| Feb 16 23:38:34.998 INFO O| Done
44172026-02-16T23:38:36.773Z[ recovery-image] Feb 16 23:38:35.000 INFO O| Feb 16 23:38:35.000 INFO O| Done
44182026-02-16T23:38:39.043Z[ recovery-image] Feb 16 23:38:37.270 INFO O| Feb 16 23:38:37.270 INFO STEP 9 (pkg_change_facet) COMPLETE
44192026-02-16T23:38:39.043Z[ recovery-image] Feb 16 23:38:37.270 INFO O| Feb 16 23:38:37.270 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44202026-02-16T23:38:39.733Z[ recovery-image] Feb 16 23:38:37.960 INFO O| Feb 16 23:38:37.960 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44212026-02-16T23:38:41.148Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44222026-02-16T23:38:43.182Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44232026-02-16T23:38:43.862Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44242026-02-16T23:39:10.991Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44252026-02-16T23:39:23.806Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44262026-02-16T23:39:28.919Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44272026-02-16T23:39:36.171Z[ recovery-image] Feb 16 23:39:34.389 INFO O| Feb 16 23:39:34.389 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44282026-02-16T23:39:36.556Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44292026-02-16T23:39:52.330Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44302026-02-16T23:39:59.622Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44312026-02-16T23:40:00.458Z[ recovery-image] Feb 16 23:39:58.672 INFO O| Feb 16 23:39:58.672 INFO O| Startup: Caching catalogs ... Done
44322026-02-16T23:40:00.629Z[ recovery-image] Feb 16 23:39:58.843 INFO O| Feb 16 23:39:58.843 INFO O| Planning: Planning completed in 0.00 seconds
44332026-02-16T23:40:00.632Z[ recovery-image] Feb 16 23:39:58.844 INFO O| Feb 16 23:39:58.844 INFO O| Planning: Consolidating action changes ... Done
44342026-02-16T23:40:00.632Z[ recovery-image] Feb 16 23:39:58.844 INFO O| Feb 16 23:39:58.844 INFO O| Planning: Evaluating mediators ... Done
44352026-02-16T23:40:00.632Z[ recovery-image] Feb 16 23:39:58.844 INFO O| Feb 16 23:39:58.844 INFO O| Planning: Planning completed in 0.00 seconds
44362026-02-16T23:40:00.632Z[ recovery-image] Feb 16 23:39:58.845 INFO O| Feb 16 23:39:58.845 INFO O| Variants/Facets to change: 1
44372026-02-16T23:40:00.719Z[ recovery-image] Feb 16 23:39:58.934 INFO O| Feb 16 23:39:58.934 INFO O| Done
44382026-02-16T23:40:00.719Z[ recovery-image] Feb 16 23:39:58.934 INFO O| Feb 16 23:39:58.934 INFO O| Done
44392026-02-16T23:40:03.563Z[ recovery-image] Feb 16 23:40:01.777 INFO O| Feb 16 23:40:01.777 INFO O| Done
44402026-02-16T23:40:03.978Z[ recovery-image] Feb 16 23:40:02.192 INFO O| Feb 16 23:40:02.192 INFO O| Done
44412026-02-16T23:40:03.981Z[ recovery-image] Feb 16 23:40:02.193 INFO O| Feb 16 23:40:02.193 INFO O| Done
44422026-02-16T23:40:03.981Z[ recovery-image] Feb 16 23:40:02.193 INFO O| Feb 16 23:40:02.193 INFO O| Done
44432026-02-16T23:40:03.981Z[ recovery-image] Feb 16 23:40:02.195 INFO O| Feb 16 23:40:02.195 INFO O| Done
44442026-02-16T23:40:07.010Z[ recovery-image] Feb 16 23:40:05.223 INFO O| Feb 16 23:40:05.223 INFO STEP 10 (pkg_change_facet) COMPLETE
44452026-02-16T23:40:07.010Z[ recovery-image] Feb 16 23:40:05.223 INFO O| Feb 16 23:40:05.223 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44462026-02-16T23:40:07.043Z[ recovery-image] Feb 16 23:40:05.255 INFO O| Feb 16 23:40:05.255 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"]
44472026-02-16T23:40:08.956Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44482026-02-16T23:40:32.439Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44492026-02-16T23:40:33.011Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44502026-02-16T23:40:48.710Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44512026-02-16T23:41:02.885Z[ recovery-image] Feb 16 23:41:01.089 INFO O| Feb 16 23:41:01.089 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44522026-02-16T23:41:08.216Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44532026-02-16T23:41:10.176Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44542026-02-16T23:41:22.912Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44552026-02-16T23:41:23.980Z[ host-image] Feb 16 23:41:22.181 INFO O| Feb 16 23:41:22.181 INFO O| Planning: Solver setup ... Done
44562026-02-16T23:41:32.692Z[ recovery-image] Feb 16 23:41:30.892 INFO O| Feb 16 23:41:30.892 INFO O| Startup: Caching catalogs ... Done
44572026-02-16T23:41:40.955Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44582026-02-16T23:41:58.073Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44592026-02-16T23:41:59.457Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44602026-02-16T23:42:00.342Z[verify-libraries] Compiling internet-checksum v0.2.1
44612026-02-16T23:42:00.979Z[verify-libraries] Compiling omicron-zone-package v0.12.2
44622026-02-16T23:42:04.826Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44632026-02-16T23:42:23.169Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44642026-02-16T23:42:59.518Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44652026-02-16T23:43:11.310Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44662026-02-16T23:43:13.171Z[verify-libraries] Compiling diff v0.1.13
44672026-02-16T23:43:14.667Z[verify-libraries] Compiling yansi v1.0.1
44682026-02-16T23:43:16.038Z[verify-libraries] Compiling pretty_assertions v1.4.1
44692026-02-16T23:43:17.245Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44702026-02-16T23:43:46.356Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44712026-02-16T23:43:47.010Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44722026-02-16T23:43:47.645Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44732026-02-16T23:43:48.154Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44742026-02-16T23:43:57.388Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44752026-02-16T23:43:57.992Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44762026-02-16T23:43:58.463Z[verify-libraries] Compiling drift v0.1.3
44772026-02-16T23:43:58.519Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44782026-02-16T23:44:06.753Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
44792026-02-16T23:44:18.817Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44802026-02-16T23:44:21.553Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44812026-02-16T23:44:45.444Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44822026-02-16T23:45:13.052Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44832026-02-16T23:45:18.883Z[ recovery-image] Feb 16 23:45:17.049 INFO O| Feb 16 23:45:17.048 INFO O| Planning: Solver setup ... Done
44842026-02-16T23:45:19.486Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44852026-02-16T23:45:22.629Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44862026-02-16T23:45:27.743Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44872026-02-16T23:45:56.211Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44882026-02-16T23:46:08.439Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44892026-02-16T23:46:08.758Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44902026-02-16T23:46:09.240Z[verify-libraries] Compiling termios v0.3.3
44912026-02-16T23:46:09.823Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44922026-02-16T23:46:16.156Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44932026-02-16T23:46:25.759Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44942026-02-16T23:46:39.014Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44952026-02-16T23:46:40.005Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44962026-02-16T23:46:46.974Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44972026-02-16T23:50:51.157Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44982026-02-16T23:51:14.008Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44992026-02-16T23:51:45.022Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45002026-02-16T23:52:10.945Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45012026-02-16T23:52:19.737Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45022026-02-16T23:53:07.779Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
45032026-02-16T23:53:14.200Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45042026-02-16T23:55:26.997Z[ host-image] Feb 16 23:55:25.068 INFO O| Feb 16 23:55:25.068 INFO O| Planning: Running solver ... Done
45052026-02-16T23:55:29.048Z[ host-image] Feb 16 23:55:27.118 INFO O| Feb 16 23:55:27.118 INFO O| Planning: Finding local manifests ... Done
45062026-02-16T23:55:29.112Z[ host-image] Feb 16 23:55:27.182 INFO O| Feb 16 23:55:27.182 INFO O| Planning: Fetching manifests: 0/126 0% complete
45072026-02-16T23:55:34.647Z[ host-image] Feb 16 23:55:32.716 INFO O| Feb 16 23:55:32.716 INFO O| Planning: Fetching manifests: 96/126 76% complete
45082026-02-16T23:55:36.109Z[ host-image] Feb 16 23:55:34.179 INFO O| Feb 16 23:55:34.179 INFO O| Planning: Fetching manifests: 126/126 100% complete
45092026-02-16T23:55:37.281Z[ host-image] Feb 16 23:55:35.351 INFO O| Feb 16 23:55:35.350 INFO O| Planning: Package planning ... Done
45102026-02-16T23:55:38.737Z[ host-image] Feb 16 23:55:36.806 INFO O| Feb 16 23:55:36.806 INFO O| Planning: Merging actions ... Done
45112026-02-16T23:55:39.115Z[ host-image] Feb 16 23:55:37.183 INFO O| Feb 16 23:55:37.183 INFO O| Planning: Checking for conflicting actions ... Done
45122026-02-16T23:55:39.455Z[ host-image] Feb 16 23:55:37.524 INFO O| Feb 16 23:55:37.523 INFO O| Planning: Consolidating action changes ... Done
45132026-02-16T23:55:39.998Z[ host-image] Feb 16 23:55:38.066 INFO O| Feb 16 23:55:38.066 INFO O| Planning: Evaluating mediators ... Done
45142026-02-16T23:55:46.294Z[ host-image] Feb 16 23:55:44.362 INFO O| Feb 16 23:55:44.362 INFO O| Planning: Planning completed in 1098.11 seconds
45152026-02-16T23:55:46.298Z[ host-image] Feb 16 23:55:44.366 INFO O| Feb 16 23:55:44.366 INFO O| Packages to install: 126
45162026-02-16T23:55:46.298Z[ host-image] Feb 16 23:55:44.366 INFO O| Feb 16 23:55:44.366 INFO O| Mediators to change: 5
45172026-02-16T23:55:46.301Z[ host-image] Feb 16 23:55:44.366 INFO O| Feb 16 23:55:44.366 INFO O| Services to change: 6
45182026-02-16T23:55:46.460Z[ host-image] Feb 16 23:55:44.527 INFO O| Feb 16 23:55:44.527 INFO O| Download: 0/22925 items 0.0/209.3MB 0% complete
45192026-02-16T23:55:51.468Z[ host-image] Feb 16 23:55:49.534 INFO O| Feb 16 23:55:49.534 INFO O| Download: 1434/22925 items 8.7/209.3MB 4% complete (1.8M/s)
45202026-02-16T23:55:56.480Z[ host-image] Feb 16 23:55:54.546 INFO O| Feb 16 23:55:54.546 INFO O| Download: 1994/22925 items 22.5/209.3MB 10% complete (2.3M/s)
45212026-02-16T23:56:01.484Z[ host-image] Feb 16 23:55:59.549 INFO O| Feb 16 23:55:59.549 INFO O| Download: 3021/22925 items 34.1/209.3MB 16% complete (2.5M/s)
45222026-02-16T23:56:06.497Z[ host-image] Feb 16 23:56:04.562 INFO O| Feb 16 23:56:04.561 INFO O| Download: 4392/22925 items 41.4/209.3MB 19% complete (1.9M/s)
45232026-02-16T23:56:11.501Z[ host-image] Feb 16 23:56:09.565 INFO O| Feb 16 23:56:09.565 INFO O| Download: 5216/22925 items 46.4/209.3MB 22% complete (1.2M/s)
45242026-02-16T23:56:16.502Z[ host-image] Feb 16 23:56:14.565 INFO O| Feb 16 23:56:14.565 INFO O| Download: 6843/22925 items 48.3/209.3MB 23% complete (701k/s)
45252026-02-16T23:56:21.521Z[ host-image] Feb 16 23:56:19.584 INFO O| Feb 16 23:56:19.584 INFO O| Download: 8035/22925 items 60.0/209.3MB 28% complete (1.4M/s)
45262026-02-16T23:56:26.529Z[ host-image] Feb 16 23:56:24.591 INFO O| Feb 16 23:56:24.591 INFO O| Download: 8906/22925 items 75.0/209.3MB 35% complete (2.6M/s)
45272026-02-16T23:56:31.553Z[ host-image] Feb 16 23:56:29.613 INFO O| Feb 16 23:56:29.613 INFO O| Download: 10228/22925 items 88.8/209.3MB 42% complete (2.8M/s)
45282026-02-16T23:56:36.556Z[ host-image] Feb 16 23:56:34.615 INFO O| Feb 16 23:56:34.615 INFO O| Download: 11234/22925 items 97.3/209.3MB 46% complete (2.2M/s)
45292026-02-16T23:56:41.557Z[ host-image] Feb 16 23:56:39.616 INFO O| Feb 16 23:56:39.615 INFO O| Download: 12062/22925 items 101.7/209.3MB 48% complete (1.3M/s)
45302026-02-16T23:56:46.562Z[ host-image] Feb 16 23:56:44.620 INFO O| Feb 16 23:56:44.620 INFO O| Download: 13047/22925 items 113.3/209.3MB 54% complete (1.6M/s)
45312026-02-16T23:56:51.581Z[ host-image] Feb 16 23:56:49.638 INFO O| Feb 16 23:56:49.638 INFO O| Download: 14082/22925 items 113.8/209.3MB 54% complete (1.2M/s)
45322026-02-16T23:56:56.906Z[ host-image] Feb 16 23:56:54.962 INFO O| Feb 16 23:56:54.962 INFO O| Download: 14590/22925 items 120.2/209.3MB 57% complete (665k/s)
45332026-02-16T23:57:02.167Z[ host-image] Feb 16 23:57:00.223 INFO O| Feb 16 23:57:00.223 INFO O| Download: 15610/22925 items 129.0/209.3MB 61% complete (1.5M/s)
45342026-02-16T23:57:07.168Z[ host-image] Feb 16 23:57:05.223 INFO O| Feb 16 23:57:05.223 INFO O| Download: 16051/22925 items 135.4/209.3MB 64% complete (1.5M/s)
45352026-02-16T23:57:12.173Z[ host-image] Feb 16 23:57:10.228 INFO O| Feb 16 23:57:10.228 INFO O| Download: 17342/22925 items 147.7/209.3MB 70% complete (1.9M/s)
45362026-02-16T23:57:17.176Z[ host-image] Feb 16 23:57:15.229 INFO O| Feb 16 23:57:15.229 INFO O| Download: 18307/22925 items 166.7/209.3MB 79% complete (3.1M/s)
45372026-02-16T23:57:22.181Z[ host-image] Feb 16 23:57:20.234 INFO O| Feb 16 23:57:20.234 INFO O| Download: 19514/22925 items 171.8/209.3MB 82% complete (2.4M/s)
45382026-02-16T23:57:27.380Z[ host-image] Feb 16 23:57:25.432 INFO O| Feb 16 23:57:25.432 INFO O| Download: 20889/22925 items 178.0/209.3MB 85% complete (1.1M/s)
45392026-02-16T23:57:32.389Z[ host-image] Feb 16 23:57:30.441 INFO O| Feb 16 23:57:30.441 INFO O| Download: 21444/22925 items 184.3/209.3MB 88% complete (1.2M/s)
45402026-02-16T23:57:37.390Z[ host-image] Feb 16 23:57:35.441 INFO O| Feb 16 23:57:35.441 INFO O| Download: 22120/22925 items 202.7/209.3MB 96% complete (2.5M/s)
45412026-02-16T23:57:42.054Z[ host-image] Feb 16 23:57:40.104 INFO O| Feb 16 23:57:40.104 INFO O| Download: Completed 209.29 MB in 115.58 seconds (1.8M/s)
45422026-02-16T23:57:43.351Z[ host-image] Feb 16 23:57:41.401 INFO O| Feb 16 23:57:41.401 INFO O| Actions: 1/50885 actions (Installing new actions)
45432026-02-16T23:57:48.352Z[ host-image] Feb 16 23:57:46.401 INFO O| Feb 16 23:57:46.401 INFO O| Actions: 12655/50885 actions (Installing new actions)
45442026-02-16T23:57:53.353Z[ host-image] Feb 16 23:57:51.401 INFO O| Feb 16 23:57:51.401 INFO O| Actions: 20448/50885 actions (Installing new actions)
45452026-02-16T23:57:58.354Z[ host-image] Feb 16 23:57:56.401 INFO O| Feb 16 23:57:56.401 INFO O| Actions: 41851/50885 actions (Installing new actions)
45462026-02-16T23:58:00.003Z[ host-image] Feb 16 23:57:58.049 INFO O| Feb 16 23:57:58.049 INFO O| Actions: Completed 50885 actions in 16.64 seconds.
45472026-02-16T23:58:01.473Z[ host-image] Feb 16 23:57:59.520 INFO O| Feb 16 23:57:59.520 INFO O| Done
45482026-02-16T23:58:01.474Z[ host-image] Feb 16 23:57:59.520 INFO O| Feb 16 23:57:59.520 INFO O| Done
45492026-02-16T23:58:03.269Z[ host-image] Feb 16 23:58:01.315 INFO O| Feb 16 23:58:01.315 INFO O| Done
45502026-02-16T23:58:04.924Z[ host-image] Feb 16 23:58:02.970 INFO O| Feb 16 23:58:02.970 INFO O| Done
45512026-02-16T23:58:04.962Z[ host-image] Feb 16 23:58:03.009 INFO O| Feb 16 23:58:03.008 INFO O| Done
45522026-02-16T23:58:10.341Z[ host-image] Feb 16 23:58:08.386 INFO O| Feb 16 23:58:08.386 INFO O| Done
45532026-02-16T23:58:10.836Z[ host-image] Feb 16 23:58:08.882 INFO O| Feb 16 23:58:08.882 INFO O| Done
45542026-02-16T23:58:13.886Z[ host-image] Feb 16 23:58:11.931 INFO O| Feb 16 23:58:11.931 INFO STEP 11 (pkg_install) COMPLETE
45552026-02-16T23:58:13.886Z[ host-image] Feb 16 23:58:11.931 INFO O| Feb 16 23:58:11.931 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45562026-02-16T23:58:13.903Z[ host-image] Feb 16 23:58:11.948 INFO O| Feb 16 23:58:11.948 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"]
45572026-02-16T23:58:21.161Z[ recovery-image] Feb 16 23:58:19.205 INFO O| Feb 16 23:58:19.205 INFO O| Planning: Running solver ... Done
45582026-02-16T23:58:22.158Z[ recovery-image] Feb 16 23:58:20.202 INFO O| Feb 16 23:58:20.202 INFO O| Planning: Finding local manifests ... Done
45592026-02-16T23:58:22.189Z[ recovery-image] Feb 16 23:58:20.233 INFO O| Feb 16 23:58:20.232 INFO O| Planning: Fetching manifests: 0/126 0% complete
45602026-02-16T23:58:25.124Z[ recovery-image] Feb 16 23:58:23.167 INFO O| Feb 16 23:58:23.167 INFO O| Planning: Fetching manifests: 126/126 100% complete
45612026-02-16T23:58:25.665Z[ recovery-image] Feb 16 23:58:23.708 INFO O| Feb 16 23:58:23.708 INFO O| Planning: Package planning ... Done
45622026-02-16T23:58:25.994Z[ recovery-image] Feb 16 23:58:24.037 INFO O| Feb 16 23:58:24.037 INFO O| Planning: Merging actions ... Done
45632026-02-16T23:58:26.084Z[ recovery-image] Feb 16 23:58:24.128 INFO O| Feb 16 23:58:24.127 INFO O| Planning: Checking for conflicting actions ... Done
45642026-02-16T23:58:26.161Z[ recovery-image] Feb 16 23:58:24.204 INFO O| Feb 16 23:58:24.203 INFO O| Planning: Consolidating action changes ... Done
45652026-02-16T23:58:26.456Z[ recovery-image] Feb 16 23:58:24.499 INFO O| Feb 16 23:58:24.499 INFO O| Planning: Evaluating mediators ... Done
45662026-02-16T23:58:29.614Z[ recovery-image] Feb 16 23:58:27.656 INFO O| Feb 16 23:58:27.656 INFO O| Planning: Planning completed in 1016.48 seconds
45672026-02-16T23:58:29.618Z[ recovery-image] Feb 16 23:58:27.659 INFO O| Feb 16 23:58:27.659 INFO O| Packages to install: 126
45682026-02-16T23:58:29.618Z[ recovery-image] Feb 16 23:58:27.659 INFO O| Feb 16 23:58:27.659 INFO O| Mediators to change: 5
45692026-02-16T23:58:29.618Z[ recovery-image] Feb 16 23:58:27.659 INFO O| Feb 16 23:58:27.659 INFO O| Services to change: 5
45702026-02-16T23:58:29.668Z[ recovery-image] Feb 16 23:58:27.711 INFO O| Feb 16 23:58:27.711 INFO O| Download: 0/15969 items 0.0/185.9MB 0% complete
45712026-02-16T23:58:34.777Z[ recovery-image] Feb 16 23:58:32.819 INFO O| Feb 16 23:58:32.819 INFO O| Download: 1316/15969 items 19.9/185.9MB 10% complete (4.1M/s)
45722026-02-16T23:58:39.756Z[ host-image] Feb 16 23:58:37.797 INFO O| Feb 16 23:58:37.797 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45732026-02-16T23:58:39.778Z[ recovery-image] Feb 16 23:58:37.819 INFO O| Feb 16 23:58:37.819 INFO O| Download: 2688/15969 items 33.3/185.9MB 17% complete (3.3M/s)
45742026-02-16T23:58:44.797Z[ recovery-image] Feb 16 23:58:42.837 INFO O| Feb 16 23:58:42.837 INFO O| Download: 4858/15969 items 43.4/185.9MB 23% complete (3.0M/s)
45752026-02-16T23:58:49.818Z[ recovery-image] Feb 16 23:58:47.857 INFO O| Feb 16 23:58:47.857 INFO O| Download: 6203/15969 items 61.6/185.9MB 33% complete (2.6M/s)
45762026-02-16T23:58:52.706Z[ host-image] Feb 16 23:58:50.745 INFO O| Feb 16 23:58:50.745 INFO O| Startup: Caching catalogs ... Done
45772026-02-16T23:58:54.830Z[ recovery-image] Feb 16 23:58:52.869 INFO O| Feb 16 23:58:52.869 INFO O| Download: 7692/15969 items 77.1/185.9MB 41% complete (3.3M/s)
45782026-02-16T23:58:59.847Z[ recovery-image] Feb 16 23:58:57.884 INFO O| Feb 16 23:58:57.884 INFO O| Download: 8666/15969 items 83.3/185.9MB 44% complete (2.3M/s)
45792026-02-16T23:59:04.149Z[ host-image] Feb 16 23:59:02.187 INFO O| Feb 16 23:59:02.187 INFO O| Planning: Solver setup ... Done
45802026-02-16T23:59:04.161Z[ host-image] Feb 16 23:59:02.198 INFO O| Feb 16 23:59:02.198 INFO O| Planning: Running solver ... Done
45812026-02-16T23:59:04.325Z[ host-image] Feb 16 23:59:02.362 INFO O| Feb 16 23:59:02.361 INFO O| Planning: Finding local manifests ... Done
45822026-02-16T23:59:04.397Z[ host-image] Feb 16 23:59:02.434 INFO O| Feb 16 23:59:02.433 INFO O| Planning: Fetching manifests: 0/6 0% complete
45832026-02-16T23:59:04.589Z[ host-image] Feb 16 23:59:02.625 INFO O| Feb 16 23:59:02.625 INFO O| Planning: Fetching manifests: 6/6 100% complete
45842026-02-16T23:59:04.630Z[ host-image] Feb 16 23:59:02.667 INFO O| Feb 16 23:59:02.667 INFO O| Planning: Package planning ... Done
45852026-02-16T23:59:04.637Z[ host-image] Feb 16 23:59:02.674 INFO O| Feb 16 23:59:02.674 INFO O| Planning: Merging actions ... Done
45862026-02-16T23:59:04.757Z[ host-image] Feb 16 23:59:02.794 INFO O| Feb 16 23:59:02.794 INFO O| Planning: Checking for conflicting actions ... Done
45872026-02-16T23:59:04.761Z[ host-image] Feb 16 23:59:02.797 INFO O| Feb 16 23:59:02.797 INFO O| Planning: Consolidating action changes ... Done
45882026-02-16T23:59:04.855Z[ recovery-image] Feb 16 23:59:02.892 INFO O| Feb 16 23:59:02.892 INFO O| Download: 9342/15969 items 96.3/185.9MB 51% complete (1.9M/s)
45892026-02-16T23:59:05.078Z[ host-image] Feb 16 23:59:03.115 INFO O| Feb 16 23:59:03.115 INFO O| Planning: Evaluating mediators ... Done
45902026-02-16T23:59:05.082Z[ host-image] Feb 16 23:59:03.118 INFO O| Feb 16 23:59:03.118 INFO O| Planning: Planning completed in 12.24 seconds
45912026-02-16T23:59:05.082Z[ host-image] Feb 16 23:59:03.118 INFO O| Feb 16 23:59:03.118 INFO O| Packages to install: 6
45922026-02-16T23:59:05.082Z[ host-image] Feb 16 23:59:03.118 INFO O| Feb 16 23:59:03.118 INFO O| Services to change: 2
45932026-02-16T23:59:05.110Z[ host-image] Feb 16 23:59:03.147 INFO O| Feb 16 23:59:03.147 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45942026-02-16T23:59:07.840Z[ host-image] Feb 16 23:59:05.876 INFO O| Feb 16 23:59:05.876 INFO O| Download: Completed 1.75 MB in 2.73 seconds (654k/s)
45952026-02-16T23:59:07.950Z[ host-image] Feb 16 23:59:05.987 INFO O| Feb 16 23:59:05.987 INFO O| Actions: 1/390 actions (Installing new actions)
45962026-02-16T23:59:08.342Z[ host-image] Feb 16 23:59:06.378 INFO O| Feb 16 23:59:06.378 INFO O| Actions: Completed 390 actions in 0.39 seconds.
45972026-02-16T23:59:09.138Z[ host-image] Feb 16 23:59:07.174 INFO O| Feb 16 23:59:07.174 INFO O| Done
45982026-02-16T23:59:09.138Z[ host-image] Feb 16 23:59:07.174 INFO O| Feb 16 23:59:07.174 INFO O| Done
45992026-02-16T23:59:09.873Z[ recovery-image] Feb 16 23:59:07.909 INFO O| Feb 16 23:59:07.909 INFO O| Download: 10698/15969 items 97.0/185.9MB 52% complete (1.4M/s)
46002026-02-16T23:59:11.729Z[ host-image] Feb 16 23:59:09.765 INFO O| Feb 16 23:59:09.765 INFO O| Done
46012026-02-16T23:59:14.607Z[ host-image] Feb 16 23:59:12.642 INFO O| Feb 16 23:59:12.642 INFO O| Done
46022026-02-16T23:59:14.657Z[ host-image] Feb 16 23:59:12.692 INFO O| Feb 16 23:59:12.692 INFO O| Done
46032026-02-16T23:59:14.662Z[ host-image] Feb 16 23:59:12.693 INFO O| Feb 16 23:59:12.693 INFO O| Done
46042026-02-16T23:59:14.698Z[ host-image] Feb 16 23:59:12.734 INFO O| Feb 16 23:59:12.734 INFO O| Done
46052026-02-16T23:59:14.935Z[ recovery-image] Feb 16 23:59:12.970 INFO O| Feb 16 23:59:12.970 INFO O| Download: 11582/15969 items 114.8/185.9MB 61% complete (1.8M/s)
46062026-02-16T23:59:16.782Z[ host-image] Feb 16 23:59:14.817 INFO O| Feb 16 23:59:14.817 INFO STEP 12 (pkg_install) COMPLETE
46072026-02-16T23:59:16.782Z[ host-image] Feb 16 23:59:14.817 INFO O| Feb 16 23:59:14.817 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46082026-02-16T23:59:16.798Z[ host-image] Feb 16 23:59:14.831 INFO O| Feb 16 23:59:14.831 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46092026-02-16T23:59:19.959Z[ recovery-image] Feb 16 23:59:17.993 INFO O| Feb 16 23:59:17.993 INFO O| Download: 12800/15969 items 146.4/185.9MB 78% complete (4.9M/s)
46102026-02-16T23:59:24.960Z[ recovery-image] Feb 16 23:59:22.993 INFO O| Feb 16 23:59:22.993 INFO O| Download: 14122/15969 items 151.8/185.9MB 81% complete (3.8M/s)
46112026-02-16T23:59:29.961Z[ recovery-image] Feb 16 23:59:27.995 INFO O| Feb 16 23:59:27.994 INFO O| Download: 15135/15969 items 161.8/185.9MB 87% complete (1.5M/s)
46122026-02-16T23:59:34.972Z[ recovery-image] Feb 16 23:59:33.004 INFO O| Feb 16 23:59:33.004 INFO O| Download: 15864/15969 items 184.0/185.9MB 98% complete (3.2M/s)
46132026-02-16T23:59:35.796Z[ recovery-image] Feb 16 23:59:33.828 INFO O| Feb 16 23:59:33.828 INFO O| Download: Completed 185.91 MB in 66.12 seconds (2.8M/s)
46142026-02-16T23:59:36.942Z[ recovery-image] Feb 16 23:59:34.973 INFO O| Feb 16 23:59:34.973 INFO O| Actions: 1/26357 actions (Installing new actions)
46152026-02-16T23:59:41.942Z[ recovery-image] Feb 16 23:59:39.973 INFO O| Feb 16 23:59:39.973 INFO O| Actions: 10984/26357 actions (Installing new actions)
46162026-02-16T23:59:46.943Z[ recovery-image] Feb 16 23:59:44.974 INFO O| Feb 16 23:59:44.974 INFO O| Actions: 17137/26357 actions (Installing new actions)
46172026-02-16T23:59:51.642Z[ recovery-image] Feb 16 23:59:49.671 INFO O| Feb 16 23:59:49.671 INFO O| Actions: Completed 26357 actions in 14.69 seconds.
46182026-02-16T23:59:53.425Z[ recovery-image] Feb 16 23:59:51.454 INFO O| Feb 16 23:59:51.454 INFO O| Done
46192026-02-16T23:59:53.425Z[ recovery-image] Feb 16 23:59:51.454 INFO O| Feb 16 23:59:51.454 INFO O| Done
46202026-02-16T23:59:56.777Z[ recovery-image] Feb 16 23:59:54.806 INFO O| Feb 16 23:59:54.806 INFO O| Done
46212026-02-16T23:59:59.097Z[ recovery-image] Feb 16 23:59:57.126 INFO O| Feb 16 23:59:57.125 INFO O| Done
46222026-02-16T23:59:59.123Z[ recovery-image] Feb 16 23:59:57.151 INFO O| Feb 16 23:59:57.151 INFO O| Done
46232026-02-17T00:00:04.145Z[ recovery-image] Feb 17 00:00:02.173 INFO O| Feb 17 00:00:02.172 INFO O| Done
46242026-02-17T00:00:04.926Z[ recovery-image] Feb 17 00:00:02.953 INFO O| Feb 17 00:00:02.953 INFO O| Done
46252026-02-17T00:00:08.014Z[ host-image] Feb 17 00:00:06.040 INFO O| Feb 17 00:00:06.040 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46262026-02-17T00:00:08.852Z[ recovery-image] Feb 17 00:00:06.879 INFO O| Feb 17 00:00:06.879 INFO STEP 11 (pkg_install) COMPLETE
46272026-02-17T00:00:08.856Z[ recovery-image] Feb 17 00:00:06.879 INFO O| Feb 17 00:00:06.879 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46282026-02-17T00:00:08.856Z[ recovery-image] Feb 17 00:00:06.879 INFO O| Feb 17 00:00:06.879 INFO skip step because feature "recovery" is enabled
46292026-02-17T00:00:08.856Z[ recovery-image] Feb 17 00:00:06.879 INFO O| Feb 17 00:00:06.879 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46302026-02-17T00:00:08.856Z[ recovery-image] Feb 17 00:00:06.879 INFO O| Feb 17 00:00:06.879 INFO skip step because feature "omicron1" is not enabled
46312026-02-17T00:00:08.856Z[ recovery-image] Feb 17 00:00:06.879 INFO O| Feb 17 00:00:06.879 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46322026-02-17T00:00:08.867Z[ recovery-image] Feb 17 00:00:06.894 INFO O| Feb 17 00:00:06.894 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
46332026-02-17T00:00:32.009Z[ host-image] Feb 17 00:00:30.033 INFO O| Feb 17 00:00:30.033 INFO O| Startup: Caching catalogs ... Done
46342026-02-17T00:00:42.560Z[ host-image] Feb 17 00:00:40.582 INFO O| Feb 17 00:00:40.582 INFO O| Planning: Solver setup ... Done
46352026-02-17T00:00:42.574Z[ host-image] Feb 17 00:00:40.596 INFO O| Feb 17 00:00:40.595 INFO O| Planning: Running solver ... Done
46362026-02-17T00:00:42.773Z[ host-image] Feb 17 00:00:40.795 INFO O| Feb 17 00:00:40.795 INFO O| Planning: Finding local manifests ... Done
46372026-02-17T00:00:42.884Z[ host-image] Feb 17 00:00:40.906 INFO O| Feb 17 00:00:40.906 INFO O| Planning: Fetching manifests: 0/6 0% complete
46382026-02-17T00:00:43.129Z[ host-image] Feb 17 00:00:41.151 INFO O| Feb 17 00:00:41.150 INFO O| Planning: Fetching manifests: 6/6 100% complete
46392026-02-17T00:00:43.202Z[ host-image] Feb 17 00:00:41.224 INFO O| Feb 17 00:00:41.224 INFO O| Planning: Package planning ... Done
46402026-02-17T00:00:43.245Z[ host-image] Feb 17 00:00:41.267 INFO O| Feb 17 00:00:41.266 INFO O| Planning: Merging actions ... Done
46412026-02-17T00:00:43.397Z[ host-image] Feb 17 00:00:41.419 INFO O| Feb 17 00:00:41.419 INFO O| Planning: Checking for conflicting actions ... Done
46422026-02-17T00:00:43.404Z[ host-image] Feb 17 00:00:41.426 INFO O| Feb 17 00:00:41.426 INFO O| Planning: Consolidating action changes ... Done
46432026-02-17T00:00:43.842Z[ host-image] Feb 17 00:00:41.861 INFO O| Feb 17 00:00:41.861 INFO O| Planning: Evaluating mediators ... Done
46442026-02-17T00:00:43.847Z[ host-image] Feb 17 00:00:41.868 INFO O| Feb 17 00:00:41.868 INFO O| Planning: Planning completed in 11.66 seconds
46452026-02-17T00:00:43.851Z[ host-image] Feb 17 00:00:41.869 INFO O| Feb 17 00:00:41.869 INFO O| Packages to install: 6
46462026-02-17T00:00:43.851Z[ host-image] Feb 17 00:00:41.869 INFO O| Feb 17 00:00:41.869 INFO O| Mediators to change: 1
46472026-02-17T00:00:43.851Z[ host-image] Feb 17 00:00:41.869 INFO O| Feb 17 00:00:41.869 INFO O| Services to change: 1
46482026-02-17T00:00:43.882Z[ host-image] Feb 17 00:00:41.903 INFO O| Feb 17 00:00:41.903 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
46492026-02-17T00:00:48.461Z[ host-image] Feb 17 00:00:46.482 INFO O| Feb 17 00:00:46.482 INFO O| Download: Completed 7.71 MB in 4.58 seconds (1.7M/s)
46502026-02-17T00:00:48.629Z[ host-image] Feb 17 00:00:46.650 INFO O| Feb 17 00:00:46.650 INFO O| Actions: 1/1361 actions (Installing new actions)
46512026-02-17T00:00:49.352Z[ host-image] Feb 17 00:00:47.372 INFO O| Feb 17 00:00:47.372 INFO O| Actions: Completed 1361 actions in 0.72 seconds.
46522026-02-17T00:00:50.264Z[ host-image] Feb 17 00:00:48.284 INFO O| Feb 17 00:00:48.284 INFO O| Done
46532026-02-17T00:00:50.268Z[ host-image] Feb 17 00:00:48.284 INFO O| Feb 17 00:00:48.284 INFO O| Done
46542026-02-17T00:00:52.599Z[ host-image] Feb 17 00:00:50.619 INFO O| Feb 17 00:00:50.619 INFO O| Done
46552026-02-17T00:00:55.703Z[ host-image] Feb 17 00:00:53.722 INFO O| Feb 17 00:00:53.722 INFO O| Done
46562026-02-17T00:00:55.750Z[ host-image] Feb 17 00:00:53.770 INFO O| Feb 17 00:00:53.770 INFO O| Done
46572026-02-17T00:00:55.753Z[ host-image] Feb 17 00:00:53.771 INFO O| Feb 17 00:00:53.770 INFO O| Done
46582026-02-17T00:00:55.820Z[ host-image] Feb 17 00:00:53.840 INFO O| Feb 17 00:00:53.840 INFO O| Done
46592026-02-17T00:00:57.959Z[ host-image] Feb 17 00:00:55.978 INFO O| Feb 17 00:00:55.978 INFO STEP 13 (pkg_install) COMPLETE
46602026-02-17T00:00:57.959Z[ host-image] Feb 17 00:00:55.978 INFO O| Feb 17 00:00:55.978 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46612026-02-17T00:00:57.972Z[ host-image] Feb 17 00:00:55.992 INFO O| Feb 17 00:00:55.991 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
46622026-02-17T00:00:58.309Z[ recovery-image] Feb 17 00:00:56.328 INFO O| Feb 17 00:00:56.328 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46632026-02-17T00:01:20.706Z[ recovery-image] Feb 17 00:01:18.722 INFO O| Feb 17 00:01:18.722 INFO O| Startup: Caching catalogs ... Done
46642026-02-17T00:01:31.198Z[ recovery-image] Feb 17 00:01:29.212 INFO O| Feb 17 00:01:29.212 INFO O| Planning: Solver setup ... Done
46652026-02-17T00:01:31.210Z[ recovery-image] Feb 17 00:01:29.225 INFO O| Feb 17 00:01:29.225 INFO O| Planning: Running solver ... Done
46662026-02-17T00:01:31.433Z[ recovery-image] Feb 17 00:01:29.448 INFO O| Feb 17 00:01:29.447 INFO O| Planning: Finding local manifests ... Done
46672026-02-17T00:01:31.508Z[ recovery-image] Feb 17 00:01:29.522 INFO O| Feb 17 00:01:29.522 INFO O| Planning: Fetching manifests: 0/1 0% complete
46682026-02-17T00:01:31.533Z[ recovery-image] Feb 17 00:01:29.547 INFO O| Feb 17 00:01:29.547 INFO O| Planning: Fetching manifests: 1/1 100% complete
46692026-02-17T00:01:31.563Z[ recovery-image] Feb 17 00:01:29.577 INFO O| Feb 17 00:01:29.577 INFO O| Planning: Package planning ... Done
46702026-02-17T00:01:31.566Z[ recovery-image] Feb 17 00:01:29.578 INFO O| Feb 17 00:01:29.578 INFO O| Planning: Merging actions ... Done
46712026-02-17T00:01:31.622Z[ recovery-image] Feb 17 00:01:29.636 INFO O| Feb 17 00:01:29.636 INFO O| Planning: Checking for conflicting actions ... Done
46722026-02-17T00:01:31.625Z[ recovery-image] Feb 17 00:01:29.637 INFO O| Feb 17 00:01:29.637 INFO O| Planning: Consolidating action changes ... Done
46732026-02-17T00:01:31.937Z[ recovery-image] Feb 17 00:01:29.951 INFO O| Feb 17 00:01:29.951 INFO O| Planning: Evaluating mediators ... Done
46742026-02-17T00:01:31.941Z[ recovery-image] Feb 17 00:01:29.952 INFO O| Feb 17 00:01:29.952 INFO O| Planning: Planning completed in 11.07 seconds
46752026-02-17T00:01:31.941Z[ recovery-image] Feb 17 00:01:29.953 INFO O| Feb 17 00:01:29.953 INFO O| Packages to install: 1
46762026-02-17T00:01:31.980Z[ recovery-image] Feb 17 00:01:29.994 INFO O| Feb 17 00:01:29.994 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
46772026-02-17T00:01:32.254Z[ recovery-image] Feb 17 00:01:30.268 INFO O| Feb 17 00:01:30.268 INFO O| Download: Completed 12.26 MB in 0.27 seconds (44.6M/s)
46782026-02-17T00:01:32.346Z[ recovery-image] Feb 17 00:01:30.361 INFO O| Feb 17 00:01:30.361 INFO O| Actions: 1/22 actions (Installing new actions)
46792026-02-17T00:01:32.866Z[ recovery-image] Feb 17 00:01:30.880 INFO O| Feb 17 00:01:30.880 INFO O| Actions: Completed 22 actions in 0.52 seconds.
46802026-02-17T00:01:33.743Z[ recovery-image] Feb 17 00:01:31.747 INFO O| Feb 17 00:01:31.747 INFO O| Done
46812026-02-17T00:01:33.764Z[ recovery-image] Feb 17 00:01:31.748 INFO O| Feb 17 00:01:31.747 INFO O| Done
46822026-02-17T00:01:36.546Z[ recovery-image] Feb 17 00:01:34.556 INFO O| Feb 17 00:01:34.556 INFO O| Done
46832026-02-17T00:01:38.947Z[ recovery-image] Feb 17 00:01:36.959 INFO O| Feb 17 00:01:36.959 INFO O| Done
46842026-02-17T00:01:38.985Z[ recovery-image] Feb 17 00:01:36.997 INFO O| Feb 17 00:01:36.997 INFO O| Done
46852026-02-17T00:01:38.988Z[ recovery-image] Feb 17 00:01:36.998 INFO O| Feb 17 00:01:36.998 INFO O| Done
46862026-02-17T00:01:39.022Z[ recovery-image] Feb 17 00:01:37.024 INFO O| Feb 17 00:01:37.024 INFO O| Done
46872026-02-17T00:01:41.118Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO STEP 14 (pkg_install) COMPLETE
46882026-02-17T00:01:41.118Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46892026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO skip step because feature "mbist" is not enabled
46902026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46912026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO skip step because feature "mfg" is not enabled
46922026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46932026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO skip step because feature "compliance" is not enabled
46942026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46952026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO skip step because feature "stress" is not enabled
46962026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46972026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO skip step because feature "compliance" is not enabled
46982026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46992026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO skip step because feature "nfs" is not enabled
47002026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
47012026-02-17T00:01:41.123Z[ recovery-image] Feb 17 00:01:39.129 INFO O| Feb 17 00:01:39.129 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
47022026-02-17T00:01:41.195Z[ recovery-image] Feb 17 00:01:39.206 INFO O| Feb 17 00:01:39.206 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
47032026-02-17T00:01:41.328Z[ recovery-image] Feb 17 00:01:39.340 INFO O| Feb 17 00:01:39.340 INFO completed processing sled/ramdisk-01-os
47042026-02-17T00:01:41.343Z[ recovery-image] Feb 17 00:01:39.356 INFO image builder template: ramdisk-02-trim...
47052026-02-17T00:01:41.343Z[ recovery-image] Feb 17 00:01:39.356 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/.tmp9ahkPU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
47062026-02-17T00:01:41.390Z[ recovery-image] Feb 17 00:01:39.401 INFO O| Feb 17 00:01:39.401 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47072026-02-17T00:01:41.394Z[ recovery-image] Feb 17 00:01:39.406 INFO O| Feb 17 00:01:39.406 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47082026-02-17T00:01:41.557Z[ recovery-image] Feb 17 00:01:39.569 INFO O| Feb 17 00:01:39.569 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
47092026-02-17T00:01:41.625Z[ recovery-image] Feb 17 00:01:39.637 INFO O| Feb 17 00:01:39.637 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47102026-02-17T00:01:41.625Z[ recovery-image] Feb 17 00:01:39.638 INFO O| Feb 17 00:01:39.637 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47112026-02-17T00:01:41.631Z[ recovery-image] Feb 17 00:01:39.643 INFO O| Feb 17 00:01:39.643 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47122026-02-17T00:01:41.637Z[ recovery-image] Feb 17 00:01:39.648 INFO O| Feb 17 00:01:39.648 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
47132026-02-17T00:01:41.641Z[ recovery-image] Feb 17 00:01:39.653 INFO O| Feb 17 00:01:39.653 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
47142026-02-17T00:01:42.076Z[ recovery-image] Feb 17 00:01:40.085 INFO O| Feb 17 00:01:40.085 INFO rolled back to input snapshot; work may begin
47152026-02-17T00:01:42.076Z[ recovery-image] Feb 17 00:01:40.085 INFO O| Feb 17 00:01:40.085 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47162026-02-17T00:01:42.082Z[ recovery-image] Feb 17 00:01:40.092 INFO O| Feb 17 00:01:40.092 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-02-17T00:01:42.097Z[ recovery-image] Feb 17 00:01:40.108 INFO O| Feb 17 00:01:40.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
47182026-02-17T00:01:42.225Z[ recovery-image] Feb 17 00:01:40.237 INFO O| Feb 17 00:01:40.237 INFO STEP 0 (remove_files) COMPLETE
47192026-02-17T00:01:42.225Z[ recovery-image] Feb 17 00:01:40.237 INFO O| Feb 17 00:01:40.237 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-02-17T00:01:42.239Z[ recovery-image] Feb 17 00:01:40.252 INFO O| Feb 17 00:01:40.252 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
47212026-02-17T00:01:42.244Z[ recovery-image] Feb 17 00:01:40.255 INFO O| Feb 17 00:01:40.255 INFO STEP 1 (remove_files) COMPLETE
47222026-02-17T00:01:42.244Z[ recovery-image] Feb 17 00:01:40.255 INFO O| Feb 17 00:01:40.255 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232026-02-17T00:01:42.257Z[ recovery-image] Feb 17 00:01:40.268 INFO O| Feb 17 00:01:40.268 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
47242026-02-17T00:01:42.277Z[ recovery-image] Feb 17 00:01:40.289 INFO O| Feb 17 00:01:40.289 INFO STEP 2 (remove_files) COMPLETE
47252026-02-17T00:01:42.277Z[ recovery-image] Feb 17 00:01:40.289 INFO O| Feb 17 00:01:40.289 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-02-17T00:01:42.291Z[ recovery-image] Feb 17 00:01:40.304 INFO O| Feb 17 00:01:40.304 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
47272026-02-17T00:01:42.298Z[ recovery-image] Feb 17 00:01:40.307 INFO O| Feb 17 00:01:40.306 INFO STEP 3 (remove_files) COMPLETE
47282026-02-17T00:01:42.298Z[ recovery-image] Feb 17 00:01:40.307 INFO O| Feb 17 00:01:40.307 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-02-17T00:01:42.319Z[ recovery-image] Feb 17 00:01:40.327 INFO O| Feb 17 00:01:40.319 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
47302026-02-17T00:01:42.326Z[ recovery-image] Feb 17 00:01:40.333 INFO O| Feb 17 00:01:40.333 INFO STEP 4 (remove_files) COMPLETE
47312026-02-17T00:01:42.326Z[ recovery-image] Feb 17 00:01:40.333 INFO O| Feb 17 00:01:40.333 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322026-02-17T00:01:42.377Z[ recovery-image] Feb 17 00:01:40.387 INFO O| Feb 17 00:01:40.387 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
47332026-02-17T00:01:42.380Z[ recovery-image] Feb 17 00:01:40.387 INFO O| Feb 17 00:01:40.387 INFO STEP 5 (remove_files) COMPLETE
47342026-02-17T00:01:42.380Z[ recovery-image] Feb 17 00:01:40.387 INFO O| Feb 17 00:01:40.387 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-02-17T00:01:42.389Z[ recovery-image] Feb 17 00:01:40.401 INFO O| Feb 17 00:01:40.401 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
47362026-02-17T00:01:42.410Z[ recovery-image] Feb 17 00:01:40.417 INFO O| Feb 17 00:01:40.417 INFO STEP 6 (remove_files) COMPLETE
47372026-02-17T00:01:42.410Z[ recovery-image] Feb 17 00:01:40.417 INFO O| Feb 17 00:01:40.417 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-02-17T00:01:42.421Z[ recovery-image] Feb 17 00:01:40.417 INFO O| Feb 17 00:01:40.417 INFO skip step because feature "recovery" is enabled
47392026-02-17T00:01:42.421Z[ recovery-image] Feb 17 00:01:40.417 INFO O| Feb 17 00:01:40.417 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47402026-02-17T00:01:42.421Z[ recovery-image] Feb 17 00:01:40.417 INFO O| Feb 17 00:01:40.417 INFO skip step because feature "recovery" is enabled
47412026-02-17T00:01:42.421Z[ recovery-image] Feb 17 00:01:40.417 INFO O| Feb 17 00:01:40.417 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-02-17T00:01:42.421Z[ recovery-image] Feb 17 00:01:40.417 INFO O| Feb 17 00:01:40.417 INFO skip step because feature "recovery" is enabled
47432026-02-17T00:01:42.421Z[ recovery-image] Feb 17 00:01:40.417 INFO O| Feb 17 00:01:40.417 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442026-02-17T00:01:42.427Z[ recovery-image] Feb 17 00:01:40.431 INFO O| Feb 17 00:01:40.431 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
47452026-02-17T00:01:42.427Z[ recovery-image] Feb 17 00:01:40.436 INFO O| Feb 17 00:01:40.436 INFO STEP 10 (remove_files) COMPLETE
47462026-02-17T00:01:42.427Z[ recovery-image] Feb 17 00:01:40.436 INFO O| Feb 17 00:01:40.436 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-02-17T00:01:42.436Z[ recovery-image] Feb 17 00:01:40.449 INFO O| Feb 17 00:01:40.448 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
47482026-02-17T00:01:42.440Z[ recovery-image] Feb 17 00:01:40.450 INFO O| Feb 17 00:01:40.450 INFO STEP 11 (remove_files) COMPLETE
47492026-02-17T00:01:42.440Z[ recovery-image] Feb 17 00:01:40.450 INFO O| Feb 17 00:01:40.450 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47502026-02-17T00:01:42.449Z[ recovery-image] Feb 17 00:01:40.461 INFO O| Feb 17 00:01:40.461 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
47512026-02-17T00:01:42.455Z[ recovery-image] Feb 17 00:01:40.463 INFO O| Feb 17 00:01:40.463 INFO STEP 12 (remove_files) COMPLETE
47522026-02-17T00:01:42.455Z[ recovery-image] Feb 17 00:01:40.463 INFO O| Feb 17 00:01:40.463 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532026-02-17T00:01:42.753Z[ recovery-image] Feb 17 00:01:40.766 INFO O| Feb 17 00:01:40.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
47542026-02-17T00:01:42.760Z[ recovery-image] Feb 17 00:01:40.772 INFO O| Feb 17 00:01:40.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
47552026-02-17T00:01:42.816Z[ recovery-image] Feb 17 00:01:40.823 INFO O| Feb 17 00:01:40.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
47562026-02-17T00:01:42.823Z[ recovery-image] Feb 17 00:01:40.826 INFO O| Feb 17 00:01:40.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
47572026-02-17T00:01:42.843Z[ recovery-image] Feb 17 00:01:40.854 INFO O| Feb 17 00:01:40.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
47582026-02-17T00:01:42.886Z[ recovery-image] Feb 17 00:01:40.895 INFO O| Feb 17 00:01:40.895 INFO STEP 13 (remove_files) COMPLETE
47592026-02-17T00:01:42.886Z[ recovery-image] Feb 17 00:01:40.895 INFO O| Feb 17 00:01:40.895 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-02-17T00:01:42.897Z[ recovery-image] Feb 17 00:01:40.910 INFO O| Feb 17 00:01:40.910 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
47612026-02-17T00:01:42.908Z[ recovery-image] Feb 17 00:01:40.912 INFO O| Feb 17 00:01:40.912 INFO STEP 14 (remove_files) COMPLETE
47622026-02-17T00:01:42.909Z[ recovery-image] Feb 17 00:01:40.912 INFO O| Feb 17 00:01:40.912 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-02-17T00:01:42.915Z[ recovery-image] Feb 17 00:01:40.926 INFO O| Feb 17 00:01:40.926 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
47642026-02-17T00:01:42.926Z[ recovery-image] Feb 17 00:01:40.936 INFO O| Feb 17 00:01:40.936 INFO STEP 15 (remove_files) COMPLETE
47652026-02-17T00:01:42.927Z[ recovery-image] Feb 17 00:01:40.936 INFO O| Feb 17 00:01:40.936 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-02-17T00:01:42.939Z[ recovery-image] Feb 17 00:01:40.951 INFO O| Feb 17 00:01:40.951 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
47672026-02-17T00:01:42.943Z[ recovery-image] Feb 17 00:01:40.952 INFO O| Feb 17 00:01:40.952 INFO STEP 16 (remove_files) COMPLETE
47682026-02-17T00:01:42.943Z[ recovery-image] Feb 17 00:01:40.952 INFO O| Feb 17 00:01:40.952 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-02-17T00:01:42.955Z[ recovery-image] Feb 17 00:01:40.965 INFO O| Feb 17 00:01:40.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
47702026-02-17T00:01:42.959Z[ recovery-image] Feb 17 00:01:40.967 INFO O| Feb 17 00:01:40.967 INFO STEP 17 (remove_files) COMPLETE
47712026-02-17T00:01:42.959Z[ recovery-image] Feb 17 00:01:40.967 INFO O| Feb 17 00:01:40.967 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-02-17T00:01:42.969Z[ recovery-image] Feb 17 00:01:40.981 INFO O| Feb 17 00:01:40.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
47732026-02-17T00:01:42.969Z[ recovery-image] Feb 17 00:01:40.981 INFO O| Feb 17 00:01:40.981 INFO STEP 18 (remove_files) COMPLETE
47742026-02-17T00:01:42.976Z[ recovery-image] Feb 17 00:01:40.981 INFO O| Feb 17 00:01:40.981 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-02-17T00:01:42.985Z[ recovery-image] Feb 17 00:01:40.994 INFO O| Feb 17 00:01:40.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
47762026-02-17T00:01:42.990Z[ recovery-image] Feb 17 00:01:40.995 INFO O| Feb 17 00:01:40.995 INFO STEP 19 (remove_files) COMPLETE
47772026-02-17T00:01:42.990Z[ recovery-image] Feb 17 00:01:40.995 INFO O| Feb 17 00:01:40.995 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-02-17T00:01:43.007Z[ recovery-image] Feb 17 00:01:41.018 INFO O| Feb 17 00:01:41.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
47792026-02-17T00:01:43.007Z[ recovery-image] Feb 17 00:01:41.018 INFO O| Feb 17 00:01:41.018 INFO STEP 20 (remove_files) COMPLETE
47802026-02-17T00:01:43.011Z[ recovery-image] Feb 17 00:01:41.018 INFO O| Feb 17 00:01:41.018 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-02-17T00:01:43.028Z[ recovery-image] Feb 17 00:01:41.032 INFO O| Feb 17 00:01:41.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
47822026-02-17T00:01:43.028Z[ recovery-image] Feb 17 00:01:41.032 INFO O| Feb 17 00:01:41.032 INFO STEP 21 (remove_files) COMPLETE
47832026-02-17T00:01:43.034Z[ recovery-image] Feb 17 00:01:41.032 INFO O| Feb 17 00:01:41.032 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842026-02-17T00:01:43.072Z[ recovery-image] Feb 17 00:01:41.083 INFO O| Feb 17 00:01:41.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
47852026-02-17T00:01:43.072Z[ recovery-image] Feb 17 00:01:41.084 INFO O| Feb 17 00:01:41.083 INFO STEP 22 (remove_files) COMPLETE
47862026-02-17T00:01:43.077Z[ recovery-image] Feb 17 00:01:41.084 INFO O| Feb 17 00:01:41.084 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47872026-02-17T00:01:43.094Z[ recovery-image] Feb 17 00:01:41.097 INFO O| Feb 17 00:01:41.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
47882026-02-17T00:01:43.106Z[ recovery-image] Feb 17 00:01:41.097 INFO O| Feb 17 00:01:41.097 INFO STEP 23 (remove_files) COMPLETE
47892026-02-17T00:01:43.106Z[ recovery-image] Feb 17 00:01:41.097 INFO O| Feb 17 00:01:41.097 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-02-17T00:01:43.106Z[ recovery-image] Feb 17 00:01:41.109 INFO O| Feb 17 00:01:41.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
47912026-02-17T00:01:43.106Z[ recovery-image] Feb 17 00:01:41.110 INFO O| Feb 17 00:01:41.110 INFO STEP 24 (remove_files) COMPLETE
47922026-02-17T00:01:43.106Z[ recovery-image] Feb 17 00:01:41.110 INFO O| Feb 17 00:01:41.110 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47932026-02-17T00:01:43.201Z[ recovery-image] Feb 17 00:01:41.122 INFO O| Feb 17 00:01:41.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
47942026-02-17T00:01:43.201Z[ recovery-image] Feb 17 00:01:41.122 INFO O| Feb 17 00:01:41.122 INFO STEP 25 (remove_files) COMPLETE
47952026-02-17T00:01:43.201Z[ recovery-image] Feb 17 00:01:41.122 INFO O| Feb 17 00:01:41.122 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.134 INFO O| Feb 17 00:01:41.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47972026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.134 INFO O| Feb 17 00:01:41.134 INFO STEP 26 (remove_files) COMPLETE
47982026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.134 INFO O| Feb 17 00:01:41.134 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47992026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.147 INFO O| Feb 17 00:01:41.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
48002026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.147 INFO O| Feb 17 00:01:41.147 INFO STEP 27 (remove_files) COMPLETE
48012026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.147 INFO O| Feb 17 00:01:41.147 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48022026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.160 INFO O| Feb 17 00:01:41.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
48032026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.160 INFO O| Feb 17 00:01:41.160 INFO STEP 28 (remove_files) COMPLETE
48042026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.160 INFO O| Feb 17 00:01:41.160 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48052026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.173 INFO O| Feb 17 00:01:41.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
48062026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.173 INFO O| Feb 17 00:01:41.173 INFO STEP 29 (remove_files) COMPLETE
48072026-02-17T00:01:43.202Z[ recovery-image] Feb 17 00:01:41.173 INFO O| Feb 17 00:01:41.173 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48082026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.186 INFO O| Feb 17 00:01:41.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
48092026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.186 INFO O| Feb 17 00:01:41.186 INFO STEP 30 (remove_files) COMPLETE
48102026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.186 INFO O| Feb 17 00:01:41.186 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48112026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.199 INFO O| Feb 17 00:01:41.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
48122026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.199 INFO O| Feb 17 00:01:41.199 INFO STEP 31 (remove_files) COMPLETE
48132026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.199 INFO O| Feb 17 00:01:41.199 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48142026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.211 INFO O| Feb 17 00:01:41.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
48152026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.211 INFO O| Feb 17 00:01:41.211 INFO STEP 32 (remove_files) COMPLETE
48162026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.211 INFO O| Feb 17 00:01:41.211 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48172026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.225 INFO O| Feb 17 00:01:41.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
48182026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.225 INFO O| Feb 17 00:01:41.225 INFO STEP 33 (remove_files) COMPLETE
48192026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.225 INFO O| Feb 17 00:01:41.225 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48202026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.238 INFO O| Feb 17 00:01:41.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
48212026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.238 INFO O| Feb 17 00:01:41.238 INFO STEP 34 (remove_files) COMPLETE
48222026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.238 INFO O| Feb 17 00:01:41.238 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48232026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.252 INFO O| Feb 17 00:01:41.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
48242026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.252 INFO O| Feb 17 00:01:41.252 INFO STEP 35 (remove_files) COMPLETE
48252026-02-17T00:01:43.240Z[ recovery-image] Feb 17 00:01:41.252 INFO O| Feb 17 00:01:41.252 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48262026-02-17T00:01:43.253Z[ recovery-image] Feb 17 00:01:41.265 INFO O| Feb 17 00:01:41.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
48272026-02-17T00:01:43.253Z[ recovery-image] Feb 17 00:01:41.265 INFO O| Feb 17 00:01:41.265 INFO STEP 36 (remove_files) COMPLETE
48282026-02-17T00:01:43.259Z[ recovery-image] Feb 17 00:01:41.265 INFO O| Feb 17 00:01:41.265 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48292026-02-17T00:01:43.268Z[ recovery-image] Feb 17 00:01:41.279 INFO O| Feb 17 00:01:41.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
48302026-02-17T00:01:43.268Z[ recovery-image] Feb 17 00:01:41.279 INFO O| Feb 17 00:01:41.279 INFO STEP 37 (remove_files) COMPLETE
48312026-02-17T00:01:43.268Z[ recovery-image] Feb 17 00:01:41.279 INFO O| Feb 17 00:01:41.279 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48322026-02-17T00:01:43.279Z[ recovery-image] Feb 17 00:01:41.292 INFO O| Feb 17 00:01:41.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
48332026-02-17T00:01:43.279Z[ recovery-image] Feb 17 00:01:41.292 INFO O| Feb 17 00:01:41.292 INFO STEP 38 (remove_files) COMPLETE
48342026-02-17T00:01:43.285Z[ recovery-image] Feb 17 00:01:41.292 INFO O| Feb 17 00:01:41.292 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48352026-02-17T00:01:43.292Z[ recovery-image] Feb 17 00:01:41.305 INFO O| Feb 17 00:01:41.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
48362026-02-17T00:01:43.292Z[ recovery-image] Feb 17 00:01:41.305 INFO O| Feb 17 00:01:41.305 INFO STEP 39 (remove_files) COMPLETE
48372026-02-17T00:01:43.292Z[ recovery-image] Feb 17 00:01:41.305 INFO O| Feb 17 00:01:41.305 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48382026-02-17T00:01:43.309Z[ recovery-image] Feb 17 00:01:41.318 INFO O| Feb 17 00:01:41.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
48392026-02-17T00:01:43.309Z[ recovery-image] Feb 17 00:01:41.319 INFO O| Feb 17 00:01:41.318 INFO STEP 40 (remove_files) COMPLETE
48402026-02-17T00:01:43.313Z[ recovery-image] Feb 17 00:01:41.319 INFO O| Feb 17 00:01:41.318 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48412026-02-17T00:01:43.321Z[ recovery-image] Feb 17 00:01:41.332 INFO O| Feb 17 00:01:41.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
48422026-02-17T00:01:43.322Z[ recovery-image] Feb 17 00:01:41.332 INFO O| Feb 17 00:01:41.332 INFO STEP 41 (remove_files) COMPLETE
48432026-02-17T00:01:43.322Z[ recovery-image] Feb 17 00:01:41.332 INFO O| Feb 17 00:01:41.332 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48442026-02-17T00:01:43.333Z[ recovery-image] Feb 17 00:01:41.345 INFO O| Feb 17 00:01:41.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
48452026-02-17T00:01:43.333Z[ recovery-image] Feb 17 00:01:41.346 INFO O| Feb 17 00:01:41.346 INFO STEP 42 (remove_files) COMPLETE
48462026-02-17T00:01:43.333Z[ recovery-image] Feb 17 00:01:41.346 INFO O| Feb 17 00:01:41.346 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48472026-02-17T00:01:43.348Z[ recovery-image] Feb 17 00:01:41.359 INFO O| Feb 17 00:01:41.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
48482026-02-17T00:01:43.348Z[ recovery-image] Feb 17 00:01:41.359 INFO O| Feb 17 00:01:41.359 INFO STEP 43 (remove_files) COMPLETE
48492026-02-17T00:01:43.356Z[ recovery-image] Feb 17 00:01:41.359 INFO O| Feb 17 00:01:41.359 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48502026-02-17T00:01:43.361Z[ recovery-image] Feb 17 00:01:41.373 INFO O| Feb 17 00:01:41.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
48512026-02-17T00:01:43.361Z[ recovery-image] Feb 17 00:01:41.373 INFO O| Feb 17 00:01:41.373 INFO STEP 44 (remove_files) COMPLETE
48522026-02-17T00:01:43.361Z[ recovery-image] Feb 17 00:01:41.373 INFO O| Feb 17 00:01:41.373 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48532026-02-17T00:01:43.374Z[ recovery-image] Feb 17 00:01:41.386 INFO O| Feb 17 00:01:41.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
48542026-02-17T00:01:43.374Z[ recovery-image] Feb 17 00:01:41.386 INFO O| Feb 17 00:01:41.386 INFO STEP 45 (remove_files) COMPLETE
48552026-02-17T00:01:43.380Z[ recovery-image] Feb 17 00:01:41.386 INFO O| Feb 17 00:01:41.386 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48562026-02-17T00:01:43.390Z[ recovery-image] Feb 17 00:01:41.400 INFO O| Feb 17 00:01:41.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
48572026-02-17T00:01:43.390Z[ recovery-image] Feb 17 00:01:41.400 INFO O| Feb 17 00:01:41.400 INFO STEP 46 (remove_files) COMPLETE
48582026-02-17T00:01:43.395Z[ recovery-image] Feb 17 00:01:41.400 INFO O| Feb 17 00:01:41.400 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48592026-02-17T00:01:43.402Z[ recovery-image] Feb 17 00:01:41.414 INFO O| Feb 17 00:01:41.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
48602026-02-17T00:01:43.402Z[ recovery-image] Feb 17 00:01:41.414 INFO O| Feb 17 00:01:41.414 INFO STEP 47 (remove_files) COMPLETE
48612026-02-17T00:01:43.402Z[ recovery-image] Feb 17 00:01:41.414 INFO O| Feb 17 00:01:41.414 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48622026-02-17T00:01:43.415Z[ recovery-image] Feb 17 00:01:41.427 INFO O| Feb 17 00:01:41.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
48632026-02-17T00:01:43.415Z[ recovery-image] Feb 17 00:01:41.428 INFO O| Feb 17 00:01:41.427 INFO STEP 48 (remove_files) COMPLETE
48642026-02-17T00:01:43.421Z[ recovery-image] Feb 17 00:01:41.428 INFO O| Feb 17 00:01:41.427 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48652026-02-17T00:01:43.431Z[ recovery-image] Feb 17 00:01:41.441 INFO O| Feb 17 00:01:41.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
48662026-02-17T00:01:43.432Z[ recovery-image] Feb 17 00:01:41.441 INFO O| Feb 17 00:01:41.441 INFO STEP 49 (remove_files) COMPLETE
48672026-02-17T00:01:43.435Z[ recovery-image] Feb 17 00:01:41.441 INFO O| Feb 17 00:01:41.441 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48682026-02-17T00:01:43.443Z[ recovery-image] Feb 17 00:01:41.455 INFO O| Feb 17 00:01:41.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
48692026-02-17T00:01:43.443Z[ recovery-image] Feb 17 00:01:41.455 INFO O| Feb 17 00:01:41.455 INFO STEP 50 (remove_files) COMPLETE
48702026-02-17T00:01:43.443Z[ recovery-image] Feb 17 00:01:41.455 INFO O| Feb 17 00:01:41.455 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48712026-02-17T00:01:43.457Z[ recovery-image] Feb 17 00:01:41.469 INFO O| Feb 17 00:01:41.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
48722026-02-17T00:01:43.457Z[ recovery-image] Feb 17 00:01:41.469 INFO O| Feb 17 00:01:41.469 INFO STEP 51 (remove_files) COMPLETE
48732026-02-17T00:01:43.463Z[ recovery-image] Feb 17 00:01:41.469 INFO O| Feb 17 00:01:41.469 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48742026-02-17T00:01:43.474Z[ recovery-image] Feb 17 00:01:41.483 INFO O| Feb 17 00:01:41.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
48752026-02-17T00:01:43.474Z[ recovery-image] Feb 17 00:01:41.483 INFO O| Feb 17 00:01:41.483 INFO STEP 52 (remove_files) COMPLETE
48762026-02-17T00:01:43.474Z[ recovery-image] Feb 17 00:01:41.483 INFO O| Feb 17 00:01:41.483 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48772026-02-17T00:01:43.483Z[ recovery-image] Feb 17 00:01:41.496 INFO O| Feb 17 00:01:41.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
48782026-02-17T00:01:43.484Z[ recovery-image] Feb 17 00:01:41.496 INFO O| Feb 17 00:01:41.496 INFO STEP 53 (remove_files) COMPLETE
48792026-02-17T00:01:43.484Z[ recovery-image] Feb 17 00:01:41.496 INFO O| Feb 17 00:01:41.496 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48802026-02-17T00:01:43.497Z[ recovery-image] Feb 17 00:01:41.509 INFO O| Feb 17 00:01:41.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
48812026-02-17T00:01:43.497Z[ recovery-image] Feb 17 00:01:41.509 INFO O| Feb 17 00:01:41.509 INFO STEP 54 (remove_files) COMPLETE
48822026-02-17T00:01:43.497Z[ recovery-image] Feb 17 00:01:41.509 INFO O| Feb 17 00:01:41.509 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48832026-02-17T00:01:43.511Z[ recovery-image] Feb 17 00:01:41.523 INFO O| Feb 17 00:01:41.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
48842026-02-17T00:01:43.511Z[ recovery-image] Feb 17 00:01:41.523 INFO O| Feb 17 00:01:41.523 INFO STEP 55 (remove_files) COMPLETE
48852026-02-17T00:01:43.511Z[ recovery-image] Feb 17 00:01:41.523 INFO O| Feb 17 00:01:41.523 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48862026-02-17T00:01:43.528Z[ recovery-image] Feb 17 00:01:41.536 INFO O| Feb 17 00:01:41.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
48872026-02-17T00:01:43.538Z[ recovery-image] Feb 17 00:01:41.536 INFO O| Feb 17 00:01:41.536 INFO STEP 56 (remove_files) COMPLETE
48882026-02-17T00:01:43.539Z[ recovery-image] Feb 17 00:01:41.536 INFO O| Feb 17 00:01:41.536 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48892026-02-17T00:01:43.543Z[ recovery-image] Feb 17 00:01:41.549 INFO O| Feb 17 00:01:41.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
48902026-02-17T00:01:43.543Z[ recovery-image] Feb 17 00:01:41.549 INFO O| Feb 17 00:01:41.549 INFO STEP 57 (remove_files) COMPLETE
48912026-02-17T00:01:43.543Z[ recovery-image] Feb 17 00:01:41.549 INFO O| Feb 17 00:01:41.549 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48922026-02-17T00:01:43.563Z[ recovery-image] Feb 17 00:01:41.575 INFO O| Feb 17 00:01:41.575 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
48932026-02-17T00:01:43.563Z[ recovery-image] Feb 17 00:01:41.575 INFO O| Feb 17 00:01:41.575 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
48942026-02-17T00:01:43.570Z[ recovery-image] Feb 17 00:01:41.575 INFO O| Feb 17 00:01:41.575 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48952026-02-17T00:01:43.570Z[ recovery-image] Feb 17 00:01:41.575 INFO O| Feb 17 00:01:41.575 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48962026-02-17T00:01:43.570Z[ recovery-image] Feb 17 00:01:41.576 INFO O| Feb 17 00:01:41.575 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48972026-02-17T00:01:43.570Z[ recovery-image] Feb 17 00:01:41.577 INFO O| Feb 17 00:01:41.577 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48982026-02-17T00:01:43.570Z[ recovery-image] Feb 17 00:01:41.577 INFO O| Feb 17 00:01:41.577 INFO ok!
48992026-02-17T00:01:43.570Z[ recovery-image] Feb 17 00:01:41.577 INFO O| Feb 17 00:01:41.577 INFO STEP 58 (ensure_file) COMPLETE
49002026-02-17T00:01:43.570Z[ recovery-image] Feb 17 00:01:41.577 INFO O| Feb 17 00:01:41.577 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49012026-02-17T00:01:43.583Z[ recovery-image] Feb 17 00:01:41.595 INFO O| Feb 17 00:01:41.594 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
49022026-02-17T00:01:43.584Z[ recovery-image] Feb 17 00:01:41.595 INFO O| Feb 17 00:01:41.595 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
49032026-02-17T00:01:43.591Z[ recovery-image] Feb 17 00:01:41.595 INFO O| Feb 17 00:01:41.595 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49042026-02-17T00:01:43.591Z[ recovery-image] Feb 17 00:01:41.595 INFO O| Feb 17 00:01:41.595 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49052026-02-17T00:01:43.591Z[ recovery-image] Feb 17 00:01:41.595 INFO O| Feb 17 00:01:41.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49062026-02-17T00:01:43.591Z[ recovery-image] Feb 17 00:01:41.595 INFO O| Feb 17 00:01:41.595 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49072026-02-17T00:01:43.591Z[ recovery-image] Feb 17 00:01:41.595 INFO O| Feb 17 00:01:41.595 INFO ok!
49082026-02-17T00:01:43.591Z[ recovery-image] Feb 17 00:01:41.595 INFO O| Feb 17 00:01:41.595 INFO STEP 59 (ensure_file) COMPLETE
49092026-02-17T00:01:43.591Z[ recovery-image] Feb 17 00:01:41.595 INFO O| Feb 17 00:01:41.595 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49102026-02-17T00:01:43.599Z[ recovery-image] Feb 17 00:01:41.610 INFO O| Feb 17 00:01:41.609 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
49112026-02-17T00:01:43.599Z[ recovery-image] Feb 17 00:01:41.610 INFO O| Feb 17 00:01:41.610 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
49122026-02-17T00:01:43.599Z[ recovery-image] Feb 17 00:01:41.610 INFO O| Feb 17 00:01:41.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
49132026-02-17T00:01:43.599Z[ recovery-image] Feb 17 00:01:41.610 INFO O| Feb 17 00:01:41.610 INFO ok!
49142026-02-17T00:01:43.599Z[ recovery-image] Feb 17 00:01:41.610 INFO O| Feb 17 00:01:41.610 INFO STEP 60 (ensure_file) COMPLETE
49152026-02-17T00:01:43.599Z[ recovery-image] Feb 17 00:01:41.610 INFO O| Feb 17 00:01:41.610 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49162026-02-17T00:01:43.614Z[ recovery-image] Feb 17 00:01:41.625 INFO O| Feb 17 00:01:41.625 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
49172026-02-17T00:01:43.614Z[ recovery-image] Feb 17 00:01:41.625 INFO O| Feb 17 00:01:41.625 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
49182026-02-17T00:01:43.640Z[ recovery-image] Feb 17 00:01:41.625 INFO O| Feb 17 00:01:41.625 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
49192026-02-17T00:01:43.640Z[ recovery-image] Feb 17 00:01:41.625 INFO O| Feb 17 00:01:41.625 INFO ok!
49202026-02-17T00:01:43.640Z[ recovery-image] Feb 17 00:01:41.625 INFO O| Feb 17 00:01:41.625 INFO STEP 61 (ensure_file) COMPLETE
49212026-02-17T00:01:43.640Z[ recovery-image] Feb 17 00:01:41.625 INFO O| Feb 17 00:01:41.625 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49222026-02-17T00:01:43.650Z[ recovery-image] Feb 17 00:01:41.638 INFO O| Feb 17 00:01:41.638 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
49232026-02-17T00:01:43.650Z[ recovery-image] Feb 17 00:01:41.639 INFO O| Feb 17 00:01:41.638 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
49242026-02-17T00:01:43.650Z[ recovery-image] Feb 17 00:01:41.639 INFO O| Feb 17 00:01:41.639 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49252026-02-17T00:01:43.651Z[ recovery-image] Feb 17 00:01:41.639 INFO O| Feb 17 00:01:41.639 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49262026-02-17T00:01:43.651Z[ recovery-image] Feb 17 00:01:41.639 INFO O| Feb 17 00:01:41.639 INFO ok!
49272026-02-17T00:01:43.651Z[ recovery-image] Feb 17 00:01:41.639 INFO O| Feb 17 00:01:41.639 INFO STEP 62 (ensure_file) COMPLETE
49282026-02-17T00:01:43.651Z[ recovery-image] Feb 17 00:01:41.639 INFO O| Feb 17 00:01:41.639 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49292026-02-17T00:01:43.651Z[ recovery-image] Feb 17 00:01:41.651 INFO O| Feb 17 00:01:41.651 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
49302026-02-17T00:01:43.652Z[ recovery-image] Feb 17 00:01:41.651 INFO O| Feb 17 00:01:41.651 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
49312026-02-17T00:01:43.652Z[ recovery-image] Feb 17 00:01:41.652 INFO O| Feb 17 00:01:41.652 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49322026-02-17T00:01:43.652Z[ recovery-image] Feb 17 00:01:41.652 INFO O| Feb 17 00:01:41.652 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49332026-02-17T00:01:43.652Z[ recovery-image] Feb 17 00:01:41.652 INFO O| Feb 17 00:01:41.652 INFO ok!
49342026-02-17T00:01:43.652Z[ recovery-image] Feb 17 00:01:41.652 INFO O| Feb 17 00:01:41.652 INFO STEP 63 (ensure_file) COMPLETE
49352026-02-17T00:01:43.652Z[ recovery-image] Feb 17 00:01:41.652 INFO O| Feb 17 00:01:41.652 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49362026-02-17T00:01:43.656Z[ recovery-image] Feb 17 00:01:41.665 INFO O| Feb 17 00:01:41.665 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
49372026-02-17T00:01:43.656Z[ recovery-image] Feb 17 00:01:41.665 INFO O| Feb 17 00:01:41.665 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
49382026-02-17T00:01:43.656Z[ recovery-image] Feb 17 00:01:41.666 INFO O| Feb 17 00:01:41.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
49392026-02-17T00:01:43.656Z[ recovery-image] Feb 17 00:01:41.666 INFO O| Feb 17 00:01:41.666 INFO ok!
49402026-02-17T00:01:43.656Z[ recovery-image] Feb 17 00:01:41.666 INFO O| Feb 17 00:01:41.666 INFO STEP 64 (assemble_files) COMPLETE
49412026-02-17T00:01:43.656Z[ recovery-image] Feb 17 00:01:41.666 INFO O| Feb 17 00:01:41.666 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49422026-02-17T00:01:43.668Z[ recovery-image] Feb 17 00:01:41.680 INFO O| Feb 17 00:01:41.680 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
49432026-02-17T00:01:43.669Z[ recovery-image] Feb 17 00:01:41.680 INFO O| Feb 17 00:01:41.680 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
49442026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49452026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49462026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO ok!
49472026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO STEP 65 (ensure_file) COMPLETE
49482026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49492026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO skip step because feature "omicron1" is not enabled
49502026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49512026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO skip step because feature "omicron1" is not enabled
49522026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49532026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO skip step because feature "omicron1" is not enabled
49542026-02-17T00:01:43.674Z[ recovery-image] Feb 17 00:01:41.681 INFO O| Feb 17 00:01:41.681 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49552026-02-17T00:01:43.689Z[ recovery-image] Feb 17 00:01:41.702 INFO O| Feb 17 00:01:41.702 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
49562026-02-17T00:01:43.690Z[ recovery-image] Feb 17 00:01:41.702 INFO O| Feb 17 00:01:41.702 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
49572026-02-17T00:01:46.909Z[ recovery-image] Feb 17 00:01:44.920 INFO O| Feb 17 00:01:44.920 INFO STEP 69 (pack_tar) COMPLETE
49582026-02-17T00:01:46.909Z[ recovery-image] Feb 17 00:01:44.920 INFO O| Feb 17 00:01:44.920 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49592026-02-17T00:01:46.913Z[ recovery-image] Feb 17 00:01:44.920 INFO O| Feb 17 00:01:44.920 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49602026-02-17T00:01:47.309Z[ recovery-image] Feb 17 00:01:45.320 INFO O| Feb 17 00:01:45.320 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49612026-02-17T00:01:47.442Z[ recovery-image] Feb 17 00:01:45.453 INFO O| Feb 17 00:01:45.453 INFO completed processing sled/ramdisk-02-trim
49622026-02-17T00:01:47.448Z[ recovery-image] Feb 17 00:01:45.455 INFO image builder template: ramdisk-03-recovery-trim...
49632026-02-17T00:01:47.448Z[ recovery-image] Feb 17 00:01:45.456 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/.tmp9ahkPU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
49642026-02-17T00:01:47.648Z[ recovery-image] Feb 17 00:01:45.659 INFO O| Feb 17 00:01:45.659 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49652026-02-17T00:01:47.661Z[ recovery-image] Feb 17 00:01:45.672 INFO O| Feb 17 00:01:45.672 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49662026-02-17T00:01:47.788Z[ recovery-image] Feb 17 00:01:45.799 INFO O| Feb 17 00:01:45.799 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
49672026-02-17T00:01:47.900Z[ recovery-image] Feb 17 00:01:45.911 INFO O| Feb 17 00:01:45.911 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49682026-02-17T00:01:47.911Z[ recovery-image] Feb 17 00:01:45.911 INFO O| Feb 17 00:01:45.911 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49692026-02-17T00:01:47.914Z[ recovery-image] Feb 17 00:01:45.922 INFO O| Feb 17 00:01:45.922 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
49702026-02-17T00:01:47.927Z[ recovery-image] Feb 17 00:01:45.926 INFO O| Feb 17 00:01:45.926 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49712026-02-17T00:01:47.927Z[ recovery-image] Feb 17 00:01:45.932 INFO O| Feb 17 00:01:45.932 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49722026-02-17T00:01:48.652Z[ recovery-image] Feb 17 00:01:46.661 INFO O| Feb 17 00:01:46.660 INFO rolled back to input snapshot; work may begin
49732026-02-17T00:01:48.652Z[ recovery-image] Feb 17 00:01:46.661 INFO O| Feb 17 00:01:46.661 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49742026-02-17T00:01:48.656Z[ recovery-image] Feb 17 00:01:46.667 INFO O| Feb 17 00:01:46.667 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752026-02-17T00:01:48.670Z[ recovery-image] Feb 17 00:01:46.680 INFO O| Feb 17 00:01:46.680 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
49762026-02-17T00:01:48.689Z[ recovery-image] Feb 17 00:01:46.695 INFO O| Feb 17 00:01:46.695 INFO STEP 0 (remove_files) COMPLETE
49772026-02-17T00:01:48.689Z[ recovery-image] Feb 17 00:01:46.695 INFO O| Feb 17 00:01:46.695 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782026-02-17T00:01:48.701Z[ recovery-image] Feb 17 00:01:46.710 INFO O| Feb 17 00:01:46.710 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
49792026-02-17T00:01:48.780Z[ recovery-image] Feb 17 00:01:46.784 INFO O| Feb 17 00:01:46.784 INFO STEP 1 (remove_files) COMPLETE
49802026-02-17T00:01:48.780Z[ recovery-image] Feb 17 00:01:46.784 INFO O| Feb 17 00:01:46.784 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812026-02-17T00:01:48.786Z[ recovery-image] Feb 17 00:01:46.798 INFO O| Feb 17 00:01:46.798 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
49822026-02-17T00:01:48.792Z[ recovery-image] Feb 17 00:01:46.800 INFO O| Feb 17 00:01:46.800 INFO STEP 2 (remove_files) COMPLETE
49832026-02-17T00:01:48.792Z[ recovery-image] Feb 17 00:01:46.800 INFO O| Feb 17 00:01:46.800 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842026-02-17T00:01:48.802Z[ recovery-image] Feb 17 00:01:46.813 INFO O| Feb 17 00:01:46.813 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
49852026-02-17T00:01:48.960Z[ recovery-image] Feb 17 00:01:46.970 INFO O| Feb 17 00:01:46.970 INFO STEP 3 (remove_files) COMPLETE
49862026-02-17T00:01:48.960Z[ recovery-image] Feb 17 00:01:46.970 INFO O| Feb 17 00:01:46.970 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872026-02-17T00:01:48.973Z[ recovery-image] Feb 17 00:01:46.984 INFO O| Feb 17 00:01:46.984 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
49882026-02-17T00:01:49.137Z[ recovery-image] Feb 17 00:01:47.147 INFO O| Feb 17 00:01:47.147 INFO STEP 4 (remove_files) COMPLETE
49892026-02-17T00:01:49.137Z[ recovery-image] Feb 17 00:01:47.147 INFO O| Feb 17 00:01:47.147 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902026-02-17T00:01:49.150Z[ recovery-image] Feb 17 00:01:47.161 INFO O| Feb 17 00:01:47.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
49912026-02-17T00:01:49.156Z[ recovery-image] Feb 17 00:01:47.164 INFO O| Feb 17 00:01:47.164 INFO STEP 5 (remove_files) COMPLETE
49922026-02-17T00:01:49.163Z[ recovery-image] Feb 17 00:01:47.164 INFO O| Feb 17 00:01:47.164 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932026-02-17T00:01:49.166Z[ recovery-image] Feb 17 00:01:47.178 INFO O| Feb 17 00:01:47.178 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49942026-02-17T00:01:49.170Z[ recovery-image] Feb 17 00:01:47.180 INFO O| Feb 17 00:01:47.180 INFO STEP 6 (remove_files) COMPLETE
49952026-02-17T00:01:49.170Z[ recovery-image] Feb 17 00:01:47.180 INFO O| Feb 17 00:01:47.180 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962026-02-17T00:01:49.184Z[ recovery-image] Feb 17 00:01:47.193 INFO O| Feb 17 00:01:47.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49972026-02-17T00:01:49.190Z[ recovery-image] Feb 17 00:01:47.197 INFO O| Feb 17 00:01:47.197 INFO STEP 7 (remove_files) COMPLETE
49982026-02-17T00:01:49.190Z[ recovery-image] Feb 17 00:01:47.197 INFO O| Feb 17 00:01:47.197 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992026-02-17T00:01:49.200Z[ recovery-image] Feb 17 00:01:47.210 INFO O| Feb 17 00:01:47.210 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
50002026-02-17T00:01:49.203Z[ recovery-image] Feb 17 00:01:47.211 INFO O| Feb 17 00:01:47.211 INFO STEP 8 (remove_files) COMPLETE
50012026-02-17T00:01:49.203Z[ recovery-image] Feb 17 00:01:47.211 INFO O| Feb 17 00:01:47.211 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022026-02-17T00:01:49.210Z[ recovery-image] Feb 17 00:01:47.222 INFO O| Feb 17 00:01:47.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
50032026-02-17T00:01:49.217Z[ recovery-image] Feb 17 00:01:47.223 INFO O| Feb 17 00:01:47.223 INFO STEP 9 (remove_files) COMPLETE
50042026-02-17T00:01:49.217Z[ recovery-image] Feb 17 00:01:47.223 INFO O| Feb 17 00:01:47.223 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052026-02-17T00:01:49.222Z[ recovery-image] Feb 17 00:01:47.234 INFO O| Feb 17 00:01:47.234 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
50062026-02-17T00:01:49.361Z[ recovery-image] Feb 17 00:01:47.372 INFO O| Feb 17 00:01:47.372 INFO STEP 10 (remove_files) COMPLETE
50072026-02-17T00:01:49.365Z[ recovery-image] Feb 17 00:01:47.372 INFO O| Feb 17 00:01:47.372 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082026-02-17T00:01:49.376Z[ recovery-image] Feb 17 00:01:47.387 INFO O| Feb 17 00:01:47.387 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
50092026-02-17T00:01:49.386Z[ recovery-image] Feb 17 00:01:47.397 INFO O| Feb 17 00:01:47.397 INFO STEP 11 (remove_files) COMPLETE
50102026-02-17T00:01:49.386Z[ recovery-image] Feb 17 00:01:47.397 INFO O| Feb 17 00:01:47.397 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112026-02-17T00:01:49.400Z[ recovery-image] Feb 17 00:01:47.411 INFO O| Feb 17 00:01:47.411 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
50122026-02-17T00:01:49.451Z[ recovery-image] Feb 17 00:01:47.462 INFO O| Feb 17 00:01:47.462 INFO STEP 12 (remove_files) COMPLETE
50132026-02-17T00:01:49.451Z[ recovery-image] Feb 17 00:01:47.462 INFO O| Feb 17 00:01:47.462 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142026-02-17T00:01:49.465Z[ recovery-image] Feb 17 00:01:47.476 INFO O| Feb 17 00:01:47.476 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
50152026-02-17T00:01:49.469Z[ recovery-image] Feb 17 00:01:47.476 INFO O| Feb 17 00:01:47.476 INFO STEP 13 (remove_files) COMPLETE
50162026-02-17T00:01:49.469Z[ recovery-image] Feb 17 00:01:47.476 INFO O| Feb 17 00:01:47.476 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172026-02-17T00:01:49.477Z[ recovery-image] Feb 17 00:01:47.489 INFO O| Feb 17 00:01:47.489 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
50182026-02-17T00:01:49.480Z[ recovery-image] Feb 17 00:01:47.489 INFO O| Feb 17 00:01:47.489 INFO STEP 14 (remove_files) COMPLETE
50192026-02-17T00:01:49.480Z[ recovery-image] Feb 17 00:01:47.489 INFO O| Feb 17 00:01:47.489 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202026-02-17T00:01:49.491Z[ recovery-image] Feb 17 00:01:47.502 INFO O| Feb 17 00:01:47.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
50212026-02-17T00:01:49.599Z[ recovery-image] Feb 17 00:01:47.611 INFO O| Feb 17 00:01:47.611 INFO STEP 15 (remove_files) COMPLETE
50222026-02-17T00:01:49.599Z[ recovery-image] Feb 17 00:01:47.611 INFO O| Feb 17 00:01:47.611 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232026-02-17T00:01:49.613Z[ recovery-image] Feb 17 00:01:47.625 INFO O| Feb 17 00:01:47.624 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
50242026-02-17T00:01:49.613Z[ recovery-image] Feb 17 00:01:47.625 INFO O| Feb 17 00:01:47.625 INFO STEP 16 (remove_files) COMPLETE
50252026-02-17T00:01:49.613Z[ recovery-image] Feb 17 00:01:47.625 INFO O| Feb 17 00:01:47.625 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262026-02-17T00:01:49.626Z[ recovery-image] Feb 17 00:01:47.637 INFO O| Feb 17 00:01:47.637 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
50272026-02-17T00:01:49.626Z[ recovery-image] Feb 17 00:01:47.637 INFO O| Feb 17 00:01:47.637 INFO STEP 17 (remove_files) COMPLETE
50282026-02-17T00:01:49.626Z[ recovery-image] Feb 17 00:01:47.637 INFO O| Feb 17 00:01:47.637 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292026-02-17T00:01:49.637Z[ recovery-image] Feb 17 00:01:47.649 INFO O| Feb 17 00:01:47.649 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
50302026-02-17T00:01:49.888Z[ recovery-image] Feb 17 00:01:47.898 INFO O| Feb 17 00:01:47.898 INFO STEP 18 (remove_files) COMPLETE
50312026-02-17T00:01:49.888Z[ recovery-image] Feb 17 00:01:47.898 INFO O| Feb 17 00:01:47.898 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322026-02-17T00:01:49.901Z[ recovery-image] Feb 17 00:01:47.912 INFO O| Feb 17 00:01:47.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
50332026-02-17T00:01:49.924Z[ recovery-image] Feb 17 00:01:47.935 INFO O| Feb 17 00:01:47.935 INFO STEP 19 (remove_files) COMPLETE
50342026-02-17T00:01:49.924Z[ recovery-image] Feb 17 00:01:47.935 INFO O| Feb 17 00:01:47.935 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352026-02-17T00:01:49.981Z[ recovery-image] Feb 17 00:01:47.988 INFO O| Feb 17 00:01:47.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
50362026-02-17T00:01:50.025Z[ recovery-image] Feb 17 00:01:48.036 INFO O| Feb 17 00:01:48.036 INFO STEP 20 (remove_files) COMPLETE
50372026-02-17T00:01:50.025Z[ recovery-image] Feb 17 00:01:48.036 INFO O| Feb 17 00:01:48.036 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382026-02-17T00:01:50.070Z[ recovery-image] Feb 17 00:01:48.079 INFO O| Feb 17 00:01:48.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
50392026-02-17T00:01:50.076Z[ recovery-image] Feb 17 00:01:48.080 INFO O| Feb 17 00:01:48.079 INFO STEP 21 (remove_files) COMPLETE
50402026-02-17T00:01:50.076Z[ recovery-image] Feb 17 00:01:48.080 INFO O| Feb 17 00:01:48.080 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412026-02-17T00:01:50.083Z[ recovery-image] Feb 17 00:01:48.093 INFO O| Feb 17 00:01:48.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
50422026-02-17T00:01:50.086Z[ recovery-image] Feb 17 00:01:48.093 INFO O| Feb 17 00:01:48.093 INFO STEP 22 (remove_files) COMPLETE
50432026-02-17T00:01:50.087Z[ recovery-image] Feb 17 00:01:48.093 INFO O| Feb 17 00:01:48.093 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442026-02-17T00:01:50.096Z[ recovery-image] Feb 17 00:01:48.108 INFO O| Feb 17 00:01:48.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
50452026-02-17T00:01:50.106Z[ recovery-image] Feb 17 00:01:48.118 INFO O| Feb 17 00:01:48.118 INFO STEP 23 (remove_files) COMPLETE
50462026-02-17T00:01:50.106Z[ recovery-image] Feb 17 00:01:48.118 INFO O| Feb 17 00:01:48.118 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472026-02-17T00:01:50.129Z[ recovery-image] Feb 17 00:01:48.140 INFO O| Feb 17 00:01:48.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
50482026-02-17T00:01:50.136Z[ recovery-image] Feb 17 00:01:48.140 INFO O| Feb 17 00:01:48.140 INFO STEP 24 (remove_files) COMPLETE
50492026-02-17T00:01:50.136Z[ recovery-image] Feb 17 00:01:48.140 INFO O| Feb 17 00:01:48.140 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502026-02-17T00:01:50.144Z[ recovery-image] Feb 17 00:01:48.154 INFO O| Feb 17 00:01:48.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
50512026-02-17T00:01:50.144Z[ recovery-image] Feb 17 00:01:48.155 INFO O| Feb 17 00:01:48.155 INFO STEP 25 (remove_files) COMPLETE
50522026-02-17T00:01:50.148Z[ recovery-image] Feb 17 00:01:48.155 INFO O| Feb 17 00:01:48.155 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532026-02-17T00:01:50.157Z[ recovery-image] Feb 17 00:01:48.167 INFO O| Feb 17 00:01:48.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
50542026-02-17T00:01:50.157Z[ recovery-image] Feb 17 00:01:48.168 INFO O| Feb 17 00:01:48.167 INFO STEP 26 (remove_files) COMPLETE
50552026-02-17T00:01:50.162Z[ recovery-image] Feb 17 00:01:48.168 INFO O| Feb 17 00:01:48.167 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562026-02-17T00:01:50.173Z[ recovery-image] Feb 17 00:01:48.180 INFO O| Feb 17 00:01:48.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
50572026-02-17T00:01:50.177Z[ recovery-image] Feb 17 00:01:48.181 INFO O| Feb 17 00:01:48.181 INFO STEP 27 (remove_files) COMPLETE
50582026-02-17T00:01:50.177Z[ recovery-image] Feb 17 00:01:48.181 INFO O| Feb 17 00:01:48.181 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592026-02-17T00:01:50.185Z[ recovery-image] Feb 17 00:01:48.195 INFO O| Feb 17 00:01:48.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
50602026-02-17T00:01:50.185Z[ recovery-image] Feb 17 00:01:48.195 INFO O| Feb 17 00:01:48.195 INFO STEP 28 (remove_files) COMPLETE
50612026-02-17T00:01:50.192Z[ recovery-image] Feb 17 00:01:48.195 INFO O| Feb 17 00:01:48.195 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622026-02-17T00:01:50.199Z[ recovery-image] Feb 17 00:01:48.206 INFO O| Feb 17 00:01:48.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
50632026-02-17T00:01:50.202Z[ recovery-image] Feb 17 00:01:48.207 INFO O| Feb 17 00:01:48.206 INFO STEP 29 (remove_files) COMPLETE
50642026-02-17T00:01:50.202Z[ recovery-image] Feb 17 00:01:48.207 INFO O| Feb 17 00:01:48.207 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652026-02-17T00:01:50.205Z[ recovery-image] Feb 17 00:01:48.217 INFO O| Feb 17 00:01:48.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
50662026-02-17T00:01:50.205Z[ recovery-image] Feb 17 00:01:48.217 INFO O| Feb 17 00:01:48.217 INFO STEP 30 (remove_files) COMPLETE
50672026-02-17T00:01:50.215Z[ recovery-image] Feb 17 00:01:48.217 INFO O| Feb 17 00:01:48.217 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682026-02-17T00:01:50.222Z[ recovery-image] Feb 17 00:01:48.228 INFO O| Feb 17 00:01:48.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
50692026-02-17T00:01:50.222Z[ recovery-image] Feb 17 00:01:48.230 INFO O| Feb 17 00:01:48.229 INFO STEP 31 (remove_files) COMPLETE
50702026-02-17T00:01:50.222Z[ recovery-image] Feb 17 00:01:48.230 INFO O| Feb 17 00:01:48.230 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712026-02-17T00:01:50.232Z[ recovery-image] Feb 17 00:01:48.241 INFO O| Feb 17 00:01:48.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
50722026-02-17T00:01:50.236Z[ recovery-image] Feb 17 00:01:48.242 INFO O| Feb 17 00:01:48.242 INFO STEP 32 (remove_files) COMPLETE
50732026-02-17T00:01:50.236Z[ recovery-image] Feb 17 00:01:48.242 INFO O| Feb 17 00:01:48.242 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742026-02-17T00:01:50.242Z[ recovery-image] Feb 17 00:01:48.253 INFO O| Feb 17 00:01:48.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
50752026-02-17T00:01:50.249Z[ recovery-image] Feb 17 00:01:48.254 INFO O| Feb 17 00:01:48.254 INFO STEP 33 (remove_files) COMPLETE
50762026-02-17T00:01:50.249Z[ recovery-image] Feb 17 00:01:48.254 INFO O| Feb 17 00:01:48.254 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772026-02-17T00:01:50.253Z[ recovery-image] Feb 17 00:01:48.265 INFO O| Feb 17 00:01:48.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
50782026-02-17T00:01:50.253Z[ recovery-image] Feb 17 00:01:48.265 INFO O| Feb 17 00:01:48.265 INFO STEP 34 (remove_files) COMPLETE
50792026-02-17T00:01:50.257Z[ recovery-image] Feb 17 00:01:48.265 INFO O| Feb 17 00:01:48.265 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802026-02-17T00:01:50.265Z[ recovery-image] Feb 17 00:01:48.276 INFO O| Feb 17 00:01:48.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
50812026-02-17T00:01:50.268Z[ recovery-image] Feb 17 00:01:48.276 INFO O| Feb 17 00:01:48.276 INFO STEP 35 (remove_files) COMPLETE
50822026-02-17T00:01:50.268Z[ recovery-image] Feb 17 00:01:48.276 INFO O| Feb 17 00:01:48.276 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832026-02-17T00:01:50.278Z[ recovery-image] Feb 17 00:01:48.289 INFO O| Feb 17 00:01:48.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
50842026-02-17T00:01:50.282Z[ recovery-image] Feb 17 00:01:48.289 INFO O| Feb 17 00:01:48.289 INFO STEP 36 (remove_files) COMPLETE
50852026-02-17T00:01:50.282Z[ recovery-image] Feb 17 00:01:48.289 INFO O| Feb 17 00:01:48.289 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862026-02-17T00:01:50.289Z[ recovery-image] Feb 17 00:01:48.300 INFO O| Feb 17 00:01:48.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
50872026-02-17T00:01:50.293Z[ recovery-image] Feb 17 00:01:48.301 INFO O| Feb 17 00:01:48.300 INFO STEP 37 (remove_files) COMPLETE
50882026-02-17T00:01:50.293Z[ recovery-image] Feb 17 00:01:48.301 INFO O| Feb 17 00:01:48.301 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892026-02-17T00:01:50.300Z[ recovery-image] Feb 17 00:01:48.312 INFO O| Feb 17 00:01:48.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
50902026-02-17T00:01:50.300Z[ recovery-image] Feb 17 00:01:48.312 INFO O| Feb 17 00:01:48.312 INFO STEP 38 (remove_files) COMPLETE
50912026-02-17T00:01:50.304Z[ recovery-image] Feb 17 00:01:48.312 INFO O| Feb 17 00:01:48.312 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922026-02-17T00:01:50.312Z[ recovery-image] Feb 17 00:01:48.323 INFO O| Feb 17 00:01:48.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
50932026-02-17T00:01:50.312Z[ recovery-image] Feb 17 00:01:48.323 INFO O| Feb 17 00:01:48.323 INFO STEP 39 (remove_files) COMPLETE
50942026-02-17T00:01:50.312Z[ recovery-image] Feb 17 00:01:48.323 INFO O| Feb 17 00:01:48.323 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952026-02-17T00:01:50.324Z[ recovery-image] Feb 17 00:01:48.334 INFO O| Feb 17 00:01:48.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50962026-02-17T00:01:50.324Z[ recovery-image] Feb 17 00:01:48.334 INFO O| Feb 17 00:01:48.334 INFO STEP 40 (remove_files) COMPLETE
50972026-02-17T00:01:50.324Z[ recovery-image] Feb 17 00:01:48.334 INFO O| Feb 17 00:01:48.334 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982026-02-17T00:01:50.334Z[ recovery-image] Feb 17 00:01:48.345 INFO O| Feb 17 00:01:48.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50992026-02-17T00:01:50.334Z[ recovery-image] Feb 17 00:01:48.345 INFO O| Feb 17 00:01:48.345 INFO STEP 41 (remove_files) COMPLETE
51002026-02-17T00:01:50.334Z[ recovery-image] Feb 17 00:01:48.345 INFO O| Feb 17 00:01:48.345 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012026-02-17T00:01:50.348Z[ recovery-image] Feb 17 00:01:48.356 INFO O| Feb 17 00:01:48.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
51022026-02-17T00:01:50.349Z[ recovery-image] Feb 17 00:01:48.356 INFO O| Feb 17 00:01:48.356 INFO STEP 42 (remove_files) COMPLETE
51032026-02-17T00:01:50.349Z[ recovery-image] Feb 17 00:01:48.356 INFO O| Feb 17 00:01:48.356 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042026-02-17T00:01:50.360Z[ recovery-image] Feb 17 00:01:48.367 INFO O| Feb 17 00:01:48.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
51052026-02-17T00:01:50.360Z[ recovery-image] Feb 17 00:01:48.367 INFO O| Feb 17 00:01:48.367 INFO STEP 43 (remove_files) COMPLETE
51062026-02-17T00:01:50.360Z[ recovery-image] Feb 17 00:01:48.367 INFO O| Feb 17 00:01:48.367 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072026-02-17T00:01:50.371Z[ recovery-image] Feb 17 00:01:48.378 INFO O| Feb 17 00:01:48.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
51082026-02-17T00:01:50.371Z[ recovery-image] Feb 17 00:01:48.378 INFO O| Feb 17 00:01:48.378 INFO STEP 44 (remove_files) COMPLETE
51092026-02-17T00:01:50.371Z[ recovery-image] Feb 17 00:01:48.378 INFO O| Feb 17 00:01:48.378 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102026-02-17T00:01:50.382Z[ recovery-image] Feb 17 00:01:48.389 INFO O| Feb 17 00:01:48.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
51112026-02-17T00:01:50.387Z[ recovery-image] Feb 17 00:01:48.390 INFO O| Feb 17 00:01:48.390 INFO STEP 45 (remove_files) COMPLETE
51122026-02-17T00:01:50.387Z[ recovery-image] Feb 17 00:01:48.390 INFO O| Feb 17 00:01:48.390 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132026-02-17T00:01:50.391Z[ recovery-image] Feb 17 00:01:48.401 INFO O| Feb 17 00:01:48.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
51142026-02-17T00:01:50.391Z[ recovery-image] Feb 17 00:01:48.402 INFO O| Feb 17 00:01:48.402 INFO STEP 46 (remove_files) COMPLETE
51152026-02-17T00:01:50.391Z[ recovery-image] Feb 17 00:01:48.402 INFO O| Feb 17 00:01:48.402 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162026-02-17T00:01:50.403Z[ recovery-image] Feb 17 00:01:48.413 INFO O| Feb 17 00:01:48.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
51172026-02-17T00:01:50.403Z[ recovery-image] Feb 17 00:01:48.413 INFO O| Feb 17 00:01:48.413 INFO STEP 47 (remove_files) COMPLETE
51182026-02-17T00:01:50.404Z[ recovery-image] Feb 17 00:01:48.413 INFO O| Feb 17 00:01:48.413 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192026-02-17T00:01:50.414Z[ recovery-image] Feb 17 00:01:48.425 INFO O| Feb 17 00:01:48.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
51202026-02-17T00:01:50.419Z[ recovery-image] Feb 17 00:01:48.425 INFO O| Feb 17 00:01:48.425 INFO STEP 48 (remove_files) COMPLETE
51212026-02-17T00:01:50.419Z[ recovery-image] Feb 17 00:01:48.425 INFO O| Feb 17 00:01:48.425 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222026-02-17T00:01:50.428Z[ recovery-image] Feb 17 00:01:48.438 INFO O| Feb 17 00:01:48.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
51232026-02-17T00:01:50.428Z[ recovery-image] Feb 17 00:01:48.438 INFO O| Feb 17 00:01:48.438 INFO STEP 49 (remove_files) COMPLETE
51242026-02-17T00:01:50.432Z[ recovery-image] Feb 17 00:01:48.438 INFO O| Feb 17 00:01:48.438 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252026-02-17T00:01:50.441Z[ recovery-image] Feb 17 00:01:48.452 INFO O| Feb 17 00:01:48.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
51262026-02-17T00:01:50.441Z[ recovery-image] Feb 17 00:01:48.452 INFO O| Feb 17 00:01:48.452 INFO STEP 50 (remove_files) COMPLETE
51272026-02-17T00:01:50.445Z[ recovery-image] Feb 17 00:01:48.452 INFO O| Feb 17 00:01:48.452 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282026-02-17T00:01:50.455Z[ recovery-image] Feb 17 00:01:48.466 INFO O| Feb 17 00:01:48.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
51292026-02-17T00:01:50.458Z[ recovery-image] Feb 17 00:01:48.466 INFO O| Feb 17 00:01:48.466 INFO STEP 51 (remove_files) COMPLETE
51302026-02-17T00:01:50.458Z[ recovery-image] Feb 17 00:01:48.466 INFO O| Feb 17 00:01:48.466 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312026-02-17T00:01:50.469Z[ recovery-image] Feb 17 00:01:48.479 INFO O| Feb 17 00:01:48.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
51322026-02-17T00:01:50.470Z[ recovery-image] Feb 17 00:01:48.479 INFO O| Feb 17 00:01:48.479 INFO STEP 52 (remove_files) COMPLETE
51332026-02-17T00:01:50.470Z[ recovery-image] Feb 17 00:01:48.479 INFO O| Feb 17 00:01:48.479 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342026-02-17T00:01:50.481Z[ recovery-image] Feb 17 00:01:48.492 INFO O| Feb 17 00:01:48.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
51352026-02-17T00:01:50.481Z[ recovery-image] Feb 17 00:01:48.492 INFO O| Feb 17 00:01:48.492 INFO STEP 53 (remove_files) COMPLETE
51362026-02-17T00:01:50.486Z[ recovery-image] Feb 17 00:01:48.492 INFO O| Feb 17 00:01:48.492 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372026-02-17T00:01:50.494Z[ recovery-image] Feb 17 00:01:48.504 INFO O| Feb 17 00:01:48.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
51382026-02-17T00:01:50.494Z[ recovery-image] Feb 17 00:01:48.504 INFO O| Feb 17 00:01:48.504 INFO STEP 54 (remove_files) COMPLETE
51392026-02-17T00:01:50.494Z[ recovery-image] Feb 17 00:01:48.504 INFO O| Feb 17 00:01:48.504 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402026-02-17T00:01:50.509Z[ recovery-image] Feb 17 00:01:48.516 INFO O| Feb 17 00:01:48.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
51412026-02-17T00:01:50.509Z[ recovery-image] Feb 17 00:01:48.516 INFO O| Feb 17 00:01:48.516 INFO STEP 55 (remove_files) COMPLETE
51422026-02-17T00:01:50.509Z[ recovery-image] Feb 17 00:01:48.516 INFO O| Feb 17 00:01:48.516 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432026-02-17T00:01:50.517Z[ recovery-image] Feb 17 00:01:48.528 INFO O| Feb 17 00:01:48.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
51442026-02-17T00:01:50.517Z[ recovery-image] Feb 17 00:01:48.528 INFO O| Feb 17 00:01:48.528 INFO STEP 56 (remove_files) COMPLETE
51452026-02-17T00:01:50.517Z[ recovery-image] Feb 17 00:01:48.528 INFO O| Feb 17 00:01:48.528 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462026-02-17T00:01:50.528Z[ recovery-image] Feb 17 00:01:48.539 INFO O| Feb 17 00:01:48.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
51472026-02-17T00:01:50.528Z[ recovery-image] Feb 17 00:01:48.539 INFO O| Feb 17 00:01:48.539 INFO STEP 57 (remove_files) COMPLETE
51482026-02-17T00:01:50.535Z[ recovery-image] Feb 17 00:01:48.539 INFO O| Feb 17 00:01:48.539 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492026-02-17T00:01:50.540Z[ recovery-image] Feb 17 00:01:48.551 INFO O| Feb 17 00:01:48.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
51502026-02-17T00:01:50.540Z[ recovery-image] Feb 17 00:01:48.551 INFO O| Feb 17 00:01:48.551 INFO STEP 58 (remove_files) COMPLETE
51512026-02-17T00:01:50.540Z[ recovery-image] Feb 17 00:01:48.551 INFO O| Feb 17 00:01:48.551 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522026-02-17T00:01:50.552Z[ recovery-image] Feb 17 00:01:48.563 INFO O| Feb 17 00:01:48.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
51532026-02-17T00:01:50.552Z[ recovery-image] Feb 17 00:01:48.563 INFO O| Feb 17 00:01:48.563 INFO STEP 59 (remove_files) COMPLETE
51542026-02-17T00:01:50.552Z[ recovery-image] Feb 17 00:01:48.563 INFO O| Feb 17 00:01:48.563 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552026-02-17T00:01:50.563Z[ recovery-image] Feb 17 00:01:48.574 INFO O| Feb 17 00:01:48.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
51562026-02-17T00:01:50.563Z[ recovery-image] Feb 17 00:01:48.574 INFO O| Feb 17 00:01:48.574 INFO STEP 60 (remove_files) COMPLETE
51572026-02-17T00:01:50.563Z[ recovery-image] Feb 17 00:01:48.574 INFO O| Feb 17 00:01:48.574 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582026-02-17T00:01:50.575Z[ recovery-image] Feb 17 00:01:48.585 INFO O| Feb 17 00:01:48.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
51592026-02-17T00:01:50.575Z[ recovery-image] Feb 17 00:01:48.585 INFO O| Feb 17 00:01:48.585 INFO STEP 61 (remove_files) COMPLETE
51602026-02-17T00:01:50.578Z[ recovery-image] Feb 17 00:01:48.585 INFO O| Feb 17 00:01:48.585 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612026-02-17T00:01:50.585Z[ recovery-image] Feb 17 00:01:48.596 INFO O| Feb 17 00:01:48.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
51622026-02-17T00:01:50.585Z[ recovery-image] Feb 17 00:01:48.597 INFO O| Feb 17 00:01:48.597 INFO STEP 62 (remove_files) COMPLETE
51632026-02-17T00:01:50.585Z[ recovery-image] Feb 17 00:01:48.597 INFO O| Feb 17 00:01:48.597 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642026-02-17T00:01:50.598Z[ recovery-image] Feb 17 00:01:48.608 INFO O| Feb 17 00:01:48.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
51652026-02-17T00:01:50.598Z[ recovery-image] Feb 17 00:01:48.608 INFO O| Feb 17 00:01:48.608 INFO STEP 63 (remove_files) COMPLETE
51662026-02-17T00:01:50.598Z[ recovery-image] Feb 17 00:01:48.608 INFO O| Feb 17 00:01:48.608 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672026-02-17T00:01:50.611Z[ recovery-image] Feb 17 00:01:48.619 INFO O| Feb 17 00:01:48.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
51682026-02-17T00:01:50.611Z[ recovery-image] Feb 17 00:01:48.619 INFO O| Feb 17 00:01:48.619 INFO STEP 64 (remove_files) COMPLETE
51692026-02-17T00:01:50.611Z[ recovery-image] Feb 17 00:01:48.619 INFO O| Feb 17 00:01:48.619 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702026-02-17T00:01:50.621Z[ recovery-image] Feb 17 00:01:48.631 INFO O| Feb 17 00:01:48.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
51712026-02-17T00:01:50.624Z[ recovery-image] Feb 17 00:01:48.632 INFO O| Feb 17 00:01:48.632 INFO STEP 65 (remove_files) COMPLETE
51722026-02-17T00:01:50.624Z[ recovery-image] Feb 17 00:01:48.632 INFO O| Feb 17 00:01:48.632 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732026-02-17T00:01:50.636Z[ recovery-image] Feb 17 00:01:48.644 INFO O| Feb 17 00:01:48.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
51742026-02-17T00:01:50.636Z[ recovery-image] Feb 17 00:01:48.644 INFO O| Feb 17 00:01:48.644 INFO STEP 66 (remove_files) COMPLETE
51752026-02-17T00:01:50.636Z[ recovery-image] Feb 17 00:01:48.644 INFO O| Feb 17 00:01:48.644 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762026-02-17T00:01:50.644Z[ host-image] Feb 17 00:01:48.655 INFO O| Feb 17 00:01:48.655 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
51772026-02-17T00:01:50.648Z[ recovery-image] Feb 17 00:01:48.656 INFO O| Feb 17 00:01:48.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
51782026-02-17T00:01:50.648Z[ recovery-image] Feb 17 00:01:48.656 INFO O| Feb 17 00:01:48.656 INFO STEP 67 (remove_files) COMPLETE
51792026-02-17T00:01:50.648Z[ recovery-image] Feb 17 00:01:48.656 INFO O| Feb 17 00:01:48.656 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802026-02-17T00:01:50.658Z[ recovery-image] Feb 17 00:01:48.668 INFO O| Feb 17 00:01:48.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
51812026-02-17T00:01:50.658Z[ recovery-image] Feb 17 00:01:48.668 INFO O| Feb 17 00:01:48.668 INFO STEP 68 (remove_files) COMPLETE
51822026-02-17T00:01:50.665Z[ recovery-image] Feb 17 00:01:48.668 INFO O| Feb 17 00:01:48.668 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832026-02-17T00:01:50.672Z[ recovery-image] Feb 17 00:01:48.683 INFO O| Feb 17 00:01:48.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
51842026-02-17T00:01:50.672Z[ recovery-image] Feb 17 00:01:48.683 INFO O| Feb 17 00:01:48.683 INFO STEP 69 (remove_files) COMPLETE
51852026-02-17T00:01:50.672Z[ recovery-image] Feb 17 00:01:48.683 INFO O| Feb 17 00:01:48.683 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862026-02-17T00:01:50.685Z[ recovery-image] Feb 17 00:01:48.696 INFO O| Feb 17 00:01:48.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
51872026-02-17T00:01:50.685Z[ recovery-image] Feb 17 00:01:48.696 INFO O| Feb 17 00:01:48.696 INFO STEP 70 (remove_files) COMPLETE
51882026-02-17T00:01:50.685Z[ recovery-image] Feb 17 00:01:48.696 INFO O| Feb 17 00:01:48.696 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-02-17T00:01:50.699Z[ recovery-image] Feb 17 00:01:48.709 INFO O| Feb 17 00:01:48.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
51902026-02-17T00:01:50.699Z[ recovery-image] Feb 17 00:01:48.709 INFO O| Feb 17 00:01:48.709 INFO STEP 71 (remove_files) COMPLETE
51912026-02-17T00:01:50.699Z[ recovery-image] Feb 17 00:01:48.709 INFO O| Feb 17 00:01:48.709 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-02-17T00:01:50.713Z[ recovery-image] Feb 17 00:01:48.722 INFO O| Feb 17 00:01:48.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
51932026-02-17T00:01:50.714Z[ recovery-image] Feb 17 00:01:48.722 INFO O| Feb 17 00:01:48.722 INFO STEP 72 (remove_files) COMPLETE
51942026-02-17T00:01:50.717Z[ recovery-image] Feb 17 00:01:48.722 INFO O| Feb 17 00:01:48.722 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952026-02-17T00:01:50.724Z[ recovery-image] Feb 17 00:01:48.735 INFO O| Feb 17 00:01:48.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
51962026-02-17T00:01:50.724Z[ recovery-image] Feb 17 00:01:48.735 INFO O| Feb 17 00:01:48.735 INFO STEP 73 (remove_files) COMPLETE
51972026-02-17T00:01:50.727Z[ recovery-image] Feb 17 00:01:48.735 INFO O| Feb 17 00:01:48.735 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982026-02-17T00:01:50.737Z[ recovery-image] Feb 17 00:01:48.747 INFO O| Feb 17 00:01:48.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51992026-02-17T00:01:50.737Z[ recovery-image] Feb 17 00:01:48.747 INFO O| Feb 17 00:01:48.747 INFO STEP 74 (remove_files) COMPLETE
52002026-02-17T00:01:50.737Z[ recovery-image] Feb 17 00:01:48.748 INFO O| Feb 17 00:01:48.747 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012026-02-17T00:01:50.749Z[ recovery-image] Feb 17 00:01:48.760 INFO O| Feb 17 00:01:48.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
52022026-02-17T00:01:50.749Z[ recovery-image] Feb 17 00:01:48.761 INFO O| Feb 17 00:01:48.761 INFO STEP 75 (remove_files) COMPLETE
52032026-02-17T00:01:50.750Z[ recovery-image] Feb 17 00:01:48.761 INFO O| Feb 17 00:01:48.761 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-02-17T00:01:50.766Z[ recovery-image] Feb 17 00:01:48.774 INFO O| Feb 17 00:01:48.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
52052026-02-17T00:01:50.766Z[ recovery-image] Feb 17 00:01:48.774 INFO O| Feb 17 00:01:48.774 INFO STEP 76 (remove_files) COMPLETE
52062026-02-17T00:01:50.769Z[ recovery-image] Feb 17 00:01:48.774 INFO O| Feb 17 00:01:48.774 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-02-17T00:01:50.776Z[ recovery-image] Feb 17 00:01:48.787 INFO O| Feb 17 00:01:48.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
52082026-02-17T00:01:50.776Z[ recovery-image] Feb 17 00:01:48.787 INFO O| Feb 17 00:01:48.787 INFO STEP 77 (remove_files) COMPLETE
52092026-02-17T00:01:50.776Z[ recovery-image] Feb 17 00:01:48.787 INFO O| Feb 17 00:01:48.787 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102026-02-17T00:01:50.789Z[ recovery-image] Feb 17 00:01:48.801 INFO O| Feb 17 00:01:48.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
52112026-02-17T00:01:50.789Z[ recovery-image] Feb 17 00:01:48.801 INFO O| Feb 17 00:01:48.801 INFO STEP 78 (remove_files) COMPLETE
52122026-02-17T00:01:50.796Z[ recovery-image] Feb 17 00:01:48.801 INFO O| Feb 17 00:01:48.801 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132026-02-17T00:01:50.803Z[ recovery-image] Feb 17 00:01:48.814 INFO O| Feb 17 00:01:48.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
52142026-02-17T00:01:50.803Z[ recovery-image] Feb 17 00:01:48.814 INFO O| Feb 17 00:01:48.814 INFO STEP 79 (remove_files) COMPLETE
52152026-02-17T00:01:50.807Z[ recovery-image] Feb 17 00:01:48.814 INFO O| Feb 17 00:01:48.814 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162026-02-17T00:01:50.819Z[ recovery-image] Feb 17 00:01:48.828 INFO O| Feb 17 00:01:48.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
52172026-02-17T00:01:50.819Z[ recovery-image] Feb 17 00:01:48.828 INFO O| Feb 17 00:01:48.828 INFO STEP 80 (remove_files) COMPLETE
52182026-02-17T00:01:50.823Z[ recovery-image] Feb 17 00:01:48.828 INFO O| Feb 17 00:01:48.828 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192026-02-17T00:01:50.830Z[ recovery-image] Feb 17 00:01:48.841 INFO O| Feb 17 00:01:48.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
52202026-02-17T00:01:50.830Z[ recovery-image] Feb 17 00:01:48.841 INFO O| Feb 17 00:01:48.841 INFO STEP 81 (remove_files) COMPLETE
52212026-02-17T00:01:50.830Z[ recovery-image] Feb 17 00:01:48.841 INFO O| Feb 17 00:01:48.841 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222026-02-17T00:01:50.845Z[ recovery-image] Feb 17 00:01:48.854 INFO O| Feb 17 00:01:48.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
52232026-02-17T00:01:50.845Z[ recovery-image] Feb 17 00:01:48.855 INFO O| Feb 17 00:01:48.854 INFO STEP 82 (remove_files) COMPLETE
52242026-02-17T00:01:50.845Z[ recovery-image] Feb 17 00:01:48.855 INFO O| Feb 17 00:01:48.855 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-02-17T00:01:50.861Z[ recovery-image] Feb 17 00:01:48.868 INFO O| Feb 17 00:01:48.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
52262026-02-17T00:01:50.861Z[ recovery-image] Feb 17 00:01:48.868 INFO O| Feb 17 00:01:48.868 INFO STEP 83 (remove_files) COMPLETE
52272026-02-17T00:01:50.867Z[ recovery-image] Feb 17 00:01:48.868 INFO O| Feb 17 00:01:48.868 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-02-17T00:01:50.871Z[ recovery-image] Feb 17 00:01:48.882 INFO O| Feb 17 00:01:48.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
52292026-02-17T00:01:50.872Z[ recovery-image] Feb 17 00:01:48.882 INFO O| Feb 17 00:01:48.882 INFO STEP 84 (remove_files) COMPLETE
52302026-02-17T00:01:50.872Z[ recovery-image] Feb 17 00:01:48.882 INFO O| Feb 17 00:01:48.882 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-02-17T00:01:50.884Z[ recovery-image] Feb 17 00:01:48.895 INFO O| Feb 17 00:01:48.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
52322026-02-17T00:01:50.885Z[ recovery-image] Feb 17 00:01:48.896 INFO O| Feb 17 00:01:48.896 INFO STEP 85 (remove_files) COMPLETE
52332026-02-17T00:01:50.885Z[ recovery-image] Feb 17 00:01:48.896 INFO O| Feb 17 00:01:48.896 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342026-02-17T00:01:50.898Z[ recovery-image] Feb 17 00:01:48.909 INFO O| Feb 17 00:01:48.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
52352026-02-17T00:01:50.898Z[ recovery-image] Feb 17 00:01:48.909 INFO O| Feb 17 00:01:48.909 INFO STEP 86 (remove_files) COMPLETE
52362026-02-17T00:01:50.903Z[ recovery-image] Feb 17 00:01:48.909 INFO O| Feb 17 00:01:48.909 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372026-02-17T00:01:50.914Z[ recovery-image] Feb 17 00:01:48.923 INFO O| Feb 17 00:01:48.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
52382026-02-17T00:01:50.920Z[ recovery-image] Feb 17 00:01:48.924 INFO O| Feb 17 00:01:48.924 INFO STEP 87 (remove_files) COMPLETE
52392026-02-17T00:01:50.920Z[ recovery-image] Feb 17 00:01:48.924 INFO O| Feb 17 00:01:48.924 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402026-02-17T00:01:50.926Z[ recovery-image] Feb 17 00:01:48.937 INFO O| Feb 17 00:01:48.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
52412026-02-17T00:01:50.926Z[ recovery-image] Feb 17 00:01:48.937 INFO O| Feb 17 00:01:48.937 INFO STEP 88 (remove_files) COMPLETE
52422026-02-17T00:01:50.929Z[ recovery-image] Feb 17 00:01:48.937 INFO O| Feb 17 00:01:48.937 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432026-02-17T00:01:50.944Z[ recovery-image] Feb 17 00:01:48.951 INFO O| Feb 17 00:01:48.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
52442026-02-17T00:01:50.944Z[ recovery-image] Feb 17 00:01:48.951 INFO O| Feb 17 00:01:48.951 INFO STEP 89 (remove_files) COMPLETE
52452026-02-17T00:01:50.944Z[ recovery-image] Feb 17 00:01:48.951 INFO O| Feb 17 00:01:48.951 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462026-02-17T00:01:50.953Z[ recovery-image] Feb 17 00:01:48.964 INFO O| Feb 17 00:01:48.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
52472026-02-17T00:01:50.953Z[ recovery-image] Feb 17 00:01:48.964 INFO O| Feb 17 00:01:48.964 INFO STEP 90 (remove_files) COMPLETE
52482026-02-17T00:01:50.958Z[ recovery-image] Feb 17 00:01:48.964 INFO O| Feb 17 00:01:48.964 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492026-02-17T00:01:50.968Z[ recovery-image] Feb 17 00:01:48.978 INFO O| Feb 17 00:01:48.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
52502026-02-17T00:01:50.973Z[ recovery-image] Feb 17 00:01:48.979 INFO O| Feb 17 00:01:48.979 INFO STEP 91 (remove_files) COMPLETE
52512026-02-17T00:01:50.973Z[ recovery-image] Feb 17 00:01:48.979 INFO O| Feb 17 00:01:48.979 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522026-02-17T00:01:50.981Z[ recovery-image] Feb 17 00:01:48.992 INFO O| Feb 17 00:01:48.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
52532026-02-17T00:01:50.981Z[ recovery-image] Feb 17 00:01:48.992 INFO O| Feb 17 00:01:48.992 INFO STEP 92 (remove_files) COMPLETE
52542026-02-17T00:01:50.981Z[ recovery-image] Feb 17 00:01:48.992 INFO O| Feb 17 00:01:48.992 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552026-02-17T00:01:50.998Z[ recovery-image] Feb 17 00:01:49.007 INFO O| Feb 17 00:01:49.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
52562026-02-17T00:01:50.998Z[ recovery-image] Feb 17 00:01:49.007 INFO O| Feb 17 00:01:49.007 INFO STEP 93 (remove_files) COMPLETE
52572026-02-17T00:01:51.013Z[ recovery-image] Feb 17 00:01:49.007 INFO O| Feb 17 00:01:49.007 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582026-02-17T00:01:51.018Z[ recovery-image] Feb 17 00:01:49.021 INFO O| Feb 17 00:01:49.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
52592026-02-17T00:01:51.018Z[ recovery-image] Feb 17 00:01:49.021 INFO O| Feb 17 00:01:49.021 INFO STEP 94 (remove_files) COMPLETE
52602026-02-17T00:01:51.018Z[ recovery-image] Feb 17 00:01:49.021 INFO O| Feb 17 00:01:49.021 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612026-02-17T00:01:51.024Z[ recovery-image] Feb 17 00:01:49.034 INFO O| Feb 17 00:01:49.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
52622026-02-17T00:01:51.024Z[ recovery-image] Feb 17 00:01:49.035 INFO O| Feb 17 00:01:49.034 INFO STEP 95 (remove_files) COMPLETE
52632026-02-17T00:01:51.029Z[ recovery-image] Feb 17 00:01:49.038 INFO O| Feb 17 00:01:49.034 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642026-02-17T00:01:51.042Z[ recovery-image] Feb 17 00:01:49.052 INFO O| Feb 17 00:01:49.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
52652026-02-17T00:01:51.046Z[ recovery-image] Feb 17 00:01:49.052 INFO O| Feb 17 00:01:49.052 INFO STEP 96 (remove_files) COMPLETE
52662026-02-17T00:01:51.046Z[ recovery-image] Feb 17 00:01:49.052 INFO O| Feb 17 00:01:49.052 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672026-02-17T00:01:51.058Z[ recovery-image] Feb 17 00:01:49.069 INFO O| Feb 17 00:01:49.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
52682026-02-17T00:01:51.085Z[ recovery-image] Feb 17 00:01:49.092 INFO O| Feb 17 00:01:49.092 INFO STEP 97 (remove_files) COMPLETE
52692026-02-17T00:01:51.085Z[ recovery-image] Feb 17 00:01:49.092 INFO O| Feb 17 00:01:49.092 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702026-02-17T00:01:51.097Z[ recovery-image] Feb 17 00:01:49.108 INFO O| Feb 17 00:01:49.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
52712026-02-17T00:01:51.098Z[ recovery-image] Feb 17 00:01:49.109 INFO O| Feb 17 00:01:49.109 INFO STEP 98 (remove_files) COMPLETE
52722026-02-17T00:01:51.102Z[ recovery-image] Feb 17 00:01:49.109 INFO O| Feb 17 00:01:49.109 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732026-02-17T00:01:51.115Z[ recovery-image] Feb 17 00:01:49.124 INFO O| Feb 17 00:01:49.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
52742026-02-17T00:01:51.115Z[ recovery-image] Feb 17 00:01:49.125 INFO O| Feb 17 00:01:49.125 INFO STEP 99 (remove_files) COMPLETE
52752026-02-17T00:01:51.121Z[ recovery-image] Feb 17 00:01:49.125 INFO O| Feb 17 00:01:49.125 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762026-02-17T00:01:51.128Z[ recovery-image] Feb 17 00:01:49.139 INFO O| Feb 17 00:01:49.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
52772026-02-17T00:01:51.135Z[ recovery-image] Feb 17 00:01:49.139 INFO O| Feb 17 00:01:49.139 INFO STEP 100 (remove_files) COMPLETE
52782026-02-17T00:01:51.135Z[ recovery-image] Feb 17 00:01:49.139 INFO O| Feb 17 00:01:49.139 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792026-02-17T00:01:51.141Z[ recovery-image] Feb 17 00:01:49.152 INFO O| Feb 17 00:01:49.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
52802026-02-17T00:01:51.141Z[ recovery-image] Feb 17 00:01:49.152 INFO O| Feb 17 00:01:49.152 INFO STEP 101 (remove_files) COMPLETE
52812026-02-17T00:01:51.144Z[ recovery-image] Feb 17 00:01:49.152 INFO O| Feb 17 00:01:49.152 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822026-02-17T00:01:51.156Z[ recovery-image] Feb 17 00:01:49.166 INFO O| Feb 17 00:01:49.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
52832026-02-17T00:01:51.171Z[ recovery-image] Feb 17 00:01:49.166 INFO O| Feb 17 00:01:49.166 INFO STEP 102 (remove_files) COMPLETE
52842026-02-17T00:01:51.171Z[ recovery-image] Feb 17 00:01:49.166 INFO O| Feb 17 00:01:49.166 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852026-02-17T00:01:51.171Z[ recovery-image] Feb 17 00:01:49.182 INFO O| Feb 17 00:01:49.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
52862026-02-17T00:01:51.171Z[ recovery-image] Feb 17 00:01:49.182 INFO O| Feb 17 00:01:49.182 INFO STEP 103 (remove_files) COMPLETE
52872026-02-17T00:01:51.171Z[ recovery-image] Feb 17 00:01:49.182 INFO O| Feb 17 00:01:49.182 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882026-02-17T00:01:51.187Z[ recovery-image] Feb 17 00:01:49.197 INFO O| Feb 17 00:01:49.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
52892026-02-17T00:01:51.187Z[ recovery-image] Feb 17 00:01:49.197 INFO O| Feb 17 00:01:49.197 INFO STEP 104 (remove_files) COMPLETE
52902026-02-17T00:01:51.187Z[ recovery-image] Feb 17 00:01:49.197 INFO O| Feb 17 00:01:49.197 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912026-02-17T00:01:51.204Z[ recovery-image] Feb 17 00:01:49.213 INFO O| Feb 17 00:01:49.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
52922026-02-17T00:01:51.204Z[ recovery-image] Feb 17 00:01:49.213 INFO O| Feb 17 00:01:49.213 INFO STEP 105 (remove_files) COMPLETE
52932026-02-17T00:01:51.204Z[ recovery-image] Feb 17 00:01:49.213 INFO O| Feb 17 00:01:49.213 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942026-02-17T00:01:51.221Z[ recovery-image] Feb 17 00:01:49.229 INFO O| Feb 17 00:01:49.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
52952026-02-17T00:01:51.221Z[ recovery-image] Feb 17 00:01:49.229 INFO O| Feb 17 00:01:49.229 INFO STEP 106 (remove_files) COMPLETE
52962026-02-17T00:01:51.221Z[ recovery-image] Feb 17 00:01:49.229 INFO O| Feb 17 00:01:49.229 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972026-02-17T00:01:51.237Z[ recovery-image] Feb 17 00:01:49.247 INFO O| Feb 17 00:01:49.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
52982026-02-17T00:01:51.237Z[ recovery-image] Feb 17 00:01:49.247 INFO O| Feb 17 00:01:49.247 INFO STEP 107 (remove_files) COMPLETE
52992026-02-17T00:01:51.237Z[ recovery-image] Feb 17 00:01:49.247 INFO O| Feb 17 00:01:49.247 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002026-02-17T00:01:51.253Z[ recovery-image] Feb 17 00:01:49.264 INFO O| Feb 17 00:01:49.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
53012026-02-17T00:01:51.253Z[ recovery-image] Feb 17 00:01:49.264 INFO O| Feb 17 00:01:49.264 INFO STEP 108 (remove_files) COMPLETE
53022026-02-17T00:01:51.260Z[ recovery-image] Feb 17 00:01:49.264 INFO O| Feb 17 00:01:49.264 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032026-02-17T00:01:51.271Z[ recovery-image] Feb 17 00:01:49.282 INFO O| Feb 17 00:01:49.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
53042026-02-17T00:01:51.271Z[ recovery-image] Feb 17 00:01:49.282 INFO O| Feb 17 00:01:49.282 INFO STEP 109 (remove_files) COMPLETE
53052026-02-17T00:01:51.271Z[ recovery-image] Feb 17 00:01:49.282 INFO O| Feb 17 00:01:49.282 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062026-02-17T00:01:51.289Z[ recovery-image] Feb 17 00:01:49.300 INFO O| Feb 17 00:01:49.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
53072026-02-17T00:01:51.289Z[ recovery-image] Feb 17 00:01:49.300 INFO O| Feb 17 00:01:49.300 INFO STEP 110 (remove_files) COMPLETE
53082026-02-17T00:01:51.289Z[ recovery-image] Feb 17 00:01:49.300 INFO O| Feb 17 00:01:49.300 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092026-02-17T00:01:51.306Z[ recovery-image] Feb 17 00:01:49.317 INFO O| Feb 17 00:01:49.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
53102026-02-17T00:01:51.307Z[ recovery-image] Feb 17 00:01:49.317 INFO O| Feb 17 00:01:49.317 INFO STEP 111 (remove_files) COMPLETE
53112026-02-17T00:01:51.307Z[ recovery-image] Feb 17 00:01:49.317 INFO O| Feb 17 00:01:49.317 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122026-02-17T00:01:51.321Z[ recovery-image] Feb 17 00:01:49.331 INFO O| Feb 17 00:01:49.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
53132026-02-17T00:01:51.325Z[ recovery-image] Feb 17 00:01:49.332 INFO O| Feb 17 00:01:49.332 INFO STEP 112 (remove_files) COMPLETE
53142026-02-17T00:01:51.325Z[ recovery-image] Feb 17 00:01:49.332 INFO O| Feb 17 00:01:49.332 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152026-02-17T00:01:51.338Z[ recovery-image] Feb 17 00:01:49.345 INFO O| Feb 17 00:01:49.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
53162026-02-17T00:01:51.339Z[ recovery-image] Feb 17 00:01:49.346 INFO O| Feb 17 00:01:49.346 INFO STEP 113 (remove_files) COMPLETE
53172026-02-17T00:01:51.342Z[ recovery-image] Feb 17 00:01:49.346 INFO O| Feb 17 00:01:49.346 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182026-02-17T00:01:51.349Z[ recovery-image] Feb 17 00:01:49.360 INFO O| Feb 17 00:01:49.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
53192026-02-17T00:01:51.349Z[ recovery-image] Feb 17 00:01:49.360 INFO O| Feb 17 00:01:49.360 INFO STEP 114 (remove_files) COMPLETE
53202026-02-17T00:01:51.349Z[ recovery-image] Feb 17 00:01:49.360 INFO O| Feb 17 00:01:49.360 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212026-02-17T00:01:51.363Z[ recovery-image] Feb 17 00:01:49.373 INFO O| Feb 17 00:01:49.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
53222026-02-17T00:01:51.363Z[ recovery-image] Feb 17 00:01:49.373 INFO O| Feb 17 00:01:49.373 INFO STEP 115 (remove_files) COMPLETE
53232026-02-17T00:01:51.366Z[ recovery-image] Feb 17 00:01:49.373 INFO O| Feb 17 00:01:49.373 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242026-02-17T00:01:51.377Z[ recovery-image] Feb 17 00:01:49.387 INFO O| Feb 17 00:01:49.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
53252026-02-17T00:01:51.377Z[ recovery-image] Feb 17 00:01:49.387 INFO O| Feb 17 00:01:49.387 INFO STEP 116 (remove_files) COMPLETE
53262026-02-17T00:01:51.389Z[ recovery-image] Feb 17 00:01:49.387 INFO O| Feb 17 00:01:49.387 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272026-02-17T00:01:51.396Z[ recovery-image] Feb 17 00:01:49.400 INFO O| Feb 17 00:01:49.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
53282026-02-17T00:01:51.396Z[ recovery-image] Feb 17 00:01:49.400 INFO O| Feb 17 00:01:49.400 INFO STEP 117 (remove_files) COMPLETE
53292026-02-17T00:01:51.396Z[ recovery-image] Feb 17 00:01:49.401 INFO O| Feb 17 00:01:49.400 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302026-02-17T00:01:51.406Z[ recovery-image] Feb 17 00:01:49.414 INFO O| Feb 17 00:01:49.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
53312026-02-17T00:01:51.406Z[ recovery-image] Feb 17 00:01:49.414 INFO O| Feb 17 00:01:49.414 INFO STEP 118 (remove_files) COMPLETE
53322026-02-17T00:01:51.410Z[ recovery-image] Feb 17 00:01:49.414 INFO O| Feb 17 00:01:49.414 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332026-02-17T00:01:51.418Z[ recovery-image] Feb 17 00:01:49.427 INFO O| Feb 17 00:01:49.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
53342026-02-17T00:01:51.418Z[ recovery-image] Feb 17 00:01:49.427 INFO O| Feb 17 00:01:49.427 INFO STEP 119 (remove_files) COMPLETE
53352026-02-17T00:01:51.421Z[ recovery-image] Feb 17 00:01:49.427 INFO O| Feb 17 00:01:49.427 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362026-02-17T00:01:51.430Z[ recovery-image] Feb 17 00:01:49.441 INFO O| Feb 17 00:01:49.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
53372026-02-17T00:01:51.430Z[ recovery-image] Feb 17 00:01:49.441 INFO O| Feb 17 00:01:49.441 INFO STEP 120 (remove_files) COMPLETE
53382026-02-17T00:01:51.430Z[ recovery-image] Feb 17 00:01:49.441 INFO O| Feb 17 00:01:49.441 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392026-02-17T00:01:51.452Z[ recovery-image] Feb 17 00:01:49.454 INFO O| Feb 17 00:01:49.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
53402026-02-17T00:01:51.452Z[ recovery-image] Feb 17 00:01:49.454 INFO O| Feb 17 00:01:49.454 INFO STEP 121 (remove_files) COMPLETE
53412026-02-17T00:01:51.452Z[ recovery-image] Feb 17 00:01:49.454 INFO O| Feb 17 00:01:49.454 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422026-02-17T00:01:51.458Z[ recovery-image] Feb 17 00:01:49.467 INFO O| Feb 17 00:01:49.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
53432026-02-17T00:01:51.458Z[ recovery-image] Feb 17 00:01:49.468 INFO O| Feb 17 00:01:49.467 INFO STEP 122 (remove_files) COMPLETE
53442026-02-17T00:01:51.462Z[ recovery-image] Feb 17 00:01:49.468 INFO O| Feb 17 00:01:49.468 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452026-02-17T00:01:51.472Z[ recovery-image] Feb 17 00:01:49.481 INFO O| Feb 17 00:01:49.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
53462026-02-17T00:01:51.472Z[ recovery-image] Feb 17 00:01:49.481 INFO O| Feb 17 00:01:49.481 INFO STEP 123 (remove_files) COMPLETE
53472026-02-17T00:01:51.476Z[ recovery-image] Feb 17 00:01:49.481 INFO O| Feb 17 00:01:49.481 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482026-02-17T00:01:51.484Z[ recovery-image] Feb 17 00:01:49.495 INFO O| Feb 17 00:01:49.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
53492026-02-17T00:01:51.484Z[ recovery-image] Feb 17 00:01:49.495 INFO O| Feb 17 00:01:49.495 INFO STEP 124 (remove_files) COMPLETE
53502026-02-17T00:01:51.484Z[ recovery-image] Feb 17 00:01:49.495 INFO O| Feb 17 00:01:49.495 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512026-02-17T00:01:51.498Z[ recovery-image] Feb 17 00:01:49.509 INFO O| Feb 17 00:01:49.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
53522026-02-17T00:01:51.498Z[ recovery-image] Feb 17 00:01:49.509 INFO O| Feb 17 00:01:49.509 INFO STEP 125 (remove_files) COMPLETE
53532026-02-17T00:01:51.498Z[ recovery-image] Feb 17 00:01:49.509 INFO O| Feb 17 00:01:49.509 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542026-02-17T00:01:51.513Z[ recovery-image] Feb 17 00:01:49.522 INFO O| Feb 17 00:01:49.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
53552026-02-17T00:01:51.513Z[ recovery-image] Feb 17 00:01:49.522 INFO O| Feb 17 00:01:49.522 INFO STEP 126 (remove_files) COMPLETE
53562026-02-17T00:01:51.518Z[ recovery-image] Feb 17 00:01:49.522 INFO O| Feb 17 00:01:49.522 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572026-02-17T00:01:51.526Z[ recovery-image] Feb 17 00:01:49.535 INFO O| Feb 17 00:01:49.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
53582026-02-17T00:01:51.526Z[ recovery-image] Feb 17 00:01:49.535 INFO O| Feb 17 00:01:49.535 INFO STEP 127 (remove_files) COMPLETE
53592026-02-17T00:01:51.530Z[ recovery-image] Feb 17 00:01:49.535 INFO O| Feb 17 00:01:49.535 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602026-02-17T00:01:51.538Z[ recovery-image] Feb 17 00:01:49.548 INFO O| Feb 17 00:01:49.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
53612026-02-17T00:01:51.543Z[ recovery-image] Feb 17 00:01:49.548 INFO O| Feb 17 00:01:49.548 INFO STEP 128 (remove_files) COMPLETE
53622026-02-17T00:01:51.543Z[ recovery-image] Feb 17 00:01:49.548 INFO O| Feb 17 00:01:49.548 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632026-02-17T00:01:51.553Z[ recovery-image] Feb 17 00:01:49.561 INFO O| Feb 17 00:01:49.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
53642026-02-17T00:01:51.553Z[ recovery-image] Feb 17 00:01:49.561 INFO O| Feb 17 00:01:49.561 INFO STEP 129 (remove_files) COMPLETE
53652026-02-17T00:01:51.557Z[ recovery-image] Feb 17 00:01:49.561 INFO O| Feb 17 00:01:49.561 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662026-02-17T00:01:51.566Z[ recovery-image] Feb 17 00:01:49.574 INFO O| Feb 17 00:01:49.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
53672026-02-17T00:01:51.570Z[ recovery-image] Feb 17 00:01:49.574 INFO O| Feb 17 00:01:49.574 INFO STEP 130 (remove_files) COMPLETE
53682026-02-17T00:01:51.570Z[ recovery-image] Feb 17 00:01:49.574 INFO O| Feb 17 00:01:49.574 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692026-02-17T00:01:51.577Z[ recovery-image] Feb 17 00:01:49.588 INFO O| Feb 17 00:01:49.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
53702026-02-17T00:01:51.577Z[ recovery-image] Feb 17 00:01:49.588 INFO O| Feb 17 00:01:49.588 INFO STEP 131 (remove_files) COMPLETE
53712026-02-17T00:01:51.577Z[ recovery-image] Feb 17 00:01:49.588 INFO O| Feb 17 00:01:49.588 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722026-02-17T00:01:51.590Z[ recovery-image] Feb 17 00:01:49.601 INFO O| Feb 17 00:01:49.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
53732026-02-17T00:01:51.590Z[ recovery-image] Feb 17 00:01:49.601 INFO O| Feb 17 00:01:49.601 INFO STEP 132 (remove_files) COMPLETE
53742026-02-17T00:01:51.590Z[ recovery-image] Feb 17 00:01:49.601 INFO O| Feb 17 00:01:49.601 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752026-02-17T00:01:51.604Z[ recovery-image] Feb 17 00:01:49.614 INFO O| Feb 17 00:01:49.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
53762026-02-17T00:01:51.605Z[ recovery-image] Feb 17 00:01:49.614 INFO O| Feb 17 00:01:49.614 INFO STEP 133 (remove_files) COMPLETE
53772026-02-17T00:01:51.620Z[ recovery-image] Feb 17 00:01:49.614 INFO O| Feb 17 00:01:49.614 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782026-02-17T00:01:51.650Z[ recovery-image] Feb 17 00:01:49.626 INFO O| Feb 17 00:01:49.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
53792026-02-17T00:01:51.650Z[ recovery-image] Feb 17 00:01:49.626 INFO O| Feb 17 00:01:49.626 INFO STEP 134 (remove_files) COMPLETE
53802026-02-17T00:01:51.650Z[ recovery-image] Feb 17 00:01:49.626 INFO O| Feb 17 00:01:49.626 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812026-02-17T00:01:51.660Z[ recovery-image] Feb 17 00:01:49.639 INFO O| Feb 17 00:01:49.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
53822026-02-17T00:01:51.660Z[ recovery-image] Feb 17 00:01:49.639 INFO O| Feb 17 00:01:49.639 INFO STEP 135 (remove_files) COMPLETE
53832026-02-17T00:01:51.660Z[ recovery-image] Feb 17 00:01:49.639 INFO O| Feb 17 00:01:49.639 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842026-02-17T00:01:51.660Z[ recovery-image] Feb 17 00:01:49.652 INFO O| Feb 17 00:01:49.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
53852026-02-17T00:01:51.660Z[ recovery-image] Feb 17 00:01:49.652 INFO O| Feb 17 00:01:49.652 INFO STEP 136 (remove_files) COMPLETE
53862026-02-17T00:01:51.660Z[ recovery-image] Feb 17 00:01:49.652 INFO O| Feb 17 00:01:49.652 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872026-02-17T00:01:51.660Z[ recovery-image] Feb 17 00:01:49.665 INFO O| Feb 17 00:01:49.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
53882026-02-17T00:01:51.661Z[ recovery-image] Feb 17 00:01:49.666 INFO O| Feb 17 00:01:49.666 INFO STEP 137 (remove_files) COMPLETE
53892026-02-17T00:01:51.661Z[ recovery-image] Feb 17 00:01:49.666 INFO O| Feb 17 00:01:49.666 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902026-02-17T00:01:51.677Z[ recovery-image] Feb 17 00:01:49.679 INFO O| Feb 17 00:01:49.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
53912026-02-17T00:01:51.698Z[ recovery-image] Feb 17 00:01:49.680 INFO O| Feb 17 00:01:49.680 INFO STEP 138 (remove_files) COMPLETE
53922026-02-17T00:01:51.699Z[ recovery-image] Feb 17 00:01:49.680 INFO O| Feb 17 00:01:49.680 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932026-02-17T00:01:51.774Z[ recovery-image] Feb 17 00:01:49.694 INFO O| Feb 17 00:01:49.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
53942026-02-17T00:01:51.774Z[ recovery-image] Feb 17 00:01:49.694 INFO O| Feb 17 00:01:49.694 INFO STEP 139 (remove_files) COMPLETE
53952026-02-17T00:01:51.774Z[ recovery-image] Feb 17 00:01:49.694 INFO O| Feb 17 00:01:49.694 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962026-02-17T00:01:51.774Z[ recovery-image] Feb 17 00:01:49.710 INFO O| Feb 17 00:01:49.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
53972026-02-17T00:01:51.774Z[ recovery-image] Feb 17 00:01:49.711 INFO O| Feb 17 00:01:49.710 INFO STEP 140 (remove_files) COMPLETE
53982026-02-17T00:01:51.774Z[ recovery-image] Feb 17 00:01:49.711 INFO O| Feb 17 00:01:49.711 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992026-02-17T00:01:51.775Z[ recovery-image] Feb 17 00:01:49.725 INFO O| Feb 17 00:01:49.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
54002026-02-17T00:01:51.775Z[ recovery-image] Feb 17 00:01:49.725 INFO O| Feb 17 00:01:49.725 INFO STEP 141 (remove_files) COMPLETE
54012026-02-17T00:01:51.775Z[ recovery-image] Feb 17 00:01:49.725 INFO O| Feb 17 00:01:49.725 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.741 INFO O| Feb 17 00:01:49.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
54032026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.741 INFO O| Feb 17 00:01:49.741 INFO STEP 142 (remove_files) COMPLETE
54042026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.741 INFO O| Feb 17 00:01:49.741 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.756 INFO O| Feb 17 00:01:49.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
54062026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.756 INFO O| Feb 17 00:01:49.756 INFO STEP 143 (remove_files) COMPLETE
54072026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.756 INFO O| Feb 17 00:01:49.756 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.771 INFO O| Feb 17 00:01:49.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
54092026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.771 INFO O| Feb 17 00:01:49.771 INFO STEP 144 (remove_files) COMPLETE
54102026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.771 INFO O| Feb 17 00:01:49.771 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.785 INFO O| Feb 17 00:01:49.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
54122026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.785 INFO O| Feb 17 00:01:49.785 INFO STEP 145 (remove_files) COMPLETE
54132026-02-17T00:01:51.780Z[ recovery-image] Feb 17 00:01:49.785 INFO O| Feb 17 00:01:49.785 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142026-02-17T00:01:51.792Z[ recovery-image] Feb 17 00:01:49.799 INFO O| Feb 17 00:01:49.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
54152026-02-17T00:01:51.792Z[ recovery-image] Feb 17 00:01:49.799 INFO O| Feb 17 00:01:49.799 INFO STEP 146 (remove_files) COMPLETE
54162026-02-17T00:01:51.797Z[ recovery-image] Feb 17 00:01:49.799 INFO O| Feb 17 00:01:49.799 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172026-02-17T00:01:51.803Z[ recovery-image] Feb 17 00:01:49.814 INFO O| Feb 17 00:01:49.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
54182026-02-17T00:01:51.803Z[ recovery-image] Feb 17 00:01:49.814 INFO O| Feb 17 00:01:49.814 INFO STEP 147 (remove_files) COMPLETE
54192026-02-17T00:01:51.810Z[ recovery-image] Feb 17 00:01:49.814 INFO O| Feb 17 00:01:49.814 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202026-02-17T00:01:51.818Z[ recovery-image] Feb 17 00:01:49.828 INFO O| Feb 17 00:01:49.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
54212026-02-17T00:01:51.818Z[ recovery-image] Feb 17 00:01:49.828 INFO O| Feb 17 00:01:49.828 INFO STEP 148 (remove_files) COMPLETE
54222026-02-17T00:01:51.822Z[ recovery-image] Feb 17 00:01:49.828 INFO O| Feb 17 00:01:49.828 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232026-02-17T00:01:51.830Z[ recovery-image] Feb 17 00:01:49.841 INFO O| Feb 17 00:01:49.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
54242026-02-17T00:01:51.830Z[ recovery-image] Feb 17 00:01:49.841 INFO O| Feb 17 00:01:49.841 INFO STEP 149 (remove_files) COMPLETE
54252026-02-17T00:01:51.834Z[ recovery-image] Feb 17 00:01:49.842 INFO O| Feb 17 00:01:49.841 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262026-02-17T00:01:51.845Z[ recovery-image] Feb 17 00:01:49.855 INFO O| Feb 17 00:01:49.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
54272026-02-17T00:01:51.845Z[ recovery-image] Feb 17 00:01:49.855 INFO O| Feb 17 00:01:49.855 INFO STEP 150 (remove_files) COMPLETE
54282026-02-17T00:01:51.845Z[ recovery-image] Feb 17 00:01:49.855 INFO O| Feb 17 00:01:49.855 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292026-02-17T00:01:51.858Z[ recovery-image] Feb 17 00:01:49.868 INFO O| Feb 17 00:01:49.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
54302026-02-17T00:01:51.858Z[ recovery-image] Feb 17 00:01:49.868 INFO O| Feb 17 00:01:49.868 INFO STEP 151 (remove_files) COMPLETE
54312026-02-17T00:01:51.861Z[ recovery-image] Feb 17 00:01:49.868 INFO O| Feb 17 00:01:49.868 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322026-02-17T00:01:51.872Z[ recovery-image] Feb 17 00:01:49.881 INFO O| Feb 17 00:01:49.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
54332026-02-17T00:01:51.873Z[ recovery-image] Feb 17 00:01:49.881 INFO O| Feb 17 00:01:49.881 INFO STEP 152 (remove_files) COMPLETE
54342026-02-17T00:01:51.873Z[ recovery-image] Feb 17 00:01:49.882 INFO O| Feb 17 00:01:49.881 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352026-02-17T00:01:51.885Z[ recovery-image] Feb 17 00:01:49.895 INFO O| Feb 17 00:01:49.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
54362026-02-17T00:01:51.885Z[ recovery-image] Feb 17 00:01:49.895 INFO O| Feb 17 00:01:49.895 INFO STEP 153 (remove_files) COMPLETE
54372026-02-17T00:01:51.888Z[ recovery-image] Feb 17 00:01:49.895 INFO O| Feb 17 00:01:49.895 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382026-02-17T00:01:51.897Z[ recovery-image] Feb 17 00:01:49.908 INFO O| Feb 17 00:01:49.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
54392026-02-17T00:01:51.897Z[ recovery-image] Feb 17 00:01:49.908 INFO O| Feb 17 00:01:49.908 INFO STEP 154 (remove_files) COMPLETE
54402026-02-17T00:01:51.897Z[ recovery-image] Feb 17 00:01:49.908 INFO O| Feb 17 00:01:49.908 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412026-02-17T00:01:51.910Z[ recovery-image] Feb 17 00:01:49.921 INFO O| Feb 17 00:01:49.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
54422026-02-17T00:01:51.914Z[ recovery-image] Feb 17 00:01:49.921 INFO O| Feb 17 00:01:49.921 INFO STEP 155 (remove_files) COMPLETE
54432026-02-17T00:01:51.914Z[ recovery-image] Feb 17 00:01:49.921 INFO O| Feb 17 00:01:49.921 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442026-02-17T00:01:51.925Z[ recovery-image] Feb 17 00:01:49.934 INFO O| Feb 17 00:01:49.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
54452026-02-17T00:01:51.926Z[ recovery-image] Feb 17 00:01:49.934 INFO O| Feb 17 00:01:49.934 INFO STEP 156 (remove_files) COMPLETE
54462026-02-17T00:01:51.926Z[ recovery-image] Feb 17 00:01:49.934 INFO O| Feb 17 00:01:49.934 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472026-02-17T00:01:51.937Z[ recovery-image] Feb 17 00:01:49.947 INFO O| Feb 17 00:01:49.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
54482026-02-17T00:01:51.937Z[ recovery-image] Feb 17 00:01:49.947 INFO O| Feb 17 00:01:49.947 INFO STEP 157 (remove_files) COMPLETE
54492026-02-17T00:01:51.937Z[ recovery-image] Feb 17 00:01:49.948 INFO O| Feb 17 00:01:49.947 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502026-02-17T00:01:51.950Z[ recovery-image] Feb 17 00:01:49.960 INFO O| Feb 17 00:01:49.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
54512026-02-17T00:01:51.951Z[ recovery-image] Feb 17 00:01:49.960 INFO O| Feb 17 00:01:49.960 INFO STEP 158 (remove_files) COMPLETE
54522026-02-17T00:01:51.954Z[ recovery-image] Feb 17 00:01:49.960 INFO O| Feb 17 00:01:49.960 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532026-02-17T00:01:51.966Z[ recovery-image] Feb 17 00:01:49.973 INFO O| Feb 17 00:01:49.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
54542026-02-17T00:01:51.966Z[ recovery-image] Feb 17 00:01:49.973 INFO O| Feb 17 00:01:49.973 INFO STEP 159 (remove_files) COMPLETE
54552026-02-17T00:01:51.970Z[ recovery-image] Feb 17 00:01:49.973 INFO O| Feb 17 00:01:49.973 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562026-02-17T00:01:51.977Z[ recovery-image] Feb 17 00:01:49.986 INFO O| Feb 17 00:01:49.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
54572026-02-17T00:01:51.977Z[ recovery-image] Feb 17 00:01:49.986 INFO O| Feb 17 00:01:49.986 INFO STEP 160 (remove_files) COMPLETE
54582026-02-17T00:01:51.981Z[ recovery-image] Feb 17 00:01:49.986 INFO O| Feb 17 00:01:49.986 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592026-02-17T00:01:51.989Z[ recovery-image] Feb 17 00:01:50.000 INFO O| Feb 17 00:01:49.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
54602026-02-17T00:01:51.989Z[ recovery-image] Feb 17 00:01:50.000 INFO O| Feb 17 00:01:50.000 INFO STEP 161 (remove_files) COMPLETE
54612026-02-17T00:01:51.993Z[ recovery-image] Feb 17 00:01:50.000 INFO O| Feb 17 00:01:50.000 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622026-02-17T00:01:52.003Z[ recovery-image] Feb 17 00:01:50.014 INFO O| Feb 17 00:01:50.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
54632026-02-17T00:01:52.003Z[ recovery-image] Feb 17 00:01:50.014 INFO O| Feb 17 00:01:50.014 INFO STEP 162 (remove_files) COMPLETE
54642026-02-17T00:01:52.009Z[ recovery-image] Feb 17 00:01:50.014 INFO O| Feb 17 00:01:50.014 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652026-02-17T00:01:52.019Z[ recovery-image] Feb 17 00:01:50.028 INFO O| Feb 17 00:01:50.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
54662026-02-17T00:01:52.019Z[ recovery-image] Feb 17 00:01:50.028 INFO O| Feb 17 00:01:50.028 INFO STEP 163 (remove_files) COMPLETE
54672026-02-17T00:01:52.019Z[ recovery-image] Feb 17 00:01:50.028 INFO O| Feb 17 00:01:50.028 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682026-02-17T00:01:52.032Z[ recovery-image] Feb 17 00:01:50.042 INFO O| Feb 17 00:01:50.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
54692026-02-17T00:01:52.036Z[ recovery-image] Feb 17 00:01:50.042 INFO O| Feb 17 00:01:50.042 INFO STEP 164 (remove_files) COMPLETE
54702026-02-17T00:01:52.036Z[ recovery-image] Feb 17 00:01:50.042 INFO O| Feb 17 00:01:50.042 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712026-02-17T00:01:52.045Z[ recovery-image] Feb 17 00:01:50.056 INFO O| Feb 17 00:01:50.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
54722026-02-17T00:01:52.045Z[ recovery-image] Feb 17 00:01:50.056 INFO O| Feb 17 00:01:50.056 INFO STEP 165 (remove_files) COMPLETE
54732026-02-17T00:01:52.045Z[ recovery-image] Feb 17 00:01:50.056 INFO O| Feb 17 00:01:50.056 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742026-02-17T00:01:52.058Z[ recovery-image] Feb 17 00:01:50.069 INFO O| Feb 17 00:01:50.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
54752026-02-17T00:01:52.058Z[ recovery-image] Feb 17 00:01:50.069 INFO O| Feb 17 00:01:50.069 INFO STEP 166 (remove_files) COMPLETE
54762026-02-17T00:01:52.067Z[ recovery-image] Feb 17 00:01:50.069 INFO O| Feb 17 00:01:50.069 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772026-02-17T00:01:52.074Z[ recovery-image] Feb 17 00:01:50.081 INFO O| Feb 17 00:01:50.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
54782026-02-17T00:01:52.074Z[ recovery-image] Feb 17 00:01:50.082 INFO O| Feb 17 00:01:50.082 INFO STEP 167 (remove_files) COMPLETE
54792026-02-17T00:01:52.074Z[ recovery-image] Feb 17 00:01:50.082 INFO O| Feb 17 00:01:50.082 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802026-02-17T00:01:52.084Z[ recovery-image] Feb 17 00:01:50.095 INFO O| Feb 17 00:01:50.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
54812026-02-17T00:01:52.084Z[ recovery-image] Feb 17 00:01:50.095 INFO O| Feb 17 00:01:50.095 INFO STEP 168 (remove_files) COMPLETE
54822026-02-17T00:01:52.084Z[ recovery-image] Feb 17 00:01:50.095 INFO O| Feb 17 00:01:50.095 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832026-02-17T00:01:52.100Z[ recovery-image] Feb 17 00:01:50.110 INFO O| Feb 17 00:01:50.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
54842026-02-17T00:01:52.100Z[ recovery-image] Feb 17 00:01:50.110 INFO O| Feb 17 00:01:50.110 INFO STEP 169 (remove_files) COMPLETE
54852026-02-17T00:01:52.104Z[ recovery-image] Feb 17 00:01:50.110 INFO O| Feb 17 00:01:50.110 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862026-02-17T00:01:52.118Z[ recovery-image] Feb 17 00:01:50.125 INFO O| Feb 17 00:01:50.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
54872026-02-17T00:01:52.118Z[ recovery-image] Feb 17 00:01:50.125 INFO O| Feb 17 00:01:50.125 INFO STEP 170 (remove_files) COMPLETE
54882026-02-17T00:01:52.118Z[ recovery-image] Feb 17 00:01:50.125 INFO O| Feb 17 00:01:50.125 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892026-02-17T00:01:52.130Z[ recovery-image] Feb 17 00:01:50.139 INFO O| Feb 17 00:01:50.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
54902026-02-17T00:01:52.133Z[ recovery-image] Feb 17 00:01:50.139 INFO O| Feb 17 00:01:50.139 INFO STEP 171 (remove_files) COMPLETE
54912026-02-17T00:01:52.133Z[ recovery-image] Feb 17 00:01:50.139 INFO O| Feb 17 00:01:50.139 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922026-02-17T00:01:52.142Z[ recovery-image] Feb 17 00:01:50.153 INFO O| Feb 17 00:01:50.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
54932026-02-17T00:01:52.142Z[ recovery-image] Feb 17 00:01:50.153 INFO O| Feb 17 00:01:50.153 INFO STEP 172 (remove_files) COMPLETE
54942026-02-17T00:01:52.146Z[ recovery-image] Feb 17 00:01:50.153 INFO O| Feb 17 00:01:50.153 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952026-02-17T00:01:52.156Z[ recovery-image] Feb 17 00:01:50.167 INFO O| Feb 17 00:01:50.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
54962026-02-17T00:01:52.156Z[ recovery-image] Feb 17 00:01:50.167 INFO O| Feb 17 00:01:50.167 INFO STEP 173 (remove_files) COMPLETE
54972026-02-17T00:01:52.162Z[ recovery-image] Feb 17 00:01:50.167 INFO O| Feb 17 00:01:50.167 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982026-02-17T00:01:52.175Z[ recovery-image] Feb 17 00:01:50.179 INFO O| Feb 17 00:01:50.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54992026-02-17T00:01:52.184Z[ recovery-image] Feb 17 00:01:50.179 INFO O| Feb 17 00:01:50.179 INFO STEP 174 (remove_files) COMPLETE
55002026-02-17T00:01:52.184Z[ recovery-image] Feb 17 00:01:50.179 INFO O| Feb 17 00:01:50.179 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012026-02-17T00:01:52.188Z[ recovery-image] Feb 17 00:01:50.192 INFO O| Feb 17 00:01:50.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
55022026-02-17T00:01:52.188Z[ recovery-image] Feb 17 00:01:50.192 INFO O| Feb 17 00:01:50.192 INFO STEP 175 (remove_files) COMPLETE
55032026-02-17T00:01:52.188Z[ recovery-image] Feb 17 00:01:50.192 INFO O| Feb 17 00:01:50.192 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042026-02-17T00:01:52.195Z[ recovery-image] Feb 17 00:01:50.203 INFO O| Feb 17 00:01:50.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
55052026-02-17T00:01:52.195Z[ recovery-image] Feb 17 00:01:50.204 INFO O| Feb 17 00:01:50.203 INFO STEP 176 (remove_files) COMPLETE
55062026-02-17T00:01:52.195Z[ recovery-image] Feb 17 00:01:50.204 INFO O| Feb 17 00:01:50.204 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072026-02-17T00:01:52.206Z[ recovery-image] Feb 17 00:01:50.217 INFO O| Feb 17 00:01:50.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
55082026-02-17T00:01:52.206Z[ recovery-image] Feb 17 00:01:50.217 INFO O| Feb 17 00:01:50.217 INFO STEP 177 (remove_files) COMPLETE
55092026-02-17T00:01:52.211Z[ recovery-image] Feb 17 00:01:50.217 INFO O| Feb 17 00:01:50.217 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102026-02-17T00:01:52.220Z[ recovery-image] Feb 17 00:01:50.231 INFO O| Feb 17 00:01:50.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
55112026-02-17T00:01:52.220Z[ recovery-image] Feb 17 00:01:50.231 INFO O| Feb 17 00:01:50.231 INFO STEP 178 (remove_files) COMPLETE
55122026-02-17T00:01:52.220Z[ recovery-image] Feb 17 00:01:50.231 INFO O| Feb 17 00:01:50.231 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132026-02-17T00:01:52.237Z[ recovery-image] Feb 17 00:01:50.244 INFO O| Feb 17 00:01:50.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
55142026-02-17T00:01:52.237Z[ recovery-image] Feb 17 00:01:50.244 INFO O| Feb 17 00:01:50.244 INFO STEP 179 (remove_files) COMPLETE
55152026-02-17T00:01:52.241Z[ recovery-image] Feb 17 00:01:50.244 INFO O| Feb 17 00:01:50.244 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162026-02-17T00:01:52.247Z[ recovery-image] Feb 17 00:01:50.257 INFO O| Feb 17 00:01:50.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
55172026-02-17T00:01:52.247Z[ recovery-image] Feb 17 00:01:50.257 INFO O| Feb 17 00:01:50.257 INFO STEP 180 (remove_files) COMPLETE
55182026-02-17T00:01:52.250Z[ recovery-image] Feb 17 00:01:50.257 INFO O| Feb 17 00:01:50.257 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192026-02-17T00:01:52.261Z[ recovery-image] Feb 17 00:01:50.272 INFO O| Feb 17 00:01:50.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
55202026-02-17T00:01:52.261Z[ recovery-image] Feb 17 00:01:50.272 INFO O| Feb 17 00:01:50.272 INFO STEP 181 (remove_files) COMPLETE
55212026-02-17T00:01:52.261Z[ recovery-image] Feb 17 00:01:50.272 INFO O| Feb 17 00:01:50.272 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222026-02-17T00:01:52.275Z[ recovery-image] Feb 17 00:01:50.285 INFO O| Feb 17 00:01:50.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
55232026-02-17T00:01:52.275Z[ recovery-image] Feb 17 00:01:50.285 INFO O| Feb 17 00:01:50.285 INFO STEP 182 (remove_files) COMPLETE
55242026-02-17T00:01:52.275Z[ recovery-image] Feb 17 00:01:50.286 INFO O| Feb 17 00:01:50.285 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252026-02-17T00:01:52.291Z[ recovery-image] Feb 17 00:01:50.299 INFO O| Feb 17 00:01:50.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
55262026-02-17T00:01:52.291Z[ recovery-image] Feb 17 00:01:50.300 INFO O| Feb 17 00:01:50.300 INFO STEP 183 (remove_files) COMPLETE
55272026-02-17T00:01:52.295Z[ recovery-image] Feb 17 00:01:50.300 INFO O| Feb 17 00:01:50.300 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282026-02-17T00:01:52.302Z[ recovery-image] Feb 17 00:01:50.313 INFO O| Feb 17 00:01:50.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
55292026-02-17T00:01:52.302Z[ recovery-image] Feb 17 00:01:50.313 INFO O| Feb 17 00:01:50.313 INFO STEP 184 (remove_files) COMPLETE
55302026-02-17T00:01:52.305Z[ recovery-image] Feb 17 00:01:50.313 INFO O| Feb 17 00:01:50.313 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312026-02-17T00:01:52.316Z[ recovery-image] Feb 17 00:01:50.327 INFO O| Feb 17 00:01:50.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
55322026-02-17T00:01:52.316Z[ recovery-image] Feb 17 00:01:50.327 INFO O| Feb 17 00:01:50.327 INFO STEP 185 (remove_files) COMPLETE
55332026-02-17T00:01:52.316Z[ recovery-image] Feb 17 00:01:50.327 INFO O| Feb 17 00:01:50.327 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342026-02-17T00:01:52.330Z[ recovery-image] Feb 17 00:01:50.340 INFO O| Feb 17 00:01:50.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
55352026-02-17T00:01:52.330Z[ recovery-image] Feb 17 00:01:50.340 INFO O| Feb 17 00:01:50.340 INFO STEP 186 (remove_files) COMPLETE
55362026-02-17T00:01:52.330Z[ recovery-image] Feb 17 00:01:50.340 INFO O| Feb 17 00:01:50.340 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372026-02-17T00:01:52.345Z[ recovery-image] Feb 17 00:01:50.354 INFO O| Feb 17 00:01:50.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
55382026-02-17T00:01:52.345Z[ recovery-image] Feb 17 00:01:50.354 INFO O| Feb 17 00:01:50.354 INFO STEP 187 (remove_files) COMPLETE
55392026-02-17T00:01:52.349Z[ recovery-image] Feb 17 00:01:50.354 INFO O| Feb 17 00:01:50.354 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402026-02-17T00:01:52.357Z[ recovery-image] Feb 17 00:01:50.368 INFO O| Feb 17 00:01:50.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
55412026-02-17T00:01:52.357Z[ recovery-image] Feb 17 00:01:50.368 INFO O| Feb 17 00:01:50.368 INFO STEP 188 (remove_files) COMPLETE
55422026-02-17T00:01:52.357Z[ recovery-image] Feb 17 00:01:50.368 INFO O| Feb 17 00:01:50.368 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432026-02-17T00:01:52.371Z[ recovery-image] Feb 17 00:01:50.382 INFO O| Feb 17 00:01:50.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
55442026-02-17T00:01:52.371Z[ recovery-image] Feb 17 00:01:50.382 INFO O| Feb 17 00:01:50.382 INFO STEP 189 (remove_files) COMPLETE
55452026-02-17T00:01:52.371Z[ recovery-image] Feb 17 00:01:50.382 INFO O| Feb 17 00:01:50.382 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462026-02-17T00:01:52.395Z[ recovery-image] Feb 17 00:01:50.396 INFO O| Feb 17 00:01:50.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
55472026-02-17T00:01:52.395Z[ recovery-image] Feb 17 00:01:50.396 INFO O| Feb 17 00:01:50.396 INFO STEP 190 (remove_files) COMPLETE
55482026-02-17T00:01:52.396Z[ recovery-image] Feb 17 00:01:50.396 INFO O| Feb 17 00:01:50.396 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492026-02-17T00:01:52.400Z[ recovery-image] Feb 17 00:01:50.410 INFO O| Feb 17 00:01:50.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
55502026-02-17T00:01:52.400Z[ recovery-image] Feb 17 00:01:50.410 INFO O| Feb 17 00:01:50.410 INFO STEP 191 (remove_files) COMPLETE
55512026-02-17T00:01:52.400Z[ recovery-image] Feb 17 00:01:50.410 INFO O| Feb 17 00:01:50.410 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522026-02-17T00:01:52.411Z[ recovery-image] Feb 17 00:01:50.422 INFO O| Feb 17 00:01:50.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
55532026-02-17T00:01:52.411Z[ recovery-image] Feb 17 00:01:50.422 INFO O| Feb 17 00:01:50.422 INFO STEP 192 (remove_files) COMPLETE
55542026-02-17T00:01:52.415Z[ recovery-image] Feb 17 00:01:50.422 INFO O| Feb 17 00:01:50.422 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552026-02-17T00:01:52.423Z[ recovery-image] Feb 17 00:01:50.434 INFO O| Feb 17 00:01:50.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
55562026-02-17T00:01:52.424Z[ recovery-image] Feb 17 00:01:50.434 INFO O| Feb 17 00:01:50.434 INFO STEP 193 (remove_files) COMPLETE
55572026-02-17T00:01:52.424Z[ recovery-image] Feb 17 00:01:50.434 INFO O| Feb 17 00:01:50.434 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582026-02-17T00:01:52.438Z[ recovery-image] Feb 17 00:01:50.448 INFO O| Feb 17 00:01:50.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
55592026-02-17T00:01:52.438Z[ recovery-image] Feb 17 00:01:50.448 INFO O| Feb 17 00:01:50.448 INFO STEP 194 (remove_files) COMPLETE
55602026-02-17T00:01:52.442Z[ recovery-image] Feb 17 00:01:50.448 INFO O| Feb 17 00:01:50.448 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612026-02-17T00:01:52.451Z[ recovery-image] Feb 17 00:01:50.462 INFO O| Feb 17 00:01:50.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
55622026-02-17T00:01:52.451Z[ recovery-image] Feb 17 00:01:50.462 INFO O| Feb 17 00:01:50.462 INFO STEP 195 (remove_files) COMPLETE
55632026-02-17T00:01:52.455Z[ recovery-image] Feb 17 00:01:50.462 INFO O| Feb 17 00:01:50.462 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642026-02-17T00:01:52.466Z[ recovery-image] Feb 17 00:01:50.475 INFO O| Feb 17 00:01:50.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
55652026-02-17T00:01:52.466Z[ recovery-image] Feb 17 00:01:50.475 INFO O| Feb 17 00:01:50.475 INFO STEP 196 (remove_files) COMPLETE
55662026-02-17T00:01:52.466Z[ recovery-image] Feb 17 00:01:50.475 INFO O| Feb 17 00:01:50.475 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672026-02-17T00:01:52.477Z[ recovery-image] Feb 17 00:01:50.488 INFO O| Feb 17 00:01:50.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
55682026-02-17T00:01:52.477Z[ recovery-image] Feb 17 00:01:50.488 INFO O| Feb 17 00:01:50.488 INFO STEP 197 (remove_files) COMPLETE
55692026-02-17T00:01:52.477Z[ recovery-image] Feb 17 00:01:50.488 INFO O| Feb 17 00:01:50.488 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702026-02-17T00:01:52.490Z[ recovery-image] Feb 17 00:01:50.501 INFO O| Feb 17 00:01:50.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
55712026-02-17T00:01:52.490Z[ recovery-image] Feb 17 00:01:50.501 INFO O| Feb 17 00:01:50.501 INFO STEP 198 (remove_files) COMPLETE
55722026-02-17T00:01:52.494Z[ recovery-image] Feb 17 00:01:50.501 INFO O| Feb 17 00:01:50.501 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732026-02-17T00:01:52.502Z[ recovery-image] Feb 17 00:01:50.513 INFO O| Feb 17 00:01:50.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
55742026-02-17T00:01:52.502Z[ recovery-image] Feb 17 00:01:50.513 INFO O| Feb 17 00:01:50.513 INFO STEP 199 (remove_files) COMPLETE
55752026-02-17T00:01:52.507Z[ recovery-image] Feb 17 00:01:50.513 INFO O| Feb 17 00:01:50.513 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762026-02-17T00:01:52.517Z[ recovery-image] Feb 17 00:01:50.525 INFO O| Feb 17 00:01:50.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
55772026-02-17T00:01:52.517Z[ recovery-image] Feb 17 00:01:50.525 INFO O| Feb 17 00:01:50.525 INFO STEP 200 (remove_files) COMPLETE
55782026-02-17T00:01:52.517Z[ recovery-image] Feb 17 00:01:50.525 INFO O| Feb 17 00:01:50.525 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792026-02-17T00:01:52.528Z[ recovery-image] Feb 17 00:01:50.537 INFO O| Feb 17 00:01:50.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
55802026-02-17T00:01:52.528Z[ recovery-image] Feb 17 00:01:50.538 INFO O| Feb 17 00:01:50.538 INFO STEP 201 (remove_files) COMPLETE
55812026-02-17T00:01:52.528Z[ recovery-image] Feb 17 00:01:50.538 INFO O| Feb 17 00:01:50.538 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822026-02-17T00:01:52.540Z[ recovery-image] Feb 17 00:01:50.550 INFO O| Feb 17 00:01:50.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
55832026-02-17T00:01:52.540Z[ recovery-image] Feb 17 00:01:50.550 INFO O| Feb 17 00:01:50.550 INFO STEP 202 (remove_files) COMPLETE
55842026-02-17T00:01:52.540Z[ recovery-image] Feb 17 00:01:50.550 INFO O| Feb 17 00:01:50.550 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852026-02-17T00:01:52.551Z[ recovery-image] Feb 17 00:01:50.562 INFO O| Feb 17 00:01:50.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
55862026-02-17T00:01:52.551Z[ recovery-image] Feb 17 00:01:50.562 INFO O| Feb 17 00:01:50.562 INFO STEP 203 (remove_files) COMPLETE
55872026-02-17T00:01:52.551Z[ recovery-image] Feb 17 00:01:50.562 INFO O| Feb 17 00:01:50.562 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882026-02-17T00:01:52.562Z[ recovery-image] Feb 17 00:01:50.572 INFO O| Feb 17 00:01:50.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
55892026-02-17T00:01:52.563Z[ recovery-image] Feb 17 00:01:50.572 INFO O| Feb 17 00:01:50.572 INFO STEP 204 (remove_files) COMPLETE
55902026-02-17T00:01:52.563Z[ recovery-image] Feb 17 00:01:50.572 INFO O| Feb 17 00:01:50.572 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912026-02-17T00:01:52.571Z[ recovery-image] Feb 17 00:01:50.582 INFO O| Feb 17 00:01:50.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
55922026-02-17T00:01:52.571Z[ recovery-image] Feb 17 00:01:50.582 INFO O| Feb 17 00:01:50.582 INFO STEP 205 (remove_files) COMPLETE
55932026-02-17T00:01:52.572Z[ recovery-image] Feb 17 00:01:50.582 INFO O| Feb 17 00:01:50.582 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942026-02-17T00:01:52.582Z[ recovery-image] Feb 17 00:01:50.593 INFO O| Feb 17 00:01:50.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
55952026-02-17T00:01:52.582Z[ recovery-image] Feb 17 00:01:50.593 INFO O| Feb 17 00:01:50.593 INFO STEP 206 (remove_files) COMPLETE
55962026-02-17T00:01:52.582Z[ recovery-image] Feb 17 00:01:50.593 INFO O| Feb 17 00:01:50.593 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972026-02-17T00:01:52.593Z[ recovery-image] Feb 17 00:01:50.604 INFO O| Feb 17 00:01:50.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
55982026-02-17T00:01:52.593Z[ recovery-image] Feb 17 00:01:50.604 INFO O| Feb 17 00:01:50.604 INFO STEP 207 (remove_files) COMPLETE
55992026-02-17T00:01:52.593Z[ recovery-image] Feb 17 00:01:50.604 INFO O| Feb 17 00:01:50.604 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002026-02-17T00:01:52.604Z[ recovery-image] Feb 17 00:01:50.614 INFO O| Feb 17 00:01:50.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
56012026-02-17T00:01:52.604Z[ recovery-image] Feb 17 00:01:50.614 INFO O| Feb 17 00:01:50.614 INFO STEP 208 (remove_files) COMPLETE
56022026-02-17T00:01:52.610Z[ recovery-image] Feb 17 00:01:50.614 INFO O| Feb 17 00:01:50.614 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032026-02-17T00:01:52.616Z[ recovery-image] Feb 17 00:01:50.626 INFO O| Feb 17 00:01:50.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
56042026-02-17T00:01:52.621Z[ recovery-image] Feb 17 00:01:50.627 INFO O| Feb 17 00:01:50.626 INFO STEP 209 (remove_files) COMPLETE
56052026-02-17T00:01:52.621Z[ recovery-image] Feb 17 00:01:50.627 INFO O| Feb 17 00:01:50.626 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062026-02-17T00:01:52.628Z[ recovery-image] Feb 17 00:01:50.639 INFO O| Feb 17 00:01:50.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
56072026-02-17T00:01:52.628Z[ recovery-image] Feb 17 00:01:50.639 INFO O| Feb 17 00:01:50.639 INFO STEP 210 (remove_files) COMPLETE
56082026-02-17T00:01:52.629Z[ recovery-image] Feb 17 00:01:50.639 INFO O| Feb 17 00:01:50.639 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092026-02-17T00:01:52.641Z[ recovery-image] Feb 17 00:01:50.651 INFO O| Feb 17 00:01:50.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
56102026-02-17T00:01:52.645Z[ recovery-image] Feb 17 00:01:50.651 INFO O| Feb 17 00:01:50.651 INFO STEP 211 (remove_files) COMPLETE
56112026-02-17T00:01:52.645Z[ recovery-image] Feb 17 00:01:50.651 INFO O| Feb 17 00:01:50.651 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122026-02-17T00:01:52.652Z[ recovery-image] Feb 17 00:01:50.662 INFO O| Feb 17 00:01:50.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
56132026-02-17T00:01:52.652Z[ recovery-image] Feb 17 00:01:50.662 INFO O| Feb 17 00:01:50.662 INFO STEP 212 (remove_files) COMPLETE
56142026-02-17T00:01:52.657Z[ recovery-image] Feb 17 00:01:50.662 INFO O| Feb 17 00:01:50.662 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152026-02-17T00:01:52.663Z[ recovery-image] Feb 17 00:01:50.675 INFO O| Feb 17 00:01:50.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
56162026-02-17T00:01:52.664Z[ recovery-image] Feb 17 00:01:50.675 INFO O| Feb 17 00:01:50.675 INFO STEP 213 (remove_files) COMPLETE
56172026-02-17T00:01:52.670Z[ recovery-image] Feb 17 00:01:50.675 INFO O| Feb 17 00:01:50.675 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182026-02-17T00:01:52.675Z[ recovery-image] Feb 17 00:01:50.686 INFO O| Feb 17 00:01:50.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
56192026-02-17T00:01:52.675Z[ recovery-image] Feb 17 00:01:50.686 INFO O| Feb 17 00:01:50.686 INFO STEP 214 (remove_files) COMPLETE
56202026-02-17T00:01:52.675Z[ recovery-image] Feb 17 00:01:50.686 INFO O| Feb 17 00:01:50.686 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212026-02-17T00:01:52.687Z[ recovery-image] Feb 17 00:01:50.698 INFO O| Feb 17 00:01:50.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
56222026-02-17T00:01:52.687Z[ recovery-image] Feb 17 00:01:50.698 INFO O| Feb 17 00:01:50.698 INFO STEP 215 (remove_files) COMPLETE
56232026-02-17T00:01:52.687Z[ recovery-image] Feb 17 00:01:50.698 INFO O| Feb 17 00:01:50.698 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242026-02-17T00:01:52.700Z[ recovery-image] Feb 17 00:01:50.711 INFO O| Feb 17 00:01:50.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
56252026-02-17T00:01:52.700Z[ recovery-image] Feb 17 00:01:50.711 INFO O| Feb 17 00:01:50.711 INFO STEP 216 (remove_files) COMPLETE
56262026-02-17T00:01:52.701Z[ recovery-image] Feb 17 00:01:50.711 INFO O| Feb 17 00:01:50.711 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272026-02-17T00:01:52.713Z[ recovery-image] Feb 17 00:01:50.723 INFO O| Feb 17 00:01:50.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
56282026-02-17T00:01:52.713Z[ recovery-image] Feb 17 00:01:50.723 INFO O| Feb 17 00:01:50.723 INFO STEP 217 (remove_files) COMPLETE
56292026-02-17T00:01:52.713Z[ recovery-image] Feb 17 00:01:50.723 INFO O| Feb 17 00:01:50.723 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302026-02-17T00:01:52.725Z[ recovery-image] Feb 17 00:01:50.736 INFO O| Feb 17 00:01:50.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
56312026-02-17T00:01:52.725Z[ recovery-image] Feb 17 00:01:50.736 INFO O| Feb 17 00:01:50.736 INFO STEP 218 (remove_files) COMPLETE
56322026-02-17T00:01:52.730Z[ recovery-image] Feb 17 00:01:50.736 INFO O| Feb 17 00:01:50.736 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332026-02-17T00:01:52.737Z[ recovery-image] Feb 17 00:01:50.748 INFO O| Feb 17 00:01:50.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
56342026-02-17T00:01:52.737Z[ recovery-image] Feb 17 00:01:50.748 INFO O| Feb 17 00:01:50.748 INFO STEP 219 (remove_files) COMPLETE
56352026-02-17T00:01:52.743Z[ recovery-image] Feb 17 00:01:50.748 INFO O| Feb 17 00:01:50.748 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362026-02-17T00:01:52.753Z[ recovery-image] Feb 17 00:01:50.760 INFO O| Feb 17 00:01:50.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
56372026-02-17T00:01:52.753Z[ recovery-image] Feb 17 00:01:50.760 INFO O| Feb 17 00:01:50.760 INFO STEP 220 (remove_files) COMPLETE
56382026-02-17T00:01:52.753Z[ recovery-image] Feb 17 00:01:50.760 INFO O| Feb 17 00:01:50.760 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392026-02-17T00:01:52.762Z[ recovery-image] Feb 17 00:01:50.773 INFO O| Feb 17 00:01:50.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
56402026-02-17T00:01:52.762Z[ recovery-image] Feb 17 00:01:50.773 INFO O| Feb 17 00:01:50.773 INFO STEP 221 (remove_files) COMPLETE
56412026-02-17T00:01:52.762Z[ recovery-image] Feb 17 00:01:50.773 INFO O| Feb 17 00:01:50.773 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422026-02-17T00:01:52.773Z[ recovery-image] Feb 17 00:01:50.784 INFO O| Feb 17 00:01:50.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
56432026-02-17T00:01:52.773Z[ recovery-image] Feb 17 00:01:50.784 INFO O| Feb 17 00:01:50.784 INFO STEP 222 (remove_files) COMPLETE
56442026-02-17T00:01:52.773Z[ recovery-image] Feb 17 00:01:50.784 INFO O| Feb 17 00:01:50.784 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452026-02-17T00:01:52.784Z[ recovery-image] Feb 17 00:01:50.795 INFO O| Feb 17 00:01:50.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
56462026-02-17T00:01:52.784Z[ recovery-image] Feb 17 00:01:50.795 INFO O| Feb 17 00:01:50.795 INFO STEP 223 (remove_files) COMPLETE
56472026-02-17T00:01:52.790Z[ recovery-image] Feb 17 00:01:50.795 INFO O| Feb 17 00:01:50.795 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482026-02-17T00:01:52.797Z[ recovery-image] Feb 17 00:01:50.806 INFO O| Feb 17 00:01:50.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
56492026-02-17T00:01:52.797Z[ recovery-image] Feb 17 00:01:50.806 INFO O| Feb 17 00:01:50.806 INFO STEP 224 (remove_files) COMPLETE
56502026-02-17T00:01:52.800Z[ recovery-image] Feb 17 00:01:50.806 INFO O| Feb 17 00:01:50.806 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512026-02-17T00:01:52.807Z[ recovery-image] Feb 17 00:01:50.817 INFO O| Feb 17 00:01:50.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
56522026-02-17T00:01:52.807Z[ recovery-image] Feb 17 00:01:50.817 INFO O| Feb 17 00:01:50.817 INFO STEP 225 (remove_files) COMPLETE
56532026-02-17T00:01:52.808Z[ recovery-image] Feb 17 00:01:50.817 INFO O| Feb 17 00:01:50.817 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542026-02-17T00:01:52.818Z[ recovery-image] Feb 17 00:01:50.829 INFO O| Feb 17 00:01:50.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
56552026-02-17T00:01:52.818Z[ recovery-image] Feb 17 00:01:50.829 INFO O| Feb 17 00:01:50.829 INFO STEP 226 (remove_files) COMPLETE
56562026-02-17T00:01:52.822Z[ recovery-image] Feb 17 00:01:50.829 INFO O| Feb 17 00:01:50.829 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572026-02-17T00:01:52.829Z[ recovery-image] Feb 17 00:01:50.840 INFO O| Feb 17 00:01:50.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
56582026-02-17T00:01:52.829Z[ recovery-image] Feb 17 00:01:50.840 INFO O| Feb 17 00:01:50.840 INFO STEP 227 (remove_files) COMPLETE
56592026-02-17T00:01:52.829Z[ recovery-image] Feb 17 00:01:50.840 INFO O| Feb 17 00:01:50.840 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602026-02-17T00:01:52.844Z[ recovery-image] Feb 17 00:01:50.851 INFO O| Feb 17 00:01:50.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
56612026-02-17T00:01:52.844Z[ recovery-image] Feb 17 00:01:50.851 INFO O| Feb 17 00:01:50.851 INFO STEP 228 (remove_files) COMPLETE
56622026-02-17T00:01:52.848Z[ recovery-image] Feb 17 00:01:50.851 INFO O| Feb 17 00:01:50.851 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632026-02-17T00:01:52.855Z[ recovery-image] Feb 17 00:01:50.862 INFO O| Feb 17 00:01:50.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
56642026-02-17T00:01:52.860Z[ recovery-image] Feb 17 00:01:50.863 INFO O| Feb 17 00:01:50.863 INFO STEP 229 (remove_files) COMPLETE
56652026-02-17T00:01:52.860Z[ recovery-image] Feb 17 00:01:50.863 INFO O| Feb 17 00:01:50.863 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662026-02-17T00:01:52.865Z[ recovery-image] Feb 17 00:01:50.875 INFO O| Feb 17 00:01:50.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
56672026-02-17T00:01:52.865Z[ recovery-image] Feb 17 00:01:50.875 INFO O| Feb 17 00:01:50.875 INFO STEP 230 (remove_files) COMPLETE
56682026-02-17T00:01:52.869Z[ recovery-image] Feb 17 00:01:50.875 INFO O| Feb 17 00:01:50.875 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692026-02-17T00:01:52.878Z[ recovery-image] Feb 17 00:01:50.887 INFO O| Feb 17 00:01:50.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
56702026-02-17T00:01:52.878Z[ recovery-image] Feb 17 00:01:50.887 INFO O| Feb 17 00:01:50.887 INFO STEP 231 (remove_files) COMPLETE
56712026-02-17T00:01:52.882Z[ recovery-image] Feb 17 00:01:50.887 INFO O| Feb 17 00:01:50.887 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722026-02-17T00:01:52.889Z[ recovery-image] Feb 17 00:01:50.900 INFO O| Feb 17 00:01:50.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
56732026-02-17T00:01:52.890Z[ recovery-image] Feb 17 00:01:50.900 INFO O| Feb 17 00:01:50.900 INFO STEP 232 (remove_files) COMPLETE
56742026-02-17T00:01:52.897Z[ recovery-image] Feb 17 00:01:50.900 INFO O| Feb 17 00:01:50.900 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752026-02-17T00:01:52.901Z[ recovery-image] Feb 17 00:01:50.912 INFO O| Feb 17 00:01:50.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
56762026-02-17T00:01:52.901Z[ recovery-image] Feb 17 00:01:50.912 INFO O| Feb 17 00:01:50.912 INFO STEP 233 (remove_files) COMPLETE
56772026-02-17T00:01:52.908Z[ recovery-image] Feb 17 00:01:50.912 INFO O| Feb 17 00:01:50.912 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782026-02-17T00:01:52.927Z[ recovery-image] Feb 17 00:01:50.923 INFO O| Feb 17 00:01:50.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
56792026-02-17T00:01:52.927Z[ recovery-image] Feb 17 00:01:50.923 INFO O| Feb 17 00:01:50.923 INFO STEP 234 (remove_files) COMPLETE
56802026-02-17T00:01:52.927Z[ recovery-image] Feb 17 00:01:50.923 INFO O| Feb 17 00:01:50.923 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812026-02-17T00:01:52.934Z[ recovery-image] Feb 17 00:01:50.935 INFO O| Feb 17 00:01:50.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
56822026-02-17T00:01:52.934Z[ recovery-image] Feb 17 00:01:50.935 INFO O| Feb 17 00:01:50.935 INFO STEP 235 (remove_files) COMPLETE
56832026-02-17T00:01:52.934Z[ recovery-image] Feb 17 00:01:50.935 INFO O| Feb 17 00:01:50.935 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842026-02-17T00:01:52.940Z[ recovery-image] Feb 17 00:01:50.948 INFO O| Feb 17 00:01:50.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
56852026-02-17T00:01:52.940Z[ recovery-image] Feb 17 00:01:50.948 INFO O| Feb 17 00:01:50.948 INFO STEP 236 (remove_files) COMPLETE
56862026-02-17T00:01:52.940Z[ recovery-image] Feb 17 00:01:50.948 INFO O| Feb 17 00:01:50.948 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872026-02-17T00:01:52.953Z[ recovery-image] Feb 17 00:01:50.960 INFO O| Feb 17 00:01:50.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
56882026-02-17T00:01:52.953Z[ recovery-image] Feb 17 00:01:50.960 INFO O| Feb 17 00:01:50.960 INFO STEP 237 (remove_files) COMPLETE
56892026-02-17T00:01:52.953Z[ recovery-image] Feb 17 00:01:50.960 INFO O| Feb 17 00:01:50.960 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902026-02-17T00:01:52.962Z[ recovery-image] Feb 17 00:01:50.973 INFO O| Feb 17 00:01:50.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
56912026-02-17T00:01:52.962Z[ recovery-image] Feb 17 00:01:50.973 INFO O| Feb 17 00:01:50.973 INFO STEP 238 (remove_files) COMPLETE
56922026-02-17T00:01:52.965Z[ recovery-image] Feb 17 00:01:50.973 INFO O| Feb 17 00:01:50.973 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932026-02-17T00:01:52.976Z[ recovery-image] Feb 17 00:01:50.985 INFO O| Feb 17 00:01:50.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
56942026-02-17T00:01:52.976Z[ recovery-image] Feb 17 00:01:50.986 INFO O| Feb 17 00:01:50.986 INFO STEP 239 (remove_files) COMPLETE
56952026-02-17T00:01:52.976Z[ recovery-image] Feb 17 00:01:50.986 INFO O| Feb 17 00:01:50.986 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962026-02-17T00:01:52.987Z[ recovery-image] Feb 17 00:01:50.997 INFO O| Feb 17 00:01:50.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
56972026-02-17T00:01:52.987Z[ recovery-image] Feb 17 00:01:50.997 INFO O| Feb 17 00:01:50.997 INFO STEP 240 (remove_files) COMPLETE
56982026-02-17T00:01:52.992Z[ recovery-image] Feb 17 00:01:50.998 INFO O| Feb 17 00:01:50.997 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992026-02-17T00:01:52.999Z[ recovery-image] Feb 17 00:01:51.010 INFO O| Feb 17 00:01:51.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
57002026-02-17T00:01:52.999Z[ recovery-image] Feb 17 00:01:51.010 INFO O| Feb 17 00:01:51.010 INFO STEP 241 (remove_files) COMPLETE
57012026-02-17T00:01:52.999Z[ recovery-image] Feb 17 00:01:51.010 INFO O| Feb 17 00:01:51.010 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022026-02-17T00:01:53.011Z[ recovery-image] Feb 17 00:01:51.022 INFO O| Feb 17 00:01:51.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
57032026-02-17T00:01:53.011Z[ recovery-image] Feb 17 00:01:51.022 INFO O| Feb 17 00:01:51.022 INFO STEP 242 (remove_files) COMPLETE
57042026-02-17T00:01:53.015Z[ recovery-image] Feb 17 00:01:51.022 INFO O| Feb 17 00:01:51.022 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052026-02-17T00:01:53.026Z[ recovery-image] Feb 17 00:01:51.033 INFO O| Feb 17 00:01:51.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
57062026-02-17T00:01:53.030Z[ recovery-image] Feb 17 00:01:51.034 INFO O| Feb 17 00:01:51.033 INFO STEP 243 (remove_files) COMPLETE
57072026-02-17T00:01:53.030Z[ recovery-image] Feb 17 00:01:51.034 INFO O| Feb 17 00:01:51.034 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082026-02-17T00:01:53.044Z[ recovery-image] Feb 17 00:01:51.046 INFO O| Feb 17 00:01:51.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
57092026-02-17T00:01:53.044Z[ recovery-image] Feb 17 00:01:51.047 INFO O| Feb 17 00:01:51.047 INFO STEP 244 (remove_files) COMPLETE
57102026-02-17T00:01:53.053Z[ recovery-image] Feb 17 00:01:51.047 INFO O| Feb 17 00:01:51.047 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112026-02-17T00:01:53.053Z[ recovery-image] Feb 17 00:01:51.058 INFO O| Feb 17 00:01:51.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
57122026-02-17T00:01:53.053Z[ recovery-image] Feb 17 00:01:51.058 INFO O| Feb 17 00:01:51.058 INFO STEP 245 (remove_files) COMPLETE
57132026-02-17T00:01:53.053Z[ recovery-image] Feb 17 00:01:51.058 INFO O| Feb 17 00:01:51.058 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142026-02-17T00:01:53.068Z[ recovery-image] Feb 17 00:01:51.070 INFO O| Feb 17 00:01:51.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
57152026-02-17T00:01:53.073Z[ recovery-image] Feb 17 00:01:51.070 INFO O| Feb 17 00:01:51.070 INFO STEP 246 (remove_files) COMPLETE
57162026-02-17T00:01:53.073Z[ recovery-image] Feb 17 00:01:51.070 INFO O| Feb 17 00:01:51.070 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172026-02-17T00:01:53.076Z[ recovery-image] Feb 17 00:01:51.083 INFO O| Feb 17 00:01:51.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
57182026-02-17T00:01:53.076Z[ recovery-image] Feb 17 00:01:51.083 INFO O| Feb 17 00:01:51.083 INFO STEP 247 (remove_files) COMPLETE
57192026-02-17T00:01:53.076Z[ recovery-image] Feb 17 00:01:51.083 INFO O| Feb 17 00:01:51.083 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202026-02-17T00:01:53.085Z[ recovery-image] Feb 17 00:01:51.095 INFO O| Feb 17 00:01:51.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
57212026-02-17T00:01:53.085Z[ recovery-image] Feb 17 00:01:51.095 INFO O| Feb 17 00:01:51.095 INFO STEP 248 (remove_files) COMPLETE
57222026-02-17T00:01:53.090Z[ recovery-image] Feb 17 00:01:51.095 INFO O| Feb 17 00:01:51.095 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232026-02-17T00:01:53.097Z[ recovery-image] Feb 17 00:01:51.108 INFO O| Feb 17 00:01:51.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
57242026-02-17T00:01:53.097Z[ recovery-image] Feb 17 00:01:51.108 INFO O| Feb 17 00:01:51.108 INFO STEP 249 (remove_files) COMPLETE
57252026-02-17T00:01:53.097Z[ recovery-image] Feb 17 00:01:51.108 INFO O| Feb 17 00:01:51.108 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262026-02-17T00:01:53.112Z[ recovery-image] Feb 17 00:01:51.120 INFO O| Feb 17 00:01:51.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
57272026-02-17T00:01:53.112Z[ recovery-image] Feb 17 00:01:51.120 INFO O| Feb 17 00:01:51.120 INFO STEP 250 (remove_files) COMPLETE
57282026-02-17T00:01:53.112Z[ recovery-image] Feb 17 00:01:51.120 INFO O| Feb 17 00:01:51.120 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292026-02-17T00:01:53.123Z[ recovery-image] Feb 17 00:01:51.133 INFO O| Feb 17 00:01:51.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
57302026-02-17T00:01:53.123Z[ recovery-image] Feb 17 00:01:51.133 INFO O| Feb 17 00:01:51.133 INFO STEP 251 (remove_files) COMPLETE
57312026-02-17T00:01:53.130Z[ recovery-image] Feb 17 00:01:51.133 INFO O| Feb 17 00:01:51.133 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322026-02-17T00:01:53.136Z[ recovery-image] Feb 17 00:01:51.147 INFO O| Feb 17 00:01:51.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
57332026-02-17T00:01:53.140Z[ recovery-image] Feb 17 00:01:51.147 INFO O| Feb 17 00:01:51.147 INFO STEP 252 (remove_files) COMPLETE
57342026-02-17T00:01:53.140Z[ recovery-image] Feb 17 00:01:51.147 INFO O| Feb 17 00:01:51.147 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352026-02-17T00:01:53.152Z[ recovery-image] Feb 17 00:01:51.160 INFO O| Feb 17 00:01:51.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
57362026-02-17T00:01:53.152Z[ recovery-image] Feb 17 00:01:51.160 INFO O| Feb 17 00:01:51.160 INFO STEP 253 (remove_files) COMPLETE
57372026-02-17T00:01:53.152Z[ recovery-image] Feb 17 00:01:51.160 INFO O| Feb 17 00:01:51.160 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382026-02-17T00:01:53.164Z[ recovery-image] Feb 17 00:01:51.174 INFO O| Feb 17 00:01:51.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
57392026-02-17T00:01:53.164Z[ recovery-image] Feb 17 00:01:51.174 INFO O| Feb 17 00:01:51.174 INFO STEP 254 (remove_files) COMPLETE
57402026-02-17T00:01:53.167Z[ recovery-image] Feb 17 00:01:51.174 INFO O| Feb 17 00:01:51.174 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412026-02-17T00:01:53.178Z[ recovery-image] Feb 17 00:01:51.189 INFO O| Feb 17 00:01:51.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
57422026-02-17T00:01:53.178Z[ recovery-image] Feb 17 00:01:51.189 INFO O| Feb 17 00:01:51.189 INFO STEP 255 (remove_files) COMPLETE
57432026-02-17T00:01:53.182Z[ recovery-image] Feb 17 00:01:51.189 INFO O| Feb 17 00:01:51.189 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442026-02-17T00:01:53.194Z[ recovery-image] Feb 17 00:01:51.204 INFO O| Feb 17 00:01:51.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
57452026-02-17T00:01:53.194Z[ recovery-image] Feb 17 00:01:51.204 INFO O| Feb 17 00:01:51.204 INFO STEP 256 (remove_files) COMPLETE
57462026-02-17T00:01:53.194Z[ recovery-image] Feb 17 00:01:51.204 INFO O| Feb 17 00:01:51.204 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472026-02-17T00:01:53.208Z[ recovery-image] Feb 17 00:01:51.219 INFO O| Feb 17 00:01:51.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
57482026-02-17T00:01:53.208Z[ recovery-image] Feb 17 00:01:51.219 INFO O| Feb 17 00:01:51.219 INFO STEP 257 (remove_files) COMPLETE
57492026-02-17T00:01:53.208Z[ recovery-image] Feb 17 00:01:51.219 INFO O| Feb 17 00:01:51.219 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502026-02-17T00:01:53.225Z[ recovery-image] Feb 17 00:01:51.233 INFO O| Feb 17 00:01:51.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
57512026-02-17T00:01:53.225Z[ recovery-image] Feb 17 00:01:51.233 INFO O| Feb 17 00:01:51.233 INFO STEP 258 (remove_files) COMPLETE
57522026-02-17T00:01:53.229Z[ recovery-image] Feb 17 00:01:51.233 INFO O| Feb 17 00:01:51.233 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532026-02-17T00:01:53.237Z[ recovery-image] Feb 17 00:01:51.248 INFO O| Feb 17 00:01:51.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
57542026-02-17T00:01:53.237Z[ recovery-image] Feb 17 00:01:51.248 INFO O| Feb 17 00:01:51.248 INFO STEP 259 (remove_files) COMPLETE
57552026-02-17T00:01:53.237Z[ recovery-image] Feb 17 00:01:51.248 INFO O| Feb 17 00:01:51.248 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562026-02-17T00:01:53.251Z[ recovery-image] Feb 17 00:01:51.262 INFO O| Feb 17 00:01:51.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
57572026-02-17T00:01:53.251Z[ recovery-image] Feb 17 00:01:51.262 INFO O| Feb 17 00:01:51.262 INFO STEP 260 (remove_files) COMPLETE
57582026-02-17T00:01:53.251Z[ recovery-image] Feb 17 00:01:51.262 INFO O| Feb 17 00:01:51.262 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592026-02-17T00:01:53.266Z[ recovery-image] Feb 17 00:01:51.277 INFO O| Feb 17 00:01:51.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
57602026-02-17T00:01:53.266Z[ recovery-image] Feb 17 00:01:51.277 INFO O| Feb 17 00:01:51.277 INFO STEP 261 (remove_files) COMPLETE
57612026-02-17T00:01:53.271Z[ recovery-image] Feb 17 00:01:51.277 INFO O| Feb 17 00:01:51.277 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622026-02-17T00:01:53.280Z[ recovery-image] Feb 17 00:01:51.291 INFO O| Feb 17 00:01:51.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
57632026-02-17T00:01:53.280Z[ recovery-image] Feb 17 00:01:51.291 INFO O| Feb 17 00:01:51.291 INFO STEP 262 (remove_files) COMPLETE
57642026-02-17T00:01:53.287Z[ recovery-image] Feb 17 00:01:51.291 INFO O| Feb 17 00:01:51.291 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652026-02-17T00:01:53.302Z[ recovery-image] Feb 17 00:01:51.305 INFO O| Feb 17 00:01:51.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
57662026-02-17T00:01:53.302Z[ recovery-image] Feb 17 00:01:51.305 INFO O| Feb 17 00:01:51.305 INFO STEP 263 (remove_files) COMPLETE
57672026-02-17T00:01:53.302Z[ recovery-image] Feb 17 00:01:51.305 INFO O| Feb 17 00:01:51.305 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682026-02-17T00:01:53.309Z[ recovery-image] Feb 17 00:01:51.319 INFO O| Feb 17 00:01:51.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
57692026-02-17T00:01:53.309Z[ recovery-image] Feb 17 00:01:51.319 INFO O| Feb 17 00:01:51.319 INFO STEP 264 (remove_files) COMPLETE
57702026-02-17T00:01:53.315Z[ recovery-image] Feb 17 00:01:51.319 INFO O| Feb 17 00:01:51.319 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712026-02-17T00:01:53.323Z[ recovery-image] Feb 17 00:01:51.333 INFO O| Feb 17 00:01:51.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
57722026-02-17T00:01:53.323Z[ recovery-image] Feb 17 00:01:51.334 INFO O| Feb 17 00:01:51.334 INFO STEP 265 (remove_files) COMPLETE
57732026-02-17T00:01:53.323Z[ recovery-image] Feb 17 00:01:51.334 INFO O| Feb 17 00:01:51.334 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742026-02-17T00:01:53.336Z[ recovery-image] Feb 17 00:01:51.347 INFO O| Feb 17 00:01:51.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
57752026-02-17T00:01:53.344Z[ recovery-image] Feb 17 00:01:51.348 INFO O| Feb 17 00:01:51.348 INFO STEP 266 (remove_files) COMPLETE
57762026-02-17T00:01:53.344Z[ recovery-image] Feb 17 00:01:51.348 INFO O| Feb 17 00:01:51.348 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772026-02-17T00:01:53.356Z[ recovery-image] Feb 17 00:01:51.362 INFO O| Feb 17 00:01:51.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
57782026-02-17T00:01:53.356Z[ recovery-image] Feb 17 00:01:51.362 INFO O| Feb 17 00:01:51.362 INFO STEP 267 (remove_files) COMPLETE
57792026-02-17T00:01:53.361Z[ recovery-image] Feb 17 00:01:51.362 INFO O| Feb 17 00:01:51.362 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802026-02-17T00:01:53.375Z[ recovery-image] Feb 17 00:01:51.384 INFO O| Feb 17 00:01:51.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
57812026-02-17T00:01:53.394Z[ recovery-image] Feb 17 00:01:51.402 INFO O| Feb 17 00:01:51.402 INFO STEP 268 (remove_files) COMPLETE
57822026-02-17T00:01:53.394Z[ recovery-image] Feb 17 00:01:51.402 INFO O| Feb 17 00:01:51.402 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832026-02-17T00:01:53.415Z[ recovery-image] Feb 17 00:01:51.423 INFO O| Feb 17 00:01:51.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
57842026-02-17T00:01:53.415Z[ recovery-image] Feb 17 00:01:51.423 INFO O| Feb 17 00:01:51.423 INFO STEP 269 (remove_files) COMPLETE
57852026-02-17T00:01:53.415Z[ recovery-image] Feb 17 00:01:51.423 INFO O| Feb 17 00:01:51.423 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862026-02-17T00:01:53.429Z[ recovery-image] Feb 17 00:01:51.439 INFO O| Feb 17 00:01:51.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
57872026-02-17T00:01:53.429Z[ recovery-image] Feb 17 00:01:51.439 INFO O| Feb 17 00:01:51.439 INFO STEP 270 (remove_files) COMPLETE
57882026-02-17T00:01:53.432Z[ recovery-image] Feb 17 00:01:51.439 INFO O| Feb 17 00:01:51.439 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892026-02-17T00:01:53.445Z[ recovery-image] Feb 17 00:01:51.456 INFO O| Feb 17 00:01:51.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
57902026-02-17T00:01:53.445Z[ recovery-image] Feb 17 00:01:51.456 INFO O| Feb 17 00:01:51.456 INFO STEP 271 (remove_files) COMPLETE
57912026-02-17T00:01:53.446Z[ recovery-image] Feb 17 00:01:51.456 INFO O| Feb 17 00:01:51.456 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922026-02-17T00:01:53.459Z[ recovery-image] Feb 17 00:01:51.469 INFO O| Feb 17 00:01:51.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
57932026-02-17T00:01:53.459Z[ recovery-image] Feb 17 00:01:51.469 INFO O| Feb 17 00:01:51.469 INFO STEP 272 (remove_files) COMPLETE
57942026-02-17T00:01:53.459Z[ recovery-image] Feb 17 00:01:51.469 INFO O| Feb 17 00:01:51.469 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952026-02-17T00:01:53.474Z[ recovery-image] Feb 17 00:01:51.482 INFO O| Feb 17 00:01:51.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
57962026-02-17T00:01:53.474Z[ recovery-image] Feb 17 00:01:51.482 INFO O| Feb 17 00:01:51.482 INFO STEP 273 (remove_files) COMPLETE
57972026-02-17T00:01:53.477Z[ recovery-image] Feb 17 00:01:51.482 INFO O| Feb 17 00:01:51.482 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982026-02-17T00:01:53.485Z[ recovery-image] Feb 17 00:01:51.495 INFO O| Feb 17 00:01:51.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
57992026-02-17T00:01:53.488Z[ recovery-image] Feb 17 00:01:51.495 INFO O| Feb 17 00:01:51.495 INFO STEP 274 (remove_files) COMPLETE
58002026-02-17T00:01:53.488Z[ recovery-image] Feb 17 00:01:51.495 INFO O| Feb 17 00:01:51.495 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012026-02-17T00:01:53.503Z[ recovery-image] Feb 17 00:01:51.509 INFO O| Feb 17 00:01:51.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
58022026-02-17T00:01:53.503Z[ recovery-image] Feb 17 00:01:51.509 INFO O| Feb 17 00:01:51.509 INFO STEP 275 (remove_files) COMPLETE
58032026-02-17T00:01:53.503Z[ recovery-image] Feb 17 00:01:51.509 INFO O| Feb 17 00:01:51.509 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042026-02-17T00:01:53.513Z[ recovery-image] Feb 17 00:01:51.522 INFO O| Feb 17 00:01:51.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
58052026-02-17T00:01:53.513Z[ recovery-image] Feb 17 00:01:51.522 INFO O| Feb 17 00:01:51.522 INFO STEP 276 (remove_files) COMPLETE
58062026-02-17T00:01:53.513Z[ recovery-image] Feb 17 00:01:51.522 INFO O| Feb 17 00:01:51.522 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072026-02-17T00:01:53.525Z[ recovery-image] Feb 17 00:01:51.535 INFO O| Feb 17 00:01:51.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
58082026-02-17T00:01:53.529Z[ recovery-image] Feb 17 00:01:51.536 INFO O| Feb 17 00:01:51.536 INFO STEP 277 (remove_files) COMPLETE
58092026-02-17T00:01:53.529Z[ recovery-image] Feb 17 00:01:51.536 INFO O| Feb 17 00:01:51.536 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102026-02-17T00:01:53.538Z[ recovery-image] Feb 17 00:01:51.549 INFO O| Feb 17 00:01:51.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
58112026-02-17T00:01:53.539Z[ recovery-image] Feb 17 00:01:51.549 INFO O| Feb 17 00:01:51.549 INFO STEP 278 (remove_files) COMPLETE
58122026-02-17T00:01:53.539Z[ recovery-image] Feb 17 00:01:51.549 INFO O| Feb 17 00:01:51.549 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132026-02-17T00:01:53.556Z[ recovery-image] Feb 17 00:01:51.563 INFO O| Feb 17 00:01:51.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
58142026-02-17T00:01:53.556Z[ recovery-image] Feb 17 00:01:51.563 INFO O| Feb 17 00:01:51.563 INFO STEP 279 (remove_files) COMPLETE
58152026-02-17T00:01:53.556Z[ recovery-image] Feb 17 00:01:51.563 INFO O| Feb 17 00:01:51.563 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162026-02-17T00:01:53.566Z[ recovery-image] Feb 17 00:01:51.576 INFO O| Feb 17 00:01:51.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
58172026-02-17T00:01:53.566Z[ recovery-image] Feb 17 00:01:51.576 INFO O| Feb 17 00:01:51.576 INFO STEP 280 (remove_files) COMPLETE
58182026-02-17T00:01:53.566Z[ recovery-image] Feb 17 00:01:51.576 INFO O| Feb 17 00:01:51.576 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192026-02-17T00:01:53.578Z[ recovery-image] Feb 17 00:01:51.589 INFO O| Feb 17 00:01:51.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
58202026-02-17T00:01:53.578Z[ recovery-image] Feb 17 00:01:51.589 INFO O| Feb 17 00:01:51.589 INFO STEP 281 (remove_files) COMPLETE
58212026-02-17T00:01:53.581Z[ recovery-image] Feb 17 00:01:51.589 INFO O| Feb 17 00:01:51.589 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222026-02-17T00:01:53.591Z[ recovery-image] Feb 17 00:01:51.602 INFO O| Feb 17 00:01:51.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
58232026-02-17T00:01:53.591Z[ recovery-image] Feb 17 00:01:51.602 INFO O| Feb 17 00:01:51.602 INFO STEP 282 (remove_files) COMPLETE
58242026-02-17T00:01:53.591Z[ recovery-image] Feb 17 00:01:51.602 INFO O| Feb 17 00:01:51.602 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252026-02-17T00:01:53.609Z[ recovery-image] Feb 17 00:01:51.615 INFO O| Feb 17 00:01:51.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
58262026-02-17T00:01:53.609Z[ recovery-image] Feb 17 00:01:51.615 INFO O| Feb 17 00:01:51.615 INFO STEP 283 (remove_files) COMPLETE
58272026-02-17T00:01:53.609Z[ recovery-image] Feb 17 00:01:51.615 INFO O| Feb 17 00:01:51.615 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-02-17T00:01:53.617Z[ recovery-image] Feb 17 00:01:51.628 INFO O| Feb 17 00:01:51.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
58292026-02-17T00:01:53.617Z[ recovery-image] Feb 17 00:01:51.628 INFO O| Feb 17 00:01:51.628 INFO STEP 284 (remove_files) COMPLETE
58302026-02-17T00:01:53.618Z[ recovery-image] Feb 17 00:01:51.628 INFO O| Feb 17 00:01:51.628 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-02-17T00:01:53.631Z[ recovery-image] Feb 17 00:01:51.641 INFO O| Feb 17 00:01:51.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
58322026-02-17T00:01:53.631Z[ recovery-image] Feb 17 00:01:51.641 INFO O| Feb 17 00:01:51.641 INFO STEP 285 (remove_files) COMPLETE
58332026-02-17T00:01:53.631Z[ recovery-image] Feb 17 00:01:51.641 INFO O| Feb 17 00:01:51.641 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342026-02-17T00:01:53.644Z[ recovery-image] Feb 17 00:01:51.654 INFO O| Feb 17 00:01:51.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
58352026-02-17T00:01:53.645Z[ recovery-image] Feb 17 00:01:51.654 INFO O| Feb 17 00:01:51.654 INFO STEP 286 (remove_files) COMPLETE
58362026-02-17T00:01:53.657Z[ recovery-image] Feb 17 00:01:51.654 INFO O| Feb 17 00:01:51.654 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372026-02-17T00:01:53.661Z[ recovery-image] Feb 17 00:01:51.668 INFO O| Feb 17 00:01:51.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
58382026-02-17T00:01:53.661Z[ recovery-image] Feb 17 00:01:51.668 INFO O| Feb 17 00:01:51.668 INFO STEP 287 (remove_files) COMPLETE
58392026-02-17T00:01:53.661Z[ recovery-image] Feb 17 00:01:51.668 INFO O| Feb 17 00:01:51.668 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402026-02-17T00:01:53.670Z[ recovery-image] Feb 17 00:01:51.681 INFO O| Feb 17 00:01:51.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
58412026-02-17T00:01:53.670Z[ recovery-image] Feb 17 00:01:51.681 INFO O| Feb 17 00:01:51.681 INFO STEP 288 (remove_files) COMPLETE
58422026-02-17T00:01:53.670Z[ recovery-image] Feb 17 00:01:51.681 INFO O| Feb 17 00:01:51.681 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432026-02-17T00:01:53.683Z[ recovery-image] Feb 17 00:01:51.694 INFO O| Feb 17 00:01:51.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
58442026-02-17T00:01:53.683Z[ recovery-image] Feb 17 00:01:51.694 INFO O| Feb 17 00:01:51.694 INFO STEP 289 (remove_files) COMPLETE
58452026-02-17T00:01:53.683Z[ recovery-image] Feb 17 00:01:51.694 INFO O| Feb 17 00:01:51.694 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462026-02-17T00:01:53.697Z[ recovery-image] Feb 17 00:01:51.706 INFO O| Feb 17 00:01:51.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
58472026-02-17T00:01:53.697Z[ recovery-image] Feb 17 00:01:51.706 INFO O| Feb 17 00:01:51.706 INFO STEP 290 (remove_files) COMPLETE
58482026-02-17T00:01:53.697Z[ recovery-image] Feb 17 00:01:51.706 INFO O| Feb 17 00:01:51.706 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492026-02-17T00:01:53.708Z[ recovery-image] Feb 17 00:01:51.719 INFO O| Feb 17 00:01:51.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
58502026-02-17T00:01:53.708Z[ recovery-image] Feb 17 00:01:51.719 INFO O| Feb 17 00:01:51.719 INFO STEP 291 (remove_files) COMPLETE
58512026-02-17T00:01:53.708Z[ recovery-image] Feb 17 00:01:51.719 INFO O| Feb 17 00:01:51.719 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522026-02-17T00:01:53.722Z[ recovery-image] Feb 17 00:01:51.732 INFO O| Feb 17 00:01:51.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
58532026-02-17T00:01:53.722Z[ recovery-image] Feb 17 00:01:51.732 INFO O| Feb 17 00:01:51.732 INFO STEP 292 (remove_files) COMPLETE
58542026-02-17T00:01:53.722Z[ recovery-image] Feb 17 00:01:51.732 INFO O| Feb 17 00:01:51.732 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-02-17T00:01:53.734Z[ recovery-image] Feb 17 00:01:51.745 INFO O| Feb 17 00:01:51.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
58562026-02-17T00:01:53.735Z[ recovery-image] Feb 17 00:01:51.745 INFO O| Feb 17 00:01:51.745 INFO STEP 293 (remove_files) COMPLETE
58572026-02-17T00:01:53.735Z[ recovery-image] Feb 17 00:01:51.745 INFO O| Feb 17 00:01:51.745 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-02-17T00:01:53.747Z[ recovery-image] Feb 17 00:01:51.757 INFO O| Feb 17 00:01:51.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
58592026-02-17T00:01:53.747Z[ recovery-image] Feb 17 00:01:51.757 INFO O| Feb 17 00:01:51.757 INFO STEP 294 (remove_files) COMPLETE
58602026-02-17T00:01:53.747Z[ recovery-image] Feb 17 00:01:51.757 INFO O| Feb 17 00:01:51.757 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-02-17T00:01:53.759Z[ recovery-image] Feb 17 00:01:51.770 INFO O| Feb 17 00:01:51.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
58622026-02-17T00:01:53.759Z[ recovery-image] Feb 17 00:01:51.770 INFO O| Feb 17 00:01:51.770 INFO STEP 295 (remove_files) COMPLETE
58632026-02-17T00:01:53.765Z[ recovery-image] Feb 17 00:01:51.770 INFO O| Feb 17 00:01:51.770 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-02-17T00:01:53.771Z[ recovery-image] Feb 17 00:01:51.782 INFO O| Feb 17 00:01:51.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
58652026-02-17T00:01:53.771Z[ recovery-image] Feb 17 00:01:51.782 INFO O| Feb 17 00:01:51.782 INFO STEP 296 (remove_files) COMPLETE
58662026-02-17T00:01:53.774Z[ recovery-image] Feb 17 00:01:51.782 INFO O| Feb 17 00:01:51.782 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-02-17T00:01:53.783Z[ recovery-image] Feb 17 00:01:51.794 INFO O| Feb 17 00:01:51.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
58682026-02-17T00:01:53.783Z[ recovery-image] Feb 17 00:01:51.794 INFO O| Feb 17 00:01:51.794 INFO STEP 297 (remove_files) COMPLETE
58692026-02-17T00:01:53.786Z[ recovery-image] Feb 17 00:01:51.794 INFO O| Feb 17 00:01:51.794 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702026-02-17T00:01:53.795Z[ recovery-image] Feb 17 00:01:51.806 INFO O| Feb 17 00:01:51.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
58712026-02-17T00:01:53.795Z[ recovery-image] Feb 17 00:01:51.806 INFO O| Feb 17 00:01:51.806 INFO STEP 298 (remove_files) COMPLETE
58722026-02-17T00:01:53.795Z[ recovery-image] Feb 17 00:01:51.806 INFO O| Feb 17 00:01:51.806 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732026-02-17T00:01:53.824Z[ recovery-image] Feb 17 00:01:51.818 INFO O| Feb 17 00:01:51.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
58742026-02-17T00:01:53.825Z[ recovery-image] Feb 17 00:01:51.818 INFO O| Feb 17 00:01:51.818 INFO STEP 299 (remove_files) COMPLETE
58752026-02-17T00:01:53.825Z[ recovery-image] Feb 17 00:01:51.818 INFO O| Feb 17 00:01:51.818 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762026-02-17T00:01:53.828Z[ recovery-image] Feb 17 00:01:51.830 INFO O| Feb 17 00:01:51.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
58772026-02-17T00:01:53.828Z[ recovery-image] Feb 17 00:01:51.831 INFO O| Feb 17 00:01:51.831 INFO STEP 300 (remove_files) COMPLETE
58782026-02-17T00:01:53.828Z[ recovery-image] Feb 17 00:01:51.831 INFO O| Feb 17 00:01:51.831 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792026-02-17T00:01:53.836Z[ recovery-image] Feb 17 00:01:51.844 INFO O| Feb 17 00:01:51.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
58802026-02-17T00:01:53.836Z[ recovery-image] Feb 17 00:01:51.844 INFO O| Feb 17 00:01:51.844 INFO STEP 301 (remove_files) COMPLETE
58812026-02-17T00:01:53.836Z[ recovery-image] Feb 17 00:01:51.844 INFO O| Feb 17 00:01:51.844 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822026-02-17T00:01:53.845Z[ recovery-image] Feb 17 00:01:51.856 INFO O| Feb 17 00:01:51.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
58832026-02-17T00:01:53.845Z[ recovery-image] Feb 17 00:01:51.856 INFO O| Feb 17 00:01:51.856 INFO STEP 302 (remove_files) COMPLETE
58842026-02-17T00:01:53.848Z[ recovery-image] Feb 17 00:01:51.856 INFO O| Feb 17 00:01:51.856 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852026-02-17T00:01:53.858Z[ recovery-image] Feb 17 00:01:51.868 INFO O| Feb 17 00:01:51.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
58862026-02-17T00:01:53.858Z[ recovery-image] Feb 17 00:01:51.868 INFO O| Feb 17 00:01:51.868 INFO STEP 303 (remove_files) COMPLETE
58872026-02-17T00:01:53.858Z[ recovery-image] Feb 17 00:01:51.868 INFO O| Feb 17 00:01:51.868 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-02-17T00:01:53.872Z[ recovery-image] Feb 17 00:01:51.880 INFO O| Feb 17 00:01:51.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
58892026-02-17T00:01:53.873Z[ recovery-image] Feb 17 00:01:51.880 INFO O| Feb 17 00:01:51.880 INFO STEP 304 (remove_files) COMPLETE
58902026-02-17T00:01:53.873Z[ recovery-image] Feb 17 00:01:51.880 INFO O| Feb 17 00:01:51.880 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-02-17T00:01:53.881Z[ recovery-image] Feb 17 00:01:51.892 INFO O| Feb 17 00:01:51.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
58922026-02-17T00:01:53.881Z[ recovery-image] Feb 17 00:01:51.892 INFO O| Feb 17 00:01:51.892 INFO STEP 305 (remove_files) COMPLETE
58932026-02-17T00:01:53.888Z[ recovery-image] Feb 17 00:01:51.892 INFO O| Feb 17 00:01:51.892 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942026-02-17T00:01:53.896Z[ recovery-image] Feb 17 00:01:51.904 INFO O| Feb 17 00:01:51.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
58952026-02-17T00:01:53.896Z[ recovery-image] Feb 17 00:01:51.904 INFO O| Feb 17 00:01:51.904 INFO STEP 306 (remove_files) COMPLETE
58962026-02-17T00:01:53.896Z[ recovery-image] Feb 17 00:01:51.904 INFO O| Feb 17 00:01:51.904 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972026-02-17T00:01:53.905Z[ recovery-image] Feb 17 00:01:51.916 INFO O| Feb 17 00:01:51.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
58982026-02-17T00:01:53.905Z[ recovery-image] Feb 17 00:01:51.916 INFO O| Feb 17 00:01:51.916 INFO STEP 307 (remove_files) COMPLETE
58992026-02-17T00:01:53.905Z[ recovery-image] Feb 17 00:01:51.916 INFO O| Feb 17 00:01:51.916 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002026-02-17T00:01:53.917Z[ recovery-image] Feb 17 00:01:51.927 INFO O| Feb 17 00:01:51.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
59012026-02-17T00:01:53.917Z[ recovery-image] Feb 17 00:01:51.928 INFO O| Feb 17 00:01:51.928 INFO STEP 308 (remove_files) COMPLETE
59022026-02-17T00:01:53.920Z[ recovery-image] Feb 17 00:01:51.928 INFO O| Feb 17 00:01:51.928 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032026-02-17T00:01:53.956Z[ recovery-image] Feb 17 00:01:51.939 INFO O| Feb 17 00:01:51.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
59042026-02-17T00:01:53.956Z[ recovery-image] Feb 17 00:01:51.939 INFO O| Feb 17 00:01:51.939 INFO STEP 309 (remove_files) COMPLETE
59052026-02-17T00:01:53.962Z[ recovery-image] Feb 17 00:01:51.939 INFO O| Feb 17 00:01:51.939 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062026-02-17T00:01:53.962Z[ recovery-image] Feb 17 00:01:51.951 INFO O| Feb 17 00:01:51.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
59072026-02-17T00:01:53.962Z[ recovery-image] Feb 17 00:01:51.951 INFO O| Feb 17 00:01:51.951 INFO STEP 310 (remove_files) COMPLETE
59082026-02-17T00:01:53.962Z[ recovery-image] Feb 17 00:01:51.951 INFO O| Feb 17 00:01:51.951 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092026-02-17T00:01:53.962Z[ recovery-image] Feb 17 00:01:51.963 INFO O| Feb 17 00:01:51.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
59102026-02-17T00:01:53.962Z[ recovery-image] Feb 17 00:01:51.963 INFO O| Feb 17 00:01:51.963 INFO STEP 311 (remove_files) COMPLETE
59112026-02-17T00:01:53.962Z[ recovery-image] Feb 17 00:01:51.963 INFO O| Feb 17 00:01:51.963 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122026-02-17T00:01:53.970Z[ recovery-image] Feb 17 00:01:51.975 INFO O| Feb 17 00:01:51.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
59132026-02-17T00:01:53.970Z[ recovery-image] Feb 17 00:01:51.975 INFO O| Feb 17 00:01:51.975 INFO STEP 312 (remove_files) COMPLETE
59142026-02-17T00:01:53.970Z[ recovery-image] Feb 17 00:01:51.975 INFO O| Feb 17 00:01:51.975 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152026-02-17T00:01:53.976Z[ recovery-image] Feb 17 00:01:51.987 INFO O| Feb 17 00:01:51.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
59162026-02-17T00:01:53.979Z[ recovery-image] Feb 17 00:01:51.987 INFO O| Feb 17 00:01:51.987 INFO STEP 313 (remove_files) COMPLETE
59172026-02-17T00:01:53.979Z[ recovery-image] Feb 17 00:01:51.987 INFO O| Feb 17 00:01:51.987 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182026-02-17T00:01:53.988Z[ recovery-image] Feb 17 00:01:51.999 INFO O| Feb 17 00:01:51.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
59192026-02-17T00:01:53.988Z[ recovery-image] Feb 17 00:01:51.999 INFO O| Feb 17 00:01:51.999 INFO STEP 314 (remove_files) COMPLETE
59202026-02-17T00:01:53.988Z[ recovery-image] Feb 17 00:01:51.999 INFO O| Feb 17 00:01:51.999 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212026-02-17T00:01:54.009Z[ recovery-image] Feb 17 00:01:52.013 INFO O| Feb 17 00:01:52.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
59222026-02-17T00:01:54.009Z[ recovery-image] Feb 17 00:01:52.013 INFO O| Feb 17 00:01:52.013 INFO STEP 315 (remove_files) COMPLETE
59232026-02-17T00:01:54.014Z[ recovery-image] Feb 17 00:01:52.013 INFO O| Feb 17 00:01:52.013 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-02-17T00:01:54.018Z[ recovery-image] Feb 17 00:01:52.025 INFO O| Feb 17 00:01:52.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
59252026-02-17T00:01:54.018Z[ recovery-image] Feb 17 00:01:52.025 INFO O| Feb 17 00:01:52.025 INFO STEP 316 (remove_files) COMPLETE
59262026-02-17T00:01:54.018Z[ recovery-image] Feb 17 00:01:52.025 INFO O| Feb 17 00:01:52.025 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-02-17T00:01:54.031Z[ recovery-image] Feb 17 00:01:52.038 INFO O| Feb 17 00:01:52.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
59282026-02-17T00:01:54.031Z[ recovery-image] Feb 17 00:01:52.038 INFO O| Feb 17 00:01:52.038 INFO STEP 317 (remove_files) COMPLETE
59292026-02-17T00:01:54.035Z[ recovery-image] Feb 17 00:01:52.038 INFO O| Feb 17 00:01:52.038 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-02-17T00:01:54.040Z[ recovery-image] Feb 17 00:01:52.051 INFO O| Feb 17 00:01:52.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
59312026-02-17T00:01:54.040Z[ recovery-image] Feb 17 00:01:52.051 INFO O| Feb 17 00:01:52.051 INFO STEP 318 (remove_files) COMPLETE
59322026-02-17T00:01:54.043Z[ recovery-image] Feb 17 00:01:52.051 INFO O| Feb 17 00:01:52.051 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-02-17T00:01:54.053Z[ recovery-image] Feb 17 00:01:52.064 INFO O| Feb 17 00:01:52.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
59342026-02-17T00:01:54.053Z[ recovery-image] Feb 17 00:01:52.064 INFO O| Feb 17 00:01:52.064 INFO STEP 319 (remove_files) COMPLETE
59352026-02-17T00:01:54.053Z[ recovery-image] Feb 17 00:01:52.064 INFO O| Feb 17 00:01:52.064 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-02-17T00:01:54.068Z[ recovery-image] Feb 17 00:01:52.077 INFO O| Feb 17 00:01:52.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
59372026-02-17T00:01:54.072Z[ recovery-image] Feb 17 00:01:52.077 INFO O| Feb 17 00:01:52.077 INFO STEP 320 (remove_files) COMPLETE
59382026-02-17T00:01:54.072Z[ recovery-image] Feb 17 00:01:52.077 INFO O| Feb 17 00:01:52.077 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-02-17T00:01:54.096Z[ recovery-image] Feb 17 00:01:52.090 INFO O| Feb 17 00:01:52.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
59402026-02-17T00:01:54.096Z[ recovery-image] Feb 17 00:01:52.091 INFO O| Feb 17 00:01:52.091 INFO STEP 321 (remove_files) COMPLETE
59412026-02-17T00:01:54.096Z[ recovery-image] Feb 17 00:01:52.091 INFO O| Feb 17 00:01:52.091 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-02-17T00:01:54.096Z[ recovery-image] Feb 17 00:01:52.104 INFO O| Feb 17 00:01:52.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
59432026-02-17T00:01:54.096Z[ recovery-image] Feb 17 00:01:52.104 INFO O| Feb 17 00:01:52.104 INFO STEP 322 (remove_files) COMPLETE
59442026-02-17T00:01:54.096Z[ recovery-image] Feb 17 00:01:52.104 INFO O| Feb 17 00:01:52.104 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-02-17T00:01:54.107Z[ recovery-image] Feb 17 00:01:52.117 INFO O| Feb 17 00:01:52.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
59462026-02-17T00:01:54.107Z[ recovery-image] Feb 17 00:01:52.117 INFO O| Feb 17 00:01:52.117 INFO STEP 323 (remove_files) COMPLETE
59472026-02-17T00:01:54.107Z[ recovery-image] Feb 17 00:01:52.117 INFO O| Feb 17 00:01:52.117 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-02-17T00:01:54.124Z[ recovery-image] Feb 17 00:01:52.134 INFO O| Feb 17 00:01:52.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
59492026-02-17T00:01:54.124Z[ recovery-image] Feb 17 00:01:52.134 INFO O| Feb 17 00:01:52.134 INFO STEP 324 (remove_files) COMPLETE
59502026-02-17T00:01:54.129Z[ recovery-image] Feb 17 00:01:52.134 INFO O| Feb 17 00:01:52.134 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-02-17T00:01:54.138Z[ recovery-image] Feb 17 00:01:52.147 INFO O| Feb 17 00:01:52.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
59522026-02-17T00:01:54.138Z[ recovery-image] Feb 17 00:01:52.148 INFO O| Feb 17 00:01:52.148 INFO STEP 325 (remove_files) COMPLETE
59532026-02-17T00:01:54.138Z[ recovery-image] Feb 17 00:01:52.148 INFO O| Feb 17 00:01:52.148 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-02-17T00:01:54.150Z[ recovery-image] Feb 17 00:01:52.160 INFO O| Feb 17 00:01:52.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
59552026-02-17T00:01:54.151Z[ recovery-image] Feb 17 00:01:52.160 INFO O| Feb 17 00:01:52.160 INFO STEP 326 (remove_files) COMPLETE
59562026-02-17T00:01:54.151Z[ recovery-image] Feb 17 00:01:52.160 INFO O| Feb 17 00:01:52.160 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-02-17T00:01:54.162Z[ recovery-image] Feb 17 00:01:52.173 INFO O| Feb 17 00:01:52.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
59582026-02-17T00:01:54.162Z[ recovery-image] Feb 17 00:01:52.173 INFO O| Feb 17 00:01:52.173 INFO STEP 327 (remove_files) COMPLETE
59592026-02-17T00:01:54.162Z[ recovery-image] Feb 17 00:01:52.173 INFO O| Feb 17 00:01:52.173 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-02-17T00:01:54.174Z[ recovery-image] Feb 17 00:01:52.185 INFO O| Feb 17 00:01:52.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
59612026-02-17T00:01:54.174Z[ recovery-image] Feb 17 00:01:52.185 INFO O| Feb 17 00:01:52.185 INFO STEP 328 (remove_files) COMPLETE
59622026-02-17T00:01:54.174Z[ recovery-image] Feb 17 00:01:52.185 INFO O| Feb 17 00:01:52.185 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-02-17T00:01:54.187Z[ recovery-image] Feb 17 00:01:52.197 INFO O| Feb 17 00:01:52.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
59642026-02-17T00:01:54.188Z[ recovery-image] Feb 17 00:01:52.197 INFO O| Feb 17 00:01:52.197 INFO STEP 329 (remove_files) COMPLETE
59652026-02-17T00:01:54.193Z[ recovery-image] Feb 17 00:01:52.197 INFO O| Feb 17 00:01:52.197 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-02-17T00:01:54.202Z[ recovery-image] Feb 17 00:01:52.210 INFO O| Feb 17 00:01:52.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
59672026-02-17T00:01:54.202Z[ recovery-image] Feb 17 00:01:52.211 INFO O| Feb 17 00:01:52.211 INFO STEP 330 (remove_files) COMPLETE
59682026-02-17T00:01:54.208Z[ recovery-image] Feb 17 00:01:52.211 INFO O| Feb 17 00:01:52.211 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-02-17T00:01:54.213Z[ recovery-image] Feb 17 00:01:52.224 INFO O| Feb 17 00:01:52.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
59702026-02-17T00:01:54.213Z[ recovery-image] Feb 17 00:01:52.224 INFO O| Feb 17 00:01:52.224 INFO STEP 331 (remove_files) COMPLETE
59712026-02-17T00:01:54.213Z[ recovery-image] Feb 17 00:01:52.224 INFO O| Feb 17 00:01:52.224 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-02-17T00:01:54.226Z[ recovery-image] Feb 17 00:01:52.237 INFO O| Feb 17 00:01:52.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
59732026-02-17T00:01:54.226Z[ recovery-image] Feb 17 00:01:52.237 INFO O| Feb 17 00:01:52.237 INFO STEP 332 (remove_files) COMPLETE
59742026-02-17T00:01:54.226Z[ recovery-image] Feb 17 00:01:52.237 INFO O| Feb 17 00:01:52.237 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-02-17T00:01:54.242Z[ recovery-image] Feb 17 00:01:52.250 INFO O| Feb 17 00:01:52.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
59762026-02-17T00:01:54.242Z[ recovery-image] Feb 17 00:01:52.250 INFO O| Feb 17 00:01:52.250 INFO STEP 333 (remove_files) COMPLETE
59772026-02-17T00:01:54.248Z[ recovery-image] Feb 17 00:01:52.250 INFO O| Feb 17 00:01:52.250 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-02-17T00:01:54.254Z[ recovery-image] Feb 17 00:01:52.262 INFO O| Feb 17 00:01:52.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
59792026-02-17T00:01:54.254Z[ recovery-image] Feb 17 00:01:52.263 INFO O| Feb 17 00:01:52.262 INFO STEP 334 (remove_files) COMPLETE
59802026-02-17T00:01:54.254Z[ recovery-image] Feb 17 00:01:52.263 INFO O| Feb 17 00:01:52.263 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-02-17T00:01:54.265Z[ recovery-image] Feb 17 00:01:52.276 INFO O| Feb 17 00:01:52.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
59822026-02-17T00:01:54.266Z[ recovery-image] Feb 17 00:01:52.276 INFO O| Feb 17 00:01:52.276 INFO STEP 335 (remove_files) COMPLETE
59832026-02-17T00:01:54.266Z[ recovery-image] Feb 17 00:01:52.276 INFO O| Feb 17 00:01:52.276 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-02-17T00:01:54.278Z[ recovery-image] Feb 17 00:01:52.289 INFO O| Feb 17 00:01:52.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
59852026-02-17T00:01:54.283Z[ recovery-image] Feb 17 00:01:52.289 INFO O| Feb 17 00:01:52.289 INFO STEP 336 (remove_files) COMPLETE
59862026-02-17T00:01:54.283Z[ recovery-image] Feb 17 00:01:52.289 INFO O| Feb 17 00:01:52.289 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-02-17T00:01:54.297Z[ recovery-image] Feb 17 00:01:52.302 INFO O| Feb 17 00:01:52.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
59882026-02-17T00:01:54.297Z[ recovery-image] Feb 17 00:01:52.302 INFO O| Feb 17 00:01:52.302 INFO STEP 337 (remove_files) COMPLETE
59892026-02-17T00:01:54.297Z[ recovery-image] Feb 17 00:01:52.302 INFO O| Feb 17 00:01:52.302 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-02-17T00:01:54.305Z[ recovery-image] Feb 17 00:01:52.315 INFO O| Feb 17 00:01:52.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
59912026-02-17T00:01:54.312Z[ recovery-image] Feb 17 00:01:52.316 INFO O| Feb 17 00:01:52.316 INFO STEP 338 (remove_files) COMPLETE
59922026-02-17T00:01:54.312Z[ recovery-image] Feb 17 00:01:52.316 INFO O| Feb 17 00:01:52.316 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-02-17T00:01:54.319Z[ recovery-image] Feb 17 00:01:52.329 INFO O| Feb 17 00:01:52.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
59942026-02-17T00:01:54.319Z[ recovery-image] Feb 17 00:01:52.329 INFO O| Feb 17 00:01:52.329 INFO STEP 339 (remove_files) COMPLETE
59952026-02-17T00:01:54.319Z[ recovery-image] Feb 17 00:01:52.329 INFO O| Feb 17 00:01:52.329 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-02-17T00:01:54.331Z[ recovery-image] Feb 17 00:01:52.342 INFO O| Feb 17 00:01:52.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
59972026-02-17T00:01:54.331Z[ recovery-image] Feb 17 00:01:52.342 INFO O| Feb 17 00:01:52.342 INFO STEP 340 (remove_files) COMPLETE
59982026-02-17T00:01:54.331Z[ recovery-image] Feb 17 00:01:52.342 INFO O| Feb 17 00:01:52.342 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-02-17T00:01:54.354Z[ recovery-image] Feb 17 00:01:52.355 INFO O| Feb 17 00:01:52.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
60002026-02-17T00:01:54.354Z[ recovery-image] Feb 17 00:01:52.355 INFO O| Feb 17 00:01:52.355 INFO STEP 341 (remove_files) COMPLETE
60012026-02-17T00:01:54.380Z[ recovery-image] Feb 17 00:01:52.355 INFO O| Feb 17 00:01:52.355 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-02-17T00:01:54.380Z[ recovery-image] Feb 17 00:01:52.368 INFO O| Feb 17 00:01:52.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
60032026-02-17T00:01:54.380Z[ recovery-image] Feb 17 00:01:52.368 INFO O| Feb 17 00:01:52.368 INFO STEP 342 (remove_files) COMPLETE
60042026-02-17T00:01:54.380Z[ recovery-image] Feb 17 00:01:52.368 INFO O| Feb 17 00:01:52.368 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-02-17T00:01:54.380Z[ recovery-image] Feb 17 00:01:52.381 INFO O| Feb 17 00:01:52.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
60062026-02-17T00:01:54.380Z[ recovery-image] Feb 17 00:01:52.381 INFO O| Feb 17 00:01:52.381 INFO STEP 343 (remove_files) COMPLETE
60072026-02-17T00:01:54.380Z[ recovery-image] Feb 17 00:01:52.381 INFO O| Feb 17 00:01:52.381 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-02-17T00:01:54.387Z[ recovery-image] Feb 17 00:01:52.394 INFO O| Feb 17 00:01:52.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
60092026-02-17T00:01:54.387Z[ recovery-image] Feb 17 00:01:52.394 INFO O| Feb 17 00:01:52.394 INFO STEP 344 (remove_files) COMPLETE
60102026-02-17T00:01:54.387Z[ recovery-image] Feb 17 00:01:52.394 INFO O| Feb 17 00:01:52.394 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-02-17T00:01:54.404Z[ recovery-image] Feb 17 00:01:52.407 INFO O| Feb 17 00:01:52.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
60122026-02-17T00:01:54.404Z[ recovery-image] Feb 17 00:01:52.408 INFO O| Feb 17 00:01:52.408 INFO STEP 345 (remove_files) COMPLETE
60132026-02-17T00:01:54.404Z[ recovery-image] Feb 17 00:01:52.408 INFO O| Feb 17 00:01:52.408 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-02-17T00:01:54.414Z[ recovery-image] Feb 17 00:01:52.421 INFO O| Feb 17 00:01:52.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
60152026-02-17T00:01:54.414Z[ recovery-image] Feb 17 00:01:52.421 INFO O| Feb 17 00:01:52.421 INFO STEP 346 (remove_files) COMPLETE
60162026-02-17T00:01:54.414Z[ recovery-image] Feb 17 00:01:52.421 INFO O| Feb 17 00:01:52.421 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-02-17T00:01:54.451Z[ recovery-image] Feb 17 00:01:52.434 INFO O| Feb 17 00:01:52.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
60182026-02-17T00:01:54.451Z[ recovery-image] Feb 17 00:01:52.434 INFO O| Feb 17 00:01:52.434 INFO STEP 347 (remove_files) COMPLETE
60192026-02-17T00:01:54.451Z[ recovery-image] Feb 17 00:01:52.434 INFO O| Feb 17 00:01:52.434 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-02-17T00:01:54.451Z[ recovery-image] Feb 17 00:01:52.448 INFO O| Feb 17 00:01:52.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
60212026-02-17T00:01:54.470Z[ recovery-image] Feb 17 00:01:52.448 INFO O| Feb 17 00:01:52.448 INFO STEP 348 (remove_files) COMPLETE
60222026-02-17T00:01:54.470Z[ recovery-image] Feb 17 00:01:52.448 INFO O| Feb 17 00:01:52.448 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-02-17T00:01:54.470Z[ recovery-image] Feb 17 00:01:52.462 INFO O| Feb 17 00:01:52.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
60242026-02-17T00:01:54.470Z[ recovery-image] Feb 17 00:01:52.462 INFO O| Feb 17 00:01:52.462 INFO STEP 349 (remove_files) COMPLETE
60252026-02-17T00:01:54.470Z[ recovery-image] Feb 17 00:01:52.462 INFO O| Feb 17 00:01:52.462 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-02-17T00:01:54.470Z[ recovery-image] Feb 17 00:01:52.475 INFO O| Feb 17 00:01:52.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
60272026-02-17T00:01:54.470Z[ recovery-image] Feb 17 00:01:52.475 INFO O| Feb 17 00:01:52.475 INFO STEP 350 (remove_files) COMPLETE
60282026-02-17T00:01:54.470Z[ recovery-image] Feb 17 00:01:52.475 INFO O| Feb 17 00:01:52.475 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-02-17T00:01:54.499Z[ recovery-image] Feb 17 00:01:52.488 INFO O| Feb 17 00:01:52.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
60302026-02-17T00:01:54.500Z[ recovery-image] Feb 17 00:01:52.488 INFO O| Feb 17 00:01:52.488 INFO STEP 351 (remove_files) COMPLETE
60312026-02-17T00:01:54.500Z[ recovery-image] Feb 17 00:01:52.488 INFO O| Feb 17 00:01:52.488 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-02-17T00:01:54.504Z[ recovery-image] Feb 17 00:01:52.501 INFO O| Feb 17 00:01:52.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
60332026-02-17T00:01:54.504Z[ recovery-image] Feb 17 00:01:52.501 INFO O| Feb 17 00:01:52.501 INFO STEP 352 (remove_files) COMPLETE
60342026-02-17T00:01:54.504Z[ recovery-image] Feb 17 00:01:52.501 INFO O| Feb 17 00:01:52.501 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-02-17T00:01:54.504Z[ recovery-image] Feb 17 00:01:52.513 INFO O| Feb 17 00:01:52.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
60362026-02-17T00:01:54.504Z[ recovery-image] Feb 17 00:01:52.513 INFO O| Feb 17 00:01:52.513 INFO STEP 353 (remove_files) COMPLETE
60372026-02-17T00:01:54.504Z[ recovery-image] Feb 17 00:01:52.513 INFO O| Feb 17 00:01:52.513 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-02-17T00:01:54.516Z[ recovery-image] Feb 17 00:01:52.526 INFO O| Feb 17 00:01:52.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
60392026-02-17T00:01:54.516Z[ recovery-image] Feb 17 00:01:52.526 INFO O| Feb 17 00:01:52.526 INFO STEP 354 (remove_files) COMPLETE
60402026-02-17T00:01:54.516Z[ recovery-image] Feb 17 00:01:52.526 INFO O| Feb 17 00:01:52.526 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-02-17T00:01:54.530Z[ recovery-image] Feb 17 00:01:52.539 INFO O| Feb 17 00:01:52.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
60422026-02-17T00:01:54.530Z[ recovery-image] Feb 17 00:01:52.539 INFO O| Feb 17 00:01:52.539 INFO STEP 355 (remove_files) COMPLETE
60432026-02-17T00:01:54.530Z[ recovery-image] Feb 17 00:01:52.539 INFO O| Feb 17 00:01:52.539 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-02-17T00:01:54.541Z[ recovery-image] Feb 17 00:01:52.551 INFO O| Feb 17 00:01:52.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
60452026-02-17T00:01:54.541Z[ recovery-image] Feb 17 00:01:52.552 INFO O| Feb 17 00:01:52.551 INFO STEP 356 (remove_files) COMPLETE
60462026-02-17T00:01:54.544Z[ recovery-image] Feb 17 00:01:52.552 INFO O| Feb 17 00:01:52.552 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-02-17T00:01:54.554Z[ recovery-image] Feb 17 00:01:52.565 INFO O| Feb 17 00:01:52.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
60482026-02-17T00:01:54.554Z[ recovery-image] Feb 17 00:01:52.565 INFO O| Feb 17 00:01:52.565 INFO STEP 357 (remove_files) COMPLETE
60492026-02-17T00:01:54.554Z[ recovery-image] Feb 17 00:01:52.565 INFO O| Feb 17 00:01:52.565 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-02-17T00:01:54.567Z[ recovery-image] Feb 17 00:01:52.577 INFO O| Feb 17 00:01:52.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
60512026-02-17T00:01:54.567Z[ recovery-image] Feb 17 00:01:52.577 INFO O| Feb 17 00:01:52.577 INFO STEP 358 (remove_files) COMPLETE
60522026-02-17T00:01:54.567Z[ recovery-image] Feb 17 00:01:52.577 INFO O| Feb 17 00:01:52.577 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-02-17T00:01:54.580Z[ recovery-image] Feb 17 00:01:52.590 INFO O| Feb 17 00:01:52.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
60542026-02-17T00:01:54.580Z[ recovery-image] Feb 17 00:01:52.590 INFO O| Feb 17 00:01:52.590 INFO STEP 359 (remove_files) COMPLETE
60552026-02-17T00:01:54.580Z[ recovery-image] Feb 17 00:01:52.590 INFO O| Feb 17 00:01:52.590 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-02-17T00:01:54.592Z[ recovery-image] Feb 17 00:01:52.603 INFO O| Feb 17 00:01:52.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
60572026-02-17T00:01:54.592Z[ recovery-image] Feb 17 00:01:52.603 INFO O| Feb 17 00:01:52.603 INFO STEP 360 (remove_files) COMPLETE
60582026-02-17T00:01:54.592Z[ recovery-image] Feb 17 00:01:52.603 INFO O| Feb 17 00:01:52.603 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-02-17T00:01:54.605Z[ recovery-image] Feb 17 00:01:52.616 INFO O| Feb 17 00:01:52.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
60602026-02-17T00:01:54.605Z[ recovery-image] Feb 17 00:01:52.616 INFO O| Feb 17 00:01:52.616 INFO STEP 361 (remove_files) COMPLETE
60612026-02-17T00:01:54.605Z[ recovery-image] Feb 17 00:01:52.616 INFO O| Feb 17 00:01:52.616 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-02-17T00:01:54.618Z[ recovery-image] Feb 17 00:01:52.629 INFO O| Feb 17 00:01:52.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
60632026-02-17T00:01:54.618Z[ recovery-image] Feb 17 00:01:52.629 INFO O| Feb 17 00:01:52.629 INFO STEP 362 (remove_files) COMPLETE
60642026-02-17T00:01:54.618Z[ recovery-image] Feb 17 00:01:52.629 INFO O| Feb 17 00:01:52.629 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-02-17T00:01:54.632Z[ recovery-image] Feb 17 00:01:52.641 INFO O| Feb 17 00:01:52.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
60662026-02-17T00:01:54.632Z[ recovery-image] Feb 17 00:01:52.641 INFO O| Feb 17 00:01:52.641 INFO STEP 363 (remove_files) COMPLETE
60672026-02-17T00:01:54.632Z[ recovery-image] Feb 17 00:01:52.641 INFO O| Feb 17 00:01:52.641 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-02-17T00:01:54.644Z[ recovery-image] Feb 17 00:01:52.654 INFO O| Feb 17 00:01:52.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
60692026-02-17T00:01:54.644Z[ recovery-image] Feb 17 00:01:52.654 INFO O| Feb 17 00:01:52.654 INFO STEP 364 (remove_files) COMPLETE
60702026-02-17T00:01:54.647Z[ recovery-image] Feb 17 00:01:52.654 INFO O| Feb 17 00:01:52.654 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-02-17T00:01:54.658Z[ recovery-image] Feb 17 00:01:52.667 INFO O| Feb 17 00:01:52.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
60722026-02-17T00:01:54.658Z[ recovery-image] Feb 17 00:01:52.667 INFO O| Feb 17 00:01:52.667 INFO STEP 365 (remove_files) COMPLETE
60732026-02-17T00:01:54.668Z[ recovery-image] Feb 17 00:01:52.667 INFO O| Feb 17 00:01:52.667 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-02-17T00:01:54.673Z[ recovery-image] Feb 17 00:01:52.680 INFO O| Feb 17 00:01:52.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
60752026-02-17T00:01:54.673Z[ recovery-image] Feb 17 00:01:52.680 INFO O| Feb 17 00:01:52.680 INFO STEP 366 (remove_files) COMPLETE
60762026-02-17T00:01:54.673Z[ recovery-image] Feb 17 00:01:52.680 INFO O| Feb 17 00:01:52.680 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-02-17T00:01:54.686Z[ recovery-image] Feb 17 00:01:52.692 INFO O| Feb 17 00:01:52.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
60782026-02-17T00:01:54.686Z[ recovery-image] Feb 17 00:01:52.692 INFO O| Feb 17 00:01:52.692 INFO STEP 367 (remove_files) COMPLETE
60792026-02-17T00:01:54.686Z[ recovery-image] Feb 17 00:01:52.692 INFO O| Feb 17 00:01:52.692 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-02-17T00:01:54.694Z[ recovery-image] Feb 17 00:01:52.704 INFO O| Feb 17 00:01:52.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
60812026-02-17T00:01:54.694Z[ recovery-image] Feb 17 00:01:52.704 INFO O| Feb 17 00:01:52.704 INFO STEP 368 (remove_files) COMPLETE
60822026-02-17T00:01:54.698Z[ recovery-image] Feb 17 00:01:52.704 INFO O| Feb 17 00:01:52.704 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-02-17T00:01:54.706Z[ recovery-image] Feb 17 00:01:52.717 INFO O| Feb 17 00:01:52.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
60842026-02-17T00:01:54.706Z[ recovery-image] Feb 17 00:01:52.717 INFO O| Feb 17 00:01:52.717 INFO STEP 369 (remove_files) COMPLETE
60852026-02-17T00:01:54.706Z[ recovery-image] Feb 17 00:01:52.717 INFO O| Feb 17 00:01:52.717 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-02-17T00:01:54.724Z[ recovery-image] Feb 17 00:01:52.730 INFO O| Feb 17 00:01:52.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
60872026-02-17T00:01:54.728Z[ recovery-image] Feb 17 00:01:52.730 INFO O| Feb 17 00:01:52.730 INFO STEP 370 (remove_files) COMPLETE
60882026-02-17T00:01:54.728Z[ recovery-image] Feb 17 00:01:52.730 INFO O| Feb 17 00:01:52.730 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-02-17T00:01:54.733Z[ recovery-image] Feb 17 00:01:52.743 INFO O| Feb 17 00:01:52.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
60902026-02-17T00:01:54.733Z[ recovery-image] Feb 17 00:01:52.743 INFO O| Feb 17 00:01:52.743 INFO STEP 371 (remove_files) COMPLETE
60912026-02-17T00:01:54.736Z[ recovery-image] Feb 17 00:01:52.743 INFO O| Feb 17 00:01:52.743 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-02-17T00:01:54.745Z[ recovery-image] Feb 17 00:01:52.756 INFO O| Feb 17 00:01:52.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
60932026-02-17T00:01:54.745Z[ recovery-image] Feb 17 00:01:52.756 INFO O| Feb 17 00:01:52.756 INFO STEP 372 (remove_files) COMPLETE
60942026-02-17T00:01:54.745Z[ recovery-image] Feb 17 00:01:52.756 INFO O| Feb 17 00:01:52.756 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-02-17T00:01:54.758Z[ recovery-image] Feb 17 00:01:52.768 INFO O| Feb 17 00:01:52.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
60962026-02-17T00:01:54.767Z[ recovery-image] Feb 17 00:01:52.769 INFO O| Feb 17 00:01:52.769 INFO STEP 373 (remove_files) COMPLETE
60972026-02-17T00:01:54.767Z[ recovery-image] Feb 17 00:01:52.769 INFO O| Feb 17 00:01:52.769 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-02-17T00:01:54.772Z[ recovery-image] Feb 17 00:01:52.782 INFO O| Feb 17 00:01:52.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
60992026-02-17T00:01:54.772Z[ recovery-image] Feb 17 00:01:52.782 INFO O| Feb 17 00:01:52.782 INFO STEP 374 (remove_files) COMPLETE
61002026-02-17T00:01:54.772Z[ recovery-image] Feb 17 00:01:52.782 INFO O| Feb 17 00:01:52.782 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-02-17T00:01:54.785Z[ recovery-image] Feb 17 00:01:52.795 INFO O| Feb 17 00:01:52.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
61022026-02-17T00:01:54.785Z[ recovery-image] Feb 17 00:01:52.795 INFO O| Feb 17 00:01:52.795 INFO STEP 375 (remove_files) COMPLETE
61032026-02-17T00:01:54.785Z[ recovery-image] Feb 17 00:01:52.795 INFO O| Feb 17 00:01:52.795 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-02-17T00:01:54.798Z[ recovery-image] Feb 17 00:01:52.808 INFO O| Feb 17 00:01:52.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
61052026-02-17T00:01:54.798Z[ recovery-image] Feb 17 00:01:52.808 INFO O| Feb 17 00:01:52.808 INFO STEP 376 (remove_files) COMPLETE
61062026-02-17T00:01:54.798Z[ recovery-image] Feb 17 00:01:52.808 INFO O| Feb 17 00:01:52.808 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-02-17T00:01:54.810Z[ recovery-image] Feb 17 00:01:52.820 INFO O| Feb 17 00:01:52.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
61082026-02-17T00:01:54.819Z[ recovery-image] Feb 17 00:01:52.821 INFO O| Feb 17 00:01:52.821 INFO STEP 377 (remove_files) COMPLETE
61092026-02-17T00:01:54.819Z[ recovery-image] Feb 17 00:01:52.821 INFO O| Feb 17 00:01:52.821 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-02-17T00:01:54.828Z[ recovery-image] Feb 17 00:01:52.834 INFO O| Feb 17 00:01:52.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
61112026-02-17T00:01:54.828Z[ recovery-image] Feb 17 00:01:52.834 INFO O| Feb 17 00:01:52.834 INFO STEP 378 (remove_files) COMPLETE
61122026-02-17T00:01:54.834Z[ recovery-image] Feb 17 00:01:52.834 INFO O| Feb 17 00:01:52.834 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-02-17T00:01:54.837Z[ recovery-image] Feb 17 00:01:52.847 INFO O| Feb 17 00:01:52.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
61142026-02-17T00:01:54.837Z[ recovery-image] Feb 17 00:01:52.847 INFO O| Feb 17 00:01:52.847 INFO STEP 379 (remove_files) COMPLETE
61152026-02-17T00:01:54.837Z[ recovery-image] Feb 17 00:01:52.847 INFO O| Feb 17 00:01:52.847 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-02-17T00:01:54.852Z[ recovery-image] Feb 17 00:01:52.860 INFO O| Feb 17 00:01:52.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
61172026-02-17T00:01:54.853Z[ recovery-image] Feb 17 00:01:52.860 INFO O| Feb 17 00:01:52.860 INFO STEP 380 (remove_files) COMPLETE
61182026-02-17T00:01:54.860Z[ recovery-image] Feb 17 00:01:52.860 INFO O| Feb 17 00:01:52.860 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-02-17T00:01:54.866Z[ recovery-image] Feb 17 00:01:52.873 INFO O| Feb 17 00:01:52.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
61202026-02-17T00:01:54.866Z[ recovery-image] Feb 17 00:01:52.873 INFO O| Feb 17 00:01:52.873 INFO STEP 381 (remove_files) COMPLETE
61212026-02-17T00:01:54.866Z[ recovery-image] Feb 17 00:01:52.873 INFO O| Feb 17 00:01:52.873 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-02-17T00:01:54.878Z[ recovery-image] Feb 17 00:01:52.886 INFO O| Feb 17 00:01:52.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
61232026-02-17T00:01:54.878Z[ recovery-image] Feb 17 00:01:52.886 INFO O| Feb 17 00:01:52.886 INFO STEP 382 (remove_files) COMPLETE
61242026-02-17T00:01:54.878Z[ recovery-image] Feb 17 00:01:52.886 INFO O| Feb 17 00:01:52.886 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-02-17T00:01:54.891Z[ recovery-image] Feb 17 00:01:52.899 INFO O| Feb 17 00:01:52.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
61262026-02-17T00:01:54.891Z[ recovery-image] Feb 17 00:01:52.899 INFO O| Feb 17 00:01:52.899 INFO STEP 383 (remove_files) COMPLETE
61272026-02-17T00:01:54.891Z[ recovery-image] Feb 17 00:01:52.899 INFO O| Feb 17 00:01:52.899 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-02-17T00:01:54.902Z[ recovery-image] Feb 17 00:01:52.912 INFO O| Feb 17 00:01:52.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
61292026-02-17T00:01:54.902Z[ recovery-image] Feb 17 00:01:52.912 INFO O| Feb 17 00:01:52.912 INFO STEP 384 (remove_files) COMPLETE
61302026-02-17T00:01:54.907Z[ recovery-image] Feb 17 00:01:52.912 INFO O| Feb 17 00:01:52.912 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-02-17T00:01:54.918Z[ recovery-image] Feb 17 00:01:52.924 INFO O| Feb 17 00:01:52.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
61322026-02-17T00:01:54.918Z[ recovery-image] Feb 17 00:01:52.924 INFO O| Feb 17 00:01:52.924 INFO STEP 385 (remove_files) COMPLETE
61332026-02-17T00:01:54.918Z[ recovery-image] Feb 17 00:01:52.924 INFO O| Feb 17 00:01:52.924 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-02-17T00:01:54.929Z[ recovery-image] Feb 17 00:01:52.937 INFO O| Feb 17 00:01:52.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
61352026-02-17T00:01:54.929Z[ recovery-image] Feb 17 00:01:52.938 INFO O| Feb 17 00:01:52.938 INFO STEP 386 (remove_files) COMPLETE
61362026-02-17T00:01:54.934Z[ recovery-image] Feb 17 00:01:52.938 INFO O| Feb 17 00:01:52.938 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-02-17T00:01:54.939Z[ recovery-image] Feb 17 00:01:52.950 INFO O| Feb 17 00:01:52.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
61382026-02-17T00:01:54.939Z[ recovery-image] Feb 17 00:01:52.950 INFO O| Feb 17 00:01:52.950 INFO STEP 387 (remove_files) COMPLETE
61392026-02-17T00:01:54.939Z[ recovery-image] Feb 17 00:01:52.950 INFO O| Feb 17 00:01:52.950 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-02-17T00:01:54.953Z[ recovery-image] Feb 17 00:01:52.963 INFO O| Feb 17 00:01:52.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
61412026-02-17T00:01:54.953Z[ recovery-image] Feb 17 00:01:52.963 INFO O| Feb 17 00:01:52.963 INFO STEP 388 (remove_files) COMPLETE
61422026-02-17T00:01:54.960Z[ recovery-image] Feb 17 00:01:52.963 INFO O| Feb 17 00:01:52.963 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-02-17T00:01:54.974Z[ recovery-image] Feb 17 00:01:52.976 INFO O| Feb 17 00:01:52.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
61442026-02-17T00:01:54.974Z[ recovery-image] Feb 17 00:01:52.977 INFO O| Feb 17 00:01:52.977 INFO STEP 389 (remove_files) COMPLETE
61452026-02-17T00:01:54.974Z[ recovery-image] Feb 17 00:01:52.977 INFO O| Feb 17 00:01:52.977 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-02-17T00:01:54.980Z[ recovery-image] Feb 17 00:01:52.990 INFO O| Feb 17 00:01:52.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
61472026-02-17T00:01:54.981Z[ recovery-image] Feb 17 00:01:52.990 INFO O| Feb 17 00:01:52.990 INFO STEP 390 (remove_files) COMPLETE
61482026-02-17T00:01:54.983Z[ recovery-image] Feb 17 00:01:52.990 INFO O| Feb 17 00:01:52.990 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-02-17T00:01:54.992Z[ recovery-image] Feb 17 00:01:53.003 INFO O| Feb 17 00:01:53.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
61502026-02-17T00:01:54.992Z[ recovery-image] Feb 17 00:01:53.003 INFO O| Feb 17 00:01:53.003 INFO STEP 391 (remove_files) COMPLETE
61512026-02-17T00:01:54.992Z[ recovery-image] Feb 17 00:01:53.003 INFO O| Feb 17 00:01:53.003 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-02-17T00:01:55.007Z[ recovery-image] Feb 17 00:01:53.016 INFO O| Feb 17 00:01:53.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
61532026-02-17T00:01:55.007Z[ recovery-image] Feb 17 00:01:53.016 INFO O| Feb 17 00:01:53.016 INFO STEP 392 (remove_files) COMPLETE
61542026-02-17T00:01:55.016Z[ recovery-image] Feb 17 00:01:53.016 INFO O| Feb 17 00:01:53.016 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-02-17T00:01:55.024Z[ recovery-image] Feb 17 00:01:53.029 INFO O| Feb 17 00:01:53.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
61562026-02-17T00:01:55.024Z[ recovery-image] Feb 17 00:01:53.029 INFO O| Feb 17 00:01:53.029 INFO STEP 393 (remove_files) COMPLETE
61572026-02-17T00:01:55.024Z[ recovery-image] Feb 17 00:01:53.029 INFO O| Feb 17 00:01:53.029 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-02-17T00:01:55.033Z[ recovery-image] Feb 17 00:01:53.043 INFO O| Feb 17 00:01:53.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
61592026-02-17T00:01:55.033Z[ recovery-image] Feb 17 00:01:53.043 INFO O| Feb 17 00:01:53.043 INFO STEP 394 (remove_files) COMPLETE
61602026-02-17T00:01:55.040Z[ recovery-image] Feb 17 00:01:53.043 INFO O| Feb 17 00:01:53.043 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-02-17T00:01:55.046Z[ recovery-image] Feb 17 00:01:53.056 INFO O| Feb 17 00:01:53.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
61622026-02-17T00:01:55.046Z[ recovery-image] Feb 17 00:01:53.056 INFO O| Feb 17 00:01:53.056 INFO STEP 395 (remove_files) COMPLETE
61632026-02-17T00:01:55.053Z[ recovery-image] Feb 17 00:01:53.056 INFO O| Feb 17 00:01:53.056 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-02-17T00:01:55.060Z[ recovery-image] Feb 17 00:01:53.069 INFO O| Feb 17 00:01:53.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
61652026-02-17T00:01:55.060Z[ recovery-image] Feb 17 00:01:53.069 INFO O| Feb 17 00:01:53.069 INFO STEP 396 (remove_files) COMPLETE
61662026-02-17T00:01:55.061Z[ recovery-image] Feb 17 00:01:53.069 INFO O| Feb 17 00:01:53.069 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-02-17T00:01:55.071Z[ recovery-image] Feb 17 00:01:53.081 INFO O| Feb 17 00:01:53.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
61682026-02-17T00:01:55.071Z[ recovery-image] Feb 17 00:01:53.081 INFO O| Feb 17 00:01:53.081 INFO STEP 397 (remove_files) COMPLETE
61692026-02-17T00:01:55.071Z[ recovery-image] Feb 17 00:01:53.081 INFO O| Feb 17 00:01:53.081 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-02-17T00:01:55.083Z[ recovery-image] Feb 17 00:01:53.094 INFO O| Feb 17 00:01:53.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
61712026-02-17T00:01:55.083Z[ recovery-image] Feb 17 00:01:53.094 INFO O| Feb 17 00:01:53.094 INFO STEP 398 (remove_files) COMPLETE
61722026-02-17T00:01:55.089Z[ recovery-image] Feb 17 00:01:53.094 INFO O| Feb 17 00:01:53.094 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-02-17T00:01:55.097Z[ recovery-image] Feb 17 00:01:53.107 INFO O| Feb 17 00:01:53.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
61742026-02-17T00:01:55.100Z[ recovery-image] Feb 17 00:01:53.107 INFO O| Feb 17 00:01:53.107 INFO STEP 399 (remove_files) COMPLETE
61752026-02-17T00:01:55.100Z[ recovery-image] Feb 17 00:01:53.107 INFO O| Feb 17 00:01:53.107 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-02-17T00:01:55.110Z[ recovery-image] Feb 17 00:01:53.120 INFO O| Feb 17 00:01:53.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
61772026-02-17T00:01:55.110Z[ recovery-image] Feb 17 00:01:53.120 INFO O| Feb 17 00:01:53.120 INFO STEP 400 (remove_files) COMPLETE
61782026-02-17T00:01:55.118Z[ recovery-image] Feb 17 00:01:53.120 INFO O| Feb 17 00:01:53.120 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-02-17T00:01:55.123Z[ recovery-image] Feb 17 00:01:53.133 INFO O| Feb 17 00:01:53.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
61802026-02-17T00:01:55.123Z[ recovery-image] Feb 17 00:01:53.133 INFO O| Feb 17 00:01:53.133 INFO STEP 401 (remove_files) COMPLETE
61812026-02-17T00:01:55.123Z[ recovery-image] Feb 17 00:01:53.133 INFO O| Feb 17 00:01:53.133 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-02-17T00:01:55.136Z[ recovery-image] Feb 17 00:01:53.145 INFO O| Feb 17 00:01:53.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
61832026-02-17T00:01:55.136Z[ recovery-image] Feb 17 00:01:53.146 INFO O| Feb 17 00:01:53.145 INFO STEP 402 (remove_files) COMPLETE
61842026-02-17T00:01:55.139Z[ recovery-image] Feb 17 00:01:53.146 INFO O| Feb 17 00:01:53.146 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-02-17T00:01:55.148Z[ recovery-image] Feb 17 00:01:53.158 INFO O| Feb 17 00:01:53.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
61862026-02-17T00:01:55.148Z[ recovery-image] Feb 17 00:01:53.158 INFO O| Feb 17 00:01:53.158 INFO STEP 403 (remove_files) COMPLETE
61872026-02-17T00:01:55.148Z[ recovery-image] Feb 17 00:01:53.158 INFO O| Feb 17 00:01:53.158 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-02-17T00:01:55.160Z[ recovery-image] Feb 17 00:01:53.170 INFO O| Feb 17 00:01:53.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
61892026-02-17T00:01:55.160Z[ recovery-image] Feb 17 00:01:53.170 INFO O| Feb 17 00:01:53.170 INFO STEP 404 (remove_files) COMPLETE
61902026-02-17T00:01:55.160Z[ recovery-image] Feb 17 00:01:53.170 INFO O| Feb 17 00:01:53.170 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-02-17T00:01:55.177Z[ recovery-image] Feb 17 00:01:53.182 INFO O| Feb 17 00:01:53.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
61922026-02-17T00:01:55.177Z[ recovery-image] Feb 17 00:01:53.182 INFO O| Feb 17 00:01:53.182 INFO STEP 405 (remove_files) COMPLETE
61932026-02-17T00:01:55.177Z[ recovery-image] Feb 17 00:01:53.182 INFO O| Feb 17 00:01:53.182 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-02-17T00:01:55.184Z[ recovery-image] Feb 17 00:01:53.194 INFO O| Feb 17 00:01:53.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
61952026-02-17T00:01:55.184Z[ recovery-image] Feb 17 00:01:53.195 INFO O| Feb 17 00:01:53.195 INFO STEP 406 (remove_files) COMPLETE
61962026-02-17T00:01:55.184Z[ recovery-image] Feb 17 00:01:53.195 INFO O| Feb 17 00:01:53.195 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-02-17T00:01:55.197Z[ recovery-image] Feb 17 00:01:53.207 INFO O| Feb 17 00:01:53.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
61982026-02-17T00:01:55.197Z[ recovery-image] Feb 17 00:01:53.207 INFO O| Feb 17 00:01:53.207 INFO STEP 407 (remove_files) COMPLETE
61992026-02-17T00:01:55.197Z[ recovery-image] Feb 17 00:01:53.207 INFO O| Feb 17 00:01:53.207 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-02-17T00:01:55.209Z[ recovery-image] Feb 17 00:01:53.219 INFO O| Feb 17 00:01:53.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
62012026-02-17T00:01:55.209Z[ recovery-image] Feb 17 00:01:53.219 INFO O| Feb 17 00:01:53.219 INFO STEP 408 (remove_files) COMPLETE
62022026-02-17T00:01:55.212Z[ recovery-image] Feb 17 00:01:53.219 INFO O| Feb 17 00:01:53.219 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-02-17T00:01:55.221Z[ recovery-image] Feb 17 00:01:53.231 INFO O| Feb 17 00:01:53.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
62042026-02-17T00:01:55.221Z[ recovery-image] Feb 17 00:01:53.232 INFO O| Feb 17 00:01:53.231 INFO STEP 409 (remove_files) COMPLETE
62052026-02-17T00:01:55.221Z[ recovery-image] Feb 17 00:01:53.232 INFO O| Feb 17 00:01:53.232 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-02-17T00:01:55.239Z[ recovery-image] Feb 17 00:01:53.244 INFO O| Feb 17 00:01:53.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
62072026-02-17T00:01:55.239Z[ recovery-image] Feb 17 00:01:53.244 INFO O| Feb 17 00:01:53.244 INFO STEP 410 (remove_files) COMPLETE
62082026-02-17T00:01:55.239Z[ recovery-image] Feb 17 00:01:53.244 INFO O| Feb 17 00:01:53.244 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-02-17T00:01:55.247Z[ recovery-image] Feb 17 00:01:53.256 INFO O| Feb 17 00:01:53.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
62102026-02-17T00:01:55.248Z[ recovery-image] Feb 17 00:01:53.256 INFO O| Feb 17 00:01:53.256 INFO STEP 411 (remove_files) COMPLETE
62112026-02-17T00:01:55.251Z[ recovery-image] Feb 17 00:01:53.256 INFO O| Feb 17 00:01:53.256 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-17T00:01:55.257Z[ recovery-image] Feb 17 00:01:53.267 INFO O| Feb 17 00:01:53.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
62132026-02-17T00:01:55.257Z[ recovery-image] Feb 17 00:01:53.267 INFO O| Feb 17 00:01:53.267 INFO STEP 412 (remove_files) COMPLETE
62142026-02-17T00:01:55.258Z[ recovery-image] Feb 17 00:01:53.267 INFO O| Feb 17 00:01:53.267 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-17T00:01:55.269Z[ recovery-image] Feb 17 00:01:53.280 INFO O| Feb 17 00:01:53.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
62162026-02-17T00:01:55.269Z[ recovery-image] Feb 17 00:01:53.280 INFO O| Feb 17 00:01:53.280 INFO STEP 413 (remove_files) COMPLETE
62172026-02-17T00:01:55.274Z[ recovery-image] Feb 17 00:01:53.280 INFO O| Feb 17 00:01:53.280 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-17T00:01:55.283Z[ recovery-image] Feb 17 00:01:53.292 INFO O| Feb 17 00:01:53.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
62192026-02-17T00:01:55.283Z[ recovery-image] Feb 17 00:01:53.292 INFO O| Feb 17 00:01:53.292 INFO STEP 414 (remove_files) COMPLETE
62202026-02-17T00:01:55.288Z[ recovery-image] Feb 17 00:01:53.292 INFO O| Feb 17 00:01:53.292 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-17T00:01:55.293Z[ recovery-image] Feb 17 00:01:53.304 INFO O| Feb 17 00:01:53.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
62222026-02-17T00:01:55.293Z[ recovery-image] Feb 17 00:01:53.304 INFO O| Feb 17 00:01:53.304 INFO STEP 415 (remove_files) COMPLETE
62232026-02-17T00:01:55.298Z[ recovery-image] Feb 17 00:01:53.304 INFO O| Feb 17 00:01:53.304 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-02-17T00:01:55.306Z[ recovery-image] Feb 17 00:01:53.316 INFO O| Feb 17 00:01:53.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
62252026-02-17T00:01:55.306Z[ recovery-image] Feb 17 00:01:53.316 INFO O| Feb 17 00:01:53.316 INFO STEP 416 (remove_files) COMPLETE
62262026-02-17T00:01:55.310Z[ recovery-image] Feb 17 00:01:53.316 INFO O| Feb 17 00:01:53.316 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-02-17T00:01:55.318Z[ recovery-image] Feb 17 00:01:53.328 INFO O| Feb 17 00:01:53.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
62282026-02-17T00:01:55.323Z[ recovery-image] Feb 17 00:01:53.328 INFO O| Feb 17 00:01:53.328 INFO STEP 417 (remove_files) COMPLETE
62292026-02-17T00:01:55.323Z[ recovery-image] Feb 17 00:01:53.329 INFO O| Feb 17 00:01:53.328 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-02-17T00:01:55.335Z[ recovery-image] Feb 17 00:01:53.341 INFO O| Feb 17 00:01:53.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
62312026-02-17T00:01:55.336Z[ recovery-image] Feb 17 00:01:53.341 INFO O| Feb 17 00:01:53.341 INFO STEP 418 (remove_files) COMPLETE
62322026-02-17T00:01:55.336Z[ recovery-image] Feb 17 00:01:53.341 INFO O| Feb 17 00:01:53.341 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-02-17T00:01:55.342Z[ recovery-image] Feb 17 00:01:53.352 INFO O| Feb 17 00:01:53.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
62342026-02-17T00:01:55.342Z[ recovery-image] Feb 17 00:01:53.353 INFO O| Feb 17 00:01:53.352 INFO STEP 419 (remove_files) COMPLETE
62352026-02-17T00:01:55.342Z[ recovery-image] Feb 17 00:01:53.353 INFO O| Feb 17 00:01:53.352 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-02-17T00:01:55.357Z[ recovery-image] Feb 17 00:01:53.365 INFO O| Feb 17 00:01:53.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
62372026-02-17T00:01:55.357Z[ recovery-image] Feb 17 00:01:53.365 INFO O| Feb 17 00:01:53.365 INFO STEP 420 (remove_files) COMPLETE
62382026-02-17T00:01:55.357Z[ recovery-image] Feb 17 00:01:53.365 INFO O| Feb 17 00:01:53.365 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-02-17T00:01:55.367Z[ recovery-image] Feb 17 00:01:53.376 INFO O| Feb 17 00:01:53.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
62402026-02-17T00:01:55.367Z[ recovery-image] Feb 17 00:01:53.377 INFO O| Feb 17 00:01:53.377 INFO STEP 421 (remove_files) COMPLETE
62412026-02-17T00:01:55.371Z[ recovery-image] Feb 17 00:01:53.377 INFO O| Feb 17 00:01:53.377 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-02-17T00:01:55.379Z[ recovery-image] Feb 17 00:01:53.390 INFO O| Feb 17 00:01:53.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
62432026-02-17T00:01:55.379Z[ recovery-image] Feb 17 00:01:53.390 INFO O| Feb 17 00:01:53.390 INFO STEP 422 (remove_files) COMPLETE
62442026-02-17T00:01:55.379Z[ recovery-image] Feb 17 00:01:53.390 INFO O| Feb 17 00:01:53.390 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-02-17T00:01:55.395Z[ recovery-image] Feb 17 00:01:53.402 INFO O| Feb 17 00:01:53.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
62462026-02-17T00:01:55.395Z[ recovery-image] Feb 17 00:01:53.402 INFO O| Feb 17 00:01:53.402 INFO STEP 423 (remove_files) COMPLETE
62472026-02-17T00:01:55.395Z[ recovery-image] Feb 17 00:01:53.402 INFO O| Feb 17 00:01:53.402 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-02-17T00:01:55.406Z[ recovery-image] Feb 17 00:01:53.415 INFO O| Feb 17 00:01:53.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
62492026-02-17T00:01:55.411Z[ recovery-image] Feb 17 00:01:53.415 INFO O| Feb 17 00:01:53.415 INFO STEP 424 (remove_files) COMPLETE
62502026-02-17T00:01:55.411Z[ recovery-image] Feb 17 00:01:53.415 INFO O| Feb 17 00:01:53.415 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-02-17T00:01:55.417Z[ recovery-image] Feb 17 00:01:53.428 INFO O| Feb 17 00:01:53.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
62522026-02-17T00:01:55.417Z[ recovery-image] Feb 17 00:01:53.428 INFO O| Feb 17 00:01:53.428 INFO STEP 425 (remove_files) COMPLETE
62532026-02-17T00:01:55.417Z[ recovery-image] Feb 17 00:01:53.428 INFO O| Feb 17 00:01:53.428 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-02-17T00:01:55.430Z[ recovery-image] Feb 17 00:01:53.440 INFO O| Feb 17 00:01:53.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
62552026-02-17T00:01:55.430Z[ recovery-image] Feb 17 00:01:53.440 INFO O| Feb 17 00:01:53.440 INFO STEP 426 (remove_files) COMPLETE
62562026-02-17T00:01:55.430Z[ recovery-image] Feb 17 00:01:53.440 INFO O| Feb 17 00:01:53.440 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-02-17T00:01:55.445Z[ recovery-image] Feb 17 00:01:53.452 INFO O| Feb 17 00:01:53.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
62582026-02-17T00:01:55.445Z[ recovery-image] Feb 17 00:01:53.453 INFO O| Feb 17 00:01:53.453 INFO STEP 427 (remove_files) COMPLETE
62592026-02-17T00:01:55.445Z[ recovery-image] Feb 17 00:01:53.453 INFO O| Feb 17 00:01:53.453 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-02-17T00:01:55.459Z[ recovery-image] Feb 17 00:01:53.465 INFO O| Feb 17 00:01:53.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
62612026-02-17T00:01:55.459Z[ recovery-image] Feb 17 00:01:53.465 INFO O| Feb 17 00:01:53.465 INFO STEP 428 (remove_files) COMPLETE
62622026-02-17T00:01:55.459Z[ recovery-image] Feb 17 00:01:53.465 INFO O| Feb 17 00:01:53.465 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-02-17T00:01:55.467Z[ recovery-image] Feb 17 00:01:53.478 INFO O| Feb 17 00:01:53.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
62642026-02-17T00:01:55.467Z[ recovery-image] Feb 17 00:01:53.478 INFO O| Feb 17 00:01:53.478 INFO STEP 429 (remove_files) COMPLETE
62652026-02-17T00:01:55.471Z[ recovery-image] Feb 17 00:01:53.478 INFO O| Feb 17 00:01:53.478 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-02-17T00:01:55.480Z[ recovery-image] Feb 17 00:01:53.490 INFO O| Feb 17 00:01:53.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
62672026-02-17T00:01:55.480Z[ recovery-image] Feb 17 00:01:53.490 INFO O| Feb 17 00:01:53.490 INFO STEP 430 (remove_files) COMPLETE
62682026-02-17T00:01:55.480Z[ recovery-image] Feb 17 00:01:53.490 INFO O| Feb 17 00:01:53.490 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-02-17T00:01:55.494Z[ recovery-image] Feb 17 00:01:53.502 INFO O| Feb 17 00:01:53.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
62702026-02-17T00:01:55.494Z[ recovery-image] Feb 17 00:01:53.502 INFO O| Feb 17 00:01:53.502 INFO STEP 431 (remove_files) COMPLETE
62712026-02-17T00:01:55.498Z[ recovery-image] Feb 17 00:01:53.502 INFO O| Feb 17 00:01:53.502 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-02-17T00:01:55.506Z[ recovery-image] Feb 17 00:01:53.514 INFO O| Feb 17 00:01:53.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
62732026-02-17T00:01:55.506Z[ recovery-image] Feb 17 00:01:53.514 INFO O| Feb 17 00:01:53.514 INFO STEP 432 (remove_files) COMPLETE
62742026-02-17T00:01:55.506Z[ recovery-image] Feb 17 00:01:53.514 INFO O| Feb 17 00:01:53.514 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-02-17T00:01:55.517Z[ recovery-image] Feb 17 00:01:53.526 INFO O| Feb 17 00:01:53.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
62762026-02-17T00:01:55.517Z[ recovery-image] Feb 17 00:01:53.527 INFO O| Feb 17 00:01:53.526 INFO STEP 433 (remove_files) COMPLETE
62772026-02-17T00:01:55.518Z[ recovery-image] Feb 17 00:01:53.527 INFO O| Feb 17 00:01:53.527 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-02-17T00:01:55.538Z[ recovery-image] Feb 17 00:01:53.539 INFO O| Feb 17 00:01:53.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
62792026-02-17T00:01:55.538Z[ recovery-image] Feb 17 00:01:53.539 INFO O| Feb 17 00:01:53.539 INFO STEP 434 (remove_files) COMPLETE
62802026-02-17T00:01:55.538Z[ recovery-image] Feb 17 00:01:53.539 INFO O| Feb 17 00:01:53.539 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-02-17T00:01:55.542Z[ recovery-image] Feb 17 00:01:53.552 INFO O| Feb 17 00:01:53.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
62822026-02-17T00:01:55.542Z[ recovery-image] Feb 17 00:01:53.552 INFO O| Feb 17 00:01:53.552 INFO STEP 435 (remove_files) COMPLETE
62832026-02-17T00:01:55.542Z[ recovery-image] Feb 17 00:01:53.552 INFO O| Feb 17 00:01:53.552 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-02-17T00:01:55.556Z[ recovery-image] Feb 17 00:01:53.564 INFO O| Feb 17 00:01:53.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
62852026-02-17T00:01:55.556Z[ recovery-image] Feb 17 00:01:53.564 INFO O| Feb 17 00:01:53.564 INFO STEP 436 (remove_files) COMPLETE
62862026-02-17T00:01:55.556Z[ recovery-image] Feb 17 00:01:53.564 INFO O| Feb 17 00:01:53.564 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-02-17T00:01:55.566Z[ recovery-image] Feb 17 00:01:53.576 INFO O| Feb 17 00:01:53.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
62882026-02-17T00:01:55.566Z[ recovery-image] Feb 17 00:01:53.577 INFO O| Feb 17 00:01:53.577 INFO STEP 437 (remove_files) COMPLETE
62892026-02-17T00:01:55.566Z[ recovery-image] Feb 17 00:01:53.577 INFO O| Feb 17 00:01:53.577 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-02-17T00:01:55.579Z[ recovery-image] Feb 17 00:01:53.589 INFO O| Feb 17 00:01:53.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
62912026-02-17T00:01:55.579Z[ recovery-image] Feb 17 00:01:53.589 INFO O| Feb 17 00:01:53.589 INFO STEP 438 (remove_files) COMPLETE
62922026-02-17T00:01:55.579Z[ recovery-image] Feb 17 00:01:53.589 INFO O| Feb 17 00:01:53.589 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-02-17T00:01:55.594Z[ recovery-image] Feb 17 00:01:53.602 INFO O| Feb 17 00:01:53.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
62942026-02-17T00:01:55.595Z[ recovery-image] Feb 17 00:01:53.602 INFO O| Feb 17 00:01:53.602 INFO STEP 439 (remove_files) COMPLETE
62952026-02-17T00:01:55.595Z[ recovery-image] Feb 17 00:01:53.602 INFO O| Feb 17 00:01:53.602 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-02-17T00:01:55.607Z[ recovery-image] Feb 17 00:01:53.614 INFO O| Feb 17 00:01:53.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
62972026-02-17T00:01:55.607Z[ recovery-image] Feb 17 00:01:53.614 INFO O| Feb 17 00:01:53.614 INFO STEP 440 (remove_files) COMPLETE
62982026-02-17T00:01:55.607Z[ recovery-image] Feb 17 00:01:53.614 INFO O| Feb 17 00:01:53.614 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-02-17T00:01:55.616Z[ recovery-image] Feb 17 00:01:53.626 INFO O| Feb 17 00:01:53.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
63002026-02-17T00:01:55.616Z[ recovery-image] Feb 17 00:01:53.626 INFO O| Feb 17 00:01:53.626 INFO STEP 441 (remove_files) COMPLETE
63012026-02-17T00:01:55.620Z[ recovery-image] Feb 17 00:01:53.626 INFO O| Feb 17 00:01:53.626 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-02-17T00:01:55.634Z[ recovery-image] Feb 17 00:01:53.639 INFO O| Feb 17 00:01:53.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
63032026-02-17T00:01:55.634Z[ recovery-image] Feb 17 00:01:53.639 INFO O| Feb 17 00:01:53.639 INFO STEP 442 (remove_files) COMPLETE
63042026-02-17T00:01:55.634Z[ recovery-image] Feb 17 00:01:53.639 INFO O| Feb 17 00:01:53.639 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-02-17T00:01:55.642Z[ recovery-image] Feb 17 00:01:53.651 INFO O| Feb 17 00:01:53.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
63062026-02-17T00:01:55.642Z[ recovery-image] Feb 17 00:01:53.651 INFO O| Feb 17 00:01:53.651 INFO STEP 443 (remove_files) COMPLETE
63072026-02-17T00:01:55.642Z[ recovery-image] Feb 17 00:01:53.651 INFO O| Feb 17 00:01:53.651 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-02-17T00:01:55.656Z[ recovery-image] Feb 17 00:01:53.663 INFO O| Feb 17 00:01:53.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
63092026-02-17T00:01:55.656Z[ recovery-image] Feb 17 00:01:53.664 INFO O| Feb 17 00:01:53.664 INFO STEP 444 (remove_files) COMPLETE
63102026-02-17T00:01:55.656Z[ recovery-image] Feb 17 00:01:53.664 INFO O| Feb 17 00:01:53.664 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-02-17T00:01:55.666Z[ recovery-image] Feb 17 00:01:53.676 INFO O| Feb 17 00:01:53.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
63122026-02-17T00:01:55.666Z[ recovery-image] Feb 17 00:01:53.676 INFO O| Feb 17 00:01:53.676 INFO STEP 445 (remove_files) COMPLETE
63132026-02-17T00:01:55.666Z[ recovery-image] Feb 17 00:01:53.676 INFO O| Feb 17 00:01:53.676 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-02-17T00:01:55.677Z[ recovery-image] Feb 17 00:01:53.688 INFO O| Feb 17 00:01:53.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
63152026-02-17T00:01:55.677Z[ recovery-image] Feb 17 00:01:53.688 INFO O| Feb 17 00:01:53.688 INFO STEP 446 (remove_files) COMPLETE
63162026-02-17T00:01:55.681Z[ recovery-image] Feb 17 00:01:53.688 INFO O| Feb 17 00:01:53.688 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-02-17T00:01:55.692Z[ recovery-image] Feb 17 00:01:53.700 INFO O| Feb 17 00:01:53.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
63182026-02-17T00:01:55.692Z[ recovery-image] Feb 17 00:01:53.701 INFO O| Feb 17 00:01:53.701 INFO STEP 447 (remove_files) COMPLETE
63192026-02-17T00:01:55.699Z[ recovery-image] Feb 17 00:01:53.701 INFO O| Feb 17 00:01:53.701 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-02-17T00:01:55.705Z[ recovery-image] Feb 17 00:01:53.713 INFO O| Feb 17 00:01:53.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
63212026-02-17T00:01:55.705Z[ recovery-image] Feb 17 00:01:53.713 INFO O| Feb 17 00:01:53.713 INFO STEP 448 (remove_files) COMPLETE
63222026-02-17T00:01:55.705Z[ recovery-image] Feb 17 00:01:53.713 INFO O| Feb 17 00:01:53.713 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-02-17T00:01:55.715Z[ recovery-image] Feb 17 00:01:53.725 INFO O| Feb 17 00:01:53.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
63242026-02-17T00:01:55.715Z[ recovery-image] Feb 17 00:01:53.725 INFO O| Feb 17 00:01:53.725 INFO STEP 449 (remove_files) COMPLETE
63252026-02-17T00:01:55.720Z[ recovery-image] Feb 17 00:01:53.725 INFO O| Feb 17 00:01:53.725 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-02-17T00:01:55.727Z[ recovery-image] Feb 17 00:01:53.737 INFO O| Feb 17 00:01:53.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
63272026-02-17T00:01:55.727Z[ recovery-image] Feb 17 00:01:53.737 INFO O| Feb 17 00:01:53.737 INFO STEP 450 (remove_files) COMPLETE
63282026-02-17T00:01:55.727Z[ recovery-image] Feb 17 00:01:53.737 INFO O| Feb 17 00:01:53.737 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-02-17T00:01:55.740Z[ recovery-image] Feb 17 00:01:53.749 INFO O| Feb 17 00:01:53.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
63302026-02-17T00:01:55.743Z[ recovery-image] Feb 17 00:01:53.750 INFO O| Feb 17 00:01:53.750 INFO STEP 451 (remove_files) COMPLETE
63312026-02-17T00:01:55.743Z[ recovery-image] Feb 17 00:01:53.750 INFO O| Feb 17 00:01:53.750 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-02-17T00:01:55.751Z[ recovery-image] Feb 17 00:01:53.762 INFO O| Feb 17 00:01:53.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
63332026-02-17T00:01:55.751Z[ recovery-image] Feb 17 00:01:53.762 INFO O| Feb 17 00:01:53.762 INFO STEP 452 (remove_files) COMPLETE
63342026-02-17T00:01:55.751Z[ recovery-image] Feb 17 00:01:53.762 INFO O| Feb 17 00:01:53.762 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-02-17T00:01:55.764Z[ recovery-image] Feb 17 00:01:53.774 INFO O| Feb 17 00:01:53.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
63362026-02-17T00:01:55.764Z[ recovery-image] Feb 17 00:01:53.774 INFO O| Feb 17 00:01:53.774 INFO STEP 453 (remove_files) COMPLETE
63372026-02-17T00:01:55.764Z[ recovery-image] Feb 17 00:01:53.774 INFO O| Feb 17 00:01:53.774 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-02-17T00:01:55.776Z[ recovery-image] Feb 17 00:01:53.786 INFO O| Feb 17 00:01:53.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
63392026-02-17T00:01:55.776Z[ recovery-image] Feb 17 00:01:53.786 INFO O| Feb 17 00:01:53.786 INFO STEP 454 (remove_files) COMPLETE
63402026-02-17T00:01:55.776Z[ recovery-image] Feb 17 00:01:53.786 INFO O| Feb 17 00:01:53.786 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-02-17T00:01:55.788Z[ recovery-image] Feb 17 00:01:53.799 INFO O| Feb 17 00:01:53.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
63422026-02-17T00:01:55.793Z[ recovery-image] Feb 17 00:01:53.800 INFO O| Feb 17 00:01:53.800 INFO STEP 455 (remove_files) COMPLETE
63432026-02-17T00:01:55.793Z[ recovery-image] Feb 17 00:01:53.800 INFO O| Feb 17 00:01:53.800 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-02-17T00:01:55.802Z[ recovery-image] Feb 17 00:01:53.812 INFO O| Feb 17 00:01:53.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
63452026-02-17T00:01:55.802Z[ recovery-image] Feb 17 00:01:53.812 INFO O| Feb 17 00:01:53.812 INFO STEP 456 (remove_files) COMPLETE
63462026-02-17T00:01:55.806Z[ recovery-image] Feb 17 00:01:53.812 INFO O| Feb 17 00:01:53.812 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-02-17T00:01:55.815Z[ recovery-image] Feb 17 00:01:53.825 INFO O| Feb 17 00:01:53.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
63482026-02-17T00:01:55.815Z[ recovery-image] Feb 17 00:01:53.825 INFO O| Feb 17 00:01:53.825 INFO STEP 457 (remove_files) COMPLETE
63492026-02-17T00:01:55.815Z[ recovery-image] Feb 17 00:01:53.825 INFO O| Feb 17 00:01:53.825 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-02-17T00:01:55.827Z[ recovery-image] Feb 17 00:01:53.838 INFO O| Feb 17 00:01:53.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
63512026-02-17T00:01:55.827Z[ recovery-image] Feb 17 00:01:53.838 INFO O| Feb 17 00:01:53.838 INFO STEP 458 (remove_files) COMPLETE
63522026-02-17T00:01:55.827Z[ recovery-image] Feb 17 00:01:53.838 INFO O| Feb 17 00:01:53.838 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532026-02-17T00:01:55.844Z[ recovery-image] Feb 17 00:01:53.850 INFO O| Feb 17 00:01:53.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
63542026-02-17T00:01:55.844Z[ recovery-image] Feb 17 00:01:53.850 INFO O| Feb 17 00:01:53.850 INFO STEP 459 (remove_files) COMPLETE
63552026-02-17T00:01:55.844Z[ recovery-image] Feb 17 00:01:53.850 INFO O| Feb 17 00:01:53.850 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562026-02-17T00:01:55.852Z[ recovery-image] Feb 17 00:01:53.863 INFO O| Feb 17 00:01:53.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
63572026-02-17T00:01:55.852Z[ recovery-image] Feb 17 00:01:53.863 INFO O| Feb 17 00:01:53.863 INFO STEP 460 (remove_files) COMPLETE
63582026-02-17T00:01:55.852Z[ recovery-image] Feb 17 00:01:53.863 INFO O| Feb 17 00:01:53.863 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-02-17T00:01:55.866Z[ recovery-image] Feb 17 00:01:53.875 INFO O| Feb 17 00:01:53.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
63602026-02-17T00:01:55.866Z[ recovery-image] Feb 17 00:01:53.876 INFO O| Feb 17 00:01:53.876 INFO STEP 461 (remove_files) COMPLETE
63612026-02-17T00:01:55.869Z[ recovery-image] Feb 17 00:01:53.876 INFO O| Feb 17 00:01:53.876 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-02-17T00:01:55.878Z[ recovery-image] Feb 17 00:01:53.888 INFO O| Feb 17 00:01:53.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
63632026-02-17T00:01:55.878Z[ recovery-image] Feb 17 00:01:53.889 INFO O| Feb 17 00:01:53.889 INFO STEP 462 (remove_files) COMPLETE
63642026-02-17T00:01:55.878Z[ recovery-image] Feb 17 00:01:53.889 INFO O| Feb 17 00:01:53.889 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-02-17T00:01:55.890Z[ recovery-image] Feb 17 00:01:53.901 INFO O| Feb 17 00:01:53.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
63662026-02-17T00:01:55.891Z[ recovery-image] Feb 17 00:01:53.901 INFO O| Feb 17 00:01:53.901 INFO STEP 463 (remove_files) COMPLETE
63672026-02-17T00:01:55.891Z[ recovery-image] Feb 17 00:01:53.901 INFO O| Feb 17 00:01:53.901 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-02-17T00:01:55.905Z[ recovery-image] Feb 17 00:01:53.913 INFO O| Feb 17 00:01:53.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
63692026-02-17T00:01:55.908Z[ recovery-image] Feb 17 00:01:53.913 INFO O| Feb 17 00:01:53.913 INFO STEP 464 (remove_files) COMPLETE
63702026-02-17T00:01:55.908Z[ recovery-image] Feb 17 00:01:53.913 INFO O| Feb 17 00:01:53.913 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-02-17T00:01:55.915Z[ recovery-image] Feb 17 00:01:53.925 INFO O| Feb 17 00:01:53.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
63722026-02-17T00:01:55.918Z[ recovery-image] Feb 17 00:01:53.925 INFO O| Feb 17 00:01:53.925 INFO STEP 465 (remove_files) COMPLETE
63732026-02-17T00:01:55.918Z[ recovery-image] Feb 17 00:01:53.925 INFO O| Feb 17 00:01:53.925 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-02-17T00:01:55.929Z[ recovery-image] Feb 17 00:01:53.938 INFO O| Feb 17 00:01:53.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
63752026-02-17T00:01:55.930Z[ recovery-image] Feb 17 00:01:53.938 INFO O| Feb 17 00:01:53.938 INFO STEP 466 (remove_files) COMPLETE
63762026-02-17T00:01:55.930Z[ recovery-image] Feb 17 00:01:53.939 INFO O| Feb 17 00:01:53.938 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-02-17T00:01:55.941Z[ recovery-image] Feb 17 00:01:53.952 INFO O| Feb 17 00:01:53.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
63782026-02-17T00:01:55.941Z[ recovery-image] Feb 17 00:01:53.952 INFO O| Feb 17 00:01:53.952 INFO STEP 467 (remove_files) COMPLETE
63792026-02-17T00:01:55.941Z[ recovery-image] Feb 17 00:01:53.952 INFO O| Feb 17 00:01:53.952 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-02-17T00:01:55.955Z[ recovery-image] Feb 17 00:01:53.965 INFO O| Feb 17 00:01:53.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
63812026-02-17T00:01:55.955Z[ recovery-image] Feb 17 00:01:53.965 INFO O| Feb 17 00:01:53.965 INFO STEP 468 (remove_files) COMPLETE
63822026-02-17T00:01:55.955Z[ recovery-image] Feb 17 00:01:53.965 INFO O| Feb 17 00:01:53.965 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-02-17T00:01:55.969Z[ recovery-image] Feb 17 00:01:53.978 INFO O| Feb 17 00:01:53.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
63842026-02-17T00:01:55.969Z[ recovery-image] Feb 17 00:01:53.978 INFO O| Feb 17 00:01:53.978 INFO STEP 469 (remove_files) COMPLETE
63852026-02-17T00:01:55.973Z[ recovery-image] Feb 17 00:01:53.978 INFO O| Feb 17 00:01:53.978 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-02-17T00:01:55.981Z[ recovery-image] Feb 17 00:01:53.991 INFO O| Feb 17 00:01:53.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
63872026-02-17T00:01:55.985Z[ recovery-image] Feb 17 00:01:53.992 INFO O| Feb 17 00:01:53.992 INFO STEP 470 (remove_files) COMPLETE
63882026-02-17T00:01:55.985Z[ recovery-image] Feb 17 00:01:53.992 INFO O| Feb 17 00:01:53.992 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-02-17T00:01:55.998Z[ recovery-image] Feb 17 00:01:54.005 INFO O| Feb 17 00:01:54.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
63902026-02-17T00:01:55.998Z[ recovery-image] Feb 17 00:01:54.005 INFO O| Feb 17 00:01:54.005 INFO STEP 471 (remove_files) COMPLETE
63912026-02-17T00:01:55.998Z[ recovery-image] Feb 17 00:01:54.005 INFO O| Feb 17 00:01:54.005 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-02-17T00:01:56.009Z[ recovery-image] Feb 17 00:01:54.019 INFO O| Feb 17 00:01:54.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
63932026-02-17T00:01:56.009Z[ recovery-image] Feb 17 00:01:54.020 INFO O| Feb 17 00:01:54.019 INFO STEP 472 (remove_files) COMPLETE
63942026-02-17T00:01:56.009Z[ recovery-image] Feb 17 00:01:54.020 INFO O| Feb 17 00:01:54.020 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-02-17T00:01:56.025Z[ recovery-image] Feb 17 00:01:54.032 INFO O| Feb 17 00:01:54.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
63962026-02-17T00:01:56.026Z[ recovery-image] Feb 17 00:01:54.032 INFO O| Feb 17 00:01:54.032 INFO STEP 473 (remove_files) COMPLETE
63972026-02-17T00:01:56.026Z[ recovery-image] Feb 17 00:01:54.032 INFO O| Feb 17 00:01:54.032 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-02-17T00:01:56.037Z[ recovery-image] Feb 17 00:01:54.046 INFO O| Feb 17 00:01:54.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
63992026-02-17T00:01:56.037Z[ recovery-image] Feb 17 00:01:54.046 INFO O| Feb 17 00:01:54.046 INFO STEP 474 (remove_files) COMPLETE
64002026-02-17T00:01:56.040Z[ recovery-image] Feb 17 00:01:54.046 INFO O| Feb 17 00:01:54.046 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-02-17T00:01:56.050Z[ recovery-image] Feb 17 00:01:54.059 INFO O| Feb 17 00:01:54.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
64022026-02-17T00:01:56.050Z[ recovery-image] Feb 17 00:01:54.059 INFO O| Feb 17 00:01:54.059 INFO STEP 475 (remove_files) COMPLETE
64032026-02-17T00:01:56.050Z[ recovery-image] Feb 17 00:01:54.059 INFO O| Feb 17 00:01:54.059 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-02-17T00:01:56.063Z[ recovery-image] Feb 17 00:01:54.072 INFO O| Feb 17 00:01:54.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
64052026-02-17T00:01:56.063Z[ recovery-image] Feb 17 00:01:54.072 INFO O| Feb 17 00:01:54.072 INFO STEP 476 (remove_files) COMPLETE
64062026-02-17T00:01:56.063Z[ recovery-image] Feb 17 00:01:54.072 INFO O| Feb 17 00:01:54.072 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-02-17T00:01:56.074Z[ recovery-image] Feb 17 00:01:54.085 INFO O| Feb 17 00:01:54.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
64082026-02-17T00:01:56.074Z[ recovery-image] Feb 17 00:01:54.085 INFO O| Feb 17 00:01:54.085 INFO STEP 477 (remove_files) COMPLETE
64092026-02-17T00:01:56.074Z[ recovery-image] Feb 17 00:01:54.085 INFO O| Feb 17 00:01:54.085 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-02-17T00:01:56.087Z[ recovery-image] Feb 17 00:01:54.097 INFO O| Feb 17 00:01:54.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
64112026-02-17T00:01:56.092Z[ recovery-image] Feb 17 00:01:54.098 INFO O| Feb 17 00:01:54.098 INFO STEP 478 (remove_files) COMPLETE
64122026-02-17T00:01:56.092Z[ recovery-image] Feb 17 00:01:54.098 INFO O| Feb 17 00:01:54.098 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-02-17T00:01:56.101Z[ recovery-image] Feb 17 00:01:54.110 INFO O| Feb 17 00:01:54.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
64142026-02-17T00:01:56.101Z[ recovery-image] Feb 17 00:01:54.110 INFO O| Feb 17 00:01:54.110 INFO STEP 479 (remove_files) COMPLETE
64152026-02-17T00:01:56.102Z[ recovery-image] Feb 17 00:01:54.110 INFO O| Feb 17 00:01:54.110 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-02-17T00:01:56.119Z[ recovery-image] Feb 17 00:01:54.123 INFO O| Feb 17 00:01:54.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
64172026-02-17T00:01:56.119Z[ recovery-image] Feb 17 00:01:54.124 INFO O| Feb 17 00:01:54.124 INFO STEP 480 (remove_files) COMPLETE
64182026-02-17T00:01:56.119Z[ recovery-image] Feb 17 00:01:54.124 INFO O| Feb 17 00:01:54.124 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-02-17T00:01:56.131Z[ recovery-image] Feb 17 00:01:54.140 INFO O| Feb 17 00:01:54.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
64202026-02-17T00:01:56.131Z[ recovery-image] Feb 17 00:01:54.140 INFO O| Feb 17 00:01:54.140 INFO STEP 481 (remove_files) COMPLETE
64212026-02-17T00:01:56.136Z[ recovery-image] Feb 17 00:01:54.140 INFO O| Feb 17 00:01:54.140 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-02-17T00:01:56.145Z[ recovery-image] Feb 17 00:01:54.155 INFO O| Feb 17 00:01:54.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
64232026-02-17T00:01:56.145Z[ recovery-image] Feb 17 00:01:54.155 INFO O| Feb 17 00:01:54.155 INFO STEP 482 (remove_files) COMPLETE
64242026-02-17T00:01:56.145Z[ recovery-image] Feb 17 00:01:54.155 INFO O| Feb 17 00:01:54.155 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-02-17T00:01:56.161Z[ recovery-image] Feb 17 00:01:54.169 INFO O| Feb 17 00:01:54.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
64262026-02-17T00:01:56.161Z[ recovery-image] Feb 17 00:01:54.169 INFO O| Feb 17 00:01:54.169 INFO STEP 483 (remove_files) COMPLETE
64272026-02-17T00:01:56.161Z[ recovery-image] Feb 17 00:01:54.169 INFO O| Feb 17 00:01:54.169 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-02-17T00:01:56.174Z[ recovery-image] Feb 17 00:01:54.182 INFO O| Feb 17 00:01:54.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
64292026-02-17T00:01:56.174Z[ recovery-image] Feb 17 00:01:54.183 INFO O| Feb 17 00:01:54.182 INFO STEP 484 (remove_files) COMPLETE
64302026-02-17T00:01:56.174Z[ recovery-image] Feb 17 00:01:54.183 INFO O| Feb 17 00:01:54.183 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-02-17T00:01:56.186Z[ recovery-image] Feb 17 00:01:54.196 INFO O| Feb 17 00:01:54.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
64322026-02-17T00:01:56.186Z[ recovery-image] Feb 17 00:01:54.196 INFO O| Feb 17 00:01:54.196 INFO STEP 485 (remove_files) COMPLETE
64332026-02-17T00:01:56.186Z[ recovery-image] Feb 17 00:01:54.196 INFO O| Feb 17 00:01:54.196 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-02-17T00:01:56.201Z[ recovery-image] Feb 17 00:01:54.210 INFO O| Feb 17 00:01:54.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
64352026-02-17T00:01:56.201Z[ recovery-image] Feb 17 00:01:54.210 INFO O| Feb 17 00:01:54.210 INFO STEP 486 (remove_files) COMPLETE
64362026-02-17T00:01:56.201Z[ recovery-image] Feb 17 00:01:54.210 INFO O| Feb 17 00:01:54.210 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-02-17T00:01:56.218Z[ recovery-image] Feb 17 00:01:54.224 INFO O| Feb 17 00:01:54.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
64382026-02-17T00:01:56.218Z[ recovery-image] Feb 17 00:01:54.224 INFO O| Feb 17 00:01:54.224 INFO STEP 487 (remove_files) COMPLETE
64392026-02-17T00:01:56.222Z[ recovery-image] Feb 17 00:01:54.224 INFO O| Feb 17 00:01:54.224 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-02-17T00:01:56.229Z[ recovery-image] Feb 17 00:01:54.237 INFO O| Feb 17 00:01:54.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
64412026-02-17T00:01:56.229Z[ recovery-image] Feb 17 00:01:54.237 INFO O| Feb 17 00:01:54.237 INFO STEP 488 (remove_files) COMPLETE
64422026-02-17T00:01:56.229Z[ recovery-image] Feb 17 00:01:54.237 INFO O| Feb 17 00:01:54.237 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-02-17T00:01:56.241Z[ recovery-image] Feb 17 00:01:54.250 INFO O| Feb 17 00:01:54.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
64442026-02-17T00:01:56.241Z[ recovery-image] Feb 17 00:01:54.250 INFO O| Feb 17 00:01:54.250 INFO STEP 489 (remove_files) COMPLETE
64452026-02-17T00:01:56.241Z[ recovery-image] Feb 17 00:01:54.250 INFO O| Feb 17 00:01:54.250 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-02-17T00:01:56.259Z[ recovery-image] Feb 17 00:01:54.263 INFO O| Feb 17 00:01:54.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
64472026-02-17T00:01:56.259Z[ recovery-image] Feb 17 00:01:54.263 INFO O| Feb 17 00:01:54.263 INFO STEP 490 (remove_files) COMPLETE
64482026-02-17T00:01:56.259Z[ recovery-image] Feb 17 00:01:54.263 INFO O| Feb 17 00:01:54.263 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-02-17T00:01:56.269Z[ recovery-image] Feb 17 00:01:54.277 INFO O| Feb 17 00:01:54.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
64502026-02-17T00:01:56.269Z[ recovery-image] Feb 17 00:01:54.277 INFO O| Feb 17 00:01:54.277 INFO STEP 491 (remove_files) COMPLETE
64512026-02-17T00:01:56.269Z[ recovery-image] Feb 17 00:01:54.277 INFO O| Feb 17 00:01:54.277 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-02-17T00:01:56.280Z[ recovery-image] Feb 17 00:01:54.290 INFO O| Feb 17 00:01:54.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
64532026-02-17T00:01:56.280Z[ recovery-image] Feb 17 00:01:54.290 INFO O| Feb 17 00:01:54.290 INFO STEP 492 (remove_files) COMPLETE
64542026-02-17T00:01:56.280Z[ recovery-image] Feb 17 00:01:54.290 INFO O| Feb 17 00:01:54.290 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-02-17T00:01:56.292Z[ recovery-image] Feb 17 00:01:54.303 INFO O| Feb 17 00:01:54.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
64562026-02-17T00:01:56.307Z[ recovery-image] Feb 17 00:01:54.304 INFO O| Feb 17 00:01:54.304 INFO STEP 493 (remove_files) COMPLETE
64572026-02-17T00:01:56.307Z[ recovery-image] Feb 17 00:01:54.304 INFO O| Feb 17 00:01:54.304 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-02-17T00:01:56.311Z[ recovery-image] Feb 17 00:01:54.316 INFO O| Feb 17 00:01:54.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
64592026-02-17T00:01:56.311Z[ recovery-image] Feb 17 00:01:54.316 INFO O| Feb 17 00:01:54.316 INFO STEP 494 (remove_files) COMPLETE
64602026-02-17T00:01:56.311Z[ recovery-image] Feb 17 00:01:54.316 INFO O| Feb 17 00:01:54.316 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-02-17T00:01:56.319Z[ recovery-image] Feb 17 00:01:54.329 INFO O| Feb 17 00:01:54.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
64622026-02-17T00:01:56.320Z[ recovery-image] Feb 17 00:01:54.329 INFO O| Feb 17 00:01:54.329 INFO STEP 495 (remove_files) COMPLETE
64632026-02-17T00:01:56.320Z[ recovery-image] Feb 17 00:01:54.329 INFO O| Feb 17 00:01:54.329 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-02-17T00:01:56.332Z[ recovery-image] Feb 17 00:01:54.343 INFO O| Feb 17 00:01:54.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
64652026-02-17T00:01:56.333Z[ recovery-image] Feb 17 00:01:54.343 INFO O| Feb 17 00:01:54.343 INFO STEP 496 (remove_files) COMPLETE
64662026-02-17T00:01:56.333Z[ recovery-image] Feb 17 00:01:54.343 INFO O| Feb 17 00:01:54.343 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-02-17T00:01:56.346Z[ recovery-image] Feb 17 00:01:54.356 INFO O| Feb 17 00:01:54.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
64682026-02-17T00:01:56.346Z[ recovery-image] Feb 17 00:01:54.356 INFO O| Feb 17 00:01:54.356 INFO STEP 497 (remove_files) COMPLETE
64692026-02-17T00:01:56.349Z[ recovery-image] Feb 17 00:01:54.356 INFO O| Feb 17 00:01:54.356 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-02-17T00:01:56.363Z[ recovery-image] Feb 17 00:01:54.369 INFO O| Feb 17 00:01:54.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
64712026-02-17T00:01:56.363Z[ recovery-image] Feb 17 00:01:54.369 INFO O| Feb 17 00:01:54.369 INFO STEP 498 (remove_files) COMPLETE
64722026-02-17T00:01:56.367Z[ recovery-image] Feb 17 00:01:54.369 INFO O| Feb 17 00:01:54.369 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-02-17T00:01:56.372Z[ recovery-image] Feb 17 00:01:54.382 INFO O| Feb 17 00:01:54.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
64742026-02-17T00:01:56.372Z[ recovery-image] Feb 17 00:01:54.382 INFO O| Feb 17 00:01:54.382 INFO STEP 499 (remove_files) COMPLETE
64752026-02-17T00:01:56.376Z[ recovery-image] Feb 17 00:01:54.382 INFO O| Feb 17 00:01:54.382 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-02-17T00:01:56.385Z[ recovery-image] Feb 17 00:01:54.395 INFO O| Feb 17 00:01:54.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
64772026-02-17T00:01:56.385Z[ recovery-image] Feb 17 00:01:54.395 INFO O| Feb 17 00:01:54.395 INFO STEP 500 (remove_files) COMPLETE
64782026-02-17T00:01:56.386Z[ recovery-image] Feb 17 00:01:54.395 INFO O| Feb 17 00:01:54.395 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-02-17T00:01:56.399Z[ recovery-image] Feb 17 00:01:54.408 INFO O| Feb 17 00:01:54.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
64802026-02-17T00:01:56.399Z[ recovery-image] Feb 17 00:01:54.409 INFO O| Feb 17 00:01:54.409 INFO STEP 501 (remove_files) COMPLETE
64812026-02-17T00:01:56.399Z[ recovery-image] Feb 17 00:01:54.409 INFO O| Feb 17 00:01:54.409 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-02-17T00:01:56.412Z[ recovery-image] Feb 17 00:01:54.422 INFO O| Feb 17 00:01:54.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
64832026-02-17T00:01:56.413Z[ recovery-image] Feb 17 00:01:54.422 INFO O| Feb 17 00:01:54.422 INFO STEP 502 (remove_files) COMPLETE
64842026-02-17T00:01:56.413Z[ recovery-image] Feb 17 00:01:54.422 INFO O| Feb 17 00:01:54.422 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-02-17T00:01:56.427Z[ recovery-image] Feb 17 00:01:54.435 INFO O| Feb 17 00:01:54.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
64862026-02-17T00:01:56.427Z[ recovery-image] Feb 17 00:01:54.435 INFO O| Feb 17 00:01:54.435 INFO STEP 503 (remove_files) COMPLETE
64872026-02-17T00:01:56.430Z[ recovery-image] Feb 17 00:01:54.435 INFO O| Feb 17 00:01:54.435 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-02-17T00:01:56.438Z[ recovery-image] Feb 17 00:01:54.448 INFO O| Feb 17 00:01:54.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
64892026-02-17T00:01:56.438Z[ recovery-image] Feb 17 00:01:54.448 INFO O| Feb 17 00:01:54.448 INFO STEP 504 (remove_files) COMPLETE
64902026-02-17T00:01:56.438Z[ recovery-image] Feb 17 00:01:54.448 INFO O| Feb 17 00:01:54.448 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-02-17T00:01:56.451Z[ recovery-image] Feb 17 00:01:54.462 INFO O| Feb 17 00:01:54.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
64922026-02-17T00:01:56.451Z[ recovery-image] Feb 17 00:01:54.462 INFO O| Feb 17 00:01:54.462 INFO STEP 505 (remove_files) COMPLETE
64932026-02-17T00:01:56.451Z[ recovery-image] Feb 17 00:01:54.462 INFO O| Feb 17 00:01:54.462 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-02-17T00:01:56.464Z[ recovery-image] Feb 17 00:01:54.475 INFO O| Feb 17 00:01:54.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
64952026-02-17T00:01:56.491Z[ recovery-image] Feb 17 00:01:54.475 INFO O| Feb 17 00:01:54.475 INFO STEP 506 (remove_files) COMPLETE
64962026-02-17T00:01:56.491Z[ recovery-image] Feb 17 00:01:54.475 INFO O| Feb 17 00:01:54.475 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-02-17T00:01:56.491Z[ recovery-image] Feb 17 00:01:54.488 INFO O| Feb 17 00:01:54.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
64982026-02-17T00:01:56.492Z[ recovery-image] Feb 17 00:01:54.488 INFO O| Feb 17 00:01:54.488 INFO STEP 507 (remove_files) COMPLETE
64992026-02-17T00:01:56.492Z[ recovery-image] Feb 17 00:01:54.488 INFO O| Feb 17 00:01:54.488 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-02-17T00:01:56.496Z[ recovery-image] Feb 17 00:01:54.501 INFO O| Feb 17 00:01:54.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
65012026-02-17T00:01:56.497Z[ recovery-image] Feb 17 00:01:54.501 INFO O| Feb 17 00:01:54.501 INFO STEP 508 (remove_files) COMPLETE
65022026-02-17T00:01:56.497Z[ recovery-image] Feb 17 00:01:54.501 INFO O| Feb 17 00:01:54.501 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-02-17T00:01:56.504Z[ recovery-image] Feb 17 00:01:54.514 INFO O| Feb 17 00:01:54.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
65042026-02-17T00:01:56.504Z[ recovery-image] Feb 17 00:01:54.514 INFO O| Feb 17 00:01:54.514 INFO STEP 509 (remove_files) COMPLETE
65052026-02-17T00:01:56.504Z[ recovery-image] Feb 17 00:01:54.514 INFO O| Feb 17 00:01:54.514 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-02-17T00:01:56.517Z[ recovery-image] Feb 17 00:01:54.527 INFO O| Feb 17 00:01:54.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
65072026-02-17T00:01:56.517Z[ recovery-image] Feb 17 00:01:54.527 INFO O| Feb 17 00:01:54.527 INFO STEP 510 (remove_files) COMPLETE
65082026-02-17T00:01:56.521Z[ recovery-image] Feb 17 00:01:54.527 INFO O| Feb 17 00:01:54.527 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-02-17T00:01:56.533Z[ recovery-image] Feb 17 00:01:54.539 INFO O| Feb 17 00:01:54.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
65102026-02-17T00:01:56.533Z[ recovery-image] Feb 17 00:01:54.539 INFO O| Feb 17 00:01:54.539 INFO STEP 511 (remove_files) COMPLETE
65112026-02-17T00:01:56.533Z[ recovery-image] Feb 17 00:01:54.539 INFO O| Feb 17 00:01:54.539 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-02-17T00:01:56.542Z[ recovery-image] Feb 17 00:01:54.551 INFO O| Feb 17 00:01:54.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
65132026-02-17T00:01:56.543Z[ recovery-image] Feb 17 00:01:54.551 INFO O| Feb 17 00:01:54.551 INFO STEP 512 (remove_files) COMPLETE
65142026-02-17T00:01:56.543Z[ recovery-image] Feb 17 00:01:54.551 INFO O| Feb 17 00:01:54.551 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-02-17T00:01:56.559Z[ recovery-image] Feb 17 00:01:54.564 INFO O| Feb 17 00:01:54.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
65162026-02-17T00:01:56.559Z[ recovery-image] Feb 17 00:01:54.565 INFO O| Feb 17 00:01:54.564 INFO STEP 513 (remove_files) COMPLETE
65172026-02-17T00:01:56.559Z[ recovery-image] Feb 17 00:01:54.565 INFO O| Feb 17 00:01:54.565 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-02-17T00:01:56.566Z[ recovery-image] Feb 17 00:01:54.576 INFO O| Feb 17 00:01:54.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
65192026-02-17T00:01:56.566Z[ recovery-image] Feb 17 00:01:54.576 INFO O| Feb 17 00:01:54.576 INFO STEP 514 (remove_files) COMPLETE
65202026-02-17T00:01:56.566Z[ recovery-image] Feb 17 00:01:54.576 INFO O| Feb 17 00:01:54.576 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-02-17T00:01:56.579Z[ recovery-image] Feb 17 00:01:54.589 INFO O| Feb 17 00:01:54.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
65222026-02-17T00:01:56.579Z[ recovery-image] Feb 17 00:01:54.589 INFO O| Feb 17 00:01:54.589 INFO STEP 515 (remove_files) COMPLETE
65232026-02-17T00:01:56.579Z[ recovery-image] Feb 17 00:01:54.589 INFO O| Feb 17 00:01:54.589 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-02-17T00:01:56.592Z[ recovery-image] Feb 17 00:01:54.602 INFO O| Feb 17 00:01:54.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
65252026-02-17T00:01:56.592Z[ recovery-image] Feb 17 00:01:54.602 INFO O| Feb 17 00:01:54.602 INFO STEP 516 (remove_files) COMPLETE
65262026-02-17T00:01:56.592Z[ recovery-image] Feb 17 00:01:54.602 INFO O| Feb 17 00:01:54.602 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-02-17T00:01:56.605Z[ recovery-image] Feb 17 00:01:54.615 INFO O| Feb 17 00:01:54.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
65282026-02-17T00:01:56.605Z[ recovery-image] Feb 17 00:01:54.615 INFO O| Feb 17 00:01:54.615 INFO STEP 517 (remove_files) COMPLETE
65292026-02-17T00:01:56.605Z[ recovery-image] Feb 17 00:01:54.615 INFO O| Feb 17 00:01:54.615 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-02-17T00:01:56.619Z[ recovery-image] Feb 17 00:01:54.628 INFO O| Feb 17 00:01:54.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
65312026-02-17T00:01:56.619Z[ recovery-image] Feb 17 00:01:54.628 INFO O| Feb 17 00:01:54.628 INFO STEP 518 (remove_files) COMPLETE
65322026-02-17T00:01:56.622Z[ recovery-image] Feb 17 00:01:54.628 INFO O| Feb 17 00:01:54.628 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-02-17T00:01:56.630Z[ recovery-image] Feb 17 00:01:54.640 INFO O| Feb 17 00:01:54.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
65342026-02-17T00:01:56.630Z[ recovery-image] Feb 17 00:01:54.640 INFO O| Feb 17 00:01:54.640 INFO STEP 519 (remove_files) COMPLETE
65352026-02-17T00:01:56.634Z[ recovery-image] Feb 17 00:01:54.640 INFO O| Feb 17 00:01:54.640 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-02-17T00:01:56.646Z[ recovery-image] Feb 17 00:01:54.652 INFO O| Feb 17 00:01:54.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
65372026-02-17T00:01:56.646Z[ recovery-image] Feb 17 00:01:54.653 INFO O| Feb 17 00:01:54.652 INFO STEP 520 (remove_files) COMPLETE
65382026-02-17T00:01:56.650Z[ recovery-image] Feb 17 00:01:54.653 INFO O| Feb 17 00:01:54.652 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-02-17T00:01:56.657Z[ recovery-image] Feb 17 00:01:54.666 INFO O| Feb 17 00:01:54.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
65402026-02-17T00:01:56.665Z[ recovery-image] Feb 17 00:01:54.666 INFO O| Feb 17 00:01:54.666 INFO STEP 521 (remove_files) COMPLETE
65412026-02-17T00:01:56.665Z[ recovery-image] Feb 17 00:01:54.666 INFO O| Feb 17 00:01:54.666 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-02-17T00:01:56.669Z[ recovery-image] Feb 17 00:01:54.680 INFO O| Feb 17 00:01:54.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
65432026-02-17T00:01:56.673Z[ recovery-image] Feb 17 00:01:54.680 INFO O| Feb 17 00:01:54.680 INFO STEP 522 (remove_files) COMPLETE
65442026-02-17T00:01:56.673Z[ recovery-image] Feb 17 00:01:54.680 INFO O| Feb 17 00:01:54.680 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-02-17T00:01:56.683Z[ recovery-image] Feb 17 00:01:54.694 INFO O| Feb 17 00:01:54.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
65462026-02-17T00:01:56.688Z[ recovery-image] Feb 17 00:01:54.694 INFO O| Feb 17 00:01:54.694 INFO STEP 523 (remove_files) COMPLETE
65472026-02-17T00:01:56.688Z[ recovery-image] Feb 17 00:01:54.694 INFO O| Feb 17 00:01:54.694 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-02-17T00:01:56.700Z[ recovery-image] Feb 17 00:01:54.708 INFO O| Feb 17 00:01:54.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
65492026-02-17T00:01:56.700Z[ recovery-image] Feb 17 00:01:54.708 INFO O| Feb 17 00:01:54.708 INFO STEP 524 (remove_files) COMPLETE
65502026-02-17T00:01:56.700Z[ recovery-image] Feb 17 00:01:54.708 INFO O| Feb 17 00:01:54.708 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-02-17T00:01:56.711Z[ recovery-image] Feb 17 00:01:54.721 INFO O| Feb 17 00:01:54.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
65522026-02-17T00:01:56.711Z[ recovery-image] Feb 17 00:01:54.721 INFO O| Feb 17 00:01:54.721 INFO STEP 525 (remove_files) COMPLETE
65532026-02-17T00:01:56.711Z[ recovery-image] Feb 17 00:01:54.721 INFO O| Feb 17 00:01:54.721 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-02-17T00:01:56.725Z[ recovery-image] Feb 17 00:01:54.734 INFO O| Feb 17 00:01:54.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
65552026-02-17T00:01:56.725Z[ recovery-image] Feb 17 00:01:54.735 INFO O| Feb 17 00:01:54.735 INFO STEP 526 (remove_files) COMPLETE
65562026-02-17T00:01:56.728Z[ recovery-image] Feb 17 00:01:54.735 INFO O| Feb 17 00:01:54.735 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-02-17T00:01:56.738Z[ recovery-image] Feb 17 00:01:54.748 INFO O| Feb 17 00:01:54.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
65582026-02-17T00:01:56.738Z[ recovery-image] Feb 17 00:01:54.748 INFO O| Feb 17 00:01:54.748 INFO STEP 527 (remove_files) COMPLETE
65592026-02-17T00:01:56.738Z[ recovery-image] Feb 17 00:01:54.748 INFO O| Feb 17 00:01:54.748 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-02-17T00:01:56.753Z[ recovery-image] Feb 17 00:01:54.762 INFO O| Feb 17 00:01:54.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
65612026-02-17T00:01:56.756Z[ recovery-image] Feb 17 00:01:54.762 INFO O| Feb 17 00:01:54.762 INFO STEP 528 (remove_files) COMPLETE
65622026-02-17T00:01:56.756Z[ recovery-image] Feb 17 00:01:54.763 INFO O| Feb 17 00:01:54.762 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-02-17T00:01:56.766Z[ recovery-image] Feb 17 00:01:54.776 INFO O| Feb 17 00:01:54.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
65642026-02-17T00:01:56.766Z[ recovery-image] Feb 17 00:01:54.776 INFO O| Feb 17 00:01:54.776 INFO STEP 529 (remove_files) COMPLETE
65652026-02-17T00:01:56.766Z[ recovery-image] Feb 17 00:01:54.776 INFO O| Feb 17 00:01:54.776 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-02-17T00:01:56.779Z[ recovery-image] Feb 17 00:01:54.789 INFO O| Feb 17 00:01:54.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
65672026-02-17T00:01:56.784Z[ recovery-image] Feb 17 00:01:54.789 INFO O| Feb 17 00:01:54.789 INFO STEP 530 (remove_files) COMPLETE
65682026-02-17T00:01:56.784Z[ recovery-image] Feb 17 00:01:54.789 INFO O| Feb 17 00:01:54.789 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-02-17T00:01:56.795Z[ recovery-image] Feb 17 00:01:54.803 INFO O| Feb 17 00:01:54.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
65702026-02-17T00:01:56.800Z[ recovery-image] Feb 17 00:01:54.803 INFO O| Feb 17 00:01:54.803 INFO STEP 531 (remove_files) COMPLETE
65712026-02-17T00:01:56.800Z[ recovery-image] Feb 17 00:01:54.803 INFO O| Feb 17 00:01:54.803 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-02-17T00:01:56.807Z[ recovery-image] Feb 17 00:01:54.816 INFO O| Feb 17 00:01:54.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
65732026-02-17T00:01:56.807Z[ recovery-image] Feb 17 00:01:54.816 INFO O| Feb 17 00:01:54.816 INFO STEP 532 (remove_files) COMPLETE
65742026-02-17T00:01:56.807Z[ recovery-image] Feb 17 00:01:54.816 INFO O| Feb 17 00:01:54.816 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-02-17T00:01:56.823Z[ recovery-image] Feb 17 00:01:54.829 INFO O| Feb 17 00:01:54.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
65762026-02-17T00:01:56.823Z[ recovery-image] Feb 17 00:01:54.829 INFO O| Feb 17 00:01:54.829 INFO STEP 533 (remove_files) COMPLETE
65772026-02-17T00:01:56.823Z[ recovery-image] Feb 17 00:01:54.829 INFO O| Feb 17 00:01:54.829 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-02-17T00:01:56.832Z[ recovery-image] Feb 17 00:01:54.841 INFO O| Feb 17 00:01:54.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
65792026-02-17T00:01:56.833Z[ recovery-image] Feb 17 00:01:54.842 INFO O| Feb 17 00:01:54.841 INFO STEP 534 (remove_files) COMPLETE
65802026-02-17T00:01:56.833Z[ recovery-image] Feb 17 00:01:54.842 INFO O| Feb 17 00:01:54.842 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-02-17T00:01:56.846Z[ recovery-image] Feb 17 00:01:54.854 INFO O| Feb 17 00:01:54.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
65822026-02-17T00:01:56.846Z[ recovery-image] Feb 17 00:01:54.854 INFO O| Feb 17 00:01:54.854 INFO STEP 535 (remove_files) COMPLETE
65832026-02-17T00:01:56.846Z[ recovery-image] Feb 17 00:01:54.854 INFO O| Feb 17 00:01:54.854 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-02-17T00:01:56.856Z[ recovery-image] Feb 17 00:01:54.866 INFO O| Feb 17 00:01:54.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
65852026-02-17T00:01:56.856Z[ recovery-image] Feb 17 00:01:54.866 INFO O| Feb 17 00:01:54.866 INFO STEP 536 (remove_files) COMPLETE
65862026-02-17T00:01:56.856Z[ recovery-image] Feb 17 00:01:54.866 INFO O| Feb 17 00:01:54.866 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-02-17T00:01:56.873Z[ recovery-image] Feb 17 00:01:54.879 INFO O| Feb 17 00:01:54.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
65882026-02-17T00:01:56.873Z[ recovery-image] Feb 17 00:01:54.879 INFO O| Feb 17 00:01:54.879 INFO STEP 537 (remove_files) COMPLETE
65892026-02-17T00:01:56.873Z[ recovery-image] Feb 17 00:01:54.879 INFO O| Feb 17 00:01:54.879 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-02-17T00:01:56.882Z[ recovery-image] Feb 17 00:01:54.891 INFO O| Feb 17 00:01:54.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
65912026-02-17T00:01:56.882Z[ recovery-image] Feb 17 00:01:54.891 INFO O| Feb 17 00:01:54.891 INFO STEP 538 (remove_files) COMPLETE
65922026-02-17T00:01:56.882Z[ recovery-image] Feb 17 00:01:54.891 INFO O| Feb 17 00:01:54.891 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-02-17T00:01:56.894Z[ recovery-image] Feb 17 00:01:54.904 INFO O| Feb 17 00:01:54.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
65942026-02-17T00:01:56.894Z[ recovery-image] Feb 17 00:01:54.904 INFO O| Feb 17 00:01:54.904 INFO STEP 539 (remove_files) COMPLETE
65952026-02-17T00:01:56.899Z[ recovery-image] Feb 17 00:01:54.904 INFO O| Feb 17 00:01:54.904 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-02-17T00:01:56.911Z[ recovery-image] Feb 17 00:01:54.916 INFO O| Feb 17 00:01:54.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
65972026-02-17T00:01:56.912Z[ recovery-image] Feb 17 00:01:54.916 INFO O| Feb 17 00:01:54.916 INFO STEP 540 (remove_files) COMPLETE
65982026-02-17T00:01:56.916Z[ recovery-image] Feb 17 00:01:54.916 INFO O| Feb 17 00:01:54.916 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-02-17T00:01:56.922Z[ recovery-image] Feb 17 00:01:54.928 INFO O| Feb 17 00:01:54.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
66002026-02-17T00:01:56.922Z[ recovery-image] Feb 17 00:01:54.928 INFO O| Feb 17 00:01:54.928 INFO STEP 541 (remove_files) COMPLETE
66012026-02-17T00:01:56.922Z[ recovery-image] Feb 17 00:01:54.928 INFO O| Feb 17 00:01:54.928 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-02-17T00:01:56.933Z[ recovery-image] Feb 17 00:01:54.941 INFO O| Feb 17 00:01:54.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
66032026-02-17T00:01:56.933Z[ recovery-image] Feb 17 00:01:54.941 INFO O| Feb 17 00:01:54.941 INFO STEP 542 (remove_files) COMPLETE
66042026-02-17T00:01:56.936Z[ recovery-image] Feb 17 00:01:54.941 INFO O| Feb 17 00:01:54.941 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-02-17T00:01:56.947Z[ recovery-image] Feb 17 00:01:54.955 INFO O| Feb 17 00:01:54.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
66062026-02-17T00:01:56.947Z[ recovery-image] Feb 17 00:01:54.955 INFO O| Feb 17 00:01:54.955 INFO STEP 543 (remove_files) COMPLETE
66072026-02-17T00:01:56.947Z[ recovery-image] Feb 17 00:01:54.955 INFO O| Feb 17 00:01:54.955 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-02-17T00:01:56.960Z[ recovery-image] Feb 17 00:01:54.968 INFO O| Feb 17 00:01:54.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
66092026-02-17T00:01:56.960Z[ recovery-image] Feb 17 00:01:54.968 INFO O| Feb 17 00:01:54.968 INFO STEP 544 (remove_files) COMPLETE
66102026-02-17T00:01:56.960Z[ recovery-image] Feb 17 00:01:54.968 INFO O| Feb 17 00:01:54.968 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-02-17T00:01:56.984Z[ recovery-image] Feb 17 00:01:54.981 INFO O| Feb 17 00:01:54.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
66122026-02-17T00:01:56.984Z[ recovery-image] Feb 17 00:01:54.981 INFO O| Feb 17 00:01:54.981 INFO STEP 545 (remove_files) COMPLETE
66132026-02-17T00:01:57.008Z[ recovery-image] Feb 17 00:01:54.981 INFO O| Feb 17 00:01:54.981 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-02-17T00:01:57.008Z[ recovery-image] Feb 17 00:01:54.994 INFO O| Feb 17 00:01:54.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
66152026-02-17T00:01:57.008Z[ recovery-image] Feb 17 00:01:54.994 INFO O| Feb 17 00:01:54.994 INFO STEP 546 (remove_files) COMPLETE
66162026-02-17T00:01:57.008Z[ recovery-image] Feb 17 00:01:54.994 INFO O| Feb 17 00:01:54.994 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-02-17T00:01:57.073Z[ recovery-image] Feb 17 00:01:55.007 INFO O| Feb 17 00:01:55.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
66182026-02-17T00:01:57.073Z[ recovery-image] Feb 17 00:01:55.007 INFO O| Feb 17 00:01:55.007 INFO STEP 547 (remove_files) COMPLETE
66192026-02-17T00:01:57.073Z[ recovery-image] Feb 17 00:01:55.007 INFO O| Feb 17 00:01:55.007 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.020 INFO O| Feb 17 00:01:55.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
66212026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.020 INFO O| Feb 17 00:01:55.020 INFO STEP 548 (remove_files) COMPLETE
66222026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.020 INFO O| Feb 17 00:01:55.020 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.032 INFO O| Feb 17 00:01:55.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
66242026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.032 INFO O| Feb 17 00:01:55.032 INFO STEP 549 (remove_files) COMPLETE
66252026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.032 INFO O| Feb 17 00:01:55.032 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.045 INFO O| Feb 17 00:01:55.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
66272026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.045 INFO O| Feb 17 00:01:55.045 INFO STEP 550 (remove_files) COMPLETE
66282026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.045 INFO O| Feb 17 00:01:55.045 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.057 INFO O| Feb 17 00:01:55.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
66302026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.057 INFO O| Feb 17 00:01:55.057 INFO STEP 551 (remove_files) COMPLETE
66312026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.057 INFO O| Feb 17 00:01:55.057 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.070 INFO O| Feb 17 00:01:55.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
66332026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.070 INFO O| Feb 17 00:01:55.070 INFO STEP 552 (remove_files) COMPLETE
66342026-02-17T00:01:57.074Z[ recovery-image] Feb 17 00:01:55.070 INFO O| Feb 17 00:01:55.070 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-02-17T00:01:57.081Z[ recovery-image] Feb 17 00:01:55.082 INFO O| Feb 17 00:01:55.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
66362026-02-17T00:01:57.081Z[ recovery-image] Feb 17 00:01:55.083 INFO O| Feb 17 00:01:55.083 INFO STEP 553 (remove_files) COMPLETE
66372026-02-17T00:01:57.081Z[ recovery-image] Feb 17 00:01:55.083 INFO O| Feb 17 00:01:55.083 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-02-17T00:01:57.088Z[ recovery-image] Feb 17 00:01:55.096 INFO O| Feb 17 00:01:55.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
66392026-02-17T00:01:57.088Z[ recovery-image] Feb 17 00:01:55.096 INFO O| Feb 17 00:01:55.096 INFO STEP 554 (remove_files) COMPLETE
66402026-02-17T00:01:57.088Z[ recovery-image] Feb 17 00:01:55.096 INFO O| Feb 17 00:01:55.096 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-02-17T00:01:57.104Z[ recovery-image] Feb 17 00:01:55.108 INFO O| Feb 17 00:01:55.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
66422026-02-17T00:01:57.104Z[ recovery-image] Feb 17 00:01:55.109 INFO O| Feb 17 00:01:55.108 INFO STEP 555 (remove_files) COMPLETE
66432026-02-17T00:01:57.104Z[ recovery-image] Feb 17 00:01:55.109 INFO O| Feb 17 00:01:55.109 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-02-17T00:01:57.117Z[ recovery-image] Feb 17 00:01:55.124 INFO O| Feb 17 00:01:55.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
66452026-02-17T00:01:57.117Z[ recovery-image] Feb 17 00:01:55.124 INFO O| Feb 17 00:01:55.124 INFO STEP 556 (remove_files) COMPLETE
66462026-02-17T00:01:57.117Z[ recovery-image] Feb 17 00:01:55.124 INFO O| Feb 17 00:01:55.124 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-02-17T00:01:57.131Z[ recovery-image] Feb 17 00:01:55.141 INFO O| Feb 17 00:01:55.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
66482026-02-17T00:01:57.131Z[ recovery-image] Feb 17 00:01:55.141 INFO O| Feb 17 00:01:55.141 INFO STEP 557 (remove_files) COMPLETE
66492026-02-17T00:01:57.137Z[ recovery-image] Feb 17 00:01:55.141 INFO O| Feb 17 00:01:55.141 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-02-17T00:01:57.144Z[ recovery-image] Feb 17 00:01:55.154 INFO O| Feb 17 00:01:55.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
66512026-02-17T00:01:57.147Z[ recovery-image] Feb 17 00:01:55.154 INFO O| Feb 17 00:01:55.154 INFO STEP 558 (remove_files) COMPLETE
66522026-02-17T00:01:57.147Z[ recovery-image] Feb 17 00:01:55.154 INFO O| Feb 17 00:01:55.154 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-02-17T00:01:57.159Z[ recovery-image] Feb 17 00:01:55.167 INFO O| Feb 17 00:01:55.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
66542026-02-17T00:01:57.159Z[ recovery-image] Feb 17 00:01:55.167 INFO O| Feb 17 00:01:55.167 INFO STEP 559 (remove_files) COMPLETE
66552026-02-17T00:01:57.159Z[ recovery-image] Feb 17 00:01:55.167 INFO O| Feb 17 00:01:55.167 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-02-17T00:01:57.169Z[ recovery-image] Feb 17 00:01:55.180 INFO O| Feb 17 00:01:55.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
66572026-02-17T00:01:57.169Z[ recovery-image] Feb 17 00:01:55.180 INFO O| Feb 17 00:01:55.180 INFO STEP 560 (remove_files) COMPLETE
66582026-02-17T00:01:57.169Z[ recovery-image] Feb 17 00:01:55.180 INFO O| Feb 17 00:01:55.180 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-02-17T00:01:57.182Z[ recovery-image] Feb 17 00:01:55.193 INFO O| Feb 17 00:01:55.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
66602026-02-17T00:01:57.183Z[ recovery-image] Feb 17 00:01:55.193 INFO O| Feb 17 00:01:55.193 INFO STEP 561 (remove_files) COMPLETE
66612026-02-17T00:01:57.183Z[ recovery-image] Feb 17 00:01:55.193 INFO O| Feb 17 00:01:55.193 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-02-17T00:01:57.195Z[ recovery-image] Feb 17 00:01:55.205 INFO O| Feb 17 00:01:55.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
66632026-02-17T00:01:57.195Z[ recovery-image] Feb 17 00:01:55.205 INFO O| Feb 17 00:01:55.205 INFO STEP 562 (remove_files) COMPLETE
66642026-02-17T00:01:57.195Z[ recovery-image] Feb 17 00:01:55.205 INFO O| Feb 17 00:01:55.205 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-02-17T00:01:57.210Z[ recovery-image] Feb 17 00:01:55.218 INFO O| Feb 17 00:01:55.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
66662026-02-17T00:01:57.210Z[ recovery-image] Feb 17 00:01:55.218 INFO O| Feb 17 00:01:55.218 INFO STEP 563 (remove_files) COMPLETE
66672026-02-17T00:01:57.213Z[ recovery-image] Feb 17 00:01:55.218 INFO O| Feb 17 00:01:55.218 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-02-17T00:01:57.221Z[ recovery-image] Feb 17 00:01:55.230 INFO O| Feb 17 00:01:55.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
66692026-02-17T00:01:57.224Z[ recovery-image] Feb 17 00:01:55.231 INFO O| Feb 17 00:01:55.231 INFO STEP 564 (remove_files) COMPLETE
66702026-02-17T00:01:57.224Z[ recovery-image] Feb 17 00:01:55.231 INFO O| Feb 17 00:01:55.231 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-02-17T00:01:57.234Z[ recovery-image] Feb 17 00:01:55.243 INFO O| Feb 17 00:01:55.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
66722026-02-17T00:01:57.234Z[ recovery-image] Feb 17 00:01:55.243 INFO O| Feb 17 00:01:55.243 INFO STEP 565 (remove_files) COMPLETE
66732026-02-17T00:01:57.238Z[ recovery-image] Feb 17 00:01:55.243 INFO O| Feb 17 00:01:55.243 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-02-17T00:01:57.246Z[ recovery-image] Feb 17 00:01:55.256 INFO O| Feb 17 00:01:55.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
66752026-02-17T00:01:57.246Z[ recovery-image] Feb 17 00:01:55.256 INFO O| Feb 17 00:01:55.256 INFO STEP 566 (remove_files) COMPLETE
66762026-02-17T00:01:57.246Z[ recovery-image] Feb 17 00:01:55.256 INFO O| Feb 17 00:01:55.256 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-02-17T00:01:57.258Z[ recovery-image] Feb 17 00:01:55.269 INFO O| Feb 17 00:01:55.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
66782026-02-17T00:01:57.259Z[ recovery-image] Feb 17 00:01:55.269 INFO O| Feb 17 00:01:55.269 INFO STEP 567 (remove_files) COMPLETE
66792026-02-17T00:01:57.262Z[ recovery-image] Feb 17 00:01:55.269 INFO O| Feb 17 00:01:55.269 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-02-17T00:01:57.271Z[ recovery-image] Feb 17 00:01:55.281 INFO O| Feb 17 00:01:55.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
66812026-02-17T00:01:57.274Z[ recovery-image] Feb 17 00:01:55.282 INFO O| Feb 17 00:01:55.281 INFO STEP 568 (remove_files) COMPLETE
66822026-02-17T00:01:57.274Z[ recovery-image] Feb 17 00:01:55.282 INFO O| Feb 17 00:01:55.281 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-02-17T00:01:57.284Z[ recovery-image] Feb 17 00:01:55.294 INFO O| Feb 17 00:01:55.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
66842026-02-17T00:01:57.284Z[ recovery-image] Feb 17 00:01:55.294 INFO O| Feb 17 00:01:55.294 INFO STEP 569 (remove_files) COMPLETE
66852026-02-17T00:01:57.284Z[ recovery-image] Feb 17 00:01:55.294 INFO O| Feb 17 00:01:55.294 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-02-17T00:01:57.296Z[ recovery-image] Feb 17 00:01:55.306 INFO O| Feb 17 00:01:55.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
66872026-02-17T00:01:57.303Z[ recovery-image] Feb 17 00:01:55.307 INFO O| Feb 17 00:01:55.307 INFO STEP 570 (remove_files) COMPLETE
66882026-02-17T00:01:57.303Z[ recovery-image] Feb 17 00:01:55.307 INFO O| Feb 17 00:01:55.307 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-02-17T00:01:57.309Z[ recovery-image] Feb 17 00:01:55.319 INFO O| Feb 17 00:01:55.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
66902026-02-17T00:01:57.309Z[ recovery-image] Feb 17 00:01:55.319 INFO O| Feb 17 00:01:55.319 INFO STEP 571 (remove_files) COMPLETE
66912026-02-17T00:01:57.312Z[ recovery-image] Feb 17 00:01:55.319 INFO O| Feb 17 00:01:55.319 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-02-17T00:01:57.324Z[ recovery-image] Feb 17 00:01:55.332 INFO O| Feb 17 00:01:55.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
66932026-02-17T00:01:57.325Z[ recovery-image] Feb 17 00:01:55.332 INFO O| Feb 17 00:01:55.332 INFO STEP 572 (remove_files) COMPLETE
66942026-02-17T00:01:57.325Z[ recovery-image] Feb 17 00:01:55.332 INFO O| Feb 17 00:01:55.332 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-02-17T00:01:57.335Z[ recovery-image] Feb 17 00:01:55.345 INFO O| Feb 17 00:01:55.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
66962026-02-17T00:01:57.335Z[ recovery-image] Feb 17 00:01:55.345 INFO O| Feb 17 00:01:55.345 INFO STEP 573 (remove_files) COMPLETE
66972026-02-17T00:01:57.335Z[ recovery-image] Feb 17 00:01:55.345 INFO O| Feb 17 00:01:55.345 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-02-17T00:01:57.347Z[ recovery-image] Feb 17 00:01:55.357 INFO O| Feb 17 00:01:55.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
66992026-02-17T00:01:57.347Z[ recovery-image] Feb 17 00:01:55.357 INFO O| Feb 17 00:01:55.357 INFO STEP 574 (remove_files) COMPLETE
67002026-02-17T00:01:57.347Z[ recovery-image] Feb 17 00:01:55.357 INFO O| Feb 17 00:01:55.357 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-02-17T00:01:57.360Z[ recovery-image] Feb 17 00:01:55.370 INFO O| Feb 17 00:01:55.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
67022026-02-17T00:01:57.360Z[ recovery-image] Feb 17 00:01:55.370 INFO O| Feb 17 00:01:55.370 INFO STEP 575 (remove_files) COMPLETE
67032026-02-17T00:01:57.367Z[ recovery-image] Feb 17 00:01:55.370 INFO O| Feb 17 00:01:55.370 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-02-17T00:01:57.374Z[ recovery-image] Feb 17 00:01:55.383 INFO O| Feb 17 00:01:55.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
67052026-02-17T00:01:57.374Z[ recovery-image] Feb 17 00:01:55.383 INFO O| Feb 17 00:01:55.383 INFO STEP 576 (remove_files) COMPLETE
67062026-02-17T00:01:57.374Z[ recovery-image] Feb 17 00:01:55.383 INFO O| Feb 17 00:01:55.383 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-02-17T00:01:57.387Z[ recovery-image] Feb 17 00:01:55.396 INFO O| Feb 17 00:01:55.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
67082026-02-17T00:01:57.387Z[ recovery-image] Feb 17 00:01:55.396 INFO O| Feb 17 00:01:55.396 INFO STEP 577 (remove_files) COMPLETE
67092026-02-17T00:01:57.387Z[ recovery-image] Feb 17 00:01:55.396 INFO O| Feb 17 00:01:55.396 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-02-17T00:01:57.398Z[ recovery-image] Feb 17 00:01:55.408 INFO O| Feb 17 00:01:55.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
67112026-02-17T00:01:57.398Z[ recovery-image] Feb 17 00:01:55.408 INFO O| Feb 17 00:01:55.408 INFO STEP 578 (remove_files) COMPLETE
67122026-02-17T00:01:57.398Z[ recovery-image] Feb 17 00:01:55.408 INFO O| Feb 17 00:01:55.408 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-02-17T00:01:57.416Z[ recovery-image] Feb 17 00:01:55.421 INFO O| Feb 17 00:01:55.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
67142026-02-17T00:01:57.416Z[ recovery-image] Feb 17 00:01:55.421 INFO O| Feb 17 00:01:55.421 INFO STEP 579 (remove_files) COMPLETE
67152026-02-17T00:01:57.416Z[ recovery-image] Feb 17 00:01:55.421 INFO O| Feb 17 00:01:55.421 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-02-17T00:01:57.423Z[ recovery-image] Feb 17 00:01:55.434 INFO O| Feb 17 00:01:55.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
67172026-02-17T00:01:57.424Z[ recovery-image] Feb 17 00:01:55.434 INFO O| Feb 17 00:01:55.434 INFO STEP 580 (remove_files) COMPLETE
67182026-02-17T00:01:57.430Z[ recovery-image] Feb 17 00:01:55.434 INFO O| Feb 17 00:01:55.434 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-02-17T00:01:57.436Z[ recovery-image] Feb 17 00:01:55.446 INFO O| Feb 17 00:01:55.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
67202026-02-17T00:01:57.436Z[ recovery-image] Feb 17 00:01:55.446 INFO O| Feb 17 00:01:55.446 INFO STEP 581 (remove_files) COMPLETE
67212026-02-17T00:01:57.440Z[ recovery-image] Feb 17 00:01:55.447 INFO O| Feb 17 00:01:55.446 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-02-17T00:01:57.449Z[ recovery-image] Feb 17 00:01:55.459 INFO O| Feb 17 00:01:55.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
67232026-02-17T00:01:57.449Z[ recovery-image] Feb 17 00:01:55.459 INFO O| Feb 17 00:01:55.459 INFO STEP 582 (remove_files) COMPLETE
67242026-02-17T00:01:57.460Z[ recovery-image] Feb 17 00:01:55.459 INFO O| Feb 17 00:01:55.459 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-02-17T00:01:57.464Z[ recovery-image] Feb 17 00:01:55.471 INFO O| Feb 17 00:01:55.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
67262026-02-17T00:01:57.464Z[ recovery-image] Feb 17 00:01:55.471 INFO O| Feb 17 00:01:55.471 INFO STEP 583 (remove_files) COMPLETE
67272026-02-17T00:01:57.464Z[ recovery-image] Feb 17 00:01:55.471 INFO O| Feb 17 00:01:55.471 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-02-17T00:01:57.474Z[ recovery-image] Feb 17 00:01:55.484 INFO O| Feb 17 00:01:55.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
67292026-02-17T00:01:57.475Z[ recovery-image] Feb 17 00:01:55.484 INFO O| Feb 17 00:01:55.484 INFO STEP 584 (remove_files) COMPLETE
67302026-02-17T00:01:57.475Z[ recovery-image] Feb 17 00:01:55.484 INFO O| Feb 17 00:01:55.484 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-02-17T00:01:57.488Z[ recovery-image] Feb 17 00:01:55.496 INFO O| Feb 17 00:01:55.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
67322026-02-17T00:01:57.488Z[ recovery-image] Feb 17 00:01:55.496 INFO O| Feb 17 00:01:55.496 INFO STEP 585 (remove_files) COMPLETE
67332026-02-17T00:01:57.488Z[ recovery-image] Feb 17 00:01:55.496 INFO O| Feb 17 00:01:55.496 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-02-17T00:01:57.498Z[ recovery-image] Feb 17 00:01:55.509 INFO O| Feb 17 00:01:55.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
67352026-02-17T00:01:57.498Z[ recovery-image] Feb 17 00:01:55.509 INFO O| Feb 17 00:01:55.509 INFO STEP 586 (remove_files) COMPLETE
67362026-02-17T00:01:57.512Z[ recovery-image] Feb 17 00:01:55.509 INFO O| Feb 17 00:01:55.509 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-02-17T00:01:57.516Z[ recovery-image] Feb 17 00:01:55.521 INFO O| Feb 17 00:01:55.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
67382026-02-17T00:01:57.516Z[ recovery-image] Feb 17 00:01:55.521 INFO O| Feb 17 00:01:55.521 INFO STEP 587 (remove_files) COMPLETE
67392026-02-17T00:01:57.516Z[ recovery-image] Feb 17 00:01:55.521 INFO O| Feb 17 00:01:55.521 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-02-17T00:01:57.524Z[ recovery-image] Feb 17 00:01:55.534 INFO O| Feb 17 00:01:55.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
67412026-02-17T00:01:57.524Z[ recovery-image] Feb 17 00:01:55.534 INFO O| Feb 17 00:01:55.534 INFO STEP 588 (remove_files) COMPLETE
67422026-02-17T00:01:57.534Z[ recovery-image] Feb 17 00:01:55.534 INFO O| Feb 17 00:01:55.534 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-02-17T00:01:57.541Z[ recovery-image] Feb 17 00:01:55.547 INFO O| Feb 17 00:01:55.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
67442026-02-17T00:01:57.541Z[ recovery-image] Feb 17 00:01:55.547 INFO O| Feb 17 00:01:55.547 INFO STEP 589 (remove_files) COMPLETE
67452026-02-17T00:01:57.541Z[ recovery-image] Feb 17 00:01:55.547 INFO O| Feb 17 00:01:55.547 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-02-17T00:01:57.549Z[ recovery-image] Feb 17 00:01:55.559 INFO O| Feb 17 00:01:55.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
67472026-02-17T00:01:57.549Z[ recovery-image] Feb 17 00:01:55.559 INFO O| Feb 17 00:01:55.559 INFO STEP 590 (remove_files) COMPLETE
67482026-02-17T00:01:57.549Z[ recovery-image] Feb 17 00:01:55.559 INFO O| Feb 17 00:01:55.559 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-02-17T00:01:57.562Z[ recovery-image] Feb 17 00:01:55.572 INFO O| Feb 17 00:01:55.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
67502026-02-17T00:01:57.562Z[ recovery-image] Feb 17 00:01:55.572 INFO O| Feb 17 00:01:55.572 INFO STEP 591 (remove_files) COMPLETE
67512026-02-17T00:01:57.565Z[ recovery-image] Feb 17 00:01:55.572 INFO O| Feb 17 00:01:55.572 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-02-17T00:01:57.575Z[ recovery-image] Feb 17 00:01:55.584 INFO O| Feb 17 00:01:55.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
67532026-02-17T00:01:57.575Z[ recovery-image] Feb 17 00:01:55.584 INFO O| Feb 17 00:01:55.584 INFO STEP 592 (remove_files) COMPLETE
67542026-02-17T00:01:57.579Z[ recovery-image] Feb 17 00:01:55.584 INFO O| Feb 17 00:01:55.584 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-02-17T00:01:57.587Z[ recovery-image] Feb 17 00:01:55.597 INFO O| Feb 17 00:01:55.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
67562026-02-17T00:01:57.587Z[ recovery-image] Feb 17 00:01:55.597 INFO O| Feb 17 00:01:55.597 INFO STEP 593 (remove_files) COMPLETE
67572026-02-17T00:01:57.590Z[ recovery-image] Feb 17 00:01:55.597 INFO O| Feb 17 00:01:55.597 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-02-17T00:01:57.601Z[ recovery-image] Feb 17 00:01:55.610 INFO O| Feb 17 00:01:55.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
67592026-02-17T00:01:57.606Z[ recovery-image] Feb 17 00:01:55.610 INFO O| Feb 17 00:01:55.610 INFO STEP 594 (remove_files) COMPLETE
67602026-02-17T00:01:57.606Z[ recovery-image] Feb 17 00:01:55.610 INFO O| Feb 17 00:01:55.610 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-02-17T00:01:57.613Z[ recovery-image] Feb 17 00:01:55.622 INFO O| Feb 17 00:01:55.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
67622026-02-17T00:01:57.613Z[ recovery-image] Feb 17 00:01:55.622 INFO O| Feb 17 00:01:55.622 INFO STEP 595 (remove_files) COMPLETE
67632026-02-17T00:01:57.616Z[ recovery-image] Feb 17 00:01:55.622 INFO O| Feb 17 00:01:55.622 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-02-17T00:01:57.628Z[ recovery-image] Feb 17 00:01:55.635 INFO O| Feb 17 00:01:55.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
67652026-02-17T00:01:57.628Z[ recovery-image] Feb 17 00:01:55.635 INFO O| Feb 17 00:01:55.635 INFO STEP 596 (remove_files) COMPLETE
67662026-02-17T00:01:57.633Z[ recovery-image] Feb 17 00:01:55.635 INFO O| Feb 17 00:01:55.635 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-02-17T00:01:57.638Z[ recovery-image] Feb 17 00:01:55.648 INFO O| Feb 17 00:01:55.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
67682026-02-17T00:01:57.638Z[ recovery-image] Feb 17 00:01:55.648 INFO O| Feb 17 00:01:55.648 INFO STEP 597 (remove_files) COMPLETE
67692026-02-17T00:01:57.638Z[ recovery-image] Feb 17 00:01:55.649 INFO O| Feb 17 00:01:55.648 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-02-17T00:01:57.653Z[ recovery-image] Feb 17 00:01:55.662 INFO O| Feb 17 00:01:55.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
67712026-02-17T00:01:57.653Z[ recovery-image] Feb 17 00:01:55.662 INFO O| Feb 17 00:01:55.662 INFO STEP 598 (remove_files) COMPLETE
67722026-02-17T00:01:57.653Z[ recovery-image] Feb 17 00:01:55.662 INFO O| Feb 17 00:01:55.662 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-02-17T00:01:57.675Z[ recovery-image] Feb 17 00:01:55.676 INFO O| Feb 17 00:01:55.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
67742026-02-17T00:01:57.675Z[ recovery-image] Feb 17 00:01:55.676 INFO O| Feb 17 00:01:55.676 INFO STEP 599 (remove_files) COMPLETE
67752026-02-17T00:01:57.675Z[ recovery-image] Feb 17 00:01:55.676 INFO O| Feb 17 00:01:55.676 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-02-17T00:01:57.681Z[ recovery-image] Feb 17 00:01:55.690 INFO O| Feb 17 00:01:55.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
67772026-02-17T00:01:57.681Z[ recovery-image] Feb 17 00:01:55.690 INFO O| Feb 17 00:01:55.690 INFO STEP 600 (remove_files) COMPLETE
67782026-02-17T00:01:57.687Z[ recovery-image] Feb 17 00:01:55.690 INFO O| Feb 17 00:01:55.690 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-02-17T00:01:57.695Z[ recovery-image] Feb 17 00:01:55.704 INFO O| Feb 17 00:01:55.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
67802026-02-17T00:01:57.695Z[ recovery-image] Feb 17 00:01:55.704 INFO O| Feb 17 00:01:55.704 INFO STEP 601 (remove_files) COMPLETE
67812026-02-17T00:01:57.695Z[ recovery-image] Feb 17 00:01:55.704 INFO O| Feb 17 00:01:55.704 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-02-17T00:01:57.710Z[ recovery-image] Feb 17 00:01:55.718 INFO O| Feb 17 00:01:55.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
67832026-02-17T00:01:57.710Z[ recovery-image] Feb 17 00:01:55.719 INFO O| Feb 17 00:01:55.719 INFO STEP 602 (remove_files) COMPLETE
67842026-02-17T00:01:57.716Z[ recovery-image] Feb 17 00:01:55.719 INFO O| Feb 17 00:01:55.719 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-02-17T00:01:57.722Z[ recovery-image] Feb 17 00:01:55.733 INFO O| Feb 17 00:01:55.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
67862026-02-17T00:01:57.725Z[ recovery-image] Feb 17 00:01:55.733 INFO O| Feb 17 00:01:55.733 INFO STEP 603 (remove_files) COMPLETE
67872026-02-17T00:01:57.725Z[ recovery-image] Feb 17 00:01:55.733 INFO O| Feb 17 00:01:55.733 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-02-17T00:01:57.741Z[ recovery-image] Feb 17 00:01:55.748 INFO O| Feb 17 00:01:55.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
67892026-02-17T00:01:57.741Z[ recovery-image] Feb 17 00:01:55.748 INFO O| Feb 17 00:01:55.748 INFO STEP 604 (remove_files) COMPLETE
67902026-02-17T00:01:57.741Z[ recovery-image] Feb 17 00:01:55.748 INFO O| Feb 17 00:01:55.748 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-02-17T00:01:57.752Z[ recovery-image] Feb 17 00:01:55.763 INFO O| Feb 17 00:01:55.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
67922026-02-17T00:01:57.753Z[ recovery-image] Feb 17 00:01:55.763 INFO O| Feb 17 00:01:55.763 INFO STEP 605 (remove_files) COMPLETE
67932026-02-17T00:01:57.753Z[ recovery-image] Feb 17 00:01:55.763 INFO O| Feb 17 00:01:55.763 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-02-17T00:01:57.767Z[ recovery-image] Feb 17 00:01:55.777 INFO O| Feb 17 00:01:55.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
67952026-02-17T00:01:57.778Z[ recovery-image] Feb 17 00:01:55.777 INFO O| Feb 17 00:01:55.777 INFO STEP 606 (remove_files) COMPLETE
67962026-02-17T00:01:57.778Z[ recovery-image] Feb 17 00:01:55.777 INFO O| Feb 17 00:01:55.777 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-02-17T00:01:57.784Z[ recovery-image] Feb 17 00:01:55.791 INFO O| Feb 17 00:01:55.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
67982026-02-17T00:01:57.784Z[ recovery-image] Feb 17 00:01:55.791 INFO O| Feb 17 00:01:55.791 INFO STEP 607 (remove_files) COMPLETE
67992026-02-17T00:01:57.784Z[ recovery-image] Feb 17 00:01:55.791 INFO O| Feb 17 00:01:55.791 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-02-17T00:01:57.795Z[ recovery-image] Feb 17 00:01:55.805 INFO O| Feb 17 00:01:55.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
68012026-02-17T00:01:57.795Z[ recovery-image] Feb 17 00:01:55.806 INFO O| Feb 17 00:01:55.805 INFO STEP 608 (remove_files) COMPLETE
68022026-02-17T00:01:57.795Z[ recovery-image] Feb 17 00:01:55.806 INFO O| Feb 17 00:01:55.806 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-02-17T00:01:57.811Z[ recovery-image] Feb 17 00:01:55.821 INFO O| Feb 17 00:01:55.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
68042026-02-17T00:01:57.811Z[ recovery-image] Feb 17 00:01:55.821 INFO O| Feb 17 00:01:55.821 INFO STEP 609 (remove_files) COMPLETE
68052026-02-17T00:01:57.812Z[ recovery-image] Feb 17 00:01:55.821 INFO O| Feb 17 00:01:55.821 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-02-17T00:01:57.827Z[ recovery-image] Feb 17 00:01:55.837 INFO O| Feb 17 00:01:55.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
68072026-02-17T00:01:57.827Z[ recovery-image] Feb 17 00:01:55.837 INFO O| Feb 17 00:01:55.837 INFO STEP 610 (remove_files) COMPLETE
68082026-02-17T00:01:57.827Z[ recovery-image] Feb 17 00:01:55.837 INFO O| Feb 17 00:01:55.837 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-02-17T00:01:57.843Z[ recovery-image] Feb 17 00:01:55.853 INFO O| Feb 17 00:01:55.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
68102026-02-17T00:01:57.843Z[ recovery-image] Feb 17 00:01:55.853 INFO O| Feb 17 00:01:55.853 INFO STEP 611 (remove_files) COMPLETE
68112026-02-17T00:01:57.843Z[ recovery-image] Feb 17 00:01:55.853 INFO O| Feb 17 00:01:55.853 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-02-17T00:01:57.859Z[ recovery-image] Feb 17 00:01:55.869 INFO O| Feb 17 00:01:55.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
68132026-02-17T00:01:57.860Z[ recovery-image] Feb 17 00:01:55.870 INFO O| Feb 17 00:01:55.870 INFO STEP 612 (remove_files) COMPLETE
68142026-02-17T00:01:57.865Z[ recovery-image] Feb 17 00:01:55.870 INFO O| Feb 17 00:01:55.870 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-02-17T00:01:57.881Z[ recovery-image] Feb 17 00:01:55.885 INFO O| Feb 17 00:01:55.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
68162026-02-17T00:01:57.881Z[ recovery-image] Feb 17 00:01:55.885 INFO O| Feb 17 00:01:55.885 INFO STEP 613 (remove_files) COMPLETE
68172026-02-17T00:01:57.887Z[ recovery-image] Feb 17 00:01:55.885 INFO O| Feb 17 00:01:55.885 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-02-17T00:01:57.890Z[ recovery-image] Feb 17 00:01:55.899 INFO O| Feb 17 00:01:55.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
68192026-02-17T00:01:57.890Z[ recovery-image] Feb 17 00:01:55.899 INFO O| Feb 17 00:01:55.899 INFO STEP 614 (remove_files) COMPLETE
68202026-02-17T00:01:57.890Z[ recovery-image] Feb 17 00:01:55.899 INFO O| Feb 17 00:01:55.899 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-02-17T00:01:57.902Z[ recovery-image] Feb 17 00:01:55.912 INFO O| Feb 17 00:01:55.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
68222026-02-17T00:01:57.902Z[ recovery-image] Feb 17 00:01:55.912 INFO O| Feb 17 00:01:55.912 INFO STEP 615 (remove_files) COMPLETE
68232026-02-17T00:01:57.902Z[ recovery-image] Feb 17 00:01:55.912 INFO O| Feb 17 00:01:55.912 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-02-17T00:01:57.915Z[ recovery-image] Feb 17 00:01:55.926 INFO O| Feb 17 00:01:55.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
68252026-02-17T00:01:57.915Z[ recovery-image] Feb 17 00:01:55.926 INFO O| Feb 17 00:01:55.926 INFO STEP 616 (remove_files) COMPLETE
68262026-02-17T00:01:57.916Z[ recovery-image] Feb 17 00:01:55.926 INFO O| Feb 17 00:01:55.926 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-02-17T00:01:57.931Z[ recovery-image] Feb 17 00:01:55.940 INFO O| Feb 17 00:01:55.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
68282026-02-17T00:01:57.931Z[ recovery-image] Feb 17 00:01:55.940 INFO O| Feb 17 00:01:55.940 INFO STEP 617 (remove_files) COMPLETE
68292026-02-17T00:01:57.931Z[ recovery-image] Feb 17 00:01:55.940 INFO O| Feb 17 00:01:55.940 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-02-17T00:01:57.945Z[ recovery-image] Feb 17 00:01:55.955 INFO O| Feb 17 00:01:55.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
68312026-02-17T00:01:57.945Z[ recovery-image] Feb 17 00:01:55.955 INFO O| Feb 17 00:01:55.955 INFO STEP 618 (remove_files) COMPLETE
68322026-02-17T00:01:57.945Z[ recovery-image] Feb 17 00:01:55.955 INFO O| Feb 17 00:01:55.955 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-02-17T00:01:57.960Z[ recovery-image] Feb 17 00:01:55.968 INFO O| Feb 17 00:01:55.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
68342026-02-17T00:01:57.960Z[ recovery-image] Feb 17 00:01:55.969 INFO O| Feb 17 00:01:55.969 INFO STEP 619 (remove_files) COMPLETE
68352026-02-17T00:01:57.965Z[ recovery-image] Feb 17 00:01:55.969 INFO O| Feb 17 00:01:55.969 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-02-17T00:01:57.976Z[ recovery-image] Feb 17 00:01:55.983 INFO O| Feb 17 00:01:55.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
68372026-02-17T00:01:57.976Z[ recovery-image] Feb 17 00:01:55.983 INFO O| Feb 17 00:01:55.983 INFO STEP 620 (remove_files) COMPLETE
68382026-02-17T00:01:57.976Z[ recovery-image] Feb 17 00:01:55.983 INFO O| Feb 17 00:01:55.983 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-02-17T00:01:57.990Z[ recovery-image] Feb 17 00:01:55.997 INFO O| Feb 17 00:01:55.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
68402026-02-17T00:01:57.990Z[ recovery-image] Feb 17 00:01:55.997 INFO O| Feb 17 00:01:55.997 INFO STEP 621 (remove_files) COMPLETE
68412026-02-17T00:01:57.990Z[ recovery-image] Feb 17 00:01:55.997 INFO O| Feb 17 00:01:55.997 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-02-17T00:01:58.002Z[ recovery-image] Feb 17 00:01:56.011 INFO O| Feb 17 00:01:56.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
68432026-02-17T00:01:58.002Z[ recovery-image] Feb 17 00:01:56.011 INFO O| Feb 17 00:01:56.011 INFO STEP 622 (remove_files) COMPLETE
68442026-02-17T00:01:58.002Z[ recovery-image] Feb 17 00:01:56.011 INFO O| Feb 17 00:01:56.011 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-02-17T00:01:58.015Z[ recovery-image] Feb 17 00:01:56.025 INFO O| Feb 17 00:01:56.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
68462026-02-17T00:01:58.015Z[ recovery-image] Feb 17 00:01:56.025 INFO O| Feb 17 00:01:56.025 INFO STEP 623 (remove_files) COMPLETE
68472026-02-17T00:01:58.015Z[ recovery-image] Feb 17 00:01:56.025 INFO O| Feb 17 00:01:56.025 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-02-17T00:01:58.035Z[ recovery-image] Feb 17 00:01:56.038 INFO O| Feb 17 00:01:56.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
68492026-02-17T00:01:58.035Z[ recovery-image] Feb 17 00:01:56.038 INFO O| Feb 17 00:01:56.038 INFO STEP 624 (remove_files) COMPLETE
68502026-02-17T00:01:58.035Z[ recovery-image] Feb 17 00:01:56.038 INFO O| Feb 17 00:01:56.038 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-02-17T00:01:58.042Z[ recovery-image] Feb 17 00:01:56.052 INFO O| Feb 17 00:01:56.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
68522026-02-17T00:01:58.042Z[ recovery-image] Feb 17 00:01:56.052 INFO O| Feb 17 00:01:56.052 INFO STEP 625 (remove_files) COMPLETE
68532026-02-17T00:01:58.045Z[ recovery-image] Feb 17 00:01:56.052 INFO O| Feb 17 00:01:56.052 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-02-17T00:01:58.055Z[ recovery-image] Feb 17 00:01:56.065 INFO O| Feb 17 00:01:56.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
68552026-02-17T00:01:58.055Z[ recovery-image] Feb 17 00:01:56.065 INFO O| Feb 17 00:01:56.065 INFO STEP 626 (remove_files) COMPLETE
68562026-02-17T00:01:58.059Z[ recovery-image] Feb 17 00:01:56.065 INFO O| Feb 17 00:01:56.065 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-02-17T00:01:58.068Z[ recovery-image] Feb 17 00:01:56.078 INFO O| Feb 17 00:01:56.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
68582026-02-17T00:01:58.068Z[ recovery-image] Feb 17 00:01:56.078 INFO O| Feb 17 00:01:56.078 INFO STEP 627 (remove_files) COMPLETE
68592026-02-17T00:01:58.071Z[ recovery-image] Feb 17 00:01:56.078 INFO O| Feb 17 00:01:56.078 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-02-17T00:01:58.082Z[ recovery-image] Feb 17 00:01:56.091 INFO O| Feb 17 00:01:56.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
68612026-02-17T00:01:58.082Z[ recovery-image] Feb 17 00:01:56.091 INFO O| Feb 17 00:01:56.091 INFO STEP 628 (remove_files) COMPLETE
68622026-02-17T00:01:58.087Z[ recovery-image] Feb 17 00:01:56.091 INFO O| Feb 17 00:01:56.091 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-02-17T00:01:58.094Z[ recovery-image] Feb 17 00:01:56.104 INFO O| Feb 17 00:01:56.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
68642026-02-17T00:01:58.094Z[ recovery-image] Feb 17 00:01:56.104 INFO O| Feb 17 00:01:56.104 INFO STEP 629 (remove_files) COMPLETE
68652026-02-17T00:01:58.094Z[ recovery-image] Feb 17 00:01:56.104 INFO O| Feb 17 00:01:56.104 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-02-17T00:01:58.107Z[ recovery-image] Feb 17 00:01:56.117 INFO O| Feb 17 00:01:56.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
68672026-02-17T00:01:58.107Z[ recovery-image] Feb 17 00:01:56.117 INFO O| Feb 17 00:01:56.117 INFO STEP 630 (remove_files) COMPLETE
68682026-02-17T00:01:58.107Z[ recovery-image] Feb 17 00:01:56.117 INFO O| Feb 17 00:01:56.117 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-02-17T00:01:58.123Z[ recovery-image] Feb 17 00:01:56.130 INFO O| Feb 17 00:01:56.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
68702026-02-17T00:01:58.131Z[ recovery-image] Feb 17 00:01:56.131 INFO O| Feb 17 00:01:56.131 INFO STEP 631 (remove_files) COMPLETE
68712026-02-17T00:01:58.131Z[ recovery-image] Feb 17 00:01:56.131 INFO O| Feb 17 00:01:56.131 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-02-17T00:01:58.136Z[ recovery-image] Feb 17 00:01:56.142 INFO O| Feb 17 00:01:56.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
68732026-02-17T00:01:58.136Z[ recovery-image] Feb 17 00:01:56.143 INFO O| Feb 17 00:01:56.142 INFO STEP 632 (remove_files) COMPLETE
68742026-02-17T00:01:58.136Z[ recovery-image] Feb 17 00:01:56.143 INFO O| Feb 17 00:01:56.143 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-02-17T00:01:58.147Z[ recovery-image] Feb 17 00:01:56.156 INFO O| Feb 17 00:01:56.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
68762026-02-17T00:01:58.147Z[ recovery-image] Feb 17 00:01:56.156 INFO O| Feb 17 00:01:56.156 INFO STEP 633 (remove_files) COMPLETE
68772026-02-17T00:01:58.147Z[ recovery-image] Feb 17 00:01:56.156 INFO O| Feb 17 00:01:56.156 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-02-17T00:01:58.158Z[ recovery-image] Feb 17 00:01:56.168 INFO O| Feb 17 00:01:56.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
68792026-02-17T00:01:58.159Z[ recovery-image] Feb 17 00:01:56.168 INFO O| Feb 17 00:01:56.168 INFO STEP 634 (remove_files) COMPLETE
68802026-02-17T00:01:58.159Z[ recovery-image] Feb 17 00:01:56.168 INFO O| Feb 17 00:01:56.168 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-02-17T00:01:58.170Z[ recovery-image] Feb 17 00:01:56.180 INFO O| Feb 17 00:01:56.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
68822026-02-17T00:01:58.170Z[ recovery-image] Feb 17 00:01:56.181 INFO O| Feb 17 00:01:56.180 INFO STEP 635 (remove_files) COMPLETE
68832026-02-17T00:01:58.170Z[ recovery-image] Feb 17 00:01:56.181 INFO O| Feb 17 00:01:56.181 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-02-17T00:01:58.185Z[ recovery-image] Feb 17 00:01:56.193 INFO O| Feb 17 00:01:56.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
68852026-02-17T00:01:58.185Z[ recovery-image] Feb 17 00:01:56.193 INFO O| Feb 17 00:01:56.193 INFO STEP 636 (remove_files) COMPLETE
68862026-02-17T00:01:58.190Z[ recovery-image] Feb 17 00:01:56.193 INFO O| Feb 17 00:01:56.193 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-02-17T00:01:58.196Z[ recovery-image] Feb 17 00:01:56.206 INFO O| Feb 17 00:01:56.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
68882026-02-17T00:01:58.196Z[ recovery-image] Feb 17 00:01:56.206 INFO O| Feb 17 00:01:56.206 INFO STEP 637 (remove_files) COMPLETE
68892026-02-17T00:01:58.196Z[ recovery-image] Feb 17 00:01:56.206 INFO O| Feb 17 00:01:56.206 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-02-17T00:01:58.207Z[ recovery-image] Feb 17 00:01:56.217 INFO O| Feb 17 00:01:56.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
68912026-02-17T00:01:58.208Z[ recovery-image] Feb 17 00:01:56.217 INFO O| Feb 17 00:01:56.217 INFO STEP 638 (remove_files) COMPLETE
68922026-02-17T00:01:58.208Z[ recovery-image] Feb 17 00:01:56.217 INFO O| Feb 17 00:01:56.217 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-02-17T00:01:58.220Z[ recovery-image] Feb 17 00:01:56.231 INFO O| Feb 17 00:01:56.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
68942026-02-17T00:01:58.220Z[ recovery-image] Feb 17 00:01:56.231 INFO O| Feb 17 00:01:56.231 INFO STEP 639 (remove_files) COMPLETE
68952026-02-17T00:01:58.221Z[ recovery-image] Feb 17 00:01:56.231 INFO O| Feb 17 00:01:56.231 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-02-17T00:01:58.241Z[ recovery-image] Feb 17 00:01:56.244 INFO O| Feb 17 00:01:56.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
68972026-02-17T00:01:58.241Z[ recovery-image] Feb 17 00:01:56.244 INFO O| Feb 17 00:01:56.244 INFO STEP 640 (remove_files) COMPLETE
68982026-02-17T00:01:58.241Z[ recovery-image] Feb 17 00:01:56.244 INFO O| Feb 17 00:01:56.244 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-02-17T00:01:58.247Z[ recovery-image] Feb 17 00:01:56.257 INFO O| Feb 17 00:01:56.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
69002026-02-17T00:01:58.247Z[ recovery-image] Feb 17 00:01:56.257 INFO O| Feb 17 00:01:56.257 INFO STEP 641 (remove_files) COMPLETE
69012026-02-17T00:01:58.247Z[ recovery-image] Feb 17 00:01:56.257 INFO O| Feb 17 00:01:56.257 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-02-17T00:01:58.260Z[ recovery-image] Feb 17 00:01:56.270 INFO O| Feb 17 00:01:56.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
69032026-02-17T00:01:58.260Z[ recovery-image] Feb 17 00:01:56.270 INFO O| Feb 17 00:01:56.270 INFO STEP 642 (remove_files) COMPLETE
69042026-02-17T00:01:58.263Z[ recovery-image] Feb 17 00:01:56.270 INFO O| Feb 17 00:01:56.270 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-02-17T00:01:58.273Z[ recovery-image] Feb 17 00:01:56.283 INFO O| Feb 17 00:01:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
69062026-02-17T00:01:58.273Z[ recovery-image] Feb 17 00:01:56.283 INFO O| Feb 17 00:01:56.283 INFO STEP 643 (remove_files) COMPLETE
69072026-02-17T00:01:58.287Z[ recovery-image] Feb 17 00:01:56.283 INFO O| Feb 17 00:01:56.283 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-02-17T00:01:58.296Z[ recovery-image] Feb 17 00:01:56.296 INFO O| Feb 17 00:01:56.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
69092026-02-17T00:01:58.297Z[ recovery-image] Feb 17 00:01:56.296 INFO O| Feb 17 00:01:56.296 INFO STEP 644 (remove_files) COMPLETE
69102026-02-17T00:01:58.297Z[ recovery-image] Feb 17 00:01:56.296 INFO O| Feb 17 00:01:56.296 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-02-17T00:01:58.302Z[ recovery-image] Feb 17 00:01:56.309 INFO O| Feb 17 00:01:56.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
69122026-02-17T00:01:58.302Z[ recovery-image] Feb 17 00:01:56.309 INFO O| Feb 17 00:01:56.309 INFO STEP 645 (remove_files) COMPLETE
69132026-02-17T00:01:58.302Z[ recovery-image] Feb 17 00:01:56.309 INFO O| Feb 17 00:01:56.309 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-02-17T00:01:58.312Z[ recovery-image] Feb 17 00:01:56.322 INFO O| Feb 17 00:01:56.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
69152026-02-17T00:01:58.312Z[ recovery-image] Feb 17 00:01:56.322 INFO O| Feb 17 00:01:56.322 INFO STEP 646 (remove_files) COMPLETE
69162026-02-17T00:01:58.315Z[ recovery-image] Feb 17 00:01:56.322 INFO O| Feb 17 00:01:56.322 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-02-17T00:01:58.325Z[ recovery-image] Feb 17 00:01:56.335 INFO O| Feb 17 00:01:56.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
69182026-02-17T00:01:58.325Z[ recovery-image] Feb 17 00:01:56.335 INFO O| Feb 17 00:01:56.335 INFO STEP 647 (remove_files) COMPLETE
69192026-02-17T00:01:58.325Z[ recovery-image] Feb 17 00:01:56.335 INFO O| Feb 17 00:01:56.335 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-02-17T00:01:58.342Z[ recovery-image] Feb 17 00:01:56.347 INFO O| Feb 17 00:01:56.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
69212026-02-17T00:01:58.342Z[ recovery-image] Feb 17 00:01:56.348 INFO O| Feb 17 00:01:56.348 INFO STEP 648 (remove_files) COMPLETE
69222026-02-17T00:01:58.342Z[ recovery-image] Feb 17 00:01:56.348 INFO O| Feb 17 00:01:56.348 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-02-17T00:01:58.351Z[ recovery-image] Feb 17 00:01:56.360 INFO O| Feb 17 00:01:56.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
69242026-02-17T00:01:58.351Z[ recovery-image] Feb 17 00:01:56.360 INFO O| Feb 17 00:01:56.360 INFO STEP 649 (remove_files) COMPLETE
69252026-02-17T00:01:58.351Z[ recovery-image] Feb 17 00:01:56.360 INFO O| Feb 17 00:01:56.360 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-02-17T00:01:58.365Z[ recovery-image] Feb 17 00:01:56.375 INFO O| Feb 17 00:01:56.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
69272026-02-17T00:01:58.365Z[ recovery-image] Feb 17 00:01:56.375 INFO O| Feb 17 00:01:56.375 INFO STEP 650 (remove_files) COMPLETE
69282026-02-17T00:01:58.368Z[ recovery-image] Feb 17 00:01:56.375 INFO O| Feb 17 00:01:56.375 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-02-17T00:01:58.379Z[ recovery-image] Feb 17 00:01:56.389 INFO O| Feb 17 00:01:56.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
69302026-02-17T00:01:58.379Z[ recovery-image] Feb 17 00:01:56.389 INFO O| Feb 17 00:01:56.389 INFO STEP 651 (remove_files) COMPLETE
69312026-02-17T00:01:58.383Z[ recovery-image] Feb 17 00:01:56.389 INFO O| Feb 17 00:01:56.389 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-02-17T00:01:58.393Z[ recovery-image] Feb 17 00:01:56.403 INFO O| Feb 17 00:01:56.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
69332026-02-17T00:01:58.393Z[ recovery-image] Feb 17 00:01:56.403 INFO O| Feb 17 00:01:56.403 INFO STEP 652 (remove_files) COMPLETE
69342026-02-17T00:01:58.393Z[ recovery-image] Feb 17 00:01:56.403 INFO O| Feb 17 00:01:56.403 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-02-17T00:01:58.409Z[ recovery-image] Feb 17 00:01:56.416 INFO O| Feb 17 00:01:56.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
69362026-02-17T00:01:58.409Z[ recovery-image] Feb 17 00:01:56.416 INFO O| Feb 17 00:01:56.416 INFO STEP 653 (remove_files) COMPLETE
69372026-02-17T00:01:58.413Z[ recovery-image] Feb 17 00:01:56.416 INFO O| Feb 17 00:01:56.416 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-02-17T00:01:58.419Z[ recovery-image] Feb 17 00:01:56.429 INFO O| Feb 17 00:01:56.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
69392026-02-17T00:01:58.419Z[ recovery-image] Feb 17 00:01:56.429 INFO O| Feb 17 00:01:56.429 INFO STEP 654 (remove_files) COMPLETE
69402026-02-17T00:01:58.425Z[ recovery-image] Feb 17 00:01:56.429 INFO O| Feb 17 00:01:56.429 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-02-17T00:01:58.437Z[ recovery-image] Feb 17 00:01:56.443 INFO O| Feb 17 00:01:56.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
69422026-02-17T00:01:58.437Z[ recovery-image] Feb 17 00:01:56.443 INFO O| Feb 17 00:01:56.443 INFO STEP 655 (remove_files) COMPLETE
69432026-02-17T00:01:58.447Z[ recovery-image] Feb 17 00:01:56.443 INFO O| Feb 17 00:01:56.443 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-02-17T00:01:58.453Z[ recovery-image] Feb 17 00:01:56.455 INFO O| Feb 17 00:01:56.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
69452026-02-17T00:01:58.453Z[ recovery-image] Feb 17 00:01:56.455 INFO O| Feb 17 00:01:56.455 INFO STEP 656 (remove_files) COMPLETE
69462026-02-17T00:01:58.453Z[ recovery-image] Feb 17 00:01:56.455 INFO O| Feb 17 00:01:56.455 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-02-17T00:01:58.457Z[ recovery-image] Feb 17 00:01:56.467 INFO O| Feb 17 00:01:56.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
69482026-02-17T00:01:58.464Z[ recovery-image] Feb 17 00:01:56.467 INFO O| Feb 17 00:01:56.467 INFO STEP 657 (remove_files) COMPLETE
69492026-02-17T00:01:58.464Z[ recovery-image] Feb 17 00:01:56.467 INFO O| Feb 17 00:01:56.467 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-02-17T00:01:58.471Z[ recovery-image] Feb 17 00:01:56.481 INFO O| Feb 17 00:01:56.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
69512026-02-17T00:01:58.471Z[ recovery-image] Feb 17 00:01:56.481 INFO O| Feb 17 00:01:56.481 INFO STEP 658 (remove_files) COMPLETE
69522026-02-17T00:01:58.471Z[ recovery-image] Feb 17 00:01:56.481 INFO O| Feb 17 00:01:56.481 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-02-17T00:01:58.486Z[ recovery-image] Feb 17 00:01:56.494 INFO O| Feb 17 00:01:56.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
69542026-02-17T00:01:58.487Z[ recovery-image] Feb 17 00:01:56.494 INFO O| Feb 17 00:01:56.494 INFO STEP 659 (remove_files) COMPLETE
69552026-02-17T00:01:58.487Z[ recovery-image] Feb 17 00:01:56.494 INFO O| Feb 17 00:01:56.494 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-02-17T00:01:58.497Z[ recovery-image] Feb 17 00:01:56.507 INFO O| Feb 17 00:01:56.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
69572026-02-17T00:01:58.497Z[ recovery-image] Feb 17 00:01:56.507 INFO O| Feb 17 00:01:56.507 INFO STEP 660 (remove_files) COMPLETE
69582026-02-17T00:01:58.497Z[ recovery-image] Feb 17 00:01:56.507 INFO O| Feb 17 00:01:56.507 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-02-17T00:01:58.511Z[ recovery-image] Feb 17 00:01:56.519 INFO O| Feb 17 00:01:56.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
69602026-02-17T00:01:58.511Z[ recovery-image] Feb 17 00:01:56.519 INFO O| Feb 17 00:01:56.519 INFO STEP 661 (remove_files) COMPLETE
69612026-02-17T00:01:58.511Z[ recovery-image] Feb 17 00:01:56.519 INFO O| Feb 17 00:01:56.519 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-02-17T00:01:58.522Z[ recovery-image] Feb 17 00:01:56.532 INFO O| Feb 17 00:01:56.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
69632026-02-17T00:01:58.523Z[ recovery-image] Feb 17 00:01:56.533 INFO O| Feb 17 00:01:56.532 INFO STEP 662 (remove_files) COMPLETE
69642026-02-17T00:01:58.527Z[ recovery-image] Feb 17 00:01:56.533 INFO O| Feb 17 00:01:56.533 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-02-17T00:01:58.535Z[ recovery-image] Feb 17 00:01:56.545 INFO O| Feb 17 00:01:56.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
69662026-02-17T00:01:58.535Z[ recovery-image] Feb 17 00:01:56.545 INFO O| Feb 17 00:01:56.545 INFO STEP 663 (remove_files) COMPLETE
69672026-02-17T00:01:58.542Z[ recovery-image] Feb 17 00:01:56.545 INFO O| Feb 17 00:01:56.545 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-02-17T00:01:58.548Z[ recovery-image] Feb 17 00:01:56.558 INFO O| Feb 17 00:01:56.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
69692026-02-17T00:01:58.548Z[ recovery-image] Feb 17 00:01:56.558 INFO O| Feb 17 00:01:56.558 INFO STEP 664 (remove_files) COMPLETE
69702026-02-17T00:01:58.553Z[ recovery-image] Feb 17 00:01:56.558 INFO O| Feb 17 00:01:56.558 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-02-17T00:01:58.562Z[ recovery-image] Feb 17 00:01:56.572 INFO O| Feb 17 00:01:56.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
69722026-02-17T00:01:58.562Z[ recovery-image] Feb 17 00:01:56.572 INFO O| Feb 17 00:01:56.572 INFO STEP 665 (remove_files) COMPLETE
69732026-02-17T00:01:58.562Z[ recovery-image] Feb 17 00:01:56.572 INFO O| Feb 17 00:01:56.572 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-02-17T00:01:58.574Z[ recovery-image] Feb 17 00:01:56.584 INFO O| Feb 17 00:01:56.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
69752026-02-17T00:01:58.577Z[ recovery-image] Feb 17 00:01:56.584 INFO O| Feb 17 00:01:56.584 INFO STEP 666 (remove_files) COMPLETE
69762026-02-17T00:01:58.577Z[ recovery-image] Feb 17 00:01:56.584 INFO O| Feb 17 00:01:56.584 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-02-17T00:01:58.587Z[ recovery-image] Feb 17 00:01:56.596 INFO O| Feb 17 00:01:56.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
69782026-02-17T00:01:58.587Z[ recovery-image] Feb 17 00:01:56.597 INFO O| Feb 17 00:01:56.597 INFO STEP 667 (remove_files) COMPLETE
69792026-02-17T00:01:58.594Z[ recovery-image] Feb 17 00:01:56.597 INFO O| Feb 17 00:01:56.597 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-02-17T00:01:58.606Z[ recovery-image] Feb 17 00:01:56.609 INFO O| Feb 17 00:01:56.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
69812026-02-17T00:01:58.607Z[ recovery-image] Feb 17 00:01:56.610 INFO O| Feb 17 00:01:56.609 INFO STEP 668 (remove_files) COMPLETE
69822026-02-17T00:01:58.607Z[ recovery-image] Feb 17 00:01:56.610 INFO O| Feb 17 00:01:56.610 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-02-17T00:01:58.613Z[ recovery-image] Feb 17 00:01:56.622 INFO O| Feb 17 00:01:56.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
69842026-02-17T00:01:58.613Z[ recovery-image] Feb 17 00:01:56.622 INFO O| Feb 17 00:01:56.622 INFO STEP 669 (remove_files) COMPLETE
69852026-02-17T00:01:58.613Z[ recovery-image] Feb 17 00:01:56.622 INFO O| Feb 17 00:01:56.622 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-02-17T00:01:58.625Z[ recovery-image] Feb 17 00:01:56.635 INFO O| Feb 17 00:01:56.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
69872026-02-17T00:01:58.628Z[ recovery-image] Feb 17 00:01:56.636 INFO O| Feb 17 00:01:56.636 INFO STEP 670 (remove_files) COMPLETE
69882026-02-17T00:01:58.628Z[ recovery-image] Feb 17 00:01:56.636 INFO O| Feb 17 00:01:56.636 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-02-17T00:01:58.639Z[ recovery-image] Feb 17 00:01:56.647 INFO O| Feb 17 00:01:56.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
69902026-02-17T00:01:58.639Z[ recovery-image] Feb 17 00:01:56.647 INFO O| Feb 17 00:01:56.647 INFO STEP 671 (remove_files) COMPLETE
69912026-02-17T00:01:58.649Z[ recovery-image] Feb 17 00:01:56.647 INFO O| Feb 17 00:01:56.647 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-02-17T00:01:58.654Z[ recovery-image] Feb 17 00:01:56.660 INFO O| Feb 17 00:01:56.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
69932026-02-17T00:01:58.654Z[ recovery-image] Feb 17 00:01:56.660 INFO O| Feb 17 00:01:56.660 INFO STEP 672 (remove_files) COMPLETE
69942026-02-17T00:01:58.654Z[ recovery-image] Feb 17 00:01:56.660 INFO O| Feb 17 00:01:56.660 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-02-17T00:01:58.663Z[ recovery-image] Feb 17 00:01:56.673 INFO O| Feb 17 00:01:56.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
69962026-02-17T00:01:58.663Z[ recovery-image] Feb 17 00:01:56.673 INFO O| Feb 17 00:01:56.673 INFO STEP 673 (remove_files) COMPLETE
69972026-02-17T00:01:58.663Z[ recovery-image] Feb 17 00:01:56.673 INFO O| Feb 17 00:01:56.673 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-02-17T00:01:58.675Z[ recovery-image] Feb 17 00:01:56.685 INFO O| Feb 17 00:01:56.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
69992026-02-17T00:01:58.678Z[ recovery-image] Feb 17 00:01:56.685 INFO O| Feb 17 00:01:56.685 INFO STEP 674 (remove_files) COMPLETE
70002026-02-17T00:01:58.679Z[ recovery-image] Feb 17 00:01:56.685 INFO O| Feb 17 00:01:56.685 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-02-17T00:01:58.687Z[ recovery-image] Feb 17 00:01:56.697 INFO O| Feb 17 00:01:56.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
70022026-02-17T00:01:58.687Z[ recovery-image] Feb 17 00:01:56.697 INFO O| Feb 17 00:01:56.697 INFO STEP 675 (remove_files) COMPLETE
70032026-02-17T00:01:58.687Z[ recovery-image] Feb 17 00:01:56.697 INFO O| Feb 17 00:01:56.697 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-02-17T00:01:58.700Z[ recovery-image] Feb 17 00:01:56.710 INFO O| Feb 17 00:01:56.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
70052026-02-17T00:01:58.700Z[ recovery-image] Feb 17 00:01:56.710 INFO O| Feb 17 00:01:56.710 INFO STEP 676 (remove_files) COMPLETE
70062026-02-17T00:01:58.700Z[ recovery-image] Feb 17 00:01:56.710 INFO O| Feb 17 00:01:56.710 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-02-17T00:01:58.715Z[ recovery-image] Feb 17 00:01:56.723 INFO O| Feb 17 00:01:56.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
70082026-02-17T00:01:58.715Z[ recovery-image] Feb 17 00:01:56.723 INFO O| Feb 17 00:01:56.723 INFO STEP 677 (remove_files) COMPLETE
70092026-02-17T00:01:58.719Z[ recovery-image] Feb 17 00:01:56.723 INFO O| Feb 17 00:01:56.723 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-02-17T00:01:58.725Z[ recovery-image] Feb 17 00:01:56.735 INFO O| Feb 17 00:01:56.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
70112026-02-17T00:01:58.725Z[ recovery-image] Feb 17 00:01:56.735 INFO O| Feb 17 00:01:56.735 INFO STEP 678 (remove_files) COMPLETE
70122026-02-17T00:01:58.725Z[ recovery-image] Feb 17 00:01:56.735 INFO O| Feb 17 00:01:56.735 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-02-17T00:01:58.737Z[ recovery-image] Feb 17 00:01:56.747 INFO O| Feb 17 00:01:56.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
70142026-02-17T00:01:58.737Z[ recovery-image] Feb 17 00:01:56.747 INFO O| Feb 17 00:01:56.747 INFO STEP 679 (remove_files) COMPLETE
70152026-02-17T00:01:58.737Z[ recovery-image] Feb 17 00:01:56.747 INFO O| Feb 17 00:01:56.747 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-02-17T00:01:58.750Z[ recovery-image] Feb 17 00:01:56.760 INFO O| Feb 17 00:01:56.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
70172026-02-17T00:01:58.750Z[ recovery-image] Feb 17 00:01:56.760 INFO O| Feb 17 00:01:56.760 INFO STEP 680 (remove_files) COMPLETE
70182026-02-17T00:01:58.750Z[ recovery-image] Feb 17 00:01:56.760 INFO O| Feb 17 00:01:56.760 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-02-17T00:01:58.766Z[ recovery-image] Feb 17 00:01:56.773 INFO O| Feb 17 00:01:56.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
70202026-02-17T00:01:58.766Z[ recovery-image] Feb 17 00:01:56.773 INFO O| Feb 17 00:01:56.773 INFO STEP 681 (remove_files) COMPLETE
70212026-02-17T00:01:58.769Z[ recovery-image] Feb 17 00:01:56.773 INFO O| Feb 17 00:01:56.773 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-02-17T00:01:58.775Z[ recovery-image] Feb 17 00:01:56.785 INFO O| Feb 17 00:01:56.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
70232026-02-17T00:01:58.776Z[ recovery-image] Feb 17 00:01:56.786 INFO O| Feb 17 00:01:56.785 INFO STEP 682 (remove_files) COMPLETE
70242026-02-17T00:01:58.778Z[ recovery-image] Feb 17 00:01:56.786 INFO O| Feb 17 00:01:56.786 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-02-17T00:01:58.788Z[ recovery-image] Feb 17 00:01:56.798 INFO O| Feb 17 00:01:56.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
70262026-02-17T00:01:58.796Z[ recovery-image] Feb 17 00:01:56.798 INFO O| Feb 17 00:01:56.798 INFO STEP 683 (remove_files) COMPLETE
70272026-02-17T00:01:58.796Z[ recovery-image] Feb 17 00:01:56.798 INFO O| Feb 17 00:01:56.798 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-02-17T00:01:58.800Z[ recovery-image] Feb 17 00:01:56.810 INFO O| Feb 17 00:01:56.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
70292026-02-17T00:01:58.800Z[ recovery-image] Feb 17 00:01:56.810 INFO O| Feb 17 00:01:56.810 INFO STEP 684 (remove_files) COMPLETE
70302026-02-17T00:01:58.804Z[ recovery-image] Feb 17 00:01:56.810 INFO O| Feb 17 00:01:56.810 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-02-17T00:01:58.815Z[ recovery-image] Feb 17 00:01:56.823 INFO O| Feb 17 00:01:56.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
70322026-02-17T00:01:58.815Z[ recovery-image] Feb 17 00:01:56.823 INFO O| Feb 17 00:01:56.823 INFO STEP 685 (remove_files) COMPLETE
70332026-02-17T00:01:58.815Z[ recovery-image] Feb 17 00:01:56.823 INFO O| Feb 17 00:01:56.823 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-02-17T00:01:58.827Z[ recovery-image] Feb 17 00:01:56.835 INFO O| Feb 17 00:01:56.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
70352026-02-17T00:01:58.827Z[ recovery-image] Feb 17 00:01:56.835 INFO O| Feb 17 00:01:56.835 INFO STEP 686 (remove_files) COMPLETE
70362026-02-17T00:01:58.827Z[ recovery-image] Feb 17 00:01:56.835 INFO O| Feb 17 00:01:56.835 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-02-17T00:01:58.838Z[ recovery-image] Feb 17 00:01:56.847 INFO O| Feb 17 00:01:56.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
70382026-02-17T00:01:58.838Z[ recovery-image] Feb 17 00:01:56.847 INFO O| Feb 17 00:01:56.847 INFO STEP 687 (remove_files) COMPLETE
70392026-02-17T00:01:58.843Z[ recovery-image] Feb 17 00:01:56.847 INFO O| Feb 17 00:01:56.847 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-02-17T00:01:58.851Z[ recovery-image] Feb 17 00:01:56.859 INFO O| Feb 17 00:01:56.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
70412026-02-17T00:01:58.861Z[ recovery-image] Feb 17 00:01:56.859 INFO O| Feb 17 00:01:56.859 INFO STEP 688 (remove_files) COMPLETE
70422026-02-17T00:01:58.861Z[ recovery-image] Feb 17 00:01:56.859 INFO O| Feb 17 00:01:56.859 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-02-17T00:01:58.867Z[ recovery-image] Feb 17 00:01:56.872 INFO O| Feb 17 00:01:56.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
70442026-02-17T00:01:58.867Z[ recovery-image] Feb 17 00:01:56.872 INFO O| Feb 17 00:01:56.872 INFO STEP 689 (remove_files) COMPLETE
70452026-02-17T00:01:58.867Z[ recovery-image] Feb 17 00:01:56.872 INFO O| Feb 17 00:01:56.872 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-02-17T00:01:58.874Z[ recovery-image] Feb 17 00:01:56.884 INFO O| Feb 17 00:01:56.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
70472026-02-17T00:01:58.874Z[ recovery-image] Feb 17 00:01:56.884 INFO O| Feb 17 00:01:56.884 INFO STEP 690 (remove_files) COMPLETE
70482026-02-17T00:01:58.877Z[ recovery-image] Feb 17 00:01:56.884 INFO O| Feb 17 00:01:56.884 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-02-17T00:01:58.885Z[ recovery-image] Feb 17 00:01:56.895 INFO O| Feb 17 00:01:56.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
70502026-02-17T00:01:58.885Z[ recovery-image] Feb 17 00:01:56.896 INFO O| Feb 17 00:01:56.895 INFO STEP 691 (remove_files) COMPLETE
70512026-02-17T00:01:58.891Z[ recovery-image] Feb 17 00:01:56.896 INFO O| Feb 17 00:01:56.896 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-02-17T00:01:58.904Z[ recovery-image] Feb 17 00:01:56.908 INFO O| Feb 17 00:01:56.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
70532026-02-17T00:01:58.904Z[ recovery-image] Feb 17 00:01:56.908 INFO O| Feb 17 00:01:56.908 INFO STEP 692 (remove_files) COMPLETE
70542026-02-17T00:01:58.913Z[ recovery-image] Feb 17 00:01:56.908 INFO O| Feb 17 00:01:56.908 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-02-17T00:01:58.920Z[ recovery-image] Feb 17 00:01:56.919 INFO O| Feb 17 00:01:56.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
70562026-02-17T00:01:58.920Z[ recovery-image] Feb 17 00:01:56.919 INFO O| Feb 17 00:01:56.919 INFO STEP 693 (remove_files) COMPLETE
70572026-02-17T00:01:58.920Z[ recovery-image] Feb 17 00:01:56.919 INFO O| Feb 17 00:01:56.919 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-02-17T00:01:58.946Z[ recovery-image] Feb 17 00:01:56.931 INFO O| Feb 17 00:01:56.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
70592026-02-17T00:01:58.947Z[ recovery-image] Feb 17 00:01:56.931 INFO O| Feb 17 00:01:56.931 INFO STEP 694 (remove_files) COMPLETE
70602026-02-17T00:01:58.947Z[ recovery-image] Feb 17 00:01:56.931 INFO O| Feb 17 00:01:56.931 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-02-17T00:01:58.947Z[ recovery-image] Feb 17 00:01:56.943 INFO O| Feb 17 00:01:56.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
70622026-02-17T00:01:58.947Z[ recovery-image] Feb 17 00:01:56.943 INFO O| Feb 17 00:01:56.943 INFO STEP 695 (remove_files) COMPLETE
70632026-02-17T00:01:58.947Z[ recovery-image] Feb 17 00:01:56.943 INFO O| Feb 17 00:01:56.943 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-02-17T00:01:58.950Z[ recovery-image] Feb 17 00:01:56.955 INFO O| Feb 17 00:01:56.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
70652026-02-17T00:01:58.950Z[ recovery-image] Feb 17 00:01:56.955 INFO O| Feb 17 00:01:56.955 INFO STEP 696 (remove_files) COMPLETE
70662026-02-17T00:01:58.950Z[ recovery-image] Feb 17 00:01:56.955 INFO O| Feb 17 00:01:56.955 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-02-17T00:01:58.964Z[ recovery-image] Feb 17 00:01:56.967 INFO O| Feb 17 00:01:56.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
70682026-02-17T00:01:58.968Z[ recovery-image] Feb 17 00:01:56.968 INFO O| Feb 17 00:01:56.968 INFO STEP 697 (remove_files) COMPLETE
70692026-02-17T00:01:58.968Z[ recovery-image] Feb 17 00:01:56.968 INFO O| Feb 17 00:01:56.968 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-02-17T00:01:58.975Z[ recovery-image] Feb 17 00:01:56.980 INFO O| Feb 17 00:01:56.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
70712026-02-17T00:01:58.975Z[ recovery-image] Feb 17 00:01:56.981 INFO O| Feb 17 00:01:56.981 INFO STEP 698 (remove_files) COMPLETE
70722026-02-17T00:01:58.975Z[ recovery-image] Feb 17 00:01:56.981 INFO O| Feb 17 00:01:56.981 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-02-17T00:01:58.983Z[ recovery-image] Feb 17 00:01:56.993 INFO O| Feb 17 00:01:56.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
70742026-02-17T00:01:58.983Z[ recovery-image] Feb 17 00:01:56.993 INFO O| Feb 17 00:01:56.993 INFO STEP 699 (remove_files) COMPLETE
70752026-02-17T00:01:58.984Z[ recovery-image] Feb 17 00:01:56.993 INFO O| Feb 17 00:01:56.993 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-02-17T00:01:58.996Z[ recovery-image] Feb 17 00:01:57.005 INFO O| Feb 17 00:01:57.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
70772026-02-17T00:01:58.996Z[ recovery-image] Feb 17 00:01:57.005 INFO O| Feb 17 00:01:57.005 INFO STEP 700 (remove_files) COMPLETE
70782026-02-17T00:01:58.997Z[ recovery-image] Feb 17 00:01:57.006 INFO O| Feb 17 00:01:57.005 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-02-17T00:01:59.008Z[ recovery-image] Feb 17 00:01:57.018 INFO O| Feb 17 00:01:57.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
70802026-02-17T00:01:59.022Z[ recovery-image] Feb 17 00:01:57.019 INFO O| Feb 17 00:01:57.019 INFO STEP 701 (remove_files) COMPLETE
70812026-02-17T00:01:59.022Z[ recovery-image] Feb 17 00:01:57.019 INFO O| Feb 17 00:01:57.019 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-02-17T00:01:59.027Z[ recovery-image] Feb 17 00:01:57.032 INFO O| Feb 17 00:01:57.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
70832026-02-17T00:01:59.028Z[ recovery-image] Feb 17 00:01:57.032 INFO O| Feb 17 00:01:57.032 INFO STEP 702 (remove_files) COMPLETE
70842026-02-17T00:01:59.028Z[ recovery-image] Feb 17 00:01:57.032 INFO O| Feb 17 00:01:57.032 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-02-17T00:01:59.035Z[ recovery-image] Feb 17 00:01:57.045 INFO O| Feb 17 00:01:57.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
70862026-02-17T00:01:59.035Z[ recovery-image] Feb 17 00:01:57.045 INFO O| Feb 17 00:01:57.045 INFO STEP 703 (remove_files) COMPLETE
70872026-02-17T00:01:59.035Z[ recovery-image] Feb 17 00:01:57.045 INFO O| Feb 17 00:01:57.045 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-02-17T00:01:59.048Z[ recovery-image] Feb 17 00:01:57.057 INFO O| Feb 17 00:01:57.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
70892026-02-17T00:01:59.048Z[ recovery-image] Feb 17 00:01:57.057 INFO O| Feb 17 00:01:57.057 INFO STEP 704 (remove_files) COMPLETE
70902026-02-17T00:01:59.053Z[ recovery-image] Feb 17 00:01:57.057 INFO O| Feb 17 00:01:57.057 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-02-17T00:01:59.060Z[ recovery-image] Feb 17 00:01:57.070 INFO O| Feb 17 00:01:57.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
70922026-02-17T00:01:59.063Z[ recovery-image] Feb 17 00:01:57.070 INFO O| Feb 17 00:01:57.070 INFO STEP 705 (remove_files) COMPLETE
70932026-02-17T00:01:59.063Z[ recovery-image] Feb 17 00:01:57.070 INFO O| Feb 17 00:01:57.070 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-02-17T00:01:59.072Z[ recovery-image] Feb 17 00:01:57.082 INFO O| Feb 17 00:01:57.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
70952026-02-17T00:01:59.079Z[ recovery-image] Feb 17 00:01:57.082 INFO O| Feb 17 00:01:57.082 INFO STEP 706 (remove_files) COMPLETE
70962026-02-17T00:01:59.079Z[ recovery-image] Feb 17 00:01:57.082 INFO O| Feb 17 00:01:57.082 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-02-17T00:01:59.084Z[ recovery-image] Feb 17 00:01:57.094 INFO O| Feb 17 00:01:57.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
70982026-02-17T00:01:59.089Z[ recovery-image] Feb 17 00:01:57.094 INFO O| Feb 17 00:01:57.094 INFO STEP 707 (remove_files) COMPLETE
70992026-02-17T00:01:59.089Z[ recovery-image] Feb 17 00:01:57.094 INFO O| Feb 17 00:01:57.094 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-02-17T00:01:59.096Z[ recovery-image] Feb 17 00:01:57.106 INFO O| Feb 17 00:01:57.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
71012026-02-17T00:01:59.096Z[ recovery-image] Feb 17 00:01:57.106 INFO O| Feb 17 00:01:57.106 INFO STEP 708 (remove_files) COMPLETE
71022026-02-17T00:01:59.102Z[ recovery-image] Feb 17 00:01:57.106 INFO O| Feb 17 00:01:57.106 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-02-17T00:01:59.111Z[ recovery-image] Feb 17 00:01:57.118 INFO O| Feb 17 00:01:57.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
71042026-02-17T00:01:59.111Z[ recovery-image] Feb 17 00:01:57.118 INFO O| Feb 17 00:01:57.118 INFO STEP 709 (remove_files) COMPLETE
71052026-02-17T00:01:59.111Z[ recovery-image] Feb 17 00:01:57.118 INFO O| Feb 17 00:01:57.118 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-02-17T00:01:59.128Z[ recovery-image] Feb 17 00:01:57.136 INFO O| Feb 17 00:01:57.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
71072026-02-17T00:01:59.128Z[ recovery-image] Feb 17 00:01:57.136 INFO O| Feb 17 00:01:57.136 INFO STEP 710 (remove_files) COMPLETE
71082026-02-17T00:01:59.128Z[ recovery-image] Feb 17 00:01:57.136 INFO O| Feb 17 00:01:57.136 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-02-17T00:01:59.140Z[ recovery-image] Feb 17 00:01:57.149 INFO O| Feb 17 00:01:57.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
71102026-02-17T00:01:59.140Z[ recovery-image] Feb 17 00:01:57.149 INFO O| Feb 17 00:01:57.149 INFO STEP 711 (remove_files) COMPLETE
71112026-02-17T00:01:59.143Z[ recovery-image] Feb 17 00:01:57.149 INFO O| Feb 17 00:01:57.149 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-02-17T00:01:59.153Z[ recovery-image] Feb 17 00:01:57.163 INFO O| Feb 17 00:01:57.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
71132026-02-17T00:01:59.153Z[ recovery-image] Feb 17 00:01:57.163 INFO O| Feb 17 00:01:57.163 INFO STEP 712 (remove_files) COMPLETE
71142026-02-17T00:01:59.158Z[ recovery-image] Feb 17 00:01:57.163 INFO O| Feb 17 00:01:57.163 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-02-17T00:01:59.167Z[ recovery-image] Feb 17 00:01:57.176 INFO O| Feb 17 00:01:57.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
71162026-02-17T00:01:59.167Z[ recovery-image] Feb 17 00:01:57.176 INFO O| Feb 17 00:01:57.176 INFO STEP 713 (remove_files) COMPLETE
71172026-02-17T00:01:59.167Z[ recovery-image] Feb 17 00:01:57.176 INFO O| Feb 17 00:01:57.176 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-02-17T00:01:59.179Z[ recovery-image] Feb 17 00:01:57.189 INFO O| Feb 17 00:01:57.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
71192026-02-17T00:01:59.179Z[ recovery-image] Feb 17 00:01:57.189 INFO O| Feb 17 00:01:57.189 INFO STEP 714 (remove_files) COMPLETE
71202026-02-17T00:01:59.182Z[ recovery-image] Feb 17 00:01:57.189 INFO O| Feb 17 00:01:57.189 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-02-17T00:01:59.192Z[ recovery-image] Feb 17 00:01:57.202 INFO O| Feb 17 00:01:57.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
71222026-02-17T00:01:59.192Z[ recovery-image] Feb 17 00:01:57.202 INFO O| Feb 17 00:01:57.202 INFO STEP 715 (remove_files) COMPLETE
71232026-02-17T00:01:59.192Z[ recovery-image] Feb 17 00:01:57.202 INFO O| Feb 17 00:01:57.202 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-02-17T00:01:59.205Z[ recovery-image] Feb 17 00:01:57.215 INFO O| Feb 17 00:01:57.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
71252026-02-17T00:01:59.205Z[ recovery-image] Feb 17 00:01:57.215 INFO O| Feb 17 00:01:57.215 INFO STEP 716 (remove_files) COMPLETE
71262026-02-17T00:01:59.205Z[ recovery-image] Feb 17 00:01:57.215 INFO O| Feb 17 00:01:57.215 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-02-17T00:01:59.218Z[ recovery-image] Feb 17 00:01:57.228 INFO O| Feb 17 00:01:57.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
71282026-02-17T00:01:59.218Z[ recovery-image] Feb 17 00:01:57.228 INFO O| Feb 17 00:01:57.228 INFO STEP 717 (remove_files) COMPLETE
71292026-02-17T00:01:59.218Z[ recovery-image] Feb 17 00:01:57.228 INFO O| Feb 17 00:01:57.228 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-02-17T00:01:59.230Z[ recovery-image] Feb 17 00:01:57.240 INFO O| Feb 17 00:01:57.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
71312026-02-17T00:01:59.230Z[ recovery-image] Feb 17 00:01:57.240 INFO O| Feb 17 00:01:57.240 INFO STEP 718 (remove_files) COMPLETE
71322026-02-17T00:01:59.231Z[ recovery-image] Feb 17 00:01:57.240 INFO O| Feb 17 00:01:57.240 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-02-17T00:01:59.242Z[ recovery-image] Feb 17 00:01:57.252 INFO O| Feb 17 00:01:57.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
71342026-02-17T00:01:59.242Z[ recovery-image] Feb 17 00:01:57.252 INFO O| Feb 17 00:01:57.252 INFO STEP 719 (remove_files) COMPLETE
71352026-02-17T00:01:59.242Z[ recovery-image] Feb 17 00:01:57.252 INFO O| Feb 17 00:01:57.252 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-02-17T00:01:59.254Z[ recovery-image] Feb 17 00:01:57.264 INFO O| Feb 17 00:01:57.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
71372026-02-17T00:01:59.254Z[ recovery-image] Feb 17 00:01:57.265 INFO O| Feb 17 00:01:57.264 INFO STEP 720 (remove_files) COMPLETE
71382026-02-17T00:01:59.254Z[ recovery-image] Feb 17 00:01:57.265 INFO O| Feb 17 00:01:57.265 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-02-17T00:01:59.267Z[ recovery-image] Feb 17 00:01:57.277 INFO O| Feb 17 00:01:57.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
71402026-02-17T00:01:59.267Z[ recovery-image] Feb 17 00:01:57.277 INFO O| Feb 17 00:01:57.277 INFO STEP 721 (remove_files) COMPLETE
71412026-02-17T00:01:59.267Z[ recovery-image] Feb 17 00:01:57.277 INFO O| Feb 17 00:01:57.277 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-02-17T00:01:59.280Z[ recovery-image] Feb 17 00:01:57.290 INFO O| Feb 17 00:01:57.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
71432026-02-17T00:01:59.280Z[ recovery-image] Feb 17 00:01:57.290 INFO O| Feb 17 00:01:57.290 INFO STEP 722 (remove_files) COMPLETE
71442026-02-17T00:01:59.280Z[ recovery-image] Feb 17 00:01:57.290 INFO O| Feb 17 00:01:57.290 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-02-17T00:01:59.292Z[ recovery-image] Feb 17 00:01:57.302 INFO O| Feb 17 00:01:57.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
71462026-02-17T00:01:59.292Z[ recovery-image] Feb 17 00:01:57.302 INFO O| Feb 17 00:01:57.302 INFO STEP 723 (remove_files) COMPLETE
71472026-02-17T00:01:59.292Z[ recovery-image] Feb 17 00:01:57.302 INFO O| Feb 17 00:01:57.302 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-02-17T00:01:59.304Z[ recovery-image] Feb 17 00:01:57.314 INFO O| Feb 17 00:01:57.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
71492026-02-17T00:01:59.304Z[ recovery-image] Feb 17 00:01:57.314 INFO O| Feb 17 00:01:57.314 INFO STEP 724 (remove_files) COMPLETE
71502026-02-17T00:01:59.307Z[ recovery-image] Feb 17 00:01:57.314 INFO O| Feb 17 00:01:57.314 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-02-17T00:01:59.317Z[ recovery-image] Feb 17 00:01:57.327 INFO O| Feb 17 00:01:57.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
71522026-02-17T00:01:59.317Z[ recovery-image] Feb 17 00:01:57.327 INFO O| Feb 17 00:01:57.327 INFO STEP 725 (remove_files) COMPLETE
71532026-02-17T00:01:59.317Z[ recovery-image] Feb 17 00:01:57.327 INFO O| Feb 17 00:01:57.327 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-02-17T00:01:59.331Z[ recovery-image] Feb 17 00:01:57.341 INFO O| Feb 17 00:01:57.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
71552026-02-17T00:01:59.331Z[ recovery-image] Feb 17 00:01:57.341 INFO O| Feb 17 00:01:57.341 INFO STEP 726 (remove_files) COMPLETE
71562026-02-17T00:01:59.331Z[ recovery-image] Feb 17 00:01:57.341 INFO O| Feb 17 00:01:57.341 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-02-17T00:01:59.345Z[ recovery-image] Feb 17 00:01:57.354 INFO O| Feb 17 00:01:57.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
71582026-02-17T00:01:59.345Z[ recovery-image] Feb 17 00:01:57.355 INFO O| Feb 17 00:01:57.355 INFO STEP 727 (remove_files) COMPLETE
71592026-02-17T00:01:59.345Z[ recovery-image] Feb 17 00:01:57.355 INFO O| Feb 17 00:01:57.355 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-02-17T00:01:59.358Z[ recovery-image] Feb 17 00:01:57.368 INFO O| Feb 17 00:01:57.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
71612026-02-17T00:01:59.358Z[ recovery-image] Feb 17 00:01:57.368 INFO O| Feb 17 00:01:57.368 INFO STEP 728 (remove_files) COMPLETE
71622026-02-17T00:01:59.361Z[ recovery-image] Feb 17 00:01:57.368 INFO O| Feb 17 00:01:57.368 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-02-17T00:01:59.370Z[ recovery-image] Feb 17 00:01:57.380 INFO O| Feb 17 00:01:57.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
71642026-02-17T00:01:59.370Z[ recovery-image] Feb 17 00:01:57.380 INFO O| Feb 17 00:01:57.380 INFO STEP 729 (remove_files) COMPLETE
71652026-02-17T00:01:59.370Z[ recovery-image] Feb 17 00:01:57.380 INFO O| Feb 17 00:01:57.380 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-02-17T00:01:59.383Z[ recovery-image] Feb 17 00:01:57.393 INFO O| Feb 17 00:01:57.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
71672026-02-17T00:01:59.383Z[ recovery-image] Feb 17 00:01:57.393 INFO O| Feb 17 00:01:57.393 INFO STEP 730 (remove_files) COMPLETE
71682026-02-17T00:01:59.386Z[ recovery-image] Feb 17 00:01:57.393 INFO O| Feb 17 00:01:57.393 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-02-17T00:01:59.395Z[ recovery-image] Feb 17 00:01:57.405 INFO O| Feb 17 00:01:57.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
71702026-02-17T00:01:59.395Z[ recovery-image] Feb 17 00:01:57.405 INFO O| Feb 17 00:01:57.405 INFO STEP 731 (remove_files) COMPLETE
71712026-02-17T00:01:59.395Z[ recovery-image] Feb 17 00:01:57.405 INFO O| Feb 17 00:01:57.405 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-02-17T00:01:59.407Z[ recovery-image] Feb 17 00:01:57.417 INFO O| Feb 17 00:01:57.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
71732026-02-17T00:01:59.407Z[ recovery-image] Feb 17 00:01:57.417 INFO O| Feb 17 00:01:57.417 INFO STEP 732 (remove_files) COMPLETE
71742026-02-17T00:01:59.407Z[ recovery-image] Feb 17 00:01:57.418 INFO O| Feb 17 00:01:57.417 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-02-17T00:01:59.420Z[ recovery-image] Feb 17 00:01:57.431 INFO O| Feb 17 00:01:57.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
71762026-02-17T00:01:59.421Z[ recovery-image] Feb 17 00:01:57.431 INFO O| Feb 17 00:01:57.431 INFO STEP 733 (remove_files) COMPLETE
71772026-02-17T00:01:59.421Z[ recovery-image] Feb 17 00:01:57.431 INFO O| Feb 17 00:01:57.431 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-02-17T00:01:59.434Z[ recovery-image] Feb 17 00:01:57.444 INFO O| Feb 17 00:01:57.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
71792026-02-17T00:01:59.434Z[ recovery-image] Feb 17 00:01:57.444 INFO O| Feb 17 00:01:57.444 INFO STEP 734 (remove_files) COMPLETE
71802026-02-17T00:01:59.434Z[ recovery-image] Feb 17 00:01:57.444 INFO O| Feb 17 00:01:57.444 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-02-17T00:01:59.446Z[ recovery-image] Feb 17 00:01:57.456 INFO O| Feb 17 00:01:57.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
71822026-02-17T00:01:59.446Z[ recovery-image] Feb 17 00:01:57.456 INFO O| Feb 17 00:01:57.456 INFO STEP 735 (remove_files) COMPLETE
71832026-02-17T00:01:59.446Z[ recovery-image] Feb 17 00:01:57.456 INFO O| Feb 17 00:01:57.456 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-02-17T00:01:59.458Z[ recovery-image] Feb 17 00:01:57.468 INFO O| Feb 17 00:01:57.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
71852026-02-17T00:01:59.458Z[ recovery-image] Feb 17 00:01:57.468 INFO O| Feb 17 00:01:57.468 INFO STEP 736 (remove_files) COMPLETE
71862026-02-17T00:01:59.461Z[ recovery-image] Feb 17 00:01:57.468 INFO O| Feb 17 00:01:57.468 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-02-17T00:01:59.471Z[ recovery-image] Feb 17 00:01:57.481 INFO O| Feb 17 00:01:57.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
71882026-02-17T00:01:59.471Z[ recovery-image] Feb 17 00:01:57.481 INFO O| Feb 17 00:01:57.481 INFO STEP 737 (remove_files) COMPLETE
71892026-02-17T00:01:59.471Z[ recovery-image] Feb 17 00:01:57.481 INFO O| Feb 17 00:01:57.481 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-02-17T00:01:59.484Z[ recovery-image] Feb 17 00:01:57.494 INFO O| Feb 17 00:01:57.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
71912026-02-17T00:01:59.484Z[ recovery-image] Feb 17 00:01:57.494 INFO O| Feb 17 00:01:57.494 INFO STEP 738 (remove_files) COMPLETE
71922026-02-17T00:01:59.484Z[ recovery-image] Feb 17 00:01:57.494 INFO O| Feb 17 00:01:57.494 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-02-17T00:01:59.497Z[ recovery-image] Feb 17 00:01:57.507 INFO O| Feb 17 00:01:57.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
71942026-02-17T00:01:59.497Z[ recovery-image] Feb 17 00:01:57.507 INFO O| Feb 17 00:01:57.507 INFO STEP 739 (remove_files) COMPLETE
71952026-02-17T00:01:59.497Z[ recovery-image] Feb 17 00:01:57.508 INFO O| Feb 17 00:01:57.507 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-02-17T00:01:59.510Z[ recovery-image] Feb 17 00:01:57.520 INFO O| Feb 17 00:01:57.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
71972026-02-17T00:01:59.510Z[ recovery-image] Feb 17 00:01:57.520 INFO O| Feb 17 00:01:57.520 INFO STEP 740 (remove_files) COMPLETE
71982026-02-17T00:01:59.510Z[ recovery-image] Feb 17 00:01:57.520 INFO O| Feb 17 00:01:57.520 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-02-17T00:01:59.523Z[ recovery-image] Feb 17 00:01:57.533 INFO O| Feb 17 00:01:57.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
72002026-02-17T00:01:59.523Z[ recovery-image] Feb 17 00:01:57.533 INFO O| Feb 17 00:01:57.533 INFO STEP 741 (remove_files) COMPLETE
72012026-02-17T00:01:59.523Z[ recovery-image] Feb 17 00:01:57.533 INFO O| Feb 17 00:01:57.533 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-02-17T00:01:59.536Z[ recovery-image] Feb 17 00:01:57.546 INFO O| Feb 17 00:01:57.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
72032026-02-17T00:01:59.536Z[ recovery-image] Feb 17 00:01:57.546 INFO O| Feb 17 00:01:57.546 INFO STEP 742 (remove_files) COMPLETE
72042026-02-17T00:01:59.536Z[ recovery-image] Feb 17 00:01:57.546 INFO O| Feb 17 00:01:57.546 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-02-17T00:01:59.551Z[ recovery-image] Feb 17 00:01:57.561 INFO O| Feb 17 00:01:57.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
72062026-02-17T00:01:59.551Z[ recovery-image] Feb 17 00:01:57.561 INFO O| Feb 17 00:01:57.561 INFO STEP 743 (remove_files) COMPLETE
72072026-02-17T00:01:59.551Z[ recovery-image] Feb 17 00:01:57.561 INFO O| Feb 17 00:01:57.561 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-02-17T00:01:59.565Z[ recovery-image] Feb 17 00:01:57.574 INFO O| Feb 17 00:01:57.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
72092026-02-17T00:01:59.565Z[ recovery-image] Feb 17 00:01:57.574 INFO O| Feb 17 00:01:57.574 INFO STEP 744 (remove_files) COMPLETE
72102026-02-17T00:01:59.565Z[ recovery-image] Feb 17 00:01:57.574 INFO O| Feb 17 00:01:57.574 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-02-17T00:01:59.577Z[ recovery-image] Feb 17 00:01:57.587 INFO O| Feb 17 00:01:57.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
72122026-02-17T00:01:59.577Z[ recovery-image] Feb 17 00:01:57.587 INFO O| Feb 17 00:01:57.587 INFO STEP 745 (remove_files) COMPLETE
72132026-02-17T00:01:59.577Z[ recovery-image] Feb 17 00:01:57.587 INFO O| Feb 17 00:01:57.587 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-02-17T00:01:59.590Z[ recovery-image] Feb 17 00:01:57.600 INFO O| Feb 17 00:01:57.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
72152026-02-17T00:01:59.590Z[ recovery-image] Feb 17 00:01:57.601 INFO O| Feb 17 00:01:57.601 INFO STEP 746 (remove_files) COMPLETE
72162026-02-17T00:01:59.590Z[ recovery-image] Feb 17 00:01:57.601 INFO O| Feb 17 00:01:57.601 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-02-17T00:01:59.605Z[ recovery-image] Feb 17 00:01:57.615 INFO O| Feb 17 00:01:57.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
72182026-02-17T00:01:59.605Z[ recovery-image] Feb 17 00:01:57.615 INFO O| Feb 17 00:01:57.615 INFO STEP 747 (remove_files) COMPLETE
72192026-02-17T00:01:59.608Z[ recovery-image] Feb 17 00:01:57.615 INFO O| Feb 17 00:01:57.615 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-02-17T00:01:59.625Z[ recovery-image] Feb 17 00:01:57.628 INFO O| Feb 17 00:01:57.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
72212026-02-17T00:01:59.625Z[ recovery-image] Feb 17 00:01:57.628 INFO O| Feb 17 00:01:57.628 INFO STEP 748 (remove_files) COMPLETE
72222026-02-17T00:01:59.625Z[ recovery-image] Feb 17 00:01:57.628 INFO O| Feb 17 00:01:57.628 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-02-17T00:01:59.642Z[ recovery-image] Feb 17 00:01:57.640 INFO O| Feb 17 00:01:57.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
72242026-02-17T00:01:59.642Z[ recovery-image] Feb 17 00:01:57.641 INFO O| Feb 17 00:01:57.641 INFO STEP 749 (remove_files) COMPLETE
72252026-02-17T00:01:59.642Z[ recovery-image] Feb 17 00:01:57.641 INFO O| Feb 17 00:01:57.641 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-02-17T00:01:59.646Z[ recovery-image] Feb 17 00:01:57.654 INFO O| Feb 17 00:01:57.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
72272026-02-17T00:01:59.646Z[ recovery-image] Feb 17 00:01:57.654 INFO O| Feb 17 00:01:57.654 INFO STEP 750 (remove_files) COMPLETE
72282026-02-17T00:01:59.646Z[ recovery-image] Feb 17 00:01:57.654 INFO O| Feb 17 00:01:57.654 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-02-17T00:01:59.656Z[ recovery-image] Feb 17 00:01:57.666 INFO O| Feb 17 00:01:57.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
72302026-02-17T00:01:59.656Z[ recovery-image] Feb 17 00:01:57.666 INFO O| Feb 17 00:01:57.666 INFO STEP 751 (remove_files) COMPLETE
72312026-02-17T00:01:59.656Z[ recovery-image] Feb 17 00:01:57.666 INFO O| Feb 17 00:01:57.666 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-02-17T00:01:59.669Z[ recovery-image] Feb 17 00:01:57.679 INFO O| Feb 17 00:01:57.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
72332026-02-17T00:01:59.669Z[ recovery-image] Feb 17 00:01:57.679 INFO O| Feb 17 00:01:57.679 INFO STEP 752 (remove_files) COMPLETE
72342026-02-17T00:01:59.669Z[ recovery-image] Feb 17 00:01:57.679 INFO O| Feb 17 00:01:57.679 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-02-17T00:01:59.682Z[ recovery-image] Feb 17 00:01:57.692 INFO O| Feb 17 00:01:57.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
72362026-02-17T00:01:59.682Z[ recovery-image] Feb 17 00:01:57.692 INFO O| Feb 17 00:01:57.692 INFO STEP 753 (remove_files) COMPLETE
72372026-02-17T00:01:59.687Z[ recovery-image] Feb 17 00:01:57.692 INFO O| Feb 17 00:01:57.692 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-02-17T00:01:59.695Z[ recovery-image] Feb 17 00:01:57.705 INFO O| Feb 17 00:01:57.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
72392026-02-17T00:01:59.696Z[ recovery-image] Feb 17 00:01:57.705 INFO O| Feb 17 00:01:57.705 INFO STEP 754 (remove_files) COMPLETE
72402026-02-17T00:01:59.696Z[ recovery-image] Feb 17 00:01:57.705 INFO O| Feb 17 00:01:57.705 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-02-17T00:01:59.711Z[ recovery-image] Feb 17 00:01:57.718 INFO O| Feb 17 00:01:57.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
72422026-02-17T00:01:59.711Z[ recovery-image] Feb 17 00:01:57.718 INFO O| Feb 17 00:01:57.718 INFO STEP 755 (remove_files) COMPLETE
72432026-02-17T00:01:59.714Z[ recovery-image] Feb 17 00:01:57.718 INFO O| Feb 17 00:01:57.718 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-02-17T00:01:59.722Z[ recovery-image] Feb 17 00:01:57.731 INFO O| Feb 17 00:01:57.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
72452026-02-17T00:01:59.722Z[ recovery-image] Feb 17 00:01:57.731 INFO O| Feb 17 00:01:57.731 INFO STEP 756 (remove_files) COMPLETE
72462026-02-17T00:01:59.727Z[ recovery-image] Feb 17 00:01:57.732 INFO O| Feb 17 00:01:57.731 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-02-17T00:01:59.735Z[ recovery-image] Feb 17 00:01:57.744 INFO O| Feb 17 00:01:57.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
72482026-02-17T00:01:59.735Z[ recovery-image] Feb 17 00:01:57.744 INFO O| Feb 17 00:01:57.744 INFO STEP 757 (remove_files) COMPLETE
72492026-02-17T00:01:59.738Z[ recovery-image] Feb 17 00:01:57.744 INFO O| Feb 17 00:01:57.744 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-02-17T00:01:59.748Z[ recovery-image] Feb 17 00:01:57.758 INFO O| Feb 17 00:01:57.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
72512026-02-17T00:01:59.748Z[ recovery-image] Feb 17 00:01:57.758 INFO O| Feb 17 00:01:57.758 INFO STEP 758 (remove_files) COMPLETE
72522026-02-17T00:01:59.748Z[ recovery-image] Feb 17 00:01:57.758 INFO O| Feb 17 00:01:57.758 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-02-17T00:01:59.760Z[ recovery-image] Feb 17 00:01:57.770 INFO O| Feb 17 00:01:57.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
72542026-02-17T00:01:59.760Z[ recovery-image] Feb 17 00:01:57.770 INFO O| Feb 17 00:01:57.770 INFO STEP 759 (remove_files) COMPLETE
72552026-02-17T00:01:59.760Z[ recovery-image] Feb 17 00:01:57.770 INFO O| Feb 17 00:01:57.770 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-02-17T00:01:59.774Z[ recovery-image] Feb 17 00:01:57.784 INFO O| Feb 17 00:01:57.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
72572026-02-17T00:01:59.774Z[ recovery-image] Feb 17 00:01:57.784 INFO O| Feb 17 00:01:57.784 INFO STEP 760 (remove_files) COMPLETE
72582026-02-17T00:01:59.781Z[ recovery-image] Feb 17 00:01:57.784 INFO O| Feb 17 00:01:57.784 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-02-17T00:01:59.790Z[ recovery-image] Feb 17 00:01:57.796 INFO O| Feb 17 00:01:57.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
72602026-02-17T00:01:59.793Z[ recovery-image] Feb 17 00:01:57.797 INFO O| Feb 17 00:01:57.797 INFO STEP 761 (remove_files) COMPLETE
72612026-02-17T00:01:59.793Z[ recovery-image] Feb 17 00:01:57.797 INFO O| Feb 17 00:01:57.797 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-02-17T00:01:59.799Z[ recovery-image] Feb 17 00:01:57.809 INFO O| Feb 17 00:01:57.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
72632026-02-17T00:01:59.806Z[ recovery-image] Feb 17 00:01:57.809 INFO O| Feb 17 00:01:57.809 INFO STEP 762 (remove_files) COMPLETE
72642026-02-17T00:01:59.806Z[ recovery-image] Feb 17 00:01:57.809 INFO O| Feb 17 00:01:57.809 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-02-17T00:01:59.811Z[ recovery-image] Feb 17 00:01:57.821 INFO O| Feb 17 00:01:57.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
72662026-02-17T00:01:59.814Z[ recovery-image] Feb 17 00:01:57.822 INFO O| Feb 17 00:01:57.822 INFO STEP 763 (remove_files) COMPLETE
72672026-02-17T00:01:59.814Z[ recovery-image] Feb 17 00:01:57.822 INFO O| Feb 17 00:01:57.822 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-02-17T00:01:59.825Z[ recovery-image] Feb 17 00:01:57.834 INFO O| Feb 17 00:01:57.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
72692026-02-17T00:01:59.825Z[ recovery-image] Feb 17 00:01:57.835 INFO O| Feb 17 00:01:57.835 INFO STEP 764 (remove_files) COMPLETE
72702026-02-17T00:01:59.825Z[ recovery-image] Feb 17 00:01:57.835 INFO O| Feb 17 00:01:57.835 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-02-17T00:01:59.837Z[ recovery-image] Feb 17 00:01:57.847 INFO O| Feb 17 00:01:57.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
72722026-02-17T00:01:59.837Z[ recovery-image] Feb 17 00:01:57.847 INFO O| Feb 17 00:01:57.847 INFO STEP 765 (remove_files) COMPLETE
72732026-02-17T00:01:59.840Z[ recovery-image] Feb 17 00:01:57.847 INFO O| Feb 17 00:01:57.847 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-02-17T00:01:59.852Z[ recovery-image] Feb 17 00:01:57.859 INFO O| Feb 17 00:01:57.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
72752026-02-17T00:01:59.852Z[ recovery-image] Feb 17 00:01:57.859 INFO O| Feb 17 00:01:57.859 INFO STEP 766 (remove_files) COMPLETE
72762026-02-17T00:01:59.852Z[ recovery-image] Feb 17 00:01:57.859 INFO O| Feb 17 00:01:57.859 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-02-17T00:01:59.862Z[ recovery-image] Feb 17 00:01:57.872 INFO O| Feb 17 00:01:57.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
72782026-02-17T00:01:59.862Z[ recovery-image] Feb 17 00:01:57.872 INFO O| Feb 17 00:01:57.872 INFO STEP 767 (remove_files) COMPLETE
72792026-02-17T00:01:59.862Z[ recovery-image] Feb 17 00:01:57.872 INFO O| Feb 17 00:01:57.872 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-02-17T00:01:59.875Z[ recovery-image] Feb 17 00:01:57.885 INFO O| Feb 17 00:01:57.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
72812026-02-17T00:01:59.875Z[ recovery-image] Feb 17 00:01:57.885 INFO O| Feb 17 00:01:57.885 INFO STEP 768 (remove_files) COMPLETE
72822026-02-17T00:01:59.875Z[ recovery-image] Feb 17 00:01:57.885 INFO O| Feb 17 00:01:57.885 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-02-17T00:01:59.887Z[ recovery-image] Feb 17 00:01:57.897 INFO O| Feb 17 00:01:57.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
72842026-02-17T00:01:59.887Z[ recovery-image] Feb 17 00:01:57.897 INFO O| Feb 17 00:01:57.897 INFO STEP 769 (remove_files) COMPLETE
72852026-02-17T00:01:59.891Z[ recovery-image] Feb 17 00:01:57.897 INFO O| Feb 17 00:01:57.897 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-02-17T00:01:59.900Z[ recovery-image] Feb 17 00:01:57.910 INFO O| Feb 17 00:01:57.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
72872026-02-17T00:01:59.900Z[ recovery-image] Feb 17 00:01:57.910 INFO O| Feb 17 00:01:57.910 INFO STEP 770 (remove_files) COMPLETE
72882026-02-17T00:01:59.900Z[ recovery-image] Feb 17 00:01:57.910 INFO O| Feb 17 00:01:57.910 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-02-17T00:01:59.916Z[ recovery-image] Feb 17 00:01:57.923 INFO O| Feb 17 00:01:57.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
72902026-02-17T00:01:59.916Z[ recovery-image] Feb 17 00:01:57.923 INFO O| Feb 17 00:01:57.923 INFO STEP 771 (remove_files) COMPLETE
72912026-02-17T00:01:59.916Z[ recovery-image] Feb 17 00:01:57.923 INFO O| Feb 17 00:01:57.923 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-02-17T00:01:59.927Z[ recovery-image] Feb 17 00:01:57.937 INFO O| Feb 17 00:01:57.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
72932026-02-17T00:01:59.931Z[ recovery-image] Feb 17 00:01:57.937 INFO O| Feb 17 00:01:57.937 INFO STEP 772 (remove_files) COMPLETE
72942026-02-17T00:01:59.931Z[ recovery-image] Feb 17 00:01:57.937 INFO O| Feb 17 00:01:57.937 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-02-17T00:01:59.939Z[ recovery-image] Feb 17 00:01:57.949 INFO O| Feb 17 00:01:57.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
72962026-02-17T00:01:59.939Z[ recovery-image] Feb 17 00:01:57.949 INFO O| Feb 17 00:01:57.949 INFO STEP 773 (remove_files) COMPLETE
72972026-02-17T00:01:59.939Z[ recovery-image] Feb 17 00:01:57.949 INFO O| Feb 17 00:01:57.949 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-02-17T00:01:59.951Z[ recovery-image] Feb 17 00:01:57.961 INFO O| Feb 17 00:01:57.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
72992026-02-17T00:01:59.951Z[ recovery-image] Feb 17 00:01:57.961 INFO O| Feb 17 00:01:57.961 INFO STEP 774 (remove_files) COMPLETE
73002026-02-17T00:01:59.955Z[ recovery-image] Feb 17 00:01:57.961 INFO O| Feb 17 00:01:57.961 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-02-17T00:01:59.965Z[ recovery-image] Feb 17 00:01:57.975 INFO O| Feb 17 00:01:57.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
73022026-02-17T00:01:59.965Z[ recovery-image] Feb 17 00:01:57.975 INFO O| Feb 17 00:01:57.975 INFO STEP 775 (remove_files) COMPLETE
73032026-02-17T00:01:59.968Z[ recovery-image] Feb 17 00:01:57.975 INFO O| Feb 17 00:01:57.975 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-02-17T00:01:59.979Z[ recovery-image] Feb 17 00:01:57.988 INFO O| Feb 17 00:01:57.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
73052026-02-17T00:01:59.983Z[ recovery-image] Feb 17 00:01:57.988 INFO O| Feb 17 00:01:57.988 INFO STEP 776 (remove_files) COMPLETE
73062026-02-17T00:01:59.983Z[ recovery-image] Feb 17 00:01:57.988 INFO O| Feb 17 00:01:57.988 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-02-17T00:01:59.991Z[ recovery-image] Feb 17 00:01:58.001 INFO O| Feb 17 00:01:58.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
73082026-02-17T00:01:59.992Z[ recovery-image] Feb 17 00:01:58.001 INFO O| Feb 17 00:01:58.001 INFO STEP 777 (remove_files) COMPLETE
73092026-02-17T00:01:59.995Z[ recovery-image] Feb 17 00:01:58.001 INFO O| Feb 17 00:01:58.001 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-02-17T00:02:00.004Z[ recovery-image] Feb 17 00:01:58.014 INFO O| Feb 17 00:01:58.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
73112026-02-17T00:02:00.004Z[ recovery-image] Feb 17 00:01:58.014 INFO O| Feb 17 00:01:58.014 INFO STEP 778 (remove_files) COMPLETE
73122026-02-17T00:02:00.004Z[ recovery-image] Feb 17 00:01:58.014 INFO O| Feb 17 00:01:58.014 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-02-17T00:02:00.017Z[ recovery-image] Feb 17 00:01:58.026 INFO O| Feb 17 00:01:58.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
73142026-02-17T00:02:00.017Z[ recovery-image] Feb 17 00:01:58.026 INFO O| Feb 17 00:01:58.026 INFO STEP 779 (remove_files) COMPLETE
73152026-02-17T00:02:00.021Z[ recovery-image] Feb 17 00:01:58.026 INFO O| Feb 17 00:01:58.026 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-02-17T00:02:00.030Z[ recovery-image] Feb 17 00:01:58.039 INFO O| Feb 17 00:01:58.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
73172026-02-17T00:02:00.030Z[ recovery-image] Feb 17 00:01:58.039 INFO O| Feb 17 00:01:58.039 INFO STEP 780 (remove_files) COMPLETE
73182026-02-17T00:02:00.039Z[ recovery-image] Feb 17 00:01:58.039 INFO O| Feb 17 00:01:58.039 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-02-17T00:02:00.043Z[ recovery-image] Feb 17 00:01:58.052 INFO O| Feb 17 00:01:58.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
73202026-02-17T00:02:00.043Z[ recovery-image] Feb 17 00:01:58.053 INFO O| Feb 17 00:01:58.053 INFO STEP 781 (remove_files) COMPLETE
73212026-02-17T00:02:00.048Z[ recovery-image] Feb 17 00:01:58.053 INFO O| Feb 17 00:01:58.053 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-02-17T00:02:00.056Z[ recovery-image] Feb 17 00:01:58.065 INFO O| Feb 17 00:01:58.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
73232026-02-17T00:02:00.056Z[ recovery-image] Feb 17 00:01:58.065 INFO O| Feb 17 00:01:58.065 INFO STEP 782 (remove_files) COMPLETE
73242026-02-17T00:02:00.056Z[ recovery-image] Feb 17 00:01:58.065 INFO O| Feb 17 00:01:58.065 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-02-17T00:02:00.068Z[ recovery-image] Feb 17 00:01:58.078 INFO O| Feb 17 00:01:58.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
73262026-02-17T00:02:00.073Z[ recovery-image] Feb 17 00:01:58.078 INFO O| Feb 17 00:01:58.078 INFO STEP 783 (remove_files) COMPLETE
73272026-02-17T00:02:00.073Z[ recovery-image] Feb 17 00:01:58.078 INFO O| Feb 17 00:01:58.078 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-02-17T00:02:00.081Z[ recovery-image] Feb 17 00:01:58.091 INFO O| Feb 17 00:01:58.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
73292026-02-17T00:02:00.082Z[ recovery-image] Feb 17 00:01:58.091 INFO O| Feb 17 00:01:58.091 INFO STEP 784 (remove_files) COMPLETE
73302026-02-17T00:02:00.084Z[ recovery-image] Feb 17 00:01:58.091 INFO O| Feb 17 00:01:58.091 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-02-17T00:02:00.095Z[ recovery-image] Feb 17 00:01:58.105 INFO O| Feb 17 00:01:58.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
73322026-02-17T00:02:00.095Z[ recovery-image] Feb 17 00:01:58.105 INFO O| Feb 17 00:01:58.105 INFO STEP 785 (remove_files) COMPLETE
73332026-02-17T00:02:00.095Z[ recovery-image] Feb 17 00:01:58.105 INFO O| Feb 17 00:01:58.105 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-02-17T00:02:00.111Z[ recovery-image] Feb 17 00:01:58.117 INFO O| Feb 17 00:01:58.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
73352026-02-17T00:02:00.111Z[ recovery-image] Feb 17 00:01:58.117 INFO O| Feb 17 00:01:58.117 INFO STEP 786 (remove_files) COMPLETE
73362026-02-17T00:02:00.112Z[ recovery-image] Feb 17 00:01:58.117 INFO O| Feb 17 00:01:58.117 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-02-17T00:02:00.128Z[ recovery-image] Feb 17 00:01:58.136 INFO O| Feb 17 00:01:58.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
73382026-02-17T00:02:00.133Z[ recovery-image] Feb 17 00:01:58.136 INFO O| Feb 17 00:01:58.136 INFO STEP 787 (remove_files) COMPLETE
73392026-02-17T00:02:00.133Z[ recovery-image] Feb 17 00:01:58.136 INFO O| Feb 17 00:01:58.136 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-02-17T00:02:00.138Z[ recovery-image] Feb 17 00:01:58.148 INFO O| Feb 17 00:01:58.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
73412026-02-17T00:02:00.139Z[ recovery-image] Feb 17 00:01:58.148 INFO O| Feb 17 00:01:58.148 INFO STEP 788 (remove_files) COMPLETE
73422026-02-17T00:02:00.139Z[ recovery-image] Feb 17 00:01:58.148 INFO O| Feb 17 00:01:58.148 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-02-17T00:02:00.153Z[ recovery-image] Feb 17 00:01:58.162 INFO O| Feb 17 00:01:58.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
73442026-02-17T00:02:00.153Z[ recovery-image] Feb 17 00:01:58.162 INFO O| Feb 17 00:01:58.162 INFO STEP 789 (remove_files) COMPLETE
73452026-02-17T00:02:00.157Z[ recovery-image] Feb 17 00:01:58.162 INFO O| Feb 17 00:01:58.162 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-02-17T00:02:00.171Z[ recovery-image] Feb 17 00:01:58.175 INFO O| Feb 17 00:01:58.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
73472026-02-17T00:02:00.171Z[ recovery-image] Feb 17 00:01:58.175 INFO O| Feb 17 00:01:58.175 INFO STEP 790 (remove_files) COMPLETE
73482026-02-17T00:02:00.171Z[ recovery-image] Feb 17 00:01:58.175 INFO O| Feb 17 00:01:58.175 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-02-17T00:02:00.178Z[ recovery-image] Feb 17 00:01:58.188 INFO O| Feb 17 00:01:58.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
73502026-02-17T00:02:00.178Z[ recovery-image] Feb 17 00:01:58.188 INFO O| Feb 17 00:01:58.188 INFO STEP 791 (remove_files) COMPLETE
73512026-02-17T00:02:00.179Z[ recovery-image] Feb 17 00:01:58.188 INFO O| Feb 17 00:01:58.188 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-02-17T00:02:00.191Z[ recovery-image] Feb 17 00:01:58.200 INFO O| Feb 17 00:01:58.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
73532026-02-17T00:02:00.191Z[ recovery-image] Feb 17 00:01:58.201 INFO O| Feb 17 00:01:58.201 INFO STEP 792 (remove_files) COMPLETE
73542026-02-17T00:02:00.191Z[ recovery-image] Feb 17 00:01:58.201 INFO O| Feb 17 00:01:58.201 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-02-17T00:02:00.204Z[ recovery-image] Feb 17 00:01:58.213 INFO O| Feb 17 00:01:58.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
73562026-02-17T00:02:00.204Z[ recovery-image] Feb 17 00:01:58.213 INFO O| Feb 17 00:01:58.213 INFO STEP 793 (remove_files) COMPLETE
73572026-02-17T00:02:00.204Z[ recovery-image] Feb 17 00:01:58.213 INFO O| Feb 17 00:01:58.213 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-02-17T00:02:00.220Z[ recovery-image] Feb 17 00:01:58.226 INFO O| Feb 17 00:01:58.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
73592026-02-17T00:02:00.220Z[ recovery-image] Feb 17 00:01:58.227 INFO O| Feb 17 00:01:58.227 INFO STEP 794 (remove_files) COMPLETE
73602026-02-17T00:02:00.220Z[ recovery-image] Feb 17 00:01:58.227 INFO O| Feb 17 00:01:58.227 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-02-17T00:02:00.234Z[ recovery-image] Feb 17 00:01:58.240 INFO O| Feb 17 00:01:58.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
73622026-02-17T00:02:00.234Z[ recovery-image] Feb 17 00:01:58.240 INFO O| Feb 17 00:01:58.240 INFO STEP 795 (remove_files) COMPLETE
73632026-02-17T00:02:00.238Z[ recovery-image] Feb 17 00:01:58.240 INFO O| Feb 17 00:01:58.240 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-02-17T00:02:00.243Z[ recovery-image] Feb 17 00:01:58.253 INFO O| Feb 17 00:01:58.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
73652026-02-17T00:02:00.247Z[ recovery-image] Feb 17 00:01:58.253 INFO O| Feb 17 00:01:58.253 INFO STEP 796 (remove_files) COMPLETE
73662026-02-17T00:02:00.247Z[ recovery-image] Feb 17 00:01:58.253 INFO O| Feb 17 00:01:58.253 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-02-17T00:02:00.257Z[ recovery-image] Feb 17 00:01:58.266 INFO O| Feb 17 00:01:58.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
73682026-02-17T00:02:00.260Z[ recovery-image] Feb 17 00:01:58.266 INFO O| Feb 17 00:01:58.266 INFO STEP 797 (remove_files) COMPLETE
73692026-02-17T00:02:00.260Z[ recovery-image] Feb 17 00:01:58.266 INFO O| Feb 17 00:01:58.266 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-02-17T00:02:00.270Z[ recovery-image] Feb 17 00:01:58.279 INFO O| Feb 17 00:01:58.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
73712026-02-17T00:02:00.270Z[ recovery-image] Feb 17 00:01:58.279 INFO O| Feb 17 00:01:58.279 INFO STEP 798 (remove_files) COMPLETE
73722026-02-17T00:02:00.270Z[ recovery-image] Feb 17 00:01:58.279 INFO O| Feb 17 00:01:58.279 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-02-17T00:02:00.283Z[ recovery-image] Feb 17 00:01:58.292 INFO O| Feb 17 00:01:58.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
73742026-02-17T00:02:00.283Z[ recovery-image] Feb 17 00:01:58.293 INFO O| Feb 17 00:01:58.292 INFO STEP 799 (remove_files) COMPLETE
73752026-02-17T00:02:00.283Z[ recovery-image] Feb 17 00:01:58.293 INFO O| Feb 17 00:01:58.293 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-02-17T00:02:00.295Z[ recovery-image] Feb 17 00:01:58.305 INFO O| Feb 17 00:01:58.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
73772026-02-17T00:02:00.296Z[ recovery-image] Feb 17 00:01:58.305 INFO O| Feb 17 00:01:58.305 INFO STEP 800 (remove_files) COMPLETE
73782026-02-17T00:02:00.296Z[ recovery-image] Feb 17 00:01:58.305 INFO O| Feb 17 00:01:58.305 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-02-17T00:02:00.308Z[ recovery-image] Feb 17 00:01:58.318 INFO O| Feb 17 00:01:58.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
73802026-02-17T00:02:00.308Z[ recovery-image] Feb 17 00:01:58.318 INFO O| Feb 17 00:01:58.318 INFO STEP 801 (remove_files) COMPLETE
73812026-02-17T00:02:00.308Z[ recovery-image] Feb 17 00:01:58.318 INFO O| Feb 17 00:01:58.318 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-02-17T00:02:00.321Z[ recovery-image] Feb 17 00:01:58.330 INFO O| Feb 17 00:01:58.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
73832026-02-17T00:02:00.322Z[ recovery-image] Feb 17 00:01:58.331 INFO O| Feb 17 00:01:58.330 INFO STEP 802 (remove_files) COMPLETE
73842026-02-17T00:02:00.322Z[ recovery-image] Feb 17 00:01:58.331 INFO O| Feb 17 00:01:58.331 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-02-17T00:02:00.335Z[ recovery-image] Feb 17 00:01:58.344 INFO O| Feb 17 00:01:58.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
73862026-02-17T00:02:00.335Z[ recovery-image] Feb 17 00:01:58.344 INFO O| Feb 17 00:01:58.344 INFO STEP 803 (remove_files) COMPLETE
73872026-02-17T00:02:00.342Z[ recovery-image] Feb 17 00:01:58.344 INFO O| Feb 17 00:01:58.344 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-02-17T00:02:00.348Z[ recovery-image] Feb 17 00:01:58.356 INFO O| Feb 17 00:01:58.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
73892026-02-17T00:02:00.348Z[ recovery-image] Feb 17 00:01:58.356 INFO O| Feb 17 00:01:58.356 INFO STEP 804 (remove_files) COMPLETE
73902026-02-17T00:02:00.348Z[ recovery-image] Feb 17 00:01:58.357 INFO O| Feb 17 00:01:58.356 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-02-17T00:02:00.361Z[ recovery-image] Feb 17 00:01:58.370 INFO O| Feb 17 00:01:58.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
73922026-02-17T00:02:00.365Z[ recovery-image] Feb 17 00:01:58.371 INFO O| Feb 17 00:01:58.370 INFO STEP 805 (remove_files) COMPLETE
73932026-02-17T00:02:00.365Z[ recovery-image] Feb 17 00:01:58.371 INFO O| Feb 17 00:01:58.370 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-02-17T00:02:00.375Z[ recovery-image] Feb 17 00:01:58.384 INFO O| Feb 17 00:01:58.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
73952026-02-17T00:02:00.375Z[ recovery-image] Feb 17 00:01:58.384 INFO O| Feb 17 00:01:58.384 INFO STEP 806 (remove_files) COMPLETE
73962026-02-17T00:02:00.375Z[ recovery-image] Feb 17 00:01:58.384 INFO O| Feb 17 00:01:58.384 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-02-17T00:02:00.387Z[ recovery-image] Feb 17 00:01:58.397 INFO O| Feb 17 00:01:58.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
73982026-02-17T00:02:00.387Z[ recovery-image] Feb 17 00:01:58.397 INFO O| Feb 17 00:01:58.397 INFO STEP 807 (remove_files) COMPLETE
73992026-02-17T00:02:00.387Z[ recovery-image] Feb 17 00:01:58.397 INFO O| Feb 17 00:01:58.397 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-02-17T00:02:00.403Z[ recovery-image] Feb 17 00:01:58.410 INFO O| Feb 17 00:01:58.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
74012026-02-17T00:02:00.403Z[ recovery-image] Feb 17 00:01:58.410 INFO O| Feb 17 00:01:58.410 INFO STEP 808 (remove_files) COMPLETE
74022026-02-17T00:02:00.403Z[ recovery-image] Feb 17 00:01:58.410 INFO O| Feb 17 00:01:58.410 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-02-17T00:02:00.413Z[ recovery-image] Feb 17 00:01:58.423 INFO O| Feb 17 00:01:58.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
74042026-02-17T00:02:00.414Z[ recovery-image] Feb 17 00:01:58.423 INFO O| Feb 17 00:01:58.423 INFO STEP 809 (remove_files) COMPLETE
74052026-02-17T00:02:00.417Z[ recovery-image] Feb 17 00:01:58.423 INFO O| Feb 17 00:01:58.423 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-02-17T00:02:00.427Z[ recovery-image] Feb 17 00:01:58.436 INFO O| Feb 17 00:01:58.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
74072026-02-17T00:02:00.427Z[ recovery-image] Feb 17 00:01:58.437 INFO O| Feb 17 00:01:58.437 INFO STEP 810 (remove_files) COMPLETE
74082026-02-17T00:02:00.427Z[ recovery-image] Feb 17 00:01:58.437 INFO O| Feb 17 00:01:58.437 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-02-17T00:02:00.440Z[ recovery-image] Feb 17 00:01:58.449 INFO O| Feb 17 00:01:58.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
74102026-02-17T00:02:00.440Z[ recovery-image] Feb 17 00:01:58.449 INFO O| Feb 17 00:01:58.449 INFO STEP 811 (remove_files) COMPLETE
74112026-02-17T00:02:00.441Z[ recovery-image] Feb 17 00:01:58.449 INFO O| Feb 17 00:01:58.449 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-02-17T00:02:00.456Z[ recovery-image] Feb 17 00:01:58.463 INFO O| Feb 17 00:01:58.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
74132026-02-17T00:02:00.457Z[ recovery-image] Feb 17 00:01:58.463 INFO O| Feb 17 00:01:58.463 INFO STEP 812 (remove_files) COMPLETE
74142026-02-17T00:02:00.457Z[ recovery-image] Feb 17 00:01:58.463 INFO O| Feb 17 00:01:58.463 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-02-17T00:02:00.466Z[ recovery-image] Feb 17 00:01:58.476 INFO O| Feb 17 00:01:58.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
74162026-02-17T00:02:00.466Z[ recovery-image] Feb 17 00:01:58.476 INFO O| Feb 17 00:01:58.476 INFO STEP 813 (remove_files) COMPLETE
74172026-02-17T00:02:00.466Z[ recovery-image] Feb 17 00:01:58.476 INFO O| Feb 17 00:01:58.476 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-02-17T00:02:00.478Z[ recovery-image] Feb 17 00:01:58.488 INFO O| Feb 17 00:01:58.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
74192026-02-17T00:02:00.478Z[ recovery-image] Feb 17 00:01:58.488 INFO O| Feb 17 00:01:58.488 INFO STEP 814 (remove_files) COMPLETE
74202026-02-17T00:02:00.485Z[ recovery-image] Feb 17 00:01:58.488 INFO O| Feb 17 00:01:58.488 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-02-17T00:02:00.490Z[ recovery-image] Feb 17 00:01:58.499 INFO O| Feb 17 00:01:58.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
74222026-02-17T00:02:00.490Z[ recovery-image] Feb 17 00:01:58.500 INFO O| Feb 17 00:01:58.500 INFO STEP 815 (remove_files) COMPLETE
74232026-02-17T00:02:00.490Z[ recovery-image] Feb 17 00:01:58.500 INFO O| Feb 17 00:01:58.500 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-02-17T00:02:00.504Z[ recovery-image] Feb 17 00:01:58.512 INFO O| Feb 17 00:01:58.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
74252026-02-17T00:02:00.508Z[ recovery-image] Feb 17 00:01:58.512 INFO O| Feb 17 00:01:58.512 INFO STEP 816 (remove_files) COMPLETE
74262026-02-17T00:02:00.508Z[ recovery-image] Feb 17 00:01:58.512 INFO O| Feb 17 00:01:58.512 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-02-17T00:02:00.516Z[ recovery-image] Feb 17 00:01:58.525 INFO O| Feb 17 00:01:58.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
74282026-02-17T00:02:00.516Z[ recovery-image] Feb 17 00:01:58.525 INFO O| Feb 17 00:01:58.525 INFO STEP 817 (remove_files) COMPLETE
74292026-02-17T00:02:00.519Z[ recovery-image] Feb 17 00:01:58.525 INFO O| Feb 17 00:01:58.525 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-02-17T00:02:00.529Z[ recovery-image] Feb 17 00:01:58.538 INFO O| Feb 17 00:01:58.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
74312026-02-17T00:02:00.529Z[ recovery-image] Feb 17 00:01:58.538 INFO O| Feb 17 00:01:58.538 INFO STEP 818 (remove_files) COMPLETE
74322026-02-17T00:02:00.529Z[ recovery-image] Feb 17 00:01:58.538 INFO O| Feb 17 00:01:58.538 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-02-17T00:02:00.542Z[ recovery-image] Feb 17 00:01:58.551 INFO O| Feb 17 00:01:58.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
74342026-02-17T00:02:00.542Z[ recovery-image] Feb 17 00:01:58.551 INFO O| Feb 17 00:01:58.551 INFO STEP 819 (remove_files) COMPLETE
74352026-02-17T00:02:00.542Z[ recovery-image] Feb 17 00:01:58.551 INFO O| Feb 17 00:01:58.551 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-02-17T00:02:00.555Z[ recovery-image] Feb 17 00:01:58.564 INFO O| Feb 17 00:01:58.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
74372026-02-17T00:02:00.556Z[ recovery-image] Feb 17 00:01:58.564 INFO O| Feb 17 00:01:58.564 INFO STEP 820 (remove_files) COMPLETE
74382026-02-17T00:02:00.556Z[ recovery-image] Feb 17 00:01:58.564 INFO O| Feb 17 00:01:58.564 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-02-17T00:02:00.567Z[ recovery-image] Feb 17 00:01:58.576 INFO O| Feb 17 00:01:58.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
74402026-02-17T00:02:00.567Z[ recovery-image] Feb 17 00:01:58.576 INFO O| Feb 17 00:01:58.576 INFO STEP 821 (remove_files) COMPLETE
74412026-02-17T00:02:00.572Z[ recovery-image] Feb 17 00:01:58.576 INFO O| Feb 17 00:01:58.576 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-02-17T00:02:00.581Z[ recovery-image] Feb 17 00:01:58.589 INFO O| Feb 17 00:01:58.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
74432026-02-17T00:02:00.581Z[ recovery-image] Feb 17 00:01:58.589 INFO O| Feb 17 00:01:58.589 INFO STEP 822 (remove_files) COMPLETE
74442026-02-17T00:02:00.581Z[ recovery-image] Feb 17 00:01:58.589 INFO O| Feb 17 00:01:58.589 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-02-17T00:02:00.592Z[ recovery-image] Feb 17 00:01:58.602 INFO O| Feb 17 00:01:58.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
74462026-02-17T00:02:00.596Z[ recovery-image] Feb 17 00:01:58.602 INFO O| Feb 17 00:01:58.602 INFO STEP 823 (remove_files) COMPLETE
74472026-02-17T00:02:00.596Z[ recovery-image] Feb 17 00:01:58.602 INFO O| Feb 17 00:01:58.602 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-02-17T00:02:00.604Z[ recovery-image] Feb 17 00:01:58.614 INFO O| Feb 17 00:01:58.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
74492026-02-17T00:02:00.604Z[ recovery-image] Feb 17 00:01:58.614 INFO O| Feb 17 00:01:58.614 INFO STEP 824 (remove_files) COMPLETE
74502026-02-17T00:02:00.604Z[ recovery-image] Feb 17 00:01:58.614 INFO O| Feb 17 00:01:58.614 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-02-17T00:02:00.617Z[ recovery-image] Feb 17 00:01:58.626 INFO O| Feb 17 00:01:58.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
74522026-02-17T00:02:00.622Z[ recovery-image] Feb 17 00:01:58.626 INFO O| Feb 17 00:01:58.626 INFO STEP 825 (remove_files) COMPLETE
74532026-02-17T00:02:00.623Z[ recovery-image] Feb 17 00:01:58.626 INFO O| Feb 17 00:01:58.626 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-02-17T00:02:00.629Z[ recovery-image] Feb 17 00:01:58.639 INFO O| Feb 17 00:01:58.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
74552026-02-17T00:02:00.629Z[ recovery-image] Feb 17 00:01:58.639 INFO O| Feb 17 00:01:58.639 INFO STEP 826 (remove_files) COMPLETE
74562026-02-17T00:02:00.632Z[ recovery-image] Feb 17 00:01:58.639 INFO O| Feb 17 00:01:58.639 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-02-17T00:02:00.642Z[ recovery-image] Feb 17 00:01:58.651 INFO O| Feb 17 00:01:58.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
74582026-02-17T00:02:00.646Z[ recovery-image] Feb 17 00:01:58.652 INFO O| Feb 17 00:01:58.652 INFO STEP 827 (remove_files) COMPLETE
74592026-02-17T00:02:00.646Z[ recovery-image] Feb 17 00:01:58.652 INFO O| Feb 17 00:01:58.652 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-02-17T00:02:00.655Z[ recovery-image] Feb 17 00:01:58.665 INFO O| Feb 17 00:01:58.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
74612026-02-17T00:02:00.656Z[ recovery-image] Feb 17 00:01:58.665 INFO O| Feb 17 00:01:58.665 INFO STEP 828 (remove_files) COMPLETE
74622026-02-17T00:02:00.664Z[ recovery-image] Feb 17 00:01:58.665 INFO O| Feb 17 00:01:58.665 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-02-17T00:02:00.668Z[ recovery-image] Feb 17 00:01:58.678 INFO O| Feb 17 00:01:58.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
74642026-02-17T00:02:00.668Z[ recovery-image] Feb 17 00:01:58.678 INFO O| Feb 17 00:01:58.678 INFO STEP 829 (remove_files) COMPLETE
74652026-02-17T00:02:00.668Z[ recovery-image] Feb 17 00:01:58.678 INFO O| Feb 17 00:01:58.678 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-02-17T00:02:00.683Z[ recovery-image] Feb 17 00:01:58.691 INFO O| Feb 17 00:01:58.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
74672026-02-17T00:02:00.684Z[ recovery-image] Feb 17 00:01:58.691 INFO O| Feb 17 00:01:58.691 INFO STEP 830 (remove_files) COMPLETE
74682026-02-17T00:02:00.684Z[ recovery-image] Feb 17 00:01:58.691 INFO O| Feb 17 00:01:58.691 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-02-17T00:02:00.694Z[ recovery-image] Feb 17 00:01:58.704 INFO O| Feb 17 00:01:58.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
74702026-02-17T00:02:00.694Z[ recovery-image] Feb 17 00:01:58.704 INFO O| Feb 17 00:01:58.704 INFO STEP 831 (remove_files) COMPLETE
74712026-02-17T00:02:00.703Z[ recovery-image] Feb 17 00:01:58.704 INFO O| Feb 17 00:01:58.704 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-02-17T00:02:00.710Z[ recovery-image] Feb 17 00:01:58.716 INFO O| Feb 17 00:01:58.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
74732026-02-17T00:02:00.710Z[ recovery-image] Feb 17 00:01:58.716 INFO O| Feb 17 00:01:58.716 INFO STEP 832 (remove_files) COMPLETE
74742026-02-17T00:02:00.710Z[ recovery-image] Feb 17 00:01:58.716 INFO O| Feb 17 00:01:58.716 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-02-17T00:02:00.722Z[ recovery-image] Feb 17 00:01:58.729 INFO O| Feb 17 00:01:58.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
74762026-02-17T00:02:00.723Z[ recovery-image] Feb 17 00:01:58.729 INFO O| Feb 17 00:01:58.729 INFO STEP 833 (remove_files) COMPLETE
74772026-02-17T00:02:00.723Z[ recovery-image] Feb 17 00:01:58.729 INFO O| Feb 17 00:01:58.729 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-02-17T00:02:00.734Z[ recovery-image] Feb 17 00:01:58.743 INFO O| Feb 17 00:01:58.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
74792026-02-17T00:02:00.734Z[ recovery-image] Feb 17 00:01:58.744 INFO O| Feb 17 00:01:58.744 INFO STEP 834 (remove_files) COMPLETE
74802026-02-17T00:02:00.734Z[ recovery-image] Feb 17 00:01:58.744 INFO O| Feb 17 00:01:58.744 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-02-17T00:02:00.747Z[ recovery-image] Feb 17 00:01:58.757 INFO O| Feb 17 00:01:58.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
74822026-02-17T00:02:00.747Z[ recovery-image] Feb 17 00:01:58.757 INFO O| Feb 17 00:01:58.757 INFO STEP 835 (remove_files) COMPLETE
74832026-02-17T00:02:00.747Z[ recovery-image] Feb 17 00:01:58.757 INFO O| Feb 17 00:01:58.757 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-02-17T00:02:00.761Z[ recovery-image] Feb 17 00:01:58.769 INFO O| Feb 17 00:01:58.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
74852026-02-17T00:02:00.761Z[ recovery-image] Feb 17 00:01:58.770 INFO O| Feb 17 00:01:58.770 INFO STEP 836 (remove_files) COMPLETE
74862026-02-17T00:02:00.761Z[ recovery-image] Feb 17 00:01:58.770 INFO O| Feb 17 00:01:58.770 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-02-17T00:02:00.776Z[ recovery-image] Feb 17 00:01:58.782 INFO O| Feb 17 00:01:58.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
74882026-02-17T00:02:00.776Z[ recovery-image] Feb 17 00:01:58.782 INFO O| Feb 17 00:01:58.782 INFO STEP 837 (remove_files) COMPLETE
74892026-02-17T00:02:00.776Z[ recovery-image] Feb 17 00:01:58.782 INFO O| Feb 17 00:01:58.782 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-02-17T00:02:00.785Z[ recovery-image] Feb 17 00:01:58.794 INFO O| Feb 17 00:01:58.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
74912026-02-17T00:02:00.785Z[ recovery-image] Feb 17 00:01:58.794 INFO O| Feb 17 00:01:58.794 INFO STEP 838 (remove_files) COMPLETE
74922026-02-17T00:02:00.788Z[ recovery-image] Feb 17 00:01:58.794 INFO O| Feb 17 00:01:58.794 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-02-17T00:02:00.797Z[ recovery-image] Feb 17 00:01:58.807 INFO O| Feb 17 00:01:58.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
74942026-02-17T00:02:00.797Z[ recovery-image] Feb 17 00:01:58.807 INFO O| Feb 17 00:01:58.807 INFO STEP 839 (remove_files) COMPLETE
74952026-02-17T00:02:00.801Z[ recovery-image] Feb 17 00:01:58.807 INFO O| Feb 17 00:01:58.807 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-02-17T00:02:00.810Z[ recovery-image] Feb 17 00:01:58.819 INFO O| Feb 17 00:01:58.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
74972026-02-17T00:02:00.810Z[ recovery-image] Feb 17 00:01:58.819 INFO O| Feb 17 00:01:58.819 INFO STEP 840 (remove_files) COMPLETE
74982026-02-17T00:02:00.810Z[ recovery-image] Feb 17 00:01:58.819 INFO O| Feb 17 00:01:58.819 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-02-17T00:02:00.824Z[ recovery-image] Feb 17 00:01:58.832 INFO O| Feb 17 00:01:58.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
75002026-02-17T00:02:00.824Z[ recovery-image] Feb 17 00:01:58.833 INFO O| Feb 17 00:01:58.832 INFO STEP 841 (remove_files) COMPLETE
75012026-02-17T00:02:00.824Z[ recovery-image] Feb 17 00:01:58.833 INFO O| Feb 17 00:01:58.833 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-02-17T00:02:00.837Z[ recovery-image] Feb 17 00:01:58.846 INFO O| Feb 17 00:01:58.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
75032026-02-17T00:02:00.837Z[ recovery-image] Feb 17 00:01:58.846 INFO O| Feb 17 00:01:58.846 INFO STEP 842 (remove_files) COMPLETE
75042026-02-17T00:02:00.838Z[ recovery-image] Feb 17 00:01:58.846 INFO O| Feb 17 00:01:58.846 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-02-17T00:02:00.852Z[ recovery-image] Feb 17 00:01:58.859 INFO O| Feb 17 00:01:58.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
75062026-02-17T00:02:00.852Z[ recovery-image] Feb 17 00:01:58.859 INFO O| Feb 17 00:01:58.859 INFO STEP 843 (remove_files) COMPLETE
75072026-02-17T00:02:00.852Z[ recovery-image] Feb 17 00:01:58.859 INFO O| Feb 17 00:01:58.859 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-02-17T00:02:00.863Z[ recovery-image] Feb 17 00:01:58.873 INFO O| Feb 17 00:01:58.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
75092026-02-17T00:02:00.863Z[ recovery-image] Feb 17 00:01:58.873 INFO O| Feb 17 00:01:58.873 INFO STEP 844 (remove_files) COMPLETE
75102026-02-17T00:02:00.864Z[ recovery-image] Feb 17 00:01:58.873 INFO O| Feb 17 00:01:58.873 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-02-17T00:02:00.879Z[ recovery-image] Feb 17 00:01:58.887 INFO O| Feb 17 00:01:58.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
75122026-02-17T00:02:00.879Z[ recovery-image] Feb 17 00:01:58.887 INFO O| Feb 17 00:01:58.887 INFO STEP 845 (remove_files) COMPLETE
75132026-02-17T00:02:00.879Z[ recovery-image] Feb 17 00:01:58.887 INFO O| Feb 17 00:01:58.887 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-02-17T00:02:00.891Z[ recovery-image] Feb 17 00:01:58.901 INFO O| Feb 17 00:01:58.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
75152026-02-17T00:02:00.891Z[ recovery-image] Feb 17 00:01:58.901 INFO O| Feb 17 00:01:58.901 INFO STEP 846 (remove_files) COMPLETE
75162026-02-17T00:02:00.891Z[ recovery-image] Feb 17 00:01:58.901 INFO O| Feb 17 00:01:58.901 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-02-17T00:02:00.905Z[ recovery-image] Feb 17 00:01:58.915 INFO O| Feb 17 00:01:58.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
75182026-02-17T00:02:00.905Z[ recovery-image] Feb 17 00:01:58.915 INFO O| Feb 17 00:01:58.915 INFO STEP 847 (remove_files) COMPLETE
75192026-02-17T00:02:00.905Z[ recovery-image] Feb 17 00:01:58.915 INFO O| Feb 17 00:01:58.915 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-02-17T00:02:00.920Z[ recovery-image] Feb 17 00:01:58.929 INFO O| Feb 17 00:01:58.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
75212026-02-17T00:02:00.920Z[ recovery-image] Feb 17 00:01:58.929 INFO O| Feb 17 00:01:58.929 INFO STEP 848 (remove_files) COMPLETE
75222026-02-17T00:02:00.920Z[ recovery-image] Feb 17 00:01:58.929 INFO O| Feb 17 00:01:58.929 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-02-17T00:02:00.933Z[ recovery-image] Feb 17 00:01:58.941 INFO O| Feb 17 00:01:58.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
75242026-02-17T00:02:00.933Z[ recovery-image] Feb 17 00:01:58.942 INFO O| Feb 17 00:01:58.941 INFO STEP 849 (remove_files) COMPLETE
75252026-02-17T00:02:00.937Z[ recovery-image] Feb 17 00:01:58.942 INFO O| Feb 17 00:01:58.941 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-02-17T00:02:00.963Z[ recovery-image] Feb 17 00:01:58.972 INFO O| Feb 17 00:01:58.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
75272026-02-17T00:02:00.963Z[ recovery-image] Feb 17 00:01:58.973 INFO O| Feb 17 00:01:58.973 INFO STEP 850 (remove_files) COMPLETE
75282026-02-17T00:02:00.963Z[ recovery-image] Feb 17 00:01:58.973 INFO O| Feb 17 00:01:58.973 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-02-17T00:02:00.979Z[ recovery-image] Feb 17 00:01:58.986 INFO O| Feb 17 00:01:58.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
75302026-02-17T00:02:00.979Z[ recovery-image] Feb 17 00:01:58.986 INFO O| Feb 17 00:01:58.986 INFO STEP 851 (remove_files) COMPLETE
75312026-02-17T00:02:00.979Z[ recovery-image] Feb 17 00:01:58.986 INFO O| Feb 17 00:01:58.986 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-02-17T00:02:00.990Z[ recovery-image] Feb 17 00:01:58.999 INFO O| Feb 17 00:01:58.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
75332026-02-17T00:02:00.990Z[ recovery-image] Feb 17 00:01:58.999 INFO O| Feb 17 00:01:58.999 INFO STEP 852 (remove_files) COMPLETE
75342026-02-17T00:02:00.990Z[ recovery-image] Feb 17 00:01:58.999 INFO O| Feb 17 00:01:58.999 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-02-17T00:02:01.016Z[ recovery-image] Feb 17 00:01:59.024 INFO O| Feb 17 00:01:59.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
75362026-02-17T00:02:01.016Z[ recovery-image] Feb 17 00:01:59.024 INFO O| Feb 17 00:01:59.024 INFO STEP 853 (remove_files) COMPLETE
75372026-02-17T00:02:01.021Z[ recovery-image] Feb 17 00:01:59.024 INFO O| Feb 17 00:01:59.024 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-02-17T00:02:01.045Z[ recovery-image] Feb 17 00:01:59.054 INFO O| Feb 17 00:01:59.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
75392026-02-17T00:02:01.045Z[ recovery-image] Feb 17 00:01:59.054 INFO O| Feb 17 00:01:59.054 INFO STEP 854 (remove_files) COMPLETE
75402026-02-17T00:02:01.045Z[ recovery-image] Feb 17 00:01:59.054 INFO O| Feb 17 00:01:59.054 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-02-17T00:02:01.057Z[ recovery-image] Feb 17 00:01:59.067 INFO O| Feb 17 00:01:59.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
75422026-02-17T00:02:01.057Z[ recovery-image] Feb 17 00:01:59.067 INFO O| Feb 17 00:01:59.067 INFO STEP 855 (remove_files) COMPLETE
75432026-02-17T00:02:01.062Z[ recovery-image] Feb 17 00:01:59.067 INFO O| Feb 17 00:01:59.067 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-02-17T00:02:01.070Z[ recovery-image] Feb 17 00:01:59.079 INFO O| Feb 17 00:01:59.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
75452026-02-17T00:02:01.070Z[ recovery-image] Feb 17 00:01:59.079 INFO O| Feb 17 00:01:59.079 INFO STEP 856 (remove_files) COMPLETE
75462026-02-17T00:02:01.075Z[ recovery-image] Feb 17 00:01:59.079 INFO O| Feb 17 00:01:59.079 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-02-17T00:02:01.081Z[ recovery-image] Feb 17 00:01:59.091 INFO O| Feb 17 00:01:59.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
75482026-02-17T00:02:01.081Z[ recovery-image] Feb 17 00:01:59.091 INFO O| Feb 17 00:01:59.091 INFO STEP 857 (remove_files) COMPLETE
75492026-02-17T00:02:01.088Z[ recovery-image] Feb 17 00:01:59.091 INFO O| Feb 17 00:01:59.091 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-02-17T00:02:01.093Z[ recovery-image] Feb 17 00:01:59.102 INFO O| Feb 17 00:01:59.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
75512026-02-17T00:02:01.094Z[ recovery-image] Feb 17 00:01:59.102 INFO O| Feb 17 00:01:59.102 INFO STEP 858 (remove_files) COMPLETE
75522026-02-17T00:02:01.094Z[ recovery-image] Feb 17 00:01:59.102 INFO O| Feb 17 00:01:59.102 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-02-17T00:02:01.128Z[ recovery-image] Feb 17 00:01:59.137 INFO O| Feb 17 00:01:59.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
75542026-02-17T00:02:01.128Z[ recovery-image] Feb 17 00:01:59.138 INFO O| Feb 17 00:01:59.137 INFO STEP 859 (remove_files) COMPLETE
75552026-02-17T00:02:01.128Z[ recovery-image] Feb 17 00:01:59.138 INFO O| Feb 17 00:01:59.138 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-02-17T00:02:01.140Z[ recovery-image] Feb 17 00:01:59.150 INFO O| Feb 17 00:01:59.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
75572026-02-17T00:02:01.140Z[ recovery-image] Feb 17 00:01:59.150 INFO O| Feb 17 00:01:59.150 INFO STEP 860 (remove_files) COMPLETE
75582026-02-17T00:02:01.141Z[ recovery-image] Feb 17 00:01:59.150 INFO O| Feb 17 00:01:59.150 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-02-17T00:02:01.153Z[ recovery-image] Feb 17 00:01:59.163 INFO O| Feb 17 00:01:59.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
75602026-02-17T00:02:01.153Z[ recovery-image] Feb 17 00:01:59.163 INFO O| Feb 17 00:01:59.163 INFO STEP 861 (remove_files) COMPLETE
75612026-02-17T00:02:01.160Z[ recovery-image] Feb 17 00:01:59.163 INFO O| Feb 17 00:01:59.163 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-02-17T00:02:01.170Z[ recovery-image] Feb 17 00:01:59.175 INFO O| Feb 17 00:01:59.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
75632026-02-17T00:02:01.170Z[ recovery-image] Feb 17 00:01:59.175 INFO O| Feb 17 00:01:59.175 INFO STEP 862 (remove_files) COMPLETE
75642026-02-17T00:02:01.173Z[ recovery-image] Feb 17 00:01:59.175 INFO O| Feb 17 00:01:59.175 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-02-17T00:02:01.183Z[ recovery-image] Feb 17 00:01:59.186 INFO O| Feb 17 00:01:59.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
75662026-02-17T00:02:01.183Z[ recovery-image] Feb 17 00:01:59.186 INFO O| Feb 17 00:01:59.186 INFO STEP 863 (remove_files) COMPLETE
75672026-02-17T00:02:01.183Z[ recovery-image] Feb 17 00:01:59.186 INFO O| Feb 17 00:01:59.186 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-02-17T00:02:01.194Z[ recovery-image] Feb 17 00:01:59.198 INFO O| Feb 17 00:01:59.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
75692026-02-17T00:02:01.194Z[ recovery-image] Feb 17 00:01:59.198 INFO O| Feb 17 00:01:59.198 INFO STEP 864 (remove_files) COMPLETE
75702026-02-17T00:02:01.194Z[ recovery-image] Feb 17 00:01:59.199 INFO O| Feb 17 00:01:59.198 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-02-17T00:02:01.201Z[ recovery-image] Feb 17 00:01:59.211 INFO O| Feb 17 00:01:59.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
75722026-02-17T00:02:01.205Z[ recovery-image] Feb 17 00:01:59.211 INFO O| Feb 17 00:01:59.211 INFO STEP 865 (remove_files) COMPLETE
75732026-02-17T00:02:01.205Z[ recovery-image] Feb 17 00:01:59.211 INFO O| Feb 17 00:01:59.211 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-02-17T00:02:01.214Z[ recovery-image] Feb 17 00:01:59.221 INFO O| Feb 17 00:01:59.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
75752026-02-17T00:02:01.214Z[ recovery-image] Feb 17 00:01:59.221 INFO O| Feb 17 00:01:59.221 INFO STEP 866 (remove_files) COMPLETE
75762026-02-17T00:02:01.219Z[ recovery-image] Feb 17 00:01:59.221 INFO O| Feb 17 00:01:59.221 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-02-17T00:02:01.231Z[ recovery-image] Feb 17 00:01:59.231 INFO O| Feb 17 00:01:59.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
75782026-02-17T00:02:01.232Z[ recovery-image] Feb 17 00:01:59.231 INFO O| Feb 17 00:01:59.231 INFO STEP 867 (remove_files) COMPLETE
75792026-02-17T00:02:01.232Z[ recovery-image] Feb 17 00:01:59.231 INFO O| Feb 17 00:01:59.231 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-02-17T00:02:01.237Z[ recovery-image] Feb 17 00:01:59.241 INFO O| Feb 17 00:01:59.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
75812026-02-17T00:02:01.237Z[ recovery-image] Feb 17 00:01:59.241 INFO O| Feb 17 00:01:59.241 INFO STEP 868 (remove_files) COMPLETE
75822026-02-17T00:02:01.237Z[ recovery-image] Feb 17 00:01:59.241 INFO O| Feb 17 00:01:59.241 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-02-17T00:02:01.243Z[ recovery-image] Feb 17 00:01:59.253 INFO O| Feb 17 00:01:59.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
75842026-02-17T00:02:01.243Z[ recovery-image] Feb 17 00:01:59.253 INFO O| Feb 17 00:01:59.253 INFO STEP 869 (remove_files) COMPLETE
75852026-02-17T00:02:01.263Z[ recovery-image] Feb 17 00:01:59.253 INFO O| Feb 17 00:01:59.253 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-02-17T00:02:01.263Z[ recovery-image] Feb 17 00:01:59.264 INFO O| Feb 17 00:01:59.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
75872026-02-17T00:02:01.263Z[ recovery-image] Feb 17 00:01:59.265 INFO O| Feb 17 00:01:59.264 INFO STEP 870 (remove_files) COMPLETE
75882026-02-17T00:02:01.263Z[ recovery-image] Feb 17 00:01:59.265 INFO O| Feb 17 00:01:59.265 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-02-17T00:02:01.266Z[ recovery-image] Feb 17 00:01:59.276 INFO O| Feb 17 00:01:59.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
75902026-02-17T00:02:01.267Z[ recovery-image] Feb 17 00:01:59.276 INFO O| Feb 17 00:01:59.276 INFO STEP 871 (remove_files) COMPLETE
75912026-02-17T00:02:01.267Z[ recovery-image] Feb 17 00:01:59.276 INFO O| Feb 17 00:01:59.276 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-02-17T00:02:01.277Z[ recovery-image] Feb 17 00:01:59.286 INFO O| Feb 17 00:01:59.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
75932026-02-17T00:02:01.277Z[ recovery-image] Feb 17 00:01:59.286 INFO O| Feb 17 00:01:59.286 INFO STEP 872 (remove_files) COMPLETE
75942026-02-17T00:02:01.277Z[ recovery-image] Feb 17 00:01:59.286 INFO O| Feb 17 00:01:59.286 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-02-17T00:02:01.287Z[ recovery-image] Feb 17 00:01:59.296 INFO O| Feb 17 00:01:59.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
75962026-02-17T00:02:01.287Z[ recovery-image] Feb 17 00:01:59.296 INFO O| Feb 17 00:01:59.296 INFO STEP 873 (remove_files) COMPLETE
75972026-02-17T00:02:01.287Z[ recovery-image] Feb 17 00:01:59.296 INFO O| Feb 17 00:01:59.296 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-02-17T00:02:01.298Z[ recovery-image] Feb 17 00:01:59.307 INFO O| Feb 17 00:01:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
75992026-02-17T00:02:01.298Z[ recovery-image] Feb 17 00:01:59.307 INFO O| Feb 17 00:01:59.307 INFO STEP 874 (remove_files) COMPLETE
76002026-02-17T00:02:01.298Z[ recovery-image] Feb 17 00:01:59.307 INFO O| Feb 17 00:01:59.307 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-02-17T00:02:01.307Z[ recovery-image] Feb 17 00:01:59.317 INFO O| Feb 17 00:01:59.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
76022026-02-17T00:02:01.307Z[ recovery-image] Feb 17 00:01:59.317 INFO O| Feb 17 00:01:59.317 INFO STEP 875 (remove_files) COMPLETE
76032026-02-17T00:02:01.307Z[ recovery-image] Feb 17 00:01:59.317 INFO O| Feb 17 00:01:59.317 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-02-17T00:02:01.317Z[ recovery-image] Feb 17 00:01:59.327 INFO O| Feb 17 00:01:59.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
76052026-02-17T00:02:01.317Z[ recovery-image] Feb 17 00:01:59.327 INFO O| Feb 17 00:01:59.327 INFO STEP 876 (remove_files) COMPLETE
76062026-02-17T00:02:01.317Z[ recovery-image] Feb 17 00:01:59.327 INFO O| Feb 17 00:01:59.327 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-02-17T00:02:01.329Z[ recovery-image] Feb 17 00:01:59.339 INFO O| Feb 17 00:01:59.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
76082026-02-17T00:02:01.329Z[ recovery-image] Feb 17 00:01:59.339 INFO O| Feb 17 00:01:59.339 INFO STEP 877 (remove_files) COMPLETE
76092026-02-17T00:02:01.329Z[ recovery-image] Feb 17 00:01:59.339 INFO O| Feb 17 00:01:59.339 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-02-17T00:02:01.340Z[ recovery-image] Feb 17 00:01:59.349 INFO O| Feb 17 00:01:59.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
76112026-02-17T00:02:01.340Z[ recovery-image] Feb 17 00:01:59.349 INFO O| Feb 17 00:01:59.349 INFO STEP 878 (remove_files) COMPLETE
76122026-02-17T00:02:01.340Z[ recovery-image] Feb 17 00:01:59.349 INFO O| Feb 17 00:01:59.349 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-02-17T00:02:01.350Z[ recovery-image] Feb 17 00:01:59.360 INFO O| Feb 17 00:01:59.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
76142026-02-17T00:02:01.351Z[ recovery-image] Feb 17 00:01:59.360 INFO O| Feb 17 00:01:59.360 INFO STEP 879 (remove_files) COMPLETE
76152026-02-17T00:02:01.351Z[ recovery-image] Feb 17 00:01:59.360 INFO O| Feb 17 00:01:59.360 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-02-17T00:02:01.361Z[ recovery-image] Feb 17 00:01:59.370 INFO O| Feb 17 00:01:59.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
76172026-02-17T00:02:01.361Z[ recovery-image] Feb 17 00:01:59.370 INFO O| Feb 17 00:01:59.370 INFO STEP 880 (remove_files) COMPLETE
76182026-02-17T00:02:01.364Z[ recovery-image] Feb 17 00:01:59.370 INFO O| Feb 17 00:01:59.370 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-02-17T00:02:01.371Z[ recovery-image] Feb 17 00:01:59.381 INFO O| Feb 17 00:01:59.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
76202026-02-17T00:02:01.371Z[ recovery-image] Feb 17 00:01:59.381 INFO O| Feb 17 00:01:59.381 INFO STEP 881 (remove_files) COMPLETE
76212026-02-17T00:02:01.378Z[ recovery-image] Feb 17 00:01:59.381 INFO O| Feb 17 00:01:59.381 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-02-17T00:02:01.382Z[ recovery-image] Feb 17 00:01:59.391 INFO O| Feb 17 00:01:59.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
76232026-02-17T00:02:01.382Z[ recovery-image] Feb 17 00:01:59.392 INFO O| Feb 17 00:01:59.391 INFO STEP 882 (remove_files) COMPLETE
76242026-02-17T00:02:01.382Z[ recovery-image] Feb 17 00:01:59.392 INFO O| Feb 17 00:01:59.392 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-02-17T00:02:01.394Z[ recovery-image] Feb 17 00:01:59.402 INFO O| Feb 17 00:01:59.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
76262026-02-17T00:02:01.395Z[ recovery-image] Feb 17 00:01:59.402 INFO O| Feb 17 00:01:59.402 INFO STEP 883 (remove_files) COMPLETE
76272026-02-17T00:02:01.402Z[ recovery-image] Feb 17 00:01:59.402 INFO O| Feb 17 00:01:59.402 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-02-17T00:02:01.408Z[ recovery-image] Feb 17 00:01:59.413 INFO O| Feb 17 00:01:59.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
76292026-02-17T00:02:01.408Z[ recovery-image] Feb 17 00:01:59.414 INFO O| Feb 17 00:01:59.414 INFO STEP 884 (remove_files) COMPLETE
76302026-02-17T00:02:01.408Z[ recovery-image] Feb 17 00:01:59.414 INFO O| Feb 17 00:01:59.414 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-02-17T00:02:01.416Z[ recovery-image] Feb 17 00:01:59.425 INFO O| Feb 17 00:01:59.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
76322026-02-17T00:02:01.416Z[ recovery-image] Feb 17 00:01:59.425 INFO O| Feb 17 00:01:59.425 INFO STEP 885 (remove_files) COMPLETE
76332026-02-17T00:02:01.416Z[ recovery-image] Feb 17 00:01:59.425 INFO O| Feb 17 00:01:59.425 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-02-17T00:02:01.428Z[ recovery-image] Feb 17 00:01:59.436 INFO O| Feb 17 00:01:59.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
76352026-02-17T00:02:01.428Z[ recovery-image] Feb 17 00:01:59.437 INFO O| Feb 17 00:01:59.436 INFO STEP 886 (remove_files) COMPLETE
76362026-02-17T00:02:01.428Z[ recovery-image] Feb 17 00:01:59.437 INFO O| Feb 17 00:01:59.437 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-02-17T00:02:01.437Z[ recovery-image] Feb 17 00:01:59.447 INFO O| Feb 17 00:01:59.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
76382026-02-17T00:02:01.437Z[ recovery-image] Feb 17 00:01:59.447 INFO O| Feb 17 00:01:59.447 INFO STEP 887 (remove_files) COMPLETE
76392026-02-17T00:02:01.437Z[ recovery-image] Feb 17 00:01:59.447 INFO O| Feb 17 00:01:59.447 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-02-17T00:02:01.451Z[ recovery-image] Feb 17 00:01:59.457 INFO O| Feb 17 00:01:59.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
76412026-02-17T00:02:01.451Z[ recovery-image] Feb 17 00:01:59.458 INFO O| Feb 17 00:01:59.457 INFO STEP 888 (remove_files) COMPLETE
76422026-02-17T00:02:01.455Z[ recovery-image] Feb 17 00:01:59.458 INFO O| Feb 17 00:01:59.457 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-02-17T00:02:01.461Z[ recovery-image] Feb 17 00:01:59.468 INFO O| Feb 17 00:01:59.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
76442026-02-17T00:02:01.461Z[ recovery-image] Feb 17 00:01:59.468 INFO O| Feb 17 00:01:59.468 INFO STEP 889 (remove_files) COMPLETE
76452026-02-17T00:02:01.461Z[ recovery-image] Feb 17 00:01:59.468 INFO O| Feb 17 00:01:59.468 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-02-17T00:02:01.468Z[ recovery-image] Feb 17 00:01:59.478 INFO O| Feb 17 00:01:59.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
76472026-02-17T00:02:01.468Z[ recovery-image] Feb 17 00:01:59.478 INFO O| Feb 17 00:01:59.478 INFO STEP 890 (remove_files) COMPLETE
76482026-02-17T00:02:01.491Z[ recovery-image] Feb 17 00:01:59.478 INFO O| Feb 17 00:01:59.478 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-02-17T00:02:01.491Z[ recovery-image] Feb 17 00:01:59.490 INFO O| Feb 17 00:01:59.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
76502026-02-17T00:02:01.491Z[ recovery-image] Feb 17 00:01:59.490 INFO O| Feb 17 00:01:59.490 INFO STEP 891 (remove_files) COMPLETE
76512026-02-17T00:02:01.491Z[ recovery-image] Feb 17 00:01:59.490 INFO O| Feb 17 00:01:59.490 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-02-17T00:02:01.491Z[ recovery-image] Feb 17 00:01:59.500 INFO O| Feb 17 00:01:59.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
76532026-02-17T00:02:01.491Z[ recovery-image] Feb 17 00:01:59.500 INFO O| Feb 17 00:01:59.500 INFO STEP 892 (remove_files) COMPLETE
76542026-02-17T00:02:01.491Z[ recovery-image] Feb 17 00:01:59.500 INFO O| Feb 17 00:01:59.500 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-02-17T00:02:01.502Z[ recovery-image] Feb 17 00:01:59.510 INFO O| Feb 17 00:01:59.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
76562026-02-17T00:02:01.502Z[ recovery-image] Feb 17 00:01:59.510 INFO O| Feb 17 00:01:59.510 INFO STEP 893 (remove_files) COMPLETE
76572026-02-17T00:02:01.508Z[ recovery-image] Feb 17 00:01:59.510 INFO O| Feb 17 00:01:59.510 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-02-17T00:02:01.512Z[ recovery-image] Feb 17 00:01:59.522 INFO O| Feb 17 00:01:59.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
76592026-02-17T00:02:01.512Z[ recovery-image] Feb 17 00:01:59.522 INFO O| Feb 17 00:01:59.522 INFO STEP 894 (remove_files) COMPLETE
76602026-02-17T00:02:01.512Z[ recovery-image] Feb 17 00:01:59.522 INFO O| Feb 17 00:01:59.522 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-02-17T00:02:01.523Z[ recovery-image] Feb 17 00:01:59.532 INFO O| Feb 17 00:01:59.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
76622026-02-17T00:02:01.523Z[ recovery-image] Feb 17 00:01:59.533 INFO O| Feb 17 00:01:59.532 INFO STEP 895 (remove_files) COMPLETE
76632026-02-17T00:02:01.529Z[ recovery-image] Feb 17 00:01:59.533 INFO O| Feb 17 00:01:59.532 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-02-17T00:02:01.534Z[ recovery-image] Feb 17 00:01:59.543 INFO O| Feb 17 00:01:59.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
76652026-02-17T00:02:01.534Z[ recovery-image] Feb 17 00:01:59.543 INFO O| Feb 17 00:01:59.543 INFO STEP 896 (remove_files) COMPLETE
76662026-02-17T00:02:01.538Z[ recovery-image] Feb 17 00:01:59.543 INFO O| Feb 17 00:01:59.543 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-02-17T00:02:01.545Z[ recovery-image] Feb 17 00:01:59.553 INFO O| Feb 17 00:01:59.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
76682026-02-17T00:02:01.552Z[ recovery-image] Feb 17 00:01:59.553 INFO O| Feb 17 00:01:59.553 INFO STEP 897 (remove_files) COMPLETE
76692026-02-17T00:02:01.552Z[ recovery-image] Feb 17 00:01:59.553 INFO O| Feb 17 00:01:59.553 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-02-17T00:02:01.556Z[ recovery-image] Feb 17 00:01:59.563 INFO O| Feb 17 00:01:59.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
76712026-02-17T00:02:01.556Z[ recovery-image] Feb 17 00:01:59.563 INFO O| Feb 17 00:01:59.563 INFO STEP 898 (remove_files) COMPLETE
76722026-02-17T00:02:01.556Z[ recovery-image] Feb 17 00:01:59.563 INFO O| Feb 17 00:01:59.563 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-02-17T00:02:01.565Z[ recovery-image] Feb 17 00:01:59.575 INFO O| Feb 17 00:01:59.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
76742026-02-17T00:02:01.565Z[ recovery-image] Feb 17 00:01:59.575 INFO O| Feb 17 00:01:59.575 INFO STEP 899 (remove_files) COMPLETE
76752026-02-17T00:02:01.566Z[ recovery-image] Feb 17 00:01:59.575 INFO O| Feb 17 00:01:59.575 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-02-17T00:02:01.577Z[ recovery-image] Feb 17 00:01:59.586 INFO O| Feb 17 00:01:59.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
76772026-02-17T00:02:01.577Z[ recovery-image] Feb 17 00:01:59.587 INFO O| Feb 17 00:01:59.586 INFO STEP 900 (remove_files) COMPLETE
76782026-02-17T00:02:01.580Z[ recovery-image] Feb 17 00:01:59.587 INFO O| Feb 17 00:01:59.587 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-02-17T00:02:01.588Z[ recovery-image] Feb 17 00:01:59.598 INFO O| Feb 17 00:01:59.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
76802026-02-17T00:02:01.588Z[ recovery-image] Feb 17 00:01:59.598 INFO O| Feb 17 00:01:59.598 INFO STEP 901 (remove_files) COMPLETE
76812026-02-17T00:02:01.588Z[ recovery-image] Feb 17 00:01:59.598 INFO O| Feb 17 00:01:59.598 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-02-17T00:02:01.604Z[ recovery-image] Feb 17 00:01:59.610 INFO O| Feb 17 00:01:59.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
76832026-02-17T00:02:01.604Z[ recovery-image] Feb 17 00:01:59.610 INFO O| Feb 17 00:01:59.610 INFO STEP 902 (remove_files) COMPLETE
76842026-02-17T00:02:01.604Z[ recovery-image] Feb 17 00:01:59.610 INFO O| Feb 17 00:01:59.610 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-02-17T00:02:01.614Z[ recovery-image] Feb 17 00:01:59.622 INFO O| Feb 17 00:01:59.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
76862026-02-17T00:02:01.614Z[ recovery-image] Feb 17 00:01:59.622 INFO O| Feb 17 00:01:59.622 INFO STEP 903 (remove_files) COMPLETE
76872026-02-17T00:02:01.619Z[ recovery-image] Feb 17 00:01:59.622 INFO O| Feb 17 00:01:59.622 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-02-17T00:02:01.625Z[ recovery-image] Feb 17 00:01:59.634 INFO O| Feb 17 00:01:59.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
76892026-02-17T00:02:01.625Z[ recovery-image] Feb 17 00:01:59.635 INFO O| Feb 17 00:01:59.634 INFO STEP 904 (remove_files) COMPLETE
76902026-02-17T00:02:01.625Z[ recovery-image] Feb 17 00:01:59.635 INFO O| Feb 17 00:01:59.634 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-02-17T00:02:01.639Z[ recovery-image] Feb 17 00:01:59.646 INFO O| Feb 17 00:01:59.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
76922026-02-17T00:02:01.639Z[ recovery-image] Feb 17 00:01:59.646 INFO O| Feb 17 00:01:59.646 INFO STEP 905 (remove_files) COMPLETE
76932026-02-17T00:02:01.639Z[ recovery-image] Feb 17 00:01:59.646 INFO O| Feb 17 00:01:59.646 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-02-17T00:02:01.649Z[ recovery-image] Feb 17 00:01:59.658 INFO O| Feb 17 00:01:59.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
76952026-02-17T00:02:01.649Z[ recovery-image] Feb 17 00:01:59.658 INFO O| Feb 17 00:01:59.658 INFO STEP 906 (remove_files) COMPLETE
76962026-02-17T00:02:01.649Z[ recovery-image] Feb 17 00:01:59.658 INFO O| Feb 17 00:01:59.658 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-02-17T00:02:01.665Z[ recovery-image] Feb 17 00:01:59.670 INFO O| Feb 17 00:01:59.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
76982026-02-17T00:02:01.665Z[ recovery-image] Feb 17 00:01:59.670 INFO O| Feb 17 00:01:59.670 INFO STEP 907 (remove_files) COMPLETE
76992026-02-17T00:02:01.668Z[ recovery-image] Feb 17 00:01:59.670 INFO O| Feb 17 00:01:59.670 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-02-17T00:02:01.674Z[ recovery-image] Feb 17 00:01:59.683 INFO O| Feb 17 00:01:59.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
77012026-02-17T00:02:01.674Z[ recovery-image] Feb 17 00:01:59.683 INFO O| Feb 17 00:01:59.683 INFO STEP 908 (remove_files) COMPLETE
77022026-02-17T00:02:01.678Z[ recovery-image] Feb 17 00:01:59.683 INFO O| Feb 17 00:01:59.683 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-02-17T00:02:01.687Z[ recovery-image] Feb 17 00:01:59.695 INFO O| Feb 17 00:01:59.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
77042026-02-17T00:02:01.687Z[ recovery-image] Feb 17 00:01:59.695 INFO O| Feb 17 00:01:59.695 INFO STEP 909 (remove_files) COMPLETE
77052026-02-17T00:02:01.687Z[ recovery-image] Feb 17 00:01:59.695 INFO O| Feb 17 00:01:59.695 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-02-17T00:02:01.696Z[ recovery-image] Feb 17 00:01:59.706 INFO O| Feb 17 00:01:59.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
77072026-02-17T00:02:01.696Z[ recovery-image] Feb 17 00:01:59.706 INFO O| Feb 17 00:01:59.706 INFO STEP 910 (remove_files) COMPLETE
77082026-02-17T00:02:01.696Z[ recovery-image] Feb 17 00:01:59.706 INFO O| Feb 17 00:01:59.706 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-02-17T00:02:01.707Z[ recovery-image] Feb 17 00:01:59.717 INFO O| Feb 17 00:01:59.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
77102026-02-17T00:02:01.710Z[ recovery-image] Feb 17 00:01:59.717 INFO O| Feb 17 00:01:59.717 INFO STEP 911 (remove_files) COMPLETE
77112026-02-17T00:02:01.710Z[ recovery-image] Feb 17 00:01:59.717 INFO O| Feb 17 00:01:59.717 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-02-17T00:02:01.718Z[ recovery-image] Feb 17 00:01:59.728 INFO O| Feb 17 00:01:59.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
77132026-02-17T00:02:01.721Z[ recovery-image] Feb 17 00:01:59.728 INFO O| Feb 17 00:01:59.728 INFO STEP 912 (remove_files) COMPLETE
77142026-02-17T00:02:01.721Z[ recovery-image] Feb 17 00:01:59.728 INFO O| Feb 17 00:01:59.728 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-02-17T00:02:01.730Z[ recovery-image] Feb 17 00:01:59.740 INFO O| Feb 17 00:01:59.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
77162026-02-17T00:02:01.730Z[ recovery-image] Feb 17 00:01:59.740 INFO O| Feb 17 00:01:59.740 INFO STEP 913 (remove_files) COMPLETE
77172026-02-17T00:02:01.737Z[ recovery-image] Feb 17 00:01:59.740 INFO O| Feb 17 00:01:59.740 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-02-17T00:02:01.743Z[ recovery-image] Feb 17 00:01:59.752 INFO O| Feb 17 00:01:59.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
77192026-02-17T00:02:01.743Z[ recovery-image] Feb 17 00:01:59.752 INFO O| Feb 17 00:01:59.752 INFO STEP 914 (remove_files) COMPLETE
77202026-02-17T00:02:01.746Z[ recovery-image] Feb 17 00:01:59.752 INFO O| Feb 17 00:01:59.752 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-02-17T00:02:01.757Z[ recovery-image] Feb 17 00:01:59.765 INFO O| Feb 17 00:01:59.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
77222026-02-17T00:02:01.760Z[ recovery-image] Feb 17 00:01:59.765 INFO O| Feb 17 00:01:59.765 INFO STEP 915 (remove_files) COMPLETE
77232026-02-17T00:02:01.760Z[ recovery-image] Feb 17 00:01:59.765 INFO O| Feb 17 00:01:59.765 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-02-17T00:02:01.769Z[ recovery-image] Feb 17 00:01:59.776 INFO O| Feb 17 00:01:59.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
77252026-02-17T00:02:01.769Z[ recovery-image] Feb 17 00:01:59.776 INFO O| Feb 17 00:01:59.776 INFO STEP 916 (remove_files) COMPLETE
77262026-02-17T00:02:01.769Z[ recovery-image] Feb 17 00:01:59.776 INFO O| Feb 17 00:01:59.776 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-02-17T00:02:01.779Z[ recovery-image] Feb 17 00:01:59.786 INFO O| Feb 17 00:01:59.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
77282026-02-17T00:02:01.779Z[ recovery-image] Feb 17 00:01:59.786 INFO O| Feb 17 00:01:59.786 INFO STEP 917 (remove_files) COMPLETE
77292026-02-17T00:02:01.783Z[ recovery-image] Feb 17 00:01:59.786 INFO O| Feb 17 00:01:59.786 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-02-17T00:02:01.791Z[ recovery-image] Feb 17 00:01:59.796 INFO O| Feb 17 00:01:59.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
77312026-02-17T00:02:01.791Z[ recovery-image] Feb 17 00:01:59.797 INFO O| Feb 17 00:01:59.797 INFO STEP 918 (remove_files) COMPLETE
77322026-02-17T00:02:01.791Z[ recovery-image] Feb 17 00:01:59.797 INFO O| Feb 17 00:01:59.797 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-02-17T00:02:01.797Z[ recovery-image] Feb 17 00:01:59.807 INFO O| Feb 17 00:01:59.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
77342026-02-17T00:02:01.806Z[ recovery-image] Feb 17 00:01:59.807 INFO O| Feb 17 00:01:59.807 INFO STEP 919 (remove_files) COMPLETE
77352026-02-17T00:02:01.806Z[ recovery-image] Feb 17 00:01:59.807 INFO O| Feb 17 00:01:59.807 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-02-17T00:02:01.814Z[ recovery-image] Feb 17 00:01:59.817 INFO O| Feb 17 00:01:59.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
77372026-02-17T00:02:01.814Z[ recovery-image] Feb 17 00:01:59.818 INFO O| Feb 17 00:01:59.818 INFO STEP 920 (remove_files) COMPLETE
77382026-02-17T00:02:01.814Z[ recovery-image] Feb 17 00:01:59.818 INFO O| Feb 17 00:01:59.818 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-02-17T00:02:01.818Z[ recovery-image] Feb 17 00:01:59.828 INFO O| Feb 17 00:01:59.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
77402026-02-17T00:02:01.818Z[ recovery-image] Feb 17 00:01:59.828 INFO O| Feb 17 00:01:59.828 INFO STEP 921 (remove_files) COMPLETE
77412026-02-17T00:02:01.825Z[ recovery-image] Feb 17 00:01:59.828 INFO O| Feb 17 00:01:59.828 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-02-17T00:02:01.838Z[ recovery-image] Feb 17 00:01:59.839 INFO O| Feb 17 00:01:59.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
77432026-02-17T00:02:01.838Z[ recovery-image] Feb 17 00:01:59.839 INFO O| Feb 17 00:01:59.839 INFO STEP 922 (remove_files) COMPLETE
77442026-02-17T00:02:01.838Z[ recovery-image] Feb 17 00:01:59.839 INFO O| Feb 17 00:01:59.839 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-02-17T00:02:01.845Z[ recovery-image] Feb 17 00:01:59.850 INFO O| Feb 17 00:01:59.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
77462026-02-17T00:02:01.846Z[ recovery-image] Feb 17 00:01:59.850 INFO O| Feb 17 00:01:59.850 INFO STEP 923 (remove_files) COMPLETE
77472026-02-17T00:02:01.846Z[ recovery-image] Feb 17 00:01:59.850 INFO O| Feb 17 00:01:59.850 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-02-17T00:02:01.870Z[ recovery-image] Feb 17 00:01:59.861 INFO O| Feb 17 00:01:59.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
77492026-02-17T00:02:01.870Z[ recovery-image] Feb 17 00:01:59.861 INFO O| Feb 17 00:01:59.861 INFO STEP 924 (remove_files) COMPLETE
77502026-02-17T00:02:01.870Z[ recovery-image] Feb 17 00:01:59.861 INFO O| Feb 17 00:01:59.861 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-02-17T00:02:01.870Z[ recovery-image] Feb 17 00:01:59.872 INFO O| Feb 17 00:01:59.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
77522026-02-17T00:02:01.870Z[ recovery-image] Feb 17 00:01:59.872 INFO O| Feb 17 00:01:59.872 INFO STEP 925 (remove_files) COMPLETE
77532026-02-17T00:02:01.870Z[ recovery-image] Feb 17 00:01:59.872 INFO O| Feb 17 00:01:59.872 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-02-17T00:02:01.880Z[ recovery-image] Feb 17 00:01:59.884 INFO O| Feb 17 00:01:59.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
77552026-02-17T00:02:01.884Z[ recovery-image] Feb 17 00:01:59.884 INFO O| Feb 17 00:01:59.884 INFO STEP 926 (remove_files) COMPLETE
77562026-02-17T00:02:01.884Z[ recovery-image] Feb 17 00:01:59.884 INFO O| Feb 17 00:01:59.884 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-02-17T00:02:01.892Z[ recovery-image] Feb 17 00:01:59.895 INFO O| Feb 17 00:01:59.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
77582026-02-17T00:02:01.892Z[ recovery-image] Feb 17 00:01:59.895 INFO O| Feb 17 00:01:59.895 INFO STEP 927 (remove_files) COMPLETE
77592026-02-17T00:02:01.892Z[ recovery-image] Feb 17 00:01:59.895 INFO O| Feb 17 00:01:59.895 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-02-17T00:02:01.899Z[ recovery-image] Feb 17 00:01:59.907 INFO O| Feb 17 00:01:59.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
77612026-02-17T00:02:01.899Z[ recovery-image] Feb 17 00:01:59.908 INFO O| Feb 17 00:01:59.908 INFO STEP 928 (remove_files) COMPLETE
77622026-02-17T00:02:01.900Z[ recovery-image] Feb 17 00:01:59.908 INFO O| Feb 17 00:01:59.908 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-02-17T00:02:01.910Z[ recovery-image] Feb 17 00:01:59.919 INFO O| Feb 17 00:01:59.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
77642026-02-17T00:02:01.910Z[ recovery-image] Feb 17 00:01:59.919 INFO O| Feb 17 00:01:59.919 INFO STEP 929 (remove_files) COMPLETE
77652026-02-17T00:02:01.922Z[ recovery-image] Feb 17 00:01:59.919 INFO O| Feb 17 00:01:59.919 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-02-17T00:02:01.927Z[ recovery-image] Feb 17 00:01:59.930 INFO O| Feb 17 00:01:59.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
77672026-02-17T00:02:01.927Z[ recovery-image] Feb 17 00:01:59.930 INFO O| Feb 17 00:01:59.930 INFO STEP 930 (remove_files) COMPLETE
77682026-02-17T00:02:01.927Z[ recovery-image] Feb 17 00:01:59.930 INFO O| Feb 17 00:01:59.930 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-02-17T00:02:01.933Z[ recovery-image] Feb 17 00:01:59.941 INFO O| Feb 17 00:01:59.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
77702026-02-17T00:02:01.933Z[ recovery-image] Feb 17 00:01:59.941 INFO O| Feb 17 00:01:59.941 INFO STEP 931 (remove_files) COMPLETE
77712026-02-17T00:02:01.933Z[ recovery-image] Feb 17 00:01:59.941 INFO O| Feb 17 00:01:59.941 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-02-17T00:02:01.944Z[ recovery-image] Feb 17 00:01:59.953 INFO O| Feb 17 00:01:59.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
77732026-02-17T00:02:01.945Z[ recovery-image] Feb 17 00:01:59.953 INFO O| Feb 17 00:01:59.953 INFO STEP 932 (remove_files) COMPLETE
77742026-02-17T00:02:01.945Z[ recovery-image] Feb 17 00:01:59.953 INFO O| Feb 17 00:01:59.953 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-02-17T00:02:01.955Z[ recovery-image] Feb 17 00:01:59.965 INFO O| Feb 17 00:01:59.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
77762026-02-17T00:02:01.957Z[ recovery-image] Feb 17 00:01:59.965 INFO O| Feb 17 00:01:59.965 INFO STEP 933 (remove_files) COMPLETE
77772026-02-17T00:02:01.957Z[ recovery-image] Feb 17 00:01:59.965 INFO O| Feb 17 00:01:59.965 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-02-17T00:02:01.968Z[ recovery-image] Feb 17 00:01:59.977 INFO O| Feb 17 00:01:59.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
77792026-02-17T00:02:01.968Z[ recovery-image] Feb 17 00:01:59.977 INFO O| Feb 17 00:01:59.977 INFO STEP 934 (remove_files) COMPLETE
77802026-02-17T00:02:01.973Z[ recovery-image] Feb 17 00:01:59.977 INFO O| Feb 17 00:01:59.977 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-02-17T00:02:01.981Z[ recovery-image] Feb 17 00:01:59.989 INFO O| Feb 17 00:01:59.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
77822026-02-17T00:02:01.981Z[ recovery-image] Feb 17 00:01:59.989 INFO O| Feb 17 00:01:59.989 INFO STEP 935 (remove_files) COMPLETE
77832026-02-17T00:02:01.981Z[ recovery-image] Feb 17 00:01:59.989 INFO O| Feb 17 00:01:59.989 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-02-17T00:02:01.993Z[ recovery-image] Feb 17 00:02:00.000 INFO O| Feb 17 00:02:00.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
77852026-02-17T00:02:01.995Z[ recovery-image] Feb 17 00:02:00.000 INFO O| Feb 17 00:02:00.000 INFO STEP 936 (remove_files) COMPLETE
77862026-02-17T00:02:01.995Z[ recovery-image] Feb 17 00:02:00.000 INFO O| Feb 17 00:02:00.000 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-02-17T00:02:02.003Z[ recovery-image] Feb 17 00:02:00.013 INFO O| Feb 17 00:02:00.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
77882026-02-17T00:02:02.003Z[ recovery-image] Feb 17 00:02:00.013 INFO O| Feb 17 00:02:00.013 INFO STEP 937 (remove_files) COMPLETE
77892026-02-17T00:02:02.007Z[ recovery-image] Feb 17 00:02:00.013 INFO O| Feb 17 00:02:00.013 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-02-17T00:02:02.046Z[ recovery-image] Feb 17 00:02:00.054 INFO O| Feb 17 00:02:00.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
77912026-02-17T00:02:02.049Z[ recovery-image] Feb 17 00:02:00.054 INFO O| Feb 17 00:02:00.054 INFO STEP 938 (remove_files) COMPLETE
77922026-02-17T00:02:02.050Z[ recovery-image] Feb 17 00:02:00.054 INFO O| Feb 17 00:02:00.054 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-02-17T00:02:02.061Z[ recovery-image] Feb 17 00:02:00.069 INFO O| Feb 17 00:02:00.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
77942026-02-17T00:02:02.061Z[ recovery-image] Feb 17 00:02:00.070 INFO O| Feb 17 00:02:00.070 INFO STEP 939 (remove_files) COMPLETE
77952026-02-17T00:02:02.070Z[ recovery-image] Feb 17 00:02:00.070 INFO O| Feb 17 00:02:00.070 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-02-17T00:02:02.075Z[ recovery-image] Feb 17 00:02:00.083 INFO O| Feb 17 00:02:00.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
77972026-02-17T00:02:02.075Z[ recovery-image] Feb 17 00:02:00.083 INFO O| Feb 17 00:02:00.083 INFO STEP 940 (remove_files) COMPLETE
77982026-02-17T00:02:02.075Z[ recovery-image] Feb 17 00:02:00.083 INFO O| Feb 17 00:02:00.083 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-02-17T00:02:02.090Z[ recovery-image] Feb 17 00:02:00.096 INFO O| Feb 17 00:02:00.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
78002026-02-17T00:02:02.090Z[ recovery-image] Feb 17 00:02:00.096 INFO O| Feb 17 00:02:00.096 INFO STEP 941 (remove_files) COMPLETE
78012026-02-17T00:02:02.090Z[ recovery-image] Feb 17 00:02:00.096 INFO O| Feb 17 00:02:00.096 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-02-17T00:02:02.114Z[ recovery-image] Feb 17 00:02:00.124 INFO O| Feb 17 00:02:00.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
78032026-02-17T00:02:02.115Z[ recovery-image] Feb 17 00:02:00.124 INFO O| Feb 17 00:02:00.124 INFO STEP 942 (remove_files) COMPLETE
78042026-02-17T00:02:02.121Z[ recovery-image] Feb 17 00:02:00.124 INFO O| Feb 17 00:02:00.124 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-02-17T00:02:02.129Z[ recovery-image] Feb 17 00:02:00.138 INFO O| Feb 17 00:02:00.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
78062026-02-17T00:02:02.134Z[ recovery-image] Feb 17 00:02:00.138 INFO O| Feb 17 00:02:00.138 INFO STEP 943 (remove_files) COMPLETE
78072026-02-17T00:02:02.134Z[ recovery-image] Feb 17 00:02:00.138 INFO O| Feb 17 00:02:00.138 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-02-17T00:02:02.141Z[ recovery-image] Feb 17 00:02:00.150 INFO O| Feb 17 00:02:00.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
78092026-02-17T00:02:02.149Z[ recovery-image] Feb 17 00:02:00.150 INFO O| Feb 17 00:02:00.150 INFO STEP 944 (remove_files) COMPLETE
78102026-02-17T00:02:02.149Z[ recovery-image] Feb 17 00:02:00.151 INFO O| Feb 17 00:02:00.150 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-02-17T00:02:02.154Z[ recovery-image] Feb 17 00:02:00.163 INFO O| Feb 17 00:02:00.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
78122026-02-17T00:02:02.154Z[ recovery-image] Feb 17 00:02:00.163 INFO O| Feb 17 00:02:00.163 INFO STEP 945 (remove_files) COMPLETE
78132026-02-17T00:02:02.154Z[ recovery-image] Feb 17 00:02:00.163 INFO O| Feb 17 00:02:00.163 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-02-17T00:02:02.168Z[ recovery-image] Feb 17 00:02:00.176 INFO O| Feb 17 00:02:00.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
78152026-02-17T00:02:02.168Z[ recovery-image] Feb 17 00:02:00.176 INFO O| Feb 17 00:02:00.176 INFO STEP 946 (remove_files) COMPLETE
78162026-02-17T00:02:02.176Z[ recovery-image] Feb 17 00:02:00.176 INFO O| Feb 17 00:02:00.176 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-02-17T00:02:02.181Z[ recovery-image] Feb 17 00:02:00.187 INFO O| Feb 17 00:02:00.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
78182026-02-17T00:02:02.181Z[ recovery-image] Feb 17 00:02:00.188 INFO O| Feb 17 00:02:00.187 INFO STEP 947 (remove_files) COMPLETE
78192026-02-17T00:02:02.181Z[ recovery-image] Feb 17 00:02:00.188 INFO O| Feb 17 00:02:00.188 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-02-17T00:02:02.191Z[ recovery-image] Feb 17 00:02:00.200 INFO O| Feb 17 00:02:00.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
78212026-02-17T00:02:02.191Z[ recovery-image] Feb 17 00:02:00.200 INFO O| Feb 17 00:02:00.200 INFO STEP 948 (remove_files) COMPLETE
78222026-02-17T00:02:02.191Z[ recovery-image] Feb 17 00:02:00.200 INFO O| Feb 17 00:02:00.200 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-02-17T00:02:02.204Z[ recovery-image] Feb 17 00:02:00.213 INFO O| Feb 17 00:02:00.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
78242026-02-17T00:02:02.205Z[ recovery-image] Feb 17 00:02:00.213 INFO O| Feb 17 00:02:00.213 INFO STEP 949 (remove_files) COMPLETE
78252026-02-17T00:02:02.208Z[ recovery-image] Feb 17 00:02:00.213 INFO O| Feb 17 00:02:00.213 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-02-17T00:02:02.217Z[ recovery-image] Feb 17 00:02:00.226 INFO O| Feb 17 00:02:00.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
78272026-02-17T00:02:02.217Z[ recovery-image] Feb 17 00:02:00.226 INFO O| Feb 17 00:02:00.226 INFO STEP 950 (remove_files) COMPLETE
78282026-02-17T00:02:02.220Z[ recovery-image] Feb 17 00:02:00.226 INFO O| Feb 17 00:02:00.226 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-02-17T00:02:02.233Z[ recovery-image] Feb 17 00:02:00.238 INFO O| Feb 17 00:02:00.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
78302026-02-17T00:02:02.233Z[ recovery-image] Feb 17 00:02:00.238 INFO O| Feb 17 00:02:00.238 INFO STEP 951 (remove_files) COMPLETE
78312026-02-17T00:02:02.233Z[ recovery-image] Feb 17 00:02:00.238 INFO O| Feb 17 00:02:00.238 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-02-17T00:02:02.241Z[ recovery-image] Feb 17 00:02:00.250 INFO O| Feb 17 00:02:00.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
78332026-02-17T00:02:02.241Z[ recovery-image] Feb 17 00:02:00.250 INFO O| Feb 17 00:02:00.250 INFO STEP 952 (remove_files) COMPLETE
78342026-02-17T00:02:02.241Z[ recovery-image] Feb 17 00:02:00.250 INFO O| Feb 17 00:02:00.250 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-02-17T00:02:02.253Z[ recovery-image] Feb 17 00:02:00.262 INFO O| Feb 17 00:02:00.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
78362026-02-17T00:02:02.253Z[ recovery-image] Feb 17 00:02:00.262 INFO O| Feb 17 00:02:00.262 INFO STEP 953 (remove_files) COMPLETE
78372026-02-17T00:02:02.253Z[ recovery-image] Feb 17 00:02:00.262 INFO O| Feb 17 00:02:00.262 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-02-17T00:02:02.265Z[ recovery-image] Feb 17 00:02:00.275 INFO O| Feb 17 00:02:00.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
78392026-02-17T00:02:02.266Z[ recovery-image] Feb 17 00:02:00.275 INFO O| Feb 17 00:02:00.275 INFO STEP 954 (remove_files) COMPLETE
78402026-02-17T00:02:02.270Z[ recovery-image] Feb 17 00:02:00.275 INFO O| Feb 17 00:02:00.275 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-02-17T00:02:02.278Z[ recovery-image] Feb 17 00:02:00.287 INFO O| Feb 17 00:02:00.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
78422026-02-17T00:02:02.278Z[ recovery-image] Feb 17 00:02:00.287 INFO O| Feb 17 00:02:00.287 INFO STEP 955 (remove_files) COMPLETE
78432026-02-17T00:02:02.283Z[ recovery-image] Feb 17 00:02:00.287 INFO O| Feb 17 00:02:00.287 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-02-17T00:02:02.290Z[ recovery-image] Feb 17 00:02:00.299 INFO O| Feb 17 00:02:00.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
78452026-02-17T00:02:02.290Z[ recovery-image] Feb 17 00:02:00.299 INFO O| Feb 17 00:02:00.299 INFO STEP 956 (remove_files) COMPLETE
78462026-02-17T00:02:02.290Z[ recovery-image] Feb 17 00:02:00.299 INFO O| Feb 17 00:02:00.299 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-02-17T00:02:02.302Z[ recovery-image] Feb 17 00:02:00.310 INFO O| Feb 17 00:02:00.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
78482026-02-17T00:02:02.302Z[ recovery-image] Feb 17 00:02:00.310 INFO O| Feb 17 00:02:00.310 INFO STEP 957 (remove_files) COMPLETE
78492026-02-17T00:02:02.305Z[ recovery-image] Feb 17 00:02:00.310 INFO O| Feb 17 00:02:00.310 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-02-17T00:02:02.315Z[ recovery-image] Feb 17 00:02:00.323 INFO O| Feb 17 00:02:00.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
78512026-02-17T00:02:02.315Z[ recovery-image] Feb 17 00:02:00.323 INFO O| Feb 17 00:02:00.323 INFO STEP 958 (remove_files) COMPLETE
78522026-02-17T00:02:02.315Z[ recovery-image] Feb 17 00:02:00.323 INFO O| Feb 17 00:02:00.323 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-02-17T00:02:02.329Z[ recovery-image] Feb 17 00:02:00.335 INFO O| Feb 17 00:02:00.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
78542026-02-17T00:02:02.332Z[ recovery-image] Feb 17 00:02:00.335 INFO O| Feb 17 00:02:00.335 INFO STEP 959 (remove_files) COMPLETE
78552026-02-17T00:02:02.332Z[ recovery-image] Feb 17 00:02:00.335 INFO O| Feb 17 00:02:00.335 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-02-17T00:02:02.338Z[ recovery-image] Feb 17 00:02:00.348 INFO O| Feb 17 00:02:00.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
78572026-02-17T00:02:02.338Z[ recovery-image] Feb 17 00:02:00.348 INFO O| Feb 17 00:02:00.348 INFO STEP 960 (remove_files) COMPLETE
78582026-02-17T00:02:02.338Z[ recovery-image] Feb 17 00:02:00.348 INFO O| Feb 17 00:02:00.348 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-02-17T00:02:02.350Z[ recovery-image] Feb 17 00:02:00.359 INFO O| Feb 17 00:02:00.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
78602026-02-17T00:02:02.351Z[ recovery-image] Feb 17 00:02:00.359 INFO O| Feb 17 00:02:00.359 INFO STEP 961 (remove_files) COMPLETE
78612026-02-17T00:02:02.354Z[ recovery-image] Feb 17 00:02:00.359 INFO O| Feb 17 00:02:00.359 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-02-17T00:02:02.363Z[ recovery-image] Feb 17 00:02:00.371 INFO O| Feb 17 00:02:00.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
78632026-02-17T00:02:02.368Z[ recovery-image] Feb 17 00:02:00.371 INFO O| Feb 17 00:02:00.371 INFO STEP 962 (remove_files) COMPLETE
78642026-02-17T00:02:02.368Z[ recovery-image] Feb 17 00:02:00.371 INFO O| Feb 17 00:02:00.371 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-02-17T00:02:02.374Z[ recovery-image] Feb 17 00:02:00.384 INFO O| Feb 17 00:02:00.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
78662026-02-17T00:02:02.374Z[ recovery-image] Feb 17 00:02:00.384 INFO O| Feb 17 00:02:00.384 INFO STEP 963 (remove_files) COMPLETE
78672026-02-17T00:02:02.377Z[ recovery-image] Feb 17 00:02:00.384 INFO O| Feb 17 00:02:00.384 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-02-17T00:02:02.398Z[ recovery-image] Feb 17 00:02:00.397 INFO O| Feb 17 00:02:00.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
78692026-02-17T00:02:02.398Z[ recovery-image] Feb 17 00:02:00.397 INFO O| Feb 17 00:02:00.397 INFO STEP 964 (remove_files) COMPLETE
78702026-02-17T00:02:02.398Z[ recovery-image] Feb 17 00:02:00.397 INFO O| Feb 17 00:02:00.397 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-02-17T00:02:02.420Z[ recovery-image] Feb 17 00:02:00.408 INFO O| Feb 17 00:02:00.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
78722026-02-17T00:02:02.420Z[ recovery-image] Feb 17 00:02:00.408 INFO O| Feb 17 00:02:00.408 INFO STEP 965 (remove_files) COMPLETE
78732026-02-17T00:02:02.420Z[ recovery-image] Feb 17 00:02:00.408 INFO O| Feb 17 00:02:00.408 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-02-17T00:02:02.420Z[ recovery-image] Feb 17 00:02:00.420 INFO O| Feb 17 00:02:00.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
78752026-02-17T00:02:02.420Z[ recovery-image] Feb 17 00:02:00.420 INFO O| Feb 17 00:02:00.420 INFO STEP 966 (remove_files) COMPLETE
78762026-02-17T00:02:02.420Z[ recovery-image] Feb 17 00:02:00.420 INFO O| Feb 17 00:02:00.420 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-02-17T00:02:02.465Z[ recovery-image] Feb 17 00:02:00.433 INFO O| Feb 17 00:02:00.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
78782026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.433 INFO O| Feb 17 00:02:00.433 INFO STEP 967 (remove_files) COMPLETE
78792026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.433 INFO O| Feb 17 00:02:00.433 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.445 INFO O| Feb 17 00:02:00.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
78812026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.445 INFO O| Feb 17 00:02:00.445 INFO STEP 968 (remove_files) COMPLETE
78822026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.445 INFO O| Feb 17 00:02:00.445 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.457 INFO O| Feb 17 00:02:00.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
78842026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.457 INFO O| Feb 17 00:02:00.457 INFO STEP 969 (remove_files) COMPLETE
78852026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.457 INFO O| Feb 17 00:02:00.457 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.468 INFO O| Feb 17 00:02:00.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
78872026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.469 INFO O| Feb 17 00:02:00.468 INFO STEP 970 (remove_files) COMPLETE
78882026-02-17T00:02:02.466Z[ recovery-image] Feb 17 00:02:00.469 INFO O| Feb 17 00:02:00.469 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-02-17T00:02:02.473Z[ recovery-image] Feb 17 00:02:00.481 INFO O| Feb 17 00:02:00.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
78902026-02-17T00:02:02.473Z[ recovery-image] Feb 17 00:02:00.481 INFO O| Feb 17 00:02:00.481 INFO STEP 971 (remove_files) COMPLETE
78912026-02-17T00:02:02.473Z[ recovery-image] Feb 17 00:02:00.481 INFO O| Feb 17 00:02:00.481 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-02-17T00:02:02.494Z[ recovery-image] Feb 17 00:02:00.494 INFO O| Feb 17 00:02:00.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
78932026-02-17T00:02:02.494Z[ recovery-image] Feb 17 00:02:00.494 INFO O| Feb 17 00:02:00.494 INFO STEP 972 (remove_files) COMPLETE
78942026-02-17T00:02:02.494Z[ recovery-image] Feb 17 00:02:00.494 INFO O| Feb 17 00:02:00.494 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-02-17T00:02:02.511Z[ recovery-image] Feb 17 00:02:00.506 INFO O| Feb 17 00:02:00.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
78962026-02-17T00:02:02.511Z[ recovery-image] Feb 17 00:02:00.507 INFO O| Feb 17 00:02:00.506 INFO STEP 973 (remove_files) COMPLETE
78972026-02-17T00:02:02.511Z[ recovery-image] Feb 17 00:02:00.507 INFO O| Feb 17 00:02:00.507 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-02-17T00:02:02.516Z[ recovery-image] Feb 17 00:02:00.518 INFO O| Feb 17 00:02:00.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
78992026-02-17T00:02:02.517Z[ recovery-image] Feb 17 00:02:00.518 INFO O| Feb 17 00:02:00.518 INFO STEP 974 (remove_files) COMPLETE
79002026-02-17T00:02:02.517Z[ recovery-image] Feb 17 00:02:00.518 INFO O| Feb 17 00:02:00.518 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-02-17T00:02:02.523Z[ recovery-image] Feb 17 00:02:00.530 INFO O| Feb 17 00:02:00.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
79022026-02-17T00:02:02.523Z[ recovery-image] Feb 17 00:02:00.530 INFO O| Feb 17 00:02:00.530 INFO STEP 975 (remove_files) COMPLETE
79032026-02-17T00:02:02.527Z[ recovery-image] Feb 17 00:02:00.530 INFO O| Feb 17 00:02:00.530 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-02-17T00:02:02.533Z[ recovery-image] Feb 17 00:02:00.542 INFO O| Feb 17 00:02:00.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
79052026-02-17T00:02:02.537Z[ recovery-image] Feb 17 00:02:00.542 INFO O| Feb 17 00:02:00.542 INFO STEP 976 (remove_files) COMPLETE
79062026-02-17T00:02:02.537Z[ recovery-image] Feb 17 00:02:00.542 INFO O| Feb 17 00:02:00.542 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-02-17T00:02:02.544Z[ recovery-image] Feb 17 00:02:00.554 INFO O| Feb 17 00:02:00.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
79082026-02-17T00:02:02.544Z[ recovery-image] Feb 17 00:02:00.554 INFO O| Feb 17 00:02:00.554 INFO STEP 977 (remove_files) COMPLETE
79092026-02-17T00:02:02.544Z[ recovery-image] Feb 17 00:02:00.554 INFO O| Feb 17 00:02:00.554 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-02-17T00:02:02.557Z[ recovery-image] Feb 17 00:02:00.566 INFO O| Feb 17 00:02:00.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
79112026-02-17T00:02:02.557Z[ recovery-image] Feb 17 00:02:00.566 INFO O| Feb 17 00:02:00.566 INFO STEP 978 (remove_files) COMPLETE
79122026-02-17T00:02:02.557Z[ recovery-image] Feb 17 00:02:00.566 INFO O| Feb 17 00:02:00.566 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-02-17T00:02:02.570Z[ recovery-image] Feb 17 00:02:00.578 INFO O| Feb 17 00:02:00.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
79142026-02-17T00:02:02.570Z[ recovery-image] Feb 17 00:02:00.579 INFO O| Feb 17 00:02:00.579 INFO STEP 979 (remove_files) COMPLETE
79152026-02-17T00:02:02.570Z[ recovery-image] Feb 17 00:02:00.579 INFO O| Feb 17 00:02:00.579 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-02-17T00:02:02.584Z[ recovery-image] Feb 17 00:02:00.590 INFO O| Feb 17 00:02:00.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
79172026-02-17T00:02:02.590Z[ recovery-image] Feb 17 00:02:00.591 INFO O| Feb 17 00:02:00.591 INFO STEP 980 (remove_files) COMPLETE
79182026-02-17T00:02:02.590Z[ recovery-image] Feb 17 00:02:00.591 INFO O| Feb 17 00:02:00.591 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-02-17T00:02:02.595Z[ recovery-image] Feb 17 00:02:00.603 INFO O| Feb 17 00:02:00.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
79202026-02-17T00:02:02.595Z[ recovery-image] Feb 17 00:02:00.603 INFO O| Feb 17 00:02:00.603 INFO STEP 981 (remove_files) COMPLETE
79212026-02-17T00:02:02.595Z[ recovery-image] Feb 17 00:02:00.603 INFO O| Feb 17 00:02:00.603 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-02-17T00:02:02.605Z[ recovery-image] Feb 17 00:02:00.614 INFO O| Feb 17 00:02:00.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
79232026-02-17T00:02:02.609Z[ recovery-image] Feb 17 00:02:00.615 INFO O| Feb 17 00:02:00.615 INFO STEP 982 (remove_files) COMPLETE
79242026-02-17T00:02:02.609Z[ recovery-image] Feb 17 00:02:00.615 INFO O| Feb 17 00:02:00.615 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-02-17T00:02:02.616Z[ recovery-image] Feb 17 00:02:00.626 INFO O| Feb 17 00:02:00.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
79262026-02-17T00:02:02.616Z[ recovery-image] Feb 17 00:02:00.626 INFO O| Feb 17 00:02:00.626 INFO STEP 983 (remove_files) COMPLETE
79272026-02-17T00:02:02.623Z[ recovery-image] Feb 17 00:02:00.626 INFO O| Feb 17 00:02:00.626 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-02-17T00:02:02.629Z[ recovery-image] Feb 17 00:02:00.638 INFO O| Feb 17 00:02:00.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
79292026-02-17T00:02:02.633Z[ recovery-image] Feb 17 00:02:00.638 INFO O| Feb 17 00:02:00.638 INFO STEP 984 (remove_files) COMPLETE
79302026-02-17T00:02:02.633Z[ recovery-image] Feb 17 00:02:00.638 INFO O| Feb 17 00:02:00.638 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-02-17T00:02:02.643Z[ recovery-image] Feb 17 00:02:00.649 INFO O| Feb 17 00:02:00.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
79322026-02-17T00:02:02.647Z[ recovery-image] Feb 17 00:02:00.649 INFO O| Feb 17 00:02:00.649 INFO STEP 985 (remove_files) COMPLETE
79332026-02-17T00:02:02.647Z[ recovery-image] Feb 17 00:02:00.649 INFO O| Feb 17 00:02:00.649 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-02-17T00:02:02.651Z[ recovery-image] Feb 17 00:02:00.660 INFO O| Feb 17 00:02:00.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
79352026-02-17T00:02:02.652Z[ recovery-image] Feb 17 00:02:00.660 INFO O| Feb 17 00:02:00.660 INFO STEP 986 (remove_files) COMPLETE
79362026-02-17T00:02:02.652Z[ recovery-image] Feb 17 00:02:00.660 INFO O| Feb 17 00:02:00.660 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-02-17T00:02:02.661Z[ recovery-image] Feb 17 00:02:00.671 INFO O| Feb 17 00:02:00.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
79382026-02-17T00:02:02.661Z[ recovery-image] Feb 17 00:02:00.671 INFO O| Feb 17 00:02:00.671 INFO STEP 987 (remove_files) COMPLETE
79392026-02-17T00:02:02.667Z[ recovery-image] Feb 17 00:02:00.671 INFO O| Feb 17 00:02:00.671 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-02-17T00:02:02.676Z[ recovery-image] Feb 17 00:02:00.682 INFO O| Feb 17 00:02:00.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
79412026-02-17T00:02:02.683Z[ recovery-image] Feb 17 00:02:00.683 INFO O| Feb 17 00:02:00.683 INFO STEP 988 (remove_files) COMPLETE
79422026-02-17T00:02:02.683Z[ recovery-image] Feb 17 00:02:00.683 INFO O| Feb 17 00:02:00.683 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-02-17T00:02:02.686Z[ recovery-image] Feb 17 00:02:00.693 INFO O| Feb 17 00:02:00.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
79442026-02-17T00:02:02.687Z[ recovery-image] Feb 17 00:02:00.694 INFO O| Feb 17 00:02:00.694 INFO STEP 989 (remove_files) COMPLETE
79452026-02-17T00:02:02.687Z[ recovery-image] Feb 17 00:02:00.694 INFO O| Feb 17 00:02:00.694 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-02-17T00:02:02.697Z[ recovery-image] Feb 17 00:02:00.706 INFO O| Feb 17 00:02:00.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
79472026-02-17T00:02:02.700Z[ recovery-image] Feb 17 00:02:00.706 INFO O| Feb 17 00:02:00.706 INFO STEP 990 (remove_files) COMPLETE
79482026-02-17T00:02:02.700Z[ recovery-image] Feb 17 00:02:00.706 INFO O| Feb 17 00:02:00.706 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-02-17T00:02:02.708Z[ recovery-image] Feb 17 00:02:00.717 INFO O| Feb 17 00:02:00.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
79502026-02-17T00:02:02.708Z[ recovery-image] Feb 17 00:02:00.717 INFO O| Feb 17 00:02:00.717 INFO STEP 991 (remove_files) COMPLETE
79512026-02-17T00:02:02.711Z[ recovery-image] Feb 17 00:02:00.717 INFO O| Feb 17 00:02:00.717 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-02-17T00:02:02.720Z[ recovery-image] Feb 17 00:02:00.729 INFO O| Feb 17 00:02:00.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
79532026-02-17T00:02:02.720Z[ recovery-image] Feb 17 00:02:00.729 INFO O| Feb 17 00:02:00.729 INFO STEP 992 (remove_files) COMPLETE
79542026-02-17T00:02:02.720Z[ recovery-image] Feb 17 00:02:00.729 INFO O| Feb 17 00:02:00.729 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-02-17T00:02:02.732Z[ recovery-image] Feb 17 00:02:00.741 INFO O| Feb 17 00:02:00.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
79562026-02-17T00:02:02.732Z[ recovery-image] Feb 17 00:02:00.741 INFO O| Feb 17 00:02:00.741 INFO STEP 993 (remove_files) COMPLETE
79572026-02-17T00:02:02.736Z[ recovery-image] Feb 17 00:02:00.741 INFO O| Feb 17 00:02:00.741 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-02-17T00:02:02.746Z[ recovery-image] Feb 17 00:02:00.753 INFO O| Feb 17 00:02:00.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
79592026-02-17T00:02:02.746Z[ recovery-image] Feb 17 00:02:00.753 INFO O| Feb 17 00:02:00.753 INFO STEP 994 (remove_files) COMPLETE
79602026-02-17T00:02:02.746Z[ recovery-image] Feb 17 00:02:00.753 INFO O| Feb 17 00:02:00.753 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-02-17T00:02:02.755Z[ recovery-image] Feb 17 00:02:00.765 INFO O| Feb 17 00:02:00.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
79622026-02-17T00:02:02.758Z[ recovery-image] Feb 17 00:02:00.766 INFO O| Feb 17 00:02:00.766 INFO STEP 995 (remove_files) COMPLETE
79632026-02-17T00:02:02.758Z[ recovery-image] Feb 17 00:02:00.766 INFO O| Feb 17 00:02:00.766 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-02-17T00:02:02.767Z[ recovery-image] Feb 17 00:02:00.777 INFO O| Feb 17 00:02:00.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
79652026-02-17T00:02:02.767Z[ recovery-image] Feb 17 00:02:00.777 INFO O| Feb 17 00:02:00.777 INFO STEP 996 (remove_files) COMPLETE
79662026-02-17T00:02:02.773Z[ recovery-image] Feb 17 00:02:00.777 INFO O| Feb 17 00:02:00.777 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-02-17T00:02:02.783Z[ recovery-image] Feb 17 00:02:00.789 INFO O| Feb 17 00:02:00.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
79682026-02-17T00:02:02.783Z[ recovery-image] Feb 17 00:02:00.790 INFO O| Feb 17 00:02:00.789 INFO STEP 997 (remove_files) COMPLETE
79692026-02-17T00:02:02.783Z[ recovery-image] Feb 17 00:02:00.790 INFO O| Feb 17 00:02:00.790 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-02-17T00:02:02.793Z[ recovery-image] Feb 17 00:02:00.801 INFO O| Feb 17 00:02:00.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
79712026-02-17T00:02:02.797Z[ recovery-image] Feb 17 00:02:00.801 INFO O| Feb 17 00:02:00.801 INFO STEP 998 (remove_files) COMPLETE
79722026-02-17T00:02:02.797Z[ recovery-image] Feb 17 00:02:00.802 INFO O| Feb 17 00:02:00.801 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-02-17T00:02:02.804Z[ recovery-image] Feb 17 00:02:00.813 INFO O| Feb 17 00:02:00.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
79742026-02-17T00:02:02.807Z[ recovery-image] Feb 17 00:02:00.813 INFO O| Feb 17 00:02:00.813 INFO STEP 999 (remove_files) COMPLETE
79752026-02-17T00:02:02.807Z[ recovery-image] Feb 17 00:02:00.813 INFO O| Feb 17 00:02:00.813 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-02-17T00:02:02.819Z[ recovery-image] Feb 17 00:02:00.826 INFO O| Feb 17 00:02:00.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
79772026-02-17T00:02:02.819Z[ recovery-image] Feb 17 00:02:00.826 INFO O| Feb 17 00:02:00.826 INFO STEP 1000 (remove_files) COMPLETE
79782026-02-17T00:02:02.829Z[ recovery-image] Feb 17 00:02:00.826 INFO O| Feb 17 00:02:00.826 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-02-17T00:02:02.838Z[ recovery-image] Feb 17 00:02:00.839 INFO O| Feb 17 00:02:00.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
79802026-02-17T00:02:02.838Z[ recovery-image] Feb 17 00:02:00.839 INFO O| Feb 17 00:02:00.839 INFO STEP 1001 (remove_files) COMPLETE
79812026-02-17T00:02:02.838Z[ recovery-image] Feb 17 00:02:00.839 INFO O| Feb 17 00:02:00.839 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-02-17T00:02:02.842Z[ recovery-image] Feb 17 00:02:00.851 INFO O| Feb 17 00:02:00.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
79832026-02-17T00:02:02.848Z[ recovery-image] Feb 17 00:02:00.852 INFO O| Feb 17 00:02:00.851 INFO STEP 1002 (remove_files) COMPLETE
79842026-02-17T00:02:02.848Z[ recovery-image] Feb 17 00:02:00.852 INFO O| Feb 17 00:02:00.851 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-02-17T00:02:02.854Z[ recovery-image] Feb 17 00:02:00.863 INFO O| Feb 17 00:02:00.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
79862026-02-17T00:02:02.854Z[ recovery-image] Feb 17 00:02:00.863 INFO O| Feb 17 00:02:00.863 INFO STEP 1003 (remove_files) COMPLETE
79872026-02-17T00:02:02.854Z[ recovery-image] Feb 17 00:02:00.863 INFO O| Feb 17 00:02:00.863 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-02-17T00:02:02.866Z[ recovery-image] Feb 17 00:02:00.874 INFO O| Feb 17 00:02:00.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
79892026-02-17T00:02:02.867Z[ recovery-image] Feb 17 00:02:00.874 INFO O| Feb 17 00:02:00.874 INFO STEP 1004 (remove_files) COMPLETE
79902026-02-17T00:02:02.867Z[ recovery-image] Feb 17 00:02:00.874 INFO O| Feb 17 00:02:00.874 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-02-17T00:02:02.881Z[ recovery-image] Feb 17 00:02:00.887 INFO O| Feb 17 00:02:00.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
79922026-02-17T00:02:02.881Z[ recovery-image] Feb 17 00:02:00.887 INFO O| Feb 17 00:02:00.887 INFO STEP 1005 (remove_files) COMPLETE
79932026-02-17T00:02:02.881Z[ recovery-image] Feb 17 00:02:00.887 INFO O| Feb 17 00:02:00.887 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-02-17T00:02:02.893Z[ recovery-image] Feb 17 00:02:00.899 INFO O| Feb 17 00:02:00.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
79952026-02-17T00:02:02.893Z[ recovery-image] Feb 17 00:02:00.899 INFO O| Feb 17 00:02:00.899 INFO STEP 1006 (remove_files) COMPLETE
79962026-02-17T00:02:02.893Z[ recovery-image] Feb 17 00:02:00.899 INFO O| Feb 17 00:02:00.899 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-02-17T00:02:02.906Z[ recovery-image] Feb 17 00:02:00.911 INFO O| Feb 17 00:02:00.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
79982026-02-17T00:02:02.906Z[ recovery-image] Feb 17 00:02:00.911 INFO O| Feb 17 00:02:00.911 INFO STEP 1007 (remove_files) COMPLETE
79992026-02-17T00:02:02.914Z[ recovery-image] Feb 17 00:02:00.911 INFO O| Feb 17 00:02:00.911 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-02-17T00:02:02.917Z[ recovery-image] Feb 17 00:02:00.922 INFO O| Feb 17 00:02:00.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
80012026-02-17T00:02:02.917Z[ recovery-image] Feb 17 00:02:00.923 INFO O| Feb 17 00:02:00.922 INFO STEP 1008 (remove_files) COMPLETE
80022026-02-17T00:02:02.917Z[ recovery-image] Feb 17 00:02:00.923 INFO O| Feb 17 00:02:00.923 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-02-17T00:02:02.925Z[ recovery-image] Feb 17 00:02:00.934 INFO O| Feb 17 00:02:00.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
80042026-02-17T00:02:02.925Z[ recovery-image] Feb 17 00:02:00.934 INFO O| Feb 17 00:02:00.934 INFO STEP 1009 (remove_files) COMPLETE
80052026-02-17T00:02:02.925Z[ recovery-image] Feb 17 00:02:00.934 INFO O| Feb 17 00:02:00.934 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-02-17T00:02:02.939Z[ recovery-image] Feb 17 00:02:00.948 INFO O| Feb 17 00:02:00.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
80072026-02-17T00:02:02.939Z[ recovery-image] Feb 17 00:02:00.948 INFO O| Feb 17 00:02:00.948 INFO STEP 1010 (remove_files) COMPLETE
80082026-02-17T00:02:02.939Z[ recovery-image] Feb 17 00:02:00.948 INFO O| Feb 17 00:02:00.948 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-02-17T00:02:02.960Z[ recovery-image] Feb 17 00:02:00.960 INFO O| Feb 17 00:02:00.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
80102026-02-17T00:02:02.960Z[ recovery-image] Feb 17 00:02:00.960 INFO O| Feb 17 00:02:00.960 INFO STEP 1011 (remove_files) COMPLETE
80112026-02-17T00:02:02.960Z[ recovery-image] Feb 17 00:02:00.960 INFO O| Feb 17 00:02:00.960 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-02-17T00:02:02.965Z[ recovery-image] Feb 17 00:02:00.971 INFO O| Feb 17 00:02:00.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
80132026-02-17T00:02:02.965Z[ recovery-image] Feb 17 00:02:00.971 INFO O| Feb 17 00:02:00.971 INFO STEP 1012 (remove_files) COMPLETE
80142026-02-17T00:02:02.965Z[ recovery-image] Feb 17 00:02:00.971 INFO O| Feb 17 00:02:00.971 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-02-17T00:02:02.978Z[ recovery-image] Feb 17 00:02:00.982 INFO O| Feb 17 00:02:00.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
80162026-02-17T00:02:02.979Z[ recovery-image] Feb 17 00:02:00.983 INFO O| Feb 17 00:02:00.983 INFO STEP 1013 (remove_files) COMPLETE
80172026-02-17T00:02:02.990Z[ recovery-image] Feb 17 00:02:00.983 INFO O| Feb 17 00:02:00.983 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-02-17T00:02:02.990Z[ recovery-image] Feb 17 00:02:00.994 INFO O| Feb 17 00:02:00.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
80192026-02-17T00:02:02.990Z[ recovery-image] Feb 17 00:02:00.994 INFO O| Feb 17 00:02:00.994 INFO STEP 1014 (remove_files) COMPLETE
80202026-02-17T00:02:02.990Z[ recovery-image] Feb 17 00:02:00.994 INFO O| Feb 17 00:02:00.994 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-02-17T00:02:03.003Z[ recovery-image] Feb 17 00:02:01.008 INFO O| Feb 17 00:02:01.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
80222026-02-17T00:02:03.010Z[ recovery-image] Feb 17 00:02:01.008 INFO O| Feb 17 00:02:01.008 INFO STEP 1015 (remove_files) COMPLETE
80232026-02-17T00:02:03.011Z[ recovery-image] Feb 17 00:02:01.008 INFO O| Feb 17 00:02:01.008 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-02-17T00:02:03.016Z[ recovery-image] Feb 17 00:02:01.020 INFO O| Feb 17 00:02:01.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
80252026-02-17T00:02:03.016Z[ recovery-image] Feb 17 00:02:01.020 INFO O| Feb 17 00:02:01.020 INFO STEP 1016 (remove_files) COMPLETE
80262026-02-17T00:02:03.016Z[ recovery-image] Feb 17 00:02:01.020 INFO O| Feb 17 00:02:01.020 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-02-17T00:02:03.025Z[ recovery-image] Feb 17 00:02:01.033 INFO O| Feb 17 00:02:01.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
80282026-02-17T00:02:03.025Z[ recovery-image] Feb 17 00:02:01.033 INFO O| Feb 17 00:02:01.033 INFO STEP 1017 (remove_files) COMPLETE
80292026-02-17T00:02:03.025Z[ recovery-image] Feb 17 00:02:01.033 INFO O| Feb 17 00:02:01.033 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-02-17T00:02:03.041Z[ recovery-image] Feb 17 00:02:01.046 INFO O| Feb 17 00:02:01.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
80312026-02-17T00:02:03.041Z[ recovery-image] Feb 17 00:02:01.046 INFO O| Feb 17 00:02:01.046 INFO STEP 1018 (remove_files) COMPLETE
80322026-02-17T00:02:03.047Z[ recovery-image] Feb 17 00:02:01.046 INFO O| Feb 17 00:02:01.046 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-02-17T00:02:03.052Z[ recovery-image] Feb 17 00:02:01.059 INFO O| Feb 17 00:02:01.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
80342026-02-17T00:02:03.052Z[ recovery-image] Feb 17 00:02:01.059 INFO O| Feb 17 00:02:01.059 INFO STEP 1019 (remove_files) COMPLETE
80352026-02-17T00:02:03.052Z[ recovery-image] Feb 17 00:02:01.059 INFO O| Feb 17 00:02:01.059 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-02-17T00:02:03.062Z[ recovery-image] Feb 17 00:02:01.071 INFO O| Feb 17 00:02:01.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
80372026-02-17T00:02:03.062Z[ recovery-image] Feb 17 00:02:01.071 INFO O| Feb 17 00:02:01.071 INFO STEP 1020 (remove_files) COMPLETE
80382026-02-17T00:02:03.067Z[ recovery-image] Feb 17 00:02:01.071 INFO O| Feb 17 00:02:01.071 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-02-17T00:02:03.074Z[ recovery-image] Feb 17 00:02:01.083 INFO O| Feb 17 00:02:01.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
80402026-02-17T00:02:03.081Z[ recovery-image] Feb 17 00:02:01.083 INFO O| Feb 17 00:02:01.083 INFO STEP 1021 (remove_files) COMPLETE
80412026-02-17T00:02:03.081Z[ recovery-image] Feb 17 00:02:01.083 INFO O| Feb 17 00:02:01.083 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-02-17T00:02:03.085Z[ recovery-image] Feb 17 00:02:01.094 INFO O| Feb 17 00:02:01.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
80432026-02-17T00:02:03.085Z[ recovery-image] Feb 17 00:02:01.095 INFO O| Feb 17 00:02:01.095 INFO STEP 1022 (remove_files) COMPLETE
80442026-02-17T00:02:03.088Z[ recovery-image] Feb 17 00:02:01.095 INFO O| Feb 17 00:02:01.095 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-02-17T00:02:03.096Z[ recovery-image] Feb 17 00:02:01.104 INFO O| Feb 17 00:02:01.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
80462026-02-17T00:02:03.105Z[ recovery-image] Feb 17 00:02:01.105 INFO O| Feb 17 00:02:01.105 INFO STEP 1023 (remove_files) COMPLETE
80472026-02-17T00:02:03.105Z[ recovery-image] Feb 17 00:02:01.105 INFO O| Feb 17 00:02:01.105 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-02-17T00:02:03.109Z[ recovery-image] Feb 17 00:02:01.115 INFO O| Feb 17 00:02:01.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
80492026-02-17T00:02:03.109Z[ recovery-image] Feb 17 00:02:01.116 INFO O| Feb 17 00:02:01.116 INFO STEP 1024 (remove_files) COMPLETE
80502026-02-17T00:02:03.109Z[ recovery-image] Feb 17 00:02:01.116 INFO O| Feb 17 00:02:01.116 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-02-17T00:02:03.122Z[ recovery-image] Feb 17 00:02:01.131 INFO O| Feb 17 00:02:01.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
80522026-02-17T00:02:03.123Z[ recovery-image] Feb 17 00:02:01.132 INFO O| Feb 17 00:02:01.132 INFO STEP 1025 (remove_files) COMPLETE
80532026-02-17T00:02:03.127Z[ recovery-image] Feb 17 00:02:01.132 INFO O| Feb 17 00:02:01.132 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-02-17T00:02:03.135Z[ recovery-image] Feb 17 00:02:01.144 INFO O| Feb 17 00:02:01.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
80552026-02-17T00:02:03.135Z[ recovery-image] Feb 17 00:02:01.144 INFO O| Feb 17 00:02:01.144 INFO STEP 1026 (remove_files) COMPLETE
80562026-02-17T00:02:03.135Z[ recovery-image] Feb 17 00:02:01.144 INFO O| Feb 17 00:02:01.144 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-02-17T00:02:03.150Z[ recovery-image] Feb 17 00:02:01.157 INFO O| Feb 17 00:02:01.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
80582026-02-17T00:02:03.150Z[ recovery-image] Feb 17 00:02:01.157 INFO O| Feb 17 00:02:01.157 INFO STEP 1027 (remove_files) COMPLETE
80592026-02-17T00:02:03.150Z[ recovery-image] Feb 17 00:02:01.157 INFO O| Feb 17 00:02:01.157 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-02-17T00:02:03.160Z[ recovery-image] Feb 17 00:02:01.169 INFO O| Feb 17 00:02:01.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
80612026-02-17T00:02:03.160Z[ recovery-image] Feb 17 00:02:01.169 INFO O| Feb 17 00:02:01.169 INFO STEP 1028 (remove_files) COMPLETE
80622026-02-17T00:02:03.164Z[ recovery-image] Feb 17 00:02:01.169 INFO O| Feb 17 00:02:01.169 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-02-17T00:02:03.174Z[ recovery-image] Feb 17 00:02:01.182 INFO O| Feb 17 00:02:01.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
80642026-02-17T00:02:03.174Z[ recovery-image] Feb 17 00:02:01.182 INFO O| Feb 17 00:02:01.182 INFO STEP 1029 (remove_files) COMPLETE
80652026-02-17T00:02:03.174Z[ recovery-image] Feb 17 00:02:01.182 INFO O| Feb 17 00:02:01.182 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-02-17T00:02:03.184Z[ recovery-image] Feb 17 00:02:01.194 INFO O| Feb 17 00:02:01.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
80672026-02-17T00:02:03.185Z[ recovery-image] Feb 17 00:02:01.194 INFO O| Feb 17 00:02:01.194 INFO STEP 1030 (remove_files) COMPLETE
80682026-02-17T00:02:03.188Z[ recovery-image] Feb 17 00:02:01.194 INFO O| Feb 17 00:02:01.194 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-02-17T00:02:03.199Z[ recovery-image] Feb 17 00:02:01.207 INFO O| Feb 17 00:02:01.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
80702026-02-17T00:02:03.199Z[ recovery-image] Feb 17 00:02:01.207 INFO O| Feb 17 00:02:01.207 INFO STEP 1031 (remove_files) COMPLETE
80712026-02-17T00:02:03.199Z[ recovery-image] Feb 17 00:02:01.207 INFO O| Feb 17 00:02:01.207 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-02-17T00:02:03.213Z[ recovery-image] Feb 17 00:02:01.218 INFO O| Feb 17 00:02:01.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
80732026-02-17T00:02:03.217Z[ recovery-image] Feb 17 00:02:01.219 INFO O| Feb 17 00:02:01.219 INFO STEP 1032 (remove_files) COMPLETE
80742026-02-17T00:02:03.217Z[ recovery-image] Feb 17 00:02:01.219 INFO O| Feb 17 00:02:01.219 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-02-17T00:02:03.221Z[ recovery-image] Feb 17 00:02:01.231 INFO O| Feb 17 00:02:01.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
80762026-02-17T00:02:03.221Z[ recovery-image] Feb 17 00:02:01.231 INFO O| Feb 17 00:02:01.231 INFO STEP 1033 (remove_files) COMPLETE
80772026-02-17T00:02:03.221Z[ recovery-image] Feb 17 00:02:01.231 INFO O| Feb 17 00:02:01.231 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-02-17T00:02:03.234Z[ recovery-image] Feb 17 00:02:01.243 INFO O| Feb 17 00:02:01.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
80792026-02-17T00:02:03.234Z[ recovery-image] Feb 17 00:02:01.243 INFO O| Feb 17 00:02:01.243 INFO STEP 1034 (remove_files) COMPLETE
80802026-02-17T00:02:03.234Z[ recovery-image] Feb 17 00:02:01.243 INFO O| Feb 17 00:02:01.243 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-02-17T00:02:03.246Z[ recovery-image] Feb 17 00:02:01.254 INFO O| Feb 17 00:02:01.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
80822026-02-17T00:02:03.246Z[ recovery-image] Feb 17 00:02:01.255 INFO O| Feb 17 00:02:01.255 INFO STEP 1035 (remove_files) COMPLETE
80832026-02-17T00:02:03.246Z[ recovery-image] Feb 17 00:02:01.255 INFO O| Feb 17 00:02:01.255 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-02-17T00:02:03.260Z[ recovery-image] Feb 17 00:02:01.267 INFO O| Feb 17 00:02:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
80852026-02-17T00:02:03.260Z[ recovery-image] Feb 17 00:02:01.267 INFO O| Feb 17 00:02:01.267 INFO STEP 1036 (remove_files) COMPLETE
80862026-02-17T00:02:03.260Z[ recovery-image] Feb 17 00:02:01.267 INFO O| Feb 17 00:02:01.267 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-02-17T00:02:03.273Z[ recovery-image] Feb 17 00:02:01.279 INFO O| Feb 17 00:02:01.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
80882026-02-17T00:02:03.274Z[ recovery-image] Feb 17 00:02:01.280 INFO O| Feb 17 00:02:01.280 INFO STEP 1037 (remove_files) COMPLETE
80892026-02-17T00:02:03.274Z[ recovery-image] Feb 17 00:02:01.280 INFO O| Feb 17 00:02:01.280 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-02-17T00:02:03.281Z[ recovery-image] Feb 17 00:02:01.291 INFO O| Feb 17 00:02:01.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
80912026-02-17T00:02:03.282Z[ recovery-image] Feb 17 00:02:01.291 INFO O| Feb 17 00:02:01.291 INFO STEP 1038 (remove_files) COMPLETE
80922026-02-17T00:02:03.282Z[ recovery-image] Feb 17 00:02:01.291 INFO O| Feb 17 00:02:01.291 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-02-17T00:02:03.294Z[ recovery-image] Feb 17 00:02:01.304 INFO O| Feb 17 00:02:01.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
80942026-02-17T00:02:03.295Z[ recovery-image] Feb 17 00:02:01.304 INFO O| Feb 17 00:02:01.304 INFO STEP 1039 (remove_files) COMPLETE
80952026-02-17T00:02:03.295Z[ recovery-image] Feb 17 00:02:01.304 INFO O| Feb 17 00:02:01.304 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-02-17T00:02:03.306Z[ recovery-image] Feb 17 00:02:01.315 INFO O| Feb 17 00:02:01.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
80972026-02-17T00:02:03.306Z[ recovery-image] Feb 17 00:02:01.315 INFO O| Feb 17 00:02:01.315 INFO STEP 1040 (remove_files) COMPLETE
80982026-02-17T00:02:03.306Z[ recovery-image] Feb 17 00:02:01.315 INFO O| Feb 17 00:02:01.315 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-02-17T00:02:03.322Z[ recovery-image] Feb 17 00:02:01.328 INFO O| Feb 17 00:02:01.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
81002026-02-17T00:02:03.322Z[ recovery-image] Feb 17 00:02:01.328 INFO O| Feb 17 00:02:01.328 INFO STEP 1041 (remove_files) COMPLETE
81012026-02-17T00:02:03.322Z[ recovery-image] Feb 17 00:02:01.328 INFO O| Feb 17 00:02:01.328 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-02-17T00:02:03.333Z[ recovery-image] Feb 17 00:02:01.340 INFO O| Feb 17 00:02:01.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
81032026-02-17T00:02:03.333Z[ recovery-image] Feb 17 00:02:01.340 INFO O| Feb 17 00:02:01.340 INFO STEP 1042 (remove_files) COMPLETE
81042026-02-17T00:02:03.333Z[ recovery-image] Feb 17 00:02:01.341 INFO O| Feb 17 00:02:01.340 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-02-17T00:02:03.343Z[ recovery-image] Feb 17 00:02:01.352 INFO O| Feb 17 00:02:01.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
81062026-02-17T00:02:03.343Z[ recovery-image] Feb 17 00:02:01.352 INFO O| Feb 17 00:02:01.352 INFO STEP 1043 (remove_files) COMPLETE
81072026-02-17T00:02:03.343Z[ recovery-image] Feb 17 00:02:01.352 INFO O| Feb 17 00:02:01.352 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-02-17T00:02:03.361Z[ recovery-image] Feb 17 00:02:01.364 INFO O| Feb 17 00:02:01.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
81092026-02-17T00:02:03.361Z[ recovery-image] Feb 17 00:02:01.364 INFO O| Feb 17 00:02:01.364 INFO STEP 1044 (remove_files) COMPLETE
81102026-02-17T00:02:03.361Z[ recovery-image] Feb 17 00:02:01.364 INFO O| Feb 17 00:02:01.364 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-02-17T00:02:03.369Z[ recovery-image] Feb 17 00:02:01.376 INFO O| Feb 17 00:02:01.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
81122026-02-17T00:02:03.369Z[ recovery-image] Feb 17 00:02:01.376 INFO O| Feb 17 00:02:01.376 INFO STEP 1045 (remove_files) COMPLETE
81132026-02-17T00:02:03.375Z[ recovery-image] Feb 17 00:02:01.376 INFO O| Feb 17 00:02:01.376 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-02-17T00:02:03.378Z[ recovery-image] Feb 17 00:02:01.388 INFO O| Feb 17 00:02:01.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
81152026-02-17T00:02:03.382Z[ recovery-image] Feb 17 00:02:01.388 INFO O| Feb 17 00:02:01.388 INFO STEP 1046 (remove_files) COMPLETE
81162026-02-17T00:02:03.382Z[ recovery-image] Feb 17 00:02:01.388 INFO O| Feb 17 00:02:01.388 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-02-17T00:02:03.392Z[ recovery-image] Feb 17 00:02:01.400 INFO O| Feb 17 00:02:01.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
81182026-02-17T00:02:03.392Z[ recovery-image] Feb 17 00:02:01.401 INFO O| Feb 17 00:02:01.401 INFO STEP 1047 (remove_files) COMPLETE
81192026-02-17T00:02:03.395Z[ recovery-image] Feb 17 00:02:01.401 INFO O| Feb 17 00:02:01.401 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-02-17T00:02:03.406Z[ recovery-image] Feb 17 00:02:01.414 INFO O| Feb 17 00:02:01.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
81212026-02-17T00:02:03.406Z[ recovery-image] Feb 17 00:02:01.414 INFO O| Feb 17 00:02:01.414 INFO STEP 1048 (remove_files) COMPLETE
81222026-02-17T00:02:03.406Z[ recovery-image] Feb 17 00:02:01.414 INFO O| Feb 17 00:02:01.414 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-02-17T00:02:03.419Z[ recovery-image] Feb 17 00:02:01.426 INFO O| Feb 17 00:02:01.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
81242026-02-17T00:02:03.419Z[ recovery-image] Feb 17 00:02:01.426 INFO O| Feb 17 00:02:01.426 INFO STEP 1049 (remove_files) COMPLETE
81252026-02-17T00:02:03.425Z[ recovery-image] Feb 17 00:02:01.426 INFO O| Feb 17 00:02:01.426 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-02-17T00:02:03.429Z[ recovery-image] Feb 17 00:02:01.437 INFO O| Feb 17 00:02:01.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
81272026-02-17T00:02:03.429Z[ recovery-image] Feb 17 00:02:01.437 INFO O| Feb 17 00:02:01.437 INFO STEP 1050 (remove_files) COMPLETE
81282026-02-17T00:02:03.429Z[ recovery-image] Feb 17 00:02:01.437 INFO O| Feb 17 00:02:01.437 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-02-17T00:02:04.445Z[ recovery-image] Feb 17 00:02:01.448 INFO O| Feb 17 00:02:01.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
81302026-02-17T00:02:04.446Z[ recovery-image] Feb 17 00:02:01.448 INFO O| Feb 17 00:02:01.448 INFO STEP 1051 (remove_files) COMPLETE
81312026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.448 INFO O| Feb 17 00:02:01.448 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.459 INFO O| Feb 17 00:02:01.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
81332026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.459 INFO O| Feb 17 00:02:01.459 INFO STEP 1052 (remove_files) COMPLETE
81342026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.459 INFO O| Feb 17 00:02:01.459 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.470 INFO O| Feb 17 00:02:01.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
81362026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.470 INFO O| Feb 17 00:02:01.470 INFO STEP 1053 (remove_files) COMPLETE
81372026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.470 INFO O| Feb 17 00:02:01.470 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.480 INFO O| Feb 17 00:02:01.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
81392026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.480 INFO O| Feb 17 00:02:01.480 INFO STEP 1054 (remove_files) COMPLETE
81402026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.480 INFO O| Feb 17 00:02:01.480 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-02-17T00:02:04.470Z[ recovery-image] Feb 17 00:02:01.490 INFO O| Feb 17 00:02:01.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
81422026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.490 INFO O| Feb 17 00:02:01.490 INFO STEP 1055 (remove_files) COMPLETE
81432026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.490 INFO O| Feb 17 00:02:01.490 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.500 INFO O| Feb 17 00:02:01.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
81452026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.500 INFO O| Feb 17 00:02:01.500 INFO STEP 1056 (remove_files) COMPLETE
81462026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.500 INFO O| Feb 17 00:02:01.500 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.510 INFO O| Feb 17 00:02:01.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
81482026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.510 INFO O| Feb 17 00:02:01.510 INFO STEP 1057 (remove_files) COMPLETE
81492026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.510 INFO O| Feb 17 00:02:01.510 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.520 INFO O| Feb 17 00:02:01.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
81512026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.521 INFO O| Feb 17 00:02:01.521 INFO STEP 1058 (remove_files) COMPLETE
81522026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.521 INFO O| Feb 17 00:02:01.521 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.532 INFO O| Feb 17 00:02:01.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
81542026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.532 INFO O| Feb 17 00:02:01.532 INFO STEP 1059 (remove_files) COMPLETE
81552026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.532 INFO O| Feb 17 00:02:01.532 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.544 INFO O| Feb 17 00:02:01.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
81572026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.544 INFO O| Feb 17 00:02:01.544 INFO STEP 1060 (remove_files) COMPLETE
81582026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.544 INFO O| Feb 17 00:02:01.544 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.554 INFO O| Feb 17 00:02:01.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
81602026-02-17T00:02:04.471Z[ recovery-image] Feb 17 00:02:01.554 INFO O| Feb 17 00:02:01.554 INFO STEP 1061 (remove_files) COMPLETE
81612026-02-17T00:02:04.480Z[ recovery-image] Feb 17 00:02:01.554 INFO O| Feb 17 00:02:01.554 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-02-17T00:02:04.480Z[ recovery-image] Feb 17 00:02:01.566 INFO O| Feb 17 00:02:01.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
81632026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.566 INFO O| Feb 17 00:02:01.566 INFO STEP 1062 (remove_files) COMPLETE
81642026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.566 INFO O| Feb 17 00:02:01.566 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.576 INFO O| Feb 17 00:02:01.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
81662026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.576 INFO O| Feb 17 00:02:01.576 INFO STEP 1063 (remove_files) COMPLETE
81672026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.576 INFO O| Feb 17 00:02:01.576 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.587 INFO O| Feb 17 00:02:01.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
81692026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.587 INFO O| Feb 17 00:02:01.587 INFO STEP 1064 (remove_files) COMPLETE
81702026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.587 INFO O| Feb 17 00:02:01.587 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.597 INFO O| Feb 17 00:02:01.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
81722026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.597 INFO O| Feb 17 00:02:01.597 INFO STEP 1065 (remove_files) COMPLETE
81732026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.597 INFO O| Feb 17 00:02:01.597 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-02-17T00:02:04.493Z[ recovery-image] Feb 17 00:02:01.607 INFO O| Feb 17 00:02:01.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
81752026-02-17T00:02:04.515Z[ recovery-image] Feb 17 00:02:01.607 INFO O| Feb 17 00:02:01.607 INFO STEP 1066 (remove_files) COMPLETE
81762026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.607 INFO O| Feb 17 00:02:01.607 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.617 INFO O| Feb 17 00:02:01.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
81782026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.618 INFO O| Feb 17 00:02:01.618 INFO STEP 1067 (remove_files) COMPLETE
81792026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.618 INFO O| Feb 17 00:02:01.618 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.628 INFO O| Feb 17 00:02:01.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
81812026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.628 INFO O| Feb 17 00:02:01.628 INFO STEP 1068 (remove_files) COMPLETE
81822026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.628 INFO O| Feb 17 00:02:01.628 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.639 INFO O| Feb 17 00:02:01.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
81842026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.639 INFO O| Feb 17 00:02:01.639 INFO STEP 1069 (remove_files) COMPLETE
81852026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.639 INFO O| Feb 17 00:02:01.639 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.649 INFO O| Feb 17 00:02:01.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
81872026-02-17T00:02:04.516Z[ recovery-image] Feb 17 00:02:01.649 INFO O| Feb 17 00:02:01.649 INFO STEP 1070 (remove_files) COMPLETE
81882026-02-17T00:02:04.523Z[ recovery-image] Feb 17 00:02:01.649 INFO O| Feb 17 00:02:01.649 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-17T00:02:04.523Z[ recovery-image] Feb 17 00:02:01.660 INFO O| Feb 17 00:02:01.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
81902026-02-17T00:02:04.523Z[ recovery-image] Feb 17 00:02:01.660 INFO O| Feb 17 00:02:01.660 INFO STEP 1071 (remove_files) COMPLETE
81912026-02-17T00:02:04.523Z[ recovery-image] Feb 17 00:02:01.660 INFO O| Feb 17 00:02:01.660 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.671 INFO O| Feb 17 00:02:01.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
81932026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.671 INFO O| Feb 17 00:02:01.671 INFO STEP 1072 (remove_files) COMPLETE
81942026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.671 INFO O| Feb 17 00:02:01.671 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.682 INFO O| Feb 17 00:02:01.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
81962026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.682 INFO O| Feb 17 00:02:01.682 INFO STEP 1073 (remove_files) COMPLETE
81972026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.682 INFO O| Feb 17 00:02:01.682 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.693 INFO O| Feb 17 00:02:01.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
81992026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.693 INFO O| Feb 17 00:02:01.693 INFO STEP 1074 (remove_files) COMPLETE
82002026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.693 INFO O| Feb 17 00:02:01.693 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.705 INFO O| Feb 17 00:02:01.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
82022026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.705 INFO O| Feb 17 00:02:01.705 INFO STEP 1075 (remove_files) COMPLETE
82032026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.705 INFO O| Feb 17 00:02:01.705 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.716 INFO O| Feb 17 00:02:01.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
82052026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.717 INFO O| Feb 17 00:02:01.717 INFO STEP 1076 (remove_files) COMPLETE
82062026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.717 INFO O| Feb 17 00:02:01.717 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.728 INFO O| Feb 17 00:02:01.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
82082026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.728 INFO O| Feb 17 00:02:01.728 INFO STEP 1077 (remove_files) COMPLETE
82092026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.728 INFO O| Feb 17 00:02:01.728 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.739 INFO O| Feb 17 00:02:01.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
82112026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.739 INFO O| Feb 17 00:02:01.739 INFO STEP 1078 (remove_files) COMPLETE
82122026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.739 INFO O| Feb 17 00:02:01.739 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.751 INFO O| Feb 17 00:02:01.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
82142026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.751 INFO O| Feb 17 00:02:01.751 INFO STEP 1079 (remove_files) COMPLETE
82152026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.751 INFO O| Feb 17 00:02:01.751 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.763 INFO O| Feb 17 00:02:01.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
82172026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.763 INFO O| Feb 17 00:02:01.763 INFO STEP 1080 (remove_files) COMPLETE
82182026-02-17T00:02:04.524Z[ recovery-image] Feb 17 00:02:01.763 INFO O| Feb 17 00:02:01.763 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.775 INFO O| Feb 17 00:02:01.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
82202026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.775 INFO O| Feb 17 00:02:01.775 INFO STEP 1081 (remove_files) COMPLETE
82212026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.775 INFO O| Feb 17 00:02:01.775 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.787 INFO O| Feb 17 00:02:01.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
82232026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.787 INFO O| Feb 17 00:02:01.787 INFO STEP 1082 (remove_files) COMPLETE
82242026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.787 INFO O| Feb 17 00:02:01.787 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.799 INFO O| Feb 17 00:02:01.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
82262026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.799 INFO O| Feb 17 00:02:01.799 INFO STEP 1083 (remove_files) COMPLETE
82272026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.799 INFO O| Feb 17 00:02:01.799 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.810 INFO O| Feb 17 00:02:01.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
82292026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.810 INFO O| Feb 17 00:02:01.810 INFO STEP 1084 (remove_files) COMPLETE
82302026-02-17T00:02:04.525Z[ recovery-image] Feb 17 00:02:01.810 INFO O| Feb 17 00:02:01.810 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-17T00:02:04.535Z[ recovery-image] Feb 17 00:02:01.820 INFO O| Feb 17 00:02:01.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
82322026-02-17T00:02:04.535Z[ recovery-image] Feb 17 00:02:01.820 INFO O| Feb 17 00:02:01.820 INFO STEP 1085 (remove_files) COMPLETE
82332026-02-17T00:02:04.535Z[ recovery-image] Feb 17 00:02:01.820 INFO O| Feb 17 00:02:01.820 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.831 INFO O| Feb 17 00:02:01.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
82352026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.831 INFO O| Feb 17 00:02:01.831 INFO STEP 1086 (remove_files) COMPLETE
82362026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.831 INFO O| Feb 17 00:02:01.831 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.842 INFO O| Feb 17 00:02:01.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
82382026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.842 INFO O| Feb 17 00:02:01.842 INFO STEP 1087 (remove_files) COMPLETE
82392026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.842 INFO O| Feb 17 00:02:01.842 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.852 INFO O| Feb 17 00:02:01.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
82412026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.852 INFO O| Feb 17 00:02:01.852 INFO STEP 1088 (remove_files) COMPLETE
82422026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.852 INFO O| Feb 17 00:02:01.852 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.863 INFO O| Feb 17 00:02:01.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
82442026-02-17T00:02:04.536Z[ recovery-image] Feb 17 00:02:01.863 INFO O| Feb 17 00:02:01.863 INFO STEP 1089 (remove_files) COMPLETE
82452026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.863 INFO O| Feb 17 00:02:01.863 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.875 INFO O| Feb 17 00:02:01.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
82472026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.875 INFO O| Feb 17 00:02:01.875 INFO STEP 1090 (remove_files) COMPLETE
82482026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.875 INFO O| Feb 17 00:02:01.875 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.886 INFO O| Feb 17 00:02:01.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
82502026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.886 INFO O| Feb 17 00:02:01.886 INFO STEP 1091 (remove_files) COMPLETE
82512026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.886 INFO O| Feb 17 00:02:01.886 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.896 INFO O| Feb 17 00:02:01.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
82532026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.896 INFO O| Feb 17 00:02:01.896 INFO STEP 1092 (remove_files) COMPLETE
82542026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.896 INFO O| Feb 17 00:02:01.896 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.908 INFO O| Feb 17 00:02:01.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
82562026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.908 INFO O| Feb 17 00:02:01.908 INFO STEP 1093 (remove_files) COMPLETE
82572026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.908 INFO O| Feb 17 00:02:01.908 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.920 INFO O| Feb 17 00:02:01.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
82592026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.920 INFO O| Feb 17 00:02:01.920 INFO STEP 1094 (remove_files) COMPLETE
82602026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.920 INFO O| Feb 17 00:02:01.920 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.930 INFO O| Feb 17 00:02:01.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
82622026-02-17T00:02:04.537Z[ recovery-image] Feb 17 00:02:01.930 INFO O| Feb 17 00:02:01.930 INFO STEP 1095 (remove_files) COMPLETE
82632026-02-17T00:02:04.539Z[ recovery-image] Feb 17 00:02:01.930 INFO O| Feb 17 00:02:01.930 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.941 INFO O| Feb 17 00:02:01.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
82652026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.941 INFO O| Feb 17 00:02:01.941 INFO STEP 1096 (remove_files) COMPLETE
82662026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.941 INFO O| Feb 17 00:02:01.941 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.953 INFO O| Feb 17 00:02:01.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
82682026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.953 INFO O| Feb 17 00:02:01.953 INFO STEP 1097 (remove_files) COMPLETE
82692026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.953 INFO O| Feb 17 00:02:01.953 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.966 INFO O| Feb 17 00:02:01.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
82712026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.966 INFO O| Feb 17 00:02:01.966 INFO STEP 1098 (remove_files) COMPLETE
82722026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.966 INFO O| Feb 17 00:02:01.966 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.978 INFO O| Feb 17 00:02:01.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
82742026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.978 INFO O| Feb 17 00:02:01.978 INFO STEP 1099 (remove_files) COMPLETE
82752026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.978 INFO O| Feb 17 00:02:01.978 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.991 INFO O| Feb 17 00:02:01.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
82772026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.991 INFO O| Feb 17 00:02:01.991 INFO STEP 1100 (remove_files) COMPLETE
82782026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:01.991 INFO O| Feb 17 00:02:01.991 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:02.004 INFO O| Feb 17 00:02:02.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
82802026-02-17T00:02:04.540Z[ recovery-image] Feb 17 00:02:02.004 INFO O| Feb 17 00:02:02.004 INFO STEP 1101 (remove_files) COMPLETE
82812026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.004 INFO O| Feb 17 00:02:02.004 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.017 INFO O| Feb 17 00:02:02.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
82832026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.017 INFO O| Feb 17 00:02:02.017 INFO STEP 1102 (remove_files) COMPLETE
82842026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.017 INFO O| Feb 17 00:02:02.017 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.030 INFO O| Feb 17 00:02:02.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
82862026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.030 INFO O| Feb 17 00:02:02.030 INFO STEP 1103 (remove_files) COMPLETE
82872026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.030 INFO O| Feb 17 00:02:02.030 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.043 INFO O| Feb 17 00:02:02.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
82892026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.043 INFO O| Feb 17 00:02:02.043 INFO STEP 1104 (remove_files) COMPLETE
82902026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.043 INFO O| Feb 17 00:02:02.043 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.055 INFO O| Feb 17 00:02:02.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
82922026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.056 INFO O| Feb 17 00:02:02.056 INFO STEP 1105 (remove_files) COMPLETE
82932026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.056 INFO O| Feb 17 00:02:02.056 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.069 INFO O| Feb 17 00:02:02.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
82952026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.069 INFO O| Feb 17 00:02:02.069 INFO STEP 1106 (remove_files) COMPLETE
82962026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.069 INFO O| Feb 17 00:02:02.069 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.082 INFO O| Feb 17 00:02:02.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
82982026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.082 INFO O| Feb 17 00:02:02.082 INFO STEP 1107 (remove_files) COMPLETE
82992026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.082 INFO O| Feb 17 00:02:02.082 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.095 INFO O| Feb 17 00:02:02.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
83012026-02-17T00:02:04.541Z[ recovery-image] Feb 17 00:02:02.095 INFO O| Feb 17 00:02:02.095 INFO STEP 1108 (remove_files) COMPLETE
83022026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.095 INFO O| Feb 17 00:02:02.095 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.108 INFO O| Feb 17 00:02:02.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
83042026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.108 INFO O| Feb 17 00:02:02.108 INFO STEP 1109 (remove_files) COMPLETE
83052026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.108 INFO O| Feb 17 00:02:02.108 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.120 INFO O| Feb 17 00:02:02.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
83072026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.120 INFO O| Feb 17 00:02:02.120 INFO STEP 1110 (remove_files) COMPLETE
83082026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.120 INFO O| Feb 17 00:02:02.120 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.132 INFO O| Feb 17 00:02:02.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
83102026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.133 INFO O| Feb 17 00:02:02.133 INFO STEP 1111 (remove_files) COMPLETE
83112026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.133 INFO O| Feb 17 00:02:02.133 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.146 INFO O| Feb 17 00:02:02.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
83132026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.146 INFO O| Feb 17 00:02:02.146 INFO STEP 1112 (remove_files) COMPLETE
83142026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.146 INFO O| Feb 17 00:02:02.146 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.158 INFO O| Feb 17 00:02:02.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
83162026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.158 INFO O| Feb 17 00:02:02.158 INFO STEP 1113 (remove_files) COMPLETE
83172026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.158 INFO O| Feb 17 00:02:02.158 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-02-17T00:02:04.542Z[ recovery-image] Feb 17 00:02:02.171 INFO O| Feb 17 00:02:02.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
83192026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.172 INFO O| Feb 17 00:02:02.172 INFO STEP 1114 (remove_files) COMPLETE
83202026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.172 INFO O| Feb 17 00:02:02.172 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.185 INFO O| Feb 17 00:02:02.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
83222026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.185 INFO O| Feb 17 00:02:02.185 INFO STEP 1115 (remove_files) COMPLETE
83232026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.185 INFO O| Feb 17 00:02:02.185 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.198 INFO O| Feb 17 00:02:02.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
83252026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.198 INFO O| Feb 17 00:02:02.198 INFO STEP 1116 (remove_files) COMPLETE
83262026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.198 INFO O| Feb 17 00:02:02.198 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.211 INFO O| Feb 17 00:02:02.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
83282026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.211 INFO O| Feb 17 00:02:02.211 INFO STEP 1117 (remove_files) COMPLETE
83292026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.211 INFO O| Feb 17 00:02:02.211 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83302026-02-17T00:02:04.543Z[ recovery-image] Feb 17 00:02:02.224 INFO O| Feb 17 00:02:02.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
83312026-02-17T00:02:04.548Z[ recovery-image] Feb 17 00:02:02.224 INFO O| Feb 17 00:02:02.224 INFO STEP 1118 (remove_files) COMPLETE
83322026-02-17T00:02:04.548Z[ recovery-image] Feb 17 00:02:02.224 INFO O| Feb 17 00:02:02.224 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83332026-02-17T00:02:04.548Z[ recovery-image] Feb 17 00:02:02.236 INFO O| Feb 17 00:02:02.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
83342026-02-17T00:02:04.548Z[ recovery-image] Feb 17 00:02:02.236 INFO O| Feb 17 00:02:02.236 INFO STEP 1119 (remove_files) COMPLETE
83352026-02-17T00:02:04.548Z[ recovery-image] Feb 17 00:02:02.236 INFO O| Feb 17 00:02:02.236 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83362026-02-17T00:02:04.548Z[ recovery-image] Feb 17 00:02:02.249 INFO O| Feb 17 00:02:02.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
83372026-02-17T00:02:04.548Z[ recovery-image] Feb 17 00:02:02.249 INFO O| Feb 17 00:02:02.249 INFO STEP 1120 (remove_files) COMPLETE
83382026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.249 INFO O| Feb 17 00:02:02.249 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83392026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.261 INFO O| Feb 17 00:02:02.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
83402026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.261 INFO O| Feb 17 00:02:02.261 INFO STEP 1121 (remove_files) COMPLETE
83412026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.261 INFO O| Feb 17 00:02:02.261 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83422026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.273 INFO O| Feb 17 00:02:02.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
83432026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.273 INFO O| Feb 17 00:02:02.273 INFO STEP 1122 (remove_files) COMPLETE
83442026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.273 INFO O| Feb 17 00:02:02.273 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83452026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.284 INFO O| Feb 17 00:02:02.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
83462026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.284 INFO O| Feb 17 00:02:02.284 INFO STEP 1123 (remove_files) COMPLETE
83472026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.285 INFO O| Feb 17 00:02:02.284 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83482026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.298 INFO O| Feb 17 00:02:02.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
83492026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.298 INFO O| Feb 17 00:02:02.298 INFO STEP 1124 (remove_files) COMPLETE
83502026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.298 INFO O| Feb 17 00:02:02.298 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83512026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.310 INFO O| Feb 17 00:02:02.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
83522026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.310 INFO O| Feb 17 00:02:02.310 INFO STEP 1125 (remove_files) COMPLETE
83532026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.310 INFO O| Feb 17 00:02:02.310 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83542026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.324 INFO O| Feb 17 00:02:02.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
83552026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.324 INFO O| Feb 17 00:02:02.324 INFO STEP 1126 (remove_files) COMPLETE
83562026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.324 INFO O| Feb 17 00:02:02.324 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83572026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.337 INFO O| Feb 17 00:02:02.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
83582026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.337 INFO O| Feb 17 00:02:02.337 INFO STEP 1127 (remove_files) COMPLETE
83592026-02-17T00:02:04.549Z[ recovery-image] Feb 17 00:02:02.337 INFO O| Feb 17 00:02:02.337 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83602026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.350 INFO O| Feb 17 00:02:02.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
83612026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.350 INFO O| Feb 17 00:02:02.350 INFO STEP 1128 (remove_files) COMPLETE
83622026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.350 INFO O| Feb 17 00:02:02.350 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83632026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.363 INFO O| Feb 17 00:02:02.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
83642026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.363 INFO O| Feb 17 00:02:02.363 INFO STEP 1129 (remove_files) COMPLETE
83652026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.363 INFO O| Feb 17 00:02:02.363 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83662026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.376 INFO O| Feb 17 00:02:02.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
83672026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.376 INFO O| Feb 17 00:02:02.376 INFO STEP 1130 (remove_files) COMPLETE
83682026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.376 INFO O| Feb 17 00:02:02.376 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83692026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.389 INFO O| Feb 17 00:02:02.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
83702026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.389 INFO O| Feb 17 00:02:02.389 INFO STEP 1131 (remove_files) COMPLETE
83712026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.389 INFO O| Feb 17 00:02:02.389 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83722026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.402 INFO O| Feb 17 00:02:02.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
83732026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.402 INFO O| Feb 17 00:02:02.402 INFO STEP 1132 (remove_files) COMPLETE
83742026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.402 INFO O| Feb 17 00:02:02.402 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83752026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.414 INFO O| Feb 17 00:02:02.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
83762026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.414 INFO O| Feb 17 00:02:02.414 INFO STEP 1133 (remove_files) COMPLETE
83772026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.414 INFO O| Feb 17 00:02:02.414 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83782026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.427 INFO O| Feb 17 00:02:02.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
83792026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.427 INFO O| Feb 17 00:02:02.427 INFO STEP 1134 (remove_files) COMPLETE
83802026-02-17T00:02:04.550Z[ recovery-image] Feb 17 00:02:02.427 INFO O| Feb 17 00:02:02.427 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83812026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.440 INFO O| Feb 17 00:02:02.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
83822026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.440 INFO O| Feb 17 00:02:02.440 INFO STEP 1135 (remove_files) COMPLETE
83832026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.440 INFO O| Feb 17 00:02:02.440 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83842026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.452 INFO O| Feb 17 00:02:02.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
83852026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.452 INFO O| Feb 17 00:02:02.452 INFO STEP 1136 (remove_files) COMPLETE
83862026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.452 INFO O| Feb 17 00:02:02.452 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83872026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.464 INFO O| Feb 17 00:02:02.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
83882026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.464 INFO O| Feb 17 00:02:02.464 INFO STEP 1137 (remove_files) COMPLETE
83892026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.464 INFO O| Feb 17 00:02:02.464 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83902026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.476 INFO O| Feb 17 00:02:02.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
83912026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.477 INFO O| Feb 17 00:02:02.477 INFO STEP 1138 (remove_files) COMPLETE
83922026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.477 INFO O| Feb 17 00:02:02.477 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83932026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.489 INFO O| Feb 17 00:02:02.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
83942026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.489 INFO O| Feb 17 00:02:02.489 INFO STEP 1139 (remove_files) COMPLETE
83952026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.489 INFO O| Feb 17 00:02:02.489 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83962026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.502 INFO O| Feb 17 00:02:02.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
83972026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.502 INFO O| Feb 17 00:02:02.502 INFO STEP 1140 (remove_files) COMPLETE
83982026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.502 INFO O| Feb 17 00:02:02.502 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83992026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.514 INFO O| Feb 17 00:02:02.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
84002026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.514 INFO O| Feb 17 00:02:02.514 INFO STEP 1141 (remove_files) COMPLETE
84012026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.514 INFO O| Feb 17 00:02:02.514 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84022026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.527 INFO O| Feb 17 00:02:02.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
84032026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.527 INFO O| Feb 17 00:02:02.527 INFO STEP 1142 (remove_files) COMPLETE
84042026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.527 INFO O| Feb 17 00:02:02.527 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84052026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.539 INFO O| Feb 17 00:02:02.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
84062026-02-17T00:02:04.551Z[ recovery-image] Feb 17 00:02:02.539 INFO O| Feb 17 00:02:02.539 INFO STEP 1143 (remove_files) COMPLETE
84072026-02-17T00:02:04.552Z[ recovery-image] Feb 17 00:02:02.539 INFO O| Feb 17 00:02:02.539 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84082026-02-17T00:02:04.552Z[ recovery-image] Feb 17 00:02:02.551 INFO O| Feb 17 00:02:02.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
84092026-02-17T00:02:04.552Z[ recovery-image] Feb 17 00:02:02.551 INFO O| Feb 17 00:02:02.551 INFO STEP 1144 (remove_files) COMPLETE
84102026-02-17T00:02:04.552Z[ recovery-image] Feb 17 00:02:02.551 INFO O| Feb 17 00:02:02.551 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84112026-02-17T00:02:04.560Z[ recovery-image] Feb 17 00:02:02.563 INFO O| Feb 17 00:02:02.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
84122026-02-17T00:02:04.560Z[ recovery-image] Feb 17 00:02:02.563 INFO O| Feb 17 00:02:02.563 INFO STEP 1145 (remove_files) COMPLETE
84132026-02-17T00:02:04.560Z[ recovery-image] Feb 17 00:02:02.563 INFO O| Feb 17 00:02:02.563 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84142026-02-17T00:02:04.566Z[ recovery-image] Feb 17 00:02:02.575 INFO O| Feb 17 00:02:02.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
84152026-02-17T00:02:04.566Z[ recovery-image] Feb 17 00:02:02.575 INFO O| Feb 17 00:02:02.575 INFO STEP 1146 (remove_files) COMPLETE
84162026-02-17T00:02:04.573Z[ recovery-image] Feb 17 00:02:02.575 INFO O| Feb 17 00:02:02.575 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84172026-02-17T00:02:04.579Z[ recovery-image] Feb 17 00:02:02.588 INFO O| Feb 17 00:02:02.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
84182026-02-17T00:02:04.579Z[ recovery-image] Feb 17 00:02:02.588 INFO O| Feb 17 00:02:02.588 INFO STEP 1147 (remove_files) COMPLETE
84192026-02-17T00:02:04.579Z[ recovery-image] Feb 17 00:02:02.588 INFO O| Feb 17 00:02:02.588 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84202026-02-17T00:02:04.591Z[ recovery-image] Feb 17 00:02:02.600 INFO O| Feb 17 00:02:02.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
84212026-02-17T00:02:04.592Z[ recovery-image] Feb 17 00:02:02.601 INFO O| Feb 17 00:02:02.600 INFO STEP 1148 (remove_files) COMPLETE
84222026-02-17T00:02:04.592Z[ recovery-image] Feb 17 00:02:02.601 INFO O| Feb 17 00:02:02.601 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84232026-02-17T00:02:04.604Z[ recovery-image] Feb 17 00:02:02.613 INFO O| Feb 17 00:02:02.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
84242026-02-17T00:02:04.604Z[ recovery-image] Feb 17 00:02:02.613 INFO O| Feb 17 00:02:02.613 INFO STEP 1149 (remove_files) COMPLETE
84252026-02-17T00:02:04.604Z[ recovery-image] Feb 17 00:02:02.613 INFO O| Feb 17 00:02:02.613 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84262026-02-17T00:02:04.616Z[ recovery-image] Feb 17 00:02:02.625 INFO O| Feb 17 00:02:02.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
84272026-02-17T00:02:04.616Z[ recovery-image] Feb 17 00:02:02.625 INFO O| Feb 17 00:02:02.625 INFO STEP 1150 (remove_files) COMPLETE
84282026-02-17T00:02:04.616Z[ recovery-image] Feb 17 00:02:02.625 INFO O| Feb 17 00:02:02.625 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84292026-02-17T00:02:04.628Z[ recovery-image] Feb 17 00:02:02.637 INFO O| Feb 17 00:02:02.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
84302026-02-17T00:02:04.628Z[ recovery-image] Feb 17 00:02:02.637 INFO O| Feb 17 00:02:02.637 INFO STEP 1151 (remove_files) COMPLETE
84312026-02-17T00:02:04.635Z[ recovery-image] Feb 17 00:02:02.637 INFO O| Feb 17 00:02:02.637 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84322026-02-17T00:02:04.640Z[ recovery-image] Feb 17 00:02:02.649 INFO O| Feb 17 00:02:02.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
84332026-02-17T00:02:04.640Z[ recovery-image] Feb 17 00:02:02.649 INFO O| Feb 17 00:02:02.649 INFO STEP 1152 (remove_files) COMPLETE
84342026-02-17T00:02:04.640Z[ recovery-image] Feb 17 00:02:02.649 INFO O| Feb 17 00:02:02.649 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84352026-02-17T00:02:04.651Z[ recovery-image] Feb 17 00:02:02.661 INFO O| Feb 17 00:02:02.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
84362026-02-17T00:02:04.651Z[ recovery-image] Feb 17 00:02:02.661 INFO O| Feb 17 00:02:02.661 INFO STEP 1153 (remove_files) COMPLETE
84372026-02-17T00:02:04.659Z[ recovery-image] Feb 17 00:02:02.661 INFO O| Feb 17 00:02:02.661 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84382026-02-17T00:02:04.664Z[ recovery-image] Feb 17 00:02:02.673 INFO O| Feb 17 00:02:02.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
84392026-02-17T00:02:04.664Z[ recovery-image] Feb 17 00:02:02.673 INFO O| Feb 17 00:02:02.673 INFO STEP 1154 (remove_files) COMPLETE
84402026-02-17T00:02:04.664Z[ recovery-image] Feb 17 00:02:02.673 INFO O| Feb 17 00:02:02.673 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84412026-02-17T00:02:04.677Z[ recovery-image] Feb 17 00:02:02.685 INFO O| Feb 17 00:02:02.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
84422026-02-17T00:02:04.677Z[ recovery-image] Feb 17 00:02:02.685 INFO O| Feb 17 00:02:02.685 INFO STEP 1155 (remove_files) COMPLETE
84432026-02-17T00:02:04.678Z[ recovery-image] Feb 17 00:02:02.685 INFO O| Feb 17 00:02:02.685 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84442026-02-17T00:02:04.693Z[ recovery-image] Feb 17 00:02:02.697 INFO O| Feb 17 00:02:02.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
84452026-02-17T00:02:04.693Z[ recovery-image] Feb 17 00:02:02.697 INFO O| Feb 17 00:02:02.697 INFO STEP 1156 (remove_files) COMPLETE
84462026-02-17T00:02:04.693Z[ recovery-image] Feb 17 00:02:02.697 INFO O| Feb 17 00:02:02.697 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84472026-02-17T00:02:04.701Z[ recovery-image] Feb 17 00:02:02.710 INFO O| Feb 17 00:02:02.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
84482026-02-17T00:02:04.701Z[ recovery-image] Feb 17 00:02:02.710 INFO O| Feb 17 00:02:02.710 INFO STEP 1157 (remove_files) COMPLETE
84492026-02-17T00:02:04.704Z[ recovery-image] Feb 17 00:02:02.710 INFO O| Feb 17 00:02:02.710 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84502026-02-17T00:02:04.713Z[ recovery-image] Feb 17 00:02:02.722 INFO O| Feb 17 00:02:02.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
84512026-02-17T00:02:04.713Z[ recovery-image] Feb 17 00:02:02.722 INFO O| Feb 17 00:02:02.722 INFO STEP 1158 (remove_files) COMPLETE
84522026-02-17T00:02:04.713Z[ recovery-image] Feb 17 00:02:02.722 INFO O| Feb 17 00:02:02.722 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84532026-02-17T00:02:04.725Z[ recovery-image] Feb 17 00:02:02.734 INFO O| Feb 17 00:02:02.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
84542026-02-17T00:02:04.725Z[ recovery-image] Feb 17 00:02:02.734 INFO O| Feb 17 00:02:02.734 INFO STEP 1159 (remove_files) COMPLETE
84552026-02-17T00:02:04.728Z[ recovery-image] Feb 17 00:02:02.734 INFO O| Feb 17 00:02:02.734 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84562026-02-17T00:02:04.737Z[ recovery-image] Feb 17 00:02:02.746 INFO O| Feb 17 00:02:02.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
84572026-02-17T00:02:04.737Z[ recovery-image] Feb 17 00:02:02.746 INFO O| Feb 17 00:02:02.746 INFO STEP 1160 (remove_files) COMPLETE
84582026-02-17T00:02:04.737Z[ recovery-image] Feb 17 00:02:02.746 INFO O| Feb 17 00:02:02.746 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84592026-02-17T00:02:04.749Z[ recovery-image] Feb 17 00:02:02.758 INFO O| Feb 17 00:02:02.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
84602026-02-17T00:02:04.749Z[ recovery-image] Feb 17 00:02:02.758 INFO O| Feb 17 00:02:02.758 INFO STEP 1161 (remove_files) COMPLETE
84612026-02-17T00:02:04.752Z[ recovery-image] Feb 17 00:02:02.758 INFO O| Feb 17 00:02:02.758 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84622026-02-17T00:02:04.762Z[ recovery-image] Feb 17 00:02:02.771 INFO O| Feb 17 00:02:02.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
84632026-02-17T00:02:04.762Z[ recovery-image] Feb 17 00:02:02.771 INFO O| Feb 17 00:02:02.771 INFO STEP 1162 (remove_files) COMPLETE
84642026-02-17T00:02:04.762Z[ recovery-image] Feb 17 00:02:02.771 INFO O| Feb 17 00:02:02.771 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84652026-02-17T00:02:04.799Z[ recovery-image] Feb 17 00:02:02.783 INFO O| Feb 17 00:02:02.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
84662026-02-17T00:02:04.799Z[ recovery-image] Feb 17 00:02:02.783 INFO O| Feb 17 00:02:02.783 INFO STEP 1163 (remove_files) COMPLETE
84672026-02-17T00:02:04.799Z[ recovery-image] Feb 17 00:02:02.783 INFO O| Feb 17 00:02:02.783 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84682026-02-17T00:02:04.799Z[ recovery-image] Feb 17 00:02:02.795 INFO O| Feb 17 00:02:02.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
84692026-02-17T00:02:04.799Z[ recovery-image] Feb 17 00:02:02.795 INFO O| Feb 17 00:02:02.795 INFO STEP 1164 (remove_files) COMPLETE
84702026-02-17T00:02:04.799Z[ recovery-image] Feb 17 00:02:02.795 INFO O| Feb 17 00:02:02.795 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84712026-02-17T00:02:04.799Z[ recovery-image] Feb 17 00:02:02.807 INFO O| Feb 17 00:02:02.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
84722026-02-17T00:02:04.804Z[ recovery-image] Feb 17 00:02:02.808 INFO O| Feb 17 00:02:02.808 INFO STEP 1165 (remove_files) COMPLETE
84732026-02-17T00:02:04.804Z[ recovery-image] Feb 17 00:02:02.808 INFO O| Feb 17 00:02:02.808 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
84742026-02-17T00:02:04.817Z[ recovery-image] Feb 17 00:02:02.825 INFO O| Feb 17 00:02:02.825 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
84752026-02-17T00:02:04.817Z[ recovery-image] Feb 17 00:02:02.826 INFO O| Feb 17 00:02:02.825 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
84762026-02-17T00:02:06.314Z[ recovery-image] Feb 17 00:02:04.323 INFO O| Feb 17 00:02:04.323 INFO STEP 1166 (pack_tar) COMPLETE
84772026-02-17T00:02:06.315Z[ recovery-image] Feb 17 00:02:04.323 INFO O| Feb 17 00:02:04.323 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84782026-02-17T00:02:06.315Z[ recovery-image] Feb 17 00:02:04.323 INFO O| Feb 17 00:02:04.323 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84792026-02-17T00:02:06.856Z[ recovery-image] Feb 17 00:02:04.865 INFO O| Feb 17 00:02:04.864 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
84802026-02-17T00:02:06.959Z[ recovery-image] Feb 17 00:02:04.968 INFO O| Feb 17 00:02:04.968 INFO completed processing sled/ramdisk-03-recovery-trim
84812026-02-17T00:02:06.970Z[ recovery-image] Feb 17 00:02:04.973 INFO image builder template: zfs-recovery...
84822026-02-17T00:02:06.970Z[ recovery-image] Feb 17 00:02:04.973 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/.tmp9ahkPU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
84832026-02-17T00:02:07.014Z[ recovery-image] Feb 17 00:02:05.022 INFO O| Feb 17 00:02:05.022 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
84842026-02-17T00:02:07.024Z[ recovery-image] Feb 17 00:02:05.027 INFO O| Feb 17 00:02:05.027 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
84852026-02-17T00:02:07.075Z[ recovery-image] Feb 17 00:02:05.084 INFO O| Feb 17 00:02:05.083 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
84862026-02-17T00:02:07.122Z[ recovery-image] Feb 17 00:02:05.131 INFO O| Feb 17 00:02:05.131 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
84872026-02-17T00:02:07.122Z[ recovery-image] Feb 17 00:02:05.131 INFO O| Feb 17 00:02:05.131 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
84882026-02-17T00:02:07.132Z[ recovery-image] Feb 17 00:02:05.136 INFO O| Feb 17 00:02:05.136 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
84892026-02-17T00:02:07.199Z[ recovery-image] Feb 17 00:02:05.207 INFO O| Feb 17 00:02:05.207 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
84902026-02-17T00:02:07.279Z[ recovery-image] Feb 17 00:02:05.287 INFO O| Feb 17 00:02:05.287 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
84912026-02-17T00:02:07.294Z[ recovery-image] Feb 17 00:02:05.300 INFO O| Feb 17 00:02:05.300 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84922026-02-17T00:02:07.308Z[ recovery-image] Feb 17 00:02:05.306 INFO O| Feb 17 00:02:05.305 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
84932026-02-17T00:02:07.315Z[ recovery-image] Feb 17 00:02:05.324 INFO O| Feb 17 00:02:05.323 INFO no lofi found
84942026-02-17T00:02:07.315Z[ recovery-image] Feb 17 00:02:05.324 INFO O| Feb 17 00:02:05.324 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
84952026-02-17T00:02:07.322Z[ recovery-image] Feb 17 00:02:05.324 INFO O| Feb 17 00:02:05.324 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84962026-02-17T00:02:09.996Z[ recovery-image] Feb 17 00:02:08.004 INFO O| Feb 17 00:02:08.004 INFO lofi device = /dev/dsk/c2t1d0p0
84972026-02-17T00:02:09.996Z[ recovery-image] Feb 17 00:02:08.004 INFO O| Feb 17 00:02:08.004 INFO pool device = /dev/dsk/c2t1d0p0
84982026-02-17T00:02:10.004Z[ recovery-image] Feb 17 00:02:08.004 INFO O| Feb 17 00:02:08.004 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
84992026-02-17T00:02:10.218Z[ recovery-image] Feb 17 00:02:08.222 INFO O| Feb 17 00:02:08.222 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85002026-02-17T00:02:10.218Z[ recovery-image] Feb 17 00:02:08.222 INFO O| Feb 17 00:02:08.222 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
85012026-02-17T00:02:10.247Z[ recovery-image] Feb 17 00:02:08.255 INFO O| Feb 17 00:02:08.255 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
85022026-02-17T00:02:10.345Z[ recovery-image] Feb 17 00:02:08.351 INFO O| Feb 17 00:02:08.351 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
85032026-02-17T00:02:10.406Z[ recovery-image] Feb 17 00:02:08.401 INFO O| Feb 17 00:02:08.401 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
85042026-02-17T00:02:10.449Z[ recovery-image] Feb 17 00:02:08.426 INFO O| Feb 17 00:02:08.426 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
85052026-02-17T00:02:10.462Z[ recovery-image] Feb 17 00:02:08.442 INFO O| Feb 17 00:02:08.442 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
85062026-02-17T00:02:10.500Z[ recovery-image] Feb 17 00:02:08.503 INFO O| Feb 17 00:02:08.503 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
85072026-02-17T00:02:10.501Z[ recovery-image] Feb 17 00:02:08.503 INFO O| Feb 17 00:02:08.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
85082026-02-17T00:02:10.511Z[ recovery-image] Feb 17 00:02:08.503 INFO O| Feb 17 00:02:08.503 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
85092026-02-17T00:02:10.522Z[ recovery-image] Feb 17 00:02:08.522 INFO O| Feb 17 00:02:08.522 INFO boot environment UUID: e69879d9-5c38-402c-9d5b-0655e005cc4a
85102026-02-17T00:02:10.522Z[ recovery-image] Feb 17 00:02:08.522 INFO O| Feb 17 00:02:08.522 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e69879d9-5c38-402c-9d5b-0655e005cc4a
85112026-02-17T00:02:10.532Z[ recovery-image] Feb 17 00:02:08.538 INFO O| Feb 17 00:02:08.538 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85122026-02-17T00:02:10.548Z[ recovery-image] Feb 17 00:02:08.556 INFO O| Feb 17 00:02:08.556 INFO STEP 0 (create_be) COMPLETE
85132026-02-17T00:02:10.548Z[ recovery-image] Feb 17 00:02:08.556 INFO O| Feb 17 00:02:08.556 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85142026-02-17T00:02:10.565Z[ recovery-image] Feb 17 00:02:08.573 INFO O| Feb 17 00:02:08.573 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"]
85152026-02-17T00:02:11.199Z[ host-image] Feb 17 00:02:09.207 INFO O| Feb 17 00:02:09.207 INFO O| Startup: Caching catalogs ... Done
85162026-02-17T00:02:17.863Z[ recovery-image] Feb 17 00:02:15.414 INFO O| Feb 17 00:02:15.414 INFO STEP 1 (unpack_tar) COMPLETE
85172026-02-17T00:02:17.863Z[ recovery-image] Feb 17 00:02:15.414 INFO O| Feb 17 00:02:15.414 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85182026-02-17T00:02:17.863Z[ recovery-image] Feb 17 00:02:15.427 INFO O| Feb 17 00:02:15.427 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
85192026-02-17T00:02:18.753Z[ recovery-image] Feb 17 00:02:16.761 INFO O| Feb 17 00:02:16.760 INFO STEP 2 (devfsadm) COMPLETE
85202026-02-17T00:02:18.754Z[ recovery-image] Feb 17 00:02:16.761 INFO O| Feb 17 00:02:16.760 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85212026-02-17T00:02:18.767Z[ recovery-image] Feb 17 00:02:16.775 INFO O| Feb 17 00:02:16.774 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85222026-02-17T00:02:18.768Z[ recovery-image] Feb 17 00:02:16.775 INFO O| Feb 17 00:02:16.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85232026-02-17T00:02:18.768Z[ recovery-image] Feb 17 00:02:16.775 INFO O| Feb 17 00:02:16.775 INFO STEP 3 (ensure_dir) COMPLETE
85242026-02-17T00:02:18.771Z[ recovery-image] Feb 17 00:02:16.775 INFO O| Feb 17 00:02:16.775 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85252026-02-17T00:02:18.781Z[ recovery-image] Feb 17 00:02:16.788 INFO O| Feb 17 00:02:16.788 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85262026-02-17T00:02:18.781Z[ recovery-image] Feb 17 00:02:16.788 INFO O| Feb 17 00:02:16.788 INFO STEP 4 (ensure_dir) COMPLETE
85272026-02-17T00:02:18.783Z[ recovery-image] Feb 17 00:02:16.788 INFO O| Feb 17 00:02:16.788 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85282026-02-17T00:02:18.794Z[ recovery-image] Feb 17 00:02:16.801 INFO O| Feb 17 00:02:16.801 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85292026-02-17T00:02:18.794Z[ recovery-image] Feb 17 00:02:16.801 INFO O| Feb 17 00:02:16.801 INFO STEP 5 (ensure_dir) COMPLETE
85302026-02-17T00:02:18.797Z[ recovery-image] Feb 17 00:02:16.801 INFO O| Feb 17 00:02:16.801 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85312026-02-17T00:02:18.807Z[ recovery-image] Feb 17 00:02:16.814 INFO O| Feb 17 00:02:16.814 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85322026-02-17T00:02:18.807Z[ recovery-image] Feb 17 00:02:16.814 INFO O| Feb 17 00:02:16.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85332026-02-17T00:02:18.809Z[ recovery-image] Feb 17 00:02:16.814 INFO O| Feb 17 00:02:16.814 INFO STEP 6 (ensure_dir) COMPLETE
85342026-02-17T00:02:18.809Z[ recovery-image] Feb 17 00:02:16.814 INFO O| Feb 17 00:02:16.814 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85352026-02-17T00:02:18.819Z[ recovery-image] Feb 17 00:02:16.827 INFO O| Feb 17 00:02:16.827 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85362026-02-17T00:02:18.819Z[ recovery-image] Feb 17 00:02:16.827 INFO O| Feb 17 00:02:16.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85372026-02-17T00:02:18.824Z[ recovery-image] Feb 17 00:02:16.827 INFO O| Feb 17 00:02:16.827 INFO STEP 7 (ensure_dir) COMPLETE
85382026-02-17T00:02:18.824Z[ recovery-image] Feb 17 00:02:16.827 INFO O| Feb 17 00:02:16.827 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85392026-02-17T00:02:18.833Z[ recovery-image] Feb 17 00:02:16.840 INFO O| Feb 17 00:02:16.840 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
85402026-02-17T00:02:18.835Z[ recovery-image] Feb 17 00:02:16.840 INFO O| Feb 17 00:02:16.840 INFO STEP 8 (remove_files) COMPLETE
85412026-02-17T00:02:18.835Z[ recovery-image] Feb 17 00:02:16.840 INFO O| Feb 17 00:02:16.840 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85422026-02-17T00:02:18.845Z[ recovery-image] Feb 17 00:02:16.853 INFO O| Feb 17 00:02:16.853 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
85432026-02-17T00:02:18.848Z[ recovery-image] Feb 17 00:02:16.854 INFO O| Feb 17 00:02:16.854 INFO STEP 9 (remove_files) COMPLETE
85442026-02-17T00:02:18.848Z[ recovery-image] Feb 17 00:02:16.854 INFO O| Feb 17 00:02:16.854 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85452026-02-17T00:02:18.859Z[ recovery-image] Feb 17 00:02:16.866 INFO O| Feb 17 00:02:16.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
85462026-02-17T00:02:18.862Z[ recovery-image] Feb 17 00:02:16.868 INFO O| Feb 17 00:02:16.868 INFO STEP 10 (remove_files) COMPLETE
85472026-02-17T00:02:18.862Z[ recovery-image] Feb 17 00:02:16.868 INFO O| Feb 17 00:02:16.868 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85482026-02-17T00:02:18.873Z[ recovery-image] Feb 17 00:02:16.880 INFO O| Feb 17 00:02:16.880 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
85492026-02-17T00:02:18.873Z[ recovery-image] Feb 17 00:02:16.880 INFO O| Feb 17 00:02:16.880 INFO STEP 11 (remove_files) COMPLETE
85502026-02-17T00:02:18.873Z[ recovery-image] Feb 17 00:02:16.880 INFO O| Feb 17 00:02:16.880 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85512026-02-17T00:02:18.886Z[ recovery-image] Feb 17 00:02:16.893 INFO O| Feb 17 00:02:16.893 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
85522026-02-17T00:02:18.886Z[ recovery-image] Feb 17 00:02:16.894 INFO O| Feb 17 00:02:16.893 INFO STEP 12 (remove_files) COMPLETE
85532026-02-17T00:02:18.888Z[ recovery-image] Feb 17 00:02:16.894 INFO O| Feb 17 00:02:16.894 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85542026-02-17T00:02:18.898Z[ recovery-image] Feb 17 00:02:16.906 INFO O| Feb 17 00:02:16.906 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85552026-02-17T00:02:18.901Z[ recovery-image] Feb 17 00:02:16.906 INFO O| Feb 17 00:02:16.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85562026-02-17T00:02:18.901Z[ recovery-image] Feb 17 00:02:16.906 INFO O| Feb 17 00:02:16.906 INFO STEP 13 (ensure_dir) COMPLETE
85572026-02-17T00:02:18.901Z[ recovery-image] Feb 17 00:02:16.906 INFO O| Feb 17 00:02:16.906 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85582026-02-17T00:02:18.911Z[ recovery-image] Feb 17 00:02:16.919 INFO O| Feb 17 00:02:16.919 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85592026-02-17T00:02:18.911Z[ recovery-image] Feb 17 00:02:16.919 INFO O| Feb 17 00:02:16.919 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85602026-02-17T00:02:18.911Z[ recovery-image] Feb 17 00:02:16.919 INFO O| Feb 17 00:02:16.919 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85612026-02-17T00:02:18.916Z[ recovery-image] Feb 17 00:02:16.919 INFO O| Feb 17 00:02:16.919 INFO STEP 14 (ensure_dir) COMPLETE
85622026-02-17T00:02:18.916Z[ recovery-image] Feb 17 00:02:16.919 INFO O| Feb 17 00:02:16.919 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85632026-02-17T00:02:18.924Z[ recovery-image] Feb 17 00:02:16.931 INFO O| Feb 17 00:02:16.931 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85642026-02-17T00:02:18.924Z[ recovery-image] Feb 17 00:02:16.931 INFO O| Feb 17 00:02:16.931 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85652026-02-17T00:02:18.927Z[ recovery-image] Feb 17 00:02:16.931 INFO O| Feb 17 00:02:16.931 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85662026-02-17T00:02:18.927Z[ recovery-image] Feb 17 00:02:16.931 INFO O| Feb 17 00:02:16.931 INFO STEP 15 (ensure_dir) COMPLETE
85672026-02-17T00:02:18.927Z[ recovery-image] Feb 17 00:02:16.931 INFO O| Feb 17 00:02:16.931 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85682026-02-17T00:02:18.936Z[ recovery-image] Feb 17 00:02:16.943 INFO O| Feb 17 00:02:16.943 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85692026-02-17T00:02:18.936Z[ recovery-image] Feb 17 00:02:16.943 INFO O| Feb 17 00:02:16.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85702026-02-17T00:02:18.936Z[ recovery-image] Feb 17 00:02:16.944 INFO O| Feb 17 00:02:16.943 INFO STEP 16 (ensure_dir) COMPLETE
85712026-02-17T00:02:18.936Z[ recovery-image] Feb 17 00:02:16.944 INFO O| Feb 17 00:02:16.943 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85722026-02-17T00:02:18.948Z[ recovery-image] Feb 17 00:02:16.955 INFO O| Feb 17 00:02:16.955 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85732026-02-17T00:02:18.948Z[ recovery-image] Feb 17 00:02:16.956 INFO O| Feb 17 00:02:16.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85742026-02-17T00:02:18.951Z[ recovery-image] Feb 17 00:02:16.956 INFO O| Feb 17 00:02:16.956 INFO STEP 17 (ensure_dir) COMPLETE
85752026-02-17T00:02:18.951Z[ recovery-image] Feb 17 00:02:16.956 INFO O| Feb 17 00:02:16.956 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85762026-02-17T00:02:18.961Z[ recovery-image] Feb 17 00:02:16.968 INFO O| Feb 17 00:02:16.968 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
85772026-02-17T00:02:18.961Z[ recovery-image] Feb 17 00:02:16.968 INFO O| Feb 17 00:02:16.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
85782026-02-17T00:02:18.964Z[ recovery-image] Feb 17 00:02:16.968 INFO O| Feb 17 00:02:16.968 INFO ok!
85792026-02-17T00:02:18.964Z[ recovery-image] Feb 17 00:02:16.968 INFO O| Feb 17 00:02:16.968 INFO STEP 18 (ensure_symlink) COMPLETE
85802026-02-17T00:02:18.964Z[ recovery-image] Feb 17 00:02:16.968 INFO O| Feb 17 00:02:16.968 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85812026-02-17T00:02:18.973Z[ recovery-image] Feb 17 00:02:16.980 INFO O| Feb 17 00:02:16.980 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
85822026-02-17T00:02:18.973Z[ recovery-image] Feb 17 00:02:16.981 INFO O| Feb 17 00:02:16.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
85832026-02-17T00:02:18.973Z[ recovery-image] Feb 17 00:02:16.981 INFO O| Feb 17 00:02:16.980 INFO ok!
85842026-02-17T00:02:18.976Z[ recovery-image] Feb 17 00:02:16.981 INFO O| Feb 17 00:02:16.980 INFO STEP 19 (ensure_file) COMPLETE
85852026-02-17T00:02:18.976Z[ recovery-image] Feb 17 00:02:16.981 INFO O| Feb 17 00:02:16.980 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85862026-02-17T00:02:18.986Z[ recovery-image] Feb 17 00:02:16.993 INFO O| Feb 17 00:02:16.993 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
85872026-02-17T00:02:18.986Z[ recovery-image] Feb 17 00:02:16.993 INFO O| Feb 17 00:02:16.993 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
85882026-02-17T00:02:18.986Z[ recovery-image] Feb 17 00:02:16.993 INFO O| Feb 17 00:02:16.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
85892026-02-17T00:02:18.988Z[ recovery-image] Feb 17 00:02:16.993 INFO O| Feb 17 00:02:16.993 INFO ok!
85902026-02-17T00:02:18.988Z[ recovery-image] Feb 17 00:02:16.993 INFO O| Feb 17 00:02:16.993 INFO STEP 20 (ensure_symlink) COMPLETE
85912026-02-17T00:02:18.988Z[ recovery-image] Feb 17 00:02:16.993 INFO O| Feb 17 00:02:16.993 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85922026-02-17T00:02:18.998Z[ recovery-image] Feb 17 00:02:17.005 INFO O| Feb 17 00:02:17.005 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
85932026-02-17T00:02:18.998Z[ recovery-image] Feb 17 00:02:17.005 INFO O| Feb 17 00:02:17.005 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
85942026-02-17T00:02:19.001Z[ recovery-image] Feb 17 00:02:17.005 INFO O| Feb 17 00:02:17.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
85952026-02-17T00:02:19.001Z[ recovery-image] Feb 17 00:02:17.005 INFO O| Feb 17 00:02:17.005 INFO ok!
85962026-02-17T00:02:19.001Z[ recovery-image] Feb 17 00:02:17.005 INFO O| Feb 17 00:02:17.005 INFO STEP 21 (ensure_symlink) COMPLETE
85972026-02-17T00:02:19.001Z[ recovery-image] Feb 17 00:02:17.005 INFO O| Feb 17 00:02:17.005 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85982026-02-17T00:02:19.011Z[ recovery-image] Feb 17 00:02:17.018 INFO O| Feb 17 00:02:17.018 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
85992026-02-17T00:02:19.011Z[ recovery-image] Feb 17 00:02:17.018 INFO O| Feb 17 00:02:17.018 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86002026-02-17T00:02:19.011Z[ recovery-image] Feb 17 00:02:17.018 INFO O| Feb 17 00:02:17.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
86012026-02-17T00:02:19.011Z[ recovery-image] Feb 17 00:02:17.018 INFO O| Feb 17 00:02:17.018 INFO ok!
86022026-02-17T00:02:19.011Z[ recovery-image] Feb 17 00:02:17.018 INFO O| Feb 17 00:02:17.018 INFO STEP 22 (ensure_symlink) COMPLETE
86032026-02-17T00:02:19.013Z[ recovery-image] Feb 17 00:02:17.018 INFO O| Feb 17 00:02:17.018 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86042026-02-17T00:02:19.023Z[ recovery-image] Feb 17 00:02:17.030 INFO O| Feb 17 00:02:17.030 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
86052026-02-17T00:02:19.023Z[ recovery-image] Feb 17 00:02:17.030 INFO O| Feb 17 00:02:17.030 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86062026-02-17T00:02:19.023Z[ recovery-image] Feb 17 00:02:17.030 INFO O| Feb 17 00:02:17.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
86072026-02-17T00:02:19.023Z[ recovery-image] Feb 17 00:02:17.030 INFO O| Feb 17 00:02:17.030 INFO ok!
86082026-02-17T00:02:19.025Z[ recovery-image] Feb 17 00:02:17.030 INFO O| Feb 17 00:02:17.030 INFO STEP 23 (ensure_symlink) COMPLETE
86092026-02-17T00:02:19.025Z[ recovery-image] Feb 17 00:02:17.030 INFO O| Feb 17 00:02:17.030 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86102026-02-17T00:02:19.034Z[ recovery-image] Feb 17 00:02:17.041 INFO O| Feb 17 00:02:17.041 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86112026-02-17T00:02:19.034Z[ recovery-image] Feb 17 00:02:17.042 INFO O| Feb 17 00:02:17.042 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 ...
86122026-02-17T00:02:19.037Z[ recovery-image] Feb 17 00:02:17.042 INFO O| Feb 17 00:02:17.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
86132026-02-17T00:02:19.037Z[ recovery-image] Feb 17 00:02:17.042 INFO O| Feb 17 00:02:17.042 INFO ok!
86142026-02-17T00:02:19.037Z[ recovery-image] Feb 17 00:02:17.042 INFO O| Feb 17 00:02:17.042 INFO STEP 24 (ensure_file) COMPLETE
86152026-02-17T00:02:19.037Z[ recovery-image] Feb 17 00:02:17.042 INFO O| Feb 17 00:02:17.042 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86162026-02-17T00:02:19.048Z[ recovery-image] Feb 17 00:02:17.056 INFO O| Feb 17 00:02:17.056 INFO updating shadow file
86172026-02-17T00:02:19.051Z[ recovery-image] Feb 17 00:02:17.056 INFO O| Feb 17 00:02:17.056 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86182026-02-17T00:02:19.051Z[ recovery-image] Feb 17 00:02:17.056 INFO O| Feb 17 00:02:17.056 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86192026-02-17T00:02:19.051Z[ recovery-image] Feb 17 00:02:17.056 INFO O| Feb 17 00:02:17.056 INFO STEP 25 (shadow) COMPLETE
86202026-02-17T00:02:19.051Z[ recovery-image] Feb 17 00:02:17.056 INFO O| Feb 17 00:02:17.056 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86212026-02-17T00:02:19.061Z[ recovery-image] Feb 17 00:02:17.068 INFO O| Feb 17 00:02:17.068 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
86222026-02-17T00:02:19.064Z[ recovery-image] Feb 17 00:02:17.068 INFO O| Feb 17 00:02:17.068 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
86232026-02-17T00:02:19.064Z[ recovery-image] Feb 17 00:02:17.069 INFO O| Feb 17 00:02:17.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
86242026-02-17T00:02:19.064Z[ recovery-image] Feb 17 00:02:17.069 INFO O| Feb 17 00:02:17.069 INFO ok!
86252026-02-17T00:02:19.064Z[ recovery-image] Feb 17 00:02:17.069 INFO O| Feb 17 00:02:17.069 INFO STEP 26 (ensure_file) COMPLETE
86262026-02-17T00:02:19.064Z[ recovery-image] Feb 17 00:02:17.069 INFO O| Feb 17 00:02:17.069 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86272026-02-17T00:02:19.073Z[ recovery-image] Feb 17 00:02:17.081 INFO O| Feb 17 00:02:17.081 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
86282026-02-17T00:02:19.074Z[ recovery-image] Feb 17 00:02:17.081 INFO O| Feb 17 00:02:17.081 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
86292026-02-17T00:02:19.074Z[ recovery-image] Feb 17 00:02:17.081 INFO O| Feb 17 00:02:17.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
86302026-02-17T00:02:19.076Z[ recovery-image] Feb 17 00:02:17.081 INFO O| Feb 17 00:02:17.081 INFO ok!
86312026-02-17T00:02:19.076Z[ recovery-image] Feb 17 00:02:17.081 INFO O| Feb 17 00:02:17.081 INFO STEP 27 (ensure_file) COMPLETE
86322026-02-17T00:02:19.076Z[ recovery-image] Feb 17 00:02:17.081 INFO O| Feb 17 00:02:17.081 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86332026-02-17T00:02:19.087Z[ recovery-image] Feb 17 00:02:17.094 INFO O| Feb 17 00:02:17.094 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
86342026-02-17T00:02:19.089Z[ recovery-image] Feb 17 00:02:17.094 INFO O| Feb 17 00:02:17.094 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
86352026-02-17T00:02:19.089Z[ recovery-image] Feb 17 00:02:17.094 INFO O| Feb 17 00:02:17.094 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86362026-02-17T00:02:19.089Z[ recovery-image] Feb 17 00:02:17.094 INFO O| Feb 17 00:02:17.094 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86372026-02-17T00:02:19.089Z[ recovery-image] Feb 17 00:02:17.094 INFO O| Feb 17 00:02:17.094 INFO ok!
86382026-02-17T00:02:19.089Z[ recovery-image] Feb 17 00:02:17.094 INFO O| Feb 17 00:02:17.094 INFO STEP 28 (ensure_file) COMPLETE
86392026-02-17T00:02:19.089Z[ recovery-image] Feb 17 00:02:17.094 INFO O| Feb 17 00:02:17.094 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86402026-02-17T00:02:19.100Z[ recovery-image] Feb 17 00:02:17.107 INFO O| Feb 17 00:02:17.107 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
86412026-02-17T00:02:19.100Z[ recovery-image] Feb 17 00:02:17.107 INFO O| Feb 17 00:02:17.107 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
86422026-02-17T00:02:19.103Z[ recovery-image] Feb 17 00:02:17.107 INFO O| Feb 17 00:02:17.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
86432026-02-17T00:02:19.103Z[ recovery-image] Feb 17 00:02:17.107 INFO O| Feb 17 00:02:17.107 INFO ok!
86442026-02-17T00:02:19.103Z[ recovery-image] Feb 17 00:02:17.107 INFO O| Feb 17 00:02:17.107 INFO STEP 29 (ensure_file) COMPLETE
86452026-02-17T00:02:19.103Z[ recovery-image] Feb 17 00:02:17.107 INFO O| Feb 17 00:02:17.107 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86462026-02-17T00:02:19.113Z[ recovery-image] Feb 17 00:02:17.120 INFO O| Feb 17 00:02:17.120 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86472026-02-17T00:02:19.120Z[ recovery-image] Feb 17 00:02:17.121 INFO O| Feb 17 00:02:17.120 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86482026-02-17T00:02:19.120Z[ recovery-image] Feb 17 00:02:17.128 INFO O| Feb 17 00:02:17.121 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86492026-02-17T00:02:19.120Z[ recovery-image] Feb 17 00:02:17.128 INFO O| Feb 17 00:02:17.121 INFO STEP 30 (ensure_dir) COMPLETE
86502026-02-17T00:02:19.123Z[ recovery-image] Feb 17 00:02:17.128 INFO O| Feb 17 00:02:17.121 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86512026-02-17T00:02:19.126Z[ recovery-image] Feb 17 00:02:17.132 INFO O| Feb 17 00:02:17.132 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
86522026-02-17T00:02:19.126Z[ recovery-image] Feb 17 00:02:17.132 INFO O| Feb 17 00:02:17.132 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 ...
86532026-02-17T00:02:19.126Z[ recovery-image] Feb 17 00:02:17.133 INFO O| Feb 17 00:02:17.133 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
86542026-02-17T00:02:19.126Z[ recovery-image] Feb 17 00:02:17.133 INFO O| Feb 17 00:02:17.133 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
86552026-02-17T00:02:19.126Z[ recovery-image] Feb 17 00:02:17.133 INFO O| Feb 17 00:02:17.133 INFO ok!
86562026-02-17T00:02:19.130Z[ recovery-image] Feb 17 00:02:17.133 INFO O| Feb 17 00:02:17.133 INFO STEP 31 (ensure_file) COMPLETE
86572026-02-17T00:02:19.130Z[ recovery-image] Feb 17 00:02:17.133 INFO O| Feb 17 00:02:17.133 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86582026-02-17T00:02:19.138Z[ recovery-image] Feb 17 00:02:17.146 INFO O| Feb 17 00:02:17.146 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86592026-02-17T00:02:19.139Z[ recovery-image] Feb 17 00:02:17.146 INFO O| Feb 17 00:02:17.146 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86602026-02-17T00:02:19.141Z[ recovery-image] Feb 17 00:02:17.146 INFO O| Feb 17 00:02:17.146 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86612026-02-17T00:02:19.141Z[ recovery-image] Feb 17 00:02:17.146 INFO O| Feb 17 00:02:17.146 INFO STEP 32 (ensure_dir) COMPLETE
86622026-02-17T00:02:19.141Z[ recovery-image] Feb 17 00:02:17.146 INFO O| Feb 17 00:02:17.146 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86632026-02-17T00:02:19.151Z[ recovery-image] Feb 17 00:02:17.158 INFO O| Feb 17 00:02:17.158 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
86642026-02-17T00:02:19.151Z[ recovery-image] Feb 17 00:02:17.158 INFO O| Feb 17 00:02:17.158 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 ...
86652026-02-17T00:02:19.155Z[ recovery-image] Feb 17 00:02:17.159 INFO O| Feb 17 00:02:17.159 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
86662026-02-17T00:02:19.155Z[ recovery-image] Feb 17 00:02:17.159 INFO O| Feb 17 00:02:17.159 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
86672026-02-17T00:02:19.155Z[ recovery-image] Feb 17 00:02:17.159 INFO O| Feb 17 00:02:17.159 INFO ok!
86682026-02-17T00:02:19.155Z[ recovery-image] Feb 17 00:02:17.159 INFO O| Feb 17 00:02:17.159 INFO STEP 33 (ensure_file) COMPLETE
86692026-02-17T00:02:19.155Z[ recovery-image] Feb 17 00:02:17.159 INFO O| Feb 17 00:02:17.159 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86702026-02-17T00:02:19.164Z[ recovery-image] Feb 17 00:02:17.172 INFO O| Feb 17 00:02:17.172 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
86712026-02-17T00:02:19.164Z[ recovery-image] Feb 17 00:02:17.172 INFO O| Feb 17 00:02:17.172 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
86722026-02-17T00:02:19.165Z[ recovery-image] Feb 17 00:02:17.172 INFO O| Feb 17 00:02:17.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
86732026-02-17T00:02:19.165Z[ recovery-image] Feb 17 00:02:17.172 INFO O| Feb 17 00:02:17.172 INFO ok!
86742026-02-17T00:02:19.167Z[ recovery-image] Feb 17 00:02:17.172 INFO O| Feb 17 00:02:17.172 INFO STEP 34 (ensure_file) COMPLETE
86752026-02-17T00:02:19.168Z[ recovery-image] Feb 17 00:02:17.172 INFO O| Feb 17 00:02:17.172 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86762026-02-17T00:02:19.178Z[ recovery-image] Feb 17 00:02:17.185 INFO O| Feb 17 00:02:17.185 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
86772026-02-17T00:02:19.178Z[ recovery-image] Feb 17 00:02:17.185 INFO O| Feb 17 00:02:17.185 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
86782026-02-17T00:02:19.180Z[ recovery-image] Feb 17 00:02:17.185 INFO O| Feb 17 00:02:17.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86792026-02-17T00:02:19.180Z[ recovery-image] Feb 17 00:02:17.185 INFO O| Feb 17 00:02:17.185 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86802026-02-17T00:02:19.180Z[ recovery-image] Feb 17 00:02:17.185 INFO O| Feb 17 00:02:17.185 INFO ok!
86812026-02-17T00:02:19.180Z[ recovery-image] Feb 17 00:02:17.185 INFO O| Feb 17 00:02:17.185 INFO STEP 35 (ensure_file) COMPLETE
86822026-02-17T00:02:19.180Z[ recovery-image] Feb 17 00:02:17.185 INFO O| Feb 17 00:02:17.185 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86832026-02-17T00:02:19.191Z[ recovery-image] Feb 17 00:02:17.198 INFO O| Feb 17 00:02:17.198 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
86842026-02-17T00:02:19.191Z[ recovery-image] Feb 17 00:02:17.198 INFO O| Feb 17 00:02:17.198 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
86852026-02-17T00:02:19.194Z[ recovery-image] Feb 17 00:02:17.199 INFO O| Feb 17 00:02:17.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
86862026-02-17T00:02:19.194Z[ recovery-image] Feb 17 00:02:17.199 INFO O| Feb 17 00:02:17.198 INFO ok!
86872026-02-17T00:02:19.194Z[ recovery-image] Feb 17 00:02:17.199 INFO O| Feb 17 00:02:17.199 INFO STEP 36 (ensure_file) COMPLETE
86882026-02-17T00:02:19.194Z[ recovery-image] Feb 17 00:02:17.199 INFO O| Feb 17 00:02:17.199 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86892026-02-17T00:02:19.203Z[ recovery-image] Feb 17 00:02:17.211 INFO O| Feb 17 00:02:17.210 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
86902026-02-17T00:02:19.203Z[ recovery-image] Feb 17 00:02:17.211 INFO O| Feb 17 00:02:17.211 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
86912026-02-17T00:02:19.206Z[ recovery-image] Feb 17 00:02:17.211 INFO O| Feb 17 00:02:17.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
86922026-02-17T00:02:19.206Z[ recovery-image] Feb 17 00:02:17.211 INFO O| Feb 17 00:02:17.211 INFO ok!
86932026-02-17T00:02:19.206Z[ recovery-image] Feb 17 00:02:17.211 INFO O| Feb 17 00:02:17.211 INFO STEP 37 (ensure_file) COMPLETE
86942026-02-17T00:02:19.206Z[ recovery-image] Feb 17 00:02:17.211 INFO O| Feb 17 00:02:17.211 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86952026-02-17T00:02:19.217Z[ recovery-image] Feb 17 00:02:17.224 INFO O| Feb 17 00:02:17.224 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
86962026-02-17T00:02:19.217Z[ recovery-image] Feb 17 00:02:17.225 INFO O| Feb 17 00:02:17.224 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
86972026-02-17T00:02:19.220Z[ recovery-image] Feb 17 00:02:17.225 INFO O| Feb 17 00:02:17.225 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86982026-02-17T00:02:19.220Z[ recovery-image] Feb 17 00:02:17.225 INFO O| Feb 17 00:02:17.225 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86992026-02-17T00:02:19.220Z[ recovery-image] Feb 17 00:02:17.225 INFO O| Feb 17 00:02:17.225 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87002026-02-17T00:02:19.220Z[ recovery-image] Feb 17 00:02:17.225 INFO O| Feb 17 00:02:17.225 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87012026-02-17T00:02:19.220Z[ recovery-image] Feb 17 00:02:17.225 INFO O| Feb 17 00:02:17.225 INFO ok!
87022026-02-17T00:02:19.220Z[ recovery-image] Feb 17 00:02:17.225 INFO O| Feb 17 00:02:17.225 INFO STEP 38 (ensure_file) COMPLETE
87032026-02-17T00:02:19.220Z[ recovery-image] Feb 17 00:02:17.226 INFO O| Feb 17 00:02:17.225 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87042026-02-17T00:02:19.232Z[ recovery-image] Feb 17 00:02:17.239 INFO O| Feb 17 00:02:17.239 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87052026-02-17T00:02:19.235Z[ recovery-image] Feb 17 00:02:17.239 INFO O| Feb 17 00:02:17.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87062026-02-17T00:02:19.235Z[ recovery-image] Feb 17 00:02:17.239 INFO O| Feb 17 00:02:17.239 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87072026-02-17T00:02:19.235Z[ recovery-image] Feb 17 00:02:17.239 INFO O| Feb 17 00:02:17.239 INFO STEP 39 (ensure_dir) COMPLETE
87082026-02-17T00:02:19.235Z[ recovery-image] Feb 17 00:02:17.239 INFO O| Feb 17 00:02:17.239 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87092026-02-17T00:02:19.251Z[ recovery-image] Feb 17 00:02:17.257 INFO O| Feb 17 00:02:17.257 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
87102026-02-17T00:02:19.251Z[ recovery-image] Feb 17 00:02:17.258 INFO O| Feb 17 00:02:17.257 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 ...
87112026-02-17T00:02:19.253Z[ recovery-image] Feb 17 00:02:17.258 INFO O| Feb 17 00:02:17.258 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
87122026-02-17T00:02:19.253Z[ recovery-image] Feb 17 00:02:17.258 INFO O| Feb 17 00:02:17.258 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
87132026-02-17T00:02:19.253Z[ recovery-image] Feb 17 00:02:17.258 INFO O| Feb 17 00:02:17.258 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
87142026-02-17T00:02:19.253Z[ recovery-image] Feb 17 00:02:17.258 INFO O| Feb 17 00:02:17.258 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
87152026-02-17T00:02:19.253Z[ recovery-image] Feb 17 00:02:17.258 INFO O| Feb 17 00:02:17.258 INFO ok!
87162026-02-17T00:02:19.254Z[ recovery-image] Feb 17 00:02:17.258 INFO O| Feb 17 00:02:17.258 INFO STEP 40 (ensure_file) COMPLETE
87172026-02-17T00:02:19.254Z[ recovery-image] Feb 17 00:02:17.258 INFO O| Feb 17 00:02:17.258 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87182026-02-17T00:02:19.268Z[ recovery-image] Feb 17 00:02:17.275 INFO O| Feb 17 00:02:17.275 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87192026-02-17T00:02:19.268Z[ recovery-image] Feb 17 00:02:17.275 INFO O| Feb 17 00:02:17.275 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 ...
87202026-02-17T00:02:19.268Z[ recovery-image] Feb 17 00:02:17.275 INFO O| Feb 17 00:02:17.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87212026-02-17T00:02:19.268Z[ recovery-image] Feb 17 00:02:17.275 INFO O| Feb 17 00:02:17.275 INFO ok!
87222026-02-17T00:02:19.271Z[ recovery-image] Feb 17 00:02:17.275 INFO O| Feb 17 00:02:17.275 INFO STEP 41 (ensure_symlink) COMPLETE
87232026-02-17T00:02:19.272Z[ recovery-image] Feb 17 00:02:17.275 INFO O| Feb 17 00:02:17.275 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87242026-02-17T00:02:19.284Z[ recovery-image] Feb 17 00:02:17.291 INFO O| Feb 17 00:02:17.291 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
87252026-02-17T00:02:19.284Z[ recovery-image] Feb 17 00:02:17.291 INFO O| Feb 17 00:02:17.291 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
87262026-02-17T00:02:19.286Z[ recovery-image] Feb 17 00:02:17.291 INFO O| Feb 17 00:02:17.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
87272026-02-17T00:02:19.286Z[ recovery-image] Feb 17 00:02:17.291 INFO O| Feb 17 00:02:17.291 INFO ok!
87282026-02-17T00:02:19.286Z[ recovery-image] Feb 17 00:02:17.291 INFO O| Feb 17 00:02:17.291 INFO STEP 42 (ensure_symlink) COMPLETE
87292026-02-17T00:02:19.286Z[ recovery-image] Feb 17 00:02:17.291 INFO O| Feb 17 00:02:17.291 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87302026-02-17T00:02:19.298Z[ recovery-image] Feb 17 00:02:17.305 INFO O| Feb 17 00:02:17.305 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
87312026-02-17T00:02:19.298Z[ recovery-image] Feb 17 00:02:17.305 INFO O| Feb 17 00:02:17.305 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
87322026-02-17T00:02:19.301Z[ recovery-image] Feb 17 00:02:17.306 INFO O| Feb 17 00:02:17.306 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87332026-02-17T00:02:19.301Z[ recovery-image] Feb 17 00:02:17.306 INFO O| Feb 17 00:02:17.306 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87342026-02-17T00:02:19.301Z[ recovery-image] Feb 17 00:02:17.306 INFO O| Feb 17 00:02:17.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87352026-02-17T00:02:19.301Z[ recovery-image] Feb 17 00:02:17.306 INFO O| Feb 17 00:02:17.306 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87362026-02-17T00:02:19.301Z[ recovery-image] Feb 17 00:02:17.306 INFO O| Feb 17 00:02:17.306 INFO ok!
87372026-02-17T00:02:19.301Z[ recovery-image] Feb 17 00:02:17.306 INFO O| Feb 17 00:02:17.306 INFO STEP 43 (ensure_file) COMPLETE
87382026-02-17T00:02:19.301Z[ recovery-image] Feb 17 00:02:17.307 INFO O| Feb 17 00:02:17.306 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87392026-02-17T00:02:19.315Z[ recovery-image] Feb 17 00:02:17.322 INFO O| Feb 17 00:02:17.322 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
87402026-02-17T00:02:19.318Z[ recovery-image] Feb 17 00:02:17.322 INFO O| Feb 17 00:02:17.322 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 ...
87412026-02-17T00:02:19.318Z[ recovery-image] Feb 17 00:02:17.323 INFO O| Feb 17 00:02:17.323 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
87422026-02-17T00:02:19.318Z[ recovery-image] Feb 17 00:02:17.323 INFO O| Feb 17 00:02:17.323 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
87432026-02-17T00:02:19.318Z[ recovery-image] Feb 17 00:02:17.323 INFO O| Feb 17 00:02:17.323 INFO ok!
87442026-02-17T00:02:19.318Z[ recovery-image] Feb 17 00:02:17.323 INFO O| Feb 17 00:02:17.323 INFO STEP 44 (ensure_file) COMPLETE
87452026-02-17T00:02:19.318Z[ recovery-image] Feb 17 00:02:17.323 INFO O| Feb 17 00:02:17.323 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87462026-02-17T00:02:19.331Z[ recovery-image] Feb 17 00:02:17.338 INFO O| Feb 17 00:02:17.338 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
87472026-02-17T00:02:19.331Z[ recovery-image] Feb 17 00:02:17.338 INFO O| Feb 17 00:02:17.338 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
87482026-02-17T00:02:19.333Z[ recovery-image] Feb 17 00:02:17.339 INFO O| Feb 17 00:02:17.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
87492026-02-17T00:02:19.333Z[ recovery-image] Feb 17 00:02:17.339 INFO O| Feb 17 00:02:17.339 INFO ok!
87502026-02-17T00:02:19.333Z[ recovery-image] Feb 17 00:02:17.339 INFO O| Feb 17 00:02:17.339 INFO STEP 45 (ensure_file) COMPLETE
87512026-02-17T00:02:19.333Z[ recovery-image] Feb 17 00:02:17.339 INFO O| Feb 17 00:02:17.339 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87522026-02-17T00:02:19.345Z[ recovery-image] Feb 17 00:02:17.353 INFO O| Feb 17 00:02:17.352 INFO updating shadow file
87532026-02-17T00:02:19.345Z[ recovery-image] Feb 17 00:02:17.353 INFO O| Feb 17 00:02:17.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87542026-02-17T00:02:19.345Z[ recovery-image] Feb 17 00:02:17.353 INFO O| Feb 17 00:02:17.353 INFO STEP 46 (shadow) COMPLETE
87552026-02-17T00:02:19.348Z[ recovery-image] Feb 17 00:02:17.353 INFO O| Feb 17 00:02:17.353 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87562026-02-17T00:02:19.360Z[ recovery-image] Feb 17 00:02:17.367 INFO O| Feb 17 00:02:17.367 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
87572026-02-17T00:02:19.360Z[ recovery-image] Feb 17 00:02:17.367 INFO O| Feb 17 00:02:17.367 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
87582026-02-17T00:02:19.362Z[ recovery-image] Feb 17 00:02:17.367 INFO O| Feb 17 00:02:17.367 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87592026-02-17T00:02:19.362Z[ recovery-image] Feb 17 00:02:17.367 INFO O| Feb 17 00:02:17.367 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87602026-02-17T00:02:19.362Z[ recovery-image] Feb 17 00:02:17.367 INFO O| Feb 17 00:02:17.367 INFO ok!
87612026-02-17T00:02:19.362Z[ recovery-image] Feb 17 00:02:17.367 INFO O| Feb 17 00:02:17.367 INFO STEP 47 (ensure_file) COMPLETE
87622026-02-17T00:02:19.362Z[ recovery-image] Feb 17 00:02:17.367 INFO O| Feb 17 00:02:17.367 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87632026-02-17T00:02:19.374Z[ recovery-image] Feb 17 00:02:17.381 INFO O| Feb 17 00:02:17.381 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
87642026-02-17T00:02:19.374Z[ recovery-image] Feb 17 00:02:17.381 INFO O| Feb 17 00:02:17.381 INFO STEP 48 (ensure_dir) COMPLETE
87652026-02-17T00:02:19.377Z[ recovery-image] Feb 17 00:02:17.381 INFO O| Feb 17 00:02:17.381 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87662026-02-17T00:02:19.387Z[ recovery-image] Feb 17 00:02:17.394 INFO O| Feb 17 00:02:17.394 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87672026-02-17T00:02:19.387Z[ recovery-image] Feb 17 00:02:17.394 INFO O| Feb 17 00:02:17.394 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87682026-02-17T00:02:19.387Z[ recovery-image] Feb 17 00:02:17.394 INFO O| Feb 17 00:02:17.394 INFO STEP 49 (ensure_dir) COMPLETE
87692026-02-17T00:02:19.391Z[ recovery-image] Feb 17 00:02:17.395 INFO O| Feb 17 00:02:17.394 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87702026-02-17T00:02:19.401Z[ recovery-image] Feb 17 00:02:17.408 INFO O| Feb 17 00:02:17.408 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87712026-02-17T00:02:19.403Z[ recovery-image] Feb 17 00:02:17.408 INFO O| Feb 17 00:02:17.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87722026-02-17T00:02:19.403Z[ recovery-image] Feb 17 00:02:17.408 INFO O| Feb 17 00:02:17.408 INFO STEP 50 (ensure_dir) COMPLETE
87732026-02-17T00:02:19.403Z[ recovery-image] Feb 17 00:02:17.408 INFO O| Feb 17 00:02:17.408 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87742026-02-17T00:02:19.414Z[ recovery-image] Feb 17 00:02:17.421 INFO O| Feb 17 00:02:17.421 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
87752026-02-17T00:02:19.414Z[ recovery-image] Feb 17 00:02:17.422 INFO O| Feb 17 00:02:17.421 INFO copying /tmp/.tmp9ahkPU/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
87762026-02-17T00:02:19.480Z[ recovery-image] Feb 17 00:02:17.487 INFO O| Feb 17 00:02:17.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
87772026-02-17T00:02:19.480Z[ recovery-image] Feb 17 00:02:17.487 INFO O| Feb 17 00:02:17.487 INFO ok!
87782026-02-17T00:02:19.483Z[ recovery-image] Feb 17 00:02:17.487 INFO O| Feb 17 00:02:17.487 INFO STEP 51 (ensure_file) COMPLETE
87792026-02-17T00:02:19.483Z[ recovery-image] Feb 17 00:02:17.487 INFO O| Feb 17 00:02:17.487 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87802026-02-17T00:02:19.496Z[ recovery-image] Feb 17 00:02:17.503 INFO O| Feb 17 00:02:17.503 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87812026-02-17T00:02:19.496Z[ recovery-image] Feb 17 00:02:17.504 INFO O| Feb 17 00:02:17.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87822026-02-17T00:02:19.496Z[ recovery-image] Feb 17 00:02:17.504 INFO O| Feb 17 00:02:17.504 INFO STEP 52 (ensure_dir) COMPLETE
87832026-02-17T00:02:19.499Z[ recovery-image] Feb 17 00:02:17.504 INFO O| Feb 17 00:02:17.504 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87842026-02-17T00:02:19.511Z[ recovery-image] Feb 17 00:02:17.518 INFO O| Feb 17 00:02:17.518 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
87852026-02-17T00:02:19.511Z[ recovery-image] Feb 17 00:02:17.518 INFO O| Feb 17 00:02:17.518 INFO copying /tmp/.tmp9ahkPU/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
87862026-02-17T00:02:19.514Z[ recovery-image] Feb 17 00:02:17.519 INFO O| Feb 17 00:02:17.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
87872026-02-17T00:02:19.514Z[ recovery-image] Feb 17 00:02:17.519 INFO O| Feb 17 00:02:17.519 INFO ok!
87882026-02-17T00:02:19.515Z[ recovery-image] Feb 17 00:02:17.519 INFO O| Feb 17 00:02:17.519 INFO STEP 53 (ensure_file) COMPLETE
87892026-02-17T00:02:19.515Z[ recovery-image] Feb 17 00:02:17.519 INFO O| Feb 17 00:02:17.519 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87902026-02-17T00:02:19.541Z[ recovery-image] Feb 17 00:02:17.533 INFO O| Feb 17 00:02:17.533 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87912026-02-17T00:02:19.541Z[ recovery-image] Feb 17 00:02:17.533 INFO O| Feb 17 00:02:17.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87922026-02-17T00:02:19.541Z[ recovery-image] Feb 17 00:02:17.533 INFO O| Feb 17 00:02:17.533 INFO STEP 54 (ensure_dir) COMPLETE
87932026-02-17T00:02:19.541Z[ recovery-image] Feb 17 00:02:17.533 INFO O| Feb 17 00:02:17.533 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87942026-02-17T00:02:19.541Z[ recovery-image] Feb 17 00:02:17.547 INFO O| Feb 17 00:02:17.547 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
87952026-02-17T00:02:19.541Z[ recovery-image] Feb 17 00:02:17.547 INFO O| Feb 17 00:02:17.547 INFO copying /tmp/.tmp9ahkPU/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
87962026-02-17T00:02:21.317Z[ host-image] Feb 17 00:02:19.324 INFO O| Feb 17 00:02:19.324 INFO O| Planning: Solver setup ... Done
87972026-02-17T00:02:21.335Z[ host-image] Feb 17 00:02:19.341 INFO O| Feb 17 00:02:19.341 INFO O| Planning: Running solver ... Done
87982026-02-17T00:02:21.403Z[ recovery-image] Feb 17 00:02:19.409 INFO O| Feb 17 00:02:19.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
87992026-02-17T00:02:21.403Z[ recovery-image] Feb 17 00:02:19.409 INFO O| Feb 17 00:02:19.409 INFO ok!
88002026-02-17T00:02:21.406Z[ recovery-image] Feb 17 00:02:19.409 INFO O| Feb 17 00:02:19.409 INFO STEP 55 (ensure_file) COMPLETE
88012026-02-17T00:02:21.406Z[ recovery-image] Feb 17 00:02:19.409 INFO O| Feb 17 00:02:19.409 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88022026-02-17T00:02:21.417Z[ recovery-image] Feb 17 00:02:19.424 INFO O| Feb 17 00:02:19.424 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
88032026-02-17T00:02:21.417Z[ recovery-image] Feb 17 00:02:19.424 INFO O| Feb 17 00:02:19.424 INFO copying /tmp/.tmp9ahkPU/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
88042026-02-17T00:02:21.520Z[ host-image] Feb 17 00:02:19.527 INFO O| Feb 17 00:02:19.527 INFO O| Planning: Finding local manifests ... Done
88052026-02-17T00:02:21.539Z[ host-image] Feb 17 00:02:19.546 INFO O| Feb 17 00:02:19.546 INFO O| Planning: Fetching manifests: 0/1 0% complete
88062026-02-17T00:02:21.547Z[ host-image] Feb 17 00:02:19.553 INFO O| Feb 17 00:02:19.553 INFO O| Planning: Fetching manifests: 1/1 100% complete
88072026-02-17T00:02:21.581Z[ host-image] Feb 17 00:02:19.588 INFO O| Feb 17 00:02:19.588 INFO O| Planning: Package planning ... Done
88082026-02-17T00:02:21.584Z[ host-image] Feb 17 00:02:19.589 INFO O| Feb 17 00:02:19.589 INFO O| Planning: Merging actions ... Done
88092026-02-17T00:02:21.697Z[ host-image] Feb 17 00:02:19.704 INFO O| Feb 17 00:02:19.704 INFO O| Planning: Checking for conflicting actions ... Done
88102026-02-17T00:02:21.700Z[ host-image] Feb 17 00:02:19.705 INFO O| Feb 17 00:02:19.705 INFO O| Planning: Consolidating action changes ... Done
88112026-02-17T00:02:22.097Z[ host-image] Feb 17 00:02:20.103 INFO O| Feb 17 00:02:20.103 INFO O| Planning: Evaluating mediators ... Done
88122026-02-17T00:02:22.100Z[ host-image] Feb 17 00:02:20.105 INFO O| Feb 17 00:02:20.105 INFO O| Planning: Planning completed in 10.61 seconds
88132026-02-17T00:02:22.100Z[ host-image] Feb 17 00:02:20.105 INFO O| Feb 17 00:02:20.105 INFO O| Packages to install: 1
88142026-02-17T00:02:22.134Z[ host-image] Feb 17 00:02:20.141 INFO O| Feb 17 00:02:20.140 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
88152026-02-17T00:02:22.277Z[ host-image] Feb 17 00:02:20.284 INFO O| Feb 17 00:02:20.284 INFO O| Download: Completed 12.26 MB in 0.14 seconds (85.6M/s)
88162026-02-17T00:02:23.187Z[ recovery-image] Feb 17 00:02:21.193 INFO O| Feb 17 00:02:21.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
88172026-02-17T00:02:23.187Z[ recovery-image] Feb 17 00:02:21.193 INFO O| Feb 17 00:02:21.193 INFO ok!
88182026-02-17T00:02:23.192Z[ recovery-image] Feb 17 00:02:21.193 INFO O| Feb 17 00:02:21.193 INFO STEP 56 (ensure_file) COMPLETE
88192026-02-17T00:02:23.192Z[ recovery-image] Feb 17 00:02:21.193 INFO O| Feb 17 00:02:21.193 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88202026-02-17T00:02:24.240Z[ recovery-image] Feb 17 00:02:22.246 INFO O| Feb 17 00:02:22.246 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
88212026-02-17T00:02:24.240Z[ recovery-image] Feb 17 00:02:22.246 INFO O| Feb 17 00:02:22.246 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
88222026-02-17T00:02:24.240Z[ recovery-image] Feb 17 00:02:22.246 INFO O| Feb 17 00:02:22.246 INFO STEP 57 (ensure_dir) COMPLETE
88232026-02-17T00:02:24.243Z[ recovery-image] Feb 17 00:02:22.246 INFO O| Feb 17 00:02:22.246 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88242026-02-17T00:02:24.243Z[ host-image] Feb 17 00:02:22.249 INFO O| Feb 17 00:02:22.249 INFO O| Actions: 1/22 actions (Installing new actions)
88252026-02-17T00:02:24.252Z[ recovery-image] Feb 17 00:02:22.259 INFO O| Feb 17 00:02:22.259 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
88262026-02-17T00:02:24.252Z[ recovery-image] Feb 17 00:02:22.259 INFO O| Feb 17 00:02:22.259 INFO copying /tmp/.tmp9ahkPU/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 ...
88272026-02-17T00:02:24.252Z[ recovery-image] Feb 17 00:02:22.259 INFO O| Feb 17 00:02:22.259 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
88282026-02-17T00:02:24.255Z[ recovery-image] Feb 17 00:02:22.259 INFO O| Feb 17 00:02:22.259 INFO ok!
88292026-02-17T00:02:24.255Z[ recovery-image] Feb 17 00:02:22.259 INFO O| Feb 17 00:02:22.259 INFO STEP 58 (ensure_file) COMPLETE
88302026-02-17T00:02:24.255Z[ recovery-image] Feb 17 00:02:22.259 INFO O| Feb 17 00:02:22.259 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88312026-02-17T00:02:24.263Z[ recovery-image] Feb 17 00:02:22.269 INFO O| Feb 17 00:02:22.269 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
88322026-02-17T00:02:24.263Z[ recovery-image] Feb 17 00:02:22.270 INFO O| Feb 17 00:02:22.269 INFO copying /tmp/.tmp9ahkPU/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 ...
88332026-02-17T00:02:24.263Z[ recovery-image] Feb 17 00:02:22.270 INFO O| Feb 17 00:02:22.270 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
88342026-02-17T00:02:24.266Z[ recovery-image] Feb 17 00:02:22.270 INFO O| Feb 17 00:02:22.270 INFO ok!
88352026-02-17T00:02:24.266Z[ recovery-image] Feb 17 00:02:22.270 INFO O| Feb 17 00:02:22.270 INFO STEP 59 (ensure_file) COMPLETE
88362026-02-17T00:02:24.266Z[ recovery-image] Feb 17 00:02:22.270 INFO O| Feb 17 00:02:22.270 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88372026-02-17T00:02:24.274Z[ recovery-image] Feb 17 00:02:22.280 INFO O| Feb 17 00:02:22.280 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88382026-02-17T00:02:24.274Z[ recovery-image] Feb 17 00:02:22.280 INFO O| Feb 17 00:02:22.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88392026-02-17T00:02:24.274Z[ recovery-image] Feb 17 00:02:22.280 INFO O| Feb 17 00:02:22.280 INFO STEP 60 (ensure_dir) COMPLETE
88402026-02-17T00:02:24.274Z[ recovery-image] Feb 17 00:02:22.280 INFO O| Feb 17 00:02:22.280 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88412026-02-17T00:02:24.286Z[ recovery-image] Feb 17 00:02:22.293 INFO O| Feb 17 00:02:22.293 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
88422026-02-17T00:02:24.286Z[ recovery-image] Feb 17 00:02:22.293 INFO O| Feb 17 00:02:22.293 INFO copying /tmp/.tmp9ahkPU/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 ...
88432026-02-17T00:02:24.286Z[ recovery-image] Feb 17 00:02:22.293 INFO O| Feb 17 00:02:22.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
88442026-02-17T00:02:24.289Z[ recovery-image] Feb 17 00:02:22.293 INFO O| Feb 17 00:02:22.293 INFO ok!
88452026-02-17T00:02:24.289Z[ recovery-image] Feb 17 00:02:22.293 INFO O| Feb 17 00:02:22.293 INFO STEP 61 (ensure_file) COMPLETE
88462026-02-17T00:02:24.289Z[ recovery-image] Feb 17 00:02:22.293 INFO O| Feb 17 00:02:22.293 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88472026-02-17T00:02:24.299Z[ recovery-image] Feb 17 00:02:22.305 INFO O| Feb 17 00:02:22.305 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
88482026-02-17T00:02:24.299Z[ recovery-image] Feb 17 00:02:22.305 INFO O| Feb 17 00:02:22.305 INFO copying /tmp/.tmp9ahkPU/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 ...
88492026-02-17T00:02:24.299Z[ recovery-image] Feb 17 00:02:22.305 INFO O| Feb 17 00:02:22.305 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
88502026-02-17T00:02:24.302Z[ recovery-image] Feb 17 00:02:22.305 INFO O| Feb 17 00:02:22.305 INFO ok!
88512026-02-17T00:02:24.302Z[ recovery-image] Feb 17 00:02:22.305 INFO O| Feb 17 00:02:22.305 INFO STEP 62 (ensure_file) COMPLETE
88522026-02-17T00:02:24.302Z[ recovery-image] Feb 17 00:02:22.305 INFO O| Feb 17 00:02:22.305 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88532026-02-17T00:02:24.311Z[ recovery-image] Feb 17 00:02:22.317 INFO O| Feb 17 00:02:22.317 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88542026-02-17T00:02:24.311Z[ recovery-image] Feb 17 00:02:22.317 INFO O| Feb 17 00:02:22.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88552026-02-17T00:02:24.311Z[ recovery-image] Feb 17 00:02:22.317 INFO O| Feb 17 00:02:22.317 INFO STEP 63 (ensure_dir) COMPLETE
88562026-02-17T00:02:24.314Z[ recovery-image] Feb 17 00:02:22.317 INFO O| Feb 17 00:02:22.317 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88572026-02-17T00:02:24.323Z[ recovery-image] Feb 17 00:02:22.329 INFO O| Feb 17 00:02:22.329 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
88582026-02-17T00:02:24.323Z[ recovery-image] Feb 17 00:02:22.329 INFO O| Feb 17 00:02:22.329 INFO copying /tmp/.tmp9ahkPU/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 ...
88592026-02-17T00:02:24.324Z[ recovery-image] Feb 17 00:02:22.329 INFO O| Feb 17 00:02:22.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
88602026-02-17T00:02:24.324Z[ recovery-image] Feb 17 00:02:22.329 INFO O| Feb 17 00:02:22.329 INFO ok!
88612026-02-17T00:02:24.326Z[ recovery-image] Feb 17 00:02:22.329 INFO O| Feb 17 00:02:22.329 INFO STEP 64 (ensure_file) COMPLETE
88622026-02-17T00:02:24.326Z[ recovery-image] Feb 17 00:02:22.329 INFO O| Feb 17 00:02:22.329 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88632026-02-17T00:02:24.334Z[ recovery-image] Feb 17 00:02:22.341 INFO O| Feb 17 00:02:22.341 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
88642026-02-17T00:02:24.334Z[ recovery-image] Feb 17 00:02:22.341 INFO O| Feb 17 00:02:22.341 INFO copying /tmp/.tmp9ahkPU/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
88652026-02-17T00:02:24.337Z[ recovery-image] Feb 17 00:02:22.341 INFO O| Feb 17 00:02:22.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
88662026-02-17T00:02:24.337Z[ recovery-image] Feb 17 00:02:22.341 INFO O| Feb 17 00:02:22.341 INFO ok!
88672026-02-17T00:02:24.337Z[ recovery-image] Feb 17 00:02:22.341 INFO O| Feb 17 00:02:22.341 INFO STEP 65 (ensure_file) COMPLETE
88682026-02-17T00:02:24.337Z[ recovery-image] Feb 17 00:02:22.341 INFO O| Feb 17 00:02:22.341 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88692026-02-17T00:02:24.347Z[ recovery-image] Feb 17 00:02:22.353 INFO O| Feb 17 00:02:22.353 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
88702026-02-17T00:02:24.348Z[ recovery-image] Feb 17 00:02:22.353 INFO O| Feb 17 00:02:22.353 INFO STEP 66 (ensure_dir) COMPLETE
88712026-02-17T00:02:24.350Z[ recovery-image] Feb 17 00:02:22.353 INFO O| Feb 17 00:02:22.353 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88722026-02-17T00:02:24.359Z[ recovery-image] Feb 17 00:02:22.365 INFO O| Feb 17 00:02:22.365 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
88732026-02-17T00:02:24.359Z[ recovery-image] Feb 17 00:02:22.365 INFO O| Feb 17 00:02:22.365 INFO STEP 67 (ensure_dir) COMPLETE
88742026-02-17T00:02:24.361Z[ recovery-image] Feb 17 00:02:22.365 INFO O| Feb 17 00:02:22.365 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88752026-02-17T00:02:24.371Z[ recovery-image] Feb 17 00:02:22.378 INFO O| Feb 17 00:02:22.377 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
88762026-02-17T00:02:24.371Z[ recovery-image] Feb 17 00:02:22.378 INFO O| Feb 17 00:02:22.377 INFO STEP 68 (ensure_dir) COMPLETE
88772026-02-17T00:02:24.371Z[ recovery-image] Feb 17 00:02:22.378 INFO O| Feb 17 00:02:22.377 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88782026-02-17T00:02:24.383Z[ recovery-image] Feb 17 00:02:22.390 INFO O| Feb 17 00:02:22.390 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
88792026-02-17T00:02:24.383Z[ recovery-image] Feb 17 00:02:22.390 INFO O| Feb 17 00:02:22.390 INFO STEP 69 (ensure_dir) COMPLETE
88802026-02-17T00:02:24.383Z[ recovery-image] Feb 17 00:02:22.390 INFO O| Feb 17 00:02:22.390 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88812026-02-17T00:02:24.395Z[ recovery-image] Feb 17 00:02:22.402 INFO O| Feb 17 00:02:22.401 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
88822026-02-17T00:02:24.395Z[ recovery-image] Feb 17 00:02:22.402 INFO O| Feb 17 00:02:22.401 INFO copying /tmp/.tmp9ahkPU/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
88832026-02-17T00:02:24.395Z[ recovery-image] Feb 17 00:02:22.402 INFO O| Feb 17 00:02:22.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
88842026-02-17T00:02:24.399Z[ recovery-image] Feb 17 00:02:22.402 INFO O| Feb 17 00:02:22.402 INFO ok!
88852026-02-17T00:02:24.399Z[ recovery-image] Feb 17 00:02:22.402 INFO O| Feb 17 00:02:22.402 INFO STEP 70 (ensure_file) COMPLETE
88862026-02-17T00:02:24.399Z[ recovery-image] Feb 17 00:02:22.402 INFO O| Feb 17 00:02:22.402 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88872026-02-17T00:02:24.407Z[ recovery-image] Feb 17 00:02:22.414 INFO O| Feb 17 00:02:22.414 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
88882026-02-17T00:02:24.410Z[ recovery-image] Feb 17 00:02:22.414 INFO O| Feb 17 00:02:22.414 INFO STEP 71 (remove_files) COMPLETE
88892026-02-17T00:02:24.411Z[ recovery-image] Feb 17 00:02:22.414 INFO O| Feb 17 00:02:22.414 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88902026-02-17T00:02:24.420Z[ recovery-image] Feb 17 00:02:22.427 INFO O| Feb 17 00:02:22.427 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
88912026-02-17T00:02:24.424Z[ recovery-image] Feb 17 00:02:22.427 INFO O| Feb 17 00:02:22.427 INFO STEP 72 (remove_files) COMPLETE
88922026-02-17T00:02:24.424Z[ recovery-image] Feb 17 00:02:22.427 INFO O| Feb 17 00:02:22.427 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88932026-02-17T00:02:24.434Z[ recovery-image] Feb 17 00:02:22.440 INFO O| Feb 17 00:02:22.440 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
88942026-02-17T00:02:24.436Z[ recovery-image] Feb 17 00:02:22.440 INFO O| Feb 17 00:02:22.440 INFO STEP 73 (remove_files) COMPLETE
88952026-02-17T00:02:24.436Z[ recovery-image] Feb 17 00:02:22.440 INFO O| Feb 17 00:02:22.440 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88962026-02-17T00:02:24.446Z[ recovery-image] Feb 17 00:02:22.452 INFO O| Feb 17 00:02:22.452 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
88972026-02-17T00:02:24.446Z[ recovery-image] Feb 17 00:02:22.452 INFO O| Feb 17 00:02:22.452 INFO STEP 74 (remove_files) COMPLETE
88982026-02-17T00:02:24.449Z[ recovery-image] Feb 17 00:02:22.453 INFO O| Feb 17 00:02:22.452 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88992026-02-17T00:02:24.459Z[ recovery-image] Feb 17 00:02:22.465 INFO O| Feb 17 00:02:22.465 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
89002026-02-17T00:02:24.459Z[ recovery-image] Feb 17 00:02:22.465 INFO O| Feb 17 00:02:22.465 INFO STEP 75 (remove_files) COMPLETE
89012026-02-17T00:02:24.461Z[ recovery-image] Feb 17 00:02:22.465 INFO O| Feb 17 00:02:22.465 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89022026-02-17T00:02:24.471Z[ recovery-image] Feb 17 00:02:22.478 INFO O| Feb 17 00:02:22.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
89032026-02-17T00:02:24.471Z[ recovery-image] Feb 17 00:02:22.478 INFO O| Feb 17 00:02:22.478 INFO STEP 76 (remove_files) COMPLETE
89042026-02-17T00:02:24.471Z[ recovery-image] Feb 17 00:02:22.478 INFO O| Feb 17 00:02:22.478 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89052026-02-17T00:02:24.483Z[ recovery-image] Feb 17 00:02:22.490 INFO O| Feb 17 00:02:22.490 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
89062026-02-17T00:02:24.484Z[ recovery-image] Feb 17 00:02:22.490 INFO O| Feb 17 00:02:22.490 INFO STEP 77 (remove_files) COMPLETE
89072026-02-17T00:02:24.487Z[ recovery-image] Feb 17 00:02:22.490 INFO O| Feb 17 00:02:22.490 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89082026-02-17T00:02:24.495Z[ recovery-image] Feb 17 00:02:22.502 INFO O| Feb 17 00:02:22.502 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
89092026-02-17T00:02:24.496Z[ recovery-image] Feb 17 00:02:22.502 INFO O| Feb 17 00:02:22.502 INFO STEP 78 (remove_files) COMPLETE
89102026-02-17T00:02:24.496Z[ recovery-image] Feb 17 00:02:22.502 INFO O| Feb 17 00:02:22.502 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89112026-02-17T00:02:24.508Z[ recovery-image] Feb 17 00:02:22.514 INFO O| Feb 17 00:02:22.514 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
89122026-02-17T00:02:24.508Z[ recovery-image] Feb 17 00:02:22.515 INFO O| Feb 17 00:02:22.515 INFO STEP 79 (remove_files) COMPLETE
89132026-02-17T00:02:24.508Z[ recovery-image] Feb 17 00:02:22.515 INFO O| Feb 17 00:02:22.515 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89142026-02-17T00:02:24.520Z[ recovery-image] Feb 17 00:02:22.527 INFO O| Feb 17 00:02:22.527 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
89152026-02-17T00:02:24.520Z[ recovery-image] Feb 17 00:02:22.527 INFO O| Feb 17 00:02:22.527 INFO STEP 80 (remove_files) COMPLETE
89162026-02-17T00:02:24.520Z[ recovery-image] Feb 17 00:02:22.527 INFO O| Feb 17 00:02:22.527 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89172026-02-17T00:02:24.532Z[ recovery-image] Feb 17 00:02:22.539 INFO O| Feb 17 00:02:22.539 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
89182026-02-17T00:02:24.532Z[ recovery-image] Feb 17 00:02:22.539 INFO O| Feb 17 00:02:22.539 INFO STEP 81 (remove_files) COMPLETE
89192026-02-17T00:02:24.535Z[ recovery-image] Feb 17 00:02:22.539 INFO O| Feb 17 00:02:22.539 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89202026-02-17T00:02:24.544Z[ recovery-image] Feb 17 00:02:22.551 INFO O| Feb 17 00:02:22.551 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
89212026-02-17T00:02:24.547Z[ recovery-image] Feb 17 00:02:22.551 INFO O| Feb 17 00:02:22.551 INFO STEP 82 (remove_files) COMPLETE
89222026-02-17T00:02:24.547Z[ recovery-image] Feb 17 00:02:22.551 INFO O| Feb 17 00:02:22.551 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89232026-02-17T00:02:24.556Z[ recovery-image] Feb 17 00:02:22.563 INFO O| Feb 17 00:02:22.563 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
89242026-02-17T00:02:24.556Z[ recovery-image] Feb 17 00:02:22.563 INFO O| Feb 17 00:02:22.563 INFO STEP 83 (remove_files) COMPLETE
89252026-02-17T00:02:24.556Z[ recovery-image] Feb 17 00:02:22.563 INFO O| Feb 17 00:02:22.563 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89262026-02-17T00:02:24.569Z[ recovery-image] Feb 17 00:02:22.575 INFO O| Feb 17 00:02:22.575 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
89272026-02-17T00:02:24.569Z[ recovery-image] Feb 17 00:02:22.575 INFO O| Feb 17 00:02:22.575 INFO STEP 84 (remove_files) COMPLETE
89282026-02-17T00:02:24.572Z[ recovery-image] Feb 17 00:02:22.575 INFO O| Feb 17 00:02:22.575 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89292026-02-17T00:02:24.581Z[ recovery-image] Feb 17 00:02:22.588 INFO O| Feb 17 00:02:22.588 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
89302026-02-17T00:02:24.581Z[ recovery-image] Feb 17 00:02:22.588 INFO O| Feb 17 00:02:22.588 INFO STEP 85 (remove_files) COMPLETE
89312026-02-17T00:02:24.584Z[ recovery-image] Feb 17 00:02:22.588 INFO O| Feb 17 00:02:22.588 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89322026-02-17T00:02:24.594Z[ recovery-image] Feb 17 00:02:22.600 INFO O| Feb 17 00:02:22.600 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
89332026-02-17T00:02:24.594Z[ recovery-image] Feb 17 00:02:22.600 INFO O| Feb 17 00:02:22.600 INFO STEP 86 (remove_files) COMPLETE
89342026-02-17T00:02:24.594Z[ recovery-image] Feb 17 00:02:22.600 INFO O| Feb 17 00:02:22.600 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89352026-02-17T00:02:24.606Z[ recovery-image] Feb 17 00:02:22.613 INFO O| Feb 17 00:02:22.613 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
89362026-02-17T00:02:24.606Z[ recovery-image] Feb 17 00:02:22.613 INFO O| Feb 17 00:02:22.613 INFO STEP 87 (remove_files) COMPLETE
89372026-02-17T00:02:24.610Z[ recovery-image] Feb 17 00:02:22.613 INFO O| Feb 17 00:02:22.613 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89382026-02-17T00:02:24.620Z[ recovery-image] Feb 17 00:02:22.626 INFO O| Feb 17 00:02:22.626 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
89392026-02-17T00:02:24.620Z[ recovery-image] Feb 17 00:02:22.626 INFO O| Feb 17 00:02:22.626 INFO STEP 88 (remove_files) COMPLETE
89402026-02-17T00:02:24.622Z[ recovery-image] Feb 17 00:02:22.626 INFO O| Feb 17 00:02:22.626 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89412026-02-17T00:02:24.632Z[ recovery-image] Feb 17 00:02:22.638 INFO O| Feb 17 00:02:22.638 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
89422026-02-17T00:02:24.632Z[ recovery-image] Feb 17 00:02:22.639 INFO O| Feb 17 00:02:22.639 INFO STEP 89 (remove_files) COMPLETE
89432026-02-17T00:02:24.632Z[ recovery-image] Feb 17 00:02:22.639 INFO O| Feb 17 00:02:22.639 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89442026-02-17T00:02:24.644Z[ recovery-image] Feb 17 00:02:22.650 INFO O| Feb 17 00:02:22.650 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
89452026-02-17T00:02:24.644Z[ recovery-image] Feb 17 00:02:22.651 INFO O| Feb 17 00:02:22.651 INFO STEP 90 (remove_files) COMPLETE
89462026-02-17T00:02:24.644Z[ recovery-image] Feb 17 00:02:22.651 INFO O| Feb 17 00:02:22.651 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89472026-02-17T00:02:24.656Z[ recovery-image] Feb 17 00:02:22.662 INFO O| Feb 17 00:02:22.662 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
89482026-02-17T00:02:24.656Z[ recovery-image] Feb 17 00:02:22.663 INFO O| Feb 17 00:02:22.663 INFO STEP 91 (remove_files) COMPLETE
89492026-02-17T00:02:24.656Z[ recovery-image] Feb 17 00:02:22.663 INFO O| Feb 17 00:02:22.663 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89502026-02-17T00:02:24.668Z[ recovery-image] Feb 17 00:02:22.675 INFO O| Feb 17 00:02:22.675 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
89512026-02-17T00:02:24.668Z[ recovery-image] Feb 17 00:02:22.675 INFO O| Feb 17 00:02:22.675 INFO STEP 92 (remove_files) COMPLETE
89522026-02-17T00:02:24.668Z[ recovery-image] Feb 17 00:02:22.675 INFO O| Feb 17 00:02:22.675 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89532026-02-17T00:02:24.678Z[ host-image] Feb 17 00:02:22.685 INFO O| Feb 17 00:02:22.685 INFO O| Actions: Completed 22 actions in 0.44 seconds.
89542026-02-17T00:02:24.681Z[ recovery-image] Feb 17 00:02:22.687 INFO O| Feb 17 00:02:22.687 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
89552026-02-17T00:02:24.681Z[ recovery-image] Feb 17 00:02:22.687 INFO O| Feb 17 00:02:22.687 INFO STEP 93 (remove_files) COMPLETE
89562026-02-17T00:02:24.681Z[ recovery-image] Feb 17 00:02:22.687 INFO O| Feb 17 00:02:22.687 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89572026-02-17T00:02:24.692Z[ recovery-image] Feb 17 00:02:22.699 INFO O| Feb 17 00:02:22.699 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
89582026-02-17T00:02:24.692Z[ recovery-image] Feb 17 00:02:22.699 INFO O| Feb 17 00:02:22.699 INFO STEP 94 (remove_files) COMPLETE
89592026-02-17T00:02:24.696Z[ recovery-image] Feb 17 00:02:22.699 INFO O| Feb 17 00:02:22.699 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89602026-02-17T00:02:24.705Z[ recovery-image] Feb 17 00:02:22.712 INFO O| Feb 17 00:02:22.712 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
89612026-02-17T00:02:24.705Z[ recovery-image] Feb 17 00:02:22.712 INFO O| Feb 17 00:02:22.712 INFO STEP 95 (remove_files) COMPLETE
89622026-02-17T00:02:24.705Z[ recovery-image] Feb 17 00:02:22.712 INFO O| Feb 17 00:02:22.712 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89632026-02-17T00:02:24.718Z[ recovery-image] Feb 17 00:02:22.724 INFO O| Feb 17 00:02:22.724 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
89642026-02-17T00:02:24.718Z[ recovery-image] Feb 17 00:02:22.724 INFO O| Feb 17 00:02:22.724 INFO STEP 96 (remove_files) COMPLETE
89652026-02-17T00:02:24.718Z[ recovery-image] Feb 17 00:02:22.724 INFO O| Feb 17 00:02:22.724 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89662026-02-17T00:02:24.731Z[ recovery-image] Feb 17 00:02:22.737 INFO O| Feb 17 00:02:22.737 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
89672026-02-17T00:02:24.731Z[ recovery-image] Feb 17 00:02:22.737 INFO O| Feb 17 00:02:22.737 INFO STEP 97 (remove_files) COMPLETE
89682026-02-17T00:02:24.731Z[ recovery-image] Feb 17 00:02:22.737 INFO O| Feb 17 00:02:22.737 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89692026-02-17T00:02:24.744Z[ recovery-image] Feb 17 00:02:22.750 INFO O| Feb 17 00:02:22.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
89702026-02-17T00:02:24.744Z[ recovery-image] Feb 17 00:02:22.750 INFO O| Feb 17 00:02:22.750 INFO STEP 98 (remove_files) COMPLETE
89712026-02-17T00:02:24.744Z[ recovery-image] Feb 17 00:02:22.750 INFO O| Feb 17 00:02:22.750 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89722026-02-17T00:02:24.756Z[ recovery-image] Feb 17 00:02:22.763 INFO O| Feb 17 00:02:22.762 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
89732026-02-17T00:02:24.756Z[ recovery-image] Feb 17 00:02:22.763 INFO O| Feb 17 00:02:22.763 INFO STEP 99 (remove_files) COMPLETE
89742026-02-17T00:02:24.756Z[ recovery-image] Feb 17 00:02:22.763 INFO O| Feb 17 00:02:22.763 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89752026-02-17T00:02:24.774Z[ recovery-image] Feb 17 00:02:22.780 INFO O| Feb 17 00:02:22.780 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
89762026-02-17T00:02:24.777Z[ recovery-image] Feb 17 00:02:22.783 INFO O| Feb 17 00:02:22.782 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
89772026-02-17T00:02:25.446Z[ host-image] Feb 17 00:02:23.452 INFO O| Feb 17 00:02:23.452 INFO O| Done
89782026-02-17T00:02:25.446Z[ host-image] Feb 17 00:02:23.452 INFO O| Feb 17 00:02:23.452 INFO O| Done
89792026-02-17T00:02:27.807Z[ host-image] Feb 17 00:02:25.813 INFO O| Feb 17 00:02:25.813 INFO O| Done
89802026-02-17T00:02:29.353Z[ host-image] Feb 17 00:02:27.358 INFO O| Feb 17 00:02:27.358 INFO O| Done
89812026-02-17T00:02:29.381Z[ host-image] Feb 17 00:02:27.387 INFO O| Feb 17 00:02:27.387 INFO O| Done
89822026-02-17T00:02:29.381Z[ host-image] Feb 17 00:02:27.387 INFO O| Feb 17 00:02:27.387 INFO O| Done
89832026-02-17T00:02:29.408Z[ host-image] Feb 17 00:02:27.413 INFO O| Feb 17 00:02:27.413 INFO O| Done
89842026-02-17T00:02:30.793Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO STEP 14 (pkg_install) COMPLETE
89852026-02-17T00:02:30.793Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
89862026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO skip step because feature "mbist" is not enabled
89872026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
89882026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO skip step because feature "mfg" is not enabled
89892026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
89902026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO skip step because feature "compliance" is not enabled
89912026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
89922026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO skip step because feature "stress" is not enabled
89932026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
89942026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO skip step because feature "compliance" is not enabled
89952026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
89962026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO skip step because feature "nfs" is not enabled
89972026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
89982026-02-17T00:02:30.796Z[ host-image] Feb 17 00:02:28.798 INFO O| Feb 17 00:02:28.798 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
89992026-02-17T00:02:30.881Z[ host-image] Feb 17 00:02:28.887 INFO O| Feb 17 00:02:28.887 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
90002026-02-17T00:02:30.987Z[ host-image] Feb 17 00:02:28.992 INFO O| Feb 17 00:02:28.992 INFO completed processing sled/ramdisk-01-os
90012026-02-17T00:02:30.990Z[ host-image] Feb 17 00:02:28.995 INFO omicron1 baseline generation...
90022026-02-17T00:02:30.990Z[ host-image] Feb 17 00:02:28.995 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
90032026-02-17T00:02:31.548Z[ host-image] Feb 17 00:02:29.553 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23779:20260216T212528Z
90042026-02-17T00:02:33.249Z[ recovery-image] Feb 17 00:02:31.253 INFO O| Feb 17 00:02:31.253 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
90052026-02-17T00:02:33.249Z[ recovery-image] Feb 17 00:02:31.253 INFO O| Feb 17 00:02:31.253 INFO E| svccfg: Loaded 68 smf(7) service descriptions
90062026-02-17T00:02:33.269Z[ recovery-image] Feb 17 00:02:31.274 INFO O| Feb 17 00:02:31.274 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
90072026-02-17T00:02:33.484Z[ recovery-image] Feb 17 00:02:31.488 INFO O| Feb 17 00:02:31.488 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
90082026-02-17T00:02:33.571Z[ recovery-image] Feb 17 00:02:31.576 INFO O| Feb 17 00:02:31.576 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_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"}
90092026-02-17T00:02:33.667Z[ recovery-image] Feb 17 00:02:31.672 INFO O| Feb 17 00:02:31.672 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
90102026-02-17T00:02:33.668Z[ recovery-image] Feb 17 00:02:31.672 INFO O| Feb 17 00:02:31.672 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 ...
90112026-02-17T00:02:33.671Z[ recovery-image] Feb 17 00:02:31.675 INFO O| Feb 17 00:02:31.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
90122026-02-17T00:02:33.671Z[ recovery-image] Feb 17 00:02:31.675 INFO O| Feb 17 00:02:31.675 INFO ok!
90132026-02-17T00:02:33.671Z[ recovery-image] Feb 17 00:02:31.675 INFO O| Feb 17 00:02:31.675 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
90142026-02-17T00:02:33.671Z[ recovery-image] Feb 17 00:02:31.675 INFO O| Feb 17 00:02:31.675 INFO STEP 100 (seed_smf) COMPLETE
90152026-02-17T00:02:33.671Z[ recovery-image] Feb 17 00:02:31.675 INFO O| Feb 17 00:02:31.675 INFO steps complete; finalising image!
90162026-02-17T00:02:33.671Z[ recovery-image] Feb 17 00:02:31.675 INFO O| Feb 17 00:02:31.675 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
90172026-02-17T00:02:33.717Z[ recovery-image] Feb 17 00:02:31.722 INFO O| Feb 17 00:02:31.722 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Feb 17 00:02:31 2026)
90182026-02-17T00:02:33.945Z[ recovery-image] Feb 17 00:02:31.950 INFO O| Feb 17 00:02:31.950 INFO temporary pool has 426M used, 1.33G avail, 1.00x compressratio
90192026-02-17T00:02:33.945Z[ recovery-image] Feb 17 00:02:31.950 INFO O| Feb 17 00:02:31.950 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
90202026-02-17T00:02:34.173Z[ recovery-image] Feb 17 00:02:32.178 INFO O| Feb 17 00:02:32.178 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
90212026-02-17T00:02:34.174Z[ recovery-image] Feb 17 00:02:32.178 INFO O| Feb 17 00:02:32.178 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
90222026-02-17T00:02:37.815Z[ recovery-image] Feb 17 00:02:35.819 INFO O| Feb 17 00:02:35.819 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90232026-02-17T00:02:37.815Z[ recovery-image] Feb 17 00:02:35.819 INFO O| Feb 17 00:02:35.819 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90242026-02-17T00:02:37.818Z[ recovery-image] Feb 17 00:02:35.819 INFO O| Feb 17 00:02:35.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90252026-02-17T00:02:37.818Z[ recovery-image] Feb 17 00:02:35.819 INFO O| Feb 17 00:02:35.819 INFO completed processing sled/zfs-recovery
90262026-02-17T00:02:37.818Z[ recovery-image] Feb 17 00:02:35.819 INFO O| Feb 17 00:02:35.819 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
90272026-02-17T00:02:38.685Z[ recovery-image] Feb 17 00:02:36.689 INFO O| Feb 17 00:02:36.689 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
90282026-02-17T00:02:38.784Z[ recovery-image] Feb 17 00:02:36.787 INFO BUILD STRING "heads/stlouis-0-gb3478cf2d2\n"
90292026-02-17T00:02:38.787Z[ recovery-image] Feb 17 00:02:36.790 INFO expanded image name: "recovery f89bc5a/${os_short_commit} 2026-02-16 23:02" -> "recovery f89bc5a/b3478cf 2026-02-16 23:02"
90302026-02-17T00:02:38.789Z[ recovery-image] Feb 17 00:02:36.791 INFO output artefacts stored in: "/work/os-recovery"
90312026-02-17T00:02:38.789Z[ recovery-image] Feb 17 00:02:36.793 INFO collecting git info from project "amd-host-image-builder"...
90322026-02-17T00:02:39.019Z[ recovery-image] Feb 17 00:02:37.023 INFO collecting git info from project "chelsio-t6-roms"...
90332026-02-17T00:02:39.101Z[ recovery-image] Feb 17 00:02:37.103 INFO collecting git info from project "bootserver"...
90342026-02-17T00:02:39.122Z[ recovery-image] Feb 17 00:02:37.126 INFO collecting git info from project "pinprick"...
90352026-02-17T00:02:39.140Z[ recovery-image] Feb 17 00:02:37.144 INFO collecting git info from project "phbl"...
90362026-02-17T00:02:39.175Z[ recovery-image] Feb 17 00:02:37.178 INFO collecting git info from project "amd-firmware"...
90372026-02-17T00:02:39.550Z[ recovery-image] Feb 17 00:02:37.553 INFO collecting git info from project "image-builder"...
90382026-02-17T00:02:39.574Z[ recovery-image] Feb 17 00:02:37.577 INFO collecting git info from project "pilot"...
90392026-02-17T00:02:39.666Z[ recovery-image] Feb 17 00:02:37.670 INFO collecting git info from project "dmar-report"...
90402026-02-17T00:02:39.707Z[ recovery-image] Feb 17 00:02:37.709 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
90412026-02-17T00:02:40.117Z[ recovery-image] Feb 17 00:02:38.120 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
90422026-02-17T00:02:40.508Z[ recovery-image] Feb 17 00:02:38.511 INFO creating Oxide boot image...
90432026-02-17T00:02:40.511Z[ recovery-image] Feb 17 00:02:38.512 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery f89bc5a/b3478cf 2026-02-16 23:02", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
90442026-02-17T00:03:54.364Z[ host-image] Feb 17 00:03:52.356 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23779:20260216T212602Z
90452026-02-17T00:03:54.364Z[ host-image] Feb 17 00:03:52.356 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23779:20260216T212602Z
90462026-02-17T00:03:54.367Z[ host-image] Feb 17 00:03:52.356 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
90472026-02-17T00:03:54.367Z[ host-image] Feb 17 00:03:52.356 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
90482026-02-17T00:03:54.367Z[ host-image] Feb 17 00:03:52.356 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
90492026-02-17T00:03:54.367Z[ host-image] Feb 17 00:03:52.356 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
90502026-02-17T00:03:54.367Z[ host-image] Feb 17 00:03:52.357 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
90512026-02-17T00:03:54.367Z[ host-image] Feb 17 00:03:52.357 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
90522026-02-17T00:03:54.367Z[ host-image] Feb 17 00:03:52.358 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260216T230337Z
90532026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.358 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
90542026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.358 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
90552026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.358 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23779:20260216T212602Z
90562026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.358 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23779:20260216T212603Z
90572026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.359 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23779:20260216T212603Z
90582026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.359 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23779:20260216T212603Z
90592026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.359 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
90602026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.359 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23779:20260216T212603Z
90612026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.360 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23779:20260216T212604Z
90622026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.360 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23779:20260216T212604Z
90632026-02-17T00:03:54.368Z[ host-image] Feb 17 00:03:52.360 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23779:20260216T212604Z
90642026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.360 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23779:20260216T212605Z
90652026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.360 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23779:20260216T212605Z
90662026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.360 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23779:20260216T212605Z
90672026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.360 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23779:20260216T212606Z
90682026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.360 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23779:20260216T212606Z
90692026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.360 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23779:20260216T212606Z
90702026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23779:20260216T212607Z
90712026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23779:20260216T212608Z
90722026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23779:20260216T212609Z
90732026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23779:20260216T212610Z
90742026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
90752026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23779:20260216T212611Z
90762026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23779:20260216T212613Z
90772026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23779:20260216T212614Z
90782026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23779:20260216T212615Z
90792026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.361 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23779:20260216T212616Z
90802026-02-17T00:03:54.371Z[ host-image] Feb 17 00:03:52.362 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23779:20260216T212616Z
90812026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.365 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
90822026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.365 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23779:20260216T212616Z
90832026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.365 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
90842026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.365 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
90852026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.366 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
90862026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.366 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23779:20260216T212616Z
90872026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.366 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
90882026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.366 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
90892026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.366 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
90902026-02-17T00:03:54.374Z[ host-image] Feb 17 00:03:52.366 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
90912026-02-17T00:03:54.380Z[ host-image] Feb 17 00:03:52.372 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
90922026-02-17T00:03:54.380Z[ host-image] Feb 17 00:03:52.372 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
90932026-02-17T00:03:54.383Z[ host-image] Feb 17 00:03:52.373 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
90942026-02-17T00:03:54.383Z[ host-image] Feb 17 00:03:52.373 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
90952026-02-17T00:03:54.383Z[ host-image] Feb 17 00:03:52.373 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
90962026-02-17T00:03:54.383Z[ host-image] Feb 17 00:03:52.373 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
90972026-02-17T00:03:54.394Z[ host-image] Feb 17 00:03:52.386 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
90982026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.387 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
90992026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.387 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
91002026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.387 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23779:20260216T212618Z
91012026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.387 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23779:20260216T212624Z
91022026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.387 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
91032026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.387 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23779:20260216T212624Z
91042026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.388 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
91052026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.388 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
91062026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.388 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
91072026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.388 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
91082026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.388 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23779:20260216T212625Z
91092026-02-17T00:03:54.397Z[ host-image] Feb 17 00:03:52.388 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
91102026-02-17T00:03:54.400Z[ host-image] Feb 17 00:03:52.390 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
91112026-02-17T00:03:54.401Z[ host-image] Feb 17 00:03:52.390 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
91122026-02-17T00:03:54.401Z[ host-image] Feb 17 00:03:52.390 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
91132026-02-17T00:03:54.401Z[ host-image] Feb 17 00:03:52.390 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23779:20260216T212625Z
91142026-02-17T00:03:54.401Z[ host-image] Feb 17 00:03:52.390 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
91152026-02-17T00:03:54.406Z[ host-image] Feb 17 00:03:52.399 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
91162026-02-17T00:03:54.409Z[ host-image] Feb 17 00:03:52.399 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23779:20260216T212625Z
91172026-02-17T00:03:54.409Z[ host-image] Feb 17 00:03:52.400 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23779:20260216T212626Z
91182026-02-17T00:03:54.409Z[ host-image] Feb 17 00:03:52.400 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23779:20260216T212626Z
91192026-02-17T00:03:54.409Z[ host-image] Feb 17 00:03:52.400 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
91202026-02-17T00:03:54.409Z[ host-image] Feb 17 00:03:52.400 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23779:20260216T212627Z
91212026-02-17T00:03:54.409Z[ host-image] Feb 17 00:03:52.400 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23779:20260216T212627Z
91222026-02-17T00:03:54.409Z[ host-image] Feb 17 00:03:52.400 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23779:20260216T212627Z
91232026-02-17T00:03:54.409Z[ host-image] Feb 17 00:03:52.400 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23779:20260216T212627Z
91242026-02-17T00:03:54.412Z[ host-image] Feb 17 00:03:52.402 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
91252026-02-17T00:03:54.412Z[ host-image] Feb 17 00:03:52.402 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23779:20260216T212628Z
91262026-02-17T00:03:54.412Z[ host-image] Feb 17 00:03:52.402 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23779:20260216T212629Z
91272026-02-17T00:03:54.412Z[ host-image] Feb 17 00:03:52.402 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
91282026-02-17T00:03:54.412Z[ host-image] Feb 17 00:03:52.402 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23779:20260216T212629Z
91292026-02-17T00:03:54.412Z[ host-image] Feb 17 00:03:52.402 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23779:20260216T212630Z
91302026-02-17T00:03:54.412Z[ host-image] Feb 17 00:03:52.403 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23779:20260216T212630Z
91312026-02-17T00:03:54.412Z[ host-image] Feb 17 00:03:52.403 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23779:20260216T212630Z
91322026-02-17T00:03:54.415Z[ host-image] Feb 17 00:03:52.406 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23779:20260216T212630Z
91332026-02-17T00:03:54.415Z[ host-image] Feb 17 00:03:52.406 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
91342026-02-17T00:03:54.415Z[ host-image] Feb 17 00:03:52.407 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23779:20260216T212630Z
91352026-02-17T00:03:54.415Z[ host-image] Feb 17 00:03:52.407 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23779:20260216T212630Z
91362026-02-17T00:03:54.415Z[ host-image] Feb 17 00:03:52.407 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23779:20260216T212630Z
91372026-02-17T00:03:54.415Z[ host-image] Feb 17 00:03:52.407 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23779:20260216T212630Z
91382026-02-17T00:03:54.415Z[ host-image] Feb 17 00:03:52.408 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23779:20260216T212631Z
91392026-02-17T00:03:54.415Z[ host-image] Feb 17 00:03:52.408 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23779:20260216T212631Z
91402026-02-17T00:03:54.418Z[ host-image] Feb 17 00:03:52.408 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23779:20260216T212631Z
91412026-02-17T00:03:54.421Z[ host-image] Feb 17 00:03:52.412 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23779:20260216T212632Z
91422026-02-17T00:03:54.421Z[ host-image] Feb 17 00:03:52.412 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23779:20260216T212632Z
91432026-02-17T00:03:54.421Z[ host-image] Feb 17 00:03:52.412 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23779:20260216T212632Z
91442026-02-17T00:03:54.421Z[ host-image] Feb 17 00:03:52.412 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23779:20260216T212632Z
91452026-02-17T00:03:54.421Z[ host-image] Feb 17 00:03:52.413 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23779:20260216T212633Z
91462026-02-17T00:03:54.428Z[ host-image] Feb 17 00:03:52.421 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23779:20260216T212635Z
91472026-02-17T00:03:54.428Z[ host-image] Feb 17 00:03:52.421 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23779:20260216T212633Z
91482026-02-17T00:03:54.431Z[ host-image] Feb 17 00:03:52.421 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23779:20260216T212633Z
91492026-02-17T00:03:54.431Z[ host-image] Feb 17 00:03:52.421 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
91502026-02-17T00:03:54.431Z[ host-image] Feb 17 00:03:52.421 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
91512026-02-17T00:03:54.445Z[ host-image] Feb 17 00:03:52.437 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23779:20260216T212633Z
91522026-02-17T00:03:54.445Z[ host-image] Feb 17 00:03:52.437 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
91532026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.437 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23779:20260216T212633Z
91542026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.437 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23779:20260216T212633Z
91552026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.438 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23779:20260216T212634Z
91562026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.438 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
91572026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.439 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
91582026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.439 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23779:20260216T212634Z
91592026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.439 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23779:20260216T212634Z
91602026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.439 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23779:20260216T212634Z
91612026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.439 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23779:20260216T212635Z
91622026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.439 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23779:20260216T212635Z
91632026-02-17T00:03:54.448Z[ host-image] Feb 17 00:03:52.439 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23779:20260216T212635Z
91642026-02-17T00:03:54.451Z[ host-image] Feb 17 00:03:52.441 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
91652026-02-17T00:03:54.451Z[ host-image] Feb 17 00:03:52.441 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23779:20260216T212636Z
91662026-02-17T00:03:54.451Z[ host-image] Feb 17 00:03:52.442 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23779:20260216T212636Z
91672026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.443 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23779:20260216T212636Z
91682026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.443 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23779:20260216T212637Z
91692026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.443 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23779:20260216T212636Z
91702026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.443 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23779:20260216T212637Z
91712026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.443 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
91722026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.443 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
91732026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.443 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23779:20260216T212639Z
91742026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.444 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23779:20260216T212640Z
91752026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.444 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
91762026-02-17T00:03:54.452Z[ host-image] Feb 17 00:03:52.444 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
91772026-02-17T00:03:54.455Z[ host-image] Feb 17 00:03:52.444 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
91782026-02-17T00:03:54.455Z[ host-image] Feb 17 00:03:52.444 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
91792026-02-17T00:03:54.455Z[ host-image] Feb 17 00:03:52.444 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
91802026-02-17T00:03:54.455Z[ host-image] Feb 17 00:03:52.445 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
91812026-02-17T00:03:54.455Z[ host-image] Feb 17 00:03:52.446 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
91822026-02-17T00:03:54.455Z[ host-image] Feb 17 00:03:52.447 INFO O| tempdir @ "/tmp/.tmpO4HHlV/tmp"
91832026-02-17T00:03:54.455Z[ host-image] Feb 17 00:03:52.447 INFO O| image root @ "/tmp/.tmpO4HHlV/tmp/root"
91842026-02-17T00:03:54.455Z[ host-image] Feb 17 00:03:52.447 INFO O| creating image...
91852026-02-17T00:03:55.338Z[ host-image] Feb 17 00:03:53.330 INFO O| copying publishers...
91862026-02-17T00:03:58.073Z[ recovery-image] Feb 17 00:03:56.065 INFO O| ok, image written!
91872026-02-17T00:03:58.073Z[ recovery-image] Feb 17 00:03:56.065 INFO O| ok, boot_image_csum file written!
91882026-02-17T00:03:58.084Z[ recovery-image] Feb 17 00:03:56.076 INFO creating boot archive (CPIO)...
91892026-02-17T00:03:58.084Z[ recovery-image] Feb 17 00:03:56.076 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
91902026-02-17T00:03:58.096Z[ recovery-image] Feb 17 00:03:56.088 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
91912026-02-17T00:03:58.096Z[ recovery-image] Feb 17 00:03:56.088 INFO E| + outfile=/work/os-recovery/cpio
91922026-02-17T00:03:58.096Z[ recovery-image] Feb 17 00:03:56.088 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
91932026-02-17T00:03:58.099Z[ recovery-image] Feb 17 00:03:56.091 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
91942026-02-17T00:03:58.102Z[ recovery-image] Feb 17 00:03:56.092 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
91952026-02-17T00:03:58.137Z[ recovery-image] Feb 17 00:03:56.129 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
91962026-02-17T00:03:58.137Z[ recovery-image] Feb 17 00:03:56.129 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
91972026-02-17T00:03:58.145Z[ recovery-image] Feb 17 00:03:56.137 INFO creating compressed cpio/unix for dev loaders...
91982026-02-17T00:03:58.145Z[ recovery-image] Feb 17 00:03:56.137 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
91992026-02-17T00:03:58.449Z[ recovery-image] Feb 17 00:03:56.440 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
92002026-02-17T00:03:59.512Z[verify-libraries] Finished `release` profile [optimized] target(s) in 29m 24s
92012026-02-17T00:04:00.081ZFeb 17 00:03:58.073 INFO [verify-libraries] process exited with exit status: 0 (1772.572667307s)
92022026-02-17T00:04:02.916Z[ recovery-image] Feb 17 00:04:00.906 INFO creating reset image...
92032026-02-17T00:04:02.916Z[ recovery-image] Feb 17 00:04:00.906 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
92042026-02-17T00:04:30.727Z[ host-image] Feb 17 00:04:28.713 INFO O| adding properties...
92052026-02-17T00:04:33.562Z[ host-image] Feb 17 00:04:31.548 INFO O| installing packages...
92062026-02-17T00:04:40.988Z[ recovery-image] Feb 17 00:04:38.973 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')"
92072026-02-17T00:04:40.992Z[ recovery-image] Feb 17 00:04:38.974 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")
92082026-02-17T00:04:41.202Z[ recovery-image] Feb 17 00:04:39.187 INFO E| Updating crates.io index
92092026-02-17T00:04:41.366Z[ recovery-image] Feb 17 00:04:39.351 INFO E| Downloading crates ...
92102026-02-17T00:04:41.438Z[ recovery-image] Feb 17 00:04:39.423 INFO E| Downloaded clap v4.5.57
92112026-02-17T00:04:41.448Z[ recovery-image] Feb 17 00:04:39.433 INFO E| Downloaded signal-hook-registry v1.4.8
92122026-02-17T00:04:41.451Z[ recovery-image] Feb 17 00:04:39.434 INFO E| Downloaded clap_lex v0.7.7
92132026-02-17T00:04:41.451Z[ recovery-image] Feb 17 00:04:39.435 INFO E| Downloaded anstyle-query v1.1.5
92142026-02-17T00:04:41.454Z[ recovery-image] Feb 17 00:04:39.437 INFO E| Downloaded unicode-ident v1.0.23
92152026-02-17T00:04:41.456Z[ recovery-image] Feb 17 00:04:39.439 INFO E| Downloaded shared_child v1.1.1
92162026-02-17T00:04:41.456Z[ recovery-image] Feb 17 00:04:39.440 INFO E| Downloaded quote v1.0.44
92172026-02-17T00:04:41.459Z[ recovery-image] Feb 17 00:04:39.443 INFO E| Downloaded clap_derive v4.5.55
92182026-02-17T00:04:41.461Z[ recovery-image] Feb 17 00:04:39.445 INFO E| Downloaded sigchld v0.2.4
92192026-02-17T00:04:41.461Z[ recovery-image] Feb 17 00:04:39.446 INFO E| Downloaded shared_thread v0.2.0
92202026-02-17T00:04:41.461Z[ recovery-image] Feb 17 00:04:39.446 INFO E| Downloaded proc-macro2 v1.0.106
92212026-02-17T00:04:41.464Z[ recovery-image] Feb 17 00:04:39.449 INFO E| Downloaded duct v1.1.1
92222026-02-17T00:04:41.467Z[ recovery-image] Feb 17 00:04:39.451 INFO E| Downloaded os_pipe v1.2.3
92232026-02-17T00:04:41.469Z[ recovery-image] Feb 17 00:04:39.452 INFO E| Downloaded clap_builder v4.5.57
92242026-02-17T00:04:41.517Z[ recovery-image] Feb 17 00:04:39.502 INFO E| Compiling libc v0.2.180
92252026-02-17T00:04:41.520Z[ recovery-image] Feb 17 00:04:39.502 INFO E| Compiling proc-macro2 v1.0.106
92262026-02-17T00:04:41.520Z[ recovery-image] Feb 17 00:04:39.502 INFO E| Compiling signal-hook v0.3.18
92272026-02-17T00:04:41.520Z[ recovery-image] Feb 17 00:04:39.502 INFO E| Compiling quote v1.0.44
92282026-02-17T00:04:41.520Z[ recovery-image] Feb 17 00:04:39.502 INFO E| Compiling unicode-ident v1.0.23
92292026-02-17T00:04:41.521Z[ recovery-image] Feb 17 00:04:39.502 INFO E| Compiling utf8parse v0.2.2
92302026-02-17T00:04:41.521Z[ recovery-image] Feb 17 00:04:39.502 INFO E| Compiling colorchoice v1.0.4
92312026-02-17T00:04:41.521Z[ recovery-image] Feb 17 00:04:39.502 INFO E| Compiling anstyle v1.0.13
92322026-02-17T00:04:41.723Z[ recovery-image] Feb 17 00:04:39.708 INFO E| Compiling anstyle-parse v0.2.7
92332026-02-17T00:04:41.750Z[ recovery-image] Feb 17 00:04:39.720 INFO E| Compiling anstyle-query v1.1.5
92342026-02-17T00:04:41.767Z[ recovery-image] Feb 17 00:04:39.752 INFO E| Compiling is_terminal_polyfill v1.70.2
92352026-02-17T00:04:41.887Z[ recovery-image] Feb 17 00:04:39.872 INFO E| Compiling clap_lex v0.7.7
92362026-02-17T00:04:41.941Z[ recovery-image] Feb 17 00:04:39.926 INFO E| Compiling heck v0.5.0
92372026-02-17T00:04:42.077Z[ recovery-image] Feb 17 00:04:40.058 INFO E| Compiling anstream v0.6.21
92382026-02-17T00:04:42.192Z[ recovery-image] Feb 17 00:04:40.177 INFO E| Compiling strsim v0.11.1
92392026-02-17T00:04:42.227Z[ recovery-image] Feb 17 00:04:40.212 INFO E| Compiling shared_thread v0.2.0
92402026-02-17T00:04:42.576Z[ recovery-image] Feb 17 00:04:40.561 INFO E| Compiling clap_builder v4.5.57
92412026-02-17T00:04:43.111Z[ recovery-image] Feb 17 00:04:41.095 INFO E| Compiling errno v0.3.14
92422026-02-17T00:04:43.111Z[ recovery-image] Feb 17 00:04:41.096 INFO E| Compiling os_pipe v1.2.3
92432026-02-17T00:04:43.273Z[ recovery-image] Feb 17 00:04:41.258 INFO E| Compiling signal-hook-registry v1.4.8
92442026-02-17T00:04:43.450Z[ recovery-image] Feb 17 00:04:41.435 INFO E| Compiling syn v2.0.114
92452026-02-17T00:04:43.690Z[ recovery-image] Feb 17 00:04:41.675 INFO E| Compiling sigchld v0.2.4
92462026-02-17T00:04:43.824Z[ recovery-image] Feb 17 00:04:41.809 INFO E| Compiling shared_child v1.1.1
92472026-02-17T00:04:44.000Z[ recovery-image] Feb 17 00:04:41.985 INFO E| Compiling duct v1.1.1
92482026-02-17T00:04:47.325Z[ recovery-image] Feb 17 00:04:45.310 INFO E| Compiling clap_derive v4.5.55
92492026-02-17T00:04:49.163Z[ recovery-image] Feb 17 00:04:47.146 INFO E| Compiling clap v4.5.57
92502026-02-17T00:04:49.223Z[ recovery-image] Feb 17 00:04:47.207 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
92512026-02-17T00:04:50.245Z[ recovery-image] Feb 17 00:04:48.229 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
92522026-02-17T00:04:50.258Z[ recovery-image] Feb 17 00:04:48.240 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
92532026-02-17T00:04:50.489Z[ recovery-image] Feb 17 00:04:48.472 INFO E| Downloading crates ...
92542026-02-17T00:04:50.567Z[ recovery-image] Feb 17 00:04:48.551 INFO E| Downloaded cpio_reader v0.1.2
92552026-02-17T00:04:50.570Z[ recovery-image] Feb 17 00:04:48.553 INFO E| Downloaded bitstruct_derive v0.1.0
92562026-02-17T00:04:50.570Z[ recovery-image] Feb 17 00:04:48.553 INFO E| Downloaded bit_field v0.10.3
92572026-02-17T00:04:50.570Z[ recovery-image] Feb 17 00:04:48.554 INFO E| Downloaded bitstruct v0.1.1
92582026-02-17T00:04:50.594Z[ recovery-image] Feb 17 00:04:48.577 INFO E| Downloaded goblin v0.10.4
92592026-02-17T00:04:50.600Z[ recovery-image] Feb 17 00:04:48.584 INFO E| Downloaded raw-cpuid v10.7.0
92602026-02-17T00:04:50.612Z[ recovery-image] Feb 17 00:04:48.596 INFO E| Downloaded miniz_oxide v0.9.0
92612026-02-17T00:04:50.724Z[ recovery-image] Feb 17 00:04:48.708 INFO E| Downloaded x86 v0.52.0
92622026-02-17T00:04:50.770Z[ recovery-image] Feb 17 00:04:48.754 INFO E| Updating crates.io index
92632026-02-17T00:04:50.843Z[ recovery-image] Feb 17 00:04:48.826 INFO E| Downloading crates ...
92642026-02-17T00:04:50.894Z[ recovery-image] Feb 17 00:04:48.878 INFO E| Downloaded rustc-demangle v0.1.27
92652026-02-17T00:04:50.902Z[ recovery-image] Feb 17 00:04:48.886 INFO E| Downloaded rustc-literal-escaper v0.0.7
92662026-02-17T00:04:50.958Z[ recovery-image] Feb 17 00:04:48.942 INFO E| Downloaded libc v0.2.178
92672026-02-17T00:04:51.032Z[ recovery-image] Feb 17 00:04:49.015 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)
92682026-02-17T00:04:51.032Z[ recovery-image] Feb 17 00:04:49.015 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)
92692026-02-17T00:04:51.035Z[ recovery-image] Feb 17 00:04:49.015 INFO E| Compiling proc-macro2 v1.0.106
92702026-02-17T00:04:51.035Z[ recovery-image] Feb 17 00:04:49.015 INFO E| Compiling unicode-ident v1.0.23
92712026-02-17T00:04:51.035Z[ recovery-image] Feb 17 00:04:49.015 INFO E| Compiling quote v1.0.44
92722026-02-17T00:04:51.035Z[ recovery-image] Feb 17 00:04:49.015 INFO E| Compiling syn v1.0.109
92732026-02-17T00:04:51.035Z[ recovery-image] Feb 17 00:04:49.015 INFO E| Compiling x86 v0.52.0
92742026-02-17T00:04:51.035Z[ recovery-image] Feb 17 00:04:49.015 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
92752026-02-17T00:04:51.220Z[ recovery-image] Feb 17 00:04:49.204 INFO E| Compiling seq-macro v0.3.6
92762026-02-17T00:04:52.709Z[ recovery-image] Feb 17 00:04:50.692 INFO E| Compiling syn v2.0.114
92772026-02-17T00:04:55.113Z[ recovery-image] Feb 17 00:04:53.096 INFO E| Compiling scroll_derive v0.13.1
92782026-02-17T00:04:56.558Z[ host-image] Feb 17 00:04:54.541 INFO O| seeding SMF database...
92792026-02-17T00:04:57.239Z[ recovery-image] Feb 17 00:04:55.221 INFO E| Compiling bitstruct_derive v0.1.0
92802026-02-17T00:05:03.984Z[ host-image] Feb 17 00:05:01.965 INFO O| configuring SMF profile...
92812026-02-17T00:05:03.987Z[ host-image] Feb 17 00:05:01.966 INFO O| modifying shadow(5)...
92822026-02-17T00:05:03.987Z[ host-image] Feb 17 00:05:01.966 INFO O| loading user and group database...
92832026-02-17T00:05:03.987Z[ host-image] Feb 17 00:05:01.966 INFO O| loading facet selections...
92842026-02-17T00:05:04.379Z[ host-image] Feb 17 00:05:02.360 INFO O| devel -> true
92852026-02-17T00:05:04.379Z[ host-image] Feb 17 00:05:02.360 INFO O| doc.man -> true
92862026-02-17T00:05:04.382Z[ host-image] Feb 17 00:05:02.360 INFO O| version-lock.shell/ksh93 -> true
92872026-02-17T00:05:04.382Z[ host-image] Feb 17 00:05:02.360 INFO O| version-lock.system/data/hardware-registry -> true
92882026-02-17T00:05:04.382Z[ host-image] Feb 17 00:05:02.360 INFO O| version-lock.system/data/zoneinfo -> true
92892026-02-17T00:05:04.382Z[ host-image] Feb 17 00:05:02.360 INFO O| version-lock.system/microcode/amd -> true
92902026-02-17T00:05:04.382Z[ host-image] Feb 17 00:05:02.360 INFO O| version-lock.system/microcode/intel -> true
92912026-02-17T00:05:04.382Z[ host-image] Feb 17 00:05:02.360 INFO O| version-lock.system/microcode/oxide -> true
92922026-02-17T00:05:04.382Z[ host-image] Feb 17 00:05:02.360 INFO O| assessing packaged files...
92932026-02-17T00:05:06.528Z[ host-image] Feb 17 00:05:04.509 INFO O| creating archive...
92942026-02-17T00:05:06.556Z[ host-image] Feb 17 00:05:04.537 INFO O| missing from packaging:
92952026-02-17T00:05:06.556Z[ host-image] Feb 17 00:05:04.537 INFO O| "etc/.pwd.lock"
92962026-02-17T00:05:06.558Z[ host-image] Feb 17 00:05:04.537 INFO O| "etc/bash"
92972026-02-17T00:05:06.564Z[ host-image] Feb 17 00:05:04.542 INFO O| "etc/svc/profile/generic.xml"
92982026-02-17T00:05:06.564Z[ host-image] Feb 17 00:05:04.542 INFO O| "etc/svc/profile/inetd_services.xml"
92992026-02-17T00:05:06.564Z[ host-image] Feb 17 00:05:04.542 INFO O| "etc/svc/profile/name_service.xml"
93002026-02-17T00:05:06.564Z[ host-image] Feb 17 00:05:04.542 INFO O| "etc/svc/profile/platform.xml"
93012026-02-17T00:05:06.564Z[ host-image] Feb 17 00:05:04.542 INFO O| "etc/svc/profile/platform_omicron1.xml"
93022026-02-17T00:05:06.564Z[ host-image] Feb 17 00:05:04.542 INFO O| "etc/svc/repository.db"
93032026-02-17T00:05:06.569Z[ host-image] Feb 17 00:05:04.550 INFO O| "opt/ooce/share"
93042026-02-17T00:05:06.569Z[ host-image] Feb 17 00:05:04.550 INFO O| "opt/ooce/share/man"
93052026-02-17T00:05:06.569Z[ host-image] Feb 17 00:05:04.551 INFO O| "opt/ooce/share/man/man1"
93062026-02-17T00:05:06.579Z[ host-image] Feb 17 00:05:04.560 INFO O| finishing archive...
93072026-02-17T00:05:09.607Z[ host-image] Feb 17 00:05:07.588 INFO O| creating gzonly manifest...
93082026-02-17T00:05:09.614Z[ host-image] Feb 17 00:05:07.595 INFO O| ok
93092026-02-17T00:05:09.773Z[ host-image] Feb 17 00:05:07.753 INFO image builder template: ramdisk-02-trim...
93102026-02-17T00:05:09.776Z[ host-image] Feb 17 00:05:07.753 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/.tmp9ahkPU/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
93112026-02-17T00:05:09.794Z[ host-image] Feb 17 00:05:07.774 INFO O| Feb 17 00:05:07.774 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93122026-02-17T00:05:09.797Z[ host-image] Feb 17 00:05:07.777 INFO O| Feb 17 00:05:07.777 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93132026-02-17T00:05:09.966Z[ host-image] Feb 17 00:05:07.947 INFO O| Feb 17 00:05:07.947 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93142026-02-17T00:05:10.045Z[ host-image] Feb 17 00:05:08.026 INFO O| Feb 17 00:05:08.026 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93152026-02-17T00:05:10.045Z[ host-image] Feb 17 00:05:08.026 INFO O| Feb 17 00:05:08.026 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93162026-02-17T00:05:10.049Z[ host-image] Feb 17 00:05:08.030 INFO O| Feb 17 00:05:08.030 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93172026-02-17T00:05:10.052Z[ host-image] Feb 17 00:05:08.033 INFO O| Feb 17 00:05:08.033 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93182026-02-17T00:05:10.056Z[ host-image] Feb 17 00:05:08.037 INFO O| Feb 17 00:05:08.037 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93192026-02-17T00:05:10.387Z[ host-image] Feb 17 00:05:08.367 INFO O| Feb 17 00:05:08.367 INFO rolled back to input snapshot; work may begin
93202026-02-17T00:05:10.387Z[ host-image] Feb 17 00:05:08.367 INFO O| Feb 17 00:05:08.367 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93212026-02-17T00:05:10.392Z[ host-image] Feb 17 00:05:08.373 INFO O| Feb 17 00:05:08.373 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222026-02-17T00:05:10.400Z[ host-image] Feb 17 00:05:08.381 INFO O| Feb 17 00:05:08.381 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93232026-02-17T00:05:10.454Z[ host-image] Feb 17 00:05:08.435 INFO O| Feb 17 00:05:08.434 INFO STEP 0 (remove_files) COMPLETE
93242026-02-17T00:05:10.454Z[ host-image] Feb 17 00:05:08.435 INFO O| Feb 17 00:05:08.435 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252026-02-17T00:05:10.462Z[ host-image] Feb 17 00:05:08.443 INFO O| Feb 17 00:05:08.443 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
93262026-02-17T00:05:10.465Z[ host-image] Feb 17 00:05:08.445 INFO O| Feb 17 00:05:08.445 INFO STEP 1 (remove_files) COMPLETE
93272026-02-17T00:05:10.465Z[ host-image] Feb 17 00:05:08.445 INFO O| Feb 17 00:05:08.445 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282026-02-17T00:05:10.472Z[ host-image] Feb 17 00:05:08.453 INFO O| Feb 17 00:05:08.453 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
93292026-02-17T00:05:10.488Z[ host-image] Feb 17 00:05:08.469 INFO O| Feb 17 00:05:08.469 INFO STEP 2 (remove_files) COMPLETE
93302026-02-17T00:05:10.488Z[ host-image] Feb 17 00:05:08.469 INFO O| Feb 17 00:05:08.469 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312026-02-17T00:05:10.497Z[ host-image] Feb 17 00:05:08.478 INFO O| Feb 17 00:05:08.478 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
93322026-02-17T00:05:10.500Z[ host-image] Feb 17 00:05:08.480 INFO O| Feb 17 00:05:08.480 INFO STEP 3 (remove_files) COMPLETE
93332026-02-17T00:05:10.500Z[ host-image] Feb 17 00:05:08.480 INFO O| Feb 17 00:05:08.480 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342026-02-17T00:05:10.509Z[ host-image] Feb 17 00:05:08.489 INFO O| Feb 17 00:05:08.489 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
93352026-02-17T00:05:10.513Z[ host-image] Feb 17 00:05:08.493 INFO O| Feb 17 00:05:08.493 INFO STEP 4 (remove_files) COMPLETE
93362026-02-17T00:05:10.513Z[ host-image] Feb 17 00:05:08.494 INFO O| Feb 17 00:05:08.493 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372026-02-17T00:05:10.520Z[ host-image] Feb 17 00:05:08.501 INFO O| Feb 17 00:05:08.501 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
93382026-02-17T00:05:10.523Z[ host-image] Feb 17 00:05:08.504 INFO O| Feb 17 00:05:08.504 INFO STEP 5 (remove_files) COMPLETE
93392026-02-17T00:05:10.523Z[ host-image] Feb 17 00:05:08.504 INFO O| Feb 17 00:05:08.504 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402026-02-17T00:05:10.530Z[ host-image] Feb 17 00:05:08.511 INFO O| Feb 17 00:05:08.511 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
93412026-02-17T00:05:10.542Z[ host-image] Feb 17 00:05:08.523 INFO O| Feb 17 00:05:08.523 INFO STEP 6 (remove_files) COMPLETE
93422026-02-17T00:05:10.542Z[ host-image] Feb 17 00:05:08.523 INFO O| Feb 17 00:05:08.523 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432026-02-17T00:05:10.550Z[ host-image] Feb 17 00:05:08.531 INFO O| Feb 17 00:05:08.531 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
93442026-02-17T00:05:10.564Z[ host-image] Feb 17 00:05:08.545 INFO O| Feb 17 00:05:08.545 INFO STEP 7 (remove_files) COMPLETE
93452026-02-17T00:05:10.565Z[ host-image] Feb 17 00:05:08.545 INFO O| Feb 17 00:05:08.545 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93462026-02-17T00:05:10.572Z[ host-image] Feb 17 00:05:08.553 INFO O| Feb 17 00:05:08.553 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
93472026-02-17T00:05:10.655Z[ host-image] Feb 17 00:05:08.636 INFO O| Feb 17 00:05:08.636 INFO STEP 8 (remove_files) COMPLETE
93482026-02-17T00:05:10.656Z[ host-image] Feb 17 00:05:08.636 INFO O| Feb 17 00:05:08.636 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492026-02-17T00:05:10.665Z[ host-image] Feb 17 00:05:08.645 INFO O| Feb 17 00:05:08.645 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
93502026-02-17T00:05:10.752Z[ host-image] Feb 17 00:05:08.733 INFO O| Feb 17 00:05:08.733 INFO STEP 9 (remove_files) COMPLETE
93512026-02-17T00:05:10.752Z[ host-image] Feb 17 00:05:08.733 INFO O| Feb 17 00:05:08.733 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93522026-02-17T00:05:10.789Z[ host-image] Feb 17 00:05:08.743 INFO O| Feb 17 00:05:08.743 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
93532026-02-17T00:05:10.794Z[ host-image] Feb 17 00:05:08.747 INFO O| Feb 17 00:05:08.747 INFO STEP 10 (remove_files) COMPLETE
93542026-02-17T00:05:10.794Z[ host-image] Feb 17 00:05:08.747 INFO O| Feb 17 00:05:08.747 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552026-02-17T00:05:10.794Z[ host-image] Feb 17 00:05:08.756 INFO O| Feb 17 00:05:08.756 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
93562026-02-17T00:05:10.794Z[ host-image] Feb 17 00:05:08.757 INFO O| Feb 17 00:05:08.756 INFO STEP 11 (remove_files) COMPLETE
93572026-02-17T00:05:10.794Z[ host-image] Feb 17 00:05:08.757 INFO O| Feb 17 00:05:08.757 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93582026-02-17T00:05:10.794Z[ host-image] Feb 17 00:05:08.764 INFO O| Feb 17 00:05:08.764 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
93592026-02-17T00:05:10.794Z[ host-image] Feb 17 00:05:08.766 INFO O| Feb 17 00:05:08.766 INFO STEP 12 (remove_files) COMPLETE
93602026-02-17T00:05:10.794Z[ host-image] Feb 17 00:05:08.766 INFO O| Feb 17 00:05:08.766 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612026-02-17T00:05:10.800Z[ host-image] Feb 17 00:05:08.781 INFO O| Feb 17 00:05:08.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
93622026-02-17T00:05:10.810Z[ host-image] Feb 17 00:05:08.790 INFO O| Feb 17 00:05:08.790 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
93632026-02-17T00:05:10.812Z[ host-image] Feb 17 00:05:08.790 INFO O| Feb 17 00:05:08.790 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
93642026-02-17T00:05:10.812Z[ host-image] Feb 17 00:05:08.791 INFO O| Feb 17 00:05:08.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
93652026-02-17T00:05:10.812Z[ host-image] Feb 17 00:05:08.791 INFO O| Feb 17 00:05:08.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
93662026-02-17T00:05:10.812Z[ host-image] Feb 17 00:05:08.791 INFO O| Feb 17 00:05:08.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
93672026-02-17T00:05:10.812Z[ host-image] Feb 17 00:05:08.791 INFO O| Feb 17 00:05:08.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
93682026-02-17T00:05:10.812Z[ host-image] Feb 17 00:05:08.791 INFO O| Feb 17 00:05:08.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
93692026-02-17T00:05:10.812Z[ host-image] Feb 17 00:05:08.791 INFO O| Feb 17 00:05:08.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
93702026-02-17T00:05:10.813Z[ host-image] Feb 17 00:05:08.792 INFO O| Feb 17 00:05:08.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
93712026-02-17T00:05:10.813Z[ host-image] Feb 17 00:05:08.792 INFO O| Feb 17 00:05:08.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
93722026-02-17T00:05:10.813Z[ host-image] Feb 17 00:05:08.792 INFO O| Feb 17 00:05:08.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
93732026-02-17T00:05:10.813Z[ host-image] Feb 17 00:05:08.792 INFO O| Feb 17 00:05:08.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
93742026-02-17T00:05:10.813Z[ host-image] Feb 17 00:05:08.792 INFO O| Feb 17 00:05:08.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
93752026-02-17T00:05:10.813Z[ host-image] Feb 17 00:05:08.792 INFO O| Feb 17 00:05:08.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
93762026-02-17T00:05:10.813Z[ host-image] Feb 17 00:05:08.792 INFO O| Feb 17 00:05:08.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
93772026-02-17T00:05:10.813Z[ host-image] Feb 17 00:05:08.792 INFO O| Feb 17 00:05:08.792 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
93782026-02-17T00:05:11.039Z[ host-image] Feb 17 00:05:09.019 INFO O| Feb 17 00:05:09.019 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
93792026-02-17T00:05:11.075Z[ host-image] Feb 17 00:05:09.055 INFO O| Feb 17 00:05:09.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
93802026-02-17T00:05:11.079Z[ host-image] Feb 17 00:05:09.058 INFO O| Feb 17 00:05:09.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
93812026-02-17T00:05:11.082Z[ host-image] Feb 17 00:05:09.060 INFO O| Feb 17 00:05:09.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
93822026-02-17T00:05:11.099Z[ host-image] Feb 17 00:05:09.080 INFO O| Feb 17 00:05:09.080 INFO STEP 13 (remove_files) COMPLETE
93832026-02-17T00:05:11.099Z[ host-image] Feb 17 00:05:09.080 INFO O| Feb 17 00:05:09.080 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93842026-02-17T00:05:11.109Z[ host-image] Feb 17 00:05:09.089 INFO O| Feb 17 00:05:09.089 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
93852026-02-17T00:05:11.112Z[ host-image] Feb 17 00:05:09.091 INFO O| Feb 17 00:05:09.091 INFO STEP 14 (remove_files) COMPLETE
93862026-02-17T00:05:11.112Z[ host-image] Feb 17 00:05:09.091 INFO O| Feb 17 00:05:09.091 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93872026-02-17T00:05:11.119Z[ host-image] Feb 17 00:05:09.099 INFO O| Feb 17 00:05:09.099 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
93882026-02-17T00:05:11.126Z[ host-image] Feb 17 00:05:09.106 INFO O| Feb 17 00:05:09.106 INFO STEP 15 (remove_files) COMPLETE
93892026-02-17T00:05:11.126Z[ host-image] Feb 17 00:05:09.106 INFO O| Feb 17 00:05:09.106 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93902026-02-17T00:05:11.137Z[ host-image] Feb 17 00:05:09.116 INFO O| Feb 17 00:05:09.116 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
93912026-02-17T00:05:11.137Z[ host-image] Feb 17 00:05:09.117 INFO O| Feb 17 00:05:09.117 INFO STEP 16 (remove_files) COMPLETE
93922026-02-17T00:05:11.137Z[ host-image] Feb 17 00:05:09.117 INFO O| Feb 17 00:05:09.117 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93932026-02-17T00:05:11.144Z[ host-image] Feb 17 00:05:09.125 INFO O| Feb 17 00:05:09.125 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
93942026-02-17T00:05:11.147Z[ host-image] Feb 17 00:05:09.126 INFO O| Feb 17 00:05:09.126 INFO STEP 17 (remove_files) COMPLETE
93952026-02-17T00:05:11.147Z[ host-image] Feb 17 00:05:09.126 INFO O| Feb 17 00:05:09.126 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93962026-02-17T00:05:11.154Z[ host-image] Feb 17 00:05:09.135 INFO O| Feb 17 00:05:09.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
93972026-02-17T00:05:11.158Z[ host-image] Feb 17 00:05:09.135 INFO O| Feb 17 00:05:09.135 INFO STEP 18 (remove_files) COMPLETE
93982026-02-17T00:05:11.158Z[ host-image] Feb 17 00:05:09.135 INFO O| Feb 17 00:05:09.135 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93992026-02-17T00:05:11.163Z[ host-image] Feb 17 00:05:09.143 INFO O| Feb 17 00:05:09.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94002026-02-17T00:05:11.165Z[ host-image] Feb 17 00:05:09.143 INFO O| Feb 17 00:05:09.143 INFO STEP 19 (remove_files) COMPLETE
94012026-02-17T00:05:11.165Z[ host-image] Feb 17 00:05:09.143 INFO O| Feb 17 00:05:09.143 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94022026-02-17T00:05:11.171Z[ host-image] Feb 17 00:05:09.151 INFO O| Feb 17 00:05:09.151 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94032026-02-17T00:05:11.171Z[ host-image] Feb 17 00:05:09.151 INFO O| Feb 17 00:05:09.151 INFO STEP 20 (remove_files) COMPLETE
94042026-02-17T00:05:11.174Z[ host-image] Feb 17 00:05:09.151 INFO O| Feb 17 00:05:09.151 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94052026-02-17T00:05:11.178Z[ host-image] Feb 17 00:05:09.159 INFO O| Feb 17 00:05:09.159 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94062026-02-17T00:05:11.181Z[ host-image] Feb 17 00:05:09.159 INFO O| Feb 17 00:05:09.159 INFO STEP 21 (remove_files) COMPLETE
94072026-02-17T00:05:11.181Z[ host-image] Feb 17 00:05:09.159 INFO O| Feb 17 00:05:09.159 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94082026-02-17T00:05:11.186Z[ host-image] Feb 17 00:05:09.166 INFO O| Feb 17 00:05:09.166 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94092026-02-17T00:05:11.186Z[ host-image] Feb 17 00:05:09.167 INFO O| Feb 17 00:05:09.167 INFO STEP 22 (remove_files) COMPLETE
94102026-02-17T00:05:11.189Z[ host-image] Feb 17 00:05:09.167 INFO O| Feb 17 00:05:09.167 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94112026-02-17T00:05:11.194Z[ host-image] Feb 17 00:05:09.175 INFO O| Feb 17 00:05:09.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94122026-02-17T00:05:11.194Z[ host-image] Feb 17 00:05:09.175 INFO O| Feb 17 00:05:09.175 INFO STEP 23 (remove_files) COMPLETE
94132026-02-17T00:05:11.197Z[ host-image] Feb 17 00:05:09.175 INFO O| Feb 17 00:05:09.175 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94142026-02-17T00:05:11.203Z[ host-image] Feb 17 00:05:09.183 INFO O| Feb 17 00:05:09.183 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94152026-02-17T00:05:11.203Z[ host-image] Feb 17 00:05:09.184 INFO O| Feb 17 00:05:09.183 INFO STEP 24 (remove_files) COMPLETE
94162026-02-17T00:05:11.206Z[ host-image] Feb 17 00:05:09.184 INFO O| Feb 17 00:05:09.184 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94172026-02-17T00:05:11.216Z[ host-image] Feb 17 00:05:09.196 INFO O| Feb 17 00:05:09.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94182026-02-17T00:05:11.219Z[ host-image] Feb 17 00:05:09.196 INFO O| Feb 17 00:05:09.196 INFO STEP 25 (remove_files) COMPLETE
94192026-02-17T00:05:11.219Z[ host-image] Feb 17 00:05:09.196 INFO O| Feb 17 00:05:09.196 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94202026-02-17T00:05:11.229Z[ host-image] Feb 17 00:05:09.209 INFO O| Feb 17 00:05:09.209 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94212026-02-17T00:05:11.229Z[ host-image] Feb 17 00:05:09.209 INFO O| Feb 17 00:05:09.209 INFO STEP 26 (remove_files) COMPLETE
94222026-02-17T00:05:11.229Z[ host-image] Feb 17 00:05:09.209 INFO O| Feb 17 00:05:09.209 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-02-17T00:05:11.241Z[ host-image] Feb 17 00:05:09.221 INFO O| Feb 17 00:05:09.221 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
94242026-02-17T00:05:11.241Z[ host-image] Feb 17 00:05:09.222 INFO O| Feb 17 00:05:09.222 INFO STEP 27 (remove_files) COMPLETE
94252026-02-17T00:05:11.244Z[ host-image] Feb 17 00:05:09.222 INFO O| Feb 17 00:05:09.222 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94262026-02-17T00:05:11.253Z[ host-image] Feb 17 00:05:09.233 INFO O| Feb 17 00:05:09.233 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
94272026-02-17T00:05:11.253Z[ host-image] Feb 17 00:05:09.233 INFO O| Feb 17 00:05:09.233 INFO STEP 28 (remove_files) COMPLETE
94282026-02-17T00:05:11.255Z[ host-image] Feb 17 00:05:09.233 INFO O| Feb 17 00:05:09.233 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-02-17T00:05:11.264Z[ host-image] Feb 17 00:05:09.245 INFO O| Feb 17 00:05:09.245 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
94302026-02-17T00:05:11.264Z[ host-image] Feb 17 00:05:09.245 INFO O| Feb 17 00:05:09.245 INFO STEP 29 (remove_files) COMPLETE
94312026-02-17T00:05:11.264Z[ host-image] Feb 17 00:05:09.245 INFO O| Feb 17 00:05:09.245 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94322026-02-17T00:05:11.275Z[ host-image] Feb 17 00:05:09.256 INFO O| Feb 17 00:05:09.256 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
94332026-02-17T00:05:11.275Z[ host-image] Feb 17 00:05:09.256 INFO O| Feb 17 00:05:09.256 INFO STEP 30 (remove_files) COMPLETE
94342026-02-17T00:05:11.278Z[ host-image] Feb 17 00:05:09.256 INFO O| Feb 17 00:05:09.256 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-02-17T00:05:11.287Z[ host-image] Feb 17 00:05:09.268 INFO O| Feb 17 00:05:09.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
94362026-02-17T00:05:11.293Z[ host-image] Feb 17 00:05:09.268 INFO O| Feb 17 00:05:09.268 INFO STEP 31 (remove_files) COMPLETE
94372026-02-17T00:05:11.299Z[ host-image] Feb 17 00:05:09.268 INFO O| Feb 17 00:05:09.268 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94382026-02-17T00:05:11.302Z[ host-image] Feb 17 00:05:09.280 INFO O| Feb 17 00:05:09.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
94392026-02-17T00:05:11.305Z[ host-image] Feb 17 00:05:09.280 INFO O| Feb 17 00:05:09.280 INFO STEP 32 (remove_files) COMPLETE
94402026-02-17T00:05:11.305Z[ host-image] Feb 17 00:05:09.280 INFO O| Feb 17 00:05:09.280 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-02-17T00:05:11.311Z[ host-image] Feb 17 00:05:09.292 INFO O| Feb 17 00:05:09.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
94422026-02-17T00:05:11.314Z[ host-image] Feb 17 00:05:09.292 INFO O| Feb 17 00:05:09.292 INFO STEP 33 (remove_files) COMPLETE
94432026-02-17T00:05:11.314Z[ host-image] Feb 17 00:05:09.292 INFO O| Feb 17 00:05:09.292 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94442026-02-17T00:05:11.323Z[ host-image] Feb 17 00:05:09.303 INFO O| Feb 17 00:05:09.303 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
94452026-02-17T00:05:11.323Z[ host-image] Feb 17 00:05:09.303 INFO O| Feb 17 00:05:09.303 INFO STEP 34 (remove_files) COMPLETE
94462026-02-17T00:05:11.325Z[ host-image] Feb 17 00:05:09.303 INFO O| Feb 17 00:05:09.303 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-02-17T00:05:11.334Z[ host-image] Feb 17 00:05:09.315 INFO O| Feb 17 00:05:09.315 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
94482026-02-17T00:05:11.337Z[ host-image] Feb 17 00:05:09.315 INFO O| Feb 17 00:05:09.315 INFO STEP 35 (remove_files) COMPLETE
94492026-02-17T00:05:11.337Z[ host-image] Feb 17 00:05:09.315 INFO O| Feb 17 00:05:09.315 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-02-17T00:05:11.346Z[ host-image] Feb 17 00:05:09.326 INFO O| Feb 17 00:05:09.326 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
94512026-02-17T00:05:11.346Z[ host-image] Feb 17 00:05:09.326 INFO O| Feb 17 00:05:09.326 INFO STEP 36 (remove_files) COMPLETE
94522026-02-17T00:05:11.349Z[ host-image] Feb 17 00:05:09.327 INFO O| Feb 17 00:05:09.326 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-02-17T00:05:11.358Z[ host-image] Feb 17 00:05:09.339 INFO O| Feb 17 00:05:09.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
94542026-02-17T00:05:11.361Z[ host-image] Feb 17 00:05:09.339 INFO O| Feb 17 00:05:09.339 INFO STEP 37 (remove_files) COMPLETE
94552026-02-17T00:05:11.361Z[ host-image] Feb 17 00:05:09.339 INFO O| Feb 17 00:05:09.339 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-02-17T00:05:11.369Z[ host-image] Feb 17 00:05:09.350 INFO O| Feb 17 00:05:09.350 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
94572026-02-17T00:05:11.372Z[ host-image] Feb 17 00:05:09.350 INFO O| Feb 17 00:05:09.350 INFO STEP 38 (remove_files) COMPLETE
94582026-02-17T00:05:11.372Z[ host-image] Feb 17 00:05:09.350 INFO O| Feb 17 00:05:09.350 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-02-17T00:05:11.381Z[ host-image] Feb 17 00:05:09.362 INFO O| Feb 17 00:05:09.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
94602026-02-17T00:05:11.384Z[ host-image] Feb 17 00:05:09.362 INFO O| Feb 17 00:05:09.362 INFO STEP 39 (remove_files) COMPLETE
94612026-02-17T00:05:11.384Z[ host-image] Feb 17 00:05:09.362 INFO O| Feb 17 00:05:09.362 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-02-17T00:05:11.392Z[ host-image] Feb 17 00:05:09.373 INFO O| Feb 17 00:05:09.373 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
94632026-02-17T00:05:11.393Z[ host-image] Feb 17 00:05:09.373 INFO O| Feb 17 00:05:09.373 INFO STEP 40 (remove_files) COMPLETE
94642026-02-17T00:05:11.395Z[ host-image] Feb 17 00:05:09.373 INFO O| Feb 17 00:05:09.373 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-02-17T00:05:11.405Z[ host-image] Feb 17 00:05:09.385 INFO O| Feb 17 00:05:09.385 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
94662026-02-17T00:05:11.405Z[ host-image] Feb 17 00:05:09.385 INFO O| Feb 17 00:05:09.385 INFO STEP 41 (remove_files) COMPLETE
94672026-02-17T00:05:11.408Z[ host-image] Feb 17 00:05:09.385 INFO O| Feb 17 00:05:09.385 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-02-17T00:05:11.414Z[ host-image] Feb 17 00:05:09.394 INFO O| Feb 17 00:05:09.394 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
94692026-02-17T00:05:11.417Z[ host-image] Feb 17 00:05:09.394 INFO O| Feb 17 00:05:09.394 INFO STEP 42 (remove_files) COMPLETE
94702026-02-17T00:05:11.417Z[ host-image] Feb 17 00:05:09.394 INFO O| Feb 17 00:05:09.394 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-02-17T00:05:11.425Z[ host-image] Feb 17 00:05:09.406 INFO O| Feb 17 00:05:09.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
94722026-02-17T00:05:11.425Z[ host-image] Feb 17 00:05:09.406 INFO O| Feb 17 00:05:09.406 INFO STEP 43 (remove_files) COMPLETE
94732026-02-17T00:05:11.425Z[ host-image] Feb 17 00:05:09.406 INFO O| Feb 17 00:05:09.406 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-02-17T00:05:11.437Z[ host-image] Feb 17 00:05:09.417 INFO O| Feb 17 00:05:09.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
94752026-02-17T00:05:11.437Z[ host-image] Feb 17 00:05:09.417 INFO O| Feb 17 00:05:09.417 INFO STEP 44 (remove_files) COMPLETE
94762026-02-17T00:05:11.440Z[ host-image] Feb 17 00:05:09.417 INFO O| Feb 17 00:05:09.417 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-02-17T00:05:11.449Z[ host-image] Feb 17 00:05:09.429 INFO O| Feb 17 00:05:09.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
94782026-02-17T00:05:11.451Z[ host-image] Feb 17 00:05:09.429 INFO O| Feb 17 00:05:09.429 INFO STEP 45 (remove_files) COMPLETE
94792026-02-17T00:05:11.451Z[ host-image] Feb 17 00:05:09.429 INFO O| Feb 17 00:05:09.429 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-02-17T00:05:11.461Z[ host-image] Feb 17 00:05:09.440 INFO O| Feb 17 00:05:09.440 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
94812026-02-17T00:05:11.461Z[ host-image] Feb 17 00:05:09.441 INFO O| Feb 17 00:05:09.440 INFO STEP 46 (remove_files) COMPLETE
94822026-02-17T00:05:11.465Z[ host-image] Feb 17 00:05:09.441 INFO O| Feb 17 00:05:09.441 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-02-17T00:05:11.471Z[ host-image] Feb 17 00:05:09.452 INFO O| Feb 17 00:05:09.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
94842026-02-17T00:05:11.474Z[ host-image] Feb 17 00:05:09.452 INFO O| Feb 17 00:05:09.452 INFO STEP 47 (remove_files) COMPLETE
94852026-02-17T00:05:11.474Z[ host-image] Feb 17 00:05:09.452 INFO O| Feb 17 00:05:09.452 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-02-17T00:05:11.483Z[ host-image] Feb 17 00:05:09.464 INFO O| Feb 17 00:05:09.464 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
94872026-02-17T00:05:11.483Z[ host-image] Feb 17 00:05:09.464 INFO O| Feb 17 00:05:09.464 INFO STEP 48 (remove_files) COMPLETE
94882026-02-17T00:05:11.483Z[ host-image] Feb 17 00:05:09.464 INFO O| Feb 17 00:05:09.464 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-02-17T00:05:11.495Z[ host-image] Feb 17 00:05:09.475 INFO O| Feb 17 00:05:09.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
94902026-02-17T00:05:11.495Z[ host-image] Feb 17 00:05:09.475 INFO O| Feb 17 00:05:09.475 INFO STEP 49 (remove_files) COMPLETE
94912026-02-17T00:05:11.495Z[ host-image] Feb 17 00:05:09.475 INFO O| Feb 17 00:05:09.475 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-02-17T00:05:11.506Z[ host-image] Feb 17 00:05:09.487 INFO O| Feb 17 00:05:09.487 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
94932026-02-17T00:05:11.506Z[ host-image] Feb 17 00:05:09.487 INFO O| Feb 17 00:05:09.487 INFO STEP 50 (remove_files) COMPLETE
94942026-02-17T00:05:11.507Z[ host-image] Feb 17 00:05:09.487 INFO O| Feb 17 00:05:09.487 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-02-17T00:05:11.518Z[ host-image] Feb 17 00:05:09.499 INFO O| Feb 17 00:05:09.499 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
94962026-02-17T00:05:11.521Z[ host-image] Feb 17 00:05:09.499 INFO O| Feb 17 00:05:09.499 INFO STEP 51 (remove_files) COMPLETE
94972026-02-17T00:05:11.521Z[ host-image] Feb 17 00:05:09.499 INFO O| Feb 17 00:05:09.499 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-02-17T00:05:11.530Z[ host-image] Feb 17 00:05:09.511 INFO O| Feb 17 00:05:09.511 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
94992026-02-17T00:05:11.530Z[ host-image] Feb 17 00:05:09.511 INFO O| Feb 17 00:05:09.511 INFO STEP 52 (remove_files) COMPLETE
95002026-02-17T00:05:11.533Z[ host-image] Feb 17 00:05:09.511 INFO O| Feb 17 00:05:09.511 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-02-17T00:05:11.542Z[ host-image] Feb 17 00:05:09.522 INFO O| Feb 17 00:05:09.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95022026-02-17T00:05:11.545Z[ host-image] Feb 17 00:05:09.523 INFO O| Feb 17 00:05:09.523 INFO STEP 53 (remove_files) COMPLETE
95032026-02-17T00:05:11.545Z[ host-image] Feb 17 00:05:09.523 INFO O| Feb 17 00:05:09.523 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-02-17T00:05:11.554Z[ host-image] Feb 17 00:05:09.535 INFO O| Feb 17 00:05:09.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95052026-02-17T00:05:11.554Z[ host-image] Feb 17 00:05:09.535 INFO O| Feb 17 00:05:09.535 INFO STEP 54 (remove_files) COMPLETE
95062026-02-17T00:05:11.557Z[ host-image] Feb 17 00:05:09.535 INFO O| Feb 17 00:05:09.535 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-02-17T00:05:11.566Z[ host-image] Feb 17 00:05:09.546 INFO O| Feb 17 00:05:09.546 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95082026-02-17T00:05:11.566Z[ host-image] Feb 17 00:05:09.546 INFO O| Feb 17 00:05:09.546 INFO STEP 55 (remove_files) COMPLETE
95092026-02-17T00:05:11.566Z[ host-image] Feb 17 00:05:09.546 INFO O| Feb 17 00:05:09.546 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-02-17T00:05:11.578Z[ host-image] Feb 17 00:05:09.559 INFO O| Feb 17 00:05:09.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95112026-02-17T00:05:11.578Z[ host-image] Feb 17 00:05:09.559 INFO O| Feb 17 00:05:09.559 INFO STEP 56 (remove_files) COMPLETE
95122026-02-17T00:05:11.581Z[ host-image] Feb 17 00:05:09.559 INFO O| Feb 17 00:05:09.559 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-02-17T00:05:11.588Z[ host-image] Feb 17 00:05:09.569 INFO O| Feb 17 00:05:09.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95142026-02-17T00:05:11.591Z[ host-image] Feb 17 00:05:09.569 INFO O| Feb 17 00:05:09.569 INFO STEP 57 (remove_files) COMPLETE
95152026-02-17T00:05:11.591Z[ host-image] Feb 17 00:05:09.569 INFO O| Feb 17 00:05:09.569 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-02-17T00:05:11.600Z[ host-image] Feb 17 00:05:09.580 INFO O| Feb 17 00:05:09.580 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95172026-02-17T00:05:11.600Z[ host-image] Feb 17 00:05:09.581 INFO O| Feb 17 00:05:09.580 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95182026-02-17T00:05:11.603Z[ host-image] Feb 17 00:05:09.581 INFO O| Feb 17 00:05:09.581 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95192026-02-17T00:05:11.603Z[ host-image] Feb 17 00:05:09.581 INFO O| Feb 17 00:05:09.581 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95202026-02-17T00:05:11.603Z[ host-image] Feb 17 00:05:09.581 INFO O| Feb 17 00:05:09.581 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95212026-02-17T00:05:11.603Z[ host-image] Feb 17 00:05:09.581 INFO O| Feb 17 00:05:09.581 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95222026-02-17T00:05:11.603Z[ host-image] Feb 17 00:05:09.581 INFO O| Feb 17 00:05:09.581 INFO ok!
95232026-02-17T00:05:11.603Z[ host-image] Feb 17 00:05:09.581 INFO O| Feb 17 00:05:09.581 INFO STEP 58 (ensure_file) COMPLETE
95242026-02-17T00:05:11.603Z[ host-image] Feb 17 00:05:09.581 INFO O| Feb 17 00:05:09.581 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-02-17T00:05:11.611Z[ host-image] Feb 17 00:05:09.591 INFO O| Feb 17 00:05:09.591 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
95262026-02-17T00:05:11.613Z[ host-image] Feb 17 00:05:09.591 INFO O| Feb 17 00:05:09.591 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
95272026-02-17T00:05:11.613Z[ host-image] Feb 17 00:05:09.592 INFO O| Feb 17 00:05:09.591 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95282026-02-17T00:05:11.613Z[ host-image] Feb 17 00:05:09.592 INFO O| Feb 17 00:05:09.591 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95292026-02-17T00:05:11.613Z[ host-image] Feb 17 00:05:09.592 INFO O| Feb 17 00:05:09.591 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95302026-02-17T00:05:11.613Z[ host-image] Feb 17 00:05:09.592 INFO O| Feb 17 00:05:09.591 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95312026-02-17T00:05:11.613Z[ host-image] Feb 17 00:05:09.592 INFO O| Feb 17 00:05:09.592 INFO ok!
95322026-02-17T00:05:11.613Z[ host-image] Feb 17 00:05:09.592 INFO O| Feb 17 00:05:09.592 INFO STEP 59 (ensure_file) COMPLETE
95332026-02-17T00:05:11.613Z[ host-image] Feb 17 00:05:09.592 INFO O| Feb 17 00:05:09.592 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-02-17T00:05:11.620Z[ host-image] Feb 17 00:05:09.601 INFO O| Feb 17 00:05:09.600 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
95352026-02-17T00:05:11.620Z[ host-image] Feb 17 00:05:09.601 INFO O| Feb 17 00:05:09.600 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
95362026-02-17T00:05:11.622Z[ host-image] Feb 17 00:05:09.601 INFO O| Feb 17 00:05:09.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
95372026-02-17T00:05:11.622Z[ host-image] Feb 17 00:05:09.601 INFO O| Feb 17 00:05:09.601 INFO ok!
95382026-02-17T00:05:11.623Z[ host-image] Feb 17 00:05:09.601 INFO O| Feb 17 00:05:09.601 INFO STEP 60 (ensure_file) COMPLETE
95392026-02-17T00:05:11.623Z[ host-image] Feb 17 00:05:09.601 INFO O| Feb 17 00:05:09.601 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-02-17T00:05:11.630Z[ host-image] Feb 17 00:05:09.611 INFO O| Feb 17 00:05:09.611 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
95412026-02-17T00:05:11.630Z[ host-image] Feb 17 00:05:09.611 INFO O| Feb 17 00:05:09.611 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
95422026-02-17T00:05:11.632Z[ host-image] Feb 17 00:05:09.611 INFO O| Feb 17 00:05:09.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
95432026-02-17T00:05:11.632Z[ host-image] Feb 17 00:05:09.611 INFO O| Feb 17 00:05:09.611 INFO ok!
95442026-02-17T00:05:11.633Z[ host-image] Feb 17 00:05:09.611 INFO O| Feb 17 00:05:09.611 INFO STEP 61 (ensure_file) COMPLETE
95452026-02-17T00:05:11.633Z[ host-image] Feb 17 00:05:09.611 INFO O| Feb 17 00:05:09.611 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-02-17T00:05:11.639Z[ host-image] Feb 17 00:05:09.620 INFO O| Feb 17 00:05:09.620 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
95472026-02-17T00:05:11.639Z[ host-image] Feb 17 00:05:09.620 INFO O| Feb 17 00:05:09.620 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
95482026-02-17T00:05:11.642Z[ host-image] Feb 17 00:05:09.620 INFO O| Feb 17 00:05:09.620 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95492026-02-17T00:05:11.642Z[ host-image] Feb 17 00:05:09.620 INFO O| Feb 17 00:05:09.620 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95502026-02-17T00:05:11.642Z[ host-image] Feb 17 00:05:09.620 INFO O| Feb 17 00:05:09.620 INFO ok!
95512026-02-17T00:05:11.642Z[ host-image] Feb 17 00:05:09.620 INFO O| Feb 17 00:05:09.620 INFO STEP 62 (ensure_file) COMPLETE
95522026-02-17T00:05:11.642Z[ host-image] Feb 17 00:05:09.620 INFO O| Feb 17 00:05:09.620 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-02-17T00:05:11.648Z[ host-image] Feb 17 00:05:09.629 INFO O| Feb 17 00:05:09.629 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
95542026-02-17T00:05:11.648Z[ host-image] Feb 17 00:05:09.629 INFO O| Feb 17 00:05:09.629 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
95552026-02-17T00:05:11.651Z[ host-image] Feb 17 00:05:09.629 INFO O| Feb 17 00:05:09.629 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95562026-02-17T00:05:11.651Z[ host-image] Feb 17 00:05:09.629 INFO O| Feb 17 00:05:09.629 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95572026-02-17T00:05:11.651Z[ host-image] Feb 17 00:05:09.629 INFO O| Feb 17 00:05:09.629 INFO ok!
95582026-02-17T00:05:11.651Z[ host-image] Feb 17 00:05:09.629 INFO O| Feb 17 00:05:09.629 INFO STEP 63 (ensure_file) COMPLETE
95592026-02-17T00:05:11.651Z[ host-image] Feb 17 00:05:09.629 INFO O| Feb 17 00:05:09.629 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-02-17T00:05:11.660Z[ host-image] Feb 17 00:05:09.640 INFO O| Feb 17 00:05:09.640 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
95612026-02-17T00:05:11.660Z[ host-image] Feb 17 00:05:09.640 INFO O| Feb 17 00:05:09.640 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
95622026-02-17T00:05:11.663Z[ host-image] Feb 17 00:05:09.640 INFO O| Feb 17 00:05:09.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
95632026-02-17T00:05:11.663Z[ host-image] Feb 17 00:05:09.641 INFO O| Feb 17 00:05:09.640 INFO ok!
95642026-02-17T00:05:11.663Z[ host-image] Feb 17 00:05:09.641 INFO O| Feb 17 00:05:09.640 INFO STEP 64 (assemble_files) COMPLETE
95652026-02-17T00:05:11.663Z[ host-image] Feb 17 00:05:09.641 INFO O| Feb 17 00:05:09.640 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-02-17T00:05:11.672Z[ host-image] Feb 17 00:05:09.652 INFO O| Feb 17 00:05:09.652 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
95672026-02-17T00:05:11.672Z[ host-image] Feb 17 00:05:09.652 INFO O| Feb 17 00:05:09.652 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
95682026-02-17T00:05:11.675Z[ host-image] Feb 17 00:05:09.653 INFO O| Feb 17 00:05:09.653 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
95692026-02-17T00:05:11.675Z[ host-image] Feb 17 00:05:09.653 INFO O| Feb 17 00:05:09.653 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
95702026-02-17T00:05:11.675Z[ host-image] Feb 17 00:05:09.653 INFO O| Feb 17 00:05:09.653 INFO ok!
95712026-02-17T00:05:11.675Z[ host-image] Feb 17 00:05:09.653 INFO O| Feb 17 00:05:09.653 INFO STEP 65 (ensure_file) COMPLETE
95722026-02-17T00:05:11.675Z[ host-image] Feb 17 00:05:09.653 INFO O| Feb 17 00:05:09.653 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-02-17T00:05:11.685Z[ host-image] Feb 17 00:05:09.665 INFO O| Feb 17 00:05:09.665 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
95742026-02-17T00:05:11.690Z[ host-image] Feb 17 00:05:09.666 INFO O| Feb 17 00:05:09.666 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
95752026-02-17T00:05:11.690Z[ host-image] Feb 17 00:05:09.666 INFO O| Feb 17 00:05:09.666 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
95762026-02-17T00:05:11.690Z[ host-image] Feb 17 00:05:09.666 INFO O| Feb 17 00:05:09.666 INFO STEP 66 (ensure_dir) COMPLETE
95772026-02-17T00:05:11.690Z[ host-image] Feb 17 00:05:09.666 INFO O| Feb 17 00:05:09.666 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-02-17T00:05:11.697Z[ host-image] Feb 17 00:05:09.678 INFO O| Feb 17 00:05:09.678 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
95792026-02-17T00:05:11.698Z[ host-image] Feb 17 00:05:09.678 INFO O| Feb 17 00:05:09.678 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 ...
95802026-02-17T00:05:11.709Z[ host-image] Feb 17 00:05:09.689 INFO O| Feb 17 00:05:09.689 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
95812026-02-17T00:05:11.709Z[ host-image] Feb 17 00:05:09.689 INFO O| Feb 17 00:05:09.689 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
95822026-02-17T00:05:11.712Z[ host-image] Feb 17 00:05:09.689 INFO O| Feb 17 00:05:09.689 INFO ok!
95832026-02-17T00:05:11.712Z[ host-image] Feb 17 00:05:09.689 INFO O| Feb 17 00:05:09.689 INFO STEP 67 (ensure_file) COMPLETE
95842026-02-17T00:05:11.712Z[ host-image] Feb 17 00:05:09.689 INFO O| Feb 17 00:05:09.689 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-02-17T00:05:11.721Z[ host-image] Feb 17 00:05:09.702 INFO O| Feb 17 00:05:09.702 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
95862026-02-17T00:05:11.722Z[ host-image] Feb 17 00:05:09.702 INFO O| Feb 17 00:05:09.702 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 ...
95872026-02-17T00:05:11.724Z[ host-image] Feb 17 00:05:09.702 INFO O| Feb 17 00:05:09.702 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
95882026-02-17T00:05:11.724Z[ host-image] Feb 17 00:05:09.702 INFO O| Feb 17 00:05:09.702 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
95892026-02-17T00:05:11.724Z[ host-image] Feb 17 00:05:09.702 INFO O| Feb 17 00:05:09.702 INFO ok!
95902026-02-17T00:05:11.724Z[ host-image] Feb 17 00:05:09.702 INFO O| Feb 17 00:05:09.702 INFO STEP 68 (ensure_file) COMPLETE
95912026-02-17T00:05:11.724Z[ host-image] Feb 17 00:05:09.702 INFO O| Feb 17 00:05:09.702 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-02-17T00:05:11.740Z[ host-image] Feb 17 00:05:09.721 INFO O| Feb 17 00:05:09.721 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
95932026-02-17T00:05:11.741Z[ host-image] Feb 17 00:05:09.721 INFO O| Feb 17 00:05:09.721 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
95942026-02-17T00:05:13.423Z[ recovery-image] Feb 17 00:05:11.402 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)
95952026-02-17T00:05:14.467Z[ host-image] Feb 17 00:05:12.447 INFO O| Feb 17 00:05:12.447 INFO STEP 69 (pack_tar) COMPLETE
95962026-02-17T00:05:14.467Z[ host-image] Feb 17 00:05:12.447 INFO O| Feb 17 00:05:12.447 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
95972026-02-17T00:05:14.470Z[ host-image] Feb 17 00:05:12.447 INFO O| Feb 17 00:05:12.447 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
95982026-02-17T00:05:14.626Z[ host-image] Feb 17 00:05:12.606 INFO O| Feb 17 00:05:12.605 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95992026-02-17T00:05:14.706Z[ host-image] Feb 17 00:05:12.686 INFO O| Feb 17 00:05:12.686 INFO completed processing sled/ramdisk-02-trim
96002026-02-17T00:05:14.709Z[ host-image] Feb 17 00:05:12.688 INFO image builder template: zfs...
96012026-02-17T00:05:14.709Z[ host-image] Feb 17 00:05:12.688 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/.tmp9ahkPU/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs"], pwd: None
96022026-02-17T00:05:14.723Z[ host-image] Feb 17 00:05:12.703 INFO O| Feb 17 00:05:12.703 INFO skip include "stress" because feature "stress" is not enabled
96032026-02-17T00:05:14.723Z[ host-image] Feb 17 00:05:12.703 INFO O| Feb 17 00:05:12.703 INFO skip include "stress" because feature "compliance" is not enabled
96042026-02-17T00:05:14.760Z[ host-image] Feb 17 00:05:12.740 INFO O| Feb 17 00:05:12.740 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96052026-02-17T00:05:14.763Z[ host-image] Feb 17 00:05:12.743 INFO O| Feb 17 00:05:12.743 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96062026-02-17T00:05:14.818Z[ host-image] Feb 17 00:05:12.798 INFO O| Feb 17 00:05:12.798 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96072026-02-17T00:05:14.857Z[ host-image] Feb 17 00:05:12.837 INFO O| Feb 17 00:05:12.837 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96082026-02-17T00:05:14.857Z[ host-image] Feb 17 00:05:12.837 INFO O| Feb 17 00:05:12.837 INFO work dataset: rpool/images/build/host/work/sled/zfs
96092026-02-17T00:05:14.860Z[ host-image] Feb 17 00:05:12.840 INFO O| Feb 17 00:05:12.840 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96102026-02-17T00:05:15.008Z[ host-image] Feb 17 00:05:12.988 INFO O| Feb 17 00:05:12.988 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96112026-02-17T00:05:15.131Z[ host-image] Feb 17 00:05:13.111 INFO O| Feb 17 00:05:13.111 INFO DESTROY POOL: TEMPORARY-sled-zfs
96122026-02-17T00:05:15.139Z[ host-image] Feb 17 00:05:13.119 INFO O| Feb 17 00:05:13.119 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96132026-02-17T00:05:15.143Z[ host-image] Feb 17 00:05:13.122 INFO O| Feb 17 00:05:13.122 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96142026-02-17T00:05:15.146Z[ host-image] Feb 17 00:05:13.122 INFO O| Feb 17 00:05:13.122 INFO no lofi found
96152026-02-17T00:05:15.146Z[ host-image] Feb 17 00:05:13.122 INFO O| Feb 17 00:05:13.122 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96162026-02-17T00:05:15.146Z[ host-image] Feb 17 00:05:13.122 INFO O| Feb 17 00:05:13.122 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96172026-02-17T00:05:17.023Z[ host-image] Feb 17 00:05:15.002 INFO O| Feb 17 00:05:15.002 INFO lofi device = /dev/dsk/c2t1d0p0
96182026-02-17T00:05:17.023Z[ host-image] Feb 17 00:05:15.002 INFO O| Feb 17 00:05:15.002 INFO pool device = /dev/dsk/c2t1d0p0
96192026-02-17T00:05:17.023Z[ host-image] Feb 17 00:05:15.002 INFO O| Feb 17 00:05:15.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
96202026-02-17T00:05:17.131Z[ host-image] Feb 17 00:05:15.111 INFO O| Feb 17 00:05:15.111 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96212026-02-17T00:05:17.131Z[ host-image] Feb 17 00:05:15.111 INFO O| Feb 17 00:05:15.111 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96222026-02-17T00:05:17.151Z[ host-image] Feb 17 00:05:15.129 INFO O| Feb 17 00:05:15.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96232026-02-17T00:05:17.205Z[ host-image] Feb 17 00:05:15.184 INFO O| Feb 17 00:05:15.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96242026-02-17T00:05:17.237Z[ host-image] Feb 17 00:05:15.217 INFO O| Feb 17 00:05:15.217 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
96252026-02-17T00:05:17.247Z[ host-image] Feb 17 00:05:15.227 INFO O| Feb 17 00:05:15.227 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
96262026-02-17T00:05:17.256Z[ host-image] Feb 17 00:05:15.236 INFO O| Feb 17 00:05:15.236 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
96272026-02-17T00:05:17.294Z[ host-image] Feb 17 00:05:15.274 INFO O| Feb 17 00:05:15.274 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
96282026-02-17T00:05:17.294Z[ host-image] Feb 17 00:05:15.274 INFO O| Feb 17 00:05:15.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
96292026-02-17T00:05:17.298Z[ host-image] Feb 17 00:05:15.274 INFO O| Feb 17 00:05:15.274 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
96302026-02-17T00:05:17.308Z[ host-image] Feb 17 00:05:15.287 INFO O| Feb 17 00:05:15.287 INFO boot environment UUID: 341a49f8-f16b-4c53-9779-f9271b499c9f
96312026-02-17T00:05:17.308Z[ host-image] Feb 17 00:05:15.287 INFO O| Feb 17 00:05:15.287 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 341a49f8-f16b-4c53-9779-f9271b499c9f
96322026-02-17T00:05:17.315Z[ host-image] Feb 17 00:05:15.295 INFO O| Feb 17 00:05:15.294 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96332026-02-17T00:05:17.322Z[ host-image] Feb 17 00:05:15.302 INFO O| Feb 17 00:05:15.302 INFO STEP 0 (create_be) COMPLETE
96342026-02-17T00:05:17.322Z[ host-image] Feb 17 00:05:15.302 INFO O| Feb 17 00:05:15.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96352026-02-17T00:05:17.333Z[ host-image] Feb 17 00:05:15.313 INFO O| Feb 17 00:05:15.313 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
96362026-02-17T00:05:17.609Z[ recovery-image] Feb 17 00:05:15.585 INFO E| Compiling bitflags v1.3.2
96372026-02-17T00:05:17.618Z[ recovery-image] Feb 17 00:05:15.585 INFO E| Compiling bitflags v2.10.0
96382026-02-17T00:05:17.624Z[ recovery-image] Feb 17 00:05:15.585 INFO E| Compiling bit_field v0.10.3
96392026-02-17T00:05:17.627Z[ recovery-image] Feb 17 00:05:15.585 INFO E| Compiling scroll v0.13.0
96402026-02-17T00:05:17.627Z[ recovery-image] Feb 17 00:05:15.585 INFO E| Compiling log v0.4.29
96412026-02-17T00:05:17.630Z[ recovery-image] Feb 17 00:05:15.585 INFO E| Compiling plain v0.2.3
96422026-02-17T00:05:17.630Z[ recovery-image] Feb 17 00:05:15.585 INFO E| Compiling adler2 v2.0.1
96432026-02-17T00:05:17.754Z[ recovery-image] Feb 17 00:05:15.733 INFO E| Compiling raw-cpuid v10.7.0
96442026-02-17T00:05:18.090Z[ recovery-image] Feb 17 00:05:16.069 INFO E| Compiling miniz_oxide v0.9.0
96452026-02-17T00:05:18.198Z[ recovery-image] Feb 17 00:05:16.174 INFO E| Compiling static_assertions v1.1.0
96462026-02-17T00:05:18.220Z[ recovery-image] Feb 17 00:05:16.196 INFO E| Compiling bitstruct v0.1.1
96472026-02-17T00:05:18.382Z[ recovery-image] Feb 17 00:05:16.361 INFO E| Compiling goblin v0.10.4
96482026-02-17T00:05:18.510Z[ recovery-image] Feb 17 00:05:16.489 INFO E| Compiling cpio_reader v0.1.2
96492026-02-17T00:05:27.239Z[ recovery-image] Feb 17 00:05:25.217 INFO E| Finished `release` profile [optimized] target(s) in 36.96s
96502026-02-17T00:05:27.262Z[ recovery-image] Feb 17 00:05:25.240 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
96512026-02-17T00:05:27.330Z[ recovery-image] Feb 17 00:05:25.307 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')"
96522026-02-17T00:05:27.330Z[ recovery-image] Feb 17 00:05:25.307 INFO building ROM for gimlet
96532026-02-17T00:05:27.333Z[ recovery-image] Feb 17 00:05:25.307 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")
96542026-02-17T00:05:27.639Z[ recovery-image] Feb 17 00:05:25.617 INFO E| Downloading crates ...
96552026-02-17T00:05:27.757Z[ recovery-image] Feb 17 00:05:25.735 INFO E| Downloaded anstyle v1.0.10
96562026-02-17T00:05:27.769Z[ recovery-image] Feb 17 00:05:25.747 INFO E| Downloaded clap_derive v4.5.32
96572026-02-17T00:05:27.773Z[ recovery-image] Feb 17 00:05:25.751 INFO E| Downloaded toml_datetime v0.6.9
96582026-02-17T00:05:27.775Z[ recovery-image] Feb 17 00:05:25.752 INFO E| Downloaded shared_child v1.0.1
96592026-02-17T00:05:27.781Z[ recovery-image] Feb 17 00:05:25.759 INFO E| Downloaded anstyle-query v1.1.2
96602026-02-17T00:05:27.784Z[ recovery-image] Feb 17 00:05:25.760 INFO E| Downloaded colorchoice v1.0.3
96612026-02-17T00:05:27.786Z[ recovery-image] Feb 17 00:05:25.762 INFO E| Downloaded serde_spanned v0.6.8
96622026-02-17T00:05:27.786Z[ recovery-image] Feb 17 00:05:25.764 INFO E| Downloaded os_pipe v1.2.1
96632026-02-17T00:05:27.795Z[ recovery-image] Feb 17 00:05:25.773 INFO E| Downloaded toml v0.8.22
96642026-02-17T00:05:27.831Z[ recovery-image] Feb 17 00:05:25.807 INFO E| Downloaded toml_write v0.1.1
96652026-02-17T00:05:27.834Z[ recovery-image] Feb 17 00:05:25.809 INFO E| Downloaded anstyle-parse v0.2.6
96662026-02-17T00:05:27.843Z[ recovery-image] Feb 17 00:05:25.812 INFO E| Downloaded clap v4.5.37
96672026-02-17T00:05:27.847Z[ recovery-image] Feb 17 00:05:25.825 INFO E| Downloaded cc v1.2.20
96682026-02-17T00:05:27.852Z[ recovery-image] Feb 17 00:05:25.830 INFO E| Downloaded duct v0.13.7
96692026-02-17T00:05:27.860Z[ recovery-image] Feb 17 00:05:25.834 INFO E| Downloaded toml_edit v0.22.26
96702026-02-17T00:05:27.898Z[ recovery-image] Feb 17 00:05:25.876 INFO E| Downloaded clap_builder v4.5.37
96712026-02-17T00:05:27.906Z[ recovery-image] Feb 17 00:05:25.884 INFO E| Downloaded winnow v0.7.7
96722026-02-17T00:05:27.947Z[ recovery-image] Feb 17 00:05:25.924 INFO E| Compiling libc v0.2.172
96732026-02-17T00:05:27.947Z[ recovery-image] Feb 17 00:05:25.924 INFO E| Compiling utf8parse v0.2.2
96742026-02-17T00:05:27.947Z[ recovery-image] Feb 17 00:05:25.924 INFO E| Compiling once_cell v1.21.3
96752026-02-17T00:05:27.947Z[ recovery-image] Feb 17 00:05:25.924 INFO E| Compiling is_terminal_polyfill v1.70.1
96762026-02-17T00:05:27.947Z[ recovery-image] Feb 17 00:05:25.924 INFO E| Compiling shlex v1.3.0
96772026-02-17T00:05:27.947Z[ recovery-image] Feb 17 00:05:25.925 INFO E| Compiling colorchoice v1.0.3
96782026-02-17T00:05:27.947Z[ recovery-image] Feb 17 00:05:25.925 INFO E| Compiling anstyle-query v1.1.2
96792026-02-17T00:05:27.947Z[ recovery-image] Feb 17 00:05:25.925 INFO E| Compiling syn v2.0.101
96802026-02-17T00:05:28.298Z[ recovery-image] Feb 17 00:05:26.276 INFO E| Compiling hashbrown v0.15.2
96812026-02-17T00:05:28.324Z[ recovery-image] Feb 17 00:05:26.302 INFO E| Compiling anstyle-parse v0.2.6
96822026-02-17T00:05:28.354Z[ recovery-image] Feb 17 00:05:26.331 INFO E| Compiling equivalent v1.0.2
96832026-02-17T00:05:28.387Z[ recovery-image] Feb 17 00:05:26.364 INFO E| Compiling anstyle v1.0.10
96842026-02-17T00:05:28.474Z[ recovery-image] Feb 17 00:05:26.452 INFO E| Compiling cc v1.2.20
96852026-02-17T00:05:28.530Z[ recovery-image] Feb 17 00:05:26.508 INFO E| Compiling strsim v0.11.1
96862026-02-17T00:05:28.606Z[ recovery-image] Feb 17 00:05:26.584 INFO E| Compiling clap_lex v0.7.4
96872026-02-17T00:05:28.966Z[ recovery-image] Feb 17 00:05:26.941 INFO E| Compiling anyhow v1.0.98
96882026-02-17T00:05:29.245Z[ recovery-image] Feb 17 00:05:27.223 INFO E| Compiling anstream v0.6.18
96892026-02-17T00:05:29.470Z[ recovery-image] Feb 17 00:05:27.447 INFO E| Compiling winnow v0.7.7
96902026-02-17T00:05:30.276Z[ recovery-image] Feb 17 00:05:28.254 INFO E| Compiling toml_write v0.1.1
96912026-02-17T00:05:30.891Z[ recovery-image] Feb 17 00:05:28.867 INFO E| Compiling os_pipe v1.2.1
96922026-02-17T00:05:30.918Z[ recovery-image] Feb 17 00:05:28.895 INFO E| Compiling shared_child v1.0.1
96932026-02-17T00:05:31.181Z[ recovery-image] Feb 17 00:05:29.159 INFO E| Compiling duct v0.13.7
96942026-02-17T00:05:31.283Z[ recovery-image] Feb 17 00:05:29.261 INFO E| Compiling indexmap v2.9.0
96952026-02-17T00:05:31.502Z[ recovery-image] Feb 17 00:05:29.478 INFO E| Compiling clap_builder v4.5.37
96962026-02-17T00:05:33.782Z[ recovery-image] Feb 17 00:05:31.759 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
96972026-02-17T00:05:37.198Z[ recovery-image] Feb 17 00:05:35.169 INFO E| Compiling serde_derive v1.0.219
96982026-02-17T00:05:37.205Z[ recovery-image] Feb 17 00:05:35.169 INFO E| Compiling clap_derive v4.5.32
96992026-02-17T00:05:39.457Z[ host-image] Feb 17 00:05:37.433 INFO O| Feb 17 00:05:37.433 INFO STEP 1 (unpack_tar) COMPLETE
97002026-02-17T00:05:39.457Z[ host-image] Feb 17 00:05:37.433 INFO O| Feb 17 00:05:37.433 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97012026-02-17T00:05:39.468Z[ host-image] Feb 17 00:05:37.444 INFO O| Feb 17 00:05:37.444 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97022026-02-17T00:05:39.698Z[ host-image] Feb 17 00:05:37.674 INFO O| Feb 17 00:05:37.674 INFO STEP 2 (devfsadm) COMPLETE
97032026-02-17T00:05:39.698Z[ host-image] Feb 17 00:05:37.674 INFO O| Feb 17 00:05:37.674 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97042026-02-17T00:05:39.707Z[ host-image] Feb 17 00:05:37.683 INFO O| Feb 17 00:05:37.683 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97052026-02-17T00:05:39.710Z[ host-image] Feb 17 00:05:37.683 INFO O| Feb 17 00:05:37.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97062026-02-17T00:05:39.710Z[ host-image] Feb 17 00:05:37.683 INFO O| Feb 17 00:05:37.683 INFO STEP 3 (ensure_dir) COMPLETE
97072026-02-17T00:05:39.710Z[ host-image] Feb 17 00:05:37.683 INFO O| Feb 17 00:05:37.683 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97082026-02-17T00:05:39.715Z[ host-image] Feb 17 00:05:37.691 INFO O| Feb 17 00:05:37.691 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97092026-02-17T00:05:39.715Z[ host-image] Feb 17 00:05:37.691 INFO O| Feb 17 00:05:37.691 INFO STEP 4 (ensure_dir) COMPLETE
97102026-02-17T00:05:39.718Z[ host-image] Feb 17 00:05:37.691 INFO O| Feb 17 00:05:37.691 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97112026-02-17T00:05:39.723Z[ host-image] Feb 17 00:05:37.700 INFO O| Feb 17 00:05:37.700 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97122026-02-17T00:05:39.726Z[ host-image] Feb 17 00:05:37.700 INFO O| Feb 17 00:05:37.700 INFO STEP 5 (ensure_dir) COMPLETE
97132026-02-17T00:05:39.726Z[ host-image] Feb 17 00:05:37.700 INFO O| Feb 17 00:05:37.700 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97142026-02-17T00:05:39.735Z[ host-image] Feb 17 00:05:37.711 INFO O| Feb 17 00:05:37.711 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97152026-02-17T00:05:39.735Z[ host-image] Feb 17 00:05:37.711 INFO O| Feb 17 00:05:37.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97162026-02-17T00:05:39.735Z[ host-image] Feb 17 00:05:37.711 INFO O| Feb 17 00:05:37.711 INFO STEP 6 (ensure_dir) COMPLETE
97172026-02-17T00:05:39.737Z[ host-image] Feb 17 00:05:37.711 INFO O| Feb 17 00:05:37.711 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97182026-02-17T00:05:39.744Z[ host-image] Feb 17 00:05:37.720 INFO O| Feb 17 00:05:37.720 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97192026-02-17T00:05:39.744Z[ host-image] Feb 17 00:05:37.720 INFO O| Feb 17 00:05:37.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97202026-02-17T00:05:39.744Z[ host-image] Feb 17 00:05:37.720 INFO O| Feb 17 00:05:37.720 INFO STEP 7 (ensure_dir) COMPLETE
97212026-02-17T00:05:39.747Z[ host-image] Feb 17 00:05:37.720 INFO O| Feb 17 00:05:37.720 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97222026-02-17T00:05:39.752Z[ host-image] Feb 17 00:05:37.728 INFO O| Feb 17 00:05:37.728 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97232026-02-17T00:05:39.754Z[ host-image] Feb 17 00:05:37.728 INFO O| Feb 17 00:05:37.728 INFO STEP 8 (remove_files) COMPLETE
97242026-02-17T00:05:39.754Z[ host-image] Feb 17 00:05:37.728 INFO O| Feb 17 00:05:37.728 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97252026-02-17T00:05:39.763Z[ host-image] Feb 17 00:05:37.739 INFO O| Feb 17 00:05:37.739 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97262026-02-17T00:05:39.766Z[ host-image] Feb 17 00:05:37.740 INFO O| Feb 17 00:05:37.740 INFO STEP 9 (remove_files) COMPLETE
97272026-02-17T00:05:39.766Z[ host-image] Feb 17 00:05:37.740 INFO O| Feb 17 00:05:37.740 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97282026-02-17T00:05:39.774Z[ host-image] Feb 17 00:05:37.750 INFO O| Feb 17 00:05:37.750 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97292026-02-17T00:05:39.776Z[ host-image] Feb 17 00:05:37.751 INFO O| Feb 17 00:05:37.751 INFO STEP 10 (remove_files) COMPLETE
97302026-02-17T00:05:39.776Z[ host-image] Feb 17 00:05:37.751 INFO O| Feb 17 00:05:37.751 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97312026-02-17T00:05:39.783Z[ host-image] Feb 17 00:05:37.759 INFO O| Feb 17 00:05:37.759 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97322026-02-17T00:05:39.783Z[ host-image] Feb 17 00:05:37.759 INFO O| Feb 17 00:05:37.759 INFO STEP 11 (remove_files) COMPLETE
97332026-02-17T00:05:39.786Z[ host-image] Feb 17 00:05:37.759 INFO O| Feb 17 00:05:37.759 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97342026-02-17T00:05:39.791Z[ host-image] Feb 17 00:05:37.767 INFO O| Feb 17 00:05:37.767 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97352026-02-17T00:05:39.794Z[ host-image] Feb 17 00:05:37.767 INFO O| Feb 17 00:05:37.767 INFO STEP 12 (remove_files) COMPLETE
97362026-02-17T00:05:39.794Z[ host-image] Feb 17 00:05:37.767 INFO O| Feb 17 00:05:37.767 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97372026-02-17T00:05:39.801Z[ host-image] Feb 17 00:05:37.777 INFO O| Feb 17 00:05:37.777 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97382026-02-17T00:05:39.801Z[ host-image] Feb 17 00:05:37.777 INFO O| Feb 17 00:05:37.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97392026-02-17T00:05:39.804Z[ host-image] Feb 17 00:05:37.777 INFO O| Feb 17 00:05:37.777 INFO STEP 13 (ensure_dir) COMPLETE
97402026-02-17T00:05:39.804Z[ host-image] Feb 17 00:05:37.777 INFO O| Feb 17 00:05:37.777 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97412026-02-17T00:05:39.809Z[ host-image] Feb 17 00:05:37.785 INFO O| Feb 17 00:05:37.785 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97422026-02-17T00:05:39.812Z[ host-image] Feb 17 00:05:37.785 INFO O| Feb 17 00:05:37.785 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97432026-02-17T00:05:39.812Z[ host-image] Feb 17 00:05:37.785 INFO O| Feb 17 00:05:37.785 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97442026-02-17T00:05:39.812Z[ host-image] Feb 17 00:05:37.785 INFO O| Feb 17 00:05:37.785 INFO STEP 14 (ensure_dir) COMPLETE
97452026-02-17T00:05:39.812Z[ host-image] Feb 17 00:05:37.785 INFO O| Feb 17 00:05:37.785 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97462026-02-17T00:05:39.818Z[ host-image] Feb 17 00:05:37.794 INFO O| Feb 17 00:05:37.794 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97472026-02-17T00:05:39.818Z[ host-image] Feb 17 00:05:37.794 INFO O| Feb 17 00:05:37.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97482026-02-17T00:05:39.821Z[ host-image] Feb 17 00:05:37.794 INFO O| Feb 17 00:05:37.794 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97492026-02-17T00:05:39.821Z[ host-image] Feb 17 00:05:37.794 INFO O| Feb 17 00:05:37.794 INFO STEP 15 (ensure_dir) COMPLETE
97502026-02-17T00:05:39.821Z[ host-image] Feb 17 00:05:37.794 INFO O| Feb 17 00:05:37.794 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97512026-02-17T00:05:39.828Z[ host-image] Feb 17 00:05:37.803 INFO O| Feb 17 00:05:37.803 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97522026-02-17T00:05:39.830Z[ host-image] Feb 17 00:05:37.803 INFO O| Feb 17 00:05:37.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97532026-02-17T00:05:39.830Z[ host-image] Feb 17 00:05:37.803 INFO O| Feb 17 00:05:37.803 INFO STEP 16 (ensure_dir) COMPLETE
97542026-02-17T00:05:39.830Z[ host-image] Feb 17 00:05:37.803 INFO O| Feb 17 00:05:37.803 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97552026-02-17T00:05:39.836Z[ host-image] Feb 17 00:05:37.812 INFO O| Feb 17 00:05:37.812 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97562026-02-17T00:05:39.839Z[ host-image] Feb 17 00:05:37.812 INFO O| Feb 17 00:05:37.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97572026-02-17T00:05:39.839Z[ host-image] Feb 17 00:05:37.812 INFO O| Feb 17 00:05:37.812 INFO STEP 17 (ensure_dir) COMPLETE
97582026-02-17T00:05:39.839Z[ host-image] Feb 17 00:05:37.812 INFO O| Feb 17 00:05:37.812 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97592026-02-17T00:05:39.845Z[ host-image] Feb 17 00:05:37.822 INFO O| Feb 17 00:05:37.821 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97602026-02-17T00:05:39.848Z[ host-image] Feb 17 00:05:37.822 INFO O| Feb 17 00:05:37.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97612026-02-17T00:05:39.848Z[ host-image] Feb 17 00:05:37.822 INFO O| Feb 17 00:05:37.822 INFO ok!
97622026-02-17T00:05:39.848Z[ host-image] Feb 17 00:05:37.822 INFO O| Feb 17 00:05:37.822 INFO STEP 18 (ensure_symlink) COMPLETE
97632026-02-17T00:05:39.848Z[ host-image] Feb 17 00:05:37.822 INFO O| Feb 17 00:05:37.822 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97642026-02-17T00:05:39.853Z[ host-image] Feb 17 00:05:37.829 INFO O| Feb 17 00:05:37.829 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97652026-02-17T00:05:39.853Z[ host-image] Feb 17 00:05:37.829 INFO O| Feb 17 00:05:37.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97662026-02-17T00:05:39.856Z[ host-image] Feb 17 00:05:37.829 INFO O| Feb 17 00:05:37.829 INFO ok!
97672026-02-17T00:05:39.856Z[ host-image] Feb 17 00:05:37.829 INFO O| Feb 17 00:05:37.829 INFO STEP 19 (ensure_file) COMPLETE
97682026-02-17T00:05:39.856Z[ host-image] Feb 17 00:05:37.829 INFO O| Feb 17 00:05:37.829 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97692026-02-17T00:05:39.862Z[ host-image] Feb 17 00:05:37.838 INFO O| Feb 17 00:05:37.838 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97702026-02-17T00:05:39.864Z[ host-image] Feb 17 00:05:37.838 INFO O| Feb 17 00:05:37.838 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97712026-02-17T00:05:39.865Z[ host-image] Feb 17 00:05:37.838 INFO O| Feb 17 00:05:37.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97722026-02-17T00:05:39.865Z[ host-image] Feb 17 00:05:37.838 INFO O| Feb 17 00:05:37.838 INFO ok!
97732026-02-17T00:05:39.865Z[ host-image] Feb 17 00:05:37.838 INFO O| Feb 17 00:05:37.838 INFO STEP 20 (ensure_symlink) COMPLETE
97742026-02-17T00:05:39.865Z[ host-image] Feb 17 00:05:37.838 INFO O| Feb 17 00:05:37.838 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97752026-02-17T00:05:39.872Z[ host-image] Feb 17 00:05:37.848 INFO O| Feb 17 00:05:37.848 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97762026-02-17T00:05:39.875Z[ host-image] Feb 17 00:05:37.848 INFO O| Feb 17 00:05:37.848 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97772026-02-17T00:05:39.875Z[ host-image] Feb 17 00:05:37.848 INFO O| Feb 17 00:05:37.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97782026-02-17T00:05:39.875Z[ host-image] Feb 17 00:05:37.848 INFO O| Feb 17 00:05:37.848 INFO ok!
97792026-02-17T00:05:39.875Z[ host-image] Feb 17 00:05:37.848 INFO O| Feb 17 00:05:37.848 INFO STEP 21 (ensure_symlink) COMPLETE
97802026-02-17T00:05:39.875Z[ host-image] Feb 17 00:05:37.848 INFO O| Feb 17 00:05:37.848 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97812026-02-17T00:05:39.880Z[ host-image] Feb 17 00:05:37.856 INFO O| Feb 17 00:05:37.856 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97822026-02-17T00:05:39.880Z[ host-image] Feb 17 00:05:37.856 INFO O| Feb 17 00:05:37.856 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97832026-02-17T00:05:39.883Z[ host-image] Feb 17 00:05:37.856 INFO O| Feb 17 00:05:37.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97842026-02-17T00:05:39.883Z[ host-image] Feb 17 00:05:37.856 INFO O| Feb 17 00:05:37.856 INFO ok!
97852026-02-17T00:05:39.883Z[ host-image] Feb 17 00:05:37.856 INFO O| Feb 17 00:05:37.856 INFO STEP 22 (ensure_symlink) COMPLETE
97862026-02-17T00:05:39.883Z[ host-image] Feb 17 00:05:37.856 INFO O| Feb 17 00:05:37.856 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97872026-02-17T00:05:39.889Z[ host-image] Feb 17 00:05:37.865 INFO O| Feb 17 00:05:37.865 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97882026-02-17T00:05:39.889Z[ host-image] Feb 17 00:05:37.865 INFO O| Feb 17 00:05:37.865 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97892026-02-17T00:05:39.892Z[ host-image] Feb 17 00:05:37.865 INFO O| Feb 17 00:05:37.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97902026-02-17T00:05:39.892Z[ host-image] Feb 17 00:05:37.865 INFO O| Feb 17 00:05:37.865 INFO ok!
97912026-02-17T00:05:39.892Z[ host-image] Feb 17 00:05:37.865 INFO O| Feb 17 00:05:37.865 INFO STEP 23 (ensure_symlink) COMPLETE
97922026-02-17T00:05:39.892Z[ host-image] Feb 17 00:05:37.865 INFO O| Feb 17 00:05:37.865 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97932026-02-17T00:05:39.897Z[ host-image] Feb 17 00:05:37.873 INFO O| Feb 17 00:05:37.873 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97942026-02-17T00:05:39.897Z[ host-image] Feb 17 00:05:37.873 INFO O| Feb 17 00:05:37.873 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97952026-02-17T00:05:39.900Z[ host-image] Feb 17 00:05:37.873 INFO O| Feb 17 00:05:37.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97962026-02-17T00:05:39.900Z[ host-image] Feb 17 00:05:37.873 INFO O| Feb 17 00:05:37.873 INFO ok!
97972026-02-17T00:05:39.900Z[ host-image] Feb 17 00:05:37.873 INFO O| Feb 17 00:05:37.873 INFO STEP 24 (ensure_file) COMPLETE
97982026-02-17T00:05:39.900Z[ host-image] Feb 17 00:05:37.873 INFO O| Feb 17 00:05:37.873 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
97992026-02-17T00:05:39.906Z[ host-image] Feb 17 00:05:37.883 INFO O| Feb 17 00:05:37.883 INFO updating shadow file
98002026-02-17T00:05:39.909Z[ host-image] Feb 17 00:05:37.883 INFO O| Feb 17 00:05:37.883 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98012026-02-17T00:05:39.909Z[ host-image] Feb 17 00:05:37.883 INFO O| Feb 17 00:05:37.883 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98022026-02-17T00:05:39.909Z[ host-image] Feb 17 00:05:37.883 INFO O| Feb 17 00:05:37.883 INFO STEP 25 (shadow) COMPLETE
98032026-02-17T00:05:39.909Z[ host-image] Feb 17 00:05:37.883 INFO O| Feb 17 00:05:37.883 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98042026-02-17T00:05:39.915Z[ host-image] Feb 17 00:05:37.891 INFO O| Feb 17 00:05:37.891 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98052026-02-17T00:05:39.915Z[ host-image] Feb 17 00:05:37.891 INFO O| Feb 17 00:05:37.891 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98062026-02-17T00:05:39.918Z[ host-image] Feb 17 00:05:37.891 INFO O| Feb 17 00:05:37.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98072026-02-17T00:05:39.918Z[ host-image] Feb 17 00:05:37.891 INFO O| Feb 17 00:05:37.891 INFO ok!
98082026-02-17T00:05:39.918Z[ host-image] Feb 17 00:05:37.891 INFO O| Feb 17 00:05:37.891 INFO STEP 26 (ensure_file) COMPLETE
98092026-02-17T00:05:39.918Z[ host-image] Feb 17 00:05:37.891 INFO O| Feb 17 00:05:37.891 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98102026-02-17T00:05:39.923Z[ host-image] Feb 17 00:05:37.899 INFO O| Feb 17 00:05:37.899 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98112026-02-17T00:05:39.923Z[ host-image] Feb 17 00:05:37.899 INFO O| Feb 17 00:05:37.899 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98122026-02-17T00:05:39.925Z[ host-image] Feb 17 00:05:37.899 INFO O| Feb 17 00:05:37.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98132026-02-17T00:05:39.925Z[ host-image] Feb 17 00:05:37.899 INFO O| Feb 17 00:05:37.899 INFO ok!
98142026-02-17T00:05:39.925Z[ host-image] Feb 17 00:05:37.899 INFO O| Feb 17 00:05:37.899 INFO STEP 27 (ensure_file) COMPLETE
98152026-02-17T00:05:39.925Z[ host-image] Feb 17 00:05:37.899 INFO O| Feb 17 00:05:37.899 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98162026-02-17T00:05:39.931Z[ host-image] Feb 17 00:05:37.907 INFO O| Feb 17 00:05:37.907 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98172026-02-17T00:05:39.931Z[ host-image] Feb 17 00:05:37.907 INFO O| Feb 17 00:05:37.907 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98182026-02-17T00:05:39.934Z[ host-image] Feb 17 00:05:37.907 INFO O| Feb 17 00:05:37.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98192026-02-17T00:05:39.934Z[ host-image] Feb 17 00:05:37.907 INFO O| Feb 17 00:05:37.907 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98202026-02-17T00:05:39.934Z[ host-image] Feb 17 00:05:37.907 INFO O| Feb 17 00:05:37.907 INFO ok!
98212026-02-17T00:05:39.934Z[ host-image] Feb 17 00:05:37.907 INFO O| Feb 17 00:05:37.907 INFO STEP 28 (ensure_file) COMPLETE
98222026-02-17T00:05:39.934Z[ host-image] Feb 17 00:05:37.907 INFO O| Feb 17 00:05:37.907 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98232026-02-17T00:05:39.939Z[ host-image] Feb 17 00:05:37.915 INFO O| Feb 17 00:05:37.915 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98242026-02-17T00:05:39.942Z[ host-image] Feb 17 00:05:37.915 INFO O| Feb 17 00:05:37.915 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98252026-02-17T00:05:39.942Z[ host-image] Feb 17 00:05:37.915 INFO O| Feb 17 00:05:37.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98262026-02-17T00:05:39.942Z[ host-image] Feb 17 00:05:37.915 INFO O| Feb 17 00:05:37.915 INFO ok!
98272026-02-17T00:05:39.942Z[ host-image] Feb 17 00:05:37.915 INFO O| Feb 17 00:05:37.915 INFO STEP 29 (ensure_file) COMPLETE
98282026-02-17T00:05:39.942Z[ host-image] Feb 17 00:05:37.915 INFO O| Feb 17 00:05:37.915 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98292026-02-17T00:05:39.948Z[ host-image] Feb 17 00:05:37.925 INFO O| Feb 17 00:05:37.924 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98302026-02-17T00:05:39.948Z[ host-image] Feb 17 00:05:37.925 INFO O| Feb 17 00:05:37.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98312026-02-17T00:05:39.951Z[ host-image] Feb 17 00:05:37.925 INFO O| Feb 17 00:05:37.925 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98322026-02-17T00:05:39.951Z[ host-image] Feb 17 00:05:37.925 INFO O| Feb 17 00:05:37.925 INFO STEP 30 (ensure_dir) COMPLETE
98332026-02-17T00:05:39.951Z[ host-image] Feb 17 00:05:37.925 INFO O| Feb 17 00:05:37.925 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98342026-02-17T00:05:39.959Z[ host-image] Feb 17 00:05:37.935 INFO O| Feb 17 00:05:37.935 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98352026-02-17T00:05:39.959Z[ host-image] Feb 17 00:05:37.935 INFO O| Feb 17 00:05:37.935 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98362026-02-17T00:05:39.959Z[ host-image] Feb 17 00:05:37.935 INFO O| Feb 17 00:05:37.935 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98372026-02-17T00:05:39.961Z[ host-image] Feb 17 00:05:37.935 INFO O| Feb 17 00:05:37.935 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98382026-02-17T00:05:39.962Z[ host-image] Feb 17 00:05:37.935 INFO O| Feb 17 00:05:37.935 INFO ok!
98392026-02-17T00:05:39.962Z[ host-image] Feb 17 00:05:37.935 INFO O| Feb 17 00:05:37.935 INFO STEP 31 (ensure_file) COMPLETE
98402026-02-17T00:05:39.962Z[ host-image] Feb 17 00:05:37.935 INFO O| Feb 17 00:05:37.935 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98412026-02-17T00:05:39.967Z[ host-image] Feb 17 00:05:37.943 INFO O| Feb 17 00:05:37.943 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98422026-02-17T00:05:39.970Z[ host-image] Feb 17 00:05:37.943 INFO O| Feb 17 00:05:37.943 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98432026-02-17T00:05:39.970Z[ host-image] Feb 17 00:05:37.943 INFO O| Feb 17 00:05:37.943 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98442026-02-17T00:05:39.970Z[ host-image] Feb 17 00:05:37.943 INFO O| Feb 17 00:05:37.943 INFO STEP 32 (ensure_dir) COMPLETE
98452026-02-17T00:05:39.970Z[ host-image] Feb 17 00:05:37.943 INFO O| Feb 17 00:05:37.943 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98462026-02-17T00:05:39.977Z[ host-image] Feb 17 00:05:37.953 INFO O| Feb 17 00:05:37.953 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98472026-02-17T00:05:39.980Z[ host-image] Feb 17 00:05:37.953 INFO O| Feb 17 00:05:37.953 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 ...
98482026-02-17T00:05:39.980Z[ host-image] Feb 17 00:05:37.954 INFO O| Feb 17 00:05:37.953 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
98492026-02-17T00:05:39.980Z[ host-image] Feb 17 00:05:37.954 INFO O| Feb 17 00:05:37.953 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98502026-02-17T00:05:39.980Z[ host-image] Feb 17 00:05:37.954 INFO O| Feb 17 00:05:37.954 INFO ok!
98512026-02-17T00:05:39.980Z[ host-image] Feb 17 00:05:37.954 INFO O| Feb 17 00:05:37.954 INFO STEP 33 (ensure_file) COMPLETE
98522026-02-17T00:05:39.980Z[ host-image] Feb 17 00:05:37.954 INFO O| Feb 17 00:05:37.954 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98532026-02-17T00:05:39.985Z[ host-image] Feb 17 00:05:37.961 INFO O| Feb 17 00:05:37.961 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98542026-02-17T00:05:39.988Z[ host-image] Feb 17 00:05:37.961 INFO O| Feb 17 00:05:37.961 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98552026-02-17T00:05:39.988Z[ host-image] Feb 17 00:05:37.962 INFO O| Feb 17 00:05:37.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98562026-02-17T00:05:39.988Z[ host-image] Feb 17 00:05:37.962 INFO O| Feb 17 00:05:37.962 INFO ok!
98572026-02-17T00:05:39.988Z[ host-image] Feb 17 00:05:37.962 INFO O| Feb 17 00:05:37.962 INFO STEP 34 (ensure_file) COMPLETE
98582026-02-17T00:05:39.988Z[ host-image] Feb 17 00:05:37.962 INFO O| Feb 17 00:05:37.962 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98592026-02-17T00:05:39.994Z[ host-image] Feb 17 00:05:37.970 INFO O| Feb 17 00:05:37.970 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98602026-02-17T00:05:39.994Z[ host-image] Feb 17 00:05:37.970 INFO O| Feb 17 00:05:37.970 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98612026-02-17T00:05:39.996Z[ host-image] Feb 17 00:05:37.970 INFO O| Feb 17 00:05:37.970 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98622026-02-17T00:05:39.996Z[ host-image] Feb 17 00:05:37.970 INFO O| Feb 17 00:05:37.970 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98632026-02-17T00:05:39.996Z[ host-image] Feb 17 00:05:37.970 INFO O| Feb 17 00:05:37.970 INFO ok!
98642026-02-17T00:05:39.996Z[ host-image] Feb 17 00:05:37.970 INFO O| Feb 17 00:05:37.970 INFO STEP 35 (ensure_file) COMPLETE
98652026-02-17T00:05:39.996Z[ host-image] Feb 17 00:05:37.970 INFO O| Feb 17 00:05:37.970 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98662026-02-17T00:05:40.004Z[ host-image] Feb 17 00:05:37.980 INFO O| Feb 17 00:05:37.980 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98672026-02-17T00:05:40.004Z[ host-image] Feb 17 00:05:37.980 INFO O| Feb 17 00:05:37.980 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98682026-02-17T00:05:40.007Z[ host-image] Feb 17 00:05:37.980 INFO O| Feb 17 00:05:37.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98692026-02-17T00:05:40.007Z[ host-image] Feb 17 00:05:37.980 INFO O| Feb 17 00:05:37.980 INFO ok!
98702026-02-17T00:05:40.007Z[ host-image] Feb 17 00:05:37.980 INFO O| Feb 17 00:05:37.980 INFO STEP 36 (ensure_file) COMPLETE
98712026-02-17T00:05:40.007Z[ host-image] Feb 17 00:05:37.980 INFO O| Feb 17 00:05:37.980 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98722026-02-17T00:05:40.016Z[ host-image] Feb 17 00:05:37.992 INFO O| Feb 17 00:05:37.992 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98732026-02-17T00:05:40.016Z[ host-image] Feb 17 00:05:37.992 INFO O| Feb 17 00:05:37.992 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98742026-02-17T00:05:40.019Z[ host-image] Feb 17 00:05:37.993 INFO O| Feb 17 00:05:37.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98752026-02-17T00:05:40.019Z[ host-image] Feb 17 00:05:37.993 INFO O| Feb 17 00:05:37.993 INFO ok!
98762026-02-17T00:05:40.019Z[ host-image] Feb 17 00:05:37.993 INFO O| Feb 17 00:05:37.993 INFO STEP 37 (ensure_file) COMPLETE
98772026-02-17T00:05:40.019Z[ host-image] Feb 17 00:05:37.993 INFO O| Feb 17 00:05:37.993 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98782026-02-17T00:05:40.028Z[ host-image] Feb 17 00:05:38.004 INFO O| Feb 17 00:05:38.004 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98792026-02-17T00:05:40.028Z[ host-image] Feb 17 00:05:38.004 INFO O| Feb 17 00:05:38.004 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98802026-02-17T00:05:40.031Z[ host-image] Feb 17 00:05:38.004 INFO O| Feb 17 00:05:38.004 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98812026-02-17T00:05:40.031Z[ host-image] Feb 17 00:05:38.004 INFO O| Feb 17 00:05:38.004 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98822026-02-17T00:05:40.031Z[ host-image] Feb 17 00:05:38.004 INFO O| Feb 17 00:05:38.004 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98832026-02-17T00:05:40.031Z[ host-image] Feb 17 00:05:38.004 INFO O| Feb 17 00:05:38.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98842026-02-17T00:05:40.031Z[ host-image] Feb 17 00:05:38.004 INFO O| Feb 17 00:05:38.004 INFO ok!
98852026-02-17T00:05:40.031Z[ host-image] Feb 17 00:05:38.004 INFO O| Feb 17 00:05:38.004 INFO STEP 38 (ensure_file) COMPLETE
98862026-02-17T00:05:40.031Z[ host-image] Feb 17 00:05:38.004 INFO O| Feb 17 00:05:38.004 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98872026-02-17T00:05:40.041Z[ host-image] Feb 17 00:05:38.017 INFO O| Feb 17 00:05:38.017 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98882026-02-17T00:05:40.043Z[ host-image] Feb 17 00:05:38.017 INFO O| Feb 17 00:05:38.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98892026-02-17T00:05:40.043Z[ host-image] Feb 17 00:05:38.017 INFO O| Feb 17 00:05:38.017 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98902026-02-17T00:05:40.043Z[ host-image] Feb 17 00:05:38.017 INFO O| Feb 17 00:05:38.017 INFO STEP 39 (ensure_dir) COMPLETE
98912026-02-17T00:05:40.043Z[ host-image] Feb 17 00:05:38.017 INFO O| Feb 17 00:05:38.017 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98922026-02-17T00:05:40.050Z[ host-image] Feb 17 00:05:38.026 INFO O| Feb 17 00:05:38.026 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
98932026-02-17T00:05:40.050Z[ host-image] Feb 17 00:05:38.026 INFO O| Feb 17 00:05:38.026 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 ...
98942026-02-17T00:05:40.052Z[ host-image] Feb 17 00:05:38.026 INFO O| Feb 17 00:05:38.026 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
98952026-02-17T00:05:40.052Z[ host-image] Feb 17 00:05:38.026 INFO O| Feb 17 00:05:38.026 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
98962026-02-17T00:05:40.052Z[ host-image] Feb 17 00:05:38.026 INFO O| Feb 17 00:05:38.026 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
98972026-02-17T00:05:40.052Z[ host-image] Feb 17 00:05:38.026 INFO O| Feb 17 00:05:38.026 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
98982026-02-17T00:05:40.053Z[ host-image] Feb 17 00:05:38.026 INFO O| Feb 17 00:05:38.026 INFO ok!
98992026-02-17T00:05:40.053Z[ host-image] Feb 17 00:05:38.026 INFO O| Feb 17 00:05:38.026 INFO STEP 40 (ensure_file) COMPLETE
99002026-02-17T00:05:40.053Z[ host-image] Feb 17 00:05:38.026 INFO O| Feb 17 00:05:38.026 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99012026-02-17T00:05:40.062Z[ host-image] Feb 17 00:05:38.038 INFO O| Feb 17 00:05:38.038 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99022026-02-17T00:05:40.062Z[ host-image] Feb 17 00:05:38.038 INFO O| Feb 17 00:05:38.038 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 ...
99032026-02-17T00:05:40.065Z[ host-image] Feb 17 00:05:38.039 INFO O| Feb 17 00:05:38.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99042026-02-17T00:05:40.065Z[ host-image] Feb 17 00:05:38.039 INFO O| Feb 17 00:05:38.039 INFO ok!
99052026-02-17T00:05:40.065Z[ host-image] Feb 17 00:05:38.039 INFO O| Feb 17 00:05:38.039 INFO STEP 41 (ensure_symlink) COMPLETE
99062026-02-17T00:05:40.065Z[ host-image] Feb 17 00:05:38.039 INFO O| Feb 17 00:05:38.039 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99072026-02-17T00:05:40.074Z[ host-image] Feb 17 00:05:38.050 INFO O| Feb 17 00:05:38.050 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99082026-02-17T00:05:40.074Z[ host-image] Feb 17 00:05:38.050 INFO O| Feb 17 00:05:38.050 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99092026-02-17T00:05:40.077Z[ host-image] Feb 17 00:05:38.050 INFO O| Feb 17 00:05:38.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99102026-02-17T00:05:40.077Z[ host-image] Feb 17 00:05:38.050 INFO O| Feb 17 00:05:38.050 INFO ok!
99112026-02-17T00:05:40.077Z[ host-image] Feb 17 00:05:38.050 INFO O| Feb 17 00:05:38.050 INFO STEP 42 (ensure_symlink) COMPLETE
99122026-02-17T00:05:40.077Z[ host-image] Feb 17 00:05:38.050 INFO O| Feb 17 00:05:38.050 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99132026-02-17T00:05:40.087Z[ host-image] Feb 17 00:05:38.063 INFO O| Feb 17 00:05:38.063 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99142026-02-17T00:05:40.087Z[ host-image] Feb 17 00:05:38.063 INFO O| Feb 17 00:05:38.063 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99152026-02-17T00:05:40.090Z[ host-image] Feb 17 00:05:38.064 INFO O| Feb 17 00:05:38.064 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99162026-02-17T00:05:40.090Z[ host-image] Feb 17 00:05:38.064 INFO O| Feb 17 00:05:38.064 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99172026-02-17T00:05:40.090Z[ host-image] Feb 17 00:05:38.064 INFO O| Feb 17 00:05:38.064 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99182026-02-17T00:05:40.090Z[ host-image] Feb 17 00:05:38.064 INFO O| Feb 17 00:05:38.064 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99192026-02-17T00:05:40.090Z[ host-image] Feb 17 00:05:38.064 INFO O| Feb 17 00:05:38.064 INFO ok!
99202026-02-17T00:05:40.090Z[ host-image] Feb 17 00:05:38.064 INFO O| Feb 17 00:05:38.064 INFO STEP 43 (ensure_file) COMPLETE
99212026-02-17T00:05:40.090Z[ host-image] Feb 17 00:05:38.064 INFO O| Feb 17 00:05:38.064 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99222026-02-17T00:05:40.100Z[ host-image] Feb 17 00:05:38.077 INFO O| Feb 17 00:05:38.076 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99232026-02-17T00:05:40.101Z[ host-image] Feb 17 00:05:38.077 INFO O| Feb 17 00:05:38.077 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 ...
99242026-02-17T00:05:40.103Z[ host-image] Feb 17 00:05:38.077 INFO O| Feb 17 00:05:38.077 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
99252026-02-17T00:05:40.103Z[ host-image] Feb 17 00:05:38.078 INFO O| Feb 17 00:05:38.077 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99262026-02-17T00:05:40.103Z[ host-image] Feb 17 00:05:38.078 INFO O| Feb 17 00:05:38.078 INFO ok!
99272026-02-17T00:05:40.104Z[ host-image] Feb 17 00:05:38.078 INFO O| Feb 17 00:05:38.078 INFO STEP 44 (ensure_file) COMPLETE
99282026-02-17T00:05:40.104Z[ host-image] Feb 17 00:05:38.078 INFO O| Feb 17 00:05:38.078 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99292026-02-17T00:05:40.114Z[ host-image] Feb 17 00:05:38.090 INFO O| Feb 17 00:05:38.090 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99302026-02-17T00:05:40.116Z[ host-image] Feb 17 00:05:38.090 INFO O| Feb 17 00:05:38.090 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99312026-02-17T00:05:40.116Z[ host-image] Feb 17 00:05:38.090 INFO O| Feb 17 00:05:38.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99322026-02-17T00:05:40.116Z[ host-image] Feb 17 00:05:38.090 INFO O| Feb 17 00:05:38.090 INFO ok!
99332026-02-17T00:05:40.116Z[ host-image] Feb 17 00:05:38.090 INFO O| Feb 17 00:05:38.090 INFO STEP 45 (ensure_file) COMPLETE
99342026-02-17T00:05:40.116Z[ host-image] Feb 17 00:05:38.090 INFO O| Feb 17 00:05:38.090 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99352026-02-17T00:05:40.126Z[ host-image] Feb 17 00:05:38.102 INFO O| Feb 17 00:05:38.102 INFO updating shadow file
99362026-02-17T00:05:40.130Z[ host-image] Feb 17 00:05:38.102 INFO O| Feb 17 00:05:38.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99372026-02-17T00:05:40.130Z[ host-image] Feb 17 00:05:38.102 INFO O| Feb 17 00:05:38.102 INFO STEP 46 (shadow) COMPLETE
99382026-02-17T00:05:40.130Z[ host-image] Feb 17 00:05:38.102 INFO O| Feb 17 00:05:38.102 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99392026-02-17T00:05:40.140Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99402026-02-17T00:05:40.140Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99412026-02-17T00:05:40.144Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99422026-02-17T00:05:40.144Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99432026-02-17T00:05:40.144Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO ok!
99442026-02-17T00:05:40.144Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO STEP 47 (ensure_file) COMPLETE
99452026-02-17T00:05:40.144Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99462026-02-17T00:05:40.144Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO skip step because feature "mfg" is not enabled
99472026-02-17T00:05:40.144Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99482026-02-17T00:05:40.144Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO skip step because feature "mfg" is not enabled
99492026-02-17T00:05:40.144Z[ host-image] Feb 17 00:05:38.115 INFO O| Feb 17 00:05:38.115 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99502026-02-17T00:05:40.155Z[ host-image] Feb 17 00:05:38.130 INFO O| Feb 17 00:05:38.130 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99512026-02-17T00:05:40.155Z[ host-image] Feb 17 00:05:38.130 INFO O| Feb 17 00:05:38.130 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99522026-02-17T00:05:40.892Z[ host-image] Feb 17 00:05:38.868 INFO O| Feb 17 00:05:38.868 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99532026-02-17T00:05:40.892Z[ host-image] Feb 17 00:05:38.868 INFO O| Feb 17 00:05:38.868 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99542026-02-17T00:05:40.895Z[ host-image] Feb 17 00:05:38.868 INFO O| Feb 17 00:05:38.868 INFO ok!
99552026-02-17T00:05:40.895Z[ host-image] Feb 17 00:05:38.868 INFO O| Feb 17 00:05:38.868 INFO STEP 50 (ensure_file) COMPLETE
99562026-02-17T00:05:40.895Z[ host-image] Feb 17 00:05:38.868 INFO O| Feb 17 00:05:38.868 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99572026-02-17T00:05:40.895Z[ host-image] Feb 17 00:05:38.868 INFO O| Feb 17 00:05:38.868 INFO skip step because feature "compliance" is not enabled
99582026-02-17T00:05:40.895Z[ host-image] Feb 17 00:05:38.868 INFO O| Feb 17 00:05:38.868 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99592026-02-17T00:05:40.901Z[ host-image] Feb 17 00:05:38.877 INFO O| Feb 17 00:05:38.877 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99602026-02-17T00:05:40.901Z[ host-image] Feb 17 00:05:38.877 INFO O| Feb 17 00:05:38.877 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99612026-02-17T00:05:40.904Z[ host-image] Feb 17 00:05:38.878 INFO O| Feb 17 00:05:38.878 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99622026-02-17T00:05:40.904Z[ host-image] Feb 17 00:05:38.878 INFO O| Feb 17 00:05:38.878 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99632026-02-17T00:05:40.904Z[ host-image] Feb 17 00:05:38.878 INFO O| Feb 17 00:05:38.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99642026-02-17T00:05:40.904Z[ host-image] Feb 17 00:05:38.878 INFO O| Feb 17 00:05:38.878 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99652026-02-17T00:05:40.904Z[ host-image] Feb 17 00:05:38.878 INFO O| Feb 17 00:05:38.878 INFO ok!
99662026-02-17T00:05:40.904Z[ host-image] Feb 17 00:05:38.878 INFO O| Feb 17 00:05:38.878 INFO STEP 52 (ensure_file) COMPLETE
99672026-02-17T00:05:40.904Z[ host-image] Feb 17 00:05:38.878 INFO O| Feb 17 00:05:38.878 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99682026-02-17T00:05:40.911Z[ host-image] Feb 17 00:05:38.887 INFO O| Feb 17 00:05:38.887 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99692026-02-17T00:05:40.911Z[ host-image] Feb 17 00:05:38.887 INFO O| Feb 17 00:05:38.887 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 ...
99702026-02-17T00:05:40.913Z[ host-image] Feb 17 00:05:38.887 INFO O| Feb 17 00:05:38.887 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
99712026-02-17T00:05:40.914Z[ host-image] Feb 17 00:05:38.887 INFO O| Feb 17 00:05:38.887 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99722026-02-17T00:05:40.914Z[ host-image] Feb 17 00:05:38.887 INFO O| Feb 17 00:05:38.887 INFO ok!
99732026-02-17T00:05:40.914Z[ host-image] Feb 17 00:05:38.887 INFO O| Feb 17 00:05:38.887 INFO STEP 53 (ensure_file) COMPLETE
99742026-02-17T00:05:40.914Z[ host-image] Feb 17 00:05:38.887 INFO O| Feb 17 00:05:38.887 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99752026-02-17T00:05:40.921Z[ host-image] Feb 17 00:05:38.897 INFO O| Feb 17 00:05:38.897 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99762026-02-17T00:05:40.921Z[ host-image] Feb 17 00:05:38.897 INFO O| Feb 17 00:05:38.897 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 ...
99772026-02-17T00:05:40.924Z[ host-image] Feb 17 00:05:38.897 INFO O| Feb 17 00:05:38.897 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99782026-02-17T00:05:40.924Z[ host-image] Feb 17 00:05:38.897 INFO O| Feb 17 00:05:38.897 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99792026-02-17T00:05:40.924Z[ host-image] Feb 17 00:05:38.897 INFO O| Feb 17 00:05:38.897 INFO ok!
99802026-02-17T00:05:40.924Z[ host-image] Feb 17 00:05:38.897 INFO O| Feb 17 00:05:38.897 INFO STEP 54 (ensure_file) COMPLETE
99812026-02-17T00:05:40.924Z[ host-image] Feb 17 00:05:38.897 INFO O| Feb 17 00:05:38.897 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99822026-02-17T00:05:40.931Z[ host-image] Feb 17 00:05:38.907 INFO O| Feb 17 00:05:38.907 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99832026-02-17T00:05:40.934Z[ host-image] Feb 17 00:05:38.907 INFO O| Feb 17 00:05:38.907 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 ...
99842026-02-17T00:05:40.934Z[ host-image] Feb 17 00:05:38.908 INFO O| Feb 17 00:05:38.908 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
99852026-02-17T00:05:40.934Z[ host-image] Feb 17 00:05:38.908 INFO O| Feb 17 00:05:38.908 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99862026-02-17T00:05:40.934Z[ host-image] Feb 17 00:05:38.908 INFO O| Feb 17 00:05:38.908 INFO ok!
99872026-02-17T00:05:40.934Z[ host-image] Feb 17 00:05:38.908 INFO O| Feb 17 00:05:38.908 INFO STEP 55 (ensure_file) COMPLETE
99882026-02-17T00:05:40.934Z[ host-image] Feb 17 00:05:38.908 INFO O| Feb 17 00:05:38.908 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99892026-02-17T00:05:40.941Z[ host-image] Feb 17 00:05:38.917 INFO O| Feb 17 00:05:38.917 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99902026-02-17T00:05:40.944Z[ host-image] Feb 17 00:05:38.917 INFO O| Feb 17 00:05:38.917 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 ...
99912026-02-17T00:05:40.944Z[ host-image] Feb 17 00:05:38.918 INFO O| Feb 17 00:05:38.918 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99922026-02-17T00:05:40.944Z[ host-image] Feb 17 00:05:38.918 INFO O| Feb 17 00:05:38.918 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99932026-02-17T00:05:40.944Z[ host-image] Feb 17 00:05:38.918 INFO O| Feb 17 00:05:38.918 INFO ok!
99942026-02-17T00:05:40.944Z[ host-image] Feb 17 00:05:38.918 INFO O| Feb 17 00:05:38.918 INFO STEP 56 (ensure_file) COMPLETE
99952026-02-17T00:05:40.944Z[ host-image] Feb 17 00:05:38.918 INFO O| Feb 17 00:05:38.918 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99962026-02-17T00:05:40.950Z[ host-image] Feb 17 00:05:38.926 INFO O| Feb 17 00:05:38.926 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99972026-02-17T00:05:40.950Z[ host-image] Feb 17 00:05:38.926 INFO O| Feb 17 00:05:38.926 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 ...
99982026-02-17T00:05:40.953Z[ host-image] Feb 17 00:05:38.927 INFO O| Feb 17 00:05:38.927 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
99992026-02-17T00:05:40.953Z[ host-image] Feb 17 00:05:38.927 INFO O| Feb 17 00:05:38.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100002026-02-17T00:05:40.953Z[ host-image] Feb 17 00:05:38.927 INFO O| Feb 17 00:05:38.927 INFO ok!
100012026-02-17T00:05:40.953Z[ host-image] Feb 17 00:05:38.927 INFO O| Feb 17 00:05:38.927 INFO STEP 57 (ensure_file) COMPLETE
100022026-02-17T00:05:40.953Z[ host-image] Feb 17 00:05:38.927 INFO O| Feb 17 00:05:38.927 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100032026-02-17T00:05:40.963Z[ host-image] Feb 17 00:05:38.938 INFO O| Feb 17 00:05:38.938 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100042026-02-17T00:05:40.963Z[ host-image] Feb 17 00:05:38.938 INFO O| Feb 17 00:05:38.938 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 ...
100052026-02-17T00:05:40.966Z[ host-image] Feb 17 00:05:38.939 INFO O| Feb 17 00:05:38.939 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100062026-02-17T00:05:40.966Z[ host-image] Feb 17 00:05:38.939 INFO O| Feb 17 00:05:38.939 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100072026-02-17T00:05:40.966Z[ host-image] Feb 17 00:05:38.939 INFO O| Feb 17 00:05:38.939 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100082026-02-17T00:05:40.966Z[ host-image] Feb 17 00:05:38.939 INFO O| Feb 17 00:05:38.939 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100092026-02-17T00:05:40.966Z[ host-image] Feb 17 00:05:38.939 INFO O| Feb 17 00:05:38.939 INFO ok!
100102026-02-17T00:05:40.966Z[ host-image] Feb 17 00:05:38.939 INFO O| Feb 17 00:05:38.939 INFO STEP 58 (ensure_file) COMPLETE
100112026-02-17T00:05:40.966Z[ host-image] Feb 17 00:05:38.939 INFO O| Feb 17 00:05:38.939 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100122026-02-17T00:05:40.972Z[ host-image] Feb 17 00:05:38.948 INFO O| Feb 17 00:05:38.947 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100132026-02-17T00:05:40.972Z[ host-image] Feb 17 00:05:38.948 INFO O| Feb 17 00:05:38.948 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 ...
100142026-02-17T00:05:40.974Z[ host-image] Feb 17 00:05:38.948 INFO O| Feb 17 00:05:38.948 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
100152026-02-17T00:05:40.974Z[ host-image] Feb 17 00:05:38.948 INFO O| Feb 17 00:05:38.948 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100162026-02-17T00:05:40.974Z[ host-image] Feb 17 00:05:38.948 INFO O| Feb 17 00:05:38.948 INFO ok!
100172026-02-17T00:05:40.974Z[ host-image] Feb 17 00:05:38.948 INFO O| Feb 17 00:05:38.948 INFO STEP 59 (ensure_file) COMPLETE
100182026-02-17T00:05:40.974Z[ host-image] Feb 17 00:05:38.948 INFO O| Feb 17 00:05:38.948 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100192026-02-17T00:05:40.981Z[ host-image] Feb 17 00:05:38.957 INFO O| Feb 17 00:05:38.957 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100202026-02-17T00:05:40.983Z[ host-image] Feb 17 00:05:38.957 INFO O| Feb 17 00:05:38.957 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100212026-02-17T00:05:40.983Z[ host-image] Feb 17 00:05:38.957 INFO O| Feb 17 00:05:38.957 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100222026-02-17T00:05:40.983Z[ host-image] Feb 17 00:05:38.957 INFO O| Feb 17 00:05:38.957 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100232026-02-17T00:05:40.983Z[ host-image] Feb 17 00:05:38.957 INFO O| Feb 17 00:05:38.957 INFO ok!
100242026-02-17T00:05:40.983Z[ host-image] Feb 17 00:05:38.957 INFO O| Feb 17 00:05:38.957 INFO STEP 60 (ensure_file) COMPLETE
100252026-02-17T00:05:40.983Z[ host-image] Feb 17 00:05:38.958 INFO O| Feb 17 00:05:38.957 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100262026-02-17T00:05:40.991Z[ host-image] Feb 17 00:05:38.967 INFO O| Feb 17 00:05:38.967 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100272026-02-17T00:05:40.991Z[ host-image] Feb 17 00:05:38.967 INFO O| Feb 17 00:05:38.967 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 ...
100282026-02-17T00:05:40.994Z[ host-image] Feb 17 00:05:38.968 INFO O| Feb 17 00:05:38.968 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
100292026-02-17T00:05:40.994Z[ host-image] Feb 17 00:05:38.968 INFO O| Feb 17 00:05:38.968 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100302026-02-17T00:05:40.994Z[ host-image] Feb 17 00:05:38.968 INFO O| Feb 17 00:05:38.968 INFO ok!
100312026-02-17T00:05:40.994Z[ host-image] Feb 17 00:05:38.968 INFO O| Feb 17 00:05:38.968 INFO STEP 61 (ensure_file) COMPLETE
100322026-02-17T00:05:40.994Z[ host-image] Feb 17 00:05:38.968 INFO O| Feb 17 00:05:38.968 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100332026-02-17T00:05:41.002Z[ host-image] Feb 17 00:05:38.978 INFO O| Feb 17 00:05:38.978 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100342026-02-17T00:05:41.002Z[ host-image] Feb 17 00:05:38.978 INFO O| Feb 17 00:05:38.978 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100352026-02-17T00:05:41.005Z[ host-image] Feb 17 00:05:38.979 INFO O| Feb 17 00:05:38.979 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100362026-02-17T00:05:41.005Z[ host-image] Feb 17 00:05:38.979 INFO O| Feb 17 00:05:38.979 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100372026-02-17T00:05:41.005Z[ host-image] Feb 17 00:05:38.979 INFO O| Feb 17 00:05:38.979 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100382026-02-17T00:05:41.005Z[ host-image] Feb 17 00:05:38.979 INFO O| Feb 17 00:05:38.979 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100392026-02-17T00:05:41.005Z[ host-image] Feb 17 00:05:38.979 INFO O| Feb 17 00:05:38.979 INFO ok!
100402026-02-17T00:05:41.005Z[ host-image] Feb 17 00:05:38.979 INFO O| Feb 17 00:05:38.979 INFO STEP 62 (ensure_file) COMPLETE
100412026-02-17T00:05:41.005Z[ host-image] Feb 17 00:05:38.979 INFO O| Feb 17 00:05:38.979 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100422026-02-17T00:05:41.011Z[ host-image] Feb 17 00:05:38.987 INFO O| Feb 17 00:05:38.987 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100432026-02-17T00:05:41.011Z[ host-image] Feb 17 00:05:38.987 INFO O| Feb 17 00:05:38.987 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 ...
100442026-02-17T00:05:41.014Z[ host-image] Feb 17 00:05:38.988 INFO O| Feb 17 00:05:38.988 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
100452026-02-17T00:05:41.014Z[ host-image] Feb 17 00:05:38.988 INFO O| Feb 17 00:05:38.988 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100462026-02-17T00:05:41.014Z[ host-image] Feb 17 00:05:38.988 INFO O| Feb 17 00:05:38.988 INFO ok!
100472026-02-17T00:05:41.014Z[ host-image] Feb 17 00:05:38.988 INFO O| Feb 17 00:05:38.988 INFO STEP 63 (ensure_file) COMPLETE
100482026-02-17T00:05:41.014Z[ host-image] Feb 17 00:05:38.988 INFO O| Feb 17 00:05:38.988 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100492026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:38.997 INFO O| Feb 17 00:05:38.997 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100502026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:38.997 INFO O| Feb 17 00:05:38.997 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 ...
100512026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:38.998 INFO O| Feb 17 00:05:38.998 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
100522026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:38.998 INFO O| Feb 17 00:05:38.998 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100532026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:38.998 INFO O| Feb 17 00:05:38.998 INFO ok!
100542026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:38.998 INFO O| Feb 17 00:05:38.998 INFO STEP 64 (ensure_file) COMPLETE
100552026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:38.998 INFO O| Feb 17 00:05:38.998 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100562026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:39.009 INFO O| Feb 17 00:05:39.008 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100572026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:39.009 INFO O| Feb 17 00:05:39.009 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 ...
100582026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:39.009 INFO O| Feb 17 00:05:39.009 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
100592026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:39.009 INFO O| Feb 17 00:05:39.009 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100602026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:39.009 INFO O| Feb 17 00:05:39.009 INFO ok!
100612026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:39.009 INFO O| Feb 17 00:05:39.009 INFO STEP 65 (ensure_file) COMPLETE
100622026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:39.010 INFO O| Feb 17 00:05:39.009 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100632026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:39.010 INFO O| Feb 17 00:05:39.010 INFO skip step because feature "mbist" is not enabled
100642026-02-17T00:05:41.037Z[ host-image] Feb 17 00:05:39.010 INFO O| Feb 17 00:05:39.010 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652026-02-17T00:05:41.042Z[ host-image] Feb 17 00:05:39.019 INFO O| Feb 17 00:05:39.019 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100662026-02-17T00:05:41.042Z[ host-image] Feb 17 00:05:39.019 INFO O| Feb 17 00:05:39.019 INFO STEP 67 (ensure_dir) COMPLETE
100672026-02-17T00:05:41.045Z[ host-image] Feb 17 00:05:39.019 INFO O| Feb 17 00:05:39.019 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100682026-02-17T00:05:41.051Z[ host-image] Feb 17 00:05:39.028 INFO O| Feb 17 00:05:39.028 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100692026-02-17T00:05:41.052Z[ host-image] Feb 17 00:05:39.028 INFO O| Feb 17 00:05:39.028 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100702026-02-17T00:05:41.054Z[ host-image] Feb 17 00:05:39.028 INFO O| Feb 17 00:05:39.028 INFO STEP 68 (ensure_dir) COMPLETE
100712026-02-17T00:05:41.054Z[ host-image] Feb 17 00:05:39.028 INFO O| Feb 17 00:05:39.028 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100722026-02-17T00:05:41.061Z[ host-image] Feb 17 00:05:39.035 INFO O| Feb 17 00:05:39.035 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100732026-02-17T00:05:41.061Z[ host-image] Feb 17 00:05:39.035 INFO O| Feb 17 00:05:39.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100742026-02-17T00:05:41.061Z[ host-image] Feb 17 00:05:39.035 INFO O| Feb 17 00:05:39.035 INFO STEP 69 (ensure_dir) COMPLETE
100752026-02-17T00:05:41.064Z[ host-image] Feb 17 00:05:39.035 INFO O| Feb 17 00:05:39.035 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762026-02-17T00:05:41.067Z[ host-image] Feb 17 00:05:39.043 INFO O| Feb 17 00:05:39.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100772026-02-17T00:05:41.070Z[ host-image] Feb 17 00:05:39.043 INFO O| Feb 17 00:05:39.043 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100782026-02-17T00:05:41.126Z[ recovery-image] Feb 17 00:05:39.098 INFO E| Compiling clap v4.5.37
100792026-02-17T00:05:41.878Z[ host-image] Feb 17 00:05:39.853 INFO O| Feb 17 00:05:39.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100802026-02-17T00:05:41.878Z[ host-image] Feb 17 00:05:39.853 INFO O| Feb 17 00:05:39.853 INFO ok!
100812026-02-17T00:05:41.878Z[ host-image] Feb 17 00:05:39.853 INFO O| Feb 17 00:05:39.853 INFO STEP 70 (ensure_file) COMPLETE
100822026-02-17T00:05:41.878Z[ host-image] Feb 17 00:05:39.853 INFO O| Feb 17 00:05:39.853 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-02-17T00:05:41.888Z[ host-image] Feb 17 00:05:39.864 INFO O| Feb 17 00:05:39.864 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100842026-02-17T00:05:41.888Z[ host-image] Feb 17 00:05:39.864 INFO O| Feb 17 00:05:39.864 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100852026-02-17T00:05:42.670Z[ recovery-image] Feb 17 00:05:40.643 INFO E| Compiling serde v1.0.219
100862026-02-17T00:05:43.023Z[ host-image] Feb 17 00:05:40.998 INFO O| Feb 17 00:05:40.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100872026-02-17T00:05:43.023Z[ host-image] Feb 17 00:05:40.998 INFO O| Feb 17 00:05:40.998 INFO ok!
100882026-02-17T00:05:43.026Z[ host-image] Feb 17 00:05:40.998 INFO O| Feb 17 00:05:40.998 INFO STEP 71 (ensure_file) COMPLETE
100892026-02-17T00:05:43.026Z[ host-image] Feb 17 00:05:40.998 INFO O| Feb 17 00:05:40.998 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100902026-02-17T00:05:43.032Z[ host-image] Feb 17 00:05:41.008 INFO O| Feb 17 00:05:41.008 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100912026-02-17T00:05:43.032Z[ host-image] Feb 17 00:05:41.008 INFO O| Feb 17 00:05:41.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100922026-02-17T00:05:43.035Z[ host-image] Feb 17 00:05:41.008 INFO O| Feb 17 00:05:41.008 INFO STEP 72 (ensure_dir) COMPLETE
100932026-02-17T00:05:43.035Z[ host-image] Feb 17 00:05:41.008 INFO O| Feb 17 00:05:41.008 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942026-02-17T00:05:43.040Z[ host-image] Feb 17 00:05:41.016 INFO O| Feb 17 00:05:41.016 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100952026-02-17T00:05:43.042Z[ host-image] Feb 17 00:05:41.016 INFO O| Feb 17 00:05:41.016 INFO copying /tmp/.tmp9ahkPU/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 ...
100962026-02-17T00:05:43.042Z[ host-image] Feb 17 00:05:41.016 INFO O| Feb 17 00:05:41.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
100972026-02-17T00:05:43.042Z[ host-image] Feb 17 00:05:41.016 INFO O| Feb 17 00:05:41.016 INFO ok!
100982026-02-17T00:05:43.043Z[ host-image] Feb 17 00:05:41.016 INFO O| Feb 17 00:05:41.016 INFO STEP 73 (ensure_file) COMPLETE
100992026-02-17T00:05:43.043Z[ host-image] Feb 17 00:05:41.016 INFO O| Feb 17 00:05:41.016 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-02-17T00:05:43.048Z[ host-image] Feb 17 00:05:41.023 INFO O| Feb 17 00:05:41.023 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101012026-02-17T00:05:43.051Z[ host-image] Feb 17 00:05:41.023 INFO O| Feb 17 00:05:41.023 INFO copying /tmp/.tmp9ahkPU/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 ...
101022026-02-17T00:05:43.051Z[ host-image] Feb 17 00:05:41.023 INFO O| Feb 17 00:05:41.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101032026-02-17T00:05:43.051Z[ host-image] Feb 17 00:05:41.023 INFO O| Feb 17 00:05:41.023 INFO ok!
101042026-02-17T00:05:43.051Z[ host-image] Feb 17 00:05:41.023 INFO O| Feb 17 00:05:41.023 INFO STEP 74 (ensure_file) COMPLETE
101052026-02-17T00:05:43.051Z[ host-image] Feb 17 00:05:41.023 INFO O| Feb 17 00:05:41.023 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-02-17T00:05:43.056Z[ host-image] Feb 17 00:05:41.031 INFO O| Feb 17 00:05:41.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101072026-02-17T00:05:43.056Z[ host-image] Feb 17 00:05:41.031 INFO O| Feb 17 00:05:41.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101082026-02-17T00:05:43.059Z[ host-image] Feb 17 00:05:41.031 INFO O| Feb 17 00:05:41.031 INFO STEP 75 (ensure_dir) COMPLETE
101092026-02-17T00:05:43.059Z[ host-image] Feb 17 00:05:41.031 INFO O| Feb 17 00:05:41.031 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101102026-02-17T00:05:43.063Z[ host-image] Feb 17 00:05:41.039 INFO O| Feb 17 00:05:41.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101112026-02-17T00:05:43.066Z[ host-image] Feb 17 00:05:41.039 INFO O| Feb 17 00:05:41.039 INFO copying /tmp/.tmp9ahkPU/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 ...
101122026-02-17T00:05:43.066Z[ host-image] Feb 17 00:05:41.039 INFO O| Feb 17 00:05:41.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101132026-02-17T00:05:43.066Z[ host-image] Feb 17 00:05:41.039 INFO O| Feb 17 00:05:41.039 INFO ok!
101142026-02-17T00:05:43.066Z[ host-image] Feb 17 00:05:41.039 INFO O| Feb 17 00:05:41.039 INFO STEP 76 (ensure_file) COMPLETE
101152026-02-17T00:05:43.066Z[ host-image] Feb 17 00:05:41.039 INFO O| Feb 17 00:05:41.039 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101162026-02-17T00:05:43.072Z[ host-image] Feb 17 00:05:41.047 INFO O| Feb 17 00:05:41.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101172026-02-17T00:05:43.074Z[ host-image] Feb 17 00:05:41.047 INFO O| Feb 17 00:05:41.047 INFO copying /tmp/.tmp9ahkPU/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 ...
101182026-02-17T00:05:43.074Z[ host-image] Feb 17 00:05:41.047 INFO O| Feb 17 00:05:41.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101192026-02-17T00:05:43.074Z[ host-image] Feb 17 00:05:41.047 INFO O| Feb 17 00:05:41.047 INFO ok!
101202026-02-17T00:05:43.074Z[ host-image] Feb 17 00:05:41.047 INFO O| Feb 17 00:05:41.047 INFO STEP 77 (ensure_file) COMPLETE
101212026-02-17T00:05:43.074Z[ host-image] Feb 17 00:05:41.047 INFO O| Feb 17 00:05:41.047 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101222026-02-17T00:05:43.079Z[ host-image] Feb 17 00:05:41.055 INFO O| Feb 17 00:05:41.055 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101232026-02-17T00:05:43.079Z[ host-image] Feb 17 00:05:41.055 INFO O| Feb 17 00:05:41.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101242026-02-17T00:05:43.082Z[ host-image] Feb 17 00:05:41.055 INFO O| Feb 17 00:05:41.055 INFO STEP 78 (ensure_dir) COMPLETE
101252026-02-17T00:05:43.082Z[ host-image] Feb 17 00:05:41.055 INFO O| Feb 17 00:05:41.055 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-02-17T00:05:43.086Z[ host-image] Feb 17 00:05:41.062 INFO O| Feb 17 00:05:41.062 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101272026-02-17T00:05:43.087Z[ host-image] Feb 17 00:05:41.062 INFO O| Feb 17 00:05:41.062 INFO copying /tmp/.tmp9ahkPU/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 ...
101282026-02-17T00:05:43.089Z[ host-image] Feb 17 00:05:41.062 INFO O| Feb 17 00:05:41.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101292026-02-17T00:05:43.089Z[ host-image] Feb 17 00:05:41.062 INFO O| Feb 17 00:05:41.062 INFO ok!
101302026-02-17T00:05:43.089Z[ host-image] Feb 17 00:05:41.062 INFO O| Feb 17 00:05:41.062 INFO STEP 79 (ensure_file) COMPLETE
101312026-02-17T00:05:43.089Z[ host-image] Feb 17 00:05:41.062 INFO O| Feb 17 00:05:41.062 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322026-02-17T00:05:43.094Z[ host-image] Feb 17 00:05:41.070 INFO O| Feb 17 00:05:41.070 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101332026-02-17T00:05:43.097Z[ host-image] Feb 17 00:05:41.070 INFO O| Feb 17 00:05:41.070 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101342026-02-17T00:05:43.097Z[ host-image] Feb 17 00:05:41.070 INFO O| Feb 17 00:05:41.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101352026-02-17T00:05:43.097Z[ host-image] Feb 17 00:05:41.070 INFO O| Feb 17 00:05:41.070 INFO ok!
101362026-02-17T00:05:43.097Z[ host-image] Feb 17 00:05:41.070 INFO O| Feb 17 00:05:41.070 INFO STEP 80 (ensure_file) COMPLETE
101372026-02-17T00:05:43.097Z[ host-image] Feb 17 00:05:41.070 INFO O| Feb 17 00:05:41.070 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-02-17T00:05:43.104Z[ host-image] Feb 17 00:05:41.080 INFO O| Feb 17 00:05:41.079 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101392026-02-17T00:05:43.106Z[ host-image] Feb 17 00:05:41.080 INFO O| Feb 17 00:05:41.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101402026-02-17T00:05:43.106Z[ host-image] Feb 17 00:05:41.080 INFO O| Feb 17 00:05:41.080 INFO STEP 81 (ensure_dir) COMPLETE
101412026-02-17T00:05:43.107Z[ host-image] Feb 17 00:05:41.080 INFO O| Feb 17 00:05:41.080 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-02-17T00:05:43.113Z[ host-image] Feb 17 00:05:41.089 INFO O| Feb 17 00:05:41.088 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101432026-02-17T00:05:43.113Z[ host-image] Feb 17 00:05:41.089 INFO O| Feb 17 00:05:41.088 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101442026-02-17T00:05:44.346Z[ host-image] Feb 17 00:05:42.321 INFO O| Feb 17 00:05:42.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101452026-02-17T00:05:44.346Z[ host-image] Feb 17 00:05:42.321 INFO O| Feb 17 00:05:42.320 INFO ok!
101462026-02-17T00:05:44.349Z[ host-image] Feb 17 00:05:42.321 INFO O| Feb 17 00:05:42.320 INFO STEP 82 (ensure_file) COMPLETE
101472026-02-17T00:05:44.349Z[ host-image] Feb 17 00:05:42.321 INFO O| Feb 17 00:05:42.320 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-02-17T00:05:44.354Z[ host-image] Feb 17 00:05:42.329 INFO O| Feb 17 00:05:42.329 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101492026-02-17T00:05:44.354Z[ host-image] Feb 17 00:05:42.329 INFO O| Feb 17 00:05:42.329 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101502026-02-17T00:05:44.848Z[ host-image] Feb 17 00:05:42.823 INFO O| Feb 17 00:05:42.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101512026-02-17T00:05:44.848Z[ host-image] Feb 17 00:05:42.823 INFO O| Feb 17 00:05:42.823 INFO ok!
101522026-02-17T00:05:44.848Z[ host-image] Feb 17 00:05:42.823 INFO O| Feb 17 00:05:42.823 INFO STEP 83 (ensure_file) COMPLETE
101532026-02-17T00:05:44.848Z[ host-image] Feb 17 00:05:42.823 INFO O| Feb 17 00:05:42.823 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-02-17T00:05:44.857Z[ host-image] Feb 17 00:05:42.832 INFO O| Feb 17 00:05:42.832 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101552026-02-17T00:05:44.857Z[ host-image] Feb 17 00:05:42.832 INFO O| Feb 17 00:05:42.832 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101562026-02-17T00:05:46.959Z[ recovery-image] Feb 17 00:05:44.933 INFO E| Compiling serde_spanned v0.6.8
101572026-02-17T00:05:46.962Z[ recovery-image] Feb 17 00:05:44.934 INFO E| Compiling toml_datetime v0.6.9
101582026-02-17T00:05:47.265Z[ recovery-image] Feb 17 00:05:45.240 INFO E| Compiling toml_edit v0.22.26
101592026-02-17T00:05:47.471Z[ host-image] Feb 17 00:05:45.445 INFO O| Feb 17 00:05:45.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101602026-02-17T00:05:47.471Z[ host-image] Feb 17 00:05:45.445 INFO O| Feb 17 00:05:45.445 INFO ok!
101612026-02-17T00:05:47.471Z[ host-image] Feb 17 00:05:45.445 INFO O| Feb 17 00:05:45.445 INFO STEP 84 (ensure_file) COMPLETE
101622026-02-17T00:05:47.474Z[ host-image] Feb 17 00:05:45.445 INFO O| Feb 17 00:05:45.445 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-02-17T00:05:47.479Z[ host-image] Feb 17 00:05:45.454 INFO O| Feb 17 00:05:45.454 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101642026-02-17T00:05:47.482Z[ host-image] Feb 17 00:05:45.454 INFO O| Feb 17 00:05:45.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101652026-02-17T00:05:47.482Z[ host-image] Feb 17 00:05:45.454 INFO O| Feb 17 00:05:45.454 INFO STEP 85 (ensure_dir) COMPLETE
101662026-02-17T00:05:47.482Z[ host-image] Feb 17 00:05:45.454 INFO O| Feb 17 00:05:45.454 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-02-17T00:05:47.487Z[ host-image] Feb 17 00:05:45.462 INFO O| Feb 17 00:05:45.462 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101682026-02-17T00:05:47.487Z[ host-image] Feb 17 00:05:45.462 INFO O| Feb 17 00:05:45.462 INFO copying /tmp/.tmp9ahkPU/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 ...
101692026-02-17T00:05:47.490Z[ host-image] Feb 17 00:05:45.462 INFO O| Feb 17 00:05:45.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101702026-02-17T00:05:47.490Z[ host-image] Feb 17 00:05:45.462 INFO O| Feb 17 00:05:45.462 INFO ok!
101712026-02-17T00:05:47.490Z[ host-image] Feb 17 00:05:45.462 INFO O| Feb 17 00:05:45.462 INFO STEP 86 (ensure_file) COMPLETE
101722026-02-17T00:05:47.491Z[ host-image] Feb 17 00:05:45.462 INFO O| Feb 17 00:05:45.462 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-02-17T00:05:47.494Z[ host-image] Feb 17 00:05:45.469 INFO O| Feb 17 00:05:45.469 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101742026-02-17T00:05:47.494Z[ host-image] Feb 17 00:05:45.469 INFO O| Feb 17 00:05:45.469 INFO copying /tmp/.tmp9ahkPU/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 ...
101752026-02-17T00:05:47.498Z[ host-image] Feb 17 00:05:45.469 INFO O| Feb 17 00:05:45.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101762026-02-17T00:05:47.498Z[ host-image] Feb 17 00:05:45.470 INFO O| Feb 17 00:05:45.469 INFO ok!
101772026-02-17T00:05:47.498Z[ host-image] Feb 17 00:05:45.470 INFO O| Feb 17 00:05:45.469 INFO STEP 87 (ensure_file) COMPLETE
101782026-02-17T00:05:47.498Z[ host-image] Feb 17 00:05:45.470 INFO O| Feb 17 00:05:45.470 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-02-17T00:05:47.502Z[ host-image] Feb 17 00:05:45.477 INFO O| Feb 17 00:05:45.477 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101802026-02-17T00:05:47.502Z[ host-image] Feb 17 00:05:45.477 INFO O| Feb 17 00:05:45.477 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101812026-02-17T00:05:47.505Z[ host-image] Feb 17 00:05:45.477 INFO O| Feb 17 00:05:45.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101822026-02-17T00:05:47.505Z[ host-image] Feb 17 00:05:45.477 INFO O| Feb 17 00:05:45.477 INFO ok!
101832026-02-17T00:05:47.505Z[ host-image] Feb 17 00:05:45.477 INFO O| Feb 17 00:05:45.477 INFO STEP 88 (ensure_file) COMPLETE
101842026-02-17T00:05:47.505Z[ host-image] Feb 17 00:05:45.477 INFO O| Feb 17 00:05:45.477 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-02-17T00:05:47.509Z[ host-image] Feb 17 00:05:45.485 INFO O| Feb 17 00:05:45.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101862026-02-17T00:05:47.509Z[ host-image] Feb 17 00:05:45.485 INFO O| Feb 17 00:05:45.485 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101872026-02-17T00:05:47.512Z[ host-image] Feb 17 00:05:45.485 INFO O| Feb 17 00:05:45.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101882026-02-17T00:05:47.512Z[ host-image] Feb 17 00:05:45.485 INFO O| Feb 17 00:05:45.485 INFO ok!
101892026-02-17T00:05:47.512Z[ host-image] Feb 17 00:05:45.485 INFO O| Feb 17 00:05:45.485 INFO STEP 89 (ensure_file) COMPLETE
101902026-02-17T00:05:47.512Z[ host-image] Feb 17 00:05:45.485 INFO O| Feb 17 00:05:45.485 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-02-17T00:05:47.517Z[ host-image] Feb 17 00:05:45.492 INFO O| Feb 17 00:05:45.492 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101922026-02-17T00:05:47.517Z[ host-image] Feb 17 00:05:45.492 INFO O| Feb 17 00:05:45.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101932026-02-17T00:05:47.520Z[ host-image] Feb 17 00:05:45.492 INFO O| Feb 17 00:05:45.492 INFO STEP 90 (ensure_dir) COMPLETE
101942026-02-17T00:05:47.520Z[ host-image] Feb 17 00:05:45.492 INFO O| Feb 17 00:05:45.492 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-02-17T00:05:47.525Z[ host-image] Feb 17 00:05:45.500 INFO O| Feb 17 00:05:45.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101962026-02-17T00:05:47.525Z[ host-image] Feb 17 00:05:45.500 INFO O| Feb 17 00:05:45.500 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101972026-02-17T00:05:47.530Z[ host-image] Feb 17 00:05:45.505 INFO O| Feb 17 00:05:45.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101982026-02-17T00:05:47.530Z[ host-image] Feb 17 00:05:45.505 INFO O| Feb 17 00:05:45.505 INFO ok!
101992026-02-17T00:05:47.534Z[ host-image] Feb 17 00:05:45.505 INFO O| Feb 17 00:05:45.505 INFO STEP 91 (ensure_file) COMPLETE
102002026-02-17T00:05:47.534Z[ host-image] Feb 17 00:05:45.505 INFO O| Feb 17 00:05:45.505 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-02-17T00:05:47.538Z[ host-image] Feb 17 00:05:45.513 INFO O| Feb 17 00:05:45.513 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102022026-02-17T00:05:47.538Z[ host-image] Feb 17 00:05:45.513 INFO O| Feb 17 00:05:45.513 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102032026-02-17T00:05:47.541Z[ host-image] Feb 17 00:05:45.513 INFO O| Feb 17 00:05:45.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102042026-02-17T00:05:47.541Z[ host-image] Feb 17 00:05:45.513 INFO O| Feb 17 00:05:45.513 INFO ok!
102052026-02-17T00:05:47.541Z[ host-image] Feb 17 00:05:45.513 INFO O| Feb 17 00:05:45.513 INFO STEP 92 (ensure_file) COMPLETE
102062026-02-17T00:05:47.541Z[ host-image] Feb 17 00:05:45.513 INFO O| Feb 17 00:05:45.513 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-02-17T00:05:47.545Z[ host-image] Feb 17 00:05:45.521 INFO O| Feb 17 00:05:45.520 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102082026-02-17T00:05:47.546Z[ host-image] Feb 17 00:05:45.521 INFO O| Feb 17 00:05:45.521 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102092026-02-17T00:05:48.522Z[ host-image] Feb 17 00:05:46.497 INFO O| Feb 17 00:05:46.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102102026-02-17T00:05:48.523Z[ host-image] Feb 17 00:05:46.497 INFO O| Feb 17 00:05:46.497 INFO ok!
102112026-02-17T00:05:48.525Z[ host-image] Feb 17 00:05:46.497 INFO O| Feb 17 00:05:46.497 INFO STEP 93 (ensure_file) COMPLETE
102122026-02-17T00:05:48.525Z[ host-image] Feb 17 00:05:46.497 INFO O| Feb 17 00:05:46.497 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-02-17T00:05:48.531Z[ host-image] Feb 17 00:05:46.506 INFO O| Feb 17 00:05:46.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102142026-02-17T00:05:48.531Z[ host-image] Feb 17 00:05:46.506 INFO O| Feb 17 00:05:46.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102152026-02-17T00:05:48.534Z[ host-image] Feb 17 00:05:46.506 INFO O| Feb 17 00:05:46.506 INFO STEP 94 (ensure_dir) COMPLETE
102162026-02-17T00:05:48.534Z[ host-image] Feb 17 00:05:46.506 INFO O| Feb 17 00:05:46.506 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-02-17T00:05:48.539Z[ host-image] Feb 17 00:05:46.514 INFO O| Feb 17 00:05:46.514 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102182026-02-17T00:05:48.542Z[ host-image] Feb 17 00:05:46.514 INFO O| Feb 17 00:05:46.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102192026-02-17T00:05:48.542Z[ host-image] Feb 17 00:05:46.514 INFO O| Feb 17 00:05:46.514 INFO STEP 95 (ensure_dir) COMPLETE
102202026-02-17T00:05:48.542Z[ host-image] Feb 17 00:05:46.514 INFO O| Feb 17 00:05:46.514 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-02-17T00:05:48.547Z[ host-image] Feb 17 00:05:46.522 INFO O| Feb 17 00:05:46.522 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102222026-02-17T00:05:48.549Z[ host-image] Feb 17 00:05:46.522 INFO O| Feb 17 00:05:46.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102232026-02-17T00:05:48.550Z[ host-image] Feb 17 00:05:46.522 INFO O| Feb 17 00:05:46.522 INFO STEP 96 (ensure_dir) COMPLETE
102242026-02-17T00:05:48.550Z[ host-image] Feb 17 00:05:46.522 INFO O| Feb 17 00:05:46.522 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-02-17T00:05:48.555Z[ host-image] Feb 17 00:05:46.531 INFO O| Feb 17 00:05:46.530 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102262026-02-17T00:05:48.558Z[ host-image] Feb 17 00:05:46.531 INFO O| Feb 17 00:05:46.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102272026-02-17T00:05:48.558Z[ host-image] Feb 17 00:05:46.531 INFO O| Feb 17 00:05:46.531 INFO STEP 97 (ensure_dir) COMPLETE
102282026-02-17T00:05:48.558Z[ host-image] Feb 17 00:05:46.531 INFO O| Feb 17 00:05:46.531 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-02-17T00:05:48.563Z[ host-image] Feb 17 00:05:46.538 INFO O| Feb 17 00:05:46.538 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102302026-02-17T00:05:48.566Z[ host-image] Feb 17 00:05:46.538 INFO O| Feb 17 00:05:46.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102312026-02-17T00:05:48.566Z[ host-image] Feb 17 00:05:46.538 INFO O| Feb 17 00:05:46.538 INFO STEP 98 (ensure_dir) COMPLETE
102322026-02-17T00:05:48.566Z[ host-image] Feb 17 00:05:46.538 INFO O| Feb 17 00:05:46.538 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-02-17T00:05:48.571Z[ host-image] Feb 17 00:05:46.546 INFO O| Feb 17 00:05:46.546 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102342026-02-17T00:05:48.571Z[ host-image] Feb 17 00:05:46.546 INFO O| Feb 17 00:05:46.546 INFO copying /tmp/.tmp9ahkPU/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 ...
102352026-02-17T00:05:48.573Z[ host-image] Feb 17 00:05:46.546 INFO O| Feb 17 00:05:46.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102362026-02-17T00:05:48.573Z[ host-image] Feb 17 00:05:46.546 INFO O| Feb 17 00:05:46.546 INFO ok!
102372026-02-17T00:05:48.573Z[ host-image] Feb 17 00:05:46.546 INFO O| Feb 17 00:05:46.546 INFO STEP 99 (ensure_file) COMPLETE
102382026-02-17T00:05:48.573Z[ host-image] Feb 17 00:05:46.546 INFO O| Feb 17 00:05:46.546 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-02-17T00:05:48.578Z[ host-image] Feb 17 00:05:46.553 INFO O| Feb 17 00:05:46.553 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102402026-02-17T00:05:48.578Z[ host-image] Feb 17 00:05:46.553 INFO O| Feb 17 00:05:46.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102412026-02-17T00:05:48.581Z[ host-image] Feb 17 00:05:46.553 INFO O| Feb 17 00:05:46.553 INFO STEP 100 (ensure_dir) COMPLETE
102422026-02-17T00:05:48.581Z[ host-image] Feb 17 00:05:46.553 INFO O| Feb 17 00:05:46.553 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-02-17T00:05:48.586Z[ host-image] Feb 17 00:05:46.561 INFO O| Feb 17 00:05:46.561 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102442026-02-17T00:05:48.586Z[ host-image] Feb 17 00:05:46.561 INFO O| Feb 17 00:05:46.561 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102452026-02-17T00:05:48.900Z[ host-image] Feb 17 00:05:46.875 INFO O| Feb 17 00:05:46.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102462026-02-17T00:05:48.900Z[ host-image] Feb 17 00:05:46.875 INFO O| Feb 17 00:05:46.875 INFO ok!
102472026-02-17T00:05:48.903Z[ host-image] Feb 17 00:05:46.875 INFO O| Feb 17 00:05:46.875 INFO STEP 101 (ensure_file) COMPLETE
102482026-02-17T00:05:48.903Z[ host-image] Feb 17 00:05:46.875 INFO O| Feb 17 00:05:46.875 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-02-17T00:05:48.908Z[ host-image] Feb 17 00:05:46.883 INFO O| Feb 17 00:05:46.883 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102502026-02-17T00:05:48.911Z[ host-image] Feb 17 00:05:46.883 INFO O| Feb 17 00:05:46.883 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102512026-02-17T00:05:48.911Z[ host-image] Feb 17 00:05:46.884 INFO O| Feb 17 00:05:46.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102522026-02-17T00:05:48.911Z[ host-image] Feb 17 00:05:46.884 INFO O| Feb 17 00:05:46.884 INFO ok!
102532026-02-17T00:05:48.911Z[ host-image] Feb 17 00:05:46.884 INFO O| Feb 17 00:05:46.884 INFO STEP 102 (ensure_file) COMPLETE
102542026-02-17T00:05:48.911Z[ host-image] Feb 17 00:05:46.884 INFO O| Feb 17 00:05:46.884 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-02-17T00:05:48.917Z[ host-image] Feb 17 00:05:46.891 INFO O| Feb 17 00:05:46.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102562026-02-17T00:05:48.917Z[ host-image] Feb 17 00:05:46.891 INFO O| Feb 17 00:05:46.891 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102572026-02-17T00:05:49.400Z[ host-image] Feb 17 00:05:47.374 INFO O| Feb 17 00:05:47.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102582026-02-17T00:05:49.400Z[ host-image] Feb 17 00:05:47.374 INFO O| Feb 17 00:05:47.374 INFO ok!
102592026-02-17T00:05:49.403Z[ host-image] Feb 17 00:05:47.374 INFO O| Feb 17 00:05:47.374 INFO STEP 103 (ensure_file) COMPLETE
102602026-02-17T00:05:49.403Z[ host-image] Feb 17 00:05:47.374 INFO O| Feb 17 00:05:47.374 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-02-17T00:05:49.408Z[ host-image] Feb 17 00:05:47.383 INFO O| Feb 17 00:05:47.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102622026-02-17T00:05:49.408Z[ host-image] Feb 17 00:05:47.383 INFO O| Feb 17 00:05:47.383 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102632026-02-17T00:05:49.411Z[ host-image] Feb 17 00:05:47.383 INFO O| Feb 17 00:05:47.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102642026-02-17T00:05:49.411Z[ host-image] Feb 17 00:05:47.383 INFO O| Feb 17 00:05:47.383 INFO ok!
102652026-02-17T00:05:49.411Z[ host-image] Feb 17 00:05:47.383 INFO O| Feb 17 00:05:47.383 INFO STEP 104 (ensure_file) COMPLETE
102662026-02-17T00:05:49.411Z[ host-image] Feb 17 00:05:47.383 INFO O| Feb 17 00:05:47.383 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-02-17T00:05:49.417Z[ host-image] Feb 17 00:05:47.392 INFO O| Feb 17 00:05:47.392 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102682026-02-17T00:05:49.420Z[ host-image] Feb 17 00:05:47.392 INFO O| Feb 17 00:05:47.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102692026-02-17T00:05:49.420Z[ host-image] Feb 17 00:05:47.392 INFO O| Feb 17 00:05:47.392 INFO STEP 105 (ensure_dir) COMPLETE
102702026-02-17T00:05:49.420Z[ host-image] Feb 17 00:05:47.392 INFO O| Feb 17 00:05:47.392 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-02-17T00:05:49.427Z[ host-image] Feb 17 00:05:47.402 INFO O| Feb 17 00:05:47.402 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102722026-02-17T00:05:49.427Z[ host-image] Feb 17 00:05:47.402 INFO O| Feb 17 00:05:47.402 INFO copying /tmp/.tmp9ahkPU/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 ...
102732026-02-17T00:05:49.917Z[ host-image] Feb 17 00:05:47.891 INFO O| Feb 17 00:05:47.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102742026-02-17T00:05:49.917Z[ host-image] Feb 17 00:05:47.891 INFO O| Feb 17 00:05:47.891 INFO ok!
102752026-02-17T00:05:49.944Z[ host-image] Feb 17 00:05:47.891 INFO O| Feb 17 00:05:47.891 INFO STEP 106 (ensure_file) COMPLETE
102762026-02-17T00:05:49.944Z[ host-image] Feb 17 00:05:47.891 INFO O| Feb 17 00:05:47.891 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.900 INFO O| Feb 17 00:05:47.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102782026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.900 INFO O| Feb 17 00:05:47.900 INFO copying /tmp/.tmp9ahkPU/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 ...
102792026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.900 INFO O| Feb 17 00:05:47.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102802026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.900 INFO O| Feb 17 00:05:47.900 INFO ok!
102812026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.900 INFO O| Feb 17 00:05:47.900 INFO STEP 107 (ensure_file) COMPLETE
102822026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.900 INFO O| Feb 17 00:05:47.900 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.908 INFO O| Feb 17 00:05:47.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102842026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.908 INFO O| Feb 17 00:05:47.908 INFO copying /tmp/.tmp9ahkPU/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 ...
102852026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.908 INFO O| Feb 17 00:05:47.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102862026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.908 INFO O| Feb 17 00:05:47.908 INFO ok!
102872026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.908 INFO O| Feb 17 00:05:47.908 INFO STEP 108 (ensure_file) COMPLETE
102882026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.908 INFO O| Feb 17 00:05:47.908 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.916 INFO O| Feb 17 00:05:47.916 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102902026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.916 INFO O| Feb 17 00:05:47.916 INFO copying /tmp/.tmp9ahkPU/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 ...
102912026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.916 INFO O| Feb 17 00:05:47.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102922026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.916 INFO O| Feb 17 00:05:47.916 INFO ok!
102932026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.916 INFO O| Feb 17 00:05:47.916 INFO STEP 109 (ensure_file) COMPLETE
102942026-02-17T00:05:49.948Z[ host-image] Feb 17 00:05:47.916 INFO O| Feb 17 00:05:47.916 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-02-17T00:05:49.951Z[ host-image] Feb 17 00:05:47.924 INFO O| Feb 17 00:05:47.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102962026-02-17T00:05:49.951Z[ host-image] Feb 17 00:05:47.924 INFO O| Feb 17 00:05:47.924 INFO copying /tmp/.tmp9ahkPU/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 ...
102972026-02-17T00:05:49.951Z[ host-image] Feb 17 00:05:47.924 INFO O| Feb 17 00:05:47.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102982026-02-17T00:05:49.951Z[ host-image] Feb 17 00:05:47.924 INFO O| Feb 17 00:05:47.924 INFO ok!
102992026-02-17T00:05:49.951Z[ host-image] Feb 17 00:05:47.924 INFO O| Feb 17 00:05:47.924 INFO STEP 110 (ensure_file) COMPLETE
103002026-02-17T00:05:49.951Z[ host-image] Feb 17 00:05:47.924 INFO O| Feb 17 00:05:47.924 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-02-17T00:05:49.957Z[ host-image] Feb 17 00:05:47.932 INFO O| Feb 17 00:05:47.932 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103022026-02-17T00:05:49.957Z[ host-image] Feb 17 00:05:47.932 INFO O| Feb 17 00:05:47.932 INFO copying /tmp/.tmp9ahkPU/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 ...
103032026-02-17T00:05:49.960Z[ host-image] Feb 17 00:05:47.932 INFO O| Feb 17 00:05:47.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103042026-02-17T00:05:49.960Z[ host-image] Feb 17 00:05:47.932 INFO O| Feb 17 00:05:47.932 INFO ok!
103052026-02-17T00:05:49.960Z[ host-image] Feb 17 00:05:47.932 INFO O| Feb 17 00:05:47.932 INFO STEP 111 (ensure_file) COMPLETE
103062026-02-17T00:05:49.960Z[ host-image] Feb 17 00:05:47.932 INFO O| Feb 17 00:05:47.932 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-02-17T00:05:49.965Z[ host-image] Feb 17 00:05:47.940 INFO O| Feb 17 00:05:47.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103082026-02-17T00:05:49.968Z[ host-image] Feb 17 00:05:47.940 INFO O| Feb 17 00:05:47.940 INFO copying /tmp/.tmp9ahkPU/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 ...
103092026-02-17T00:05:49.968Z[ host-image] Feb 17 00:05:47.940 INFO O| Feb 17 00:05:47.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103102026-02-17T00:05:49.968Z[ host-image] Feb 17 00:05:47.940 INFO O| Feb 17 00:05:47.940 INFO ok!
103112026-02-17T00:05:49.968Z[ host-image] Feb 17 00:05:47.940 INFO O| Feb 17 00:05:47.940 INFO STEP 112 (ensure_file) COMPLETE
103122026-02-17T00:05:49.968Z[ host-image] Feb 17 00:05:47.940 INFO O| Feb 17 00:05:47.940 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-02-17T00:05:49.975Z[ host-image] Feb 17 00:05:47.950 INFO O| Feb 17 00:05:47.950 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103142026-02-17T00:05:49.975Z[ host-image] Feb 17 00:05:47.950 INFO O| Feb 17 00:05:47.950 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103152026-02-17T00:05:49.978Z[ host-image] Feb 17 00:05:47.950 INFO O| Feb 17 00:05:47.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103162026-02-17T00:05:49.978Z[ host-image] Feb 17 00:05:47.950 INFO O| Feb 17 00:05:47.950 INFO ok!
103172026-02-17T00:05:49.978Z[ host-image] Feb 17 00:05:47.950 INFO O| Feb 17 00:05:47.950 INFO STEP 113 (ensure_file) COMPLETE
103182026-02-17T00:05:49.978Z[ host-image] Feb 17 00:05:47.950 INFO O| Feb 17 00:05:47.950 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-02-17T00:05:49.982Z[ host-image] Feb 17 00:05:47.957 INFO O| Feb 17 00:05:47.957 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103202026-02-17T00:05:49.982Z[ host-image] Feb 17 00:05:47.957 INFO O| Feb 17 00:05:47.957 INFO copying /tmp/.tmp9ahkPU/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 ...
103212026-02-17T00:05:49.985Z[ host-image] Feb 17 00:05:47.957 INFO O| Feb 17 00:05:47.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103222026-02-17T00:05:49.985Z[ host-image] Feb 17 00:05:47.957 INFO O| Feb 17 00:05:47.957 INFO ok!
103232026-02-17T00:05:49.985Z[ host-image] Feb 17 00:05:47.957 INFO O| Feb 17 00:05:47.957 INFO STEP 114 (ensure_file) COMPLETE
103242026-02-17T00:05:49.985Z[ host-image] Feb 17 00:05:47.957 INFO O| Feb 17 00:05:47.957 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-02-17T00:05:49.990Z[ host-image] Feb 17 00:05:47.965 INFO O| Feb 17 00:05:47.965 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103262026-02-17T00:05:49.990Z[ host-image] Feb 17 00:05:47.965 INFO O| Feb 17 00:05:47.965 INFO copying /tmp/.tmp9ahkPU/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 ...
103272026-02-17T00:05:49.993Z[ host-image] Feb 17 00:05:47.965 INFO O| Feb 17 00:05:47.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103282026-02-17T00:05:49.993Z[ host-image] Feb 17 00:05:47.965 INFO O| Feb 17 00:05:47.965 INFO ok!
103292026-02-17T00:05:49.993Z[ host-image] Feb 17 00:05:47.965 INFO O| Feb 17 00:05:47.965 INFO STEP 115 (ensure_file) COMPLETE
103302026-02-17T00:05:49.993Z[ host-image] Feb 17 00:05:47.965 INFO O| Feb 17 00:05:47.965 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-02-17T00:05:49.997Z[ host-image] Feb 17 00:05:47.972 INFO O| Feb 17 00:05:47.972 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103322026-02-17T00:05:49.997Z[ host-image] Feb 17 00:05:47.972 INFO O| Feb 17 00:05:47.972 INFO copying /tmp/.tmp9ahkPU/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 ...
103332026-02-17T00:05:50.001Z[ host-image] Feb 17 00:05:47.972 INFO O| Feb 17 00:05:47.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103342026-02-17T00:05:50.001Z[ host-image] Feb 17 00:05:47.972 INFO O| Feb 17 00:05:47.972 INFO ok!
103352026-02-17T00:05:50.001Z[ host-image] Feb 17 00:05:47.972 INFO O| Feb 17 00:05:47.972 INFO STEP 116 (ensure_file) COMPLETE
103362026-02-17T00:05:50.001Z[ host-image] Feb 17 00:05:47.972 INFO O| Feb 17 00:05:47.972 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-02-17T00:05:50.005Z[ host-image] Feb 17 00:05:47.980 INFO O| Feb 17 00:05:47.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103382026-02-17T00:05:50.005Z[ host-image] Feb 17 00:05:47.980 INFO O| Feb 17 00:05:47.980 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103392026-02-17T00:05:50.005Z[ host-image] Feb 17 00:05:47.980 INFO O| Feb 17 00:05:47.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103402026-02-17T00:05:50.008Z[ host-image] Feb 17 00:05:47.980 INFO O| Feb 17 00:05:47.980 INFO ok!
103412026-02-17T00:05:50.008Z[ host-image] Feb 17 00:05:47.980 INFO O| Feb 17 00:05:47.980 INFO STEP 117 (ensure_file) COMPLETE
103422026-02-17T00:05:50.008Z[ host-image] Feb 17 00:05:47.980 INFO O| Feb 17 00:05:47.980 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-02-17T00:05:50.013Z[ host-image] Feb 17 00:05:47.987 INFO O| Feb 17 00:05:47.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103442026-02-17T00:05:50.013Z[ host-image] Feb 17 00:05:47.987 INFO O| Feb 17 00:05:47.987 INFO copying /tmp/.tmp9ahkPU/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 ...
103452026-02-17T00:05:50.016Z[ host-image] Feb 17 00:05:47.987 INFO O| Feb 17 00:05:47.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103462026-02-17T00:05:50.016Z[ host-image] Feb 17 00:05:47.988 INFO O| Feb 17 00:05:47.987 INFO ok!
103472026-02-17T00:05:50.016Z[ host-image] Feb 17 00:05:47.988 INFO O| Feb 17 00:05:47.988 INFO STEP 118 (ensure_file) COMPLETE
103482026-02-17T00:05:50.016Z[ host-image] Feb 17 00:05:47.988 INFO O| Feb 17 00:05:47.988 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-02-17T00:05:50.020Z[ host-image] Feb 17 00:05:47.995 INFO O| Feb 17 00:05:47.995 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103502026-02-17T00:05:50.020Z[ host-image] Feb 17 00:05:47.995 INFO O| Feb 17 00:05:47.995 INFO copying /tmp/.tmp9ahkPU/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 ...
103512026-02-17T00:05:50.023Z[ host-image] Feb 17 00:05:47.995 INFO O| Feb 17 00:05:47.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103522026-02-17T00:05:50.023Z[ host-image] Feb 17 00:05:47.995 INFO O| Feb 17 00:05:47.995 INFO ok!
103532026-02-17T00:05:50.023Z[ host-image] Feb 17 00:05:47.995 INFO O| Feb 17 00:05:47.995 INFO STEP 119 (ensure_file) COMPLETE
103542026-02-17T00:05:50.023Z[ host-image] Feb 17 00:05:47.995 INFO O| Feb 17 00:05:47.995 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-02-17T00:05:50.029Z[ host-image] Feb 17 00:05:48.004 INFO O| Feb 17 00:05:48.004 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103562026-02-17T00:05:50.029Z[ host-image] Feb 17 00:05:48.004 INFO O| Feb 17 00:05:48.004 INFO copying /tmp/.tmp9ahkPU/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 ...
103572026-02-17T00:05:50.033Z[ host-image] Feb 17 00:05:48.004 INFO O| Feb 17 00:05:48.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103582026-02-17T00:05:50.033Z[ host-image] Feb 17 00:05:48.004 INFO O| Feb 17 00:05:48.004 INFO ok!
103592026-02-17T00:05:50.033Z[ host-image] Feb 17 00:05:48.004 INFO O| Feb 17 00:05:48.004 INFO STEP 120 (ensure_file) COMPLETE
103602026-02-17T00:05:50.033Z[ host-image] Feb 17 00:05:48.004 INFO O| Feb 17 00:05:48.004 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-02-17T00:05:50.037Z[ host-image] Feb 17 00:05:48.012 INFO O| Feb 17 00:05:48.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103622026-02-17T00:05:50.037Z[ host-image] Feb 17 00:05:48.012 INFO O| Feb 17 00:05:48.012 INFO copying /tmp/.tmp9ahkPU/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 ...
103632026-02-17T00:05:50.040Z[ host-image] Feb 17 00:05:48.012 INFO O| Feb 17 00:05:48.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103642026-02-17T00:05:50.040Z[ host-image] Feb 17 00:05:48.012 INFO O| Feb 17 00:05:48.012 INFO ok!
103652026-02-17T00:05:50.040Z[ host-image] Feb 17 00:05:48.012 INFO O| Feb 17 00:05:48.012 INFO STEP 121 (ensure_file) COMPLETE
103662026-02-17T00:05:50.040Z[ host-image] Feb 17 00:05:48.012 INFO O| Feb 17 00:05:48.012 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-02-17T00:05:50.045Z[ host-image] Feb 17 00:05:48.019 INFO O| Feb 17 00:05:48.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103682026-02-17T00:05:50.047Z[ host-image] Feb 17 00:05:48.019 INFO O| Feb 17 00:05:48.019 INFO copying /tmp/.tmp9ahkPU/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 ...
103692026-02-17T00:05:50.047Z[ host-image] Feb 17 00:05:48.019 INFO O| Feb 17 00:05:48.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103702026-02-17T00:05:50.047Z[ host-image] Feb 17 00:05:48.019 INFO O| Feb 17 00:05:48.019 INFO ok!
103712026-02-17T00:05:50.047Z[ host-image] Feb 17 00:05:48.019 INFO O| Feb 17 00:05:48.019 INFO STEP 122 (ensure_file) COMPLETE
103722026-02-17T00:05:50.048Z[ host-image] Feb 17 00:05:48.019 INFO O| Feb 17 00:05:48.019 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-02-17T00:05:50.052Z[ host-image] Feb 17 00:05:48.027 INFO O| Feb 17 00:05:48.027 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103742026-02-17T00:05:50.056Z[ host-image] Feb 17 00:05:48.027 INFO O| Feb 17 00:05:48.027 INFO copying /tmp/.tmp9ahkPU/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 ...
103752026-02-17T00:05:50.056Z[ host-image] Feb 17 00:05:48.027 INFO O| Feb 17 00:05:48.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103762026-02-17T00:05:50.056Z[ host-image] Feb 17 00:05:48.027 INFO O| Feb 17 00:05:48.027 INFO ok!
103772026-02-17T00:05:50.056Z[ host-image] Feb 17 00:05:48.027 INFO O| Feb 17 00:05:48.027 INFO STEP 123 (ensure_file) COMPLETE
103782026-02-17T00:05:50.056Z[ host-image] Feb 17 00:05:48.027 INFO O| Feb 17 00:05:48.027 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-02-17T00:05:50.060Z[ host-image] Feb 17 00:05:48.035 INFO O| Feb 17 00:05:48.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103802026-02-17T00:05:50.060Z[ host-image] Feb 17 00:05:48.035 INFO O| Feb 17 00:05:48.035 INFO copying /tmp/.tmp9ahkPU/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 ...
103812026-02-17T00:05:50.063Z[ host-image] Feb 17 00:05:48.035 INFO O| Feb 17 00:05:48.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103822026-02-17T00:05:50.063Z[ host-image] Feb 17 00:05:48.035 INFO O| Feb 17 00:05:48.035 INFO ok!
103832026-02-17T00:05:50.063Z[ host-image] Feb 17 00:05:48.035 INFO O| Feb 17 00:05:48.035 INFO STEP 124 (ensure_file) COMPLETE
103842026-02-17T00:05:50.063Z[ host-image] Feb 17 00:05:48.035 INFO O| Feb 17 00:05:48.035 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-02-17T00:05:50.067Z[ host-image] Feb 17 00:05:48.042 INFO O| Feb 17 00:05:48.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103862026-02-17T00:05:50.070Z[ host-image] Feb 17 00:05:48.042 INFO O| Feb 17 00:05:48.042 INFO copying /tmp/.tmp9ahkPU/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 ...
103872026-02-17T00:05:50.070Z[ host-image] Feb 17 00:05:48.042 INFO O| Feb 17 00:05:48.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103882026-02-17T00:05:50.070Z[ host-image] Feb 17 00:05:48.042 INFO O| Feb 17 00:05:48.042 INFO ok!
103892026-02-17T00:05:50.070Z[ host-image] Feb 17 00:05:48.042 INFO O| Feb 17 00:05:48.042 INFO STEP 125 (ensure_file) COMPLETE
103902026-02-17T00:05:50.070Z[ host-image] Feb 17 00:05:48.042 INFO O| Feb 17 00:05:48.042 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-02-17T00:05:50.075Z[ host-image] Feb 17 00:05:48.049 INFO O| Feb 17 00:05:48.049 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103922026-02-17T00:05:50.075Z[ host-image] Feb 17 00:05:48.050 INFO O| Feb 17 00:05:48.049 INFO copying /tmp/.tmp9ahkPU/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 ...
103932026-02-17T00:05:50.075Z[ host-image] Feb 17 00:05:48.050 INFO O| Feb 17 00:05:48.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103942026-02-17T00:05:50.075Z[ host-image] Feb 17 00:05:48.050 INFO O| Feb 17 00:05:48.050 INFO ok!
103952026-02-17T00:05:50.078Z[ host-image] Feb 17 00:05:48.050 INFO O| Feb 17 00:05:48.050 INFO STEP 126 (ensure_file) COMPLETE
103962026-02-17T00:05:50.078Z[ host-image] Feb 17 00:05:48.050 INFO O| Feb 17 00:05:48.050 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-02-17T00:05:50.083Z[ host-image] Feb 17 00:05:48.058 INFO O| Feb 17 00:05:48.057 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103982026-02-17T00:05:50.083Z[ host-image] Feb 17 00:05:48.058 INFO O| Feb 17 00:05:48.058 INFO copying /tmp/.tmp9ahkPU/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 ...
103992026-02-17T00:05:50.085Z[ host-image] Feb 17 00:05:48.058 INFO O| Feb 17 00:05:48.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104002026-02-17T00:05:50.086Z[ host-image] Feb 17 00:05:48.058 INFO O| Feb 17 00:05:48.058 INFO ok!
104012026-02-17T00:05:50.086Z[ host-image] Feb 17 00:05:48.058 INFO O| Feb 17 00:05:48.058 INFO STEP 127 (ensure_file) COMPLETE
104022026-02-17T00:05:50.086Z[ host-image] Feb 17 00:05:48.058 INFO O| Feb 17 00:05:48.058 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-02-17T00:05:50.090Z[ host-image] Feb 17 00:05:48.065 INFO O| Feb 17 00:05:48.065 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104042026-02-17T00:05:50.090Z[ host-image] Feb 17 00:05:48.065 INFO O| Feb 17 00:05:48.065 INFO copying /tmp/.tmp9ahkPU/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 ...
104052026-02-17T00:05:50.090Z[ host-image] Feb 17 00:05:48.065 INFO O| Feb 17 00:05:48.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104062026-02-17T00:05:50.093Z[ host-image] Feb 17 00:05:48.065 INFO O| Feb 17 00:05:48.065 INFO ok!
104072026-02-17T00:05:50.093Z[ host-image] Feb 17 00:05:48.065 INFO O| Feb 17 00:05:48.065 INFO STEP 128 (ensure_file) COMPLETE
104082026-02-17T00:05:50.093Z[ host-image] Feb 17 00:05:48.065 INFO O| Feb 17 00:05:48.065 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-02-17T00:05:50.097Z[ recovery-image] Feb 17 00:05:48.072 INFO E| Compiling toml v0.8.22
104102026-02-17T00:05:50.122Z[ host-image] Feb 17 00:05:48.073 INFO O| Feb 17 00:05:48.072 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104112026-02-17T00:05:50.122Z[ host-image] Feb 17 00:05:48.073 INFO O| Feb 17 00:05:48.072 INFO copying /tmp/.tmp9ahkPU/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 ...
104122026-02-17T00:05:50.123Z[ host-image] Feb 17 00:05:48.073 INFO O| Feb 17 00:05:48.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104132026-02-17T00:05:50.123Z[ host-image] Feb 17 00:05:48.073 INFO O| Feb 17 00:05:48.073 INFO ok!
104142026-02-17T00:05:50.123Z[ host-image] Feb 17 00:05:48.073 INFO O| Feb 17 00:05:48.073 INFO STEP 129 (ensure_file) COMPLETE
104152026-02-17T00:05:50.123Z[ host-image] Feb 17 00:05:48.073 INFO O| Feb 17 00:05:48.073 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-02-17T00:05:50.126Z[ host-image] Feb 17 00:05:48.081 INFO O| Feb 17 00:05:48.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104172026-02-17T00:05:50.126Z[ host-image] Feb 17 00:05:48.081 INFO O| Feb 17 00:05:48.081 INFO copying /tmp/.tmp9ahkPU/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 ...
104182026-02-17T00:05:50.126Z[ host-image] Feb 17 00:05:48.081 INFO O| Feb 17 00:05:48.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104192026-02-17T00:05:50.126Z[ host-image] Feb 17 00:05:48.081 INFO O| Feb 17 00:05:48.081 INFO ok!
104202026-02-17T00:05:50.126Z[ host-image] Feb 17 00:05:48.081 INFO O| Feb 17 00:05:48.081 INFO STEP 130 (ensure_file) COMPLETE
104212026-02-17T00:05:50.126Z[ host-image] Feb 17 00:05:48.081 INFO O| Feb 17 00:05:48.081 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-02-17T00:05:50.126Z[ host-image] Feb 17 00:05:48.089 INFO O| Feb 17 00:05:48.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104232026-02-17T00:05:50.126Z[ host-image] Feb 17 00:05:48.089 INFO O| Feb 17 00:05:48.089 INFO copying /tmp/.tmp9ahkPU/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 ...
104242026-02-17T00:05:50.126Z[ host-image] Feb 17 00:05:48.089 INFO O| Feb 17 00:05:48.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104252026-02-17T00:05:50.127Z[ host-image] Feb 17 00:05:48.089 INFO O| Feb 17 00:05:48.089 INFO ok!
104262026-02-17T00:05:50.127Z[ host-image] Feb 17 00:05:48.089 INFO O| Feb 17 00:05:48.089 INFO STEP 131 (ensure_file) COMPLETE
104272026-02-17T00:05:50.127Z[ host-image] Feb 17 00:05:48.089 INFO O| Feb 17 00:05:48.089 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-02-17T00:05:50.127Z[ host-image] Feb 17 00:05:48.099 INFO O| Feb 17 00:05:48.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104292026-02-17T00:05:50.127Z[ host-image] Feb 17 00:05:48.099 INFO O| Feb 17 00:05:48.099 INFO copying /tmp/.tmp9ahkPU/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 ...
104302026-02-17T00:05:50.127Z[ host-image] Feb 17 00:05:48.099 INFO O| Feb 17 00:05:48.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104312026-02-17T00:05:50.127Z[ host-image] Feb 17 00:05:48.099 INFO O| Feb 17 00:05:48.099 INFO ok!
104322026-02-17T00:05:50.127Z[ host-image] Feb 17 00:05:48.099 INFO O| Feb 17 00:05:48.099 INFO STEP 132 (ensure_file) COMPLETE
104332026-02-17T00:05:50.127Z[ host-image] Feb 17 00:05:48.099 INFO O| Feb 17 00:05:48.099 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-02-17T00:05:50.132Z[ host-image] Feb 17 00:05:48.107 INFO O| Feb 17 00:05:48.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104352026-02-17T00:05:50.135Z[ host-image] Feb 17 00:05:48.107 INFO O| Feb 17 00:05:48.107 INFO copying /tmp/.tmp9ahkPU/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 ...
104362026-02-17T00:05:50.135Z[ host-image] Feb 17 00:05:48.107 INFO O| Feb 17 00:05:48.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104372026-02-17T00:05:50.135Z[ host-image] Feb 17 00:05:48.107 INFO O| Feb 17 00:05:48.107 INFO ok!
104382026-02-17T00:05:50.135Z[ host-image] Feb 17 00:05:48.107 INFO O| Feb 17 00:05:48.107 INFO STEP 133 (ensure_file) COMPLETE
104392026-02-17T00:05:50.135Z[ host-image] Feb 17 00:05:48.107 INFO O| Feb 17 00:05:48.107 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-02-17T00:05:50.140Z[ host-image] Feb 17 00:05:48.115 INFO O| Feb 17 00:05:48.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104412026-02-17T00:05:50.140Z[ host-image] Feb 17 00:05:48.115 INFO O| Feb 17 00:05:48.115 INFO copying /tmp/.tmp9ahkPU/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 ...
104422026-02-17T00:05:50.144Z[ host-image] Feb 17 00:05:48.115 INFO O| Feb 17 00:05:48.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104432026-02-17T00:05:50.144Z[ host-image] Feb 17 00:05:48.115 INFO O| Feb 17 00:05:48.115 INFO ok!
104442026-02-17T00:05:50.144Z[ host-image] Feb 17 00:05:48.115 INFO O| Feb 17 00:05:48.115 INFO STEP 134 (ensure_file) COMPLETE
104452026-02-17T00:05:50.144Z[ host-image] Feb 17 00:05:48.115 INFO O| Feb 17 00:05:48.115 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-02-17T00:05:50.148Z[ host-image] Feb 17 00:05:48.123 INFO O| Feb 17 00:05:48.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104472026-02-17T00:05:50.148Z[ host-image] Feb 17 00:05:48.123 INFO O| Feb 17 00:05:48.123 INFO copying /tmp/.tmp9ahkPU/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 ...
104482026-02-17T00:05:50.152Z[ host-image] Feb 17 00:05:48.123 INFO O| Feb 17 00:05:48.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104492026-02-17T00:05:50.152Z[ host-image] Feb 17 00:05:48.123 INFO O| Feb 17 00:05:48.123 INFO ok!
104502026-02-17T00:05:50.152Z[ host-image] Feb 17 00:05:48.123 INFO O| Feb 17 00:05:48.123 INFO STEP 135 (ensure_file) COMPLETE
104512026-02-17T00:05:50.152Z[ host-image] Feb 17 00:05:48.123 INFO O| Feb 17 00:05:48.123 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-02-17T00:05:50.157Z[ host-image] Feb 17 00:05:48.131 INFO O| Feb 17 00:05:48.131 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104532026-02-17T00:05:50.157Z[ host-image] Feb 17 00:05:48.131 INFO O| Feb 17 00:05:48.131 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104542026-02-17T00:05:50.160Z[ host-image] Feb 17 00:05:48.131 INFO O| Feb 17 00:05:48.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104552026-02-17T00:05:50.160Z[ host-image] Feb 17 00:05:48.131 INFO O| Feb 17 00:05:48.131 INFO ok!
104562026-02-17T00:05:50.160Z[ host-image] Feb 17 00:05:48.131 INFO O| Feb 17 00:05:48.131 INFO STEP 136 (ensure_file) COMPLETE
104572026-02-17T00:05:50.160Z[ host-image] Feb 17 00:05:48.131 INFO O| Feb 17 00:05:48.131 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-02-17T00:05:50.168Z[ host-image] Feb 17 00:05:48.142 INFO O| Feb 17 00:05:48.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104592026-02-17T00:05:50.168Z[ host-image] Feb 17 00:05:48.142 INFO O| Feb 17 00:05:48.142 INFO copying /tmp/.tmp9ahkPU/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 ...
104602026-02-17T00:05:50.168Z[ host-image] Feb 17 00:05:48.142 INFO O| Feb 17 00:05:48.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104612026-02-17T00:05:50.171Z[ host-image] Feb 17 00:05:48.142 INFO O| Feb 17 00:05:48.142 INFO ok!
104622026-02-17T00:05:50.171Z[ host-image] Feb 17 00:05:48.142 INFO O| Feb 17 00:05:48.142 INFO STEP 137 (ensure_file) COMPLETE
104632026-02-17T00:05:50.171Z[ host-image] Feb 17 00:05:48.142 INFO O| Feb 17 00:05:48.142 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-02-17T00:05:50.176Z[ host-image] Feb 17 00:05:48.150 INFO O| Feb 17 00:05:48.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104652026-02-17T00:05:50.176Z[ host-image] Feb 17 00:05:48.150 INFO O| Feb 17 00:05:48.150 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104662026-02-17T00:05:50.179Z[ host-image] Feb 17 00:05:48.150 INFO O| Feb 17 00:05:48.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104672026-02-17T00:05:50.179Z[ host-image] Feb 17 00:05:48.150 INFO O| Feb 17 00:05:48.150 INFO ok!
104682026-02-17T00:05:50.179Z[ host-image] Feb 17 00:05:48.150 INFO O| Feb 17 00:05:48.150 INFO STEP 138 (ensure_file) COMPLETE
104692026-02-17T00:05:50.179Z[ host-image] Feb 17 00:05:48.150 INFO O| Feb 17 00:05:48.150 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-02-17T00:05:50.184Z[ host-image] Feb 17 00:05:48.158 INFO O| Feb 17 00:05:48.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104712026-02-17T00:05:50.184Z[ host-image] Feb 17 00:05:48.158 INFO O| Feb 17 00:05:48.158 INFO copying /tmp/.tmp9ahkPU/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104722026-02-17T00:05:55.399Z[ recovery-image] Feb 17 00:05:53.372 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.99s
104732026-02-17T00:05:55.420Z[ recovery-image] Feb 17 00:05:53.393 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`
104742026-02-17T00:05:55.440Z[ recovery-image] Feb 17 00:05:53.413 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104752026-02-17T00:05:55.812Z[ recovery-image] Feb 17 00:05:53.785 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
104762026-02-17T00:05:55.820Z[ recovery-image] Feb 17 00:05:53.794 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`
104772026-02-17T00:05:56.276Z[ recovery-image] Feb 17 00:05:54.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104782026-02-17T00:05:56.279Z[ recovery-image] Feb 17 00:05:54.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104792026-02-17T00:05:56.279Z[ recovery-image] Feb 17 00:05:54.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104802026-02-17T00:05:56.279Z[ recovery-image] Feb 17 00:05:54.252 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104812026-02-17T00:05:56.279Z[ recovery-image] Feb 17 00:05:54.253 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104822026-02-17T00:05:56.283Z[ recovery-image] Feb 17 00:05:54.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104832026-02-17T00:05:56.283Z[ recovery-image] Feb 17 00:05:54.254 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104842026-02-17T00:05:56.283Z[ recovery-image] Feb 17 00:05:54.255 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104852026-02-17T00:05:56.283Z[ recovery-image] Feb 17 00:05:54.256 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104862026-02-17T00:05:56.283Z[ recovery-image] Feb 17 00:05:54.256 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104872026-02-17T00:05:56.283Z[ recovery-image] Feb 17 00:05:54.256 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104882026-02-17T00:05:56.286Z[ recovery-image] Feb 17 00:05:54.257 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104892026-02-17T00:05:56.286Z[ recovery-image] Feb 17 00:05:54.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104902026-02-17T00:05:56.289Z[ recovery-image] Feb 17 00:05:54.262 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104912026-02-17T00:05:56.289Z[ recovery-image] Feb 17 00:05:54.262 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104922026-02-17T00:05:56.292Z[ recovery-image] Feb 17 00:05:54.263 INFO O| Info: ABL version: 0x100f5010
104932026-02-17T00:05:56.292Z[ recovery-image] Feb 17 00:05:54.263 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104942026-02-17T00:05:56.292Z[ recovery-image] Feb 17 00:05:54.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104952026-02-17T00:05:56.292Z[ recovery-image] Feb 17 00:05:54.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104962026-02-17T00:05:56.292Z[ recovery-image] Feb 17 00:05:54.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104972026-02-17T00:05:56.296Z[ recovery-image] Feb 17 00:05:54.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104982026-02-17T00:05:56.296Z[ recovery-image] Feb 17 00:05:54.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104992026-02-17T00:05:56.296Z[ recovery-image] Feb 17 00:05:54.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105002026-02-17T00:05:56.296Z[ recovery-image] Feb 17 00:05:54.268 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105012026-02-17T00:05:56.296Z[ recovery-image] Feb 17 00:05:54.269 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105022026-02-17T00:05:56.299Z[ recovery-image] Feb 17 00:05:54.270 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105032026-02-17T00:05:56.299Z[ recovery-image] Feb 17 00:05:54.271 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105042026-02-17T00:05:56.299Z[ recovery-image] Feb 17 00:05:54.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105052026-02-17T00:05:56.299Z[ recovery-image] Feb 17 00:05:54.272 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105062026-02-17T00:05:56.302Z[ recovery-image] Feb 17 00:05:54.273 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105072026-02-17T00:05:56.302Z[ recovery-image] Feb 17 00:05:54.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105082026-02-17T00:05:56.302Z[ recovery-image] Feb 17 00:05:54.274 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105092026-02-17T00:05:56.302Z[ recovery-image] Feb 17 00:05:54.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105102026-02-17T00:05:56.302Z[ recovery-image] Feb 17 00:05:54.275 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105112026-02-17T00:05:56.309Z[ recovery-image] Feb 17 00:05:54.276 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105122026-02-17T00:05:56.368Z[ recovery-image] Feb 17 00:05:54.337 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105132026-02-17T00:05:56.372Z[ recovery-image] Feb 17 00:05:54.337 INFO building ROM for cosmo
105142026-02-17T00:05:56.376Z[ recovery-image] Feb 17 00:05:54.337 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")
105152026-02-17T00:05:56.588Z[ recovery-image] Feb 17 00:05:54.561 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
105162026-02-17T00:05:56.593Z[ recovery-image] Feb 17 00:05:54.567 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`
105172026-02-17T00:05:56.611Z[ recovery-image] Feb 17 00:05:54.584 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
105182026-02-17T00:05:56.753Z[ recovery-image] Feb 17 00:05:54.726 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
105192026-02-17T00:05:56.760Z[ recovery-image] Feb 17 00:05:54.732 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`
105202026-02-17T00:05:56.846Z[ host-image] Feb 17 00:05:54.819 INFO O| Feb 17 00:05:54.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105212026-02-17T00:05:56.846Z[ host-image] Feb 17 00:05:54.819 INFO O| Feb 17 00:05:54.819 INFO ok!
105222026-02-17T00:05:56.849Z[ host-image] Feb 17 00:05:54.819 INFO O| Feb 17 00:05:54.819 INFO STEP 139 (ensure_file) COMPLETE
105232026-02-17T00:05:56.849Z[ host-image] Feb 17 00:05:54.819 INFO O| Feb 17 00:05:54.819 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-02-17T00:05:56.855Z[ host-image] Feb 17 00:05:54.829 INFO O| Feb 17 00:05:54.829 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105252026-02-17T00:05:56.855Z[ host-image] Feb 17 00:05:54.829 INFO O| Feb 17 00:05:54.829 INFO STEP 140 (ensure_dir) COMPLETE
105262026-02-17T00:05:56.859Z[ host-image] Feb 17 00:05:54.829 INFO O| Feb 17 00:05:54.829 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-02-17T00:05:56.863Z[ host-image] Feb 17 00:05:54.837 INFO O| Feb 17 00:05:54.837 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105282026-02-17T00:05:56.866Z[ host-image] Feb 17 00:05:54.837 INFO O| Feb 17 00:05:54.837 INFO STEP 141 (ensure_dir) COMPLETE
105292026-02-17T00:05:56.866Z[ host-image] Feb 17 00:05:54.837 INFO O| Feb 17 00:05:54.837 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-02-17T00:05:56.873Z[ host-image] Feb 17 00:05:54.846 INFO O| Feb 17 00:05:54.846 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105312026-02-17T00:05:56.875Z[ host-image] Feb 17 00:05:54.846 INFO O| Feb 17 00:05:54.846 INFO STEP 142 (ensure_dir) COMPLETE
105322026-02-17T00:05:56.876Z[ host-image] Feb 17 00:05:54.846 INFO O| Feb 17 00:05:54.846 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-02-17T00:05:56.880Z[ host-image] Feb 17 00:05:54.853 INFO O| Feb 17 00:05:54.853 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105342026-02-17T00:05:56.880Z[ host-image] Feb 17 00:05:54.853 INFO O| Feb 17 00:05:54.853 INFO STEP 143 (ensure_dir) COMPLETE
105352026-02-17T00:05:56.880Z[ host-image] Feb 17 00:05:54.853 INFO O| Feb 17 00:05:54.853 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-02-17T00:05:56.888Z[ host-image] Feb 17 00:05:54.861 INFO O| Feb 17 00:05:54.861 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105372026-02-17T00:05:56.888Z[ host-image] Feb 17 00:05:54.861 INFO O| Feb 17 00:05:54.861 INFO copying /tmp/.tmp9ahkPU/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 ...
105382026-02-17T00:05:56.891Z[ host-image] Feb 17 00:05:54.862 INFO O| Feb 17 00:05:54.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105392026-02-17T00:05:56.891Z[ host-image] Feb 17 00:05:54.862 INFO O| Feb 17 00:05:54.862 INFO ok!
105402026-02-17T00:05:56.891Z[ host-image] Feb 17 00:05:54.862 INFO O| Feb 17 00:05:54.862 INFO STEP 144 (ensure_file) COMPLETE
105412026-02-17T00:05:56.891Z[ host-image] Feb 17 00:05:54.862 INFO O| Feb 17 00:05:54.862 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-02-17T00:05:56.896Z[ host-image] Feb 17 00:05:54.869 INFO O| Feb 17 00:05:54.869 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105432026-02-17T00:05:56.896Z[ host-image] Feb 17 00:05:54.869 INFO O| Feb 17 00:05:54.869 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105442026-02-17T00:05:56.896Z[ host-image] Feb 17 00:05:54.869 INFO O| Feb 17 00:05:54.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105452026-02-17T00:05:56.899Z[ host-image] Feb 17 00:05:54.869 INFO O| Feb 17 00:05:54.869 INFO STEP 145 (ensure_dir) COMPLETE
105462026-02-17T00:05:56.899Z[ host-image] Feb 17 00:05:54.869 INFO O| Feb 17 00:05:54.869 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-02-17T00:05:56.905Z[ host-image] Feb 17 00:05:54.879 INFO O| Feb 17 00:05:54.879 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105482026-02-17T00:05:56.908Z[ host-image] Feb 17 00:05:54.879 INFO O| Feb 17 00:05:54.879 INFO copying /tmp/.tmp9ahkPU/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105492026-02-17T00:05:56.908Z[ host-image] Feb 17 00:05:54.879 INFO O| Feb 17 00:05:54.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105502026-02-17T00:05:56.908Z[ host-image] Feb 17 00:05:54.879 INFO O| Feb 17 00:05:54.879 INFO ok!
105512026-02-17T00:05:56.908Z[ host-image] Feb 17 00:05:54.879 INFO O| Feb 17 00:05:54.879 INFO STEP 146 (ensure_file) COMPLETE
105522026-02-17T00:05:56.908Z[ host-image] Feb 17 00:05:54.879 INFO O| Feb 17 00:05:54.879 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105532026-02-17T00:05:56.913Z[ host-image] Feb 17 00:05:54.887 INFO O| Feb 17 00:05:54.887 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
105542026-02-17T00:05:56.916Z[ host-image] Feb 17 00:05:54.887 INFO O| Feb 17 00:05:54.887 INFO STEP 147 (remove_files) COMPLETE
105552026-02-17T00:05:56.916Z[ host-image] Feb 17 00:05:54.887 INFO O| Feb 17 00:05:54.887 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105562026-02-17T00:05:56.922Z[ host-image] Feb 17 00:05:54.896 INFO O| Feb 17 00:05:54.896 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
105572026-02-17T00:05:56.925Z[ host-image] Feb 17 00:05:54.896 INFO O| Feb 17 00:05:54.896 INFO STEP 148 (remove_files) COMPLETE
105582026-02-17T00:05:56.925Z[ host-image] Feb 17 00:05:54.896 INFO O| Feb 17 00:05:54.896 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105592026-02-17T00:05:56.931Z[ host-image] Feb 17 00:05:54.904 INFO O| Feb 17 00:05:54.904 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
105602026-02-17T00:05:56.934Z[ host-image] Feb 17 00:05:54.905 INFO O| Feb 17 00:05:54.905 INFO STEP 149 (remove_files) COMPLETE
105612026-02-17T00:05:56.934Z[ host-image] Feb 17 00:05:54.905 INFO O| Feb 17 00:05:54.905 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105622026-02-17T00:05:56.939Z[ host-image] Feb 17 00:05:54.912 INFO O| Feb 17 00:05:54.912 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
105632026-02-17T00:05:56.942Z[ host-image] Feb 17 00:05:54.912 INFO O| Feb 17 00:05:54.912 INFO STEP 150 (remove_files) COMPLETE
105642026-02-17T00:05:56.942Z[ host-image] Feb 17 00:05:54.912 INFO O| Feb 17 00:05:54.912 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105652026-02-17T00:05:56.950Z[ host-image] Feb 17 00:05:54.922 INFO O| Feb 17 00:05:54.922 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
105662026-02-17T00:05:56.953Z[ host-image] Feb 17 00:05:54.922 INFO O| Feb 17 00:05:54.922 INFO STEP 151 (remove_files) COMPLETE
105672026-02-17T00:05:56.953Z[ host-image] Feb 17 00:05:54.922 INFO O| Feb 17 00:05:54.922 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105682026-02-17T00:05:56.958Z[ host-image] Feb 17 00:05:54.931 INFO O| Feb 17 00:05:54.931 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
105692026-02-17T00:05:56.960Z[ host-image] Feb 17 00:05:54.931 INFO O| Feb 17 00:05:54.931 INFO STEP 152 (remove_files) COMPLETE
105702026-02-17T00:05:56.960Z[ host-image] Feb 17 00:05:54.931 INFO O| Feb 17 00:05:54.931 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105712026-02-17T00:05:56.966Z[ host-image] Feb 17 00:05:54.940 INFO O| Feb 17 00:05:54.940 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
105722026-02-17T00:05:56.966Z[ host-image] Feb 17 00:05:54.940 INFO O| Feb 17 00:05:54.940 INFO STEP 153 (remove_files) COMPLETE
105732026-02-17T00:05:56.967Z[ host-image] Feb 17 00:05:54.940 INFO O| Feb 17 00:05:54.940 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105742026-02-17T00:05:56.974Z[ host-image] Feb 17 00:05:54.948 INFO O| Feb 17 00:05:54.948 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
105752026-02-17T00:05:56.974Z[ host-image] Feb 17 00:05:54.948 INFO O| Feb 17 00:05:54.948 INFO STEP 154 (remove_files) COMPLETE
105762026-02-17T00:05:56.977Z[ host-image] Feb 17 00:05:54.948 INFO O| Feb 17 00:05:54.948 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105772026-02-17T00:05:56.982Z[ host-image] Feb 17 00:05:54.956 INFO O| Feb 17 00:05:54.956 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
105782026-02-17T00:05:56.982Z[ host-image] Feb 17 00:05:54.956 INFO O| Feb 17 00:05:54.956 INFO STEP 155 (remove_files) COMPLETE
105792026-02-17T00:05:56.985Z[ host-image] Feb 17 00:05:54.956 INFO O| Feb 17 00:05:54.956 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105802026-02-17T00:05:56.990Z[ host-image] Feb 17 00:05:54.963 INFO O| Feb 17 00:05:54.963 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
105812026-02-17T00:05:56.990Z[ host-image] Feb 17 00:05:54.963 INFO O| Feb 17 00:05:54.963 INFO STEP 156 (remove_files) COMPLETE
105822026-02-17T00:05:57.014Z[ host-image] Feb 17 00:05:54.963 INFO O| Feb 17 00:05:54.963 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105832026-02-17T00:05:57.015Z[ host-image] Feb 17 00:05:54.973 INFO O| Feb 17 00:05:54.973 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
105842026-02-17T00:05:57.015Z[ host-image] Feb 17 00:05:54.973 INFO O| Feb 17 00:05:54.973 INFO STEP 157 (remove_files) COMPLETE
105852026-02-17T00:05:57.015Z[ host-image] Feb 17 00:05:54.973 INFO O| Feb 17 00:05:54.973 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105862026-02-17T00:05:57.015Z[ host-image] Feb 17 00:05:54.981 INFO O| Feb 17 00:05:54.981 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105872026-02-17T00:05:57.015Z[ host-image] Feb 17 00:05:54.981 INFO O| Feb 17 00:05:54.981 INFO STEP 158 (remove_files) COMPLETE
105882026-02-17T00:05:57.015Z[ host-image] Feb 17 00:05:54.981 INFO O| Feb 17 00:05:54.981 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105892026-02-17T00:05:57.019Z[ host-image] Feb 17 00:05:54.989 INFO O| Feb 17 00:05:54.989 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105902026-02-17T00:05:57.019Z[ host-image] Feb 17 00:05:54.989 INFO O| Feb 17 00:05:54.989 INFO STEP 159 (remove_files) COMPLETE
105912026-02-17T00:05:57.019Z[ host-image] Feb 17 00:05:54.989 INFO O| Feb 17 00:05:54.989 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105922026-02-17T00:05:57.023Z[ host-image] Feb 17 00:05:54.997 INFO O| Feb 17 00:05:54.996 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105932026-02-17T00:05:57.023Z[ host-image] Feb 17 00:05:54.997 INFO O| Feb 17 00:05:54.997 INFO STEP 160 (remove_files) COMPLETE
105942026-02-17T00:05:57.023Z[ host-image] Feb 17 00:05:54.997 INFO O| Feb 17 00:05:54.997 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105952026-02-17T00:05:57.030Z[ host-image] Feb 17 00:05:55.004 INFO O| Feb 17 00:05:55.004 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105962026-02-17T00:05:57.033Z[ host-image] Feb 17 00:05:55.004 INFO O| Feb 17 00:05:55.004 INFO STEP 161 (remove_files) COMPLETE
105972026-02-17T00:05:57.033Z[ host-image] Feb 17 00:05:55.004 INFO O| Feb 17 00:05:55.004 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105982026-02-17T00:05:57.040Z[ host-image] Feb 17 00:05:55.013 INFO O| Feb 17 00:05:55.013 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105992026-02-17T00:05:57.043Z[ host-image] Feb 17 00:05:55.013 INFO O| Feb 17 00:05:55.013 INFO STEP 162 (remove_files) COMPLETE
106002026-02-17T00:05:57.043Z[ host-image] Feb 17 00:05:55.013 INFO O| Feb 17 00:05:55.013 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106012026-02-17T00:05:57.048Z[ host-image] Feb 17 00:05:55.022 INFO O| Feb 17 00:05:55.021 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106022026-02-17T00:05:57.051Z[ host-image] Feb 17 00:05:55.022 INFO O| Feb 17 00:05:55.022 INFO STEP 163 (remove_files) COMPLETE
106032026-02-17T00:05:57.051Z[ host-image] Feb 17 00:05:55.022 INFO O| Feb 17 00:05:55.022 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106042026-02-17T00:05:57.055Z[ host-image] Feb 17 00:05:55.029 INFO O| Feb 17 00:05:55.029 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106052026-02-17T00:05:57.055Z[ host-image] Feb 17 00:05:55.029 INFO O| Feb 17 00:05:55.029 INFO STEP 164 (remove_files) COMPLETE
106062026-02-17T00:05:57.059Z[ host-image] Feb 17 00:05:55.029 INFO O| Feb 17 00:05:55.029 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106072026-02-17T00:05:57.063Z[ host-image] Feb 17 00:05:55.036 INFO O| Feb 17 00:05:55.036 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106082026-02-17T00:05:57.066Z[ host-image] Feb 17 00:05:55.036 INFO O| Feb 17 00:05:55.036 INFO STEP 165 (remove_files) COMPLETE
106092026-02-17T00:05:57.066Z[ host-image] Feb 17 00:05:55.036 INFO O| Feb 17 00:05:55.036 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-02-17T00:05:57.071Z[ host-image] Feb 17 00:05:55.044 INFO O| Feb 17 00:05:55.044 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106112026-02-17T00:05:57.071Z[ host-image] Feb 17 00:05:55.044 INFO O| Feb 17 00:05:55.044 INFO STEP 166 (remove_files) COMPLETE
106122026-02-17T00:05:57.074Z[ host-image] Feb 17 00:05:55.044 INFO O| Feb 17 00:05:55.044 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-02-17T00:05:57.080Z[ host-image] Feb 17 00:05:55.053 INFO O| Feb 17 00:05:55.053 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106142026-02-17T00:05:57.080Z[ host-image] Feb 17 00:05:55.054 INFO O| Feb 17 00:05:55.053 INFO STEP 167 (remove_files) COMPLETE
106152026-02-17T00:05:57.083Z[ host-image] Feb 17 00:05:55.054 INFO O| Feb 17 00:05:55.053 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-02-17T00:05:57.088Z[ host-image] Feb 17 00:05:55.061 INFO O| Feb 17 00:05:55.061 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106172026-02-17T00:05:57.091Z[ host-image] Feb 17 00:05:55.061 INFO O| Feb 17 00:05:55.061 INFO STEP 168 (remove_files) COMPLETE
106182026-02-17T00:05:57.091Z[ host-image] Feb 17 00:05:55.061 INFO O| Feb 17 00:05:55.061 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-02-17T00:05:57.095Z[ host-image] Feb 17 00:05:55.069 INFO O| Feb 17 00:05:55.069 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106202026-02-17T00:05:57.098Z[ host-image] Feb 17 00:05:55.069 INFO O| Feb 17 00:05:55.069 INFO STEP 169 (remove_files) COMPLETE
106212026-02-17T00:05:57.098Z[ host-image] Feb 17 00:05:55.069 INFO O| Feb 17 00:05:55.069 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-02-17T00:05:57.104Z[ host-image] Feb 17 00:05:55.077 INFO O| Feb 17 00:05:55.077 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106232026-02-17T00:05:57.104Z[ host-image] Feb 17 00:05:55.077 INFO O| Feb 17 00:05:55.077 INFO STEP 170 (remove_files) COMPLETE
106242026-02-17T00:05:57.104Z[ host-image] Feb 17 00:05:55.078 INFO O| Feb 17 00:05:55.077 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-02-17T00:05:57.113Z[ host-image] Feb 17 00:05:55.086 INFO O| Feb 17 00:05:55.086 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106262026-02-17T00:05:57.113Z[ host-image] Feb 17 00:05:55.086 INFO O| Feb 17 00:05:55.086 INFO STEP 171 (remove_files) COMPLETE
106272026-02-17T00:05:57.116Z[ host-image] Feb 17 00:05:55.086 INFO O| Feb 17 00:05:55.086 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-02-17T00:05:57.120Z[ host-image] Feb 17 00:05:55.094 INFO O| Feb 17 00:05:55.094 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106292026-02-17T00:05:57.123Z[ host-image] Feb 17 00:05:55.094 INFO O| Feb 17 00:05:55.094 INFO STEP 172 (remove_files) COMPLETE
106302026-02-17T00:05:57.123Z[ host-image] Feb 17 00:05:55.094 INFO O| Feb 17 00:05:55.094 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-02-17T00:05:57.129Z[ host-image] Feb 17 00:05:55.102 INFO O| Feb 17 00:05:55.102 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106322026-02-17T00:05:57.129Z[ host-image] Feb 17 00:05:55.102 INFO O| Feb 17 00:05:55.102 INFO STEP 173 (remove_files) COMPLETE
106332026-02-17T00:05:57.132Z[ host-image] Feb 17 00:05:55.102 INFO O| Feb 17 00:05:55.102 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-02-17T00:05:57.136Z[ host-image] Feb 17 00:05:55.110 INFO O| Feb 17 00:05:55.110 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106352026-02-17T00:05:57.137Z[ host-image] Feb 17 00:05:55.110 INFO O| Feb 17 00:05:55.110 INFO STEP 174 (remove_files) COMPLETE
106362026-02-17T00:05:57.140Z[ host-image] Feb 17 00:05:55.110 INFO O| Feb 17 00:05:55.110 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-02-17T00:05:57.145Z[ host-image] Feb 17 00:05:55.119 INFO O| Feb 17 00:05:55.119 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106382026-02-17T00:05:57.148Z[ host-image] Feb 17 00:05:55.119 INFO O| Feb 17 00:05:55.119 INFO STEP 175 (remove_files) COMPLETE
106392026-02-17T00:05:57.148Z[ host-image] Feb 17 00:05:55.119 INFO O| Feb 17 00:05:55.119 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106402026-02-17T00:05:57.158Z[ host-image] Feb 17 00:05:55.132 INFO O| Feb 17 00:05:55.131 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106412026-02-17T00:05:57.158Z[ host-image] Feb 17 00:05:55.132 INFO O| Feb 17 00:05:55.132 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
106422026-02-17T00:05:57.172Z[ recovery-image] Feb 17 00:05:55.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106432026-02-17T00:05:57.175Z[ recovery-image] Feb 17 00:05:55.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106442026-02-17T00:05:57.175Z[ recovery-image] Feb 17 00:05:55.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106452026-02-17T00:05:57.175Z[ recovery-image] Feb 17 00:05:55.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106462026-02-17T00:05:57.175Z[ recovery-image] Feb 17 00:05:55.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106472026-02-17T00:05:57.178Z[ recovery-image] Feb 17 00:05:55.149 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106482026-02-17T00:05:57.178Z[ recovery-image] Feb 17 00:05:55.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106492026-02-17T00:05:57.178Z[ recovery-image] Feb 17 00:05:55.151 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106502026-02-17T00:05:57.181Z[ recovery-image] Feb 17 00:05:55.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106512026-02-17T00:05:57.181Z[ recovery-image] Feb 17 00:05:55.152 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106522026-02-17T00:05:57.181Z[ recovery-image] Feb 17 00:05:55.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106532026-02-17T00:05:57.181Z[ recovery-image] Feb 17 00:05:55.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106542026-02-17T00:05:57.181Z[ recovery-image] Feb 17 00:05:55.153 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106552026-02-17T00:05:57.182Z[ recovery-image] Feb 17 00:05:55.154 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106562026-02-17T00:05:57.184Z[ recovery-image] Feb 17 00:05:55.155 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106572026-02-17T00:05:57.185Z[ recovery-image] Feb 17 00:05:55.156 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106582026-02-17T00:05:57.185Z[ recovery-image] Feb 17 00:05:55.157 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106592026-02-17T00:05:57.185Z[ recovery-image] Feb 17 00:05:55.158 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106602026-02-17T00:05:57.187Z[ recovery-image] Feb 17 00:05:55.160 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106612026-02-17T00:05:57.187Z[ recovery-image] Feb 17 00:05:55.161 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106622026-02-17T00:05:57.190Z[ recovery-image] Feb 17 00:05:55.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106632026-02-17T00:05:57.190Z[ recovery-image] Feb 17 00:05:55.162 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106642026-02-17T00:05:57.190Z[ recovery-image] Feb 17 00:05:55.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106652026-02-17T00:05:57.190Z[ recovery-image] Feb 17 00:05:55.163 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106662026-02-17T00:05:57.190Z[ recovery-image] Feb 17 00:05:55.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106672026-02-17T00:05:57.194Z[ recovery-image] Feb 17 00:05:55.164 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106682026-02-17T00:05:57.194Z[ recovery-image] Feb 17 00:05:55.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
106692026-02-17T00:05:57.194Z[ recovery-image] Feb 17 00:05:55.166 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106702026-02-17T00:05:57.194Z[ recovery-image] Feb 17 00:05:55.167 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
106712026-02-17T00:05:57.197Z[ recovery-image] Feb 17 00:05:55.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106722026-02-17T00:05:57.197Z[ recovery-image] Feb 17 00:05:55.169 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
106732026-02-17T00:05:57.197Z[ recovery-image] Feb 17 00:05:55.170 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
106742026-02-17T00:05:57.200Z[ recovery-image] Feb 17 00:05:55.171 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
106752026-02-17T00:05:57.200Z[ recovery-image] Feb 17 00:05:55.172 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106762026-02-17T00:05:57.200Z[ recovery-image] Feb 17 00:05:55.172 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
106772026-02-17T00:05:57.200Z[ recovery-image] Feb 17 00:05:55.173 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
106782026-02-17T00:05:57.200Z[ recovery-image] Feb 17 00:05:55.173 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
106792026-02-17T00:05:57.203Z[ recovery-image] Feb 17 00:05:55.174 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
106802026-02-17T00:05:57.203Z[ recovery-image] Feb 17 00:05:55.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
106812026-02-17T00:05:57.204Z[ recovery-image] Feb 17 00:05:55.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
106822026-02-17T00:05:57.204Z[ recovery-image] Feb 17 00:05:55.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
106832026-02-17T00:05:57.206Z[ recovery-image] Feb 17 00:05:55.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
106842026-02-17T00:05:57.206Z[ recovery-image] Feb 17 00:05:55.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
106852026-02-17T00:05:57.206Z[ recovery-image] Feb 17 00:05:55.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
106862026-02-17T00:05:57.207Z[ recovery-image] Feb 17 00:05:55.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
106872026-02-17T00:05:57.210Z[ recovery-image] Feb 17 00:05:55.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106882026-02-17T00:05:57.210Z[ recovery-image] Feb 17 00:05:55.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
106892026-02-17T00:05:57.210Z[ recovery-image] Feb 17 00:05:55.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
106902026-02-17T00:05:57.210Z[ recovery-image] Feb 17 00:05:55.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
106912026-02-17T00:05:57.210Z[ recovery-image] Feb 17 00:05:55.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
106922026-02-17T00:05:57.214Z[ recovery-image] Feb 17 00:05:55.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
106932026-02-17T00:05:57.214Z[ recovery-image] Feb 17 00:05:55.184 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
106942026-02-17T00:05:57.214Z[ recovery-image] Feb 17 00:05:55.185 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
106952026-02-17T00:05:57.214Z[ recovery-image] Feb 17 00:05:55.185 INFO O| Info: ABL version: 0x1007f011
106962026-02-17T00:05:57.214Z[ recovery-image] Feb 17 00:05:55.185 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
106972026-02-17T00:05:57.214Z[ recovery-image] Feb 17 00:05:55.185 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
106982026-02-17T00:05:57.214Z[ recovery-image] Feb 17 00:05:55.186 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
106992026-02-17T00:05:57.216Z[ recovery-image] Feb 17 00:05:55.187 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107002026-02-17T00:05:57.216Z[ recovery-image] Feb 17 00:05:55.188 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107012026-02-17T00:05:57.217Z[ recovery-image] Feb 17 00:05:55.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107022026-02-17T00:05:57.217Z[ recovery-image] Feb 17 00:05:55.189 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107032026-02-17T00:05:57.220Z[ recovery-image] Feb 17 00:05:55.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107042026-02-17T00:05:57.220Z[ recovery-image] Feb 17 00:05:55.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107052026-02-17T00:05:57.220Z[ recovery-image] Feb 17 00:05:55.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107062026-02-17T00:05:57.220Z[ recovery-image] Feb 17 00:05:55.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107072026-02-17T00:05:57.220Z[ recovery-image] Feb 17 00:05:55.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107082026-02-17T00:05:57.223Z[ recovery-image] Feb 17 00:05:55.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107092026-02-17T00:05:57.223Z[ recovery-image] Feb 17 00:05:55.194 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107102026-02-17T00:05:57.223Z[ recovery-image] Feb 17 00:05:55.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107112026-02-17T00:05:57.223Z[ recovery-image] Feb 17 00:05:55.195 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107122026-02-17T00:05:57.223Z[ recovery-image] Feb 17 00:05:55.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107132026-02-17T00:05:57.223Z[ recovery-image] Feb 17 00:05:55.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107142026-02-17T00:05:57.226Z[ recovery-image] Feb 17 00:05:55.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107152026-02-17T00:05:57.226Z[ recovery-image] Feb 17 00:05:55.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107162026-02-17T00:05:57.226Z[ recovery-image] Feb 17 00:05:55.198 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107172026-02-17T00:05:57.226Z[ recovery-image] Feb 17 00:05:55.198 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107182026-02-17T00:05:57.263Z[ recovery-image] Feb 17 00:05:55.236 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107192026-02-17T00:05:57.263Z[ recovery-image] Feb 17 00:05:55.236 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
107202026-02-17T00:06:00.334Z[ recovery-image] Feb 17 00:05:58.306 INFO image complete! materials are in "/work/os-recovery"
107212026-02-17T00:06:00.338Z[ recovery-image]
107222026-02-17T00:06:00.341Z[ recovery-image] real 31:32.435244306
107232026-02-17T00:06:00.341Z[ recovery-image] user 24:28.224895600
107242026-02-17T00:06:00.341Z[ recovery-image] sys 1:36.635532525
107252026-02-17T00:06:00.341Z[ recovery-image] trap 1.244466051
107262026-02-17T00:06:00.341Z[ recovery-image] tflt 1.288959718
107272026-02-17T00:06:00.341Z[ recovery-image] dflt 2.293957587
107282026-02-17T00:06:00.341Z[ recovery-image] kflt 0.097717963
107292026-02-17T00:06:00.341Z[ recovery-image] lock 50:01.074058518
107302026-02-17T00:06:00.341Z[ recovery-image] slp 3:06:39.542000957
107312026-02-17T00:06:00.341Z[ recovery-image] lat 7:16.958262784
107322026-02-17T00:06:00.341Z[ recovery-image] stop 11.474477174
107332026-02-17T00:06:00.341ZFeb 17 00:05:58.311 INFO [recovery-image] process exited with exit status: 0 (1892.442019597s)
107342026-02-17T00:06:04.644Z[ host-image] Feb 17 00:06:02.616 INFO O| Feb 17 00:06:02.616 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
107352026-02-17T00:06:04.644Z[ host-image] Feb 17 00:06:02.616 INFO O| Feb 17 00:06:02.616 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107362026-02-17T00:06:04.658Z[ host-image] Feb 17 00:06:02.630 INFO O| Feb 17 00:06:02.630 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107372026-02-17T00:06:04.801Z[ host-image] Feb 17 00:06:02.773 INFO O| Feb 17 00:06:02.773 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107382026-02-17T00:06:04.874Z[ host-image] Feb 17 00:06:02.846 INFO O| Feb 17 00:06:02.846 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107392026-02-17T00:06:04.960Z[ host-image] Feb 17 00:06:02.933 INFO O| Feb 17 00:06:02.933 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107402026-02-17T00:06:04.961Z[ host-image] Feb 17 00:06:02.933 INFO O| Feb 17 00:06:02.933 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107412026-02-17T00:06:04.964Z[ host-image] Feb 17 00:06:02.935 INFO O| Feb 17 00:06:02.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107422026-02-17T00:06:04.964Z[ host-image] Feb 17 00:06:02.935 INFO O| Feb 17 00:06:02.935 INFO ok!
107432026-02-17T00:06:04.964Z[ host-image] Feb 17 00:06:02.935 INFO O| Feb 17 00:06:02.935 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107442026-02-17T00:06:04.964Z[ host-image] Feb 17 00:06:02.935 INFO O| Feb 17 00:06:02.935 INFO STEP 176 (seed_smf) COMPLETE
107452026-02-17T00:06:04.964Z[ host-image] Feb 17 00:06:02.935 INFO O| Feb 17 00:06:02.935 INFO steps complete; finalising image!
107462026-02-17T00:06:04.964Z[ host-image] Feb 17 00:06:02.935 INFO O| Feb 17 00:06:02.935 INFO TRIM POOL: TEMPORARY-sled-zfs
107472026-02-17T00:06:05.105Z[ host-image] Feb 17 00:06:03.076 INFO O| Feb 17 00:06:03.076 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Tue Feb 17 00:06:02 2026)
107482026-02-17T00:06:05.324Z[ host-image] Feb 17 00:06:03.292 INFO O| Feb 17 00:06:03.292 INFO temporary pool has 811M used, 84.6M avail, 1.81x compressratio
107492026-02-17T00:06:05.324Z[ host-image] Feb 17 00:06:03.292 INFO O| Feb 17 00:06:03.292 INFO EXPORT POOL: TEMPORARY-sled-zfs
107502026-02-17T00:06:05.563Z[ host-image] Feb 17 00:06:03.534 INFO O| Feb 17 00:06:03.534 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107512026-02-17T00:06:05.563Z[ host-image] Feb 17 00:06:03.534 INFO O| Feb 17 00:06:03.534 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107522026-02-17T00:06:06.516Z[ host-image] Feb 17 00:06:04.488 INFO O| Feb 17 00:06:04.488 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107532026-02-17T00:06:06.516Z[ host-image] Feb 17 00:06:04.488 INFO O| Feb 17 00:06:04.488 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107542026-02-17T00:06:06.516Z[ host-image] Feb 17 00:06:04.488 INFO O| Feb 17 00:06:04.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107552026-02-17T00:06:06.520Z[ host-image] Feb 17 00:06:04.488 INFO O| Feb 17 00:06:04.488 INFO completed processing sled/zfs
107562026-02-17T00:06:06.520Z[ host-image] Feb 17 00:06:04.488 INFO O| Feb 17 00:06:04.488 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107572026-02-17T00:06:16.648Z[ host-image] Feb 17 00:06:14.618 INFO O| Feb 17 00:06:14.618 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107582026-02-17T00:06:16.793Z[ host-image] Feb 17 00:06:14.763 INFO BUILD STRING "heads/stlouis-0-gb3478cf2d2\n"
107592026-02-17T00:06:16.796Z[ host-image] Feb 17 00:06:14.763 INFO expanded image name: "ci f89bc5a/${os_short_commit} 2026-02-16 23:02" -> "ci f89bc5a/b3478cf 2026-02-16 23:02"
107602026-02-17T00:06:16.796Z[ host-image] Feb 17 00:06:14.763 INFO output artefacts stored in: "/work/os-host"
107612026-02-17T00:06:16.796Z[ host-image] Feb 17 00:06:14.763 INFO collecting git info from project "amd-host-image-builder"...
107622026-02-17T00:06:16.799Z[ host-image] Feb 17 00:06:14.770 INFO collecting git info from project "chelsio-t6-roms"...
107632026-02-17T00:06:16.804Z[ host-image] Feb 17 00:06:14.774 INFO collecting git info from project "bootserver"...
107642026-02-17T00:06:16.808Z[ host-image] Feb 17 00:06:14.779 INFO collecting git info from project "pinprick"...
107652026-02-17T00:06:16.813Z[ host-image] Feb 17 00:06:14.783 INFO collecting git info from project "phbl"...
107662026-02-17T00:06:16.817Z[ host-image] Feb 17 00:06:14.787 INFO collecting git info from project "amd-firmware"...
107672026-02-17T00:06:16.828Z[ host-image] Feb 17 00:06:14.798 INFO collecting git info from project "image-builder"...
107682026-02-17T00:06:16.832Z[ host-image] Feb 17 00:06:14.802 INFO collecting git info from project "pilot"...
107692026-02-17T00:06:16.837Z[ host-image] Feb 17 00:06:14.808 INFO collecting git info from project "dmar-report"...
107702026-02-17T00:06:16.842Z[ host-image] Feb 17 00:06:14.812 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107712026-02-17T00:06:17.217Z[ host-image] Feb 17 00:06:15.187 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107722026-02-17T00:06:17.572Z[ host-image] Feb 17 00:06:15.542 INFO creating Oxide boot image...
107732026-02-17T00:06:17.572Z[ host-image] Feb 17 00:06:15.542 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci f89bc5a/b3478cf 2026-02-16 23:02", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107742026-02-17T00:06:18.657Z[ host-image] Feb 17 00:06:16.627 INFO O| ok, image written!
107752026-02-17T00:06:18.657Z[ host-image] Feb 17 00:06:16.627 INFO O| ok, boot_image_csum file written!
107762026-02-17T00:06:18.660Z[ host-image] Feb 17 00:06:16.630 INFO creating boot archive (CPIO)...
107772026-02-17T00:06:18.660Z[ host-image] Feb 17 00:06:16.630 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
107782026-02-17T00:06:18.665Z[ host-image] Feb 17 00:06:16.635 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107792026-02-17T00:06:18.665Z[ host-image] Feb 17 00:06:16.635 INFO E| + outfile=/work/os-host/cpio
107802026-02-17T00:06:18.665Z[ host-image] Feb 17 00:06:16.635 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107812026-02-17T00:06:18.668Z[ host-image] Feb 17 00:06:16.637 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107822026-02-17T00:06:18.668Z[ host-image] Feb 17 00:06:16.637 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107832026-02-17T00:06:18.702Z[ host-image] Feb 17 00:06:16.672 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107842026-02-17T00:06:18.702Z[ host-image] Feb 17 00:06:16.672 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107852026-02-17T00:06:18.709Z[ host-image] Feb 17 00:06:16.679 INFO creating compressed cpio/unix for dev loaders...
107862026-02-17T00:06:18.712Z[ host-image] Feb 17 00:06:16.679 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
107872026-02-17T00:06:19.015Z[ host-image] Feb 17 00:06:16.984 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
107882026-02-17T00:06:23.383Z[ host-image] Feb 17 00:06:21.351 INFO creating reset image...
107892026-02-17T00:06:23.383Z[ host-image] Feb 17 00:06:21.351 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
107902026-02-17T00:06:23.434Z[ host-image] Feb 17 00:06:21.403 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')"
107912026-02-17T00:06:23.434Z[ host-image] Feb 17 00:06:21.403 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")
107922026-02-17T00:06:23.540Z[ host-image] Feb 17 00:06:21.509 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
107932026-02-17T00:06:23.544Z[ host-image] Feb 17 00:06:21.511 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107942026-02-17T00:06:23.837Z[ host-image] Feb 17 00:06:21.806 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)
107952026-02-17T00:06:23.838Z[ host-image] Feb 17 00:06:21.806 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)
107962026-02-17T00:06:23.838Z[ host-image] Feb 17 00:06:21.806 INFO E| Compiling proc-macro2 v1.0.106
107972026-02-17T00:06:23.838Z[ host-image] Feb 17 00:06:21.806 INFO E| Compiling quote v1.0.44
107982026-02-17T00:06:23.841Z[ host-image] Feb 17 00:06:21.806 INFO E| Compiling unicode-ident v1.0.23
107992026-02-17T00:06:23.841Z[ host-image] Feb 17 00:06:21.806 INFO E| Compiling syn v1.0.109
108002026-02-17T00:06:23.841Z[ host-image] Feb 17 00:06:21.806 INFO E| Compiling x86 v0.52.0
108012026-02-17T00:06:23.841Z[ host-image] Feb 17 00:06:21.806 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108022026-02-17T00:06:24.048Z[ host-image] Feb 17 00:06:22.016 INFO E| Compiling seq-macro v0.3.6
108032026-02-17T00:06:25.400Z[ host-image] Feb 17 00:06:23.368 INFO E| Compiling syn v2.0.114
108042026-02-17T00:06:27.962Z[ host-image] Feb 17 00:06:25.930 INFO E| Compiling scroll_derive v0.13.1
108052026-02-17T00:06:30.236Z[ host-image] Feb 17 00:06:28.204 INFO E| Compiling bitstruct_derive v0.1.0
108062026-02-17T00:06:46.407Z[ host-image] Feb 17 00:06:44.372 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)
108072026-02-17T00:06:50.263Z[ host-image] Feb 17 00:06:48.228 INFO E| Compiling bitflags v1.3.2
108082026-02-17T00:06:50.266Z[ host-image] Feb 17 00:06:48.228 INFO E| Compiling bitflags v2.10.0
108092026-02-17T00:06:50.266Z[ host-image] Feb 17 00:06:48.228 INFO E| Compiling log v0.4.29
108102026-02-17T00:06:50.267Z[ host-image] Feb 17 00:06:48.228 INFO E| Compiling adler2 v2.0.1
108112026-02-17T00:06:50.267Z[ host-image] Feb 17 00:06:48.228 INFO E| Compiling plain v0.2.3
108122026-02-17T00:06:50.267Z[ host-image] Feb 17 00:06:48.228 INFO E| Compiling scroll v0.13.0
108132026-02-17T00:06:50.267Z[ host-image] Feb 17 00:06:48.228 INFO E| Compiling bit_field v0.10.3
108142026-02-17T00:06:50.363Z[ host-image] Feb 17 00:06:48.328 INFO E| Compiling raw-cpuid v10.7.0
108152026-02-17T00:06:50.481Z[ host-image] Feb 17 00:06:48.441 INFO E| Compiling miniz_oxide v0.9.0
108162026-02-17T00:06:50.557Z[ host-image] Feb 17 00:06:48.522 INFO E| Compiling cpio_reader v0.1.2
108172026-02-17T00:06:50.557Z[ host-image] Feb 17 00:06:48.522 INFO E| Compiling bitstruct v0.1.1
108182026-02-17T00:06:50.686Z[ host-image] Feb 17 00:06:48.651 INFO E| Compiling static_assertions v1.1.0
108192026-02-17T00:06:50.790Z[ host-image] Feb 17 00:06:48.754 INFO E| Compiling goblin v0.10.4
108202026-02-17T00:06:55.975Z[ host-image] Feb 17 00:06:53.939 INFO E| Finished `release` profile [optimized] target(s) in 32.41s
108212026-02-17T00:06:55.988Z[ host-image] Feb 17 00:06:53.953 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
108222026-02-17T00:06:56.051Z[ host-image] Feb 17 00:06:54.015 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')"
108232026-02-17T00:06:56.051Z[ host-image] Feb 17 00:06:54.015 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108242026-02-17T00:06:56.051Z[ host-image] Feb 17 00:06:54.015 INFO building ROM for gimlet
108252026-02-17T00:06:56.054Z[ host-image] Feb 17 00:06:54.015 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")
108262026-02-17T00:06:56.189Z[ host-image] Feb 17 00:06:54.153 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108272026-02-17T00:06:56.192Z[ host-image] Feb 17 00:06:54.156 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`
108282026-02-17T00:06:56.202Z[ host-image] Feb 17 00:06:54.166 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
108292026-02-17T00:06:56.288Z[ host-image] Feb 17 00:06:54.252 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108302026-02-17T00:06:56.292Z[ host-image] Feb 17 00:06:54.256 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`
108312026-02-17T00:06:56.477Z[ host-image] Feb 17 00:06:54.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
108322026-02-17T00:06:56.477Z[ host-image] Feb 17 00:06:54.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
108332026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
108342026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
108352026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
108362026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
108372026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
108382026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
108392026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
108402026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
108412026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
108422026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
108432026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
108442026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
108452026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
108462026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO O| Info: ABL version: 0x100f5010
108472026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
108482026-02-17T00:06:56.481Z[ host-image] Feb 17 00:06:54.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108492026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108502026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108512026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108522026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108532026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108542026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108552026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108562026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108572026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108582026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108592026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108602026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108612026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108622026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108632026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108642026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108652026-02-17T00:06:56.482Z[ host-image] Feb 17 00:06:54.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108662026-02-17T00:06:56.517Z[ host-image] Feb 17 00:06:54.481 INFO building ROM for cosmo
108672026-02-17T00:06:56.520Z[ host-image] Feb 17 00:06:54.481 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")
108682026-02-17T00:06:56.650Z[ host-image] Feb 17 00:06:54.614 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108692026-02-17T00:06:56.653Z[ host-image] Feb 17 00:06:54.617 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`
108702026-02-17T00:06:56.663Z[ host-image] Feb 17 00:06:54.627 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
108712026-02-17T00:06:56.750Z[ host-image] Feb 17 00:06:54.714 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108722026-02-17T00:06:56.753Z[ host-image] Feb 17 00:06:54.717 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`
108732026-02-17T00:06:57.088Z[ host-image] Feb 17 00:06:55.051 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
108742026-02-17T00:06:57.088Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
108752026-02-17T00:06:57.088Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
108762026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
108772026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108782026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108792026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108802026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
108812026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
108822026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
108832026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
108842026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108852026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108862026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108872026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108882026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108892026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
108902026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.052 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108912026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
108922026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
108932026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108942026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108952026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
108962026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108972026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
108982026-02-17T00:06:57.093Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
108992026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
109002026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109012026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
109022026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109032026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
109042026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
109052026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
109062026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109072026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
109082026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
109092026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
109102026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
109112026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
109122026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
109132026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
109142026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
109152026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
109162026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
109172026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
109182026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109192026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
109202026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
109212026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
109222026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
109232026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
109242026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
109252026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
109262026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.054 INFO O| Info: ABL version: 0x1007f011
109272026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.055 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
109282026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.055 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
109292026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
109302026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109312026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109322026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109332026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109342026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109352026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109362026-02-17T00:06:57.094Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109372026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109382026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109392026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109402026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109412026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109422026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109432026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109442026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109452026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109462026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109472026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109482026-02-17T00:06:57.095Z[ host-image] Feb 17 00:06:55.056 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109492026-02-17T00:06:57.130Z[ host-image] Feb 17 00:06:55.094 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109502026-02-17T00:06:57.130Z[ host-image] Feb 17 00:06:55.094 INFO finishing image archive at "/work/os-host/os.tar.gz"...
109512026-02-17T00:07:19.890Z[ host-image] Feb 17 00:07:17.849 INFO image complete! materials are in "/work/os-host"
109522026-02-17T00:07:19.894Z[ host-image]
109532026-02-17T00:07:19.894Z[ host-image] real 33:37.497620485
109542026-02-17T00:07:19.894Z[ host-image] user 24:56.253003357
109552026-02-17T00:07:19.894Z[ host-image] sys 1:32.158355610
109562026-02-17T00:07:19.894Z[ host-image] trap 1.127778988
109572026-02-17T00:07:19.895Z[ host-image] tflt 0.145096312
109582026-02-17T00:07:19.895Z[ host-image] dflt 0.432846482
109592026-02-17T00:07:19.895Z[ host-image] kflt 0.136146503
109602026-02-17T00:07:19.895Z[ host-image] lock 5:41.571312642
109612026-02-17T00:07:19.895Z[ host-image] slp 3:16:33.490067494
109622026-02-17T00:07:19.895Z[ host-image] lat 6:42.224310405
109632026-02-17T00:07:19.895Z[ host-image] stop 2.549139424
109642026-02-17T00:07:19.895ZFeb 17 00:07:17.852 INFO [host-image] process exited with exit status: 0 (2017.503055866s)
109652026-02-17T00:07:19.895ZFeb 17 00:07:17.852 INFO [tuf-repo] running task
109662026-02-17T00:07:47.148ZFeb 17 00:07:45.104 INFO assembling repository in `/tmp/tufaceous3In6ND`, component: OmicronRepoAssembler
109672026-02-17T00:07:57.168ZFeb 17 00:07:52.583 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
109682026-02-17T00:07:57.183ZFeb 17 00:07:52.883 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
109692026-02-17T00:08:13.679ZFeb 17 00:08:11.630 INFO extracting uploaded archive to /tmp/.tmpOJGIH2
109702026-02-17T00:08:16.816ZFeb 17 00:08:14.768 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.NdAHMs
109712026-02-17T00:08:16.894ZFeb 17 00:08:14.846 INFO added artifact, length: 6510781, hash: 369b4e37af77a335ed80c1608e475502bd9ae2303836b0835db26942b4c31072, version: 1.0.60, kind: gimlet_sp, name: cosmo-a
109722026-02-17T00:08:17.035ZFeb 17 00:08:14.986 INFO added artifact, length: 6510743, hash: d94ec577f3b19fba0be4174192bfa8820f969d221966e32ded8f7450729cdab4, version: 1.0.60, kind: gimlet_sp, name: cosmo-b
109732026-02-17T00:08:17.167ZFeb 17 00:08:15.118 INFO added artifact, length: 5475550, hash: ec2421f2d93c1f851f5d1ef3c0cf8597510c4f096a94c692a4b28b719a98080b, version: 1.0.60, kind: gimlet_sp, name: gimlet-b
109742026-02-17T00:08:17.293ZFeb 17 00:08:15.244 INFO added artifact, length: 5477973, hash: 45e21067211165b2ef64dcdb5c20c221acc22c7ff243824c84fe2dc0b6818b4d, version: 1.0.60, kind: gimlet_sp, name: gimlet-c
109752026-02-17T00:08:17.418ZFeb 17 00:08:15.368 INFO added artifact, length: 5466547, hash: 4d3030fcfaed0f80bc69fc997809a344b687d0f8199ed4bee2239222d0047657, version: 1.0.60, kind: gimlet_sp, name: gimlet-d
109762026-02-17T00:08:17.540ZFeb 17 00:08:15.491 INFO added artifact, length: 5466150, hash: b3ada863226921aad2c60d5dbfa46cb6f1c7ae3304e029edad78578f6fc83c6a, version: 1.0.60, kind: gimlet_sp, name: gimlet-e
109772026-02-17T00:08:17.663ZFeb 17 00:08:15.614 INFO added artifact, length: 5466068, hash: 13a11687e17ba95415430a6eeff672bf0ae9f038bd6958b683af4a83ecbcc220, version: 1.0.60, kind: gimlet_sp, name: gimlet-f
109782026-02-17T00:08:17.802ZFeb 17 00:08:15.753 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109792026-02-17T00:08:17.802ZFeb 17 00:08:15.753 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109802026-02-17T00:08:17.880ZFeb 17 00:08:15.832 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109812026-02-17T00:08:17.881ZFeb 17 00:08:15.832 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109822026-02-17T00:08:17.962ZFeb 17 00:08:15.913 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109832026-02-17T00:08:17.962ZFeb 17 00:08:15.913 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109842026-02-17T00:08:18.044ZFeb 17 00:08:15.996 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109852026-02-17T00:08:18.045ZFeb 17 00:08:15.996 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109862026-02-17T00:08:18.126ZFeb 17 00:08:16.078 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109872026-02-17T00:08:18.127ZFeb 17 00:08:16.078 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109882026-02-17T00:08:18.206ZFeb 17 00:08:16.157 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109892026-02-17T00:08:18.206ZFeb 17 00:08:16.157 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109902026-02-17T00:08:18.285ZFeb 17 00:08:16.236 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109912026-02-17T00:08:18.285ZFeb 17 00:08:16.236 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109922026-02-17T00:08:18.288ZFeb 17 00:08:16.237 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109932026-02-17T00:08:18.288ZFeb 17 00:08:16.238 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109942026-02-17T00:08:18.288ZFeb 17 00:08:16.239 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109952026-02-17T00:08:18.291ZFeb 17 00:08:16.240 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109962026-02-17T00:08:18.291ZFeb 17 00:08:16.241 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109972026-02-17T00:08:27.063ZFeb 17 00:08:25.013 INFO added artifact, length: 33554432, hash: ba80f14e99881aba862baf298c7b650c58b1288559c3411fefa33ed8716db57c, version: 19.0.0-0.ci+gitf89bc5a9071, kind: gimlet_host_phase_1, name: host
109982026-02-17T00:08:27.064ZFeb 17 00:08:25.013 INFO added artifact, length: 33554432, hash: 636161108788bc684d8d8f4f0355bdedecd7c76b3598610e0d083883f4885395, version: 19.0.0-0.ci+gitf89bc5a9071, kind: cosmo_host_phase_1, name: host
109992026-02-17T00:08:27.064ZFeb 17 00:08:25.013 INFO added artifact, length: 1101008896, hash: 108a515c8eb1bed55e2e4d077c738c2c69f256877dd9c80de010116d0b5b5f5a, version: 19.0.0-0.ci+gitf89bc5a9071, kind: host_phase_2, name: host
110002026-02-17T00:08:28.641ZFeb 17 00:08:26.590 INFO added artifact, length: 33554432, hash: 7ea703abd8d62fe4e07f9bc2e8fe6466c0e3a5ec67e6365168cde3be7778b11e, version: 19.0.0-0.ci+gitf89bc5a9071, kind: gimlet_trampoline_phase_1, name: trampoline
110012026-02-17T00:08:28.641ZFeb 17 00:08:26.590 INFO added artifact, length: 33554432, hash: 6ca466b3af40a8fc11561fd54d5d9fc84d3f06085ed483d0366ef00e3a9d6f3c, version: 19.0.0-0.ci+gitf89bc5a9071, kind: cosmo_trampoline_phase_1, name: trampoline
110022026-02-17T00:08:28.644ZFeb 17 00:08:26.590 INFO added artifact, length: 146094056, hash: a8f54c0e1338a671286c60478c08c4598bfe0e69c8388c0719c8073428e716b9, version: 19.0.0-0.ci+gitf89bc5a9071, kind: trampoline_phase_2, name: trampoline
110032026-02-17T00:08:31.763ZFeb 17 00:08:29.712 INFO added artifact, length: 309875619, hash: 3f5cf0d372d90b1cfd77cc3b873b14296d8e2009cbf09459abc444a46796c952, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: clickhouse_keeper
110042026-02-17T00:08:35.029ZFeb 17 00:08:32.977 INFO added artifact, length: 327320473, hash: 5cee2347db5ba1a5192904ac2a8495db9520597d45b807d6ddffe14121e1003f, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: clickhouse_server
110052026-02-17T00:08:38.635ZFeb 17 00:08:36.583 INFO added artifact, length: 327322283, hash: 72a68a78d5780d8f39212639839029a23c68b96b74c1fb4f8c23b1536c86ceaf, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: clickhouse
110062026-02-17T00:08:40.290ZFeb 17 00:08:38.238 INFO added artifact, length: 169141317, hash: 6001c027cb2065fde3574e1cd17e3a3258e4a835acee076d50cf302ab4e602bc, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: cockroachdb
110072026-02-17T00:08:40.705ZFeb 17 00:08:38.653 INFO added artifact, length: 42560844, hash: c40ab908575bcaeb6e2a87f1a0058b3258f36b8bd3d6ffe88b8c21b8e22e5ed0, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: crucible-pantry-zone
110082026-02-17T00:08:41.272ZFeb 17 00:08:39.220 INFO added artifact, length: 57038196, hash: 325c8d99b9ff7c48b169ec1648d6b3dad84b07ffb0c3cbb15a061b01e958dc8e, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: crucible-zone
110092026-02-17T00:08:41.762ZFeb 17 00:08:39.710 INFO added artifact, length: 50019934, hash: 74aa576e8ef97191e3fc8d51c71695980e209fadecc125f2616474d9f84b6823, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: external-dns
110102026-02-17T00:08:42.255ZFeb 17 00:08:40.201 INFO added artifact, length: 50019531, hash: 3bb6c606d43790551079555bb495e35402cb82da4ee620adf1168980dc9ff5da, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: internal-dns
110112026-02-17T00:08:44.394ZFeb 17 00:08:42.340 INFO added artifact, length: 216213398, hash: 1a094e4f7ba20345f3694e50cceec2fe7c8d20cb30a27f94be421a8b3e2b623f, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: nexus
110122026-02-17T00:08:44.699ZFeb 17 00:08:42.645 INFO added artifact, length: 30412828, hash: e4a15fe0defcdc3e787a039728cd6b128852682f89f82487f9b3d5ea05043565, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: ntp
110132026-02-17T00:08:45.358ZFeb 17 00:08:43.304 INFO added artifact, length: 65782327, hash: cbad92afcc4ded39c35f2c4eaac9ad93a856265ccc05aa2163e6cccefebdcbcf, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: oximeter
110142026-02-17T00:08:45.389ZFeb 17 00:08:43.335 INFO added artifact, length: 3109590, hash: ce1974a4b9635c61737254a32c6a5fd8ccf30bb1139d2ea935173f91dd621563, version: 19.0.0-0.ci+gitf89bc5a9071, kind: zone, name: probe
110152026-02-17T00:08:45.392ZFeb 17 00:08:43.335 INFO added artifact, length: 829, hash: de5b2746f335d16d3f079e5805ce2d7e03da1002aa688a371fed64b3a35af6eb, version: 1.0.60, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.60
110162026-02-17T00:08:45.393ZFeb 17 00:08:43.336 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
110172026-02-17T00:08:45.393ZFeb 17 00:08:43.336 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
110182026-02-17T00:08:45.439ZFeb 17 00:08:43.385 INFO added artifact, length: 4132354, hash: ab538b5a956d8985c6878d679dd86a7e20d3db6a910e9e4391ad0c64151cf9ca, version: 1.0.60, kind: psc_sp, name: psc-b
110192026-02-17T00:08:45.486ZFeb 17 00:08:43.433 INFO added artifact, length: 4135789, hash: 34d999a2f92ee2a9f17fb8c17d8ad45facc3acb3d8a5fdabe00d807c6c5b7a19, version: 1.0.60, kind: psc_sp, name: psc-c
110202026-02-17T00:08:45.566ZFeb 17 00:08:43.513 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
110212026-02-17T00:08:45.570ZFeb 17 00:08:43.513 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
110222026-02-17T00:08:45.649ZFeb 17 00:08:43.596 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
110232026-02-17T00:08:45.649ZFeb 17 00:08:43.596 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
110242026-02-17T00:08:45.733ZFeb 17 00:08:43.679 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
110252026-02-17T00:08:45.733ZFeb 17 00:08:43.679 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
110262026-02-17T00:08:45.812ZFeb 17 00:08:43.758 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
110272026-02-17T00:08:45.812ZFeb 17 00:08:43.758 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
110282026-02-17T00:08:45.815ZFeb 17 00:08:43.759 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
110292026-02-17T00:08:45.816ZFeb 17 00:08:43.760 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
110302026-02-17T00:08:45.816ZFeb 17 00:08:43.761 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
110312026-02-17T00:08:45.891ZFeb 17 00:08:43.838 INFO added artifact, length: 6944365, hash: ca090d6ba48167e3e8dc3d0d41b84145e54c18796404f61d36837d400f49ecd0, version: 1.0.60, kind: switch_sp, name: sidecar-b
110322026-02-17T00:08:46.044ZFeb 17 00:08:43.990 INFO added artifact, length: 6961266, hash: a8787f44cc6041edf7bf4f65a641ca447bd5698e1162d6cf77a6568bbfd32e02, version: 1.0.60, kind: switch_sp, name: sidecar-c
110332026-02-17T00:08:46.194ZFeb 17 00:08:44.141 INFO added artifact, length: 6961082, hash: 8345c9a1ecabd6086d6e98972a380210236f5d2669e50c8a0c6861f80096e4f1, version: 1.0.60, kind: switch_sp, name: sidecar-d
110342026-02-17T00:08:46.348ZFeb 17 00:08:44.294 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
110352026-02-17T00:08:46.348ZFeb 17 00:08:44.294 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
110362026-02-17T00:08:46.430ZFeb 17 00:08:44.376 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110372026-02-17T00:08:46.430ZFeb 17 00:08:44.376 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110382026-02-17T00:08:46.512ZFeb 17 00:08:44.459 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
110392026-02-17T00:08:46.512ZFeb 17 00:08:44.459 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
110402026-02-17T00:08:46.591ZFeb 17 00:08:44.538 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
110412026-02-17T00:08:46.592ZFeb 17 00:08:44.538 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
110422026-02-17T00:08:46.595ZFeb 17 00:08:44.539 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
110432026-02-17T00:08:46.596ZFeb 17 00:08:44.540 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
110442026-02-17T00:08:46.596ZFeb 17 00:08:44.541 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
110452026-02-17T00:08:46.596ZFeb 17 00:08:44.541 INFO added artifact, length: 924, hash: 64be2f729afc375bd8c7a02c56ff0bdb8b61fe2179cae464f805b4c8786df2c2, version: 19.0.0-0.ci+gitf89bc5a9071, kind: installinator_document, name: installinator_document
110462026-02-17T00:08:47.139ZFeb 17 00:08:45.086 INFO extracting uploaded archive to /tmp/.tmpzcjkro
110472026-02-17T00:08:50.252ZFeb 17 00:08:48.198 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.0ljqmI
110482026-02-17T00:08:50.324ZFeb 17 00:08:48.271 INFO added artifact, length: 6510781, hash: 369b4e37af77a335ed80c1608e475502bd9ae2303836b0835db26942b4c31072, version: 1.0.60, kind: gimlet_sp, name: cosmo-a
110492026-02-17T00:08:50.466ZFeb 17 00:08:48.412 INFO added artifact, length: 6510743, hash: d94ec577f3b19fba0be4174192bfa8820f969d221966e32ded8f7450729cdab4, version: 1.0.60, kind: gimlet_sp, name: cosmo-b
110502026-02-17T00:08:50.602ZFeb 17 00:08:48.548 INFO added artifact, length: 5475550, hash: ec2421f2d93c1f851f5d1ef3c0cf8597510c4f096a94c692a4b28b719a98080b, version: 1.0.60, kind: gimlet_sp, name: gimlet-b
110512026-02-17T00:08:50.729ZFeb 17 00:08:48.675 INFO added artifact, length: 5477973, hash: 45e21067211165b2ef64dcdb5c20c221acc22c7ff243824c84fe2dc0b6818b4d, version: 1.0.60, kind: gimlet_sp, name: gimlet-c
110522026-02-17T00:08:50.855ZFeb 17 00:08:48.801 INFO added artifact, length: 5466547, hash: 4d3030fcfaed0f80bc69fc997809a344b687d0f8199ed4bee2239222d0047657, version: 1.0.60, kind: gimlet_sp, name: gimlet-d
110532026-02-17T00:08:50.980ZFeb 17 00:08:48.926 INFO added artifact, length: 5466150, hash: b3ada863226921aad2c60d5dbfa46cb6f1c7ae3304e029edad78578f6fc83c6a, version: 1.0.60, kind: gimlet_sp, name: gimlet-e
110542026-02-17T00:08:51.106ZFeb 17 00:08:49.052 INFO added artifact, length: 5466068, hash: 13a11687e17ba95415430a6eeff672bf0ae9f038bd6958b683af4a83ecbcc220, version: 1.0.60, kind: gimlet_sp, name: gimlet-f
110552026-02-17T00:08:51.247ZFeb 17 00:08:49.193 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
110562026-02-17T00:08:51.247ZFeb 17 00:08:49.193 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
110572026-02-17T00:08:51.326ZFeb 17 00:08:49.272 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
110582026-02-17T00:08:51.326ZFeb 17 00:08:49.272 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
110592026-02-17T00:08:51.409ZFeb 17 00:08:49.355 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110602026-02-17T00:08:51.409ZFeb 17 00:08:49.355 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110612026-02-17T00:08:51.490ZFeb 17 00:08:49.436 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
110622026-02-17T00:08:51.490ZFeb 17 00:08:49.436 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
110632026-02-17T00:08:51.573ZFeb 17 00:08:49.519 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110642026-02-17T00:08:51.573ZFeb 17 00:08:49.519 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110652026-02-17T00:08:51.653ZFeb 17 00:08:49.599 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
110662026-02-17T00:08:51.653ZFeb 17 00:08:49.599 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
110672026-02-17T00:08:51.733ZFeb 17 00:08:49.680 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
110682026-02-17T00:08:51.733ZFeb 17 00:08:49.680 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
110692026-02-17T00:08:51.736ZFeb 17 00:08:49.681 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
110702026-02-17T00:08:51.737ZFeb 17 00:08:49.682 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
110712026-02-17T00:08:51.737ZFeb 17 00:08:49.682 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
110722026-02-17T00:08:51.739ZFeb 17 00:08:49.683 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
110732026-02-17T00:08:51.740ZFeb 17 00:08:49.684 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
110742026-02-17T00:09:00.265ZFeb 17 00:08:58.209 INFO added artifact, length: 33554432, hash: ba80f14e99881aba862baf298c7b650c58b1288559c3411fefa33ed8716db57c, version: 19.0.0-0.ci+gitf89bc5a9071, kind: gimlet_host_phase_1, name: host
110752026-02-17T00:09:00.265ZFeb 17 00:08:58.210 INFO added artifact, length: 33554432, hash: 636161108788bc684d8d8f4f0355bdedecd7c76b3598610e0d083883f4885395, version: 19.0.0-0.ci+gitf89bc5a9071, kind: cosmo_host_phase_1, name: host
110762026-02-17T00:09:00.265ZFeb 17 00:08:58.210 INFO added artifact, length: 1101008896, hash: 108a515c8eb1bed55e2e4d077c738c2c69f256877dd9c80de010116d0b5b5f5a, version: 19.0.0-0.ci+gitf89bc5a9071, kind: host_phase_2, name: host
110772026-02-17T00:09:01.791ZFeb 17 00:08:59.736 INFO added artifact, length: 33554432, hash: 7ea703abd8d62fe4e07f9bc2e8fe6466c0e3a5ec67e6365168cde3be7778b11e, version: 19.0.0-0.ci+gitf89bc5a9071, kind: gimlet_trampoline_phase_1, name: trampoline
110782026-02-17T00:09:01.791ZFeb 17 00:08:59.736 INFO added artifact, length: 33554432, hash: 6ca466b3af40a8fc11561fd54d5d9fc84d3f06085ed483d0366ef00e3a9d6f3c, version: 19.0.0-0.ci+gitf89bc5a9071, kind: cosmo_trampoline_phase_1, name: trampoline
110792026-02-17T00:09:01.791ZFeb 17 00:08:59.736 INFO added artifact, length: 146094056, hash: a8f54c0e1338a671286c60478c08c4598bfe0e69c8388c0719c8073428e716b9, version: 19.0.0-0.ci+gitf89bc5a9071, kind: trampoline_phase_2, name: trampoline
110802026-02-17T00:09:13.113ZFeb 17 00:09:11.056 INFO added artifact, length: 1706165176, hash: efde80c4f298d32695f76a8c2f8f9e3be99c58cdb5e24a40997484a23c1e9661, version: 19.0.0-0.ci+gitf89bc5a9071, kind: control_plane, name: control-plane
110812026-02-17T00:09:13.117ZFeb 17 00:09:11.056 INFO added artifact, length: 829, hash: de5b2746f335d16d3f079e5805ce2d7e03da1002aa688a371fed64b3a35af6eb, version: 1.0.60, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.60
110822026-02-17T00:09:13.117ZFeb 17 00:09:11.057 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
110832026-02-17T00:09:13.117ZFeb 17 00:09:11.057 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
110842026-02-17T00:09:13.165ZFeb 17 00:09:11.107 INFO added artifact, length: 4132354, hash: ab538b5a956d8985c6878d679dd86a7e20d3db6a910e9e4391ad0c64151cf9ca, version: 1.0.60, kind: psc_sp, name: psc-b
110852026-02-17T00:09:13.214ZFeb 17 00:09:11.156 INFO added artifact, length: 4135789, hash: 34d999a2f92ee2a9f17fb8c17d8ad45facc3acb3d8a5fdabe00d807c6c5b7a19, version: 1.0.60, kind: psc_sp, name: psc-c
110862026-02-17T00:09:13.298ZFeb 17 00:09:11.240 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
110872026-02-17T00:09:13.298ZFeb 17 00:09:11.240 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
110882026-02-17T00:09:13.382ZFeb 17 00:09:11.324 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
110892026-02-17T00:09:13.382ZFeb 17 00:09:11.324 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
110902026-02-17T00:09:13.467ZFeb 17 00:09:11.409 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
110912026-02-17T00:09:13.467ZFeb 17 00:09:11.409 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
110922026-02-17T00:09:13.549ZFeb 17 00:09:11.491 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
110932026-02-17T00:09:13.549ZFeb 17 00:09:11.492 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
110942026-02-17T00:09:13.553ZFeb 17 00:09:11.493 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
110952026-02-17T00:09:13.553ZFeb 17 00:09:11.493 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
110962026-02-17T00:09:13.553ZFeb 17 00:09:11.494 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
110972026-02-17T00:09:13.629ZFeb 17 00:09:11.571 INFO added artifact, length: 6944365, hash: ca090d6ba48167e3e8dc3d0d41b84145e54c18796404f61d36837d400f49ecd0, version: 1.0.60, kind: switch_sp, name: sidecar-b
110982026-02-17T00:09:13.779ZFeb 17 00:09:11.717 INFO added artifact, length: 6961266, hash: a8787f44cc6041edf7bf4f65a641ca447bd5698e1162d6cf77a6568bbfd32e02, version: 1.0.60, kind: switch_sp, name: sidecar-c
110992026-02-17T00:09:13.927ZFeb 17 00:09:11.870 INFO added artifact, length: 6961082, hash: 8345c9a1ecabd6086d6e98972a380210236f5d2669e50c8a0c6861f80096e4f1, version: 1.0.60, kind: switch_sp, name: sidecar-d
111002026-02-17T00:09:14.084ZFeb 17 00:09:12.026 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
111012026-02-17T00:09:14.084ZFeb 17 00:09:12.026 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
111022026-02-17T00:09:14.170ZFeb 17 00:09:12.113 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111032026-02-17T00:09:14.170ZFeb 17 00:09:12.113 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111042026-02-17T00:09:14.257ZFeb 17 00:09:12.199 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
111052026-02-17T00:09:14.257ZFeb 17 00:09:12.199 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
111062026-02-17T00:09:14.339ZFeb 17 00:09:12.281 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
111072026-02-17T00:09:14.339ZFeb 17 00:09:12.281 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
111082026-02-17T00:09:14.343ZFeb 17 00:09:12.282 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
111092026-02-17T00:09:14.343ZFeb 17 00:09:12.283 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
111102026-02-17T00:09:14.343ZFeb 17 00:09:12.284 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
111112026-02-17T00:09:14.343ZFeb 17 00:09:12.284 INFO added artifact, length: 924, hash: 64be2f729afc375bd8c7a02c56ff0bdb8b61fe2179cae464f805b4c8786df2c2, version: 19.0.0-0.ci+gitf89bc5a9071, kind: installinator_document, name: installinator_document
111122026-02-17T00:09:14.918ZFeb 17 00:09:12.860 INFO [tuf-repo] task succeeded (115.007397666s)
111132026-02-17T00:09:14.918ZFeb 17 00:09:12.860 INFO all jobs completed in 4002.028792855s
111142026-02-17T00:09:16.028Zprocess exited: duration 4769483 ms, exit code 0
 
111152026-02-17T00:09:16.042Zfound 41 output files
111162026-02-17T00:09:16.042Zuploading: /work/manifest.toml (17174 bytes)
111172026-02-17T00:09:17.062Zuploaded: /work/manifest.toml
111182026-02-17T00:09:17.062Zuploading: /work/repo.zip (2951686046 bytes)
111192026-02-17T00:10:07.093Zuploaded: /work/repo.zip
111202026-02-17T00:10:07.093Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111212026-02-17T00:10:08.113Zuploaded: /work/repo.zip.sha256.txt
111222026-02-17T00:10:08.113Zuploading: /work/helios.json (647 bytes)
111232026-02-17T00:10:09.126Zuploaded: /work/helios.json
111242026-02-17T00:10:09.126Zuploading: /work/incorporation.p5m (100411 bytes)
111252026-02-17T00:10:10.142Zuploaded: /work/incorporation.p5m
111262026-02-17T00:10:10.145Zuploading: /work/incorporation.p5p (122880 bytes)
111272026-02-17T00:10:11.157Zuploaded: /work/incorporation.p5p
111282026-02-17T00:10:11.160Zuploading: /work/helios-incorp.log (526 bytes)
111292026-02-17T00:10:12.170Zuploaded: /work/helios-incorp.log
111302026-02-17T00:10:12.170Zuploading: /work/helios-setup.log (73467 bytes)
111312026-02-17T00:10:13.186Zuploaded: /work/helios-setup.log
111322026-02-17T00:10:13.186Zuploading: /work/host-image.log (233601 bytes)
111332026-02-17T00:10:14.205Zuploaded: /work/host-image.log
111342026-02-17T00:10:14.205Zuploading: /work/host-package.log (33243 bytes)
111352026-02-17T00:10:15.220Zuploaded: /work/host-package.log
111362026-02-17T00:10:15.223Zuploading: /work/host-target.log (101 bytes)
111372026-02-17T00:10:16.230Zuploaded: /work/host-target.log
111382026-02-17T00:10:16.230Zuploading: /work/incorp-create.log (0 bytes)
111392026-02-17T00:10:17.240Zuploaded: /work/incorp-create.log
111402026-02-17T00:10:17.240Zuploading: /work/incorp-fmt.log (0 bytes)
111412026-02-17T00:10:18.247Zuploaded: /work/incorp-fmt.log
111422026-02-17T00:10:18.247Zuploading: /work/incorp-pkgsend.log (108 bytes)
111432026-02-17T00:10:19.257Zuploaded: /work/incorp-pkgsend.log
111442026-02-17T00:10:19.257Zuploading: /work/incorp-publisher.log (0 bytes)
111452026-02-17T00:10:20.265Zuploaded: /work/incorp-publisher.log
111462026-02-17T00:10:20.265Zuploading: /work/omicron-package.log (6714 bytes)
111472026-02-17T00:10:21.276Zuploaded: /work/omicron-package.log
111482026-02-17T00:10:21.276Zuploading: /work/recovery-image.log (602653 bytes)
111492026-02-17T00:10:22.301Zuploaded: /work/recovery-image.log
111502026-02-17T00:10:22.301Zuploading: /work/recovery-package.log (1771 bytes)
111512026-02-17T00:10:23.311Zuploaded: /work/recovery-package.log
111522026-02-17T00:10:23.311Zuploading: /work/recovery-target.log (98 bytes)
111532026-02-17T00:10:24.321Zuploaded: /work/recovery-target.log
111542026-02-17T00:10:24.321Zuploading: /work/stamp-clickhouse.log (117 bytes)
111552026-02-17T00:10:25.330Zuploaded: /work/stamp-clickhouse.log
111562026-02-17T00:10:25.330Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
111572026-02-17T00:10:26.339Zuploaded: /work/stamp-clickhouse_keeper.log
111582026-02-17T00:10:26.340Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
111592026-02-17T00:10:27.349Zuploaded: /work/stamp-clickhouse_server.log
111602026-02-17T00:10:27.349Zuploading: /work/stamp-cockroachdb.log (118 bytes)
111612026-02-17T00:10:28.364Zuploaded: /work/stamp-cockroachdb.log
111622026-02-17T00:10:28.364Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
111632026-02-17T00:10:29.375Zuploaded: /work/stamp-crucible-pantry-zone.log
111642026-02-17T00:10:29.375Zuploading: /work/stamp-crucible-utils.log (118 bytes)
111652026-02-17T00:10:30.385Zuploaded: /work/stamp-crucible-utils.log
111662026-02-17T00:10:30.385Zuploading: /work/stamp-crucible-zone.log (120 bytes)
111672026-02-17T00:10:31.394Zuploaded: /work/stamp-crucible-zone.log
111682026-02-17T00:10:31.394Zuploading: /work/stamp-external-dns.log (119 bytes)
111692026-02-17T00:10:32.404Zuploaded: /work/stamp-external-dns.log
111702026-02-17T00:10:32.404Zuploading: /work/stamp-installinator.log (103 bytes)
111712026-02-17T00:10:33.413Zuploaded: /work/stamp-installinator.log
111722026-02-17T00:10:33.414Zuploading: /work/stamp-internal-dns.log (119 bytes)
111732026-02-17T00:10:34.423Zuploaded: /work/stamp-internal-dns.log
111742026-02-17T00:10:34.423Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
111752026-02-17T00:10:35.433Zuploaded: /work/stamp-mg-ddm-gz.log
111762026-02-17T00:10:35.433Zuploading: /work/stamp-nexus.log (112 bytes)
111772026-02-17T00:10:36.442Zuploaded: /work/stamp-nexus.log
111782026-02-17T00:10:36.442Zuploading: /work/stamp-ntp.log (110 bytes)
111792026-02-17T00:10:37.452Zuploaded: /work/stamp-ntp.log
111802026-02-17T00:10:37.452Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
111812026-02-17T00:10:38.462Zuploaded: /work/stamp-omicron-sled-agent.log
111822026-02-17T00:10:38.462Zuploading: /work/stamp-overlay.log (114 bytes)
111832026-02-17T00:10:39.472Zuploaded: /work/stamp-overlay.log
111842026-02-17T00:10:39.472Zuploading: /work/stamp-oximeter.log (115 bytes)
111852026-02-17T00:10:40.482Zuploaded: /work/stamp-oximeter.log
111862026-02-17T00:10:40.483Zuploading: /work/stamp-oxlog.log (109 bytes)
111872026-02-17T00:10:41.492Zuploaded: /work/stamp-oxlog.log
111882026-02-17T00:10:41.492Zuploading: /work/stamp-probe.log (112 bytes)
111892026-02-17T00:10:42.501Zuploaded: /work/stamp-probe.log
111902026-02-17T00:10:42.502Zuploading: /work/stamp-propolis-server.log (122 bytes)
111912026-02-17T00:10:43.512Zuploaded: /work/stamp-propolis-server.log
111922026-02-17T00:10:43.512Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
111932026-02-17T00:10:44.522Zuploaded: /work/stamp-pumpkind-gz.log
111942026-02-17T00:10:44.522Zuploading: /work/stamp-switch-asic.log (118 bytes)
111952026-02-17T00:10:45.532Zuploaded: /work/stamp-switch-asic.log
111962026-02-17T00:10:45.534Zuploading: /work/verify-libraries.log (11451 bytes)
111972026-02-17T00:10:46.545Zuploaded: /work/verify-libraries.log